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}

DuraReport

...

Get Latest Storage Report

...

No Format

curl -u ${user}:${pword} https://${host}/durareport/storagereport

...

Get Storage Report List

...

No Format

curl -u ${user}:${pword} https://${host}/durareport/storagereport/list

...

Get Storage Report Info

...

No Format

curl -u ${user}:${pword} https://${host}/durareport/storagereport/info

...

Start Storage Report

...

No Format

curl -u ${user}:${pword} -X POST https://${host}/durareport/storagereport

...

Stop Storage Report

...

No Format

curl -u ${user}:${pword} -X DELETE https://${host}/durareport/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}/durareport/storagereport/schedule?startTime=1577840461000\&frequency=600000

...

Cancel Storage Report Schedule

...

No Format

curl -u ${user}:${pword} -X DELETE https://${host}/durareport/storagereport/schedule

...

Get Deployed Services Report

...

No Format

curl -u ${user}:${pword} https://${host}/durareport/servicereport/deployed

...

Get Completed Services Report

...

No Format

curl -u ${user}:${pword} https://${host}/durareport/servicereport

...

Get Services Report List

...

No Format

curl -u ${user}:${pword} https://${host}/durareport/servicereport/list