Esx.Settings.Clusters.Configuration.AuditRecords.TimePeriod

Esx.Settings.Clusters.Configuration.AuditRecords.TimePeriod
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.

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.

This property was added in vSphere API 8.0.2.0.

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.

This property was added in vSphere API 8.0.2.0.