mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
62 lines
2 KiB
Text
62 lines
2 KiB
Text
NAME
|
|
gcloud beta monitoring metrics-scopes describe - describe a Cloud
|
|
Monitoring metrics scope
|
|
|
|
SYNOPSIS
|
|
gcloud beta monitoring metrics-scopes describe METRICS_SCOPE
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Describe a Cloud Monitoring metrics scope along with the list of
|
|
projects it is monitoring.
|
|
|
|
More details can be found at
|
|
https://cloud.google.com/monitoring/api/ref_v3/rest/v1/locations.global.metricsScopes/get
|
|
|
|
EXAMPLES
|
|
To describe a metrics scope contained within a specific project, run:
|
|
|
|
$ gcloud beta monitoring metrics-scopes describe \
|
|
MY-METRICS-SCOPE-PROJECT-ID
|
|
|
|
To describe a metrics scope in JSON, run:
|
|
|
|
$ gcloud beta monitoring metrics-scopes describe \
|
|
MY-METRICS-SCOPE-PROJECT-ID --format=json
|
|
|
|
To describe a metrics scope with a fully qualified metrics scope ID, run:
|
|
|
|
$ gcloud beta monitoring metrics-scopes describe \
|
|
locations/global/metricsScopes/MY-METRICS-SCOPE-PROJECT-ID
|
|
|
|
POSITIONAL ARGUMENTS
|
|
Metrics scope resource - The metrics scope to describe. This represents a
|
|
Cloud resource.
|
|
|
|
This must be specified.
|
|
|
|
METRICS_SCOPE
|
|
ID of the metrics_scope or fully qualified identifier for the
|
|
metrics_scope.
|
|
|
|
To set the metrics_scope attribute:
|
|
▸ provide the argument metrics_scope on the command line.
|
|
|
|
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.
|
|
|
|
API REFERENCE
|
|
This command uses the monitoring/v1 API. The full documentation for this
|
|
API can be found at: https://cloud.google.com/monitoring/api/
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha monitoring metrics-scopes describe
|
|
|