mirror of https://github.com/hashicorp/consul
Merge pull request #1441 from raboof/patch-1
Include 'Service'/'Address' field in examplepull/1443/head
commit
0d4b841a48
|
@ -133,6 +133,7 @@ It returns a JSON body like this:
|
|||
"ID": "redis",
|
||||
"Service": "redis",
|
||||
"Tags": null,
|
||||
"Address": "10.1.10.12"
|
||||
"Port": 8000
|
||||
},
|
||||
"Checks": [
|
||||
|
|
Loading…
Reference in New Issue