gcloud beta recommender insights describe - describe an insight
gcloud beta recommender insights describe INSIGHT --insight-type=INSIGHT_TYPE --location=LOCATION (--billing-account=BILLING_ACCOUNT | --folder=FOLDER_ID | --organization=ORGANIZATION_ID | --project=PROJECT_ID) [GCLOUD_WIDE_FLAG ...]
(BETA) Describe an insight. This currently supports the following parent entities: project, billing account, folder, and organization.
To describe an insight:
$ gcloud beta recommender insights describe INSIGHT_ID \ --project=${PROJECT} --location=${LOCATION}
- INSIGHT
insight to describe
- --insight-type=INSIGHT_TYPE
Insight type to describe insights
- --location=LOCATION
Location
- Resource that is associated with cloud entity type. Currently four mutually
exclusive flags are supported, --project, --billing-account, --folder, --organization.
Exactly one of these must be specified:
- --billing-account=BILLING_ACCOUNT
The Google Cloud Platform billing account ID to use for this invocation.
- --folder=FOLDER_ID
The Google Cloud Platform folder ID to use for this invocation.
- --organization=ORGANIZATION_ID
The Google Cloud Platform organization ID to use for this invocation.
- --project=PROJECT_ID
The Google Cloud Platform project ID. Overrides the default core/project property value for this command invocation.
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.
This command is currently in beta and might change without notice. These variants are also available:
$ gcloud recommender insights describe
$ gcloud alpha recommender insights describe