Device

Execute device activation

post
Responses
200
Success
application/json
post
POST /v2/device/license/activation HTTP/1.1
Host: localhost
Accept: */*
{
  "additionalInfo": "text"
}

Check if device is activated

get
Responses
200
Success
application/json
get
GET /v2/device/license/activation/status HTTP/1.1
Host: localhost
Accept: */*
{
  "isValid": true
}

Get information about license

get
Responses
200
Success
application/json
get
GET /v2/device/license/info HTTP/1.1
Host: localhost
Accept: */*
200

Success

{
  "type": "Serialnumber",
  "license": "text",
  "sessionId": {
    "id": "text",
    "timestamp": 1
  }
}
post
Body

Device Onboarding Service Manifest

_schemaVersionstring · min: 1Required
timestring · min: 1Required
Responses
202
Accepted
application/json
post
POST /v2/device/onboarding HTTP/1.1
Host: localhost
Content-Type: application/json
Accept: */*
Content-Length: 49

{
  "_schemaVersion": "text",
  "time": "text",
  "apps": []
}
{
  "jobId": 17
}

Last updated

Was this helpful?