Esx.Settings.Clusters.Configuration.AuditRecords.TimePeriod
The Esx.Settings.Clusters.Configuration.AuditRecords.TimePeriod schema contains Esx.Settings.Clusters.Configuration.AuditRecords.TimePeriod.start and Esx.Settings.Clusters.Configuration.AuditRecords.TimePeriod.end to get audit records for a specific time period.
This schema was added in vSphere API 8.0.2.0.
{
"start": "string",
"end": "string"
}
List of audit records that match the given start time i.e. occurred after the DateTime start.
This property was added in vSphere API 8.0.2.0.
List of audit records that match the given end time i.e. occurred before the DateTime end.
This property was added in vSphere API 8.0.2.0.