WebServices API
Introduction
BDRShield exposes its objects with WebServices Application Programming Interface(API) by invoking actions through HTTP protocol in the form of requests with the corresponding parameters and receiving responses for the action This topicwill help you ...
Fundamentals
Client-Server Model API execution follows Client-Server Model The Client makes the request to the BDRShield over the HTTP protocol. After receiving the request, request is formulated as per the operation to be performed as response. Response is ...
API Management & Execution
API Management Using Postman BDRShield exposes its objects through Web Service APIs. BDRShield now allows the user to export and use the BDRShield API collections on Postman App. Postman is a popular cloud-based API repository platform for developing ...
Automation Scripts
BDRShield Scripts can be used to automate many BDRShield functions, such as bulk addition, getting customized reports etc. We have written python scripts using BDRShield APIs to automate a few use cases in this guide. For example, the python scripts ...
Reports
The following are the different reports; Latest Backup Job Report The following python script can be used to to get customized reports from the BDRShield Backup Server. You will get the following output as CSV file, Backup Job Name Client Name Job ...