Skip to content

Change Password

Change Password provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-support-change-password-createChangePassword.
ParameterDescriptionExample
nodeNode Name Name of the node.-
siteSite Name Name of the site.-

This resource includes mutually exclusive configuration options:

OptionDescriptionRecommended
current_password.blindfold_secret_infoBlindfold secret info
current_password.clear_secret_infoClear secret info

Ask Claude to help you work with Change Password resources:

“Create a change-password named ‘example’ in the ‘production’ namespace”

Terminal window
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/operate/namespaces/system/sites/${PARAM}/vpm/debug/${PARAM}/change-password" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @change_password.json