Method: networks.get

  • Retrieves detailed information about a specific network resource.

  • Uses a standard HTTP GET request to a defined URL, requiring a network name in the URL path.

  • Requires no content in the request body.

  • A successful response will provide a Network object containing the network's details.

Gets the details of a Network.

HTTP request

GET https://middlemileoptimization.googleapis.com/v1/{name=networks/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the network to retrieve. Format: "networks/{network}"

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Network.