Veeam Backup for Nutanix AHV 4.0
REST API Reference
Related documents
User Guide
Veeam Backup & Replication Documentation
Search for "" in this document
Search
Veeam Backup for Nutanix AHV 4.0
REST API Reference
  • Overview
  • Resource URLs
  • Authorization and Security
    • Requesting Authorization
    • Using Refresh Token
    • Performing Logout
  • Query Parameters
    • Offset Parameter
    • Limit Parameter
    • Sort Parameters
    • Filter Parameters
  • HTTP Methods
    • GET Method
    • POST Method
    • PUT Method
    • DELETE Method
  • Evaluation with Swagger UI
    • Authorization with Swagger UI
    • Sending Requests
  • Veeam Backup for Nutanix AHV REST API Reference
>REST API Reference>Resource URLs

Resource URLs

In this article

    Each Veeam Backup for Nutanix AHV REST API-exposed entity has a resource representing it. To get a resource representation, request its URL.

    Veeam Backup for Nutanix AHV 4.0 REST API requests use the following base URL format:

    https://<hostname>/api/<version>

    where:

    • <hostname> is a public IPv4 address or DNS hostname of the Veeam Backup for Nutanix AHV backup appliance.
    • <version> is an API version.

      Note:

      This is the initial version of the Veeam Backup for Nutanix AHV REST API. However, this version is called v4 to comply with the current version of Veeam Backup for Nutanix AHV.

      To get a collection of Veeam Backup for Nutanix AHV REST API resources, request the base URL followed by a resource collection endpoint. For example:

      https://127.0.0.1/api/v4/jobs

      To get a representation of an individual resource, enter a resource identifier after the resource collection endpoint. For example:

      https://127.0.0.1/api/v4/jobs/3ad6270a-c42d-4925-aa48-9cbfc80100a6

      The resource identifier is represented by the id property of the resource from the collection. For example:

      [

       {

         "id": "83238f03-a894-497c-bf4d-7930f328f22a",

           "name": "Mail Server Daily Backup Job",

         ...

         ,

       {

         "id": "3ad6270a-c42d-4925-aa48-9cbfc80100a6",

           "name": "Media Server Weekly Backup Job",

         ...

       }

      ]

    Page updated 12/29/2022

    Send feedback
    Home | Products | Forums | Support | Contact Sales | EULA

    ©{%YEAR%} Veeam® Software Privacy Notice | Cookie Notice | Cookie Settings

    View all results across Veeam
    Back to document search
    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.

    Submit report