"Fossies" - the Fresh Open Source Software Archive 
Member "glance-19.0.0/api-ref/source/v2/samples/metadef-namespace-details-with-rt-response.json" (16 Oct 2019, 1179 Bytes) of package /linux/misc/openstack/glance-19.0.0.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 {
2 "created_at": "2016-06-28T14:57:10Z",
3 "description": "The libvirt compute driver options.",
4 "display_name": "libvirt Driver Options",
5 "namespace": "OS::Compute::Libvirt",
6 "owner": "admin",
7 "properties": {
8 "hw_boot_menu": {
9 "description": "If true, enables the BIOS bootmenu.",
10 "enum": [
11 "true",
12 "false"
13 ],
14 "title": "Boot Menu",
15 "type": "string"
16 },
17 "hw_serial_port_count": {
18 "description": "Specifies the count of serial ports.",
19 "minimum": 0,
20 "title": "Serial Port Count",
21 "type": "integer"
22 }
23 },
24 "protected": true,
25 "resource_type_associations": [
26 {
27 "created_at": "2016-06-28T14:57:10Z",
28 "name": "OS::Glance::Image",
29 "prefix": "hw_"
30 },
31 {
32 "created_at": "2016-06-28T14:57:10Z",
33 "name": "OS::Nova::Flavor",
34 "prefix": "hw:"
35 }
36 ],
37 "schema": "/v2/schemas/metadefs/namespace",
38 "self": "/v2/metadefs/namespaces/OS::Compute::Libvirt",
39 "visibility": "public"
40 }