diff options
Diffstat (limited to 'doc/api_samples/os-flavor-access/flavor-access-show-resp.json')
-rw-r--r-- | doc/api_samples/os-flavor-access/flavor-access-show-resp.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/api_samples/os-flavor-access/flavor-access-show-resp.json b/doc/api_samples/os-flavor-access/flavor-access-show-resp.json new file mode 100644 index 0000000000..a60b8cc62d --- /dev/null +++ b/doc/api_samples/os-flavor-access/flavor-access-show-resp.json @@ -0,0 +1,20 @@ +{ + "flavor": { + "disk": 0, + "id": "1", + "links": [ + { + "href": "http://openstack.example.com/v2/openstack/flavors/1", + "rel": "self" + }, + { + "href": "http://openstack.example.com/openstack/flavors/1", + "rel": "bookmark" + } + ], + "name": "m1.tiny", + "os-flavor-access:is_public": true, + "ram": 512, + "vcpus": 1 + } +}
\ No newline at end of file |