get-toml-config-source-configuration

Gets the settings of the TOML configuration source.

Synopsis

asadmin [asadmin-options] get-toml-config-source-configuration [--help] [--target=server]

Description

The get-toml-config-source-configuration retrieves the current configuration for the TOML Config Source

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.

--target

Specifies the target where the configuration source resides.
Valid values are as follows:

server

Specifies the DAS (default).

instance-name

Specifies a Payara Server instance.

cluster-name

Specifies a cluster.

Example

Example 1 Retrieving the toml Config Source configurations.

This example gets the configuration of the toml config source.

asadmin get-toml-config-source-configuration
Enabled  Path                               Depth
true     /Users/payara/workspace/test.TOML  5

Exit Status

0

subcommand executed successfully

1

error in executing the subcommand

See Also