Skip to main content

Get Clients count

This operation returns clients count.

Query Parameters
  • type string
Responses

OK


Schema
  • fileServerCount integer
  • laptopCount integer
  • vmCount integer
GET /clients/count    

Authorization

type: apiKeyname: Authtokenin: header

Request

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