EventManagerViewByStartId

EventManagerViewByStartId
EventManagerViewByStartId

Defines the view parameters with starting event ID for the event query.

Since: vSphere API Release 9.0.0.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "startEventId": 0,
    "isForward": false
}
integer As int32 As int32
startEventId
Required

An integer value specifying the ID of the event from which to start the query.

Must be >= 0. The maximum event ID is defined by "config.vpxd.event.maxEventId" advanced vCenter configuration option which has a default value of 2147480000.

boolean
isForward
Required

A boolean flag indicating the direction of the query.

If true, the query retrieves events with IDs greater than startEventId, representing newer events. If false, the query retrieves events with IDs less than startEventId, representing older events.