查询节点注册
curl -s http://192.168.1.1:8500/v1/catalog/service/aaa | python -m json.tool
删除注册信息
curl http://192.168.1.1:8500/v1/agent/service/deregister/aaa-123
查询节点注册
curl -s http://192.168.1.1:8500/v1/catalog/service/aaa | python -m json.tool
删除注册信息
curl http://192.168.1.1:8500/v1/agent/service/deregister/aaa-123