Required Parameters
- justification: The reason the reset is being done.
Optional Parameters
- logName: The name of the log to reset the hash chain for. Currently, the only allowed value is
app_audits, with additional options planned for the future.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reset the tamper-evident warning state in CData Arc after log tampering is detected or the application database is changed.
app_audits, with additional options planned for the future.<arc:set attr="reset.logName" value="app_audits" />
<arc:set attr="reset.justification" value="Tampering has been detected and the situation has been remedied." />
<arc:call op="integrityResetTampering" in="reset" />
<arc:set attr="reset.justification" value="Resetting because we have moved to a new backend database." />
<arc:call op="integrityResetTampering" in="reset" />