|
| 1 | +{ |
| 2 | + "server": { |
| 3 | + "accessIPv4": "1.2.3.4", |
| 4 | + "accessIPv6": "80fe::", |
| 5 | + "addresses": { |
| 6 | + "private": [ |
| 7 | + { |
| 8 | + "addr": "192.168.1.30", |
| 9 | + "OS-EXT-IPS-MAC:mac_addr": "00:0c:29:0d:11:74", |
| 10 | + "OS-EXT-IPS:type": "fixed", |
| 11 | + "version": 4 |
| 12 | + } |
| 13 | + ] |
| 14 | + }, |
| 15 | + "created": "2013-09-03T04:01:32Z", |
| 16 | + "description": null, |
| 17 | + "locked": false, |
| 18 | + "locked_reason": null, |
| 19 | + "flavor": { |
| 20 | + "disk": 1, |
| 21 | + "ephemeral": 0, |
| 22 | + "extra_specs": {}, |
| 23 | + "original_name": "m1.tiny", |
| 24 | + "ram": 512, |
| 25 | + "swap": 0, |
| 26 | + "vcpus": 1 |
| 27 | + }, |
| 28 | + "hostId": "92154fab69d5883ba2c8622b7e65f745dd33257221c07af363c51b29", |
| 29 | + "id": "0e44cc9c-e052-415d-afbf-469b0d384170", |
| 30 | + "image": { |
| 31 | + "id": "70a599e0-31e7-49b7-b260-868f441e862b", |
| 32 | + "links": [ |
| 33 | + { |
| 34 | + "href": "http://openstack.example.com/6f70656e737461636b20342065766572/images/70a599e0-31e7-49b7-b260-868f441e862b", |
| 35 | + "rel": "bookmark" |
| 36 | + } |
| 37 | + ] |
| 38 | + }, |
| 39 | + "key_name": null, |
| 40 | + "links": [ |
| 41 | + { |
| 42 | + "href": "http://openstack.example.com/v2/6f70656e737461636b20342065766572/servers/0e44cc9c-e052-415d-afbf-469b0d384170", |
| 43 | + "rel": "self" |
| 44 | + }, |
| 45 | + { |
| 46 | + "href": "http://openstack.example.com/6f70656e737461636b20342065766572/servers/0e44cc9c-e052-415d-afbf-469b0d384170", |
| 47 | + "rel": "bookmark" |
| 48 | + } |
| 49 | + ], |
| 50 | + "metadata": { |
| 51 | + "My Server Name": "Apache1" |
| 52 | + }, |
| 53 | + "name": "new-server-test", |
| 54 | + "config_drive": "", |
| 55 | + "OS-DCF:diskConfig": "AUTO", |
| 56 | + "OS-EXT-AZ:availability_zone": "nova", |
| 57 | + "OS-EXT-SRV-ATTR:hostname": "custom-hostname.example.com", |
| 58 | + "OS-EXT-STS:power_state": 1, |
| 59 | + "OS-EXT-STS:task_state": null, |
| 60 | + "OS-EXT-STS:vm_state": "active", |
| 61 | + "os-extended-volumes:volumes_attached": [ |
| 62 | + {"id": "volume_id1", "delete_on_termination": false}, |
| 63 | + {"id": "volume_id2", "delete_on_termination": false} |
| 64 | + ], |
| 65 | + "OS-SRV-USG:launched_at": "2013-09-23T13:37:00.880302", |
| 66 | + "OS-SRV-USG:terminated_at": null, |
| 67 | + "progress": 0, |
| 68 | + "security_groups": [ |
| 69 | + { |
| 70 | + "name": "default" |
| 71 | + } |
| 72 | + ], |
| 73 | + "server_groups": [], |
| 74 | + "status": "ACTIVE", |
| 75 | + "tags": [], |
| 76 | + "tenant_id": "6f70656e737461636b20342065766572", |
| 77 | + "trusted_image_certificates": null, |
| 78 | + "updated": "2013-09-03T04:01:33Z", |
| 79 | + "user_id": "fake" |
| 80 | + } |
| 81 | +} |
0 commit comments