Skip to main content

Get details of a Kubernetes Cluster client

API to get details of a Kubernetes clusters with clusterId

Path Parameters
  • clusterId int32 required
Responses

OK


Schema
  • id int32
  • name string
  • displayName string
  • apiServer string

    API Server Endpoint of the cluster

  • version string

    Kubernetes client version

  • accessNode object[]
  • id int32
  • name string
  • tags object[]
  • id int32
  • name string
  • value string
  • etcdProtection object

    ETCD Protection options for a cluster

  • id int32
  • name string
  • enabled boolean

    Denote if etcd protection is enabled

  • plan object
  • id int32
  • name string
  • applicationCount object

    Describe the Backup info for a Kubernetes Application

  • pendingCount int32

    Count of Applications Pending backup

  • protectedCount int32

    Count of Applications Protected

  • notProtectedCount int32

    Count of Applications Not Protected

  • neverBackedUpCount int32

    Count of Applications Never Backed up

  • backupUpWithErrorCount int32

    Count of Applications Backed up with errors

  • totalCount int32

    Count of total number of Applications

  • instance object
  • id int32
  • name string
  • clientGroups object[]
  • id int32
  • name string
  • region object

    Workload region of the client

  • id int32
  • name string
  • commonProperties object

    Describe the common properties of a Kubernetes cluster

  • security object

    Describe the client security details of a Kubernetes cluster

  • owners string[]

    List of owners associated to the cluster

  • associatedUserGroups object[]
  • id int32
  • name string
  • activityControl object

    Activity Control Options for Kubernetes Cluster

  • enableBackup boolean
  • enableRestore boolean
Loading...