Browse backed up Namespaces of the application group
Select
SaaS
Customer Managed
API to browse backed up namespaces 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
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
- Example response
Schema
items Kubernetes Application Group Browse Namespace Item[]
{
"items": [
{
"name": "string",
"GUID": "string",
"kind": "string",
"applicationSize": 0,
"modificationTime": 0,
"path": "string",
"backupJob": {
"jobId": 0,
"time": 0
}
}
]
}
{
"items": [
{
"name": "simple-depl",
"GUID": "simple-depl`Namespace`simple-depl`85f12c05-ecfb-4045-9bf5-7a70816d3e3d",
"kind": "Namespace",
"applicationSize": 0,
"modificationTime": 1692588994,
"path": "\\simple-depl`Namespace`simple-depl`85f12c05-ecfb-4045-9bf5-7a70816d3e3d",
"backupJob": {
"jobId": 400561,
"time": 1692588994
}
}
]
}
Requested Details not found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
GET /v5/kubernetes/applicationgroup/:applicationgroupid/browse/namespace
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId/Browse/Namespace' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId/Browse/Namespace' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId/Browse/Namespace' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId/Browse/Namespace' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId/Browse/Namespace' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId/Browse/Namespace' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId/Browse/Namespace' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'