Skip to main content

Create DocumentDB Instance

This API creates a new AWS DocumentDB instance

This operation creates a default subclient. To specify the clusters to be added, update the subclient (cluster group) to specify the clusters and regions to be backed up.

Request Body

Post the necessary fields for the API to create a DocumentDB Instance

  • instanceProperties object
  • instance object
  • instanceName string required

    Name of the instance

  • applicationId integer
  • clientId integer
  • clientName string required

    Name of the cloud account

  • cloudAppsInstance object
  • instanceType string required

    Default value: AMAZON_DOCUMENTDB

  • planEntity object
  • planId integer required

    Id of storage

  • useResourcePoolInfo boolean
Responses


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object
  • warningCode integer
  • errorCode integer
  • warningMessage string
  • entity object
  • subclientId integer
  • clientId integer
  • instanceName string
  • instanceId integer
  • _type_ integer
Loading...