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

Getting Device Code

In this article

    This section explains how to get a device code to restore data of Microsoft organizations with enabled security defaults.

    Request

    POST https://<hostname>:4443/v4/RestoreSessions/{id}/organization/restoreDeviceCode

    Request Headers

    The request header must contain an authorization token of the current session.

    Request Parameters

    The following parameters must be posted as URL.

    Parameter

    Type

    Description

    organizationId

    string

    The identification number of the Office 365 organization. Can be obtained as described in Getting Organizations.

    Request Body

    Property

    Type

    Description

    targetApplicationId

    string

    The identification number of the Azure AD application that you want to use for a restore.

    targetOrganizationName

    string

    The name of the Office 365 organization to which you want to restore data.

    This parameter is only required when planning to restore to a custom location.

    targetRegion

    string

    Sets the region of the Office 365 organization that contains data you want to restore.

    This parameter is only required when planning to restore to a custom location.

    Request Example

    Request:

    POST https://<hostname>:4443/v4/RestoreSessions/2c60fca8-a977-4a4a-9c48-2a3d92ec44e1/organization/restoreDeviceCode

     

    Request Header:

    Authorization: Bearer <Access-Token>

    Request Body:

    {

          "targetApplicationId" : "<app_id>",

          "targetOrganizationName" : "abc.onmicrosoft.com",

          "targetRegion" : "Worldwide"

    }

    Response

    The server returns the following response to the client.

    Response Codes

    A successfully completed operation returns a response code 200 (OK).

    Response Headers

    The response to this request contains the following headers. The response may also include additional standard HTTPS headers.

    Header

    Description

    Content-length

    The length of the response body.

    Content-type

    The media type and syntax of the response body message: application/json; charset=utf-8

    Response Body

    The response contains the following information.

    Property

    Type

    Description

    userCode

    string

    Shows the code that you must copy and then specify on the Microsoft authentication portal.

    verificationUrl

    string

    Shows the verification URL that you must open to sign in to Microsoft Azure.

    expiresIn

    integer

    Shows the lifespan of the code in milliseconds.

    message

    string

    Shows the help message.

    Response Example

    Response:

    200 OK

     

    Response Body:

    {

      "userCode": "CWE5QHLNM",

      "verificationUrl": "https://microsoft.com/devicelogin",

      "expiresIn": 899,

      "message": "To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code CWE5QHLNM to authenticate."

    }

    I want to report a typo

    There is a misspelling right here:

     

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