Get the installed manifests of a specified cluster
GET/v1/spectroclusters/:uid/features/manifests
Get the installed manifests of a specified cluster
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
manifests
undefined[]
contentstring
namestring
namespacestring
typestring
{
"manifests": [
{
"content": "string",
"name": "string",
"namespace": "string",
"type": "string"
}
]
}
Loading...