Returns available namespaces for the cluster
GET/v1/spectroclusters/:uid/namespaces
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
Array [
]
namespaces
undefined[]
namespacestring
pvcCountint32
{
  "namespaces": [
    {
      "namespace": "string",
      "pvcCount": 0
    }
  ]
}
Loading...