Skip to content

name

name provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-shape-name-getGet Mobile SDK.
ParameterDescriptionExample
nameName x-required…example-resource
namespaceNamespace x-required…system
versionVersion 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.-
ParameterDescriptionExample
object_typeX-required Type of the stored_object.-

Ask Claude to help you work with name resources:

“Get details of the name named ‘example’ in namespace ‘production‘“

Terminal window
# Get specific resource
curl -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}"