Deconfigure object storage instance
Select
SaaS
Customer Managed
Deconfigure object storage instance
Path Parameters
- instanceid string required
- application/json
Request Body
instance object
clientName string requiredClient name with which instance is associated
instanceName string requiredinstance name of the instance which needs to be deconfigured
appName string requiredDefault value:
Cloud Apps
value needs to be "Cloud Apps"
applicationId integer requiredDefault value:
134
value needs to be 134
entityInfo object required
companyName stringIf instance belongs to commcell then value would be "Commcell"
multiCommcellId integer0 if no multi commcell is configured
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
warningCode integererrorCode integerwarningMessage stringentity object
subclientId integerclientId integerinstanceName stringinstanceId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"instanceId": 0,
"_type_": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"instanceId": 0,
"_type_": 0
}
}
}
Loading...