List Protection Policies

get

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectionPolicies

Get protection policies on a Recovery Appliance.

Request

Path Parameters
Query Parameters
  • Minimum Value: 1
    Maximum Value: 2000
    to limit the number of rows returned. If the result set is greater follow the previous and next links in the results.
    Example:
    20
  • system generated page token used in the self, next and previous links.
Header Parameters
  • Recovery Appliance Administrator Credentials. The format must be NAMED: (e.g. NAMED:ORSADMIN) or PREFERRED: (e.g. PREFERRED:PREF_ORSADMIN). If no value is specified, the system will use preferred credentials.
    Example:
    NAMED:ORSADMIN

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful Operation
Body ()
Root Schema : ProtectionPolicyCollection
Type: object
Collection of protection policy objects.
Show Source
Match All
Show Source
Nested Schema : items
Type: array
List of protection policy objects.
Show Source
Nested Schema : CommonProperties
Type: object
Collection of summary objects.
Show Source
Nested Schema : ProtectionPolicyCollection-allOf[1]
Type: object
Nested Schema : ProtectionPolicySummary
Type: object
Protection policy properties.
Show Source
  • Specifies whether Recovery Appliance will allow deletion of backups via the RMAN DELETE command for databases associated with this protection policy
  • Allowed Values: [ "BASIC", "ADVANCED", "MEDIUM", "HIGH" ]
    The compression algorithm that will be used for archived log backups created by the Recovery Appliance
  • Specifies whether the Recovery Appliance will automatically define and update the reserved space for databases associated with this policy (only applicable to Recovery Appliance versions 21.1 and greater).
  • Specifies whether protected databases using this protection policy will use this Recovery Appliance as an alternate destination in a backup and redo failover strategy.
  • A recovery window goal that Recovery Appliance should attempt to meet for point-in-time recovery using disk backups.
  • Always accept new backups, even if it requires purging existing backups not yet copied to media or replicated.
  • Specifies whether the Recovery Appliance should keep the backups of the databases associated with this protection policy until the "keep until time" (only applicable to Recovery Appliance versions 21.1 and greater).
  • A maximum time that disk backups should be retained. This value must be greater than or equal to the disk recovery window goal. If not specified, backups will be retained beyond the disk recovery window goal as space permits.
  • A longer window within which point-in-time recovery capability from a media manager (e.g., Oracle Secure Backup) will be maintained.
  • Protection policy name.
  • The number of protected databases using this protection policy.
  • Specifies a time range that the Recovery Appliance must ensure that all databases using this protection policy can be recovered to (only applicable to Recovery Appliance versions 21.1 and greater).
  • The maximum amount of time in which there is potential data loss exposure for databases associated with this protection policy
Match All
Show Source
Nested Schema : ProtectionPolicySummary-allOf[1]
Type: object

400 Response

Bad Request
Body ()
Root Schema : CommonErrorResponse
Type: object
Common Error response.
Show Source
Match All
Show Source
Nested Schema : errors
Type: array
List of errors and their details.
Show Source
Nested Schema : ErrorResponse
Type: object
Error response
Show Source

401 Response

Unauthorized
Body ()
Root Schema : CommonErrorResponse
Type: object
Common Error response.
Show Source
Match All
Show Source
Nested Schema : errors
Type: array
List of errors and their details.
Show Source
Nested Schema : ErrorResponse
Type: object
Error response
Show Source

403 Response

Forbidden
Body ()
Root Schema : CommonErrorResponse
Type: object
Common Error response.
Show Source
Match All
Show Source
Nested Schema : errors
Type: array
List of errors and their details.
Show Source
Nested Schema : ErrorResponse
Type: object
Error response
Show Source

404 Response

Not Found
Body ()
Root Schema : CommonErrorResponse
Type: object
Common Error response.
Show Source
Match All
Show Source
Nested Schema : errors
Type: array
List of errors and their details.
Show Source
Nested 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