- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Lists ServiceConnectionPolicies in a given project and location.
HTTP request
GET https://networkconnectivity.googleapis.com/v1/{parent=projects/*/locations/*}/serviceConnectionPolicies
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The parent resource's name. ex. projects/123/locations/us-east1  | 
              
Query parameters
| Parameters | |
|---|---|
pageSize | 
                
                   
 The maximum number of results per page that should be returned.  | 
              
pageToken | 
                
                   
 The page token.  | 
              
filter | 
                
                   
 A filter expression that filters the results listed in the response.  | 
              
orderBy | 
                
                   
 Sort the results by a certain order.  | 
              
Request body
The request body must be empty.
Response body
Response for serviceConnectionPolicies.list.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "serviceConnectionPolicies": [
    {
      object ( | 
                  
| Fields | |
|---|---|
serviceConnectionPolicies[] | 
                    
                       
 ServiceConnectionPolicies to be returned.  | 
                  
nextPageToken | 
                    
                       
 The next pagination token in the List response. It should be used as pageToken for the following request. An empty value means no more result.  | 
                  
unreachable[] | 
                    
                       
 Locations that could not be reached.  | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.