ZDLRA Management REST Endpoints

ZDLRA Management
APIs for managing a Recovery Appliance.
Add Protected Databases
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkAddProtectedDatabases
Add Protection Policy to Replication Server
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/replicationServers/{repServerName}/protectionPolicies/{policyName}
Create Archival Backups
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseUniqueName}/archivalBackups
Create Protection Policies
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkCreateProtectionPolicies
Delete Protection Policies
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkDeleteProtectionPolicies
Delete Protection Policy
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectionPolicies/{protectionPolicyName}
Fleet Add Protected Databases
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/actions/bulkAddProtectedDatabases
Fleet Create Archival Backups
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/archivalBackups/protectionPolicy/{protectionPolicyName}
Fleet Create Protection Policies
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/actions/bulkCreateProtectionPolicies
Fleet Delete Protection Policies
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/actions/bulkDeleteProtectionPolicies
Fleet List Archival Backups
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/archivalBackups/protectionPolicy/{protectionPolicyName}
Fleet Remove Protected Databases
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/actions/bulkRemoveProtectedDatabases
Fleet Update Protection Policies
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/actions/bulkUpdateProtectionPolicies
Get Protected Database Details
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseName}
Get Protected Database Restore Information
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseUniqueName}/restoreInfo
Get Protection Policy Details
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectionPolicies/{protectionPolicyName}
List Protected Database Archival Backups
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseUniqueName}/archivalBackups
List Protected Databases
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases
List Protection Policies
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectionPolicies
Remove Protected Database
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseName}
Remove Protected Databases
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkRemoveProtectedDatabases
Update Protection Policies
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkUpdateProtectionPolicies