Skip to main content

Gets firmware info

GET 

/iot/firmwares/:firmwareId

Retrieves firmware configuration by ID

Authorization Action:

core:firmwares:get

Request

Path Parameters

    firmwareId stringrequired

    Firmware identifier

Responses

Firmware details

Schema
    id string

    Unique firmware identifier

    name string

    Possible values: <= 1024 characters

    Firmware name

    architecture string

    Hardware architecture

    description string

    Description

    metadata object

    Custom metadata

    tags string[]

    Tags

    active_release string

    Currently active release version

    created_at date-time
    updated_at date-time
    updated_by string

    ID of user who last updated

Loading...