Versions Compared

Key

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

...

No Format
curl -u ${user}:${pword} -X DELETE https://${host}/duraservice/${bitintegrity}/${deployment}

...

DuraBoss Report API

Get Latest Storage Report
No Format
curl -u ${user}:${pword} https://${host}/durareportduraboss/storagereport
Get Storage Report List
No Format
curl -u ${user}:${pword} https://${host}/durareportduraboss/storagereport/list
Get Storage Report Info
No Format
curl -u ${user}:${pword} https://${host}/durareportduraboss/storagereport/info
Start Storage Report
No Format
curl -u ${user}:${pword} -X POST https://${host}/durareportduraboss/storagereport
Stop Storage Report
No Format
curl -u ${user}:${pword} -X DELETE https://${host}/durareportduraboss/storagereport
Schedule Storage Report (to begin Jan 1, 2020 at 01:01:01 and repeat every 10 min)
No Format
curl -u ${user}:${pword} -X POST https://${host}/durareportduraboss/storagereport/schedule?startTime=1577840461000\&frequency=600000

...

No Format
curl -u ${user}:${pword} -X DELETE https://${host}/durareportduraboss/storagereport/schedule
Get Deployed Services Report
No Format
curl -u ${user}:${pword} https://${host}/durareportduraboss/servicereport/deployed
Get Completed Services Report
No Format
curl -u ${user}:${pword} https://${host}/durareportduraboss/servicereport
Get Services Report List
No Format
curl -u ${user}:${pword} https://${host}/durareportduraboss/servicereport/list