DomainControllerRecoveryInput
DomainControllerRecoveryInput contains configuration for recovering a single DC. Note: domain_sid and credentials are inherited from the parent DomainRecoveryInput.
Fields
| Field | Type | Description |
|---|---|---|
| altHostId | UUID | Alternate host ID (optional, UUID). If provided, DC will be recovered to this alternate host. |
| dsrmPassword | String | DSRM (Directory Services Restore Mode) admin password. Required when recoveryMethod is DC_RECOVERY_METHOD_APPLICATION_ONLY, ignored otherwise. |
| networkInterfaceSetting | NetworkInterfaceSetting | Network interface setting for IP address retention. Uses cdmrestservice.NetworkInterfaceSetting enum. |
| recoveryMethod | DcRecoveryMethod | Recovery method for this DC. |
| snapshotId | UUID! | Snapshot ID to use for recovery (UUID). |
| unselectedDcBehavior | UnselectedDcBehavior | Behavior for DCs in the same domain that are not selected for recovery. |