Method: networks.create

  • Creates a new network using an HTTP POST request to the specified URL.

  • Requires a unique network ID specified in the query parameters.

  • The request body should contain a Network object as defined in the provided documentation.

  • Upon successful creation, the response body returns the newly created Network object.

Creates a Network.

HTTP request

POST https://middlemileoptimization.googleapis.com/v1/networks

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
networkId

string

Required. Identifier of the network to create.

Request body

The request body contains an instance of Network.

Response body

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