Last active
August 28, 2019 01:09
-
-
Save mattoni/f729f4e39835333b94841541085eb482 to your computer and use it in GitHub Desktop.
List servers with Cycle API result
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": "5a6b729d8dd3030001exxxxx", | |
"hostname": "xxxx-packet-sjc1.s.5a6b6f3df231a50001cxxxxx.cycle.io", | |
"owner": { | |
"id": "5a662f3bfasdf1a50001acbc1a", | |
"type": "account" | |
}, | |
"hub_id": "5a6basdff231a50001c2317c", | |
"provider": { | |
"identifier": "packet", | |
"model": "e69c0169-4726-46ea-98f1-939c9e8a3607", | |
"location": "2b70eb8f-fa18-47c0-aba7-222a842362fd", | |
"server": "73993a9d-69cb-4cda-b398-79ed05544297" | |
}, | |
"location_id": "5c1ab90821638910ec95558a", | |
"cluster": "production", | |
"model_id": "5c2133bf21638910ec9f2320", | |
"node_id": "5a6b729d8dd3030001e3349b", | |
"tags": [ | |
"packet-sjc", | |
"sjc", | |
"sunnyvale", | |
"us", | |
"north-america", | |
"packet" | |
], | |
"state": { | |
"changed": "2019-03-19T23:04:42.098Z", | |
"job": { | |
"id": "5c91758ad9e4520001974212", | |
"queued": "2019-03-19T23:04:43.037Z", | |
"queue": "hub-5a6b6f3df231a50001c2317c" | |
}, | |
"current": "live" | |
}, | |
"events": { | |
"created": "2018-01-26T18:25:33.391Z", | |
"updated": "0001-01-01T00:00:00Z", | |
"deleted": "0001-01-01T00:00:00Z", | |
"provisioning": { | |
"started": "2018-01-26T18:25:37.091Z", | |
"completed": "2018-01-26T18:29:05.368Z" | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment