Event History Collector Set Collector Page Size
Sets the "viewable latest page" size to contain at most the number of items specified by the maxCount parameter).
Request
URI
POST
https://{api_host}/sdk/vim25/{release}/EventHistoryCollector/{moId}/SetCollectorPageSize
COPY
Path Parameters
string
moId
Required
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}.
string
release
Required
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
Request Body
SetCollectorPageSizeRequestType
of type(s)
application/json
Required
"SetCollectorPageSizeRequestType Object"
integer As int32
As int32
maxCount
Required
The maximum number of items in the page.
Responses
204
No Content
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/EventHistoryCollector/{moId}/SetCollectorPageSize
On This Page
Virtual Infrastructure Operations
POST
Event History Collector Read Next Events
POST
Event History Collector Read Previous Events
POST
Event History Collector Destroy Collector
POST
Event History Collector Reset Collector
POST
Event History Collector Rewind Collector
POST
Event History Collector Set Collector Page Size
GET
Event History Collector Get Filter
GET
Event History Collector Get Initialized
GET
Event History Collector Get Latest Page