Last active
August 28, 2019 01:47
-
-
Save mattoni/acb1488bacbb2e79ef2e083019f69b00 to your computer and use it in GitHub Desktop.
List Server Stats Query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"id": "5c98267b4146380001eexxxx", | |
"hostname": "xxxxx-vultr-sjc.s.5a14ddd8b6393d000197xxxx.cycle.io", | |
"owner": { | |
"id": "59dafefe91238b0001baxxxx", | |
"type": "account" | |
}, | |
"hub_id": "5a14ddd8b6393d000197xxxx", | |
"provider": { | |
"identifier": "vultr", | |
"model": "202", | |
"location": "12", | |
"server": "23602344", | |
"init_ips": [ | |
"x.x.x.x", | |
"2001:19f0:ac01:11c9:5400:xxxx:xxxx:xxxx" | |
] | |
}, | |
"location_id": "5c8058f54938523a9e339a9f", | |
"cluster": "production", | |
"model_id": "5c8058fa4938523a9e339aee", | |
"node_id": "5c982691db2ab00001f1c9a0", | |
"tags": [ | |
"vultr", | |
"vultr-sjc", | |
"test" | |
], | |
"state": { | |
"changed": "2019-03-25T00:54:19.877Z", | |
"job": { | |
"id": "", | |
"queued": "0001-01-01T00:00:00Z", | |
"queue": "" | |
}, | |
"current": "live" | |
}, | |
"events": { | |
"created": "2019-03-25T00:53:15.202Z", | |
"updated": "2019-03-27T05:57:31.189Z", | |
"deleted": "0001-01-01T00:00:00Z", | |
"provisioning": { | |
"started": "0001-01-01T00:00:00Z", | |
"completed": "0001-01-01T00:00:00Z" | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment