Last updated 2 months ago
Was this helpful?
Additional info
POST /v2/device/license/activation HTTP/1.1 Host: localhost Accept: */*
Success
{ "additionalInfo": "text" }
GET /v2/device/license/activation/status HTTP/1.1 Host: localhost Accept: */*
{ "isValid": true }
GET /v2/device/license/info HTTP/1.1 Host: localhost Accept: */*
{ "type": "Serialnumber", "license": "text", "sessionId": { "id": "text", "timestamp": 1 } }
Device Onboarding Service Manifest
Job metadata for accepted requests
POST /v2/device/onboarding HTTP/1.1 Host: localhost Content-Type: application/json Accept: */* Content-Length: 49 { "_schemaVersion": "text", "time": "text", "apps": [] }
Accepted
{ "jobId": 17 }