Page Summary
-
Lists all available paths within a specified network.
-
Request parameters allow for filtering by network name and pagination.
-
Response includes a list of paths and a token for retrieving subsequent pages.
-
The method is idempotent and doesn't change any existing data.
Returns all the paths that are currently available. This method is idempotent and has no side effect.
HTTP request
GET https://middlemileoptimization.googleapis.com/v1/{parent=networks/*}:listPaths
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The name of the network for which paths must be sent. Format: "networks/{network}" |
Query parameters
| Parameters | |
|---|---|
page |
Optional. The maximum number of networks to return. The service may return fewer than this value. If unspecified, at most 50 networks will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
page |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
The response message for networks.listPaths method.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"paths": [
{
object ( |
| Fields | |
|---|---|
paths[] |
The list of paths. |
next |
A token, which can be sent as |