cdp_provision_instance_action
Execute actions on CDP provision instances, such as regenerating credentials or applying policy changes, through the Acquia CDP API.
Instructions
Perform an action on a provision instance (POST /provisions/instances/{id}?action=...). Actions: regenerate_credentials, apply_policy_change. Pass optional body as JSON string (required for apply_policy_change).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | ||
| action | Yes | ||
| body | No | ||
| tenant_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |