GatewayMonitorInfo

GatewayMonitorInfo
GatewayMonitorInfo

Monitoring information related to Gateways registered in the environment.

JSON Example
{
    "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",
    "name": "uag1",
    "pcoip_connection_count": 90,
    "status": "OK"
}
integer As int32 As int32
active_connection_count
Optional

Number of active connections for the gateway. Includes PCoIP and BLAST connection counts.

integer As int32 As int32
blast_connection_count
Optional

Number of BLAST connections for the gateway.

details
Optional

details

string
id
Optional

Unique ID of the Gateway.

string
name
Optional

Gateway name.

integer As int32 As int32
pcoip_connection_count
Optional

Number of PCoIP connections for the gateway.

string
status
Optional

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.
Possible values are : NOT_CONTACTED, PROBLEM, STALE, OK,