Skip to content

Instantly share code, notes, and snippets.

@ThreeToes
Created February 4, 2016 12:19
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 ThreeToes/475105ce015dec8ec583 to your computer and use it in GitHub Desktop.
Save ThreeToes/475105ce015dec8ec583 to your computer and use it in GitHub Desktop.
{
"applications": {
"versions__delta": "1",
"apps__hashcode": "UP_1_",
"application": [{
"name": "RESERVATION-CONFIG",
"instance": [{
"instanceId": "192.168.2.100:reservation-config:8888",
"hostName": "192.168.2.100",
"app": "RESERVATION-CONFIG",
"ipAddr": "192.168.2.100",
"status": "UP",
"overriddenstatus": "UNKNOWN",
"port": {
"$": 8888,
"@enabled": "true"
},
"securePort": {
"$": 443,
"@enabled": "false"
},
"countryId": 1,
"dataCenterInfo": {
"@class": "com.netflix.appinfo.InstanceInfo$DefaultDataCenterInfo",
"name": "MyOwn"
},
"leaseInfo": {
"renewalIntervalInSecs": 30,
"durationInSecs": 90,
"registrationTimestamp": 1454587235985,
"lastRenewalTimestamp": 1454587235985,
"evictionTimestamp": 0,
"serviceUpTimestamp": 1454587235985
},
"metadata": {
"@class": "java.util.Collections$EmptyMap"
},
"homePageUrl": "http://192.168.2.100:8888/",
"statusPageUrl": "http://192.168.2.100:8888/info",
"healthCheckUrl": "http://192.168.2.100:8888/health",
"vipAddress": "reservation-config",
"isCoordinatingDiscoveryServer": "false",
"lastUpdatedTimestamp": "1454587235985",
"lastDirtyTimestamp": "1454587235920",
"actionType": "ADDED"
}]
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment