GatewayMonitorInfoV3

GatewayMonitorInfoV3
GatewayMonitorInfoV3

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",
    "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
}
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.

integer As int64 As int64
last_updated_timestamp
Optional

The timestamp in milliseconds when the last update was obtained. Measured as epoch time.

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,
integer As int32 As int32
unrecognized_pcoip_requests_count
Optional

Number of unrecognized PCoIP Secure Gateway requests.

integer As int32 As int32
unrecognized_tunnel_requests_count
Optional

Number of unrecognized Tunnel requests.

integer As int32 As int32
unrecognized_xmlapi_requests_count
Optional

Number of unrecognized XML API requests.