Skip to main content

Get Kubernetes applications details

Select

SaaS
Customer Managed

API to get details of a Kubernetes application

Path Parameters
  • appGUID string required

    GUID of the Application to get details

Responses

OK


Schema
  • name string

    Name of the Application

  • GUID string

    GUID of the Application

  • activityControl Kubernetes Application Activity Control Options
  • enableBackup boolean
  • enableRestore boolean
  • SLA object

    SLA Details for a Kubernetes entity

  • status string

    Possible values: [MET_SLA, MISSED_SLA, EXCLUDED_SLA, YET_TO_BE_PROTECTED, MIGHT_MISS_SLA, UNKNOWN]

    Provides the SLA status.

  • reason string
  • applicationSize int32

    Size of the application

  • company object
  • id int32
  • name string
  • cluster object
  • id int32
  • name string
  • plan object
  • id int32
  • name string
  • status string

    Possible values: [PROTECTED, NOT_PROTECTED, PENDING, BACKED_UP_WITH_ERROR, DISCOVERED]

    The status of the backup for the VM, instance, or container.

  • applicationGroup object
  • id int32
  • name string
  • provisionedSize int32

    Provisioned size of the volumes

GET /v5/kubernetes/application/:appguid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
appGUID — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/Application/:appGUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'