Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
curl -u ${user}:${pword} https://${host}/duraboss/servicereport/list

DuraBoss Auditor API

...

Start the Auditor

...

No Format

curl -u ${user}:${pword} -X POST https://${host}/duraboss/audit

...

Retrieve Log for a Space

...

No Format

curl -u ${user}:${pword} https://${host}/duraboss/audit/${space}

...

Stop the Auditor

...

No Format

curl -u ${user}:${pword} -X DELETE https://${host}/duraboss/audit

DuraBoss Executor API

Init Status
No Format
curl  -u ${user}:${pword} https://${host}/duraboss/init

...