Storage Backend Information
Return storage backends path headers
Query parameters
A list of tag values, formatted for use in query string parameters
Filter on Storage Backends that have a tag named {name} with a value in the given comma-seperated list of values. The {name} and the value MUST be URL encoded where special characters are present. Where the tag's value is a string, at least one of the given values will match. Where the tag's value is an array, at least one value in the array will match at least one of the given values. Partial string matches of the values are not valid.
Filter on Storage Backends that have a tag named {name} regardless of value. The {name} MUST be URL encoded where special characters are present. If set to true then the presence of the tag is filtered for. If set to false then its absence is. If left out then no filtering on tag presence is performed.
Return Storage Backends in reverse-alphabetical order of their label.
Opaque string used by backend to access a specific page of results. Clients should read the next URL from the Link header returned with responses, or use value of the returned X-Paging-NextKey header. If not supplied, the first page is accessed. Service implementations should ensure a consistent sort order is applied to pages of results.
Restrict the response to the specified number of results. Service implementations may specify their own default and maximum for the limit
Response
Changes
Changed in 4 of the 23 revisions of this API.16
- ○
added the new optional
queryrequest parametertag.{name}new-optional-request-parameter
- ○
added the new optional
queryrequest parametertag_exists.{name}new-optional-request-parameter
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterreverse_ordernew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 19 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲