zun/api-ref/source/samples/container-create-resp.json
Madhuri Kumari 4c524572af Add api-ref for container create
Change-Id: Ib6df2694bff69cb18cb37f42e7aa7f4809b6ae6f
Partial-Implements: bp zun-api-doc
2017-06-14 14:10:14 +05:30

34 lines
844 B
JSON

{
"addresses": null,
"links":[{
"href": "http://10.223.197.220:9517/v1/containers/2a278cd8-5d89-462e-8453-0ced64564714",
"rel": "self"
},
{"href": "http://10.223.197.220:9517/containers/2a278cd8-5d89-462e-8453-0ced64564714", "rel": "bookmark"}
],
"image": "cirros",
"labels":{
},
"security_groups": null,
"image_pull_policy": null,
"uuid": "2a278cd8-5d89-462e-8453-0ced64564714",
"hostname": null,
"environment": {
},
"memory": "500M",
"status": "Creating",
"workdir": null,
"status_detail": null,
"host": "ubuntu",
"image_driver": "docker",
"task_state": null,
"status_reason": null,
"name": "test",
"restart_policy": null,
"ports": null,
"command": "ping -c 4 8.8.8.8",
"cpu": 2.0,
"interactive": false
}