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.
{
"start": "string",
"end": "string"
}
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.
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.