List Gateway Monitor Info V3

List Gateway Monitor Info V3

Lists monitoring information related to Gateways registered in the environment.

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

OK

[
    {
        "active_connection_count": 1234,
        "blast_connection_count": 10,
        "details": {
            "address": "uag1.example.com",
            "internal": false,
            "type": "UAG",
            "version": "3.5.0"
        },
        "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
        "last_updated_timestamp": 1582029025748,
        "name": "uag1",
        "pcoip_connection_count": 90,
        "status": "OK",
        "unrecognized_pcoip_requests_count": 2,
        "unrecognized_tunnel_requests_count": 5,
        "unrecognized_xmlapi_requests_count": 6
    }
]

401

User is not authenticated

Operation doesn't return any data structure