Third Party Application provides tools for listing, retrieving, and updating resources in F5 Distributed Cloud.
| Tool | Description |
|---|
f5xc-api-marketplace-third-party-application-get | Get Third Party Application. |
f5xc-api-marketplace-third-party-application-list | List Third Party Application. |
f5xc-api-marketplace-third-party-application-update | Update Third Party Applicationr. |
| Parameter | Description | Example |
|---|
name | Name The name of the configuration object to be fetched. | example-resource |
namespace | Namespace The namespace in which the configuration object is present. | system |
| Parameter | Description | Example |
|---|
response_format | The format in which the configuration object is to be fetched. This could be for example - in GetSpec form for the contents of object… | GET_RSP_FORMAT_DEFAULT |
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… | - |
This resource includes mutually exclusive configuration options:
| Option | Description | Recommended |
|---|
spec.api_specification | Api specification | |
spec.disable_api_definition | Disable api definition | |
| Option | Description | Recommended |
|---|
spec.disable_api_discovery | Disable api discovery | |
spec.enable_api_discovery | Enable api discovery | |
| Option | Description | Recommended |
|---|
spec.default_sensitive_data_policy | Default sensitive data policy | |
spec.sensitive_data_policy | Sensitive data policy | |
Ask Claude to help you work with Third Party Application resources:
“List all third-party-applications in the ‘production’ namespace”
“Get details of the third-party-application named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/third_party_applications" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/third_party_applications/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"