Create a Commcell Group
Select
SaaS
Customer Managed
Create Commcell group
- application/json
Request Body
- name string
Used to set the name of the commcell group.
- description string
Used to set 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.
Responses
- 200
- 400
- 403
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
commcellGroupInfo object
id int32GUID stringname string
{
"commcellGroupInfo": {
"id": 0,
"GUID": "string",
"name": "string"
}
}
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...