Returns available namespaces for the cluster
GEThttps://api.spectrocloud.com/v1/spectroclusters/:uid/namespaces
Authorization: ApiKey
name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
Returns available namespaces for the cluster
Request
Path Parameters
uid stringrequired
Query Parameters
skipEmptyNamespaces boolean
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
namespaces undefined[]
{
"namespaces": [
{
"namespace": "string",
"pvcCount": 0
}
]
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/spectroclusters/:uid/namespaces' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'