Delete Protection Policies

post

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkDeleteProtectionPolicies

Delete one or more protection policies on a Recovery Appliance.

Request

Path Parameters
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
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Details of protection policies to be deleted from one or more Recovery Appliances.
Show Source
Nested Schema : protectionPolicies
Type: array
List of protection policies to be deleted from one or more Recovery Appliances.
Show Source
Nested Schema : ScheduleRAOperations
Type: object
Schedule with which the protected databases procedure will be scheduled. If the schedule option is not provided, the protected databases procedure runs immediately.
Show Source
  • Comma-separated list of days. (Required only if frequency is monthly, or yearly. Example, repeat=1d. The valid range is 1 to 30 inclusive)
  • Comma-separated list of days. (Required only if frequency is weekly. Example, repeat=1D. The valid range is 1 to 7 inclusive)
  • End time for the procedure executions (optional). If it is not specified, the procedure runs indefinitely. W3C Time format (example,2021-12-10T19:16:19.666Z25:66:00)
    Example: 2021-12-10T19:16:19.666Z25:66:00
  • Allowed Values: [ "INTERVAL", "WEEKLY", "MONTHLY", "YEARLY" ]
    Schedule Frequency Options
  • Grace period in minutes (optional)
  • Comma-separated list of months. (Required only if frequency is yearly). Valid range is 1 to 12 inclusive.
  • Frequency with which the procedure will be repeated. (Required only if frequency is set to interval)
  • Time when the procedure is to start executing. W3C Time format (example,2021-11-10T19:16:19.666Z25:66:00)
    Example: 2021-11-10T19:16:19.666Z25:66:00
Nested Schema : DeleteProtectionPolicies
Type: object
Protection policies to be deleted.
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 : ProtectionPolicyDPSubmission
Type: object
Protection policy deployment procedure status.
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

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