Lists associations in a given project and location. See https://google.aip.dev/132.
HTTP request
GET https://networksecurity.googleapis.com/v1/{parent=projects/*/locations/*}/mirroringEndpointGroupAssociations
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The parent, which owns this collection of associations. Example:  | 
Query parameters
| Parameters | |
|---|---|
| page | 
 Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. See https://google.aip.dev/158 for more details. | 
| page | 
 Optional. A page token, received from a previous  | 
| filter | 
 Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. | 
| order | 
 Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. | 
Request body
The request body must be empty.
Response body
Response message for mirroringEndpointGroupAssociations.list.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "mirroringEndpointGroupAssociations": [
    {
      object ( | 
| Fields | |
|---|---|
| mirroring | 
 The associations from the specified parent. | 
| next | 
 A token that can be sent as  | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
- networksecurity.mirroringEndpointGroupAssociations.list
For more information, see the IAM documentation.