Event History Collector Read Next Events
Reads the 'scrollable view' from the current position.
The scrollable position is moved to the next newer page after the read. No item is returned when the end of the collector is reached.
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case EventHistoryCollector/{moId}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
{
"maxCount": 0
}
The maximum number of items in the page.
OK
[
{
"_typeName": "string",
"key": 0,
"chainId": 0,
"createdTime": "string",
"userName": "string",
"datacenter": {
"_typeName": "string",
"name": "string",
"datacenter": {
"_typeName": "string",
"type": "string",
"value": "string"
}
},
"computeResource": {
"_typeName": "string",
"name": "string",
"computeResource": {
"_typeName": "string",
"type": "string",
"value": "string"
}
},
"host": {
"_typeName": "string",
"name": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
}
},
"vm": {
"_typeName": "string",
"name": "string",
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
}
},
"ds": {
"_typeName": "string",
"name": "string",
"datastore": {
"_typeName": "string",
"type": "string",
"value": "string"
}
},
"net": {
"_typeName": "string",
"name": "string",
"network": {
"_typeName": "string",
"type": "string",
"value": "string"
}
},
"dvs": {
"_typeName": "string",
"name": "string",
"dvs": {
"_typeName": "string",
"type": "string",
"value": "string"
}
},
"tgw": {
"_typeName": "string",
"name": "string",
"tgw": {
"_typeName": "string",
"type": "string",
"value": "string"
}
},
"fullFormattedMessage": "string",
"changeTag": "string",
"auditId": "string"
}
]
This event is the base data object type from which all events inherit.
All event objects are data structures that describe events. While event data objects are data structures that describe events, event data type documentation may describe what the event records, rather than the data structure, itself.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"maxCount":"integer"}' https://{api_host}/sdk/vim25/{release}/EventHistoryCollector/{moId}/ReadNextEvents