Returns the cluster object references based on locationUid
GET/v1/spectroclusters/features/backup/locations/:uid
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
Array [
]
clusters
object[]
kindstring
Represents the resource kind
namestring
Name of the resource
uidstring
Uid of the resource
{
  "clusters": [
    {
      "kind": "string",
      "name": "string",
      "uid": "string"
    }
  ]
}
Loading...