Settings_Clusters_Configuration_AuditRecords_TimePeriod
Settings_Clusters_Configuration_AuditRecords_TimePeriod
The AuditRecords.TimePeriod structure contains AuditRecords.TimePeriod.start and AuditRecords.TimePeriod.end to get audit records for a specific time period.
JSON Example
{
"start": "string",
"end": "string"
}
string As date-time
start
Required
List of audit records that match the given start time i.e. occurred after the DateTime start.
string As date-time
end
Required
List of audit records that match the given end time i.e. occurred before the DateTime end.