Method: projects.locations.connections.runtimeActionSchemas.list

List schema of a runtime actions filtered by action name.

HTTP request

GET https://connectors.googleapis.com/v1/{parent=projects/*/locations/*/connections/*}/runtimeActionSchemas

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Parent resource of RuntimeActionSchema Format: projects/{project}/locations/{location}/connections/{connection}

Authorization requires the following IAM permission on the specified resource parent:

  • connectors.connections.getRuntimeActionSchema

Query parameters

Parameters
pageSize

integer

Page size.

pageToken

string

Page token.

filter

string

Required. Filter Format: action="{actionId}" Only action field is supported with literal equality operator. Accepted filter example: action="CancelOrder" Wildcards are not supported in the filter currently.

Request body

The request body must be empty.

Response body

Response message for ConnectorsService.ListRuntimeActionSchemas.

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

JSON representation
{
  "runtimeActionSchemas": [
    {
      object (RuntimeActionSchema)
    }
  ],
  "nextPageToken": string
}
Fields
runtimeActionSchemas[]

object (RuntimeActionSchema)

Runtime action schemas.

nextPageToken

string

Next page token.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.