logs
Post a log entry
Optional endpoint to add a log entry via post instead as message
post/logs
Request body
Example request
{
"headers": {
"serviceName": "flow-repository",
"createdAt": "1564408888",
"name": "flowrepo.flow.created"
},
"payload": {
"user": "TestUser",
"tenant": "TestTenant",
"flowId": "TestFlow"
}
}Response
The newly created Log.
Example response
{
"headers": {
"serviceName": "flow-repository",
"createdAt": "1564408888",
"name": "flowrepo.flow.created"
},
"payload": {
"user": "TestUser",
"tenant": "TestTenant",
"flowId": "TestFlow"
}
}