Status

List

get

Retrieve a list of RD Session Host servers with status information.

Query parameters
SiteIdinteger · int32Optional

Site ID for which RD Session Host servers with status information will be retrieved (optional)

ServerstringOptional

Filter the result by server name (optional)

Responses
chevron-right
200

Success

application/json; api-version=1.0

RDS System Information

idstring · nullableOptional

ID of RAS Agent.

siteIdinteger · int32Optional

ID of Site.

agentStatestring · enumOptional

Agent State

Possible values:
serverTypestring · enumOptional

RAS Status Type

Possible values:
agentVerstring · nullableOptional

Agent Version.

serverstring · nullableOptional

Server name.

serverOSstring · nullableOptional

Server Operating System.

serviceStartTimestring · nullableOptional

Service start time.

systemBootTimestring · nullableOptional

System boot time.

unhandledExceptionsinteger · int32Optional

Number of unhandled exceptions.

machineIdstring · nullableOptional

Id of the machine

logLevelstring · enumOptional

RAS Log Level

Possible values:
cpuLoadinteger · int32Optional

CPU load percentage.

memLoadinteger · int32Optional

Memory load percentage.

diskReadinteger · int32Optional

Disk Read.

diskWriteinteger · int32Optional

Disk Write.

enabledbooleanOptional

Whether the object is enabled or not.

preferredBrokerstring · nullableOptional

Specifies the preferred Connection Broker.

activeSessionsinteger · int32Optional

Number of active sessions.

disconnectedSessionsinteger · int32Optional

Number of disconnected sessions.

activeConnectionsinteger · int32Optional

Number of active connections.

ipstring · nullableOptional

The IP the agent is using.

loginStatusstring · enumOptional

Session Login Status on the Remote Desktop Service

Possible values:
updStatusstring · enumOptional

User profile disk status

Possible values:
pendingSchedulestring · enumOptional

Pending Schedule Type

Possible values:
get
/api/RDS/Host/status

Get

get

Retrieve the RD Session Host status information for the server.

Path parameters
idinteger · int32Required

RD Session Host ID

Responses
chevron-right
200

Success

application/json; api-version=1.0

RDS System Information

idstring · nullableOptional

ID of RAS Agent.

siteIdinteger · int32Optional

ID of Site.

agentStatestring · enumOptional

Agent State

Possible values:
serverTypestring · enumOptional

RAS Status Type

Possible values:
agentVerstring · nullableOptional

Agent Version.

serverstring · nullableOptional

Server name.

serverOSstring · nullableOptional

Server Operating System.

serviceStartTimestring · nullableOptional

Service start time.

systemBootTimestring · nullableOptional

System boot time.

unhandledExceptionsinteger · int32Optional

Number of unhandled exceptions.

machineIdstring · nullableOptional

Id of the machine

logLevelstring · enumOptional

RAS Log Level

Possible values:
cpuLoadinteger · int32Optional

CPU load percentage.

memLoadinteger · int32Optional

Memory load percentage.

diskReadinteger · int32Optional

Disk Read.

diskWriteinteger · int32Optional

Disk Write.

enabledbooleanOptional

Whether the object is enabled or not.

preferredBrokerstring · nullableOptional

Specifies the preferred Connection Broker.

activeSessionsinteger · int32Optional

Number of active sessions.

disconnectedSessionsinteger · int32Optional

Number of disconnected sessions.

activeConnectionsinteger · int32Optional

Number of active connections.

ipstring · nullableOptional

The IP the agent is using.

loginStatusstring · enumOptional

Session Login Status on the Remote Desktop Service

Possible values:
updStatusstring · enumOptional

User profile disk status

Possible values:
pendingSchedulestring · enumOptional

Pending Schedule Type

Possible values:
get
/api/RDS/Host/{id}/status

Was this helpful?