Skip to content

Instantly share code, notes, and snippets.

@netodevel
Created September 22, 2017 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netodevel/ae5d62e45c9b64a6eac453342875a42f to your computer and use it in GitHub Desktop.
Save netodevel/ae5d62e45c9b64a6eac453342875a42f to your computer and use it in GitHub Desktop.
{
"instance": {
"instanceId": "192.168.1.3:microservice-rails:3000",
"hostName": "192.168.1.3",
"app": "MICROSERVICE-RAILS",
"vipAddress": "microservice-rails",
"secureVipAddress": "microservice-rails",
"ipAddr": "192.168.1.3",
"status": "UP",
"port": {"$": "3000", "@enabled": "true"},
"securePort": {"$": "443", "@enabled": "false"},
"healthCheckUrl": "http://192.168.1.3:3000/health",
"statusPageUrl": "http://192.168.1.3:3000/info",
"homePageUrl": "http://192.168.1.3:3000/",
"dataCenterInfo": {
"@class": "com.netflix.appinfo.InstanceInfo$DefaultDataCenterInfo",
"name": "MyOwn"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment