Returns the specified cloud config's machine pools and machine uid
GET/v1/cloudconfigs/:configUid/machinePools/machineUids
Returns the specified cloud config's machine pools and machine uid
Request
Path Parameters
configUid stringrequired
Cluster's cloud config uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
machinePools
object
properties
{
"machinePools": {}
}
Loading...