instances.applyParameters
restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.
HTTP request
POST https://memcache.googleapis.com/v1beta2/{name=projects/*/locations/*/instances/*}:applyParameters
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Resource name of the Memcached instance for which parameter group updates should be applied. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "nodeIds": [ string ], "applyAll": boolean } |
Fields | |
---|---|
nodeIds[] |
Nodes to which the instance-level parameter group is applied. |
applyAll |
Whether to apply instance-level parameter group to all nodes. If set to true, users are restricted from specifying individual nodes, and |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.