pd_failover
Fail over a protection domain to a target cluster for disaster recovery. Preview with dry_run before executing this high-risk operation.
Instructions
[WRITE][risk=high] Fail a protection domain over to a target cluster (DR event).
Destructive DR operation; pass dry_run=True to preview. Tagged risk=high
(audit tier 'review'); NUTANIX_AUDIT_APPROVED_BY / NUTANIX_AUDIT_RATIONALE
optionally annotate who/why.
Args:
policy_ext_id: Protection policy extId as returned by protection_domain_list.
cluster_ext_id: Target cluster extId (from cluster_list).
dry_run: If True, preview the failover without performing it.
target: Prism Central target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No | ||
| policy_ext_id | Yes | ||
| cluster_ext_id | Yes |