Client-Server Model
REST API relies on the client-server model:
- The client makes requests to the Veeam Backup Enterprise Manager server, over the HTTPS protocol.
- The server processes the request and returns either a successful operation status or error. In case of success, the server returns a response in the form of an XML or JSON document.
- The client accepts the response, parses it and retrieves the information it needs from the response.