Skip to main content

Update Data Connection

PUT 

/api/v1/live-data/connection

Request

Body

Body

    name stringrequired

    Name of the Data Cnnection

    workspaceId integerrequired

    ID of the Workspace

    Possible values: > 0

    Example: 1000

    signals

    object

    required

    Array of Signal ID's or Search JSON's

    oneOf

    Array of signal ID's

  • Array [

  • integer

    Possible values: > 0

  • ]

  • format stringrequired

    Serialization format of the data

    Possible values: [protobuf, json]

Responses

Success

Schema

    id integerrequired

    ID of the Data Connection

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Data Connection

    workspaceId integerrequired

    ID of the Workspace

    Possible values: > 0

    Example: 1000
    brokerUrl urirequired

    URL of the broker to connect to

    Example: mqtts://live.data.apps.nor.tech

    topics

    object[]

    required

    Array of topics to subscribe to

  • Array [

  • signalId integerrequired

    ID of the Signal

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the topic exposing the Signal data

  • ]

Loading...