Skip to main content

Browse the DynamoDB tables on AWS

This operation will fetch the DynamoDB content from AWS.

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

    ID of the Cloud Account

  • clientName string

    Name of the Cloud Account

  • appId object
  • clientName string

    Name of the cloud account

  • clientId integer required

    ID of the Cloud Account

  • instanceId integer required

    ID of the Instance

  • applicationId integer

    Default value: 134

  • browseTargetType object
  • browsePath string
Responses

OK


Schema
  • cloudDBEntity object
  • type integer
  • children object[]
  • displayName string
  • name string
  • type integer
  • path string
  • errorResp object
  • errorCode integer
POST /cloudapps/clouddbcontentpreview    

Authorization

type: apiKeyname: Authtokenin: header

Request

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

{
"instanceType": 0,
"clientEntity": {
"clientId": 0,
"clientName": "string"
},
"appId": {
"clientName": "string",
"clientId": 0,
"instanceId": 0,
"applicationId": 134
},
"browseTargetType": {},
"browsePath": "string"
}
curl -L -X POST 'https://CommandCenterHostName/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": 134
},
"browseTargetType": {},
"browsePath": "string"
}'