Skip to main content
Version: Next

DataflowCallbackDto

messageIdstringrequired
Example: b1d5f9e2-3c4b-4f7a-9c3e-2f1e5d6c7b8a
dataFlowIdstringrequired
Example: urn:uuid:dataflow-1
dataAddress object
endpointstringrequired
Example: http://data-plane-endpoint
properties object[]required
  • Array [
  • namestringrequired
    Example: propertyName
    valuestringrequired
    Example: propertyValue
  • ]
  • errorstring
    Example: Backend unreachable
    DataflowCallbackDto
    {
    "messageId": "b1d5f9e2-3c4b-4f7a-9c3e-2f1e5d6c7b8a",
    "dataFlowId": "urn:uuid:dataflow-1",
    "dataAddress": {
    "endpoint": "http://data-plane-endpoint",
    "properties": [
    {
    "name": "propertyName",
    "value": "propertyValue"
    }
    ]
    },
    "error": "Backend unreachable"
    }