Returns a list of serviceCommcells
Returns a list of Service Commcells
Responses
- 200
- 503
Success
- application/json
- Schema
- Example (from schema)
Schema
serviceCommcells object[]
id int32Id of the commcell
name stringName of the commcell entity
hostname stringhostname of the Commcell
syncStatus object
Sync status of the commcell
status stringPossible values: [
SUCCESSFUL
,FAILED
]status of the commcell
errorMessage object[]
errorMessage if the commcell failed to sync
name stringName of the error
message stringDescription of the error
lastSyncedWithIDP int32returns the last synced time with IDP(unix time format)
role stringPossible values: [
NOTCONFIGURED
,ROUTERCOMMCELL
,ROUTERCOMMCELL_SERVICECOMMCELL
,IDPCOMMCELL
,IDPCOMMCELL_SERVICECOMMCELL
,CLOUDSERVICE
,ONPRIM_SUBSCRIBER_OF_CLOUDSERVICE
,MSP_CLOUDSERVICE
]Role of the commcell
useUniversalCommandCenter booleanif enabled the Command Center of the commcell belong to the primary CommCell
{
"serviceCommcells": [
{
"id": 0,
"name": "string",
"hostname": "string",
"syncStatus": {
"status": "SUCCESSFUL",
"errorMessage": [
{
"name": "string",
"message": "string"
}
],
"lastSyncedWithIDP": 0
},
"role": "NOTCONFIGURED",
"useUniversalCommandCenter": true
}
]
}
Service Unavailable
Loading...