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
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
namestring
Name of the referent.
uidstring
UID of the referent.
{
  "clusters": [
    {
      "kind": "string",
      "name": "string",
      "uid": "string"
    }
  ]
}
Loading...