查询事件流。
接口说明
查询事件流。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| NamePrefix |
string |
否 |
事件流名称前缀。 |
name |
| Limit |
integer |
否 |
限定每次返回的最大条数,可以和 NextToken 搭配使用实现翻页能力。 重要 每次返回的最大条数不超过 100。 |
10 |
| NextToken |
string |
否 |
当指定 Limit 时,如果还有多余的返回值则会返回 NextToken。 |
10 |
| Tags |
array<object> |
否 |
标签筛选。 |
|
|
object |
否 |
标签。 |
||
| Key |
string |
否 |
标签键。 |
mns |
| Value |
string |
否 |
标签值。 |
mnstest |
| SourceArn |
string |
否 |
事件源 Arn。 |
acs:alikafka:cn-hangzhou:118609547428****:instance/alikafka_pre-cn-zxu36kvi****/topic/test-topic |
| SinkArn |
string |
否 |
事件目标 Arn。 |
acs:fc:cn-hangzhou:118609547428****:services/fw1.LATEST/functions/log1 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
返回信息。 |
||
| Message |
string |
错误信息。 |
The event streaming [xxxx] not existed! |
| RequestId |
string |
阿里云为该请求生成的唯一标识符。 |
283FF852-C4B8-58C9-9777-F88A5A16**** |
| Data |
object |
事件流列表。 |
|
| EventStreamings |
array<object> |
事件流列表。 |
|
|
array<object> |
事件流实体。 |
||
| EventStreamingName |
string |
事件流名称。 |
name |
| Description |
string |
事件流描述信息。 |
demo |
| Source |
object |
事件提供方。 |
|
| SourceMNSParameters |
object |
Source 轻量消息队列(原 MNS) 源。 |
|
| RegionId |
string |
地域 ID。 |
cn-zhangjiakou |
| QueueName |
string |
轻量消息队列(原 MNS)的 Queue 的名称。 |
work4 |
| IsBase64Decode |
boolean |
是否开启 Base64 编码。 |
true |
| SourceRabbitMQParameters |
object |
Source RabbitMQ 源。 |
|
| RegionId |
string |
地域 ID。 |
cn-zhangjiakou |
| InstanceId |
string |
消息队列 RabbitMQ 版的实例的 ID。 |
dbaudit-cn-7mz2hqo**** |
| VirtualHostName |
string |
消息队列 RabbitMQ 版实例的 Vhost 的名称。 |
eb-connect |
| QueueName |
string |
消息队列 RabbitMQ 版实例的 Queue 的名称。 |
liuyang |
| SourceRocketMQParameters |
object |
Source RocketMQ 源。 |
|
| RegionId |
string |
消息队列 RocketMQ 版的地域 ID。 |
cn-chengdu |
| InstanceId |
string |
消息队列 RocketMQ 版的实例 id。 |
i-f8zbher64dlm58pl**** |
| Topic |
string |
消息的 Topic。 |
topic_add_anima |
| Tag |
string |
消息的过滤标签。 |
v1 |
| Offset |
string |
消息的消费位点。取值说明如下: CONSUMEFROMLASTOFFSET:从最新位点开始消费。 CONSUMEFROMFIRSTOFFSET:从最早位点开始消费。 CONSUMEFROMTIMESTAMP:从指定时间点的位点开始消费。 |
CONSUMEFROMTIMESTAMP |
| GroupID |
string |
消息队列 RocketMQ 版的 Group ID。 |
GID_group1 |
| Timestamp |
integer |
时间戳。仅当参数 Offset 取值为 CONSUMEFROMTIMESTAMP 时,该参数有效。 |
1670742074043 |
| InstanceType |
string |
实例类型。取值说明如下:
|
Cloud_4 |
| InstanceEndpoint |
string |
实例接入点。 |
registry-vpc.cn-hangzhou.aliyuncs.com |
| AuthType |
string |
鉴权类型。 |
ACL |
| InstanceUsername |
string |
实例用户名。 |
admin** |
| InstancePassword |
string |
实例密码。 |
123 |
| InstanceVpcId |
string |
专有网络 VPC 的 ID。 |
vpc-bp1a4gmlk31hy***l3ss |
| InstanceVSwitchIds |
string |
实例交换机信息。 |
vsw-m5ev8asdc6h123456**** |
| InstanceSecurityGroupId |
string |
实例安全组信息。 |
sg-m5edtu24f12345**** |
| InstanceNetwork |
string |
实例网络信息:
|
PublicNetwork |
| BodyDataType |
string |
消息编码格式:
|
JSON |
| Network |
string |
网络类型。
|
PublicNetwork |
| FilterType |
string |
消息过滤类型。 |
Tag |
| FilterSql |
string |
sql 过滤语句。 |
index > 10 |
| VpcId |
string |
VPC 的 ID。 |
vpc-m5e3sv4b12345**** |
| VSwitchIds |
string |
虚拟交换机 ID。 |
vsw-m5ev8asdc6h12345**** |
| SecurityGroupId |
string |
安全组 ID。 |
sg-m5edtu24f12345**** |
| SourceRocketMQCheckpointParameters |
object |
Source RocketMQ Checkpoint 源 |
|
| RegionId |
string |
地域 ID。 |
cn-hangzhou |
| InstanceType |
string |
消息队列 RocketMQ 版实例的类型。 |
Cloud_5 |
| InstanceId |
string |
消息队列 RocketMQ 版实例 ID。 |
rmq-cn-jte3w****** |
| Topics |
array |
消息队列 RocketMQ 版实例 Topic。 |
|
|
string |
消息队列 RocketMQ 版实例 Topic。 |
myTopic |
|
| SourceApacheRocketMQCheckpointParameters |
object |
Source RocketMQ Checkpoint 源 |
|
| RegionId |
string |
地域 ID。 |
cn-hangzhou |
| Topics |
array |
Apache RocketMQ 实例 Topic。 |
|
|
string |
Apache RocketMQ 实例 Topic。 |
myTopic |
|
| InstanceEndpoint |
string |
Apache RocketMQ 实例的接入点。 |
192.168.1.1:9876 |
| InstanceUsername |
string |
Apache RocketMQ 实例的用户名。 |
admin |
| InstancePassword |
string |
Apache RocketMQ 实例的密码。 |
**** |
| NetworkType |
string |
网络类型。 |
PrivateNetwork |
| VpcId |
string |
VPC ID。 |
vpc-adw1awdw***** |
| VSwitchId |
string |
交换机 ID。 |
vsw-dwaafds**** |
| SecurityGroupId |
string |
安全组 ID。 |
sg-mw43***** |
| SourceKafkaParameters |
object |
Source Kafka 源。 |
|
| RegionId |
string |
实例所在地域 id。 |
cn-chengdu |
| InstanceId |
string |
实例 id。 |
bastionhost-cn-i7m2gwt**** |
| Topic |
string |
Topic 名称。 |
topic_empower_1642473600414 |
| ConsumerGroup |
string |
订阅该 Topic 的消费者所对应的 Group ID。 |
GID_TEST |
| OffsetReset |
string |
偏移量。 |
latest |
| Network |
string |
网络配置 :默认值 Default,vpc 网络是 PublicNetwork。 |
Default |
| VpcId |
string |
用户的 VPC ID。 |
vpc-wz9ki1qdlx3cx5cbf**** |
| VSwitchIds |
string |
交换机 ID。 |
vsw-bp1rmi8rind7eo50c**** |
| SecurityGroupId |
string |
安全组 ID。 |
sg-5ud5f3p0rqqis69****eho7cp |
| ValueDataType |
string |
消息体编解码格式:
|
JSON |
| SourceMQTTParameters |
object |
Source MQTT 源。 |
|
| RegionId |
string |
地域 ID。 |
cn-qingdao |
| InstanceId |
string |
实例 id。 |
bastionhost-cn-zvp27kc**** |
| Topic |
string |
Topic 名称。 |
migration_instance |
| BodyDataType |
string |
消息编码格式:
|
JSON |
| SourceDTSParameters |
object |
Source DTS 源。 |
|
| TaskId |
string |
任务 ID。 |
1611b337285f44e2936a2c4170**** |
| BrokerUrl |
string |
数据订阅通道的网络地址及端口号信息。 |
无 |
| Topic |
string |
数据订阅通道的订阅 Topic。 |
TP_TEST_UNDERWRITE_ISSUE |
| Sid |
string |
消费组 ID。 |
HG9 |
| Username |
string |
消费组的账号。 |
admin |
| Password |
string |
消费组的账号密码。 |
123456 |
| InitCheckPoint |
string |
消费位点,即 SDK 客户端消费第一条数据的时间戳,格式为 Unix 时间戳。 |
1620962769 |
| SourceSLSParameters |
object |
Source SLS 源。 |
|
| Project |
string |
日志服务 SLS 的日志项目。 |
dmmzk |
| LogStore |
string |
日志服务 SLS 的日志库。 |
waf-logstore |
| ConsumerGroup |
string |
订阅该 Topic 的消费者所对应的 Group ID。 |
go-dts-shelf-group |
| ConsumePosition |
string |
起始消费位点,可以选择最早或最新位点,分别对应“begin”,“end”,也可以从指定时间开始消费,以秒为单位。 |
begin |
| RoleName |
string |
授权事件总线 EventBridge 使用此角色读取 SLS 日志内容时,需满足条件:在 RAM 控制台创建服务所使用的角色时,需要选择“阿里云服务”,并且“受信服务”需要选择“事件总线”。 |
testRole |
| SourcePrometheusParameters |
object |
Source Prometheus 事件源。 |
|
| RegionId |
string |
地域 ID。 |
cn-beijing |
| ClusterId |
string |
集群 ID。 |
c83555068b6******ad213f565f209 |
| DataType |
string |
数据类型。 |
JSON |
| Labels |
string |
标签。 |
__name__=.* |
| RoleName |
string |
访问 Prometheus 数据的角色。 |
testRole |
| ExternalLabels |
string |
事件中附加的自定义标签。 |
{"source":"prometheus-prod"} |
| SourceCustomizedKafkaParameters |
object |
自定义 Kafka 事件源。 |
|
| InstanceId |
string |
实例 ID。 |
gtm-cn-k2c2yfg**** |
| SourceCustomizedKafkaConnectorParameters |
object |
自定义连接器 Apache Kafka 事件源。 |
|
| ConnectorPackageUrl |
string |
OSS 资源 ZIP 包下载链接。 |
"https://examplebucket.oss-cn-hangzhou.aliyuncs.com/testDoc/Old_Homebrew/2024-06-26%2022%3A34%3A08/opt/homebrew/homebrew/Library/Homebrew/test/support/fixtures/cask/AppWithBinary.zip?OSSAccessKeyId=ri&Expires=1725539627&Signature=rb8q3OpV2i3gZJ" |
| ConnectorParameters |
object |
连接器参数。 |
|
| Name |
string |
连接器名称。 |
test-name |
| Config |
object |
连接器配置。 |
{ "connector.class": "com.mongodb.kafka.connect.MongoSinkConnector", "tasks.max": "1", "topics": "sourceA,sourceB" } |
| WorkerParameters |
object |
kafka 实例配置。 |
{ "group.id": "connect-eb-cluster-KAFKA_CONNECTORC", "offset.storage.topic": "connect-eb-offset-KAFKA_CONNECTOR_yjqC8K5ewC", "config.storage.topic": "connect-eb-config-KAFKA_CONNECTOR_yjqC8K5ewC", "status.storage.topic": "connect-eb-status-KAFKA_CONNECTOR_yjqC8K5ewC", "consumer.group.id": "connector-eb-cluster-KAFKA_CONNECTOR_yjqC8K5ewC-mongo-sink", "bootstrap.servers": "alikafka-post:9092" } |
| SourceOSSParameters |
object |
Source OSS 事件源。 |
|
| RoleName |
string |
授权事件总线 EventBridge 读取 OSS 文件的角色名称,要求该角色至少具有 OSS 的只读权限。 |
eventbridge_oss_role |
| BucketName |
string |
对象存储 OSS 中的存储空间名称。 |
bucket_abc |
| Prefix |
string |
文件路径前缀。 |
fun/document/ |
| LoadMode |
string |
数据加载模式,single 表示单文档加载,element 表示分块加载。 取值:single/element 默认为 single。 |
single |
| LoadFormat |
string |
文档加载器。 |
TextLoader |
| Delimiter |
string |
分隔符,在分块加载模式下,以该分隔符作为文本的分块标识符,默认以换行符\n 作为分隔符。 |
\n |
| SourceOpenSourceRabbitMQParameters |
object |
Source Open Source RabbitMQ 源。 |
|
| Endpoint |
string |
实例接入点。 |
192.168.1.1:9876 |
| VirtualHostName |
string |
开源 RabbitMQ 实例的虚拟主机名称。 |
Vhost1 |
| QueueName |
string |
开源 RabbitMQ 实例的队列名称。 |
demo |
| BodyDataType |
string |
消息体数据类型。 |
Json |
| Username |
string |
连接开源 RabbitMQ 实例时使用的用户名。 |
admin |
| Password |
string |
连接开源 RabbitMQ 实例时使用的密码。 |
**** |
| VpcId |
string |
VPC ID。 |
vpc-m5e3sv4b12345**** |
| VSwitchIds |
string |
交换机 ID。 |
vsw-m5ev8asdc6h12345**** |
| SecurityGroupId |
string |
安全组 ID。 |
sg-m5edtu24f12345**** |
| NetworkType |
string |
网络类型。 |
PrivateNetwork |
| AuthType |
string |
鉴权类型。 |
ACL |
| SourceEventBusParameters |
object |
Source EventBus 源。 |
|
| EventBusName |
string |
事件总线名称。 |
my-event-bus |
| EventRuleName |
string |
事件规则名称。 |
my-event-rule |
| SourceMySQLParameters | SourceMySQLParameters |
Source MySQL 源。 |
|
| FilterPattern |
string |
事件过滤规则,如果不指定表示匹配全部事件。 |
无 |
| Transforms |
array<object> |
Transform 相关配置。 |
|
|
object |
云产品的 ARN,比如函数计算中函数的 ARN。 |
||
| Arn |
string |
云产品的 ARN,比如函数计算中函数的 ARN。 |
acs:fc:cn-hangzhou:*****:services/demo-service.LATEST/functions/demo-func |
| DashScopeTransformParameters |
DashScopeTransformParameters |
||
| BaiLianAgentTransformParameters |
BaiLianAgentTransformParameters |
||
| Sink |
object |
事件目标。 |
|
| SinkMNSParameters |
object |
轻量消息队列(原 MNS)事件目标。 |
|
| QueueName |
object |
目标服务类型为轻量消息队列(原 MNS)。 |
|
| Value |
string |
轻量消息队列(原 MNS)的 Queue 的名称。 |
MyQueue |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Body |
object |
消息内容。 |
|
| Value |
string |
转换前的值。 |
{ "key": "value" } |
| Form |
string |
转换的格式。 |
TEMPLATE |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| IsBase64Encode |
object |
是否开启 Base64 编码。 |
|
| Value |
string |
开启 Base64 编码。 |
true |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| SinkFcParameters |
object |
函数目标。 |
|
| ServiceName |
object |
服务的名称。 |
|
| Value |
string |
服务的名称。 |
myService |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| FunctionName |
object |
函数名称。 |
|
| Value |
string |
函数名称。 |
mFunction |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Concurrency |
object |
投递并发度,最小为 1。 |
|
| Value |
string |
投递并发度,最小为 1。 |
1 |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Qualifier |
object |
函数所属服务的别名。 |
|
| Value |
string |
函数所属服务的别名。 |
LATEST |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| InvocationType |
object |
同步或则异步。
|
|
| Value |
string |
同步或则异步。
|
Async |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Body |
object |
发送给函数的内容体。 |
|
| Value |
string |
转换前的值。 |
{ "key": "value" } |
| Form |
string |
转换的格式。 |
TEMPLATE |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| DataFormat |
object |
事件内容格式的转换规则。 |
|
| Value |
string |
转换前的值。 |
{ "key": "value" } |
| Form |
string |
转换格式,默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| SinkRabbitMQParameters |
object |
Sink Rabbitmq 的参数。 |
|
| InstanceId |
object |
目标服务类型为消息队列 RabbitMQ 版。 |
|
| Value |
string |
消息队列 RabbitMQ 版的实例 ID。 |
si-296cd57939a1421b**** |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| VirtualHostName |
object |
消息队列 RabbitMQ 版实例的 Vhost 的名称。 |
|
| Value |
string |
消息队列 RabbitMQ 版实例的 Vhost 的名称。 |
rabbit-host |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| TargetType |
object |
目标类型。 |
|
| Value |
string |
目标类型。取值说明如下: Exchange:Exchange 模式。 Queue:Queue 模式。 |
Queue |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Exchange |
object |
Exchange 模式。 仅当参数 TargetType 配置为 Exchange 时,需配置此参数。 |
|
| Value |
string |
消息队列 RabbitMQ 版实例的 Exchange 的名称。 |
a_exchange |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| RoutingKey |
object |
消息的路由规则。 仅当参数 TargetType 配置为 Exchange 时,需配置此参数。 |
|
| Value |
string |
消息的路由规则。 |
housekeeping |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| QueueName |
object |
Queue 模式。 仅当参数 TargetType 配置为 Queue 时,需配置此参数。 |
|
| Value |
string |
实例的 Queue 的名称。 |
MyQueue |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Body |
object |
消息内容。 |
|
| Value |
string |
转换前的值。 |
{ "key": "value" } |
| Form |
string |
转换的格式。 |
TEMPLATE |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| MessageId |
object |
消息 ID。 |
|
| Value |
string |
转换前的值。 |
{ "key": "value" } |
| Form |
string |
转换的格式。 |
TEMPLATE |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| Properties |
object |
过滤属性。 |
|
| Value |
string |
转换前的值。 |
{ "key": "value" } |
| Form |
string |
转换的格式。 |
TEMPLATE |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| SinkKafkaParameters |
object |
Sink kafka 参数。 |
|
| InstanceId |
object |
目标服务类型为消息队列 Kafka 版。 |
|
| Value |
string |
实例 ID。 |
Defaut_1283278472_sad**** |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Topic |
object |
主题名称。 |
|
| Value |
string |
主题名称。 |
topic |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Acks |
object |
写入 Kafka 确认模式:
|
|
| Value |
string |
写入 Kafka 确认模式:
|
1 |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Key |
object |
消息的标识。 |
|
| Value |
string |
消息的标识。 |
key |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Value |
object |
消息体内容。 |
|
| Value |
string |
转换前的值。 |
{ "key": "value" } |
| Form |
string |
转换的格式。 |
TEMPLATE |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| SinkRocketMQParameters |
object |
Sink RocketMQ 源。 |
|
| InstanceId |
object |
目标服务类型为消息队列 RocketMQ 版。 |
|
| Value |
string |
消息队列 RocketMQ 版的实例 ID。 |
MQ_INST_164901546557****_BAAN**** |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Topic |
object |
消息队列 RocketMQ 版实例的 Topic。 |
|
| Value |
string |
消息队列 RocketMQ 版实例的 Topic。 |
topic |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Body |
object |
消息内容。 |
|
| Value |
string |
转换前的值。 |
{ "key": "value" } |
| Form |
string |
转换的格式。 |
TEMPLATE |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| Properties |
object |
过滤属性。 |
|
| Value |
string |
转换前的值。 |
{ "key": "value" } |
| Form |
string |
转换的格式。 |
TEMPLATE |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| Keys |
object |
过滤属性。 |
|
| Value |
string |
转换前的值。 |
{ "key": "value" } |
| Form |
string |
转换的格式。 |
TEMPLATE |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| Tags |
object |
过滤属性。 |
|
| Value |
string |
转换前的值。 |
{ "key": "value" } |
| Form |
string |
转换的格式。 |
TEMPLATE |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| InstanceType |
object |
实例类型。 |
|
| Value |
string |
实例类型。取值说明如下:
|
Cloud_4 |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| InstanceEndpoint |
object |
实例接入点。 |
|
| Value |
string |
实例接入点。 |
vbr-8vbsvkkbpf3vb0zef**** |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| InstanceUsername |
object |
实例用户名。 |
|
| Value |
string |
实例用户名。 |
admin |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| InstancePassword |
object |
实例密码。 |
|
| Value |
string |
实例密码。 |
admin****** |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| VpcId |
object |
VPC 的 ID。 |
|
| Value |
string |
VPC 的 ID。 |
vbr-8vb835n3zf9shwlvb**** |
| Form |
string |
事件转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| VSwitchIds |
object |
交换机 ID。 |
|
| Value |
string |
交换机 ID。 |
vbr-8vb835n3zf9shwl****mp |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| SecurityGroupId |
object |
安全组 ID。 |
|
| Value |
string |
安全组 ID。 |
b4bf375515f6440f942e3a20c33d**** |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Network |
object |
网络类型。
|
|
| Value |
string |
网络类型。
|
PublicNetwork |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| DeliveryOrderType |
object |
消息的投递顺序类型。 |
|
| Value |
string |
投递顺序类型。 |
Orderly |
| Form |
string |
转换格式,默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| ShardingKey |
object |
消息的分片键,用于控制消息分区。 |
|
| Value |
string |
分片键值。 |
order_id |
| Form |
string |
转换格式,默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
模板样式。 |
无 |
| SinkDorisParameters |
object |
||
| QueryEndpoint |
object |
||
| Value |
string |
||
| Form |
string |
||
| Template |
string |
||
| FeHttpEndpoint |
object |
||
| Value |
string |
||
| Form |
string |
||
| Template |
string |
||
| BeHttpEndpoint |
object |
||
| Value |
string |
||
| Form |
string |
||
| Template |
string |
||
| UserName |
object |
||
| Value |
string |
||
| Form |
string |
||
| Template |
string |
||
| Password |
object |
||
| Value |
string |
||
| Form |
string |
||
| Template |
string |
||
| Database |
object |
||
| Value |
string |
||
| Form |
string |
||
| Template |
string |
||
| Table |
object |
||
| Value |
string |
||
| Form |
string |
||
| Template |
string |
||
| Body |
object |
||
| Value |
string |
||
| Form |
string |
||
| Template |
string |
||
| NetworkType |
object |
||
| Value |
string |
||
| Form |
string |
||
| Template |
string |
||
| VpcId |
object |
||
| Value |
string |
||
| Form |
string |
||
| Template |
string |
||
| VSwitchIds |
object |
||
| Value |
string |
||
| Form |
string |
||
| Template |
string |
||
| SecurityGroupId |
object |
||
| Value |
string |
||
| Form |
string |
||
| Template |
string |
||
| SinkRocketMQCheckpointParameters |
object |
Sink RocketMQ Checkpoint 参数。 |
|
| InstanceType |
string |
消息队列 RocketMQ 版的实例类型。 |
Cloud_5 |
| InstanceId |
string |
RocketMQ 实例 ID。 |
MQ_INST_1825725063814405_BZ****** |
| Topic |
object |
消息队列 RocketMQ 版实例的 Topic。 |
|
| Value |
string |
Topic 的名称。 |
myTopic |
| Form |
string |
转换格式,默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
模板样式。 |
无 |
| Group |
object |
消息队列 RocketMQ 版的消费者分组信息。 |
|
| Value |
string |
消费者分组的 Group ID。 |
GID_****** |
| Form |
string |
转换格式,默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
模板样式。 |
无 |
| ConsumeTimestamp |
object |
消费位点。 |
|
| Value |
string |
时间戳。 |
1636597951964 |
| Form |
string |
转换格式,默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
模板样式。 |
无 |
| SinkApacheRocketMQCheckpointParameters |
object |
Sink Apache RocketMQ Checkpoint 参数。 |
|
| Topic |
object |
Apache RocketMQ 实例的 Topic 名称。 |
|
| Value |
string |
Topic 的名称。 |
myTopic |
| Form |
string |
转换格式,默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
模板样式。 |
无 |
| Group |
object |
Apache RocketMQ 的消费者分组信息。 |
|
| Value |
string |
消费者分组的 Group ID。 |
GID_****** |
| Form |
string |
转换格式,默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
模板样式。 |
无 |
| ConsumeTimestamp |
object |
消费位点。 |
|
| Value |
string |
时间戳。 |
1636597951964 |
| Form |
string |
转换格式,默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
模板样式。 |
无 |
| InstanceEndpoint |
string |
Apache RocketMQ 实例的接入点。 |
192.168.1.1:9876 |
| InstanceUsername |
string |
Apache RocketMQ 实例的用户名。 |
admin |
| InstancePassword |
string |
Apache RocketMQ 实例的密码。 |
**** |
| NetworkType |
string |
网络类型。 |
PrivateNetwork |
| VpcId |
string |
VPC ID。 |
vpc-2zehizpoendb3**** |
| VSwitchId |
string |
交换机 ID。 |
vsw-wz9qqeovkwjxlu9uc**** |
| SecurityGroupId |
string |
安全组 ID。 |
sg-2vcgdxz7o1n9zapp**** |
| SinkSLSParameters |
object |
Sink SLS Parameters |
|
| Project |
object |
日志服务 SLS 的日志项目。 |
|
| Value |
string |
日志服务 SLS 的日志项目。 |
test-project |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| LogStore |
object |
日志服务 SLS 的日志库。 |
|
| Value |
string |
日志服务 SLS 的日志库。 |
test-logstore |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Topic |
object |
日志所在的 topic,对应 SLS 保留字段“topic”。 |
|
| Value |
string |
日志所在的 topic,对应 SLS 保留字段“topic”。 |
topic |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Body |
object |
发送给 SLS 的内容。 |
|
| Value |
string |
转换前的值。 |
{ "key": "value" } |
| Form |
string |
转换的格式。 |
TEMPLATE |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| RoleName |
object |
授权事件总线 EventBridge 使用此角色读取 SLS 日志内容时,需满足条件:在 RAM 控制台创建服务所使用的角色时,需要选择“阿里云服务”,并且“受信服务”需要选择“事件总线”。 |
|
| Value |
string |
授权事件总线 EventBridge 使用此角色读取 SLS 日志内容时,需满足条件:在 RAM 控制台创建服务所使用的角色时,需要选择“阿里云服务”,并且“受信服务”需要选择“事件总线”。 |
test-role |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| ContentType |
object |
SLS 数据格式。可选择默认或者配置制定的键值:
|
|
| Value |
string |
SLS 数据格式。可选择默认或者配置制定的键值:
|
JSON |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| ContentSchema |
object |
自定义日志的键值,仅在 ContentType 为 KeyValue 生效。每一对键值由 Key_n, Value_n 表示。 |
|
| Value |
string |
转换前的值。 |
{"Key_1":{"form":"CONSTANT","value":"demoKey"},"Value_1":{"form":"JSONPATH","value":"$.data.value"}} |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| SinkFnfParameters |
object |
Sink Fnf 参数。 |
|
| FlowName |
object |
流程名称。 |
|
| Value |
string |
流程名称。 |
test-streaming-fnf |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
模板样式。 |
无 |
| ExecutionName |
object |
执行名称。 |
|
| Value |
string |
执行名称。 |
123 |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
模板样式。 |
无 |
| Input |
object |
执行输入信息。 |
|
| Value |
string |
执行输入信息。 |
123 |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
模板样式。 |
无 |
| RoleName |
object |
角色配置。 |
|
| Value |
string |
角色配置。 |
Al****FNF-x**** |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
模板样式。 |
无 |
| SinkDataHubParameters |
object |
Sink DataHub 参数。 |
|
| Project |
object |
DataHub 项目名。 |
|
| Value |
string |
DataHub 项目名。 |
demo-project |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Topic |
object |
DataHub Topic 名称。 |
|
| Value |
string |
DataHub Topic 名称。 |
demo-topic |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| TopicType |
object |
topic 类型:
|
|
| Value |
string |
topic 类型:
|
TUPLE |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| TopicSchema |
object |
TUBLE 类型,topic 内容模式。 |
|
| Value |
string |
TUBLE 类型,topic 内容模式。 |
{"k1":"value1","k2":"value2"} |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| Body |
object |
BLOB 类型,Record 内容模板。 |
|
| Value |
string |
BLOB 类型,Record 内容模板。 |
无 |
| Form |
string |
转换的格式。 |
ORIGINAL |
| Template |
string |
无 |
无 |
| RoleName |
object |
授权事件总线 EventBridge 使用此角色读取 SLS 日志内容时,需满足条件:在 RAM 控制台创建服务所使用的角色时,需要选择“阿里云服务”,并且“受信服务”需要选择“事件总线”。 |
|
| Value |
string |
授权事件总线 EventBridge 使用此角色读取 SLS 日志内容时,需满足条件:在 RAM 控制台创建服务所使用的角色时,需要选择“阿里云服务”,并且“受信服务”需要选择“事件总线”。 |
testRole |
| Form |
string |
转换的格式。默认为 CONSTANT。 |
CONSTANT |
| Template |
string |
无 |
无 |
| SinkCustomizedKafkaParameters |
object |
Sink Kafka 参数。 |
|
| InstanceId |
string |
消息队列 Kafka 版的实例 ID。 |
90be1f96-4229-4535-bb76-34b4f6fb2b71 |
| SinkCustomizedKafkaConnectorParameters |
object |
Sink Kafka 连接器参数。 |
|
| ConnectorPackageUrl |
string |
OSS 文件下载链接。 |
"https://examplebucket.oss-cn-hangzhou.aliyuncs.com/testDoc/Old_Homebrew/2024-06-26%2022%3A34%3A08/opt/homebrew/homebrew/Library/Homebrew/test/support/fixtures/cask/AppWithBinary.zip?OSSAccessKeyId=ri&Expires=1725539627&Signature=rb8q3OpV2i3gZJ" |
| ConnectorParameters |
object |
解析当前 ZIP 包下的 properties 文件。 |
|
| Name |
string |
连接器名称。 |
mongo-sink |
| Config |
object |
连接器配置。 |
{ "connector.class": "com.mongodb.kafka.connect.MongoSinkConnector", "tasks.max": "1", "topics": "sourceA,sourceB" } |
| WorkerParameters |
object |
实例配置。 |
{ "group.id": "connect-eb-cluster-KAFKA_CONNECTORC", "offset.storage.topic": "connect-eb-offset-KAFKA_CONNECTOR_yjqC8K5ewC", "config.storage.topic": "connect-eb-config-KAFKA_CONNECTOR_yjqC8K5ewC", "status.storage.topic": "connect-eb-status-KAFKA_CONNECTOR_yjqC8K5ewC", "consumer.group.id": "connector-eb-cluster-KAFKA_CONNECTOR_yjqC8K5ewC-mongo-sink", "bootstrap.servers": "alikafka-post:9092" } |
| SinkDashVectorParameters |
object |
Sink DashVector 参数。 |
|
| InstanceId |
string |
实例 ID。 |
vrs-cn-lbj3ru1*** |
| Collection |
string |
Collection(集合)名称。 |
collection1 |
| ApiKey |
string |
DashVecotor 控制台创建的 API Key。 |
Q34nExQH7sQ**** |
| Operation |
string |
DashVector 数据库操作类型。 |
Upsert |
| Network |
string |
网络类型。 |
PublicNetwork |
| PrimaryKeyId |
object |
插入/删除记录时的主键 ID 不填写此字段时,使用随机主键 ID。 |
|
| Form |
string |
转换的格式。 |
JSONPATH |
| Value |
string |
注:Value 字段不允许超过 10240 个字符。 |
$.data.requestId |
| Template |
string |
主键 ID 模板,仅当 Form 是 TEMPLATE 时需要填写。 |
${ID} |
| Partition |
object |
Partition(分区),默认值为 default 分区。 |
|
| Form |
string |
转换的格式。 |
CONSTANT |
| Value |
string |
注:Value 字段不允许超过 10240 个字符。 |
default |
| Template |
string |
无 |
无 |
| Vector |
object |
插入 DashVector 记录的向量。 |
|
| Form |
string |
转换的格式。 |
JSONPATH |
| Value |
string |
JSONPath 提取内容。 注:Value 字段不允许超过 10240 个字符。 |
$.data.messageBody |
| Template |
string |
无 |
无 |
| DashVectorSchemaParameters |
array<object> |
插入 DashVector 时表项的 Schema 字段定义,事件内容转换后结果必须是 JSON 格式。 |
|
|
array<object> |
|||
| Name |
object |
||
| Form |
string |
||
| Value |
string |
||
| Template |
string |
||
| Type |
object |
||
| Form |
string |
||
| Value |
string |
||
| Template |
string |
||
| Value |
object |
||
| Form |
string |
||
| Value |
string |
||
| Template |
string |
||
| SinkOpenSourceRabbitMQParameters |
object |
Sink Open Source RabbitMQ 参数。 |
|
| Endpoint |
string |
RabbitMQ 实例接入点。 |
192.168.1.1:9876 |
| VirtualHostName |
string |
RabbitMQ 的虚拟主机名称。 |
Vhost1 |
| TargetType |
string |
目标类型。 |
exchange |
| Exchange |
string |
用于消息路由的交换机名称。 |
my_exchange |
| QueueName |
string |
用于存储消息的队列名称。 |
my_queue |
| Username |
string |
用于身份验证的用户名。 |
admin |
| Password |
string |
用于身份验证的用户名密码。 |
**** |
| VpcId |
string |
VPC ID。 |
vpc-2zehizpoendb3**** |
| VSwitchIds |
string |
交换机 ID。 |
vsw-wz9qqeovkwjxlu9uc**** |
| SecurityGroupId |
string |
安全组 ID。 |
sg-2vcgdxz7o1n9zapp**** |
| NetworkType |
string |
网络类型。 |
PrivateNetwork |
| AuthType |
string |
认证类型。 |
ACL |
| RoutingKey |
object |
消息的路由规则。 仅当参数 TargetType 配置为 Exchange 时,需配置此参数。 |
|
| Form |
string |
数据格式,默认为 JSONPATH。 |
JSONPATH |
| Value |
string |
消息的路由规则。 |
housekeeping |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| Body |
object |
消息内容。 |
|
| Form |
string |
转换的格式。 |
TEMPLATE |
| Value |
string |
转换前的值。 |
{ "key": "value" } |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| MessageId |
object |
消息 ID。 |
|
| Form |
string |
转换的格式。 |
TEMPLATE |
| Value |
string |
转换前的值。 |
{ "key": "value" } |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| Properties |
object |
过滤属性。 |
|
| Form |
string |
转换的格式。 |
TEMPLATE |
| Value |
string |
转换前的值。 |
{ "key": "value" } |
| Template |
string |
模板样式。 |
The value of ${key} is ${value}! |
| SinkBaiLianParameters | SinkBaiLianParameters |
Sink BaiLian 参数。 |
|
| SinkHttpsParameters |
SinkHttpsParameters |
||
| SinkApiDestinationParameters |
SinkApiDestinationParameters |
||
| RunOptions |
object |
运行环境参数。 |
|
| MaximumTasks |
integer |
并发数。 |
2 |
| RetryStrategy |
object |
事件推送失败时的重试策略。 |
|
| PushRetryStrategy |
string |
重试策略:BACKOFF_RETRY(退避重试)和 EXPONENTIAL_DECAY_RETRY(指数衰减重试)。 |
EXPONENTIAL_DECAY_RETRY |
| ErrorsTolerance |
string |
异常容忍策略:NONE(不容忍异常)、ALL(容忍所有异常)。 |
ALL |
| DeadLetterQueue |
object |
是否启用死信队列。默认不启用死信队列,超过重试策略后的消息将被丢弃。 |
|
| Arn |
string |
死信队列 ARN。 |
acs:ram::159787121179****:role/aliyunsaedefaultrole |
| Network |
string |
死信队列的网络类型。 |
PrivateNetwork |
| VpcId |
string |
死信队列所在的 VPC 网络 ID。 |
vpc-2zehizpoendb3**** |
| VSwitchIds |
string |
死信队列所在的虚拟交换机 ID。 |
vsw-m5ev8asdc6h12345**** |
| SecurityGroupId |
string |
死信队列所在实例的安全组 ID。 |
sg-2vcgdxz7o1n9zapp**** |
| BatchWindow |
object |
攒批窗口。 |
|
| CountBasedWindow |
integer |
窗口中最大可容纳的事件数量。当达到此阈值,会触发窗口内的数据往下游推送。当存在多个窗口时,有一个窗口满足即触发。 |
100 |
| TimeBasedWindow |
integer |
窗口中最大可容纳的时间范围内的事件(单位秒)。当达到此阈值,会触发窗口内的数据往下游推送。当存在多个窗口时,有一个窗口满足即触发。 |
10 |
| BusinessOption |
object |
||
| BusinessMode |
string |
||
| MinCapacityUnitCount |
integer |
||
| MaxCapacityUnitCount |
integer |
||
| Throttling |
integer |
||
| Status |
string |
获取到的事件流的状态。 |
RUNNING |
| NextToken |
string |
用来表示当前调用返回读取到的位置,空代表数据已经读取完毕。下次调用时,需要将此设置到入参 NextToken 中。 |
177 |
| Total |
integer |
总共记录数。 |
10 |
| Code |
string |
接口返回码: Success:表示成功。 其它:表示错误码。错误码详情,请参见错误码。 |
Success |
| Success |
boolean |
操作成功返回 true。 |
true |
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 403 | ServiceNotEnable | Service not enable |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。