Versions Compared

Key

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

 

Table of Contents

Convenience Variables

...

No Format
curl -u ${user}:${pword} -X DELETE https://${host}/durastore/${space-0}
curl -u ${user}:${pword} -X DELETE https://${host}/durastore/${space-1}?storeID=1

DuraBoss Report API

Get Latest Storage Report
No Format
curl -u ${user}:${pword} https://${host}/duraboss/report/storage
Get Storage Report List
No Format
curl -u ${user}:${pword} https://${host}/duraboss/report/storage/list
Get Storage Report Info
No Format
curl -u ${user}:${pword} https://${host}/duraboss/report/storage/info
Start Storage Report
No Format
curl -u ${user}:${pword} -X POST https://${host}/duraboss/report/storage
Stop Storage Report
No Format
curl -u ${user}:${pword} -X DELETE https://${host}/duraboss/report/storage

...

1

...

No Format
curl -u ${user}:${pword} -X POST https://${host}/duraboss/report/storage/schedule?startTime=1577840461000\&frequency=600000
Cancel Storage Report Schedule
No Format
curl -u ${user}:${pword} -X DELETE https://${host}/duraboss/report/storage/schedule

 

 

...