Method: projects.locations.mirroringDeployments.list

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

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent, which owns this collection of deployments. Example: projects/123456789/locations/us-central1-a. 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 mirroringDeployments.list call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to mirroringDeployments.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 mirroringDeployments.list.

If successful, the response body contains data with the following structure:

JSON representation
{
  "mirroringDeployments": [
    {
      object (MirroringDeployment)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
mirroringDeployments[]

object (MirroringDeployment)

The deployments 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.

unreachable[]

string

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.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • networksecurity.mirroringDeployments.list

For more information, see the IAM documentation.