
This is an archive version of the document. To get the most up-to-date information, see the
current version.
(GET) /repositories
Returns a resource representation of the collection of backup repositories created on all Veeam backup servers connected to Veeam Backup Enterprise Manager.
To get a list of repositories, you need to send the GET HTTP request to the URL of the /repositories resource.
HTTP Request
GET http://<Enterprise-Manager>:9399/api/repositories |
Request Headers
The request contains the following headers:
Header | Required | Description |
X-RestSvcSessionId | True | The request requires authorization. In the header, the client must send a session ID copied from the server reply to the request creating a new logon session. To learn more, see Authentication and Security. |
Request Body
None.
Query Parameters
None.
The server returns the following response to the client.
Response Codes
A successfully completed operation returns response code 200 Success.
Response Headers
The response to this request contains the following headers. The response may also include additional standard HTTP headers.
Header | Description |
Content-length | The length of the response body. |
Content-type | The media type and syntax of the request body message: application/xml. |
Response Body
In the response body, Veeam Backup Enterprise Manager returns a representation of the /repositories resource collection.
The example below returns a list of all backup repositories created on Veeam backup servers connected to Veeam Backup Enterprise Manager.
Request: GET http://localhost:9399/api/repositories Request Header: X-RestSvcSessionId NDRjZmJkYmUtNWE5NS00MTU2LTg4NjctOTFmMDY5YjdjMmNj Response: 200 Success Response Body: <EntityReferences xmlns="http://www.veeam.com/ent/v1.0"> </Ref> <Ref Type="RepositoryReference" Href="http://localhost:9399/api/repositories/bffeb9f5-1bdd-4bbd-9299-6fcb7c37bdf6" Name="Backup Volume 01" UID="urn:veeam:Repository:bffeb9f5-1bdd-4bbd-9299-6fcb7c37bdf6"> <Links> <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" /> <Link Rel="Alternate" Type="Repository" Href="http://localhost:9399/api/repositories/bffeb9f5-1bdd-4bbd-9299-6fcb7c37bdf6?format=Entity" Name="Backup Volume 01" /> <Link Rel="Down" Type="BackupReferenceList" Href="http://localhost:9399/api/repositories/bffeb9f5-1bdd-4bbd-9299-6fcb7c37bdf6/backups" /> <Link Rel="Down" Type="ReplicaReferenceList" Href="http://localhost:9399/api/repositories/bffeb9f5-1bdd-4bbd-9299-6fcb7c37bdf6/replicas" /> </Links> </Ref> <Ref Type="RepositoryReference" Href="http://localhost:9399/api/repositories/cbd9a4b6-b9ed-4cd6-a091-75b6481c9d55" Name="Default Backup Repository" UID="urn:veeam:Repository:cbd9a4b6-b9ed-4cd6-a091-75b6481c9d55"> <Links> <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" /> <Link Rel="Alternate" Type="Repository" Href="http://localhost:9399/api/repositories/cbd9a4b6-b9ed-4cd6-a091-75b6481c9d55?format=Entity" Name="Default Backup Repository" /> <Link Rel="Down" Type="BackupReferenceList" Href="http://localhost:9399/api/repositories/cbd9a4b6-b9ed-4cd6-a091-75b6481c9d55/backups" /> <Link Rel="Down" Type="ReplicaReferenceList" Href="http://localhost:9399/api/repositories/cbd9a4b6-b9ed-4cd6-a091-75b6481c9d55/replicas" /> </Links> </Ref> <Ref Type="RepositoryReference" Href="http://localhost:9399/api/repositories/eed5ff37-79f4-4d2b-bad6-7c82b399ba61" Name="Alpha Cloud Repository" UID="urn:veeam:Repository:eed5ff37-79f4-4d2b-bad6-7c82b399ba61"> <Links> <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" /> <Link Rel="Alternate" Type="Repository" Href="http://localhost:9399/api/repositories/eed5ff37-79f4-4d2b-bad6-7c82b399ba61?format=Entity" Name="Alpha Cloud Repository" /> <Link Rel="Down" Type="BackupReferenceList" Href="http://localhost:9399/api/repositories/eed5ff37-79f4-4d2b-bad6-7c82b399ba61/backups" /> <Link Rel="Down" Type="ReplicaReferenceList" Href="http://localhost:9399/api/repositories/eed5ff37-79f4-4d2b-bad6-7c82b399ba61/replicas" /> </Links> </Ref> <Ref Type="RepositoryReference" Href="http://localhost:9399/api/repositories/98fbd079-f5ae-48f8-8ec2-e148333fef93" Name="Omega Cloud Vol1" UID="urn:veeam:Repository:98fbd079-f5ae-48f8-8ec2-e148333fef93"> <Links> <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" /> <Link Rel="Alternate" Type="Repository" Href="http://localhost:9399/api/repositories/98fbd079-f5ae-48f8-8ec2-e148333fef93?format=Entity" Name="Omega Cloud Vol1" /> <Link Rel="Down" Type="BackupReferenceList" Href="http://localhost:9399/api/repositories/98fbd079-f5ae-48f8-8ec2-e148333fef93/backups" /> <Link Rel="Down" Type="ReplicaReferenceList" Href="http://localhost:9399/api/repositories/98fbd079-f5ae-48f8-8ec2-e148333fef93/replicas" /> </Links> </Ref> </EntityReferences> |