Create Archival Backup for a Protected Database

post

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseUniqueName}/archivalBackups

Create an on-demand archival backup for a protected database on a Recovery Appliance.

Request

Path Parameters
Header Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Request details for creating archival backups of one or more protected databases on a single Recovery Appliance.
Match All
Show Source
Nested Schema : CreateArchivalBackupsSingleRAOnetime
Type: object
One-time request for creating archival backups of one or more protected databases on a single Recovery Appliance.
Show Source
Nested Schema : archivalBackups
Type: array
List of archival backups to be created of one or more protected databases on a single Recovery Appliance.
Show Source
Nested Schema : Discriminator: restoreUsing
Type: object
Match All
Show Source
Match One Schema
Show Source
Nested Schema : CreateArchivalBackupBasicDetails
Type: object
Basic request details of the create archival backups API.
Show Source
Nested Schema : OneTimeArchivalBkupRestoreOptions
One-time specific details of the create archival backups API.
Match One Schema
Show Source
Nested Schema : OneTimeArchivalBkupUsingRestoreTime
Create archival backup using restore time.
Match All
Show Source
Nested Schema : OneTimeArchivalBkupUsingRestorePoint
Type: object
Create archival backup using restore point name.
Show Source
Nested Schema : OneTimeArchivalBkupUsingScn
Create archival backup using SCN.
Match All
Show Source
Nested Schema : CreateArchivalBkupUsingRestoreTime
Type: object
Create archival backup using restore time.
Show Source
  • Restore time to be used for creating archival backups. Format is YYYY-MM-DDTHH:mm:ssZ in UTC timezone. If restoreUsing value is RESTORE_TIME but restoreUntilTime is not specified or not specified then the archival backup will be created using the latest backup available on the Recovery Appliance.
    Example: 2022-09-21T06:00:00.000Z
Nested Schema : ArchivalRestorePointName
Type: object
Restore point name - applicable only for one-time archival backup creation.
Show Source
  • Restore point name to be used for naming the archival backup. If not specified, archival backups will be given a default name KEEP_BACKUP_timestamp.
Nested Schema : CreateArchivalBkupUsingScn
Type: object
Database SCN.
Show Source
Back to Top

Response

Supported Media Types

202 Response

Accepted
Headers
  • Status of the deployment procedure submitted can be viewed in this location.
Body ()
Root Schema : ArchivalBackupsDpSubmissionDetails
Type: object
Archival backups deployment procedure submission details.
Show Source

400 Response

Bad Request. The payload is null or missing some parameters
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

401 Response

Unauthorized. The user does not have permissions to perform the requested operation
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

403 Response

Forbidden. The user is forbidden to perform the requested operation
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

404 Response

Not Found. The requested REST API URL is not found.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

409 Response

Conflict
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

500 Response

Internal Server Error. Exception in execution of REST API.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

503 Response

Service Unavailable. The server is unable to process the request.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source
Back to Top