Get Commcell Group Details
Select
SaaS
Customer Managed
Get details of a commcellGroup based on id
Path Parameters
- commcellGroupId int32 required
Id of the commcellGroupId whose details have to be fetched
Header Parameters
- mode
Possible values: [
EdgeMode
]
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
CommcellGroup object
Company object
- AssociationCount int32
Commcell association info.
GlobalConfigInfo object
ServiceCommcells object[]
- description string
Description of the commcell group.
{
"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"
}
],
"scope": "string",
"scopeFilterQuery": "string",
"applyOnAllCommCells": true,
"isMarkedForDeletion": true,
"status": "string"
},
"ServiceCommcells": [
{
"Commcell": {
"id": 0,
"GUID": "string",
"name": "string"
},
"Version": "string",
"activeManagementStatus": "DISABLED"
}
],
"description": "string"
}
Requested Details not found
GET /v4/commcellgroup/:commcellgroupid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/CommcellGroup/:commcellGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/CommcellGroup/:commcellGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/CommcellGroup/:commcellGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/CommcellGroup/:commcellGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/CommcellGroup/:commcellGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/CommcellGroup/:commcellGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/CommcellGroup/:commcellGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'