Resources
REST API is built around resources. A resource is an object that the client can address and with which it can perform certain actions. Some examples of resources in Veeam Backup Enterprise Manager are backup server, job, restore point and so on.
Resources in Veeam Backup Enterprise Manager REST API are described with:
- Resource type such as backupServer, job and so on
- URL, or resource address, that the client can use to access the resource
- Relationships to other resources in Veeam Backup Enterprise Manager
- [Optional] Set of operations that the client can perform with the resource