OBJECT
HostConnectionStatus
Description
The connection status of a host.
link GraphQL Schema definition
- type HostConnectionStatus {
- # Connectivity status of host.
- : HostConnectivityStatusEnum!
- # Timestamp when status was updated.
- : DateTime
- }
OBJECT
The connection status of a host.
- type HostConnectionStatus {
- # Connectivity status of host.
- : HostConnectivityStatusEnum!
- # Timestamp when status was updated.
- : DateTime
- }