Skip to main content

Select Backup Content

Select

SaaS

Preview the Cloud DB contents for Cosmos Instance

You the output of this API to configure the cosmos instance

Request Body
  • region object required
  • id integer
  • name string
  • cloudAccount object required
  • id integer
  • name string
  • browsePath string

    browse path

Responses

OK


Schema
  • cloudDBEntity object
  • type integer
  • children object[]
  • path string
  • displayName string
  • name string
  • type integer
  • value string
  • errorResp object
  • errorCode integer
POST /v4/azuredb/cosmos/clouddbcontentpreview    

Authorization

type: apiKeyname: Authtokenin: header

Request

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

{
"region": {
"id": 0,
"name": "string"
},
"cloudAccount": {
"id": 0,
"name": "string"
},
"browsePath": "string"
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/azuredb/cosmos/clouddbcontentpreview' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"region": {
"id": 0,
"name": "string"
},
"cloudAccount": {
"id": 0,
"name": "string"
},
"browsePath": "string"
}'