tencent cloud

Event Bridge

Release Notes and Announcements
Release Notes
[July 19, 2024] Solution to CLS Billing Issues for EB Topics
User Tutorial
Product Introduction
Overview
Basic Concepts
Strengths
Use Cases
Limits
Purchase Guide
Billing Overview
Product Pricing
Overdue Payments and Service Suspension
Getting Started
Activating EventBridge
Quickly Delivering Custom Events
Quickly Configuring Cloud Monitor Event Alarm Push
Quickly Configuring Cloud Monitor Event Alarm Push
Event Source
Overview
Tencent Cloud Service Event Source
Event Structure
Connector
Event
Event Structure
Custom Event
Tencent Cloud Service Event
Event Bus
Overview
Creating Event Bus
Managing Event Bus
Linkage Tracing
Event Rule
Overview
Event Pattern
Creating Event Rule
Managing Event Rule
Configuring Data Conversion
Event Target
SCF Target
CLS Log Target
Message Push Target
CKafka Target
Practical Tutorial
Migrating Event Alarm
Real-Time Oceanus Alarm Message Push
Automatic Backup and Restart of Exceptional CVM Instance
Planning a EventBridge-based Midplatform for a Retail Business
API Documentation
History
Introduction
API Category
Making API Requests
Delivery Target APIs
Event Bus APIs
Event Rule APIs
Event Connector APIs
Data Transformer APIs
Event Storage APIs
Data Types
Error Codes
FAQs
Concept
Alarm
Billing
Contact Us
EB Policy
Privacy Policy
Data Processing And Security Agreement

Event Structure

PDF
Focus Mode
Font Size
Last updated: 2024-07-23 15:08:07
An event is a data record of a status change. This document describes the details of event parameters in EventBridge.
Event release from an event source to EventBridge needs to comply with CloudEvents specifications. For more information, please see CloudEvents - Version 1.0.
Below is a sample structure of event release from an event source to EventBridge:
{
"specversion":"1.0",
"id":"13a3f42d-7258-4ada-da6d-023a333b4662",
"type":"cos:created:object",
"source":"cos.cloud.tencent",
"subject":"qcs::cos:ap-guangzhou:uid1250000000:bucketname",
"time":"1615430559146",
"region":"ap-guangzhou",
"datacontenttype": "application/json;charset=utf-8",
"data":{
$data_value
}
}

The event parameters are as detailed below:
Field
Description
Data Type
specversion
Event structure version (CloudEvents version. Currently, only v1.0 is supported.)
String
id
ID returned by PUT Event.
String
type
Type of the event input through PUT Event. The value is COS:Created:PostObject by default for a Tencent Cloud service. Different types are separated with colons.
String
source
Event source (which is required for a Tencent Cloud service event and is the abbreviation of subject). The value is xxx.cloud.tencent by default for a Tencent Cloud service.
String
subject
Event source details, which can be customized. QCS description such as qcs::dts:ap-guangzhou:appid/uin:xxx is used for a Tencent Cloud service by default.
String
time
Event time, which is a GMT+0 timestamp in milliseconds such as 1615430559146.
Timestamp
datacontenttype
Data structure declaration.
String
region
Region information.
String
data
Details of the event input through PUT Event.
Json
There are two types of events published from event sources to EventBridge:
Tencent Cloud service event Tencent Cloud services are automatically connected to EventBridge as event sources.
Custom application event To use your application as an event source, you need to configure a connector and deliver events to applications supported by the connector, or use an API/SDK to connect to EventBridge.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback