Get Gateway Monitor Info V2
Gets monitoring information related to a Gateway.
id
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
}
Number of active connections for the gateway. Includes PCoIP and BLAST connection counts.
Number of BLAST connections for the gateway.
Unique ID of the Gateway.
The timestamp in milliseconds when the last update was obtained. Measured as epoch time.
Gateway name.
Number of PCoIP connections for the gateway.
Status of the Gateway.
- NOT_CONTACTED: There has been no contact from the gateway.
- PROBLEM: The gateway has reported a problem.
- STALE: Gateway is stale. Gateway will be marked as stale when Connection Server does not receive any request from the Gateway in last two successive intervals.
- OK: The Gateway is working as expected.
Number of unrecognized PCoIP Secure Gateway requests.
Number of unrecognized Tunnel requests.
Number of unrecognized XML API requests.
User is not authenticated
Not Found