Skip to main content

Create Subclient

Select

SaaS
Customer Managed

This operation is used to create RDS subclient.

Request Body
  • subClientProperties object
  • subClientEntity object
  • clientName string required

    Name of cloud account.

  • instanceName string required

    Name of RDS Instance.

  • appName string

    Possible values: [Cloud Apps]

  • displayName string required

    Display name of RDS Cloud account.

  • subclientId integer

    Possible values: [-1]

  • subclientName string required

    Name of Instance group to be created.

  • planEntity object
  • planName string required

    Name of plan to be associated.

  • contentOperationType integer

    Possible values: [2]

  • cloudAppsSubClientProp object
  • instanceType string

    Possible values: [AMAZON_RDS]

  • cloudDbContent object
  • children object[]
  • displayName string required

    Database Name.

  • name string required

    Database Name.

  • path string required

    AWS Region.

  • type string

    Possible values: [Cluster, Instance, REGION]

  • allOrAnyChildren boolean
  • negation boolean
Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object
  • warningCode integer
  • errorCode integer
  • warningMessage string
  • entity object
  • subclientId integer
  • _type_ integer
POST /subclient    

Authorization

type: apiKeyname: Authtokenin: header

Request

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

{
"subClientProperties": {
"subClientEntity": {
"clientName": "string",
"instanceName": "string",
"appName": "Cloud Apps",
"displayName": "string",
"subclientId": -1,
"subclientName": "string"
},
"planEntity": {
"planName": "string"
},
"contentOperationType": 2,
"cloudAppsSubClientProp": {
"instanceType": "AMAZON_RDS"
},
"cloudDbContent": {
"children": [
{
"displayName": "string",
"name": "string",
"path": "string",
"type": "Cluster",
"allOrAnyChildren": true,
"negation": true
}
]
}
}
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/subclient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"subClientEntity": {
"clientName": "string",
"instanceName": "string",
"appName": "Cloud Apps",
"displayName": "string",
"subclientId": -1,
"subclientName": "string"
},
"planEntity": {
"planName": "string"
},
"contentOperationType": 2,
"cloudAppsSubClientProp": {
"instanceType": "AMAZON_RDS"
},
"cloudDbContent": {
"children": [
{
"displayName": "string",
"name": "string",
"path": "string",
"type": "Cluster",
"allOrAnyChildren": true,
"negation": true
}
]
}
}
}'