Skip to content

Download Certificate

Download Certificate provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-api-download-certificate-createDownload Certificates.
ParameterDescriptionExample
nameDiscovery Name x-required…example-resource
namespaceNamespace x-required…system

Ask Claude to help you work with Download Certificate resources:

“Create a download-certificate named ‘example’ in the ‘production’ namespace”

Terminal window
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/discovery/$${PARAM}/download_certificates" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @download_certificate.json