1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 22:36:52 +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.

View file

@ -3,20 +3,21 @@ NAME
recommendation
SYNOPSIS
gcloud beta recommender recommendations list --location=LOCATION
gcloud beta recommender recommendations list
(--billing-account=BILLING_ACCOUNT | --folder=FOLDER_ID
| --organization=ORGANIZATION_ID | --project=PROJECT_ID)
[--recommender=RECOMMENDER] [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[--location=LOCATION] [--recommender=RECOMMENDER] [--filter=EXPRESSION]
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This command lists all recommendations for a given cloud_entity_id,
location, and recommender. If recommender is not specified, recommendations
for all supported recommenders are listed. Supported recommenders can be
found here: https://cloud.google.com/recommender/docs/recommenders.
Currently the following cloud_entity_types are supported: project,
billing_account, folder and organization.
(BETA) This command lists all recommendations for a given Google Cloud
entity ID, location, and recommender. If recommender or location is not
specified, recommendations for all supported recommenders and locations are
listed. Supported recommenders can be found here:
https://cloud.google.com/recommender/docs/recommenders. The following
Google Cloud entity types are supported: project, billing_account, folder
and organization.
EXAMPLES
Lists recommendations for a Cloud project. $ gcloud beta recommender recommendations list \
@ -24,9 +25,6 @@ EXAMPLES
--recommender=google.compute.instance.MachineTypeRecommender
REQUIRED FLAGS
--location=LOCATION
Location to list recommendations for.
Resource that is associated with cloud entity type. Currently four
mutually exclusive flags are supported, --project, --billing-account,
--folder, --organization.
@ -48,6 +46,10 @@ REQUIRED FLAGS
core/project property value for this command invocation.
FLAGS
--location=LOCATION
Location to list recommendations for. If no location is specified,
recommendations for all supported locations are listed.
--recommender=RECOMMENDER
Recommender to list recommendations for. If no recommender is
specified, recommendations for all supported recommenders are listed.