Skip to content

Instantly share code, notes, and snippets.

@khalfella
Created February 28, 2017 19:16
Show Gist options
  • Save khalfella/9edeef01ef3176ff6f2ed63000a60f4a to your computer and use it in GitHub Desktop.
Save khalfella/9edeef01ef3176ff6f2ed63000a60f4a to your computer and use it in GitHub Desktop.
joyadmins-MacBook-Pro:~ mohamed.khalfella$ cat primary
{
"id": "eeca5124-823d-6e4f-a289-eb4b8dcf3ec1",
"name": "test_prov_rem_add_primary_state_vm",
"type": "smartmachine",
"brand": "joyent",
"state": "running",
"image": "6db48df2-e1a3-11e5-8ca6-8ff02d5c69dc",
"ips": [
"148.78.1.122"
],
"memory": 1024,
"disk": 25600,
"metadata": {},
"tags": {},
"created": "2017-02-28T17:59:16.928Z",
"updated": "2017-02-28T19:00:42.000Z",
"networks": [
"3acdd013-f541-4d56-91c3-916792d69535"
],
"primaryIp": "148.78.1.122",
"firewall_enabled": false,
"compute_node": "44454c4c-5300-1043-804b-b8c04f524432",
"package": "g4-highcpu-1G",
"dns_names": [
"eeca5124-823d-6e4f-a289-eb4b8dcf3ec1.inst.7bc5cae9-3ea3-6b00-f224-88b4e19aa57f.us-east-1a.scloud.zone",
"eeca5124-823d-6e4f-a289-eb4b8dcf3ec1.inst.mohamed-khalfella.us-east-1a.scloud.zone",
"test-prov-rem-add-primary-state-vm.inst.7bc5cae9-3ea3-6b00-f224-88b4e19aa57f.us-east-1a.scloud.zone",
"test-prov-rem-add-primary-state-vm.inst.mohamed-khalfella.us-east-1a.scloud.zone"
]
}
joyadmins-MacBook-Pro:~ mohamed.khalfella$
joyadmins-MacBook-Pro:~ mohamed.khalfella$
joyadmins-MacBook-Pro:~ mohamed.khalfella$ cat no_primary
{
"id": "eeca5124-823d-6e4f-a289-eb4b8dcf3ec1",
"name": "test_prov_rem_add_primary_state_vm",
"type": "smartmachine",
"brand": "joyent",
"state": "running",
"image": "6db48df2-e1a3-11e5-8ca6-8ff02d5c69dc",
"ips": [
"148.78.1.122"
],
"memory": 1024,
"disk": 25600,
"metadata": {},
"tags": {},
"created": "2017-02-28T17:59:16.928Z",
"updated": "2017-02-28T18:56:31.000Z",
"networks": [
"3acdd013-f541-4d56-91c3-916792d69535"
],
"primaryIp": "148.78.1.122",
"firewall_enabled": false,
"compute_node": "44454c4c-5300-1043-804b-b8c04f524432",
"package": "g4-highcpu-1G",
"dns_names": [
"eeca5124-823d-6e4f-a289-eb4b8dcf3ec1.inst.7bc5cae9-3ea3-6b00-f224-88b4e19aa57f.us-east-1a.scloud.zone",
"eeca5124-823d-6e4f-a289-eb4b8dcf3ec1.inst.mohamed-khalfella.us-east-1a.scloud.zone",
"test-prov-rem-add-primary-state-vm.inst.7bc5cae9-3ea3-6b00-f224-88b4e19aa57f.us-east-1a.scloud.zone",
"test-prov-rem-add-primary-state-vm.inst.mohamed-khalfella.us-east-1a.scloud.zone"
]
}
joyadmins-MacBook-Pro:~ mohamed.khalfella$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment