List RDS Server Monitors

List RDS Server Monitors

Lists monitoring information related to RDS Servers of the environment.

Request
URI
GET
https://{api_host}//localhost/rest/monitor/rds-servers
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "details": {
            "agent_build": 4445678,
            "agent_version": "7.9.0",
            "max_sessions_count_configured": 123,
            "operating_system": "WINDOWS_SERVER_2016",
            "state": "AVAILABLE"
        },
        "enabled": true,
        "farm_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50",
        "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50",
        "load_index": 60,
        "load_preference": "NORMAL",
        "name": "rds-server.example.com",
        "session_count": 35,
        "status": "OK"
    }
]

401

User is not authenticated

Operation doesn't return any data structure