Skip to main content

Get Top 5 largest servers

Select

SaaS
Customer Managed

API to fetch the top 5 largest servers in the commcell.

The 5 largest servers in the environment, based on the total application size of every agent on the server.

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/841800ea-53c4-4249-91fa-76ea0d60f6a4/data?cache=true&parameter.i_dashboardtype=commcell&datasource=2    

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' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'