Download the Open API Specification

You can explore the
Site Recovery Manager
REST APIs and download the Open API specifications from the REST API Explorer.
  1. Navigate to the
    Site Recovery Manager
    Appliance home page.
  2. Click
    Explore REST API
    .
  3. From the
    Select product
    drop-down menu, select an API, and click
    DOWNLOAD OPEN API SPEC
    .
    configure
    Downloads the
    Site Recovery Manager
    Appliance configuration REST APIs.
    srm
    Downloads the
    Site Recovery Manager
    Server REST APIs.
  4. To discover the available REST API versions, make a
    GET
    request.
    GET <SRM-APPLIANCE-FQDN>/api/rest/supported-versions
  5. 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