nova/doc/v3/api_samples/os-cloudpipe/cloud-pipe-get-resp.json
Eli Qiao 6120c2a2d3 Add API validation schema for cloudpipe api
Add API schema to validation, require project_id need to be uuid formate.

Partially implements blueprint v2-on-v3-api
Change-Id: I9d95229d9391b419fe633b5b9e6f06f68289d3a0
2014-10-22 16:05:36 +08:00

14 lines
372 B
JSON

{
"cloudpipes": [
{
"created_at": "2012-11-27T17:18:01Z",
"instance_id": "27deecdb-baa3-4a26-9c82-32994b815b01",
"internal_ip": "192.168.0.3",
"project_id": "fa1765bd-a352-49c7-a6b7-8ee108a3cb0c",
"public_ip": "127.0.0.1",
"public_port": 22,
"state": "down"
}
]
}