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

/RestoreSessions

In this article

    Represents a collection of all restore sessions created under the current logon credentials.

    To learn how to start a restore session on the provider side, refer to the (POST) /Organizations/{ID}/Action section.

    Resource URL

    https://<Backup-Office365>:4443/v3/RestoreSessions

    Related Resources

    /RestoreSessions/{ID}

    Methods

    The following methods are supported for the /RestoreSessions resource:

    (GET) /RestoreSessions

    Resource Representation

    The /RestoreSessions resource has the following representation:

    [

     {

       "id": "0800471b-d0e2-422b-9d7c-35d15661c3fb",

       "type": "Vex",

       "creationTime": "2017-06-29T07:42:21.191694Z",

       "endTime": "2017-06-29T08:14:58.3532833Z",

       "state": "Stopped",

       "_links": {

         "self": {

           "href": "https://support.east.local:4443/v3/restoresessions/0800471b-d0e2-422b-9d7c-35d15661c3fb"

         },

         "organization": {

           "href": "https://support.east.local:4443/v3/restoresessions/0800471b-d0e2-422b-9d7c-35d15661c3fb/organization"

         }

       }

     },

    ...]

    I want to report a typo

    There is a misspelling right here:

     

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