Skip to main content

Browse backed up Applications of the application group

Select

SaaS
Customer Managed

API to browse backed up applications for an application group

Path Parameters
  • applicationGroupId int32 required

    ID of the application group to browse for

Query Parameters
  • page int32

    Page number for number of results in pagination

  • limit int32

    Page limit for number of results in pagination

    Example: 100
  • fromTime int32

    Browse from a specific time (in epochs)

    Example: 1693193428
  • toTime int32

    Browse till a specific time (in epochs)

    Example: 1693193901
Responses

Success


Schema
  • items object[]
GET /v5/kubernetes/applicationgroup/:applicationgroupid/browse/application    

Authorization

type: apiKeyname: Authtokenin: header

Request

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