API to replace discovery object for a site or virtual site in system namespace.
| Tool | Description |
|---|
f5xc-api-api-discovery-create | Create Discovery. |
f5xc-api-api-discovery-get | GET Discovery. |
f5xc-api-api-discovery-list | List Discovery. |
f5xc-api-api-discovery-update | Replace Discovery. |
f5xc-api-api-discovery-delete | DELETE Discovery. |
| 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.cluster_id | - | |
spec.no_cluster_id | - | |
| Option | Description | Recommended |
|---|
spec.discovery_consul | - | |
spec.discovery_k8s | - | |
| Option | Description | Recommended |
|---|
| Option | Description | Recommended |
|---|
spec.discovery_consul.access_info.connection_info.tls_info.key_url.blindfold_secret_info | - | |
spec.discovery_consul.access_info.connection_info.tls_info.key_url.clear_secret_info | - | |
| Option | Description | Recommended |
|---|
spec.discovery_consul.publish_info.disable | - | |
spec.discovery_consul.publish_info.publish | - | |
| Option | Description | Recommended |
|---|
spec.discovery_k8s.access_info.connection_info | - | |
spec.discovery_k8s.access_info.kubeconfig_url | - | |
| Option | Description | Recommended |
|---|
spec.discovery_k8s.access_info.isolated | - | |
spec.discovery_k8s.access_info.reachable | - | |
| Option | Description | Recommended |
|---|
spec.where.site | - | |
spec.where.virtual_network | - | |
spec.where.virtual_site | - | |
| Option | Description | Recommended |
|---|
spec.where.site.disable_internet_vip | - | |
spec.where.site.enable_internet_vip | - | |
Ask Claude to help you work with Discovery resources:
“Create a discovery named ‘example’ in the ‘production’ namespace”
“List all discoverys in the ‘production’ namespace”
“Get details of the discovery named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/discoverys" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/discoverys/<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}/discoverys" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/discoverys/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"