List channel connections.
HTTP request
GET https://eventarc.googleapis.com/v1/{parent=projects/*/locations/*}/channelConnections
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent collection from which to list channel connections. Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
page |
The maximum number of channel connections to return on each page. Note: The service may send fewer responses. |
page |
The page token; provide the value from the When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
The response message for the channelConnections.list
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"channelConnections": [
{
object ( |
Fields | |
---|---|
channel |
The requested channel connections, up to the number specified in |
next |
A page token that can be sent to |
unreachable[] |
Unreachable resources, if any. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.