Add a new event Logs
post
/eventLog
This endpoint is used to add a new event log.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains data required for creating a new event logs
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
objectDiscriminator:
resource_typeNested Schema : LmxTbEventLogDTO-allOf[1]
Type:
Show Source
object-
evtCode(optional):
string
Maximum Length:
50 -
evtKey(optional):
string
Maximum Length:
50 -
evtTopic(optional):
string
Maximum Length:
50 -
isPublished(optional):
string
Maximum Length:
1Default Value:N -
logDescription(optional):
string
Maximum Length:
500 -
logTime(optional):
string
-
logType(optional):
string
Maximum Length:
20 -
publishedTime(optional):
string
-
retryCount(optional):
integer
-
serviceData(optional):
string
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
-
Location: string
URL of newly created events
Nested Schema : ResponseResourceSupport
Type:
objectNested Schema : items
Type:
object400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error