Skip to main content

Get All Application Groups of Kubernetes

Select

SaaS
Customer Managed

Get the details of all applicationGroups

Query Parameters
  • ClusterId int32

    Id of the hypervisor to list application groups

Responses

Success


Schema
  • applicationGroupCount int32
  • applicationGroups object[]
  • id int32
  • name string
  • status string

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

  • clusterType string

    Possible values: [NONE, VMW, MICROSOFT, XEN_SERVER, AMAZON, AZURE, REDHAT, AZURE_V2, SCVMM, NUTANIX, ORACLE_VM, DOCKER, OPENSTACK, ORACLE_CLOUD, FUSIONCOMPUTE, VCLOUD, GOOGLE_CLOUD, AZURE_STACK, ALIBABA_CLOUD, ORACLE_CLOUD_INFRASTRUCTURE, KUBERNETES, REDHAT_OPENSHIFT, MONGODB_ATLAS, PROXMOX, KUBERNETES_AKS, AZURE_STACK_HCI]

  • applicationGroup object
  • id int32
  • name string
  • cluster object
  • id int32
  • name string
  • displayName string
  • instance object
  • id int32
  • name string
  • plan object
  • id int32
  • name string
  • lastBackup object
  • jobId int32

    Returns the job id of the last backup job performed.

  • status string

    Possible values: [NEVER_BACKED_UP, COMPLETED, FAILED, COMPLETED_WITH_ERRORS, KILLED, SUSPENDED, INTERRUPTED, ANY_STATUS, SKIPPED, FAILED_TO_START, SYNCHRONIZED, NOT_SYNCHRONIZED, NOT_ATTEMPTED, STARTED, COMPLETED_WITH_WARNINGS, SYSTEM_FAILED, COMMITTED]

    Status of the last backup job performed.

  • time int64

    Shows the time when the last back up job was carried out. The time is provided in unix time format.

  • failureReason string

    Gives the reason for the last backup job failing, if the last backup job fails.

  • company object
  • id int32

    Id of company

  • name string

    Name of company

  • multiCommcellId int32

    Multi Commcell Id of company

  • isDefaultApplicationGroup boolean

    Default value: false

    True if subclient is default subclient

  • storagePolicyRetentionExtension boolean

    Default value: false

    True if extend storage policy Retention was set in VMGroup for deleted files

  • indexingStatus string

    Possible values: [NOT_APPLICABLE, ENABLED, SETUP_IN_PROGRESS]

    Default value: NOT_APPLICABLE

    Type of indexing status.

  • snapBackupEnabled boolean

    Default value: false

    true if snap backup enabled

Loading...