NAME
    gcloud alpha network-management network-monitoring-providers
        monitoring-points download-server-connect-config - download the server
        connect configuration for a Network Monitoring Provider

SYNOPSIS
    gcloud alpha network-management network-monitoring-providers
        monitoring-points download-server-connect-config --location=LOCATION
        --network-monitoring-provider=NETWORK_MONITORING_PROVIDER
        --output-file=OUTPUT_FILE [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Downloads the server connect configuration for a given Network
    Monitoring Provider. The response is a zip file.

EXAMPLES
    To download the server connect configuration for provider my-provider, run:

        $ gcloud alpha network-management network-monitoring-providers \
            monitoring-points download-server-connect-config \
            --network-monitoring-provider=my-provider --location=global \
            --output-file=config.zip

REQUIRED FLAGS
     --location=LOCATION
        The location of the Network Monitoring Provider (example: global).

     --network-monitoring-provider=NETWORK_MONITORING_PROVIDER
        The ID of the Network Monitoring Provider.

     --output-file=OUTPUT_FILE
        The path to save the downloaded server connect configuration.

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 the server connect configuration.

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.

