Resource URLs

Each Veeam Backup for Microsoft 365 entity has its own resource. You can get a resource representation by requesting its URL.

All Veeam Backup for Microsoft 365 REST API resources are available at the following URL:

https://<hostname>:<Port>/<Version>/<Resource-Name>

Where:

  • <hostname> is the DNS name or IP address of a server where Veeam Backup for Microsoft 365 is installed.
  • <Port> is the port number. By default, the port number is 4443.
  • <Version> is the version of Veeam Backup for Microsoft 365 REST API.
  • <Resource-Name> is the collection resource path.

To get a representation of an individual resource, you must enter a resource identifier after a collection resource path, for example:

https://east.support.local:4443/v7/Proxies/46d10221-7974-42d7-bb38-f80e65f95f3d

Resource identifier is present in resource representation as the Id property.