Skip to main content

Get all Kubernetes application groups

Select

SaaS
Customer Managed

API to get all Kubernetes application groups

Query Parameters
  • clusterId int32

    clusterId is the ID of the Kubernetes cluster client to filter Application Groups for

Responses

OK


Schema
  • applicationGroupCount int32
  • applicationGroups object[]
  • id int32

    ID of the Kubernetes Application group

  • name string

    Name of the Kubernetes Application Group

  • isDefaultApplicationGroup boolean

    Specifies whether the Application Group is a default Application Group

  • snapBackupEnabled boolean

    Specifies if snap backup is enabled

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

    Id of company

  • name string

    Name of company

  • multiCommcellId int32

    Multi Commcell Id of company

  • tags object[]

    List of Tags associated to the Kubernetes Application Group

  • id int32
  • name string
  • value string
  • instance object
  • id int32
  • name string
  • lastBackup object

    last backup job details for the client

  • time int32

    UNIX time for the last backup job run

  • jobId int32

    Job id of the last backup job

  • 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.

  • lastSuccessfulBackupTime int32

    UNIX time for the last successful backup job run

  • failureReason string

    Failure reason for the last backup job

Loading...