REST Resource: projects.locations.providers.connectors.versions.eventtypes

Resource: EventType

EventType includes fields.

JSON representation
{
  "name": string,
  "eventTypeId": string,
  "createTime": string,
  "updateTime": string,
  "eventPayloadSchema": string,
  "entityType": string,
  "idPath": string,
  "enrichedEventPayloadSchema": string
}
Fields
name

string

Output only. Resource name of the eventtype. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}/versions/{version}/eventtypes/{eventtype} Only global location is supported for Connector resource.

eventTypeId

string

Output only. Event type id. Example: ticket.created.

createTime

string (Timestamp format)

Output only. Created time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. Updated time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

eventPayloadSchema

string

Output only. Schema of webhook event payload.

entityType

string

Output only. Runtime entity type name. Will be null if entity type map is not available. Used for read before send feature.

idPath

string

Output only. Id path denotes the path of id in webhook payload.

enrichedEventPayloadSchema

string

Output only. Schema of the event payload after enriched. Will be null if read before send is not supported.

Methods

get

Gets details of a single event type.

list

Lists Event Types in a given Connector Version.