List Connection Server Monitors

List Connection Server Monitors

Lists monitoring information related to Connection Servers of the environment.

Request
URI
GET
https://{api_host}//localhost/rest/monitor/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",
        "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
    }
]

401

User is not authenticated

Operation doesn't return any data structure