Operations at events/

This page describes the service operations at this endpoint.

URI Method Description
events/agents/{agentId}/all DELETE Marks all alerts for the agent as read, thereby dismissing them from the list of alerts.
events/cachedEventsDateParam PUT Gets the summary information for cached events associated with the specified core ordering by date
events/checkTemplate POST Checks correctness of email's templates
events/config POST Sets configuration information for events such as email content and notification settings.
events/config GET Returns configuration information for events such as email content and notification settings.
events/config/agents/{agentId} POST Sets alert settings for the specified agent such as email content and notification settings.
events/config/agents/{agentId} GET Returns the alert settings for the specified agent such as email content and notification settings.
events/config/email/test POST Generates and sends a test email notification based on the specified email configuration.
events/core/all DELETE Marks all alerts for the core as read, thereby dismissing them from the list of alerts.
events/event/{eventId} DELETE Marks an event as read, thereby dismissing it from the list of events.
events/event/{eventId} GET Gets the details for a single event.
events/getEvents POST Gets collection of events that match to search parameters. The result collection is sorted by UtcTimestamp in descending order.
events/getEventsByPage/{eventsPerPage}/{page} POST Gets collection of events that match to search parameters, paged for easy viewing in a paged grid. The result collection is sorted by UtcTimestamp in descending order.
events/getEventsCount POST Gets count of events that match to search parameters.
events/types GET Gets the list of all possible event types, organized into groups.