/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">
 <Links>
   <Link Href="http://local.host:9399/api/backupServers/3e1e451a-4718-4475-836b-9547ccae6872" Name="srv02.tech.local" Type="BackupServerReference" Rel="Up"/>
   <Link Href="http://local.host:9399/api/externalRepositories/06ff6c99-f457-4fd3-87da-4d00291d3eae?format=Entity" Name="External repository" Type="ExternalRepository" Rel="Alternate"/>
   <Link Href="http://local.host:9399/api/externalRepositories/06ff6c99-f457-4fd3-87da-4d00291d3eae/backups" Type="BackupReferenceList" Rel="Down"/>
 </Links>
</EntityRef>

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">
 <Links>
   <Link Href="http://local.host:9399/api/backupServers/3e1e451a-4718-4475-836b-9547ccae6872" Name="local.host" Type="BackupServerReference" Rel="Up"/>
   <Link Href="http://local.host:9399/api/externalRepositories/06ff6c99-f457-4fd3-87da-4d00291d3eae" Name="External repository" Type="ExternalRepositoryReference" Rel="Alternate"/>
   <Link Href="http://local.host:9399/api/externalRepositories/06ff6c99-f457-4fd3-87da-4d00291d3eae/backups" Type="BackupReferenceList" Rel="Down"/>
 </Links>
 <RepositoryType>AmazonS3External</RepositoryType>
 <Path>amazonS3://amazon/repository</Path>
 <UsedSpace>10037476573</UsedSpace>
 <Description>Created by srv02\admin.</Description>
</ExternalRepository>