Retrieves a list of cluster groups host cluster metadata
GET/v1/clustergroups/hostCluster/metadata
Retrieves a list of cluster groups host cluster metadata
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
An array of cluster groups host cluster metadata items
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
items
object[]
required
namestring
scopestring
uidstring
{
  "items": [
    {
      "name": "string",
      "scope": "string",
      "uid": "string"
    }
  ]
}
Loading...