Lists deployment groups in a given project and location. See https://google.aip.dev/132.
HTTP request
GET https://networksecurity.googleapis.com/v1beta1/{parent=projects/*/locations/*}/mirroringDeploymentGroups
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent, which owns this collection of deployment groups. 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 mirroringDeploymentGroups.list.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"mirroringDeploymentGroups": [
{
object ( |
Fields | |
---|---|
mirroring |
The deployment groups 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.mirroringDeploymentGroups.list
For more information, see the IAM documentation.