v70

latestOpenAPI 3.0.0EUPLraw.githubusercontent.com2026-08-031426201.0 MB
Content

Inject any JSON content into North connector cache(s) queue

Adds any JSON content directly to the specified North connector(s) cache queue. The body can be any valid JSON object or array. It is serialized and wrapped as an OIBus any-content payload, allowing external systems to push arbitrary data directly into OIBus for further processing by North connectors.

post/api/content/content

Query parameters

northIdstring required

One or more North connector IDs, comma-separated (e.g. id1,id2). The content is queued in every listed connector.

dataSourceIdstring required

An arbitrary identifier for the external source pushing the content. Used for tracing and logging.

Request body

RecordStringUnknown required

Construct a type with a set of properties K of type T

Response

No Content