Update the commcell group
Select
SaaS
Customer Managed
Used to update commcell associations for a server group
Path Parameters
- commcellGroupId int32 required
Id of the commcellGroupId whose details have to be fetched
- application/json
Request Body
- name string
Used to rename commcell group.
- description string
Used to update the description of the commcell group.
serviceCommcells object[]
Commcell object
id int32GUID stringname stringVersion stringVersion of the service commcell.
activeManagementStatus stringPossible values: [
DISABLED
,INPROGRESS
,ENABLED
,FAILED
]Returns active management status of the service commcell.
- serviceCommcellsOperationType string
Possible values: [
NONE
,OVERWRITE
,ADD
,DELETE
,CLEAR
]List operation type
Responses
- 200
- 400
- 403
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Requested Details not found
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...