mogan/doc/api_samples/instances/instance-create-req.json
liusheng b622c198a2 Change "uuid" in instance post request body to "net_id"
Change-Id: I1b5999afef7fbe9a4c0b310d9b28ac31eb51c968
2016-12-27 12:49:46 +00:00

16 lines
423 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": [
{
"net_id": "c1940655-8b8e-4370-b8f9-03ba1daeca31"
},
{
"net_id": "8e8ceb07-4641-4188-9b22-840755e92ee2",
"port_type": "10GE"
}
]
}