3.5.1
Amanda::Rest modules list
Amanda modules list
List of All Modules

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 Fri Dec 1 16:49:57 2017 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.


3.5.1