Method: projects.locations.networkMonitoringProviders.create

Creates a NetworkMonitoringProvider resource.

HTTP request

POST https://networkmanagement.googleapis.com/v1alpha1/{parent=projects/*/locations/*}/networkMonitoringProviders

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Parent value for CreateNetworkMonitoringProviderRequest. Format: projects/{project}/locations/{location}

Authorization requires the following IAM permission on the specified resource parent:

  • networkmanagement.providers.create

Query parameters

Parameters
networkMonitoringProviderId

string

Required. The ID to use for the NetworkMonitoringProvider resource, which will become the final component of the NetworkMonitoringProvider resource's name.

Request body

The request body contains an instance of NetworkMonitoringProvider.

Response body

If successful, the response body contains a newly created instance of Operation.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-network-insights
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.