Domain name for API request: eb.intl.tencentcloudapi.com.
This API is used to get the details of an event bus.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: GetEventBus. |
| Version | Yes | String | Common Params. The value used for this API: 2021-04-16. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| EventBusId | Yes | String | Event bus ID |
| Parameter Name | Type | Description |
|---|---|---|
| ModTime | Timestamp ISO8601 | Update time |
| Description | String | Event bus description |
| ClsTopicId | String | Log topic ID |
| AddTime | Timestamp ISO8601 | Creation time. |
| ClsLogsetId | String | Logset ID |
| EventBusName | String | Event bus name |
| EventBusId | String | Event bus ID |
| Type | String | (Disused) Event bus type |
| PayMode | String | Billing mode |
| SaveDays | Integer | EventBridge log storage period Note: This field may return null, indicating that no valid values can be obtained. |
| LogTopicId | String | EventBridge log topic ID Note: This field may return null, indicating that no valid values can be obtained. |
| EnableStore | Boolean | Whether to enable log storage Note: This field may return null, indicating that no valid values can be obtained. |
| LinkMode | String | Whether to sort the message Note: This field may return null, indicating that no valid values can be obtained. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to query details of an event bus.
POST / HTTP/1.1
Host: eb.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: GetEventBus
<Common request parameters>
{
"EventBusId": "eb-l65vlc2"
}
{
"Response": {
"AddTime": "2022-12-12T20:09:46+08:00",
"ClsLogsetId": "",
"ClsTopicId": "",
"Description": "",
"EventBusId": "eb-0gdrbv5q",
"EventBusName": "default",
"ModTime": "2022-12-12T20:09:46+08:00",
"PayMode": "",
"LogTopicId": "xxx",
"SaveDays": "1",
"EnableStore": true,
"LinkMode": "Disorder",
"RequestId": "ffd4aae2-c29e-40a8-b18c-037a17ed810c",
"Type": "Cloud"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| InvalidParameterValue.EventBusId | The EventBusId value does not conform to the specification. Please fix it and try again. |
| ResourceNotFound | The resource does not exist. |
| ResourceNotFound.EventBus | The specified event bus was not found. Please create it and try again. |
文档反馈