Appearance
enclave heartbeat status 
Displays the status of the Enclave agent, including it's authentication status.
Flags 
| Flag | Description | 
|---|---|
| -a, --all | See all agents that you can connect to. | 
| --healthcheck | Get a simple status of the agent. | 
Usage 
> enclave heartbeat status
Agent status: Unauthenticated> enclave heartbeat status
     Agent status: Connected
Networking status: Connected
Organization: Enclave Demo
Connected as: demo-node (node)
      VPN IP: 10.100.0.8/16> enclave heartbeat status --all
     Agent status: Connected
Networking status: Connected
Organization: Enclave Demo
Connected as: demo-node (node)
      VPN IP: 10.100.0.8/16
Inbound Rules:
  - demo-windows
      VPN IP: 10.100.0.23
      Rules: tcp:22
Outbound Rules:
  - demo-windows
      VPN IP: 10.100.0.23
      Rules: tcp:3389> enclave heartbeat status --healthcheck
OK
