Skip to content
qibdo qibdo
Theme
Book a demo

storage schemas filter describe

Show the fields a storage listing can filter and sort by

Show the query surface of one storage resource: every field a listing accepts in --filter and --order-by, the type a literal compared against it must have, and which comparison operators apply.

-o wide adds three columns worth knowing before a request is rejected: the closed set of values a field admits when it has one, whether the field holds a list and so is matched by containment, and the fields a filter must pin to a single value before this one can be sorted on.

<resource> is the token the service uses, which list reports and which need not match this CLI’s own resource name.

No scope is needed: a query surface describes a resource type rather than anything inside a workspace.

Terminal window
qibdo storage schemas filter describe <resource> [flags]
Terminal window
qibdo storage schemas filter list # the resource tokens
qibdo storage schemas filter describe bucket
qibdo storage schemas filter describe bucket -o wide
qibdo storage schemas filter describe bucket --query '[?sortable].name' -o tsv
--filter string Server-side filter expression
-h, --help help for describe
--limit int Client-side cap on total items
--no-headers Omit the header row (table and wide; accepted and inert for the machine formats)
--order-by string Server-side ordering expression
-o, --output string Output format: table|wide|json|yaml|tsv
--page-size int32 Show one page of this many items, with a token to resume from
--page-token string Resume from the token a previous page reported
--query string JMESPath expression to project the result (buffers the full result; bound large collections with --limit)
--skip int Server-side offset (first page only)
--color string Colorize output: auto|always|never (respects NO_COLOR) (default "auto")
--debug Wire-level detail on stderr (credentials redacted)
--endpoint string API endpoint override (host:port)
--insecure Use a plaintext connection (dev/lab platform only)
--no-input Never prompt; fail instead
--no-pager Do not page long human-readable output
--profile string Configuration profile to use
-q, --quiet Suppress non-essential stderr output
--verbose Human-readable progress on stderr