REST API 1.0-rev2 Changelog
In this article
This section describes changes introduced in the Veeam Backup & Replication REST API 1.0-rev2. To use the latest revision of the REST API, specify the 1.0-rev2 value in the x-api-version header of each request. For details on Veeam Backup & Replication REST API versions, see Versioning.
Breaking Changes
The following breaking changes cause REST API 1.0-rev2 to function differently and could affect the client code:
- Now when you send a POST request to create a new resource, the REST API returns code 201 Created instead of 200 OK.
- When you start Instant FCD Recovery with the POST /api/v1/restore/instantRecovery/vmware/fcd/ request, the REST API returns a restore session SessionModel instead of a mount VmwareFCDInstantRecoveryMount. For details, see Start Instant FCD Recovery.
New Operations
Now in addition to getting a single mount by its ID, you can obtain a collection of mounted objects and use them to start FCD migration or to stop publishing the recovered FCDs. For details, see Get All FCD Mounts.
Note |
For details on the previous 1.0-rev1 revision of the REST API, see this REST API Reference. |