Esx.Settings.Hosts.Configuration.AuditRecords.FilterSpec

Esx.Settings.Hosts.Configuration.AuditRecords.FilterSpec
Esx.Settings.Hosts.Configuration.AuditRecords.FilterSpec

The Esx.Settings.Hosts.Configuration.AuditRecords.FilterSpec schema contains properties used to filter the audit records. If multiple properties are specified, only records matching all of the properties match the filter.

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
{
    "time_duration": "string"
}
string
time_duration
Optional

List of audit records that match Esx.Settings.Hosts.Configuration.AuditRecords.FilterSpec.Timeframe, valid values are Timeframe. i.e. For ex: records within last 3 months.

Possible values:

  • THREE_MONTHS: To indicate last 3 months audit records
  • SIX_MONTHS: To indicate last 6 months audit records
  • YEAR: To indicate last 1 year audit records
  • CUSTOM: To indicate custom time frame for getting audit records. Users can specify start time and end time

For more information see: Esx.Settings.Hosts.Configuration.AuditRecords.FilterSpec.Timeframe.

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.

If missing or null or empty, last one year audit records match the filter.