RDSServerMonitorDetails

RDSServerMonitorDetails
RDSServerMonitorDetails

Details of RDS Server.

JSON Example
{
    "agent_build": 4445678,
    "agent_version": "7.9.0",
    "max_sessions_count_configured": 123,
    "operating_system": "WINDOWS_SERVER_2016",
    "state": "AVAILABLE"
}
string
agent_build
Required

Agent build number.

string
agent_version
Required

Agent version.

integer As int32 As int32
max_sessions_count_configured
Optional

Maximum number of sessions for RDS server as configured by administrator. Will be unset if the value is not configured.

string
operating_system
Required

Operating System version.

  • UNKNOWN: Unknown
  • WINDOWS_SERVER_2003: Windows Server 2003
  • WINDOWS_SERVER_2008: Windows Server 2008
  • WINDOWS_SERVER_2008_R2: Windows Server 2008 R2
  • WINDOWS_SERVER_2012: Windows Server 2012
  • WINDOWS_SERVER_2012_R2: Windows Server 2012 R2
  • WINDOWS_SERVER_2016: Windows Server 2016
  • LINUX_SERVER_OTHER: Linux Server (other)
Possible values are : UNKNOWN, WINDOWS_SERVER_2003, WINDOWS_SERVER_2008, WINDOWS_SERVER_2008_R2, WINDOWS_SERVER_2012, WINDOWS_SERVER_2012_R2, WINDOWS_SERVER_2016, LINUX_SERVER_OTHER,
string
state
Required

State of RDS Server.

  • WAIT_FOR_AGENT: View Connection Server is waiting to establish communication with View Agent on a RDS Server.
  • AGENT_UNREACHABLE: View Connection Server cannot establish communication with View Agent on a RDS Server.
  • AGENT_CONFIG_ERROR: RDS Server has configuration error. Ex: Remote Desktop Service role is not enabled.
  • AVAILABLE: The RDS Server is powered on and ready for an active connection.
  • DISABLED: The RDS Server is disabled.
  • DISABLE_IN_PROGRESS: Disabled RDS server still has some view brokered sessions. It can still accept re-connections.
  • UNKNOWN: Could not determine the state of the RDS Server.
Possible values are : WAIT_FOR_AGENT, AGENT_UNREACHABLE, AGENT_CONFIG_ERROR, AVAILABLE, DISABLED, DISABLE_IN_PROGRESS, UNKNOWN,