Search

vRO intrinsic class LogQuery

Object representing a log query

Attributes

Name Type Description
fetchLimit Number Gets or sets the fetch limit.
fromDate java.util.Date Gets or sets the from date.
originatorId String Gets or sets the originator id.
severityThreshold Number Gets or sets the severity threshold.
targetUri String Gets or sets the target uri.
toDate java.util.Date Gets or sets the to date.

Methods

Name Returns
LogQuery() constructor

Returned by

None

Referenced in

Method Returns
Server.fetchLogEvents(LogQuery query) LogEvent[]