get-asadmin-recorder-configuration

Returns the current configuration of the Asadmin Recorder service.

Synopsis

asadmin [asadmin-options] get-asadmin-recorder-configuration [--help]

Description

The get-asadmin-recorder-configuration command is used to retrieve the current configuration settings of the Asadmin Recorder feature in Payara Server.

Options

asadmin-options

Options for the asadmin utility. For information about these options, see the asadmin help page.

--help
-?

Displays the help text for the subcommand.

Examples

Example 1

Returns the current configuration of the asadmin recorder.

asadmin> get-asadmin-recorder-configuration
Enabled  Filter Commands  Output Location                  Filtered Commands                                                               Prepend Enabled  Prepended Options
true     true             /home/user/asadmin-commands.txt  version,_(.*),list(.*),get(.*),(.*)-list-services,uptime,enable-asadmin-recorder,disable-asadmin-recorder,set-asadmin-recorder-configuration,asadmin-recorder-enabledfalse
Command get-asadmin-recorder-configuration executed successfully.

Exit Status

0

subcommand executed successfully

1

error in executing the subcommand

See Also