Lists WasmPlugin resources in a given project and location.
HTTP request
GET https://networkservices.googleapis.com/v1beta1/{parent=projects/*/locations/*}/wasmPlugins
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The project and location from which the  Authorization requires the following IAM permission on the specified resource  
  | 
              
Query parameters
| Parameters | |
|---|---|
pageSize | 
                
                   
 Maximum number of   | 
              
pageToken | 
                
                   
 The value returned by the last   | 
              
Request body
The request body must be empty.
Response body
Response returned by the wasmPlugins.list method.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "wasmPlugins": [
    {
      object ( | 
                  
| Fields | |
|---|---|
wasmPlugins[] | 
                    
                       
 List of   | 
                  
nextPageToken | 
                    
                       
 If there might be more results than those appearing in this response, then   | 
                  
unreachable[] | 
                    
                       
 Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.  | 
                  
IAM Permissions
Requires the following IAM permission on the parent resource:
networkservices.wasmPlugins.list
For more information, see the IAM documentation.