Addon Service
Addon Service provides tools for listing, and retrieving resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-marketplace-addon-service-get | Get Addon Service Details. |
f5xc-api-marketplace-addon-service-list | List Addon Service. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
name | Name Name of the addon service. | example-resource |
namespace | Namespace Namespace to scope the listing of addon_service. | system |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
label_filter | A LabelSelectorType expression that every item in list response will satisfy. | - |
report_fields | The report_fields parameter… | - |
report_status_fields | The report_status_fields parameter… | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Addon Service resources:
List Addon Services
Section titled “List Addon Services”“List all addon-services in the ‘production’ namespace”
Get Addon Service Details
Section titled “Get Addon Service Details”“Get details of the addon-service named ‘example’ in namespace ‘production‘“
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/$${PARAM}/addon_services" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Get specific resourcecurl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/custom/namespaces/shared/addon_services/$${PARAM}" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"