Versions Compared

Key

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

...

Panel
titleInitialization REST Methods

Initialize Application

  • Purpose: Allows the initialization of durareport
  • Request: POST https://host:port/durareport/reports
  • Request Body: XML similar to:
    Code Block
    xml
    xml
    <durareportConfig>
      <durastoreHost>[host]</durastoreHost>
      <durastorePort>8080</durastorePort>
      <durastoreContext>durastore</durastoreContext>
      <duraserviceHost>[host]</duraserviceHost>
      <duraservicePort>8080</duraservicePort>
      <duraserviceContext>duraservice</duraserviceContext>
    </durareportConfig>
    
  • Response Code: 200 (on success)
  • Response Body: "Initialization Successful" (on success)
Panel
titleStorage Report REST Methods

Get Latest Storage Report

Get Storage Report List

Get Storage Report

Get Storage Report Info

Start Storage Report

  • Purpose: Starts a storage report if one is not already running
  • Request: POST https://host:port/durareport/storagereportImage Added
  • Response Code: 200 (on success)
  • Response Body: "Report Started" (on success), or ""Report Already In Progress" (if a report is already in progress)