Get Connection Status
ssm_get_connection_status | R Documentation |
Retrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections¶
Description¶
Retrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections.
Usage¶
ssm_get_connection_status(Target)
Arguments¶
Target |
[required] The managed node ID. |
Value¶
A list with the following syntax:
list(
Target = "string",
Status = "connected"|"notconnected"
)
Request syntax¶
svc$get_connection_status(
Target = "string"
)