- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
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 |
Required. Parent value for |
Query parameters
Parameters | |
---|---|
page |
Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default. |
page |
Optional. A token that identifies a page of results that the server should return. |
filter |
Optional. An expression to filter the list of returned deployments. The expression must use the syntax as documented in AIP-160. |
order |
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 ( |
Fields | |
---|---|
deployments[] |
The list of deployments. |
next |
A token that identifies a page of results that the server should return. |
unreachable[] |
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.