/externalRepositories/{ID}
Represents an external backup repository having the specified ID. The external backup repository is added to the backup server connected to Veeam Backup Enterprise Manager.
Resource URL
The URL of the reference resource representation:
https://<Enterprise-Manager>:9398/api/externalRepositories/{ID} |
The URL of the entity resource representation:
https://<Enterprise-Manager>:9398/api/externalRepositories/{ID}?format=Entity |
Related Resources
Methods
The following methods are supported for the /externalRepositories/{ID} resource:
GET /externalRepositories/{ID}
Resource Representation
The /externalRepositories/{ID} resource has a resource representation of the following types.
Entity reference resource representation:
<EntityRef UID="urn:veeam:ExternalRepository:06ff6c99-f457-4fd3-87da-4d00291d3eae" Name="External repository" Href="http://local.host:9399/api/externalRepositories/06ff6c99-f457-4fd3-87da-4d00291d3eae" Type="ExternalRepositoryReference" xmlns="http://www.veeam.com/ent/v1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
Entity resource representation:
<ExternalRepository Href="http://local.host:9399/api/externalRepositories/06ff6c99-f457-4fd3-87da-4d00291d3eae?format=Entity" Type="ExternalRepository" Name="External repository" UID="urn:veeam:ExternalRepository:06ff6c99-f457-4fd3-87da-4d00291d3eae" xmlns="http://www.veeam.com/ent/v1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |