Get RDS Server Monitors
Gets monitoring information related to RDS Server.
Request
URI
GET
https://{api_host}/rest/monitor/v1/rds-servers/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
OK
Returns RDSServerMonitorInfo of type(s) */*
{
"details": {
"agent_build": "4445678",
"agent_version": "7.9.0",
"max_sessions_count_configured": 123,
"operating_system": "WINDOWS_SERVER_2016",
"state": "AVAILABLE"
},
"enabled": true,
"farm_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50",
"id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50",
"load_index": 60,
"load_preference": "NORMAL",
"name": "rds-server.example.com",
"session_count": 35,
"status": "OK"
}
boolean
enabled
Optional
Indicates if RDS server is enabled.
string
farm_id
Optional
Indicates the Farm ID to which the RDS Server belongs to.
string
id
Optional
Unique ID of the RDS server.
integer As int32 As int32
load_index
Optional
This value is similar to load_preference and represents the load on RDS Server in the range of 0 to 100.
string
load_preference
Optional
Based on the current load of this RDS Server, gives a measure of how preferential this server is to be chosen for new application sessions.
- BLOCK: RDS Server is blocked and new sessions will not be accepted.
- HEAVY: RDS Server is experiencing heavy load and should likely not be chosen for new sessions.
- LIGHT: RDS Server is experiencing light load and is okay to be chosen for new sessions.
- NORMAL: RDS Server is experiencing normal load and is okay to be chosen for new sessions.
- UNKNOWN: RDS Server did not report a load preference. This is potentially a configuration issue if other RDS Servers in the same Farm do report load preferences.
Possible values are : BLOCK, HEAVY, LIGHT, NORMAL, UNKNOWN,
string
name
Optional
RDS Server name.
integer As int32 As int32
session_count
Optional
RDS server session count.
string
status
Optional
RDS server status.
- OK: RDS Server is reachable. All applications (defined on its farm) are verified installed on the RDS Server.
- WARNING: RDS Server is reachable. Some applications are detected as not installed on the RDS Server.
- ERROR: RDS Server is unreachable, or, none of the applications are installed.
- DISABLED: RDS Server is disabled.
Possible values are : OK, WARNING, ERROR, DISABLED,
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