mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
77 lines
2.7 KiB
Text
77 lines
2.7 KiB
Text
NAME
|
|
gcloud alpha recommender insights mark-dismissed - mark an insight's state
|
|
as DISMISSED
|
|
|
|
SYNOPSIS
|
|
gcloud alpha recommender insights mark-dismissed INSIGHT --etag=etag
|
|
--insight-type=INSIGHT_TYPE --location=LOCATION
|
|
(--billing-account=BILLING_ACCOUNT | --folder=FOLDER_ID
|
|
| --organization=ORGANIZATION_ID | --project=PROJECT_ID)
|
|
[--recommendation-change-type=Recommendation change type]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Mark an insight's state as DISMISSED. Can be applied to insights in
|
|
ACTIVE state. The following are currently supported: project,
|
|
billing_account, folder, and organization.
|
|
|
|
EXAMPLES
|
|
To mark an insight as DISMISSED:
|
|
|
|
$ gcloud alpha recommender insights mark-dismissed abcd-1234 \
|
|
--project=project-name --location=global \
|
|
--insight-type=google.compute.firewall.Insight --etag=abc123
|
|
|
|
POSITIONAL ARGUMENTS
|
|
INSIGHT
|
|
Insight id which will be marked as dismissed
|
|
|
|
REQUIRED FLAGS
|
|
--etag=etag
|
|
Etag of a insight
|
|
|
|
--insight-type=INSIGHT_TYPE
|
|
Insight Type of the 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.
|
|
|
|
OPTIONAL FLAGS
|
|
--recommendation-change-type=Recommendation change type
|
|
Recommendation change type. Recommendation change type must be one of:
|
|
dismiss, leave_unchanged.
|
|
|
|
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 command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist.
|
|
|