Skip to main content

Add Controllers

Push the controllers list through this to create controllers in the platform.

Endpoint : POST /api/v3/iot/data/push

Request body

{  "payload": {    "agent": "agent-name",    "data": [      {        "controller": {          "name": "controller-name-1"        },        "controllerType": 0      },      {        "controller": {          "name": "controller-name-2"        },        "controllerType": 0      }    ],    "publishType": 7  }}