Home > Data Protection > PowerProtect Data Manager > White Papers > Cloud Disaster Recovery Best Practices > REST API
The Cloud DR Server and the Cloud DR Add-on support REST API over HTTPS. The REST functionality documentation is available using the Swagger UI tool, which can be accessed from the Cloud DR Add-on and the Cloud DR Server using the following URLs:
The Swagger user interface contains a list of all available REST API calls, a description of each call and what it does, the call type, the expected HTTP response body and response code. It also provides an example of a working request body in a JSON format, that will allow you to easily understand the expected values and how to use the REST call.
Before you can start working with the REST API on the Cloud DR Add-on, you will need to change the default password of the admin user.
In order to run REST calls, you will need to authorize with the admin user and its password.
The following section explains how to work with the Swagger user interface, which is similar in the Cloud DR Add-on and the Cloud DR Server:
There are 2 calls you can use. Their type is displayed, their description is displayed on the right. The path to use the REST call is also displayed.
Clicking the Try it out button and then the Execute button that will appear will run this REST call and display the HTTP response.