This demo shows how to use Spectrum Protect Plus rest API to create reports.
The IBM Spectrum Protect Plus (SPP) REST API comes in place to enable administrators to use existing REST capable tools or to implement their own tools and scripts and integrate them into the operating workflows. RESTful (REpresentational State Transfer) APIs use stateless protocols where the client holds the session state. RESTful clients send requests to a resource URI and expects a response i.e. in HTML, XML, JSON, or some other formats. The SPP API is sending responses in JSON (Java Script Object Notification) and implements a subset of four basic HTTP methods for applications to interact with: GET, POST, PUT, and DELETE
more info: https://www.ibm.com/developerworks/co...
The demo was created using SPP 10.1.4 and recorded by Daniel Wendler.