Skip to main content

Get Kubernetes applications details

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

Loading...