Skip to main content

Get the assembled device config for a specific semver (prefers S3 cache)

GET 

/api/v1/get_config/:configIdentifier/config/device-config/:deviceId/version/:semver

Get the assembled device config for a specific semver (prefers S3 cache)

Request

Path Parameters

    deviceId stringrequired

    Device ID

    semver stringrequired

    Semantic version (e.g. 1.2.0)

    configIdentifier anyrequired

    Config project ID or name (used for access control)

Responses

Schema

    deviceId stringrequired

    Device ID this config belongs to

    configRevisionId objectrequired

    Revision ID of the device config project used

    semVer object

    Semantic version of the active revision when this config was assembled

    groups objectrequired

    Assembled config groups keyed by group name

    computedAt stringrequired
Loading...