Execute SitePasswordRotationWorkflow

View as Markdown
Rotate passwords across all devices in a site with coordinated deployment

Authentication

AuthorizationBearer

Bearer JWT used by CLI and machine clients on svc-* endpoints. Authentication is required by default, but deployments may disable it with [auth] required = false. Browser OIDC sessions, mTLS, SPIFFE identities, and trusted gateway identity headers may also satisfy authentication outside this generated client flow.

Request

This endpoint expects an object.
locationstringRequired
Location containing the devices to update.
selected_secretstringRequired
Name of the managed secret containing the replacement password.
roleslist of stringsOptionalDefaults to ["TAN-Core","TAN-Spine","TAN-Leaf","SMN-Core","SMN-Spine","SMN-Leaf","SMN-Aggleaf"]
Device roles used to filter the selected network devices.
statuslist of stringsOptionalDefaults to ["Active","Provisioned"]
Device statuses used to filter the selected network devices.
tenantstringOptionalDefaults to NGC
Tenant used to filter the selected network devices.

Response

Successful Response
hrefstringRead-only
Calculate URL to Temporal UI Workflow View.
idstring

Errors

422
Unprocessable Entity Error