Retrives the event by given event code
get
/service/lmm/event/getByEvtCode/{evtCode}
This endpoint is used to get the kafka event details by given event code.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
evtCode: string
Event code of the event that needs to be fetched
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the event based on given event code.
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : LmmTmEventsDTO-allOf[1]
Type:
Show Source
object
-
evtCategory(optional):
string
Maximum Length:
20
-
evtCode:
string
Maximum Length:
50
-
evtDesc(optional):
string
Maximum Length:
100
-
evtIsEnabled(optional):
string
Maximum Length:
1
-
evtTopic(optional):
string
Maximum Length:
50
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error