Skip to content

Instantly share code, notes, and snippets.

@Craigson
Created January 12, 2021 22:49
Show Gist options
  • Save Craigson/c94f7fcdda40c900bcee23d110545dc0 to your computer and use it in GitHub Desktop.
Save Craigson/c94f7fcdda40c900bcee23d110545dc0 to your computer and use it in GitHub Desktop.
result of get-endpoints using syntropyctl
[
{
"agent_id": 555,
"agent_public_ipv4": "redacted",
"agent_location_city": "",
"agent_name": "mqt_2_publisher",
"agent_status": "OK",
"agent_version": "0.0.70",
"agent_is_online": true,
"agent_locked_fields": {
"agent_location_country": true,
"agent_location_lat": true,
"agent_location_lon": true,
"agent_name": true,
"agent_provider_name": true,
"agent_tags": [
"mqtt"
]
},
"agent_modified_at": "2021-01-12T02:54:04.958",
"networks": [],
"agent_tags": [
{
"agent_tag_id": 44,
"agent_tag_name": "mqtt"
}
],
"agent_provider": {
"agent_provider_id": 3,
"agent_provider_name": "Google Cloud Platform"
},
"agent_services": 1,
"agent_location_country": "US"
},
{
"agent_id": 556,
"agent_public_ipv4": "redacted",
"agent_location_city": "Ashburn",
"agent_name": "mqt_2_subscriber",
"agent_status": "OK",
"agent_version": "0.0.70",
"agent_is_online": true,
"agent_locked_fields": {
"agent_location_city": true,
"agent_location_country": true,
"agent_location_lat": true,
"agent_location_lon": true,
"agent_name": true,
"agent_provider_name": true,
"agent_tags": [
"mqtt"
]
},
"agent_modified_at": "2021-01-12T02:55:10.146",
"networks": [],
"agent_tags": [
{
"agent_tag_id": 44,
"agent_tag_name": "mqtt"
}
],
"agent_provider": {
"agent_provider_id": 1,
"agent_provider_name": "Amazon Web Services"
},
"agent_services": 1,
"agent_location_country": "US"
},
{
"agent_id": 557,
"agent_public_ipv4": "redacted",
"agent_location_city": "Clifton",
"agent_name": "mqt_2_broker",
"agent_status": "OK",
"agent_version": "0.0.70",
"agent_is_online": true,
"agent_locked_fields": {
"agent_location_city": true,
"agent_location_country": true,
"agent_location_lat": true,
"agent_location_lon": true,
"agent_name": true,
"agent_provider_name": true,
"agent_tags": [
"mqtt"
]
},
"agent_modified_at": "2021-01-12T03:02:56.670",
"networks": [],
"agent_tags": [
{
"agent_tag_id": 44,
"agent_tag_name": "mqtt"
}
],
"agent_provider": {
"agent_provider_id": 6,
"agent_provider_name": "DigitalOcean"
},
"agent_services": 1,
"agent_location_country": "US"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment