Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@amcrn

amcrn/mgmt.json Secret

Created October 20, 2014 22:56
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 amcrn/367946d58ccc7927b30c to your computer and use it in GitHub Desktop.
Save amcrn/367946d58ccc7927b30c to your computer and use it in GitHub Desktop.
mgmt show response
{
"instance": {
"status": "ACTIVE",
"task_description": "No tasks for the instance.",
"updated": "2014-10-19T07:57:41",
"deleted_at": null,
"name": "myinstance",
"links": [
{
"href": "https://HOST:8779/v1.0/c77ec91c0871407e9cea45cbaff7ea4f/instances/912e476b-cdc7-404d-a69d-888c5ba6756d",
"rel": "self"
},
{
"href": "https://HOST:8779/instances/912e476b-cdc7-404d-a69d-888c5ba6756d",
"rel": "bookmark"
}
],
"created": "2014-10-19T07:41:17",
"deleted": false,
"ip": [
"10.0.0.3"
],
"id": "912e476b-cdc7-404d-a69d-888c5ba6756d",
"volume": {
"status": "in-use",
"used": null,
"attachments": [
{
"device": "/dev/vdb",
"server_id": "023230f8-0069-48cb-ad24-b634317dcc4f",
"volume_id": "4727f23a-60f9-48d7-a84d-6dc8ddfe9aad",
"host_name": null,
"id": "4727f23a-60f9-48d7-a84d-6dc8ddfe9aad"
}
],
"availability_zone": "nova",
"created_at": "2014-10-19T07:41:18.000000",
"total": null,
"id": "4727f23a-60f9-48d7-a84d-6dc8ddfe9aad",
"size": 2
},
"guest_status": {
"state_description": "running"
},
"service_status": "ACTIVE",
"root_enabled": "2014-10-19T07:41:22",
"tenant_id": "4a1bc431c98c435f922ac90eff84ec17",
"flavor": {
"id": "8",
"links": [
{
"href": "https://HOST:8779/v1.0/c77ec91c0871407e9cea45cbaff7ea4f/flavors/8",
"rel": "self"
},
{
"href": "https://HOST:8779/flavors/8",
"rel": "bookmark"
}
]
},
"server": null,
"datastore": {
"version": "5.5",
"type": "mysql"
},
"root_enabled_by": "root"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment