EMC ViPR REST API

Search (SHIFT+S)

API Reference


Pending

GET /api/approvals/pending

Gets approvals that are in the pending state.

Note: Hosted on HTTPS port 443

Required Roles

This call has no restrictions.


Response Body

No Response Body


JSON Example

Request
GET https://192.168.0.0:443/api/approvals/pending HTTP/1.1

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

[
  {
    "id": "urn:storageos:ApprovalRequest:88c59702-f52b-4481-a890-8ed48d4192ba:",
    "href": "/api/approvals/urn:storageos:ApprovalRequest:88c59702-f52b-4481-a890-8ed48d4192ba:"
  }
]