Get Connection Server Monitor Info V2

Get Connection Server Monitor Info V2

Gets monitoring information related to Connection Server.

Request
URI
GET
https://{api_host}/rest/monitor/v1/connection-servers/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ConnectionServerMonitorInfoV2 of type(s) */*
{
    "certificate": {
        "valid": true,
        "valid_from": 1561939200000,
        "valid_to": 1561939200000
    },
    "connection_count": 1234,
    "cs_replications": [
        {
            "server_name": "cs1.example.com",
            "status": "OK"
        }
    ],
    "default_certificate": false,
    "details": {
        "build": "12345678.0.1",
        "version": "7.9.0"
    },
    "id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
    "last_updated_timestamp": 1582029025748,
    "name": "cs1.example.com",
    "services": [
        {
            "service_name": "BLAST_SECURE_GATEWAY",
            "status": "UP"
        }
    ],
    "session_protocol_data": [
        {
            "session_count": 341,
            "session_protocol": "BLAST"
        }
    ],
    "session_threshold": 2000,
    "status": "OK",
    "tunnel_connection_count": 1234
}
certificate
Optional

certificate

integer As int32 As int32
connection_count
Optional

Number of connections to this Connection Server.

cs_replications
Optional

Connection Server replication status with respect to the Peer Connection Servers in the same cluster.

boolean
default_certificate
Optional

Indicates whether server has the default certificate.

details
Optional

details

string
id
Required

Unique ID of the Connection Server.

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

Connection Server host name or IP address.

services
Optional

Connection Server related Windows services information.

session_protocol_data
Optional

PCoIP, RDP or BLAST protocol sessions details when clients connect directly to the connection server.

integer As int32 As int32
session_threshold
Optional

The maximum number of connections allowed for the connection server through the Horizon client. If all of the secure gateways (HTTP(S)/PCOIP/BLAST) are enabled, this field denotes the maximum number of connections allowed for the connection server.If none of the secure gateways(HTTP(S)/PCOIP/BLAST) are enabled, sessionThreshold value will not be set.

string
status
Optional

Status of the Connection Server.

  • OK: The Connection Server is working properly.
  • ERROR: Error occurred when connecting to Connection Server.
  • NOT_RESPONDING: The Connection Server is not responding.
  • UNKNOWN: Status of Connection Server is unknown.
  • RESTART_REQUIRED: Connection Server needs a Restart.
Possible values are : OK, ERROR, NOT_RESPONDING, UNKNOWN, RESTART_REQUIRED,
integer As int32 As int32
tunnel_connection_count
Optional

Number of connections tunneled through this Connection Server.


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 Desktop Monitor Info
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 Monitors
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