Browse the DynamoDB tables on AWS
Select
SaaS
Customer Managed
This operation will fetch the DynamoDB content from AWS.
- application/json
Request Body
- instanceType integer
clientEntity object
clientId integer requiredID of the Cloud Account
clientName stringName of the Cloud Account
appId object
clientName stringName of the cloud account
clientId integer requiredID of the Cloud Account
instanceId integer requiredID of the Instance
applicationId integerDefault value:
134
- browseTargetType object
- browsePath string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
cloudDBEntity object
type integerchildren object[]
displayName stringname stringtype integerpath stringerrorResp object
errorCode integer
{
"cloudDBEntity": {
"type": 0,
"children": [
{
"displayName": "string",
"name": "string",
"type": 0,
"path": "string"
}
]
},
"errorResp": {
"errorCode": 0
}
}
{
"cloudDBEntity": {
"type": 17,
"children": [
{
"displayName": "Asia Pacific (Hyderabad) (ap-south-2)",
"name": "ap-south-2",
"type": 4
},
{
"path": "ap-south-1",
"name": "table_name",
"type": 45
},
{
"displayName": "Asia Pacific (Mumbai) (ap-south-1)",
"name": "ap-south-1",
"type": 4
},
{
"displayName": "Europe (Stockholm) (eu-north-1)",
"name": "eu-north-1",
"type": 4
},
{
"displayName": "Europe (Paris) (eu-west-3)",
"name": "eu-west-3",
"type": 4
},
{
"displayName": "Europe (London) (eu-west-2)",
"name": "eu-west-2",
"type": 4
},
{
"displayName": "Europe (Ireland) (eu-west-1)",
"name": "eu-west-1",
"type": 4
},
{
"displayName": "Asia Pacific (Osaka) (ap-northeast-3)",
"name": "ap-northeast-3",
"type": 4
},
{
"displayName": "Asia Pacific (Seoul) (ap-northeast-2)",
"name": "ap-northeast-2",
"type": 4
},
{
"displayName": "Asia Pacific (Tokyo) (ap-northeast-1)",
"name": "ap-northeast-1",
"type": 4
},
{
"displayName": "Israel (Tel Aviv) (il-central-1)",
"name": "il-central-1",
"type": 4
},
{
"displayName": "Canada (Central) (ca-central-1)",
"name": "ca-central-1",
"type": 4
},
{
"displayName": "South America (Sao Paulo) (sa-east-1)",
"name": "sa-east-1",
"type": 4
},
{
"displayName": "Asia Pacific (Singapore) (ap-southeast-1)",
"name": "ap-southeast-1",
"type": 4
},
{
"displayName": "Asia Pacific (Sydney) (ap-southeast-2)",
"name": "ap-southeast-2",
"type": 4
},
{
"displayName": "Europe (Frankfurt) (eu-central-1)",
"name": "eu-central-1",
"type": 4
},
{
"displayName": "US East (N. Virginia) (us-east-1)",
"name": "us-east-1",
"type": 4
},
{
"displayName": "US East (Ohio) (us-east-2)",
"name": "us-east-2",
"type": 4
},
{
"displayName": "US West (N. California) (us-west-1)",
"name": "us-west-1",
"type": 4
},
{
"displayName": "US West (Oregon) (us-west-2)",
"name": "us-west-2",
"type": 4
}
]
},
"errorResp": {
"errorCode": 0
}
}
Loading...