mogan/doc/api_samples/instances/instance-create-req.json
Zhenguo Niu 25169af553 Add api-ref for instance create
Change-Id: Iba3caa608a0d5b7a000039c783752597f94397b9
2016-10-05 00:33:38 +00:00

16 lines
419 B
JSON

{
"name": "test_instance",
"description": "this is a test instance",
"instance_type_uuid": "0607b5f3-6111-424d-ba46-f5de39a6fa69",
"image_uuid": "efe0a06f-ca95-4808-b41e-9f55b9c5eb98",
"networks": [
{
"uuid": "c1940655-8b8e-4370-b8f9-03ba1daeca31"
},
{
"uuid": "8e8ceb07-4641-4188-9b22-840755e92ee2",
"port_type": "10GE"
}
]
}