/backupServers/{ID}
Represents a backup server having the specified ID.
Resource URL
The URL of the reference resource representation:
|
https://<Enterprise-Manager>:9398/api/backupServers/{ID} |
The URL of the entity resource representation:
|
https://<Enterprise-Manager>:9398/api/backupServers/{ID}?format=Entity |
Related Resources
- /backupServers
- /jobs
- /repositories
- /managedServers
- /backupServers/{ID}/credentials
- /backupServers/{ID}/passwords
- /backupServers/{ID}/externalRepositories
Methods
The following methods are supported for the /backupServers/{ID} resource:
- GET /backupServers{ID}
- PUT /backupServers{ID}
- DELETE /backupServers/{ID}
- POST /backupServers/{ID}?action=veeamzip
- POST /backupServers/{ID}?action=quickbackup
- POST /backupServers/{ID}?action=collect
Resource Representation
The /backupServers/{ID} resource has a resource representation of the following types.
Entity reference resource representation:
|
<EntityRef xmlns="http://www.veeam.com/ent/v1.0" Type="BackupServerReference" Href="https://localhost:9398/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.tech.local" UID="urn:veeam:BackupServer:ce15a8c7-aa49-495e-b05b-ee3398c91018"> |
Entity resource representation:
|
<BackupServer xmlns="http://www.veeam.com/ent/v1.0" Type="BackupServer" Href="https://localhost:9398/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018?format=Entity" Name="srv02.tech.local" UID="urn:veeam:BackupServer:ce15a8c7-aa49-495e-b05b-ee3398c91018"> |