Versions Compared

Key

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

...

No Format
curl -u ${user}:${pword} https://${host}/duraboss/storagereportreport/storage
Get Storage Report List
No Format
curl -u ${user}:${pword} https://${host}/duraboss/storagereportreport/storage/list
Get Storage Report Info
No Format
curl -u ${user}:${pword} https://${host}/duraboss/report/storagereportstorage/info
Start Storage Report
No Format
curl -u ${user}:${pword} -X POST https://${host}/duraboss/report/storagereportstorage
Stop Storage Report
No Format
curl -u ${user}:${pword} -X DELETE https://${host}/duraboss/report/storagereportstorage
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}/duraboss/report/storagereportstorage/schedule?startTime=1577840461000\&frequency=600000

...

No Format
curl -u ${user}:${pword} -X DELETE https://${host}/duraboss/storagereportreport/storage/schedule
Get Deployed Services Report

...