Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownStatus

Package version

Known values of Status that the service accepts.

Index

Enumeration members

Available

Available: = "Available"

Session Host has passed all the health checks and is available to handle connections.

Disconnected

Disconnected: = "Disconnected"

The Session Host is unavailable because it is currently disconnected.

DomainTrustRelationshipLost

DomainTrustRelationshipLost: = "DomainTrustRelationshipLost"

SessionHost's domain trust relationship lost

FSLogixNotHealthy

FSLogixNotHealthy: = "FSLogixNotHealthy"

FSLogix is in an unhealthy state on the session host.

NeedsAssistance

NeedsAssistance: = "NeedsAssistance"

New status to inform admins that the health on their endpoint needs to be fixed. The connections might not fail, as these issues are not fatal.

NoHeartbeat

NoHeartbeat: = "NoHeartbeat"

The Session Host is not heart beating.

NotJoinedToDomain

NotJoinedToDomain: = "NotJoinedToDomain"

SessionHost is not joined to domain.

Shutdown

Shutdown: = "Shutdown"

Session Host is shutdown - RD Agent reported session host to be stopped or deallocated.

SxSStackListenerNotReady

SxSStackListenerNotReady: = "SxSStackListenerNotReady"

SxS stack installed on the SessionHost is not ready to receive connections.

Unavailable

Unavailable: = "Unavailable"

Session Host is either turned off or has failed critical health checks which is causing service not to be able to route connections to this session host. Note this replaces previous 'NoHeartBeat' status.

UpgradeFailed

UpgradeFailed: = "UpgradeFailed"

Session Host is unavailable because the critical component upgrade (agent, side-by-side stack, etc.) failed.

Upgrading

Upgrading: = "Upgrading"

Session Host is unavailable because currently an upgrade of RDAgent/side-by-side stack is in progress. Note: this state will be removed once the upgrade completes and the host is able to accept connections.

Generated using TypeDoc