v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1362267343.4 KB
projects

Repair nodes in a node group.

post/v1/{+name}:repair

Path parameters

namestring required

Required. The name of the node group to resize. Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}

Request body

repairAction'REPAIR_ACTION_UNSPECIFIED' | 'REPLACE'

Required. Repair action to take on specified resources of the node pool.

requestIdstring

Optional. A unique ID used to identify the request. If the server receives two RepairNodeGroupRequest with the same ID, the second request is ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

instanceNamesstring[]

Required. Name of instances to be repaired. These instances must belong to specified node pool.

Response

Successful response