Esx.Settings.Hosts.Configuration.AuditRecords.TimePeriod

Esx.Settings.Hosts.Configuration.AuditRecords.TimePeriod
Esx.Settings.Hosts.Configuration.AuditRecords.TimePeriod

The Esx.Settings.Hosts.Configuration.AuditRecords.TimePeriod schema contains Esx.Settings.Hosts.Configuration.AuditRecords.TimePeriod.start and Esx.Settings.Hosts.Configuration.AuditRecords.TimePeriod.end to get audit records for a specific time period.

Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

JSON Example
{
    "start": "string",
    "end": "string"
}
string As date-time As date-time
start
Required

List of audit records that match the given start time i.e. occurred after the DateTime start.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

string As date-time As date-time
end
Required

List of audit records that match the given end time i.e. occurred before the DateTime end.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.