EMC ViPR REST API

Search (SHIFT+S)

API Reference


Delete Protection System

POST /vdc/protection-systems/{id}/deactivate

Deactivate protection system, this will move it to a "marked-for-delete" state. It will be deleted in the next iteration of garbage collector

idthe URN of a ViPR protection system

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • RESTRICTED_SYSTEM_ADMIN

Request Payload

No Request Payload


Response Body

No data returned in response body


XML Example

Request
POST https://192.168.0.0:4443/vdc/protection-systems/urn:storageos:ProtectionSystem:1334de80-8efc-4c5b-951e-cf018c9e3efa:/deactivate HTTP/1.1

Content-Type: application/xml
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK
Content-Type: application/xml