Method: projects.locations.deployments.list

Lists deployments in the specified project and location.

HTTP request

GET https://managedflink.googleapis.com/v1alpha/{parent=projects/*/locations/*}/deployments

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Parent value for ListDeploymentsRequest. The value is the location, specified in the following format: projects/{project}/locations/{location}.

Query parameters

Parameters
pageSize

integer

Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

pageToken

string

Optional. A token that identifies a page of results that the server should return.

filter

string

Optional. An expression to filter the list of returned deployments. The expression must use the syntax as documented in AIP-160.

orderBy

string

Optional. A hint for how to order the results. The hint must be specified as documented in AIP-132.

Request body

The request body must be empty.

Response body

Response to the request to list deployments.

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

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

object (Deployment)

The list of deployments.

nextPageToken

string

A token that identifies a page of results that the server should return.

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:

  • managedflink.deployments.list

For more information, see the IAM documentation.