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

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 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