osc object-store container list

Shows details for an account and lists containers, sorted by name, in the account

Usage: osc object-store container list [OPTIONS]

Options:

  • --limit <LIMIT> — For an integer value n, limits the number of results to n

  • --marker <MARKER> — For a string value, x, constrains the list to items whose names are greater than x

  • --end-marker <END_MARKER> — For a string value, x, constrains the list to items whose names are less than x

  • --format <FORMAT> — The response format. Valid values are json, xml, or plain. The default is plain. If you append the format=xml or format=json query parameter to the storage account URL, the response shows extended container information serialized in that format. If you append the format=plain query parameter, the response lists the container names separated by newlines

  • --prefix <PREFIX> — Only objects with this prefix will be returned. When combined with a delimiter query, this enables API users to simulate and traverse the objects in a container as if they were in a directory tree

  • --delimiter <DELIMITER> — The delimiter is a single character used to split object names to present a pseudo-directory hierarchy of objects. When combined with a prefix query, this enables API users to simulate and traverse the objects in a container as if they were in a directory tree

  • --reverse <REVERSE> — By default, listings are returned sorted by name, ascending. If you include the reverse=true query parameter, the listing will be returned sorted by name, descending

    Possible values: true, false

  • --max-items <MAX_ITEMS> — Total limit of entities count to return. Use this when there are too many entries

    Default value: 10000