Get DNS Info
Get DNS Info provides tools for retrieving resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-virtual-get-dns-info-get | Get DNS Info. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
name | Name Name of the HTTP load balancer. | example-resource |
namespace | Namespace Namespace for the HTTP load balancer. | system |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Get DNS Info resources:
Get Get DNS Info Details
Section titled “Get Get DNS Info Details”“Get details of the get-dns-info named ‘example’ in namespace ‘production‘“
CURL Examples
Section titled “CURL Examples”# Get specific resourcecurl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/http_loadbalancers/$${PARAM}/get-dns-info" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"