Step 1. Access Veeam Backup Enterprise Manager Web API
In this article
To access Veeam Backup Enterprise Manager RESTful API, send the GET HTTP request to its base URL. The base URL is http://<Enterprise-Manager>:9399/api/, where:
- <Enterprise-Manager> is the name of the server on which Veeam Backup Enterprise Manager is installed.
- 9399 is the HTTP communication port. By default, port 9399 is used for HTTP and port 9398 is used for HTTPS.
If you specified another port for communication over HTTP during the Veeam Backup Enterprise Manager installation, adjust the port number in the URL as required.