- NAME
-
- gcloud network-management network-monitoring-providers monitoring-points download-recreate-install-script - download an installation script for recreating a Monitoring Point
- SYNOPSIS
-
-
gcloud network-management network-monitoring-providers monitoring-points download-recreate-install-script--location=LOCATION--monitoring-point=MONITORING_POINT--network-monitoring-provider=NETWORK_MONITORING_PROVIDER--output-file=OUTPUT_FILE[--hostname=HOSTNAME] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
- Downloads an installation script for recreating a specific Container Monitoring Point. The response is a tarball file.
- EXAMPLES
-
To download the recreate install script for monitoring point
my-mp, run:gcloud network-management network-monitoring-providers monitoring-points download-recreate-install-script --network-monitoring-provider=my-provider --location=global --monitoring-point=my-mp --output-file=script.tar.gz - REQUIRED FLAGS
-
--location=LOCATION-
The location of the Network Monitoring Provider (example:
global). --monitoring-point=MONITORING_POINT- The ID of the Monitoring Point.
--network-monitoring-provider=NETWORK_MONITORING_PROVIDER- The ID of the Network Monitoring Provider.
--output-file=OUTPUT_FILE- The path to save the downloaded install script.
- OPTIONAL FLAGS
-
--hostname=HOSTNAME- The hostname of the Monitoring Point, e.g. "test-vm".
- 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 helpfor details. - BRIEF
- Download an installation script for recreating a Monitoring Point.
- NOTES
-
This variant is also available:
gcloud alpha network-management network-monitoring-providers monitoring-points download-recreate-install-script
gcloud network-management network-monitoring-providers monitoring-points download-recreate-install-script
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 2026-05-27 UTC.