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
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
processinginstructioninfo object
attributes object[]
name stringvalue string- fileServerCount integer
Total File Servers in the Commcell
- laptopCount integer
Total Laptops in the commcell
- vmCount integer
Total Virtual Machines in the setup
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"fileServerCount": 0,
"laptopCount": 0,
"vmCount": 0
}
Loading...