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
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
- Example response
Schema
- items object[]
{
"items": [
{
"name": "string",
"GUID": "string",
"kind": "string",
"applicationSize": 0,
"modificationTime": 0,
"path": "string",
"backupJob": {
"jobId": 0,
"time": 0
},
"nameSpace": "string"
}
]
}
{
"items": [
{
"name": "my-deployment-same-app",
"nameSpace": "simple-depl",
"GUID": "simple-depl`Deployment`my-deployment-same-app`26aeacdb-96f3-4e93-9118-07c1345ea133",
"kind": "Deployment",
"applicationSize": 1073741824,
"modificationTime": 1692589013,
"path": "\\simple-depl`Deployment`my-deployment-same-app`26aeacdb-96f3-4e93-9118-07c1345ea133",
"backupJob": {
"jobId": 400562,
"time": 1692589013
}
}
]
}
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...