datasources, list-datasources
The datasources or list-datasources command lists all the data sources defined in the server configuration file on the machine where DiffDog Server is installed. For more information about data sources, see Setting up Data Sources.
Syntax
diffdogserver datasources [options]
diffdogcmdlclient datasources [options]
Notes
The --server and --port options apply to diffdogcmdlclient only. They specify the connection details of the server.
Options
Specifies the path to a client configuration file where the details of the connection to DiffDog Server are defined.
If you do not set the --c option, then diffdogcmdlclient attempts to read the client configuration file from the same directory as the executable. If there is no configuration file in the same directory, then the default values displayed by the showcfg CLI command and in the topic Client Configuration File are used.
|
Sets the reporting level to show information, warning, or error messages. Valid values are:
•none: Suppress all logging •info: Report information, warning, and error messages •warning: Report error and warning messages •error: (Default) Report only error messages
|
Specifies the port on which DiffDog Server listens for requests. If this option is not set, then the port specified in the Client Configuration File will be used (29800 by default). The --port option overrides the setting in the config file.
|
Specifies the server on which DiffDog Server listens for requests. If this option is not set, then the server specified in the Client Configuration File will be used (127.0.0.1 by default). The --server option overrides the setting in the config file.
|