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