Skip to content

object Type

object Type provides tools for updating, and deleting resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-objectstorage-object-type-updateCreate Stored Object.
f5xc-api-objectstorage-object-type-deleteDelete Stored Object(s).
ParameterDescriptionExample
nameName x-required…example-resource
namespaceNamespace x-required…system
object_typeObject_type x-required…-
ParameterDescriptionExample
force_deleteOptional query parameter. If provided will DELETE all the versions of the specified object.-
versionVersion of the stored_object in “v{n}-{YY}-{MM}-{DD}” formatted string, where n is version number and YY/MM/DD is year, month and date.-

This resource includes mutually exclusive configuration options:

OptionDescriptionRecommended
bytes_valueBytes value
string_valueString value
OptionDescriptionRecommended
mobile_app_shieldMobile app shield
mobile_integratorMobile integrator
mobile_sdkMobile sdk
no_attributesNo attributes

Ask Claude to help you work with object Type resources:

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