Skip to main content

Get Environment Details​

CommCell Environment Statistics API​

This API provides the total count of entities, including servers, VMs, laptops, and users, within the CommCell environment.

CommCell Environment Entities​

File Servers​

  • The number of configured file servers in the CommCell environment.

VMs (Virtual Machines)​

  • The count of discovered virtual servers in the CommCell environment.

Laptops​

  • The number of devices configured with the Endpoint solution in the CommCell environment.

Users​

  • The count of users configured in the CommCell environment.
Responses

OK


Schema
  • cacheId string

    Report dataset cache Id

  • offset integer

    Denotes the starting point or index from which the requested data begins

  • limit integer

    Total number of records in the response

  • totalRecordCount integer

    Total Records in the response

  • columns object[]

    List of columns in the dataset

  • name string

    Column Name

  • dataField string

    Data field name

  • displayName string

    Display Name of the column

  • type string

    Data type

  • precision integer

    Decimal point precision

  • scale integer
  • recordsCount integer

    Total Records in the rows

  • records string[]

    Rows containing the output

  • failures object
  • warnings object
Loading...