Skip to content

Instantly share code, notes, and snippets.

@Craigson
Created January 12, 2021 23:59
Show Gist options
  • Save Craigson/7bf1fe43935fe47778e827dc87cae1e5 to your computer and use it in GitHub Desktop.
Save Craigson/7bf1fe43935fe47778e827dc87cae1e5 to your computer and use it in GitHub Desktop.
out from the syntropyctl create-connections command
[
{
"agent_connection_id": 26172,
"agent_1_id": 555,
"agent_interface_1_id": 2544,
"agent_2_id": 557,
"agent_interface_2_id": 2545,
"network_id": 266,
"agent_connection_created_at": "2021-01-12T04:19:01.358",
"agent_connection_updated_at": "2021-01-12T04:19:01.358",
"agent_connection_modified_at": "2021-01-12T04:19:01.358",
"agent_sdn_policy_id": null,
"agent_connection_link_tag": "PUBLIC",
"agent_connection_status": "PENDING",
"agent_connection_status_reason": null,
"agent_connection_last_handshake": null,
"agent_connection_tx_bytes_total": null,
"agent_connection_rx_bytes_total": null,
"agent_connection_latency_ms": null,
"agent_connection_packet_loss": null
},
{
"agent_connection_id": 26173,
"agent_1_id": 556,
"agent_interface_1_id": 2546,
"agent_2_id": 557,
"agent_interface_2_id": 2545,
"network_id": 266,
"agent_connection_created_at": "2021-01-12T04:19:01.358",
"agent_connection_updated_at": "2021-01-12T04:19:01.358",
"agent_connection_modified_at": "2021-01-12T04:19:01.358",
"agent_sdn_policy_id": null,
"agent_connection_link_tag": "PUBLIC",
"agent_connection_status": "PENDING",
"agent_connection_status_reason": null,
"agent_connection_last_handshake": null,
"agent_connection_tx_bytes_total": null,
"agent_connection_rx_bytes_total": null,
"agent_connection_latency_ms": null,
"agent_connection_packet_loss": null
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment