Browse RDS Instances with Automated Backups
Select
SaaS
Customer Managed
This operation is used to retrieve RDS Instances or Clusters with Automated Backups turned on from a specific region.
Path Parameters
- instanceId int32 required
id of the instance
- application/json
Request Body
appId object
instanceId integer requiredapplicationId integerappName string requiredThe Application Name, in this case Cloud Apps
- restoreFromTime integer
- restoreToTime integer
- pointInTimeRestore boolean required
This must be set to true to retrieve instances with Automated Backups
- regionEndPoints string required
AWS Region for which we wish to browse RDS Instances
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
cloudDBEntity object
type integerchildren object[]
path stringname stringtype integer
{
"cloudDBEntity": {
"type": 0,
"children": [
{
"path": "string",
"name": "string",
"type": 0
}
]
}
}
{
"cloudDBEntity": {
"type": 0,
"children": [
{
"path": "string",
"name": "string",
"type": 0
}
]
}
}
Loading...