get https://mytenant.cx.onecloud.com/statsapi/info/check_available_agents
This method gets either the "true" or the "false" value for agents ready to handle a specific service.
Note:
- No authentication or subscription is needed for this method.
Response
| Code | Description |
|---|---|
| 200 | OK |
| True | "Number of ready agents" > 0 for the specific service (i.e., at least one agent is available) |
| False | "Number of ready agents" is 0 for the specific service (i.e., no agent is available) |
