DataflowStartedNotificationMessageDto
messageIdstringrequired
Example:
b1d5f9e2-3c4b-4f7a-9c3e-2f1e5d6c7b8adataAddress object
endpointstringrequired
Example:
http://data-plane-endpointproperties object[]required
Array [
namestringrequired
Example:
propertyNamevaluestringrequired
Example:
propertyValue]
DataflowStartedNotificationMessageDto
{
"messageId": "b1d5f9e2-3c4b-4f7a-9c3e-2f1e5d6c7b8a",
"dataAddress": {
"endpoint": "http://data-plane-endpoint",
"properties": [
{
"name": "propertyName",
"value": "propertyValue"
}
]
}
}