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 duradmin
  • Request: POST https://host:port/duradmin/init
  • Request Body: XML similar to:
    Code Block
    xml
    xml
    <duradminConfig>
      <durastoreHost>[host]</durastoreHost>
      <durastorePort>8080<<durastorePort>[port]</durastorePort>
      <durastoreContext>durastore</durastoreContext>
      <duraserviceHost>[host]</duraserviceHost>
      <duraservicePort>8080<<duraservicePort>[port]</duraservicePort>
      <duraserviceContext>duraservice</duraserviceContext>
    </duradminConfig>
    
  • Response Code: 200 (on success)
  • Response Body: "Initialization Successful" (on success)

...

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>[port]</durastorePort>
      <durastoreContext>durastore</durastoreContext>
      <duraserviceHost>[host]</duraserviceHost>
      <duraservicePort>8080<<duraservicePort>[port]</duraservicePort>
      <duraserviceContext>duraservice</duraserviceContext>
    </durareportConfig>
    
  • Response Code: 200 (on success)
  • Response Body: "Initialization Successful" (on success)

...