Retrieves the kafka event details by given event code
get
/api/1.0/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(required): string
Event code of the event that needs to be fetched
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
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:
string
Maximum Length:
20
-
evtCode(required):
string
Maximum Length:
50
-
evtDesc:
string
Maximum Length:
100
-
evtIsEnabled:
string
Maximum Length:
1
-
evtTopic:
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