Skip to content

Staged Signature

Staged Signature provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-virtual-staged-signature-createStaged Signatures.
ParameterDescriptionExample
namespaceNamespace Fetch staged signatures for the given namespace.system
vh_nameVh_name Virtual Host for current request.-

Ask Claude to help you work with Staged Signature resources:

“Create a staged-signature named ‘example’ in the ‘production’ namespace”

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