Retrieves a list of cluster profiles metadata
GET/v1/dashboard/clusterprofiles/metadata
Retrieves a list of cluster profiles metadata
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
An array of cluster summary items
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
items
undefined[]
required
metadata
object
Object identity meta
namestring
uidstring
spec
cloudTypestring
versionstring
{
"items": [
{
"metadata": {
"name": "string",
"uid": "string"
},
"spec": {
"cloudType": "string",
"version": "string"
}
}
]
}
Loading...