List Connection Server Monitors V3

List Connection Server Monitors V3

Lists monitoring information related to Connection Servers of the environment.

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

OK

[
    {
        "certificate": {
            "valid": true,
            "valid_from": 1561939200000,
            "valid_to": 1561939200000
        },
        "connection_count": 1234,
        "cs_replications": [
            {
                "server_name": "cs1.example.com",
                "status": "OK"
            }
        ],
        "default_certificate": false,
        "details": {
            "build": "12345678.0.1",
            "version": "7.9.0"
        },
        "id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
        "last_updated_timestamp": 1582029025748,
        "name": "cs1.example.com",
        "services": [
            {
                "service_name": "BLAST_SECURE_GATEWAY",
                "status": "UP"
            }
        ],
        "session_protocol_data": [
            {
                "session_count": 341,
                "session_protocol": "BLAST"
            }
        ],
        "session_threshold": 2000,
        "status": "OK",
        "tunnel_connection_count": 1234,
        "unrecognized_pcoip_requests_count": 3,
        "unrecognized_tunnel_requests_count": 4,
        "unrecognized_xmlapi_requests_count": 5
    }
]

401

User is not authenticated

Operation doesn't return any data structure