Register a Device

Register the standalone device with FlexNet Operations to enable it to receive information about updates which have entitlement checking enabled.

Register a Device

Item

Description

URI

/uai/2.0/devices/registrations 

Method

POST 

Query parameters

registerRequest 

Request body

{

    "activationId": "string",

    "id": "string",

    "idType": "string",

    "identityName": "string",

    "publisherName": "string"

}

Note:For devices that are assigned to an account, it is recommended to provide the activation ID. For anonymous devices, the field activationId should be left blank.

Response codes

200: Not used

202: Asynchronous request. Use the URL returned to poll for a response. The response will indicate whether the request succeeded.

Sample Response

If the request has been accepted (status 202), a URL including a polling ID to poll for completion of the registration is returned:

{

   "url": "string"

}