You can explore the Site Recovery Manager REST APIs and download the Open API specifications from the REST API Explorer.
Procedure
- Navigate to the Site Recovery Manager Appliance home page.
- Click Explore REST API.
- From the Select product drop-down menu, select an API, and click DOWNLOAD OPEN API SPEC.
Option |
Description |
configure |
Downloads the Site Recovery Manager Appliance configuration REST APIs. |
srm |
Downloads the Site Recovery Manager Server REST APIs. |
- (Optional) To discover the available REST API versions, make a GET request.
GET <SRM-APPLIANCE-FQDN>/api/rest/supported-versions
- (Optional) To retrieve the Open API specifications, use the following endpoints.
GET <SRM-APPLIANCE-FQDN>/api/rest/configure/<VERSION>/open-api.yaml
GET <SRM-APPLIANCE-FQDN>/api/rest/configure/<VERSION>/open-api.json
GET <SRM-APPLIANCE-FQDN>/api/rest/srm/<VERSION>/open-api.yaml
GET <SRM-APPLIANCE-FQDN>/api/rest/srm/<VERSION>/open-api.json