Skip to main content
Version: latest

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

OK

Schema

    clusters

    object[]

  • Array [

  • 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.

  • ]

Loading...