List the set of api_testing in a namespace.
| Tool | Description |
|---|
f5xc-api-api-api-testing-create | Create API Testing. |
f5xc-api-api-api-testing-get | GET API testing. |
f5xc-api-api-api-testing-list | List API Testing. |
f5xc-api-api-api-testing-update | Replace API testing. |
f5xc-api-api-api-testing-delete | DELETE API Testing. |
| Parameter | Description | Example |
|---|
metadata.namespace | Namespace | - |
name | Name | - |
namespace | Namespace | - |
metadata.name | Name | - |
| Parameter | Description | Example |
|---|
response_format | The format in which the configuration object is to be fetched. This could be for 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 | - |
This resource includes mutually exclusive configuration options:
| Option | Description | Recommended |
|---|
spec.every_day | - | |
spec.every_month | - | |
spec.every_week | - | |
| Option | Description | Recommended |
|---|
spec.domains[].credentials[].api_key | - | |
spec.domains[].credentials[].basic_auth | - | |
spec.domains[].credentials[].bearer_token | - | |
spec.domains[].credentials[].login_endpoint | - | |
| Option | Description | Recommended |
|---|
spec.domains[].credentials[].admin | - | |
spec.domains[].credentials[].standard | - | |
| Option | Description | Recommended |
|---|
spec.domains[].credentials[].api_key.value.blindfold_secret_info | - | |
spec.domains[].credentials[].api_key.value.clear_secret_info | - | |
Ask Claude to help you work with API Testing resources:
“Create a api-testing named ‘example’ in the ‘production’ namespace”
“List all api-testings in the ‘production’ namespace”
“Get details of the api-testing named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/api_testings" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/api_testings/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/api_testings" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/api_testings/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"