Skip to main content

Get Instance Properties

Select

SaaS
Customer Managed

This operation returns properties about the DocumentDB instance.

Path Parameters
  • instanceid string required

    ID of the instance

Responses

OK


Schema
  • instanceProperties object[]
  • clientAppType integer
  • isDeleted boolean
  • applicationSize integer
  • excludeFromSLA boolean
  • scIdxEnabled integer
  • isSnapEnabled boolean
  • autoDiscovered boolean
  • instance object
  • clientName string
  • instanceName string
  • displayName string
  • instanceId integer
  • instanceGUID string
  • clientId integer
  • appName string
  • applicationId integer
  • entityInfo object
  • companyId integer
  • companyName string
  • multiCommcellId integer
  • instanceActivityControl object
  • activityControlOptions object[]
  • activityType integer
  • enableAfterADelay boolean
  • enableActivityType boolean
  • cloudAppsInstance object
  • instanceType integer
  • credentialType integer
  • vsCloudVendor integer
  • rdsInstance object
  • accessKey string
  • regionEndPoints string
  • arrayEntity object
  • arrayId integer
  • alibabaInstance object
  • accessKey string
  • hostURL string
  • objectStorageInstance object
  • generalCloudProperties object
  • regionEndPoints string
  • credentials object
  • credentialId integer
  • credentialName string
  • accessNodes object
  • memberServers object[]
  • client object
  • clientId integer
  • clientName string
  • _type_ integer
  • amazonInstanceInfo object
  • accessKey string
  • useIamRole boolean
  • planEntity object
  • planType integer
  • planName string
  • planSubtype integer
  • planId integer
  • cloudDBInstance object
  • overRideAccessNode boolean
  • accessNodes object
GET /instance/:instanceid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://ServerURL/commandcenter/api
Security Scheme
token
instanceid — path required
curl -L -X GET 'https://ServerURL/commandcenter/api/Instance/:instanceid' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'