Get Clients count
Select
SaaS
Customer Managed
This operation returns clients count.
Query Parameters
- type string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Clients count
Schema
- fileServerCount integer
- laptopCount integer
- vmCount integer
{
"fileServerCount": 0,
"laptopCount": 0,
"vmCount": 0
}
{
"fileServerCount": 377,
"laptopCount": 1,
"vmCount": 249
}
Loading...