Versions Compared

Key

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

...

Remember we always receive the result in JSON as that is in our request header. We could receive it as HTML is we want - just remove that header item. Maybe more useful is a CSV output. Remove the Accept header and change the URL for a GET to http://192.168.84.4/omk/open-audit/queries/1/execute?format=csv. Doen Done - CSV output you can copy and paste into Excel.

...

It really is that simple. The only one to watch is the PATCH request, because you have to create your own JSON. Just about everything else is quite discoverable. Make sure you check the pages for Collections which detail the request formats. And don't forget The Open-AudIT API page as well.


That makes for a simple and easy way to test the Open-AudIT API.

...