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}//localhost/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
Optional

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