glance/api-ref/source/v2/samples/stores-list-response.json
Brian Rosmaita 6537ff2136 Update v2/info/stores api-ref
Slight rewrite of the stores discovery section of the api-ref to
indicate which elements of the response are optional and to remove
mention of the store type from the descriptions.

Change-Id: I8261de878fcaff1e498f7a3e152df7d980d0560c
2019-06-04 09:02:52 -04:00

23 lines
589 B
JSON

{
"stores": [
{
"id":"reliable",
"description": "More expensive store with data redundancy"
},
{
"id":"fast",
"description": "Provides quick access to your image data",
"default": true
},
{
"id":"cheap",
"description": "Less expensive store for seldom-used images"
},
{
"id":"special",
"description": "Need a plausible description here that doesn't expose the store type",
"read-only": true
}
]
}