4.0.0alpha.svn.7719
Amanda::Rest modules list
Amanda modules list
List of All Modules
All Amanda Releases

Amanda::Rest::Report

NAME

Amanda::Rest::Report -- Rest interface to Amanda::Report

INTERFACE

Get a report
 request:
  GET /amanda/v1.0/configs/:CONF/report?logfile=/path/to/log/file

 reply:
  HTTP status: 200 OK
  [
     {
        "severity" : "16",
        "source_filename" : "/usr/lib/amanda/perl/Amanda/Rest/Report.pm",
        "source_line" : "95"
        "code" : "1900001",
        "logfile" : "/var/amanda/test/log.20140204090209.0",
        "message" : "The report",
        "report" : {
           ...
        },
     }
  ]

See perldoc Amanda::Report::json for the report format.

ABOUT THIS PAGE

This page was automatically generated Tue Mar 19 07:08:16 2019 from the Amanda source tree, and documents the most recent development version of Amanda. For documentation specific to the version of Amanda on your system, use the 'perldoc' command.


4.0.0alpha.svn.7719