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

Amanda::Rest::Services

NAME

Amanda::Rest::Services -- Rest interface to amservice

INTERFACE

Run amservice
 request:
  GET localhost:5000/amanda/v1.0/services/discover
    query arguments:
        host=HOST
        application=APPLICATION
        auth=AUTH
        config=CONFIG
        diskdevice=DISK

 reply:
  HTTP status: 200 Ok
  [
   {
      "application" : "amgtar",
      "code" : "2900002",
      "message" : "The application 'amgtar' does not support the 'discover' method",
      "severity" : "16",
      "source_filename" : "senddiscover.c",
      "source_line" : "270"
   }
  ]

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