Skip to main content

Browse DocumentDB clusters on AWS

Select

SaaS
Customer Managed

This operation fetches DocumentDB Clusters for the cloud account.

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

    cloud account name

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

OK


Schema
  • cloudDBEntity object
  • type integer
  • children object[]
  • displayName string
  • name string
  • type integer
  • errorResp object
  • errorCode integer
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": {}
}'