ConnectionServerMonitorServiceStatus

ConnectionServerMonitorServiceStatus
ConnectionServerMonitorServiceStatus

Status of Connection Server related Windows service.

JSON Example
{
    "service_name": "BLAST_SECURE_GATEWAY",
    "status": "UP"
}
string
service_name
Optional

Service name of the Connection Server.

  • PCOIP_SECURE_GATEWAY: PCoIP Secure Gateway service.
  • BLAST_SECURE_GATEWAY: BLAST Secure Gateway service.
  • SECURITY_GATEWAY_COMPONENT: Security Gateway Component service.
  • CRL_PREFETCH: CRL prefetch service
Possible values are : PCOIP_SECURE_GATEWAY, BLAST_SECURE_GATEWAY, SECURITY_GATEWAY_COMPONENT, CRL_PREFETCH,
string
status
Optional

Status of the service.

  • UP: The Windows service is UP and running.
  • DOWN: The Windows service is not UP.
  • UNKNOWN: The Windows service state is Unknown.
Possible values are : UP, DOWN, UNKNOWN,