List Gateway Monitor Info V2

List Gateway Monitor Info V2

Lists monitoring information related to Gateways registered in the environment.

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

401

User is not authenticated

Operation doesn't return any data structure