Velotio - HashiCorp Consul Part 1 - Consul HTTP API
$ curl localhost:8500/v1/catalog/nodes | |
[ | |
{ | |
"ID": "ef46ebb7-3496-346f-f67a-30117cfec0ad", | |
"Node": "devcube", | |
"Address": "127.0.0.1", | |
"Datacenter": "dc1", | |
"TaggedAddresses": { | |
"lan": "127.0.0.1", | |
"wan": "127.0.0.1" | |
}, | |
"Meta": { | |
"consul-network-segment": "" | |
}, | |
"CreateIndex": 9, | |
"ModifyIndex": 10 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment