get https://{hostname}/event-viewer-api/v1/event-types
Returns all defined event types with related event definitions.
Response
Returns all defined event types with related event definitions.
xxxxxxxxxx
curl --request GET \
--url https://hostname/event-viewer-api/v1/event-types \
# Add Authorization header to this snippet
--header 'accept: application/json'
xxxxxxxxxx
34]
[
{
"eventDefinitions": [
{
"eventDefinitionId": "415195",
"eventDescription": "A user logged in.",
"eventName": "Login"
}
],
"eventTypeId": "16",
"eventTypeName": "All Logins"
},
{
"eventDefinitions": [
{
"eventDefinitionId": "800313",
"eventDescription": "Update an Endpoint Resources Details.",
"eventName": "Update an Endpoint Resources Details"
},
{
"eventDefinitionId": "892355",
"eventDescription": "Add a new Endpoint",
"eventName": "Create an Endpoint"
},
{