Auditor tasks
- Use
nemo_apiwithaudit.targetsfor target CRUD andaudit.configsfor config CRUD. - Use the standard SDK actions:
create,list,retrieve,update, anddelete. - Pass the target or config fields as compact JSON in
params. - For config create, prefer minimal valid JSON:
plugins:{"probe_spec":"dan.AutoDANCached"}(or requested probe)reporting:{}run:{}system:{"lite": true}
- Follow full lifecycle: create temp resource, verify/list/update/delete, then create final verification resource.
- Retrieve or list the final audit resource and compare every required target or config field before reporting success.