Skip to main content

Get all Kubernetes clusters

API to get all Kubernetes clusters

Responses

OK


Schema
  • clusterCount int32

    Total number of clusters

  • clusters object[]
  • id int32

    ID of the Kubernetes cluster

  • name string

    Name of the Kubernetes cluster

  • displayName string

    Display name of the Kubernetes cluster

  • configured boolean

    Denotes if the cluster is configured for backups or retired

  • version string

    Kubernetes cluster version

  • instance object
  • id int32
  • name string
  • tags object[]
  • id int32
  • name string
  • value string
  • company object
  • id int32

    Id of company

  • name string

    Name of company

  • multiCommcellId int32

    Multi Commcell Id of company

  • commcell object
  • name string

    Name of the commcell the entity belongs to.

GET /v5/kubernetes/cluster    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
curl -L -X GET 'https://localhost/webconsole/api/V5/Kubernetes/Cluster' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'