senlin/api-ref/source/samples/profile-create-response.json
liyi 5c8bc80409 Update profile APIs doc
1. update some outputs field
2. update request params
3. update response params
4. update samples

Change-Id: Ibc2845633dc35e7c789578237bb219017f814c50
2017-07-17 16:20:01 +08:00

32 lines
884 B
JSON

{
"profile": {
"created_at": "2016-05-05T10:15:22Z",
"domain": null,
"id": "1d85fc39-7d9a-4f64-9751-b127ef554923",
"metadata": {},
"name": "test-profile",
"project": "42d9e9663331431f97b75e25136307ff",
"spec": {
"properties": {
"flavor": "m1.small",
"image": "F20",
"key_name": "oskey",
"name": "F20_server",
"networks": [
{
"network": "private"
}
],
"security_groups": [
"default"
]
},
"type": "os.nova.server",
"version": 1.0
},
"type": "os.nova.server-1.0",
"updated_at": null,
"user": "5e5bf8027826429c96af157f68dc9072"
}
}