Command to call the AS 7 management system and store the output in a file.
This class' methods are meant to be chained together to describe a management call. For example:
new CallAS7("my_file").resource("foo", "bar").operation("read-resource")
will return a configured CallAS7 instance that will, when executed call {@code read-resource}on the {@code /foo=bar/} resource, and store the output in a file called {@code my_file.json}.
|
|
|
|