Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 1.22 KB

File metadata and controls

43 lines (39 loc) · 1.22 KB
layout web-api
currentMenu web-api
currentSubMenu log-event

LogEvent Endpoint

The LogEvent endpoint allows for the retrieval of log events.

Parameters

ParamTypeDetails
Id string A unique, auto-generated identifier for the log event.
StartTimeUtcSystem.DateTimeOffset The time at which the log event was created.
Level string The level of the log event.
Message string The textual message body of the log event.
### Get a List of LogEvents GET api/LogEvent ```sh curl http://localhost:9001/api/LogEvent ```