Skip to content

Signup

Signup provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-tenantandidentity-signup-getRead Signup.
ParameterDescriptionExample
nameSignup name Name of the signup we want to retrieve . The name is returned after a signup object submission.example-resource

Ask Claude to help you work with Signup resources:

“Get details of the signup named ‘example’ in namespace ‘production‘“

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