name
name provides tools for retrieving resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-shape-name-get | Get Mobile SDK. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
name | Name x-required… | example-resource |
namespace | Namespace x-required… | system |
version | 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. | - |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
object_type | X-required Type of the stored_object. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with name resources:
Get name Details
Section titled “Get name Details”“Get details of the name named ‘example’ in namespace ‘production‘“
CURL Examples
Section titled “CURL Examples”# Get specific resourcecurl -X GET "https://${TENANT}.console.ves.volterra.io/api/object_store/namespaces/$${PARAM}/stored_objects/mobile-sdk/$${PARAM}/${PARAM}" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"