Skip to content

Stored Object

Stored Object provides tools for listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-objectstorage-stored-object-listGet List Of Stored Objects.
ParameterDescriptionExample
namespaceNamespace x-required…system
object_typeObject_type Optional query parameter. Type of the stored_object.-
ParameterDescriptionExample
latest_version_onlyOptional query parameter. If passed, returns only latest version of the objects.-
nameOptional query parameter. Name of the stored_object.example-resource
query_typeOptional query parameter. The type of search query needs to be performed. Could be EXACT_MATCH or PREFIX_MATCH. EXACT_MATCH returns the objects with exact match on the name filed, while PREFIX_MATCH returns the list of object matching the ‘name’ prefix. Default is EXACT_MATCH.-

Ask Claude to help you work with Stored Object resources:

“List all stored-objects in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/object_store/namespaces/$${PARAM}/stored_objects/${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"