Values_1.GetConnectionStatusResponseSourceRetrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections.
type nonrec t = {target : SessionTarget.t option;The ID of the managed node to check connection status.
*)status : Values_0.ConnectionStatus.t option;The status of the connection to the managed node.
*)}type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SessionTarget.t ]) list ]