gcloud app-topology domains describe

NAME
gcloud app-topology domains describe - describe an App Topology domain
SYNOPSIS
gcloud app-topology domains describe (DOMAIN : --location=LOCATION) [GCLOUD_WIDE_FLAG]
DESCRIPTION
Retrieves and displays the configuration details and status of an App Topology domain.
EXAMPLES
To describe a domain named SRE in default global location:
gcloud app-topology domains describe SRE

To describe a domain in an explicit location:

gcloud app-topology domains describe SRE --location=global
POSITIONAL ARGUMENTS
Domain resource - The domain to describe. 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 DOMAIN on the command line with a fully specified name;
  • provide the argument --project on the command line;
  • set the property core/project.

This must be specified.

DOMAIN
ID of the domain or fully qualified identifier for the domain.

To set the domain attribute:

  • provide the argument DOMAIN on the command line.

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

--location=LOCATION
Location for the domain. Defaults to "global".

To set the location attribute:

  • provide the argument DOMAIN on the command line with a fully specified name;
  • provide the argument --location on the command line;
  • App Topology currently supports global location by default.
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 app-topology domains describe
gcloud beta app-topology domains describe