Package version:

Implements the event query parameter.

interface EventQueryParameter {
    affectedObjectCorrelationId?: string;
    affectedObjectFriendlyName?: string;
    endTime?: any;
    eventCode?: string;
    eventType?: string;
    fabricName?: string;
    severity?: string;
    startTime?: any;
}

Properties

affectedObjectCorrelationId?: string

The affected object correlationId for the events to be queried.

affectedObjectFriendlyName?: string

The affected object name of the events to be queried.

endTime?: any

The end time of the time range within which the events are to be queried.

eventCode?: string

The source id of the events to be queried.

eventType?: string

The type of the events to be queried.

fabricName?: string

The affected object server id of the events to be queried.

severity?: string

The severity of the events to be queried.

startTime?: any

The start time of the time range within which the events are to be queried.