Browse backed up DocumentDB snapshots
This operation browses and returns backed up Document DB snapshots
- application/json
Request Body
entity object
displayName stringName of cloud account
clientId integerinstanceName string requiredName of instance
appName stringapplicationId integerclientName string requiredName of cloud account
instanceId integer- startTime integer required
Start time from when to browse snapshots
- endTime integer required
End time till which to browse snapshots
- includeAgedData integer
- copyPrecedence integer
- regionCode string required
Name of AWS region
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
snapList object[]
copyId integercommcellId integercreateTime integerdbName stringdbType stringarchFileId integersnapShotName stringstatus integerrdsAttributes object
vpcSecurityGroup stringinstanceType stringparameterGroup stringavailabilityZone stringservice stringdbSubnetGroup string
{
"snapList": [
{
"copyId": 0,
"commcellId": 0,
"createTime": 0,
"dbName": "string",
"dbType": "string",
"archFileId": 0,
"snapShotName": "string",
"status": 0,
"rdsAttributes": {
"vpcSecurityGroup": "string",
"instanceType": "string",
"parameterGroup": "string",
"availabilityZone": "string",
"service": "string",
"dbSubnetGroup": "string"
}
}
]
}
{
"snapList": [
{
"copyId": 0,
"commcellId": 0,
"createTime": 0,
"dbName": "string",
"dbType": "string",
"archFileId": 0,
"snapShotName": "string",
"status": 0,
"rdsAttributes": {
"vpcSecurityGroup": "string",
"instanceType": "string",
"parameterGroup": "string",
"availabilityZone": "string",
"service": "string",
"dbSubnetGroup": "string"
}
}
]
}
Loading...