This is an archive version of the document. To get the most up-to-date information, see the current version.

Overview

In this article

    Veeam Backup for Microsoft Office 365 exposes its API methods via the Web Service API based on the REST (Representational State Transfer) framework and Open Data Protocol (OData).

    Veeam Backup for Microsoft Office 365 RESTful API is self-hosted as a Veeam.Archiver.RESTful.Service independently from IIS. With RESTful API developers can use HTTP requests and standard HTTP methods to query information about Veeam Backup for Microsoft Office 365 methods and perform most of the operations available in the user interface.

    Veeam Backup for Microsoft Office 365 RESTful API is resource-based and uses Hypertext Application Language (HAL). HAL expresses the resources and relationships between them as hyperlinks and enables navigation through the API. All individual resources have a JSON representation and system resource identifiers, which help to locate a resource by its URL. Resources of the same entity type comprise a collection. Collections are modeled as an array of objects. Every collection has hyperlinks that end with resource identifiers. Hyperlinks can point at collection's individual resources, related resources or related collections.

    Veeam Backup for Microsoft Office 365 RESTful API relies on the client-server model:

    • The client sends requests to the server.
    • The server processes requests and returns responses, which include conventional HTTP response codes. All responses returned from the server are in JSON format.

    In This Section

    I want to report a typo

    There is a misspelling right here:

     

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