Browse Redshift clusters on AWS
This operation fetches DocumentDB Clusters for the cloud account.
- application/json
Request Body
- instanceType integer
clientEntity object
clientId integer requiredclientName string requiredName of cloud account
appId object
clientName stringclientId integerinstanceId integerapplicationId integer- browseTargetType object
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- instanceType integer
clientEntity object
clientId integerclientName stringappId object
clientName stringclientId integerinstanceId integerapplicationId integerbrowseTargetType object
{
"instanceType": 0,
"clientEntity": {
"clientId": 0,
"clientName": "string"
},
"appId": {
"clientName": "string",
"clientId": 0,
"instanceId": 0,
"applicationId": 0
},
"browseTargetType": {}
}
{
"instanceType": 27,
"clientEntity": {
"clientId": 1078,
"clientName": "document_db_sk"
},
"appId": {
"clientName": "document_db_sk",
"clientId": 1078,
"instanceId": -1,
"applicationId": 134
},
"browseTargetType": {}
}
Loading...