Skip to main content

Deconfigure object storage instance

Select

SaaS
Customer Managed

Deconfigure object storage instance

Path Parameters
  • instanceid string required
Request Body
  • instance object
  • clientName string required

    Client name with which instance is associated

  • instanceName string required

    instance name of the instance which needs to be deconfigured

  • appName string required

    Default value: Cloud Apps

    value needs to be "Cloud Apps"

  • applicationId integer required

    Default value: 134

    value needs to be 134

  • entityInfo object required
  • companyName string

    If instance belongs to commcell then value would be "Commcell"

  • multiCommcellId integer

    0 if no multi commcell is configured

Responses

OK


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
POST /instance/:instanceid/deconfigure    

Request

Click Edit to configure Base URL
https://CommandCenterHostName/webconsole/api
instanceid — path required
Body

{
"instance": {
"clientName": "string",
"instanceName": "string",
"appName": "Cloud Apps",
"applicationId": 134,
"entityInfo": {
"companyName": "string",
"multiCommcellId": 0
}
}
}
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/Instance/:instanceid/Deconfigure' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"instance": {
"clientName": "string",
"instanceName": "string",
"appName": "Cloud Apps",
"applicationId": 134,
"entityInfo": {
"companyName": "string",
"multiCommcellId": 0
}
}
}'