- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all Connectivity Tests owned by a project.
HTTP request
GET https://networkmanagement.googleapis.com/v1beta1/{parent=projects/*/locations/global}/connectivityTests
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The parent resource of the Connectivity Tests:   Authorization requires the following IAM permission on the specified resource  
 | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 Number of  | 
| pageToken | 
 Page token from an earlier query, as returned in  | 
| filter | 
 Lists the  Examples: - Filter by name: name = "projects/proj-1/locations/global/connectivityTests/test-1 
 | 
| orderBy | 
 Field to use to sort the list. | 
Request body
The request body must be empty.
Response body
Response for the connectivityTests.list method.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "resources": [
    {
      object ( | 
| Fields | |
|---|---|
| resources[] | 
 List of Connectivity Tests. | 
| nextPageToken | 
 Page token to fetch the next set of Connectivity Tests. | 
| unreachable[] | 
 Locations that could not be reached (when querying all locations with  | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.