Get Gateway Monitor Info V2

Get Gateway Monitor Info V2

Gets monitoring information related to a Gateway.

Request
URI
GET
https://{api_host}/rest/monitor/v2/gateways/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns GatewayMonitorInfoV3 of type(s) */*
{
    "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.


401

User is not authenticated

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

Monitor Operations
GET
Get App Volumes Manager Monitor Info
GET
Get App Volumes Manager Monitor Info V2
GET
Get Connection Server Monitor Info V2
GET
Get Connection Server Monitor Info V3
GET
Get Event Database Monitor
GET
Get Farm Monitor Info
GET
Get Gateway Monitor Info
GET
Get Gateway Monitor Info V2
GET
Get License Usage Metrics
GET
Get Message Client Monitor
GET
Get Pod Monitor Info V2
GET
Get Pod Session Metrics Info
GET
Get RDS Server Monitors
GET
Get SAML Authenticator Monitor Info
GET
Get Session Metrics
GET
Get System Metrics Info
GET
Get True SSO Monitor Info
GET
Get View Composer By VC Id
GET
Get Virtual Center Monitor Info
GET
Get Virtual Center Monitor Info V3
GET
List AD Domain Monitor Infos V2
GET
List AD Domain Monitor Infos V3
GET
List AD Domain Monitors
GET
List App Volumes Manager Monitor Info V1
GET
List App Volumes Manager Monitor Info V2
GET
List Connection Server Monitors
GET
List Connection Server Monitors V2
GET
List Connection Server Monitors V3
GET
List Desktop Pool Metrics
GET
List Desktop Pool Or Farm Datastore Usage Info
GET
List Farm Monitors
GET
List Gateway Monitor Info V1
GET
List Gateway Monitor Info V2
GET
List Gateway Monitor Info V3
GET
List Global Desktop Entitlements Metrics
GET
List Health Metrics Info
GET
List Message Clients Monitors
GET
List Pod Monitor Infos V1
GET
List Pod Monitor Infos V2
GET
List RDS Server Monitors
GET
List SAML Authenticator Monitors V1
GET
List SAML Authenticator Monitors V2
GET
List True SSO Monitor Infos
GET
List View Composer Monitors V1
GET
List View Composer Monitors V2
GET
List Virtual Center Monitors
GET
List Virtual Center Monitors V2
GET
List Virtual Center Monitors V3