Esx.Settings.Clusters.Configuration.AuditRecords.FilterSpec
The Esx.Settings.Clusters.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.
This schema was added in vSphere API 8.0.2.0.
{
"time_duration": "string"
}
List of audit records that match Esx.Settings.Clusters.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.Clusters.Configuration.AuditRecords.FilterSpec.Timeframe.
This property was added in vSphere API 8.0.2.0.
If missing or null or empty, last one year audit records match the filter.