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

Amanda::Rest::Status

NAME

Amanda::Rest::Status -- Rest interface to Amanda::Status

INTERFACE

Get the status
 request:
  GET /amanda/v1.0/configs/:CONF/status?tracefile=/path/to/amdump_log_file

 reply:
  HTTP status 200 OK
    [
     {
        "code" : "1800000",
        "message" : "The status",
        "severity" : "16",
        "source_filename" : "/usr/lib/amanda/perl/Amanda/Status.pm",
        "source_line" : "1562",
        "status" : {
            ...
        }
     }
    ]

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