- NAME
-
- gcloud recommender insights describe - describe an insight
- SYNOPSIS
-
-
gcloud recommender insights describe
INSIGHT
--insight-type
=INSIGHT_TYPE
(--billing-account
=BILLING_ACCOUNT
|--folder
=FOLDER_ID
|--organization
=ORGANIZATION_ID
|--project
=PROJECT_ID
) [--location
=LOCATION
] [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
- Describe an insight. This currently supports the following parent entities: project, billing account, folder, and organization.
- POSITIONAL ARGUMENTS
-
INSIGHT
- insight to describe
- REQUIRED FLAGS
-
--insight-type
=INSIGHT_TYPE
- Insight type to describe insights
-
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
- 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 Number to use for this invocation.
The Google Cloud Platform project ID to use for this invocation. If omitted, then the current project is assumed; the current project can be listed using
gcloud config list --format='text(core.project)'
and can be set usinggcloud config set project PROJECTID
.--project
and its fallbackcore/project
property play two roles in the invocation. It specifies the project of the resource to operate on. It also specifies the project for API enablement check, quota, and billing. To specify a different project for quota and billing, use--billing-project
orbilling/quota_project
property.
- OPTIONAL FLAGS
-
--location
=LOCATION
- Location
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--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. - EXAMPLES
-
To describe a insight:
gcloud recommender insights describe INSIGHT_ID --project=${PROJECT} --location=${LOCATION}
--recommender=${RECOMMENDER} - NOTES
-
These variants are also available:
gcloud alpha recommender insights describe
gcloud beta recommender insights describe
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-09 UTC.