Skip to main content

Get Commcell Health Overview

This API returns number of tiles that are in Critical or Warning state in the Health Report.

Query Parameters
  • parameter.commUniId integer required

    Commcell Unique ID. For a single Commcell Environment this value is 10000 else get the value from Get MetricCommUniqId API

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
GET /cr/reportsplusengine/datasets/b50b20ed-5fc4-4b4c-f7c4-fc6b84eb35cc/data?cache=true    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
parameter.commUniId — query required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'