object Type provides tools for updating, and deleting resources in F5 Distributed Cloud.
| Tool | Description |
|---|
f5xc-api-objectstorage-object-type-update | Create Stored Object. |
f5xc-api-objectstorage-object-type-delete | Delete Stored Object(s). |
| Parameter | Description | Example |
|---|
name | Name x-required… | example-resource |
namespace | Namespace x-required… | system |
object_type | Object_type x-required… | - |
| Parameter | Description | Example |
|---|
force_delete | Optional query parameter. If provided will DELETE all the versions of the specified object. | - |
version | Version 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:
| Option | Description | Recommended |
|---|
bytes_value | Bytes value | |
string_value | String value | |
| Option | Description | Recommended |
|---|
mobile_app_shield | Mobile app shield | |
mobile_integrator | Mobile integrator | |
mobile_sdk | Mobile sdk | |
no_attributes | No attributes | |
Ask Claude to help you work with object Type resources:
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/object_store/namespaces/$${PARAM}/stored_objects/${PARAM}/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"