Get Commcell Groups
Select
Get All Commcell Groups
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
CommcellGroups object[]
CommcellGroup object
id int32GUID stringname stringCompany object
id int32GUID stringname stringAssociationCount int32Commcell association info.
GlobalConfigInfo object
Only applicable on Global CommCells
id stringname stringcommcells object[]
List of Service CommCells where the global configuration is applied
id int32name stringguid stringdisplayName stringcompanies object[]
List of companies where the global configuration is applied
id int32name stringguid stringscope stringThe entity level at which the config is applied.
scopeFilterQuery stringCommCellEntityCache filter query string used for filtering the scope
applyOnAllCommCells booleanDecides whether the global configuration should be applied to all the Service commcells, including the newly created ones
applyOnAllCompanies booleanDecides whether the global configuration should be applied to all the companies, including the newly created ones
isMarkedForDeletion booleanIndicates whether global configuration deletion has been started.
status stringServiceCommcells 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.
description stringDescription of the commcell group.
{
"CommcellGroups": [
{
"CommcellGroup": {
"id": 0,
"GUID": "string",
"name": "string"
},
"Company": {
"id": 0,
"GUID": "string",
"name": "string"
},
"AssociationCount": 0,
"GlobalConfigInfo": {
"id": "string",
"name": "string",
"commcells": [
{
"id": 0,
"name": "string",
"guid": "string",
"displayName": "string"
}
],
"companies": [
{
"id": 0,
"name": "string",
"guid": "string"
}
],
"scope": "string",
"scopeFilterQuery": "string",
"applyOnAllCommCells": true,
"applyOnAllCompanies": true,
"isMarkedForDeletion": true,
"status": "string"
},
"ServiceCommcells": [
{
"Commcell": {
"id": 0,
"GUID": "string",
"name": "string"
},
"Version": "string",
"activeManagementStatus": "DISABLED"
}
],
"description": "string"
}
]
}
Requested Details not found