Returns the cluster object references based on locationUid
GEThttps://api.spectrocloud.com/v1/spectroclusters/features/backup/locations/:uid
Authorization: ApiKey
name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
Returns the cluster object references based on locationUid
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
clusters object[]
{
"clusters": [
{
"kind": "string",
"name": "string",
"uid": "string"
}
]
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/spectroclusters/features/backup/locations/:uid' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'