跳至主要内容

Get bridge

GET 

/api/v1/orgs/{orgId}/data-bridges/{bridgeId}

Return the full bridge definition. The response mirrors the request shape with mqtt, assemblyPolicy, bindings, and runtimeState sections.

The runtimeState section reports the current runtime snapshot:

  • status: one of Stopped, Starting, Running, Faulted, Stopping.
  • lastPublishTime: timestamp of the last published payload, or null if nothing has been published.
  • queueDepth: number of items currently buffered in memory.
  • fault: fault details, present only when status is Faulted; null otherwise.

Request

Responses

OK