Skip to content

Ca Certificate

Ca Certificate provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-virtual-ca-certificate-getGet proxy Server CA Certificate.
ParameterDescriptionExample
nameName The name of the proxy object for the custom API.example-resource
namespaceNamespace The namespace in which the configuration object is present.system

Ask Claude to help you work with Ca Certificate resources:

“Get details of the ca-certificate named ‘example’ in namespace ‘production‘“

Terminal window
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/proxys/$${PARAM}/ca_certificate" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"