1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Thu Feb 22 10:25:44 UTC 2024

This commit is contained in:
Automated 2024-02-22 10:25:44 +00:00
parent 5bf6fb3fc0
commit 8778dcbd7e
245 changed files with 9946 additions and 513 deletions

View file

@ -19,7 +19,7 @@ COMMANDS
(BETA) Describe an insight.
list
(BETA) List insights for a cloud entity.
(BETA) List insights for a Google Cloud entity.
mark-accepted
(BETA) Mark an insight's state as ACCEPTED.

View file

@ -1,21 +1,23 @@
NAME
gcloud beta recommender insights list - list insights for a cloud entity
gcloud beta recommender insights list - list insights for a Google Cloud
entity
SYNOPSIS
gcloud beta recommender insights list --location=LOCATION
gcloud beta recommender insights list
(--billing-account=BILLING_ACCOUNT | --folder=FOLDER_ID
| --organization=ORGANIZATION_ID | --project=PROJECT_ID)
[--insight-type=INSIGHT_TYPE] [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
[--insight-type=INSIGHT_TYPE] [--location=LOCATION]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This command lists all insights for a given cloud entity, location
and insight type. If insight-type is not specified, insights for all
supported insight-types are listed. Supported insight-types can be found
here: https://cloud.google.com/recommender/docs/insights/insight-types.
Currently the following cloud_entity_types are supported: project,
billing_account, folder and organization.
(BETA) This command lists all insights for a given Google Cloud entity,
location, and insight type. If insight-type or location is not specified,
insights for all supported insight-types and locations are listed.
Supported insight-types can be found here:
https://cloud.google.com/recommender/docs/insights/insight-types. The
following Google Cloud entity types are supported: project,
billing_account, folder, and organization.
EXAMPLES
To list all insights for a billing account:
@ -24,9 +26,6 @@ EXAMPLES
--location=global --insight-type=google.compute.firewall.Insight
REQUIRED FLAGS
--location=LOCATION
Location to list insights for.
Resource that is associated with cloud entity type. Currently four
mutually exclusive flags are supported, --project, --billing-account,
--folder, --organization.
@ -52,6 +51,10 @@ FLAGS
Insight type to list insights for. Supported insight-types can be found
here: https://cloud.google.com/recommender/docs/insights/insight-types
--location=LOCATION
Location to list insights for. If no location is specified, insights
for all supported locations are listed.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.