Skip to main content

Get Entity Count

This API is used to fetch the count of File Servers, VMs and Laptop in the commcell.

Use commandcenter endpoint to fetch the info

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • fileServerCount integer

    Total File Servers in the Commcell

  • laptopCount integer

    Total Laptops in the commcell

  • vmCount integer

    Total Virtual Machines in the setup

GET /clients/count?type=fileserver,vm,laptop    

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>'