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[]
name stringName of the Application
GUID stringGUID of the Application
kind stringKubernetes resource Kind of the Application
applicationSize int32Backup size of the Application
modificationTime int32Modification time of the Application in epochs
path stringBrowse path of the Application
backupJob Job ID and Time
Job ID and Time
jobId int32Job ID of the backup job
time int32Backup job time (in epochs)
{
"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
}
Loading...