mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
66 lines
2.4 KiB
Text
66 lines
2.4 KiB
Text
NAME
|
|
gcloud api-gateway api-configs describe - show details about a specific API
|
|
config
|
|
|
|
SYNOPSIS
|
|
gcloud api-gateway api-configs describe (API_CONFIG : --api=API)
|
|
[--view=VIEW; default="BASIC"] [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Show details about a specific API config.
|
|
|
|
EXAMPLES
|
|
To show details about an API config, run:
|
|
|
|
$ gcloud api-gateway api-configs describe my-config --api=my-api
|
|
|
|
POSITIONAL ARGUMENTS
|
|
Api config resource - Name for API Config which will be created. 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 api_config on the command line with a fully
|
|
specified name;
|
|
◆ provide the argument --project on the command line;
|
|
◆ set the property core/project. To set the location attribute:
|
|
◆ provide the argument api_config on the command line with a fully
|
|
specified name;
|
|
◆ Location for API and API Configs. Defaults to global.
|
|
|
|
This must be specified.
|
|
|
|
API_CONFIG
|
|
ID of the api-config or fully qualified identifier for the
|
|
api-config. To set the api-config attribute:
|
|
▸ provide the argument api_config on the command line.
|
|
|
|
This positional must be specified if any of the other arguments in
|
|
this group are specified.
|
|
|
|
--api=API
|
|
API ID. To set the api attribute:
|
|
▸ provide the argument api_config on the command line with a fully
|
|
specified name;
|
|
▸ provide the argument --api on the command line.
|
|
|
|
FLAGS
|
|
--view=VIEW; default="BASIC"
|
|
The API Configuration view to return. If 'FULL' is specified, the
|
|
base64 encoded API Configuration's source file conent will be included
|
|
in the response. VIEW must be one of: BASIC, FULL.
|
|
|
|
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.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha api-gateway api-configs describe
|
|
|
|
$ gcloud beta api-gateway api-configs describe
|
|
|