EventManagerViewByStartId
Defines the view parameters with starting event ID for the event query.
Since: vSphere API Release 9.0.0.0
{
"_typeName": "string",
"startEventId": 0,
"isForward": false
}
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.
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.