Skip to main content

Get Metrics Commcell Unique ID

This API fetches the Commcell Unique ID of the Metrics Server. If there are more than 1 commcell uploading data to same metric server the values will differ

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/d08a6b3b-d27d-4c5a-90ba-2f74fd55387b/data    

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/cr/reportsplusengine/datasets/d08a6b3b-d27d-4c5a-90ba-2f74fd55387b/data' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'