ResourcePool count based on user persona
ResourcePool count based on user persona
Query Parameters
- workloadType int32
Filter counts by workload type
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- mspCount int32
MSP created resourcePool count.
- tenantCount int32
Tenant created resourcePool count.
{
"mspCount": 0,
"tenantCount": 0
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...