Skip to main content

Browse Redshift clusters on AWS

This operation fetches DocumentDB Clusters for the cloud account.

Request Body
  • instanceType integer
  • clientEntity object
  • clientId integer required
  • clientName string required

    Name of cloud account

  • appId object
  • clientName string
  • clientId integer
  • instanceId integer
  • applicationId integer
  • browseTargetType object
Responses

OK


Schema
  • instanceType integer
  • clientEntity object
  • clientId integer
  • clientName string
  • appId object
  • clientName string
  • clientId integer
  • instanceId integer
  • applicationId integer
  • browseTargetType object
POST /cloudapps/clouddbcontentpreview    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://ServerURL/commandcenter/api
Security Scheme
token
Body

{
"instanceType": 0,
"clientEntity": {
"clientId": 0,
"clientName": "string"
},
"appId": {
"clientName": "string",
"clientId": 0,
"instanceId": 0,
"applicationId": 0
},
"browseTargetType": {}
}
curl -L -X POST 'https://ServerURL/commandcenter/api/CloudApps/CloudDBContentPreview' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"instanceType": 0,
"clientEntity": {
"clientId": 0,
"clientName": "string"
},
"appId": {
"clientName": "string",
"clientId": 0,
"instanceId": 0,
"applicationId": 0
},
"browseTargetType": {}
}'