NAME
    gcloud alpha network-management network-monitoring-providers
        monitoring-points download-recreate-install-script - download an
        installation script for recreating a Monitoring Point

SYNOPSIS
    gcloud alpha 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
    (ALPHA) 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 alpha 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 help for details.

BRIEF
    Download an installation script for recreating a Monitoring Point.

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.

