- NAME
-
- gcloud recommender insight-type-config describe - describe an insight type configuration
- SYNOPSIS
-
-
gcloud recommender insight-type-config describe
INSIGHT_TYPE
--location
=LOCATION
(--billing-account
=BILLING_ACCOUNT
|--organization
=ORGANIZATION_ID
|--project
=PROJECT_ID
) [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
- Describe an insight type configuration based on a given entity (project, organization, billing account), location, and insight type.
- EXAMPLES
-
To describe an insight type configuration, run:
gcloud recommender insight-type-config describe ${INSIGHT_TYPE} --project=${PROJECT} --location=${LOCATION}
- POSITIONAL ARGUMENTS
-
INSIGHT_TYPE
- Insight type to use for this invocation.
- REQUIRED FLAGS
-
--location
=LOCATION
- Location to use for this invocation.
-
Resource that is associated with cloud entity type.
Exactly one of these must be specified:
--billing-account
=BILLING_ACCOUNT
- The Google Cloud billing account ID to use for this invocation.
--organization
=ORGANIZATION_ID
- The Google Cloud organization ID to use for this invocation.
--project
=PROJECT_ID
-
The Google Cloud project ID. Overrides the default
core/project
property value for this command invocation.
- 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
-
This variant is also available:
gcloud beta recommender insight-type-config 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 2024-02-06 UTC.