Content

Inject structured content into North connector cache(s) queue

Adds time-value or setpoint content directly to the specified North connector(s) cache queue. This allows external systems to push processed data directly into OIBus.

post/api/content/content

Query parameters

northIdstring required
dataSourceIdstring required

Request body

OR

Example request

{
  "type": "time-values",
  "content": [
    {
      "pointId": "point1",
      "timestamp": "2023-10-31T12:34:56.789Z"
    }
  ]
}

Response

No Content

Changes