Browse backed up Redshift snapshots
Select
SaaS
Customer Managed
This operation is used to retrieve a list of snapshots backed up for the instance
- application/json
Request Body
entity object
displayName stringclientId integerinstanceName stringappName stringapplicationId integerclientName string requiredName of cloud account
instanceId integer required- startTime integer required
- endTime integer required
- includeAgedData integer
- copyPrecedence integer
- regionCode string required
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": 4,
"commcellId": 2,
"createTime": 1709810695,
"dbName": "redshift-cluster-sk-tr",
"dbType": "Redshift",
"archFileId": 769548,
"snapShotName": "redshift-cluster-sk-tr-ap-south-1-20240307t112455z",
"status": 0,
"rdsAttributes": {
"vpcSecurityGroup": "sg-b285d2da",
"instanceType": "dc2.large",
"parameterGroup": "default.redshift-1.0;",
"availabilityZone": "ap-south-1b",
"service": "Redshift",
"dbSubnetGroup": "default"
}
}
]
}
Loading...