Skip to content

Addon Service

Addon Service provides tools for listing, and retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-marketplace-addon-service-getGet Addon Service Details.
f5xc-api-marketplace-addon-service-listList Addon Service.
ParameterDescriptionExample
nameName Name of the addon service.example-resource
namespaceNamespace Namespace to scope the listing of addon_service.system
ParameterDescriptionExample
label_filterA LabelSelectorType expression that every item in list response will satisfy.-
report_fieldsThe report_fields parameter…-
report_status_fieldsThe report_status_fields parameter…-

Ask Claude to help you work with Addon Service resources:

“List all addon-services in the ‘production’ namespace”

“Get details of the addon-service named ‘example’ in namespace ‘production‘“

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/$${PARAM}/addon_services" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/custom/namespaces/shared/addon_services/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"