Visit Azul.com Support

Get-Gcp-Config-Source-Configuration

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

Gets the configuration for the GCP configuration source.

Synopsis

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

Description

The get-gcp-config-source-configuration retrieves the current configuration for the GCP 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. configuration-name;; Specifies a named configuration.

Example

Example 1 Getting the configuration of the GCP secrets

This example retrieves the current configuration for the GCP Config Source.

 
asadmin> get-gcp-config-source-configuration Enabled Project Name JSON Key File true payara-test payara-test-8a8aa4fbb520.json

Exit Status

0: subcommand executed successfully 1: error in executing the subcommand

See Also