{"specversion":"1.0","id":"13a3f42d-7258-4ada-da6d-023a33******","source":"${ProductName}.cloud.tencent","type":"cvm:CloudEvent:ApiCall","subject":"${resource ID}","time": 1615430559146,"region":"ap-guangzhou","resource":["qcs::eb:ap-guangzhou:uid1250000000:eventbusid/eventruleid"],"datacontenttype":"application/json;charset=utf-8","tags":{"key1":"value1","key2":"value2"},"data":{${Raw API operation log}}}
Field | Description | Data Type |
specversion | Event structure version (CloudEvents version. Currently, only CloudEvents - Version 1.0 is supported.) | String |
id | ID returned by PUT Event . | String |
type | Type of the event input through PUT Event . CloudAudit events are classified into three types based on the event source: ${Product name abbreviation}:CloudEvent:ApiCall , ${Product name abbreviation}:CloudEvent:ConsoleCall , ${Product name abbreviation}:CloudEvent:MiniProgramCall . | 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 . For a CloudAudit event, pass in the complete CloudAudit log here. | Json |
Was this page helpful?