Iot

brand_request_id

Introduced in version 51

Summary: POST /v1/request-id

Returns a nonce that is needed for the brand serial request.

Response JSON Schema

{
    "additionalProperties": false,
    "properties": {
        "message": {
            "type": "string"
        },
        "request-id": {
            "type": "string"
        },
        "success": {
            "type": "boolean"
        }
    },
    "required": [
        "request-id",
        "success",
        "message"
    ],
    "type": "object"
}

brand_serial_request

Introduced in version 51

Summary: POST /v1/serial

Register a brand's device and return its serial assertion.

© 2019 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.