List all containers in Cloud Object Blob Storage system.

Parameters:

Parameters:
See dedicated page for more information.
ostListContainers connects to an OpenStack Swift–compatible Object Storage account and returns a tabular list of your containers. One output row corresponds to one container. The returned columns mirror what the Swift API exposes for the account (e.g., container name and basic metadata such as object count and total bytes, depending on provider/version).
Note
If your account contains more than ~1,000 containers, pagination may be required. The box includes a note that additional code is needed for very large listings. Contact us if you need that variant.
Any provider that exposes a Swift (OpenStack) Object Storage endpoint, including but not limited to:
You only need valid credentials and (optionally) a region.
a table with one row per container returned by the provider.
The exact schema depends on the Swift endpoint, but typically includes:
name (container name)
counts and size metrics exposed by the account listing (object count / total bytes), when available.
Drop the action onto your pipeline.
Open Parameters and fill:
Login/userPasswordtenant Nameregion → pick a region or all.(Optional) Set idErrorManagement to your preferred behavior; leave Number of retries on connection error=10.
Run Preview.
That’s it—no additional wiring is required for a basic listing.
Login/user, Password and tenant Name.region.Number of retries on connection error and any extra cURL options from Optional: extra parameters for cURL.Debug level controls what is logged from the HTTP exchange; error management decides whether the pipeline stops or continues with an error status.
Password in a vault/secret; avoid verbose logging in production (tokens/headers may appear).all when you truly need a cross-region view.Number of retries on connection error and consider Optional: extra parameters for cURL timeouts (e.g., --connect-timeout 5 --max-time 30) for flaky networks.ostListFiles — list objects inside a containerostDownload — download objectsostUpload — upload objectsostDelete — delete objects