Retrieves a list of cluster groups host cluster metadata
GET/v1/clustergroups/hostCluster/metadata
Retrieves a list of cluster groups host cluster metadata
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...