Mobile App Shield
Mobile App Shield provides tools for listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-objectstorage-mobile-app-shield-list | Get List Of Mobile App Shields. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace x-required… | system |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
latest_version_only | Optional query parameter. If passed, returns only latest version of the objects. | - |
name | Optional query parameter. Name of the stored_object. | example-resource |
object_type | Optional query parameter. Type of the stored_object. | - |
query_type | Optional 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. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Mobile App Shield resources:
List Mobile App Shields
Section titled “List Mobile App Shields”“List all mobile-app-shields in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/object_store/namespaces/$${PARAM}/stored_objects/mobile-app-shield" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"