Method: projects.locations.mirroringDeploymentGroups.list

Lists deployment groups in a given project and location. See https://google.aip.dev/132.

HTTP request

GET https://networksecurity.googleapis.com/v1/{parent=projects/*/locations/*}/mirroringDeploymentGroups

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent, which owns this collection of deployment groups. Example: projects/123456789/locations/global. See https://google.aip.dev/132 for more details.

Query parameters

Parameters
pageSize

integer

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.

pageToken

string

Optional. A page token, received from a previous mirroringDeploymentGroups.list call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to mirroringDeploymentGroups.list must match the call that provided the page token. See https://google.aip.dev/158 for more details.

filter

string

Optional. Filter expression. See https://google.aip.dev/160#filtering for more details.

orderBy

string

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 (MirroringDeploymentGroup)
    }
  ],
  "nextPageToken": string
}
Fields
mirroringDeploymentGroups[]

object (MirroringDeploymentGroup)

The deployment groups from the specified parent.

nextPageToken

string

A token that can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details.

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.