Reference Guide

Responses
HTTP
Code
Description Schema
201 Success create_response
400 Invalid Request error_response
422 Operation Failed error_response
GET /policy/{id}
Description
Query a specific policy.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the policy. string
Responses
HTTP
Code
Description Schema
200 Success policy_instance
404 Not Found error_response
DELETE /policy/{id}
Description
Delete a protection policy.
Protection policies that are used by any storage resources can not be deleted.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the protection policy to be
deleted.
string
176
Dell EMC PowerStore REST API Reference Guide