gcloud alpha blockchain-validator blockchain-validator-configs describe

NAME
gcloud alpha blockchain-validator blockchain-validator-configs describe - get details of a single blockchain validator configuration
SYNOPSIS
gcloud alpha blockchain-validator blockchain-validator-configs describe (BLOCKCHAIN_VALIDATOR_CONFIG : --location=LOCATION) [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Get details of a single blockchain validator configuration.
EXAMPLES
To get the details of a single validator my-validator in the project my-project and location us-central1 run:

$ gcloud alpha blockchain-validator blockchain-validator-configs \

describe my-validator --location=us-central1 \
--project=my-project
POSITIONAL ARGUMENTS
BlockchainValidatorConfig resource - The resource name of the validator config. This is derived from the public key, however it is sensitive due to the inclusion of the project ID in the resource name. e.g. projects/my-project/locations/us-central1/blockchainValidatorConfigs/0xa75dbe920352d3e91d06bd8cfe8eb678677127f8748854a7a8894e3c121b63169259448a4b63e5cfb992da412ac91c30. The arguments in this group can be used to specify the attributes of this resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways.

To set the project attribute:

  • provide the argument blockchain_validator_config on the command line with a fully specified name;
  • set the property core/project;
  • provide the argument --project on the command line.

This must be specified.

BLOCKCHAIN_VALIDATOR_CONFIG
ID of the blockchainValidatorConfig or fully qualified identifier for the blockchainValidatorConfig.

To set the blockchain_validator_config attribute:

  • provide the argument blockchain_validator_config on the command line.

This positional argument must be specified if any of the other arguments in this group are specified.

--location=LOCATION
The location id of the blockchainValidatorConfig resource.

To set the location attribute:

  • provide the argument blockchain_validator_config on the command line with a fully specified name;
  • provide the argument --location on the command line.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

API REFERENCE
This command uses the blockchainvalidatormanager/v1 API. The full documentation for this API can be found at: https://cloud.google.com/blockchain-node-engine/docs/create-node-ethereum#validator_configuration
NOTES
This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.