ConsumerQueryParameters
Table of contents
Description
Describes the query parameters which are passed to the request to Undelivered or Matched APIs. They help you with filtering the returned events by different identifiers and time period.
Properties
Field | Type | Description |
---|---|---|
sourceEventId? | string | Event identifier assigned by the source that issued the event |
correlationId? | string | An event correlation identifier assigned by the source that issued the event. It is intended to correlate the event with other activities or issues |
resourceName? | string | Name of the affected resource, e.g. application’s name |
eventType? | string | Type of the event, e.g. it can be HighCPUUsage, MemoryTooLow, etc. |
severity? | Severity (string) | Represents the event impact in the context of the affected resource |
category? | Category (string) | Represents the event impact in the context of the affected resource |
include? | string | Additional properties included in the response, e.g. ‘FAILURE_REASON’ |
cacheTimeInterval? | string | Time interval in UNIX epoch format that specifies the time range when the event was cached by the service. The start and end times are not included in the interval. Example:(1517216384;1517216388) |
creationTimeInterval? | string | Time interval in UNIX epoch format that specifies the time range when the event was created at the source. The start and end times are not included in the interval. Example:(1517216384;1517216388) |
page? | number | Looked up page |
pageSize? | number | Size of a page |