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

Amanda::Rest::Version

NAME

Amanda::Rest::Version - Get the amande version.

INTERFACE

 request:
  GET /amanda/v1.0

 reply:
  HTTP status: 200 OK
  [
     {
        "BUILT_BRANCH" : "trunk",
        "BUILT_DATE" : "Mon Jan 30 9:37:11 EST 2014",
        "BUILT_REV" : "5613",
        "VERSION" : "4.0.0alpha",
        "code" : "1550000",
        "message" : "The version",
        "severity" : "16",
        "source_filename" : "/usr/lib/amanda/perl/Amanda/Rest/Version.pm",
        "source_line" : "44"
     }
  ]

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