Skip to main content

Get serviceCommcells

Select

SaaS
Customer Managed

Returns a list of Service Commcells

Responses

Success


Schema
  • serviceCommcells object[]
  • id int32

    Id of the commcell

  • name string

    Name of the commcell entity

  • hostName string

    hostname of the Commcell

  • syncStatus object

    Sync status of the commcell

  • status string

    Possible values: [SUCCESSFUL, FAILED]

    status of the commcell

  • errorMessage object[]

    errorMessage if the commcell failed to sync

  • name string

    Name of the error

  • message string

    Description of the error

  • lastSyncedWithIDP int32

    returns the last synced time with IDP(unix time format)

  • role string

    Possible values: [NOTCONFIGURED, ROUTERCOMMCELL, ROUTERCOMMCELL_SERVICECOMMCELL, IDPCOMMCELL, IDPCOMMCELL_SERVICECOMMCELL, CLOUDSERVICE, ONPRIM_SUBSCRIBER_OF_CLOUDSERVICE, MSP_CLOUDSERVICE]

    Role of the commcell

  • useUniversalCommandCenter boolean

    if enabled the Command Center of the commcell belong to the primary CommCell

GET /v4/servicecommcells    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ServiceCommcells' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'