All Products
Search
Document Center

EventBridge:ListEventStreamings

Last Updated:Mar 15, 2024

Queries event streams.

Operation description

You can call this API operation to query event streams.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
NamePrefixstringNo

The name of the event stream that you want to query.

name
LimitlongNo

The maximum number of entries to be returned in a call. You can use this parameter and NextToken to implement paging. A maximum of 100 entries can be returned in a call.

10
NextTokenstringNo

If you configure Limit and excess return values exist, this parameter is returned.

10
SourceArnstringNo

The Alibaba Cloud Resource Name (ARN) of the event source.

acs:alikafka:cn-hangzhou:118609547428****:instance/alikafka_pre-cn-zxu36kvi****/topic/test-topic
SinkArnstringNo

The ARN of the event target.

acs:fc:cn-hangzhou:118609547428****:services/fw1.LATEST/functions/log1

Response parameters

ParameterTypeDescriptionExample
object
Messagestring

The returned error message.

The event streaming [xxxx] not existed!
RequestIdstring

The request ID.

283FF852-C4B8-58C9-9777-F88A5A16A79F
Dataobject

The information about the event streams.

EventStreamingsobject []

The event streams.

EventStreamingNamestring

The name of the event stream.

name
Descriptionstring

The description of the event stream.

demo
Sourceobject

The event provider, which is also known as the event source.

SourceMNSParametersobject

The parameters that are returned if Message Service (MNS) is specified as the event source.

RegionIdstring

The ID of the region where the MNS queue resides.

cn-zhangjiakou
QueueNamestring

The name of the MNS queue.

work4
IsBase64Decodeboolean

Indicates whether Base64 encoding is enabled.

true
SourceRabbitMQParametersobject

The parameters that are returned if Message Queue for RabbitMQ is specified as the event source.

RegionIdstring

The ID of the region where the Message Queue for RabbitMQ instance resides.

cn-zhangjiakou
InstanceIdstring

The ID of the Message Queue for RabbitMQ instance.

dbaudit-cn-7mz2hqolc06
VirtualHostNamestring

The name of the vhost of the Message Queue for RabbitMQ instance.

eb-connect
QueueNamestring

The name of the queue on the Message Queue for RabbitMQ instance.

liuyang
SourceRocketMQParametersobject

Source RocketMQ Parameters

RegionIdstring

The ID of the region where the Message Queue for Apache RocketMQ instance resides.

cn-chengdu
InstanceIdstring

The ID of the Message Queue for Apache RocketMQ instance.

i-f8zbher64dlm58plyfte
Topicstring

The topic in which messages are stored.

topic_add_anima
Tagstring

The tag that is used to filter messages.

v1
Offsetstring

The consumer offset of the message. Valid values: CONSUMEFROMLASTOFFSET: Messages are consumed from the latest offset. CONSUMEFROMFIRSTOFFSET: Messages are consumed from the earliest offset. CONSUMEFROMTIMESTAMP: Messages are consumed from the offset at the specified point in time.

CONSUMEFROMTIMESTAMP
GroupIDstring

The ID of the group on the Message Queue for Apache RocketMQ instance.

GID_group1
Timestamplong

The timestamp that indicates the time from which messages are consumed. This parameter is valid only if you set Offset to CONSUMEFROMTIMESTAMP.

1670742074043
InstanceTypestring

The instance type.

2
InstanceEndpointstring

The instance endpoint.

registry-vpc.cn-hangzhou.aliyuncs.com
AuthTypestring

The authentication method.

ACL
InstanceUsernamestring

The instance username.

admin**
InstancePasswordstring

The instance password.

123
InstanceVpcIdstring

The virtual private cloud (VPC) ID.

vpc-bp1a4gmlk31hy***l3ss
InstanceVSwitchIdsstring

The vSwitch ID of the instance.

vsw-m5ev8asdc6h123456****
InstanceSecurityGroupIdstring

The security group ID of the instance.

sg-m5edtu24f12345****
InstanceNetworkstring

The network type of the instance. Valid values:

  • PublicNetwork
  • PrivateNetwork
PublicNetwork
SourceKafkaParametersobject

The parameters that are returned if Message Queue for Apache Kafka is specified as the event source.

RegionIdstring

The ID of the region where the Message Queue for Apache Kafka instance resides.

cn-chengdu
InstanceIdstring

The ID of the Message Queue for Apache Kafka instance.

bastionhost-cn-i7m2gwt7z1n
Topicstring

The name of the topic on the Message Queue for Apache Kafka instance.

topic_empower_1642473600414
ConsumerGroupstring

The ID of the consumer group that subscribes to the topic.

GID_TEST
OffsetResetstring

The offset.

latest
Networkstring

The network type. Valid values: Default and PublicNetwork. Default value: Default. The value PublicNetwork indicates a VPC.

Default
VpcIdstring

The VPC ID.

vpc-wz9ki1qdlx3cx5cbbhowf
VSwitchIdsstring

The vSwitch ID.

vsw-bp1rmi8rind7eo50cbied
SecurityGroupIdstring

The security group ID.

sg-5ud5f3p0rqqis69tpp8eho7cp
SourceMQTTParametersobject

The parameters that are returned if Message Queue for MQTT is specified as the event source.

RegionIdstring

The ID of the region where the Message Queue for MQTT instance resides.

cn-qingdao
InstanceIdstring

The ID of the Message Queue for MQTT instance.

bastionhost-cn-zvp27kcha1r
Topicstring

The name of the topic on the Message Queue for MQTT instance.

migration_instance
SourceDTSParametersobject

The parameters that are returned if Data Transmission Service (DTS) is specified as the event source.

TaskIdstring

The task ID.

1611b337285f44e2936a2c4170bbbb7f
BrokerUrlstring

The URL and port number of the change tracking instance.

Topicstring

The name of the tracked topic on the change tracking instance.

TP_TEST_UNDERWRITE_ISSUE
Sidstring

The consumer group ID.

HG9
Usernamestring

The consumer group username.

admin
Passwordstring

The consumer group password.

123456
InitCheckPointstring

The consumer offset. It is the timestamp that indicates when the SDK client consumes the first data record.

1620962769
SourceSLSParametersobject

The parameters that are returned if Log Service is specified as the event source.

Projectstring

The Log Service project.

dmmzk
LogStorestring

The Log Service Logstore.

waf-logstore
ConsumerGroupstring

The ID of the consumer group that subscribes to the topic.

go-dts-shelf-group
ConsumePositionstring

The consumer offset. The value begin indicates the earliest offset, and the value end indicates the latest offset. You can also specify a time in seconds to start message consumption.

begin
RoleNamestring

The role name. If you want to authorize EventBridge to use this role to read logs in Log Service, you must select Alibaba Cloud Service for Selected Trusted Entity and EventBridge for Select Trusted Service when you create the role in the Resource Access Management (RAM) console.

testRole
FilterPatternstring

The rule that is used to filter events. If you leave this parameter empty, all events are matched.

Sinkobject

The event target.

SinkMNSParametersobject

The parameters that are returned if MNS is specified as the event target.

QueueNameobject

The name of the MNS queue.

Valuestring

The name of the MNS queue.

MyQueue
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

Bodyobject

The message body.

Valuestring

The value before transformation.

{ "key": "value" }
Formstring

The method that is used to transform events.

TEMPLATE
Templatestring

The template based on which events are transformed.

The value of ${key} is ${value}!
IsBase64Encodeobject

Indicates whether Base64 encoding is enabled.

Valuestring

Indicates that Base64 encoding is enabled.

true
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

SinkFcParametersobject

The parameters that are returned if Function Compute is specified as the event target.

ServiceNameobject

The service name.

Valuestring

The service name.

myService
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

FunctionNameobject

The function name.

Valuestring

The function name.

mFunction
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

Concurrencyobject

The delivery concurrency. Minimum value: 1.

Valuestring

The delivery concurrency. Minimum value: 1.

1
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

Qualifierobject

The alias of the service to which the function belongs.

Valuestring

The alias of the service to which the function belongs.

LATEST
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

InvocationTypeobject

The invocation mode. Valid values:

  • Sync: the synchronous mode
  • Async: the asynchronous mode
Valuestring

The invocation mode. Valid values:

  • Sync: the synchronous mode
  • Async: the asynchronous mode
Async
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

Bodyobject

The message body that is delivered to Function Compute.

Valuestring

The value before transformation.

{ "key": "value" }
Formstring

The method that is used to transform events.

TEMPLATE
Templatestring

The template based on which events are transformed.

The value of ${key} is ${value}!
SinkRabbitMQParametersobject

The parameters that are returned if Message Queue for RabbitMQ is specified as the event target.

InstanceIdobject

The ID of the Message Queue for RabbitMQ instance.

Valuestring

The ID of the Message Queue for RabbitMQ instance.

si-296cd57939a1421b94ec
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

VirtualHostNameobject

The name of the vhost of the Message Queue for RabbitMQ instance.

Valuestring

The name of the vhost of the Message Queue for RabbitMQ instance.

rabbit-host
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

TargetTypeobject

The type of the resource to which events are delivered.

Valuestring

The type of the resource to which events are delivered. Valid values: Exchange and Queue.

Queue
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

Exchangeobject

The exchange to which events are delivered. This parameter is returned only if TargetType is set to Exchange.

Valuestring

The name of the exchange on the Message Queue for RabbitMQ instance.

a_exchange
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

RoutingKeyobject

The rule that is used to route messages. This parameter is returned only if TargetType is set to Exchange.

Valuestring

The rule that is used to route messages.

housekeeping
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

QueueNameobject

The queue to which events are delivered. This parameter is returned only if TargetType is set to Queue.

Valuestring

The name of the queue on the Message Queue for RabbitMQ instance.

MyQueue
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

Bodyobject

The message body.

Valuestring

The value before transformation.

{ "key": "value" }
Formstring

The method that is used to transform events.

TEMPLATE
Templatestring

The template based on which events are transformed.

The value of ${key} is ${value}!
MessageIdobject

The message ID.

Valuestring

The value before transformation.

{ "key": "value" }
Formstring

The method that is used to transform events.

TEMPLATE
Templatestring

The template based on which events are transformed.

The value of ${key} is ${value}!
Propertiesobject

The attributes that are used to filter messages.

Valuestring

The value before transformation.

{ "key": "value" }
Formstring

The method that is used to transform events.

TEMPLATE
Templatestring

The template based on which events are transformed.

The value of ${key} is ${value}!
SinkKafkaParametersobject

The parameters that are returned if Message Queue for Apache Kafka is specified as the event target.

InstanceIdobject

The ID of the Message Queue for Apache Kafka instance.

Valuestring

The ID of the Message Queue for Apache Kafka instance.

Defaut_1283278472_sadkj
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

Topicobject

The topic name.

Valuestring

The topic name.

topic
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

Acksobject

The acknowledgment (ACK) mode.

  • If this parameter is set to 0, no response is returned from the broker. In this mode, the performance is high, but the risk of data loss is also high.
  • If this parameter is set to 1, a response is returned when data is written to the leader. In this mode, the performance and the risk of data loss are moderate. Data loss may occur if a failure occurs on the leader.
  • If this parameter is set to all, a response is returned when data is written to the leader and synchronized to the followers. In this mode, the performance is low, but the risk of data loss is also low. Data loss occurs if the leader and the followers fail at the same time.
Valuestring

The ACK mode.

  • If this parameter is set to 0, no response is returned from the broker. In this mode, the performance is high, but the risk of data loss is also high.
  • If this parameter is set to 1, a response is returned when data is written to the leader. In this mode, the performance and the risk of data loss are moderate. Data loss may occur if a failure occurs on the leader.
  • If this parameter is set to all, a response is returned when data is written to the leader and synchronized to the followers. In this mode, the performance is low, but the risk of data loss is also low. Data loss occurs if the leader and the followers fail at the same time.
1
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

Keyobject

The message key.

Valuestring

The message key.

key
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

Valueobject

The message body.

Valuestring

The value before transformation.

{ "key": "value" }
Formstring

The method that is used to transform events.

TEMPLATE
Templatestring

The template based on which events are transformed.

The value of ${key} is ${value}!
SinkRocketMQParametersobject

Sink RocketMQ Parameters

InstanceIdobject

The parameters that are returned if Message Queue for Apache RocketMQ is specified as the event target.

Valuestring

The ID of the Message Queue for Apache RocketMQ instance.

MQ_INST_164901546557****_BAAN****
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

Topicobject

The name of the topic on the Message Queue for Apache RocketMQ instance.

Valuestring

The name of the topic on the Message Queue for Apache RocketMQ instance.

topic
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

Bodyobject

The message body.

Valuestring

The value before transformation.

{ "key": "value" }
Formstring

The method that is used to transform events.

TEMPLATE
Templatestring

The template based on which events are transformed.

The value of ${key} is ${value}!
Propertiesobject

The attributes that are used to filter messages.

Valuestring

The value before transformation.

{ "key": "value" }
Formstring

The method that is used to transform events.

TEMPLATE
Templatestring

The template based on which events are transformed.

The value of ${key} is ${value}!
Keysobject

The keys that are used to filter messages.

Valuestring

The value before transformation.

{ "key": "value" }
Formstring

The method that is used to transform events.

TEMPLATE
Templatestring

The template based on which events are transformed.

The value of ${key} is ${value}!
Tagsobject

The tags that are used to filter messages.

Valuestring

The value before transformation.

{ "key": "value" }
Formstring

The method that is used to transform events.

TEMPLATE
Templatestring

The template based on which events are transformed.

The value of ${key} is ${value}!
SinkSLSParametersobject

Sink SLS Parameters

Projectobject

The Log Service project.

Valuestring

The Log Service project.

test-project
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

LogStoreobject

The Log Service Logstore.

Valuestring

The Log Service Logstore.

test-logstore
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

Topicobject

The name of the topic in which logs are stored. The topic corresponds to the topic reserved field in Log Service.

Valuestring

The name of the topic in which logs are stored. The topic corresponds to the topic reserved field in Log Service.

topic
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

Bodyobject

The message body that is delivered to Log Service.

Valuestring

The value before transformation.

{ "key": "value" }
Formstring

The method that is used to transform events.

TEMPLATE
Templatestring

The template based on which events are transformed.

The value of ${key} is ${value}!
RoleNameobject

The role name. If you want to authorize EventBridge to use this role to read logs in Log Service, you must select Alibaba Cloud Service for Selected Trusted Entity and EventBridge for Select Trusted Service when you create the role in the RAM console.

Valuestring

The role name. If you want to authorize EventBridge to use this role to read logs in Log Service, you must select Alibaba Cloud Service for Selected Trusted Entity and EventBridge for Select Trusted Service when you create the role in the RAM console.

test-role
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

None

SinkFnfParametersobject

The parameters that are returned if Serverless Workflow is specified as the event target.

FlowNameobject

The flow name.

Valuestring

The flow name.

test-streaming-fnf
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

The template based on which events are transformed.

None
ExecutionNameobject

The execution name.

Valuestring

The execution name.

123
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

The template based on which events are transformed.

None
Inputobject

The input information of the execution.

Valuestring

The input information of the execution.

123
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

The template based on which events are transformed.

None
RoleNameobject

The role name.

Valuestring

The role name.

Al****FNF-x****
Formstring

The method that is used to transform events. Default value: CONSTANT.

CONSTANT
Templatestring

The template based on which events are transformed.

None
RunOptionsobject

The parameters that are returned for the runtime environment.

MaximumTasksinteger

The number of concurrent threads.

2
RetryStrategyobject

The retry policy that is used if events fail to be pushed.

PushRetryStrategystring

Valid values: BACKOFFRETRY and EXPONENTIALDECAY_RETRY.

EXPONENTIALDECAY_RETRY
MaximumEventAgeInSecondsfloat

The maximum timeout period for a retry.

512
MaximumRetryAttemptsfloat

The maximum number of retries.

2
ErrorsTolerancestring

The exception tolerance policy. Valid values: NONE and ALL.

ALL
DeadLetterQueueobject

Indicates whether dead-letter queues are enabled. By default, dead-letter queues are disabled. Messages that fail to be pushed are discarded after the maximum number of retries that is specified by the retry policy is reached.

Arnstring

The Alibaba Cloud Resource Name (ARN) of the dead-letter queue.

acs:ram::1597871211794192:role/aliyunsaedefaultrole
BatchWindowobject

The batch window.

CountBasedWindowinteger

The maximum number of events that are allowed in the batch window. When this threshold is reached, data in the window is pushed to the downstream service. If multiple batch windows exist, data is pushed if triggering conditions are met in one of the windows.

100
TimeBasedWindowinteger

The maximum period of time during which events are allowed in the batch window. Unit: seconds. When this threshold is reached, data in the window is pushed to the downstream service. If multiple batch windows exist, data is pushed if triggering conditions are met in one of the windows.

10
Statusstring

The status of the event stream that is returned.

RUNNING
NextTokenstring

A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists. You must specify the pagination token in the next request.

177
Totalinteger

The total number of records.

10
Codestring

The response code. Valid values:

Success: The request is successful.

Other codes: The request failed. For more information about error codes, see Error codes.

Success
Successboolean

Indicates whether the request is successful. The value true indicates that the request is successful.

true

Examples

Sample success responses

JSONformat

{
  "Message": "The event streaming [xxxx] not existed!\n",
  "RequestId": "283FF852-C4B8-58C9-9777-F88A5A16A79F",
  "Data": {
    "EventStreamings": [
      {
        "EventStreamingName": "name",
        "Description": "demo",
        "Source": {
          "SourceMNSParameters": {
            "RegionId": "cn-zhangjiakou",
            "QueueName": "work4",
            "IsBase64Decode": true
          },
          "SourceRabbitMQParameters": {
            "RegionId": "cn-zhangjiakou",
            "InstanceId": "dbaudit-cn-7mz2hqolc06",
            "VirtualHostName": "eb-connect\n",
            "QueueName": "liuyang"
          },
          "SourceRocketMQParameters": {
            "RegionId": "cn-chengdu",
            "InstanceId": "i-f8zbher64dlm58plyfte\n",
            "Topic": "topic_add_anima",
            "Tag": "v1",
            "Offset": "CONSUMEFROMTIMESTAMP",
            "GroupID": "GID_group1",
            "Timestamp": 1670742074043,
            "InstanceType": "2",
            "InstanceEndpoint": "registry-vpc.cn-hangzhou.aliyuncs.com",
            "AuthType": "ACL",
            "InstanceUsername": "admin**",
            "InstancePassword": "123",
            "InstanceVpcId": "vpc-bp1a4gmlk31hy***l3ss",
            "InstanceVSwitchIds": "vsw-m5ev8asdc6h123456****\n",
            "InstanceSecurityGroupId": "sg-m5edtu24f12345****\n",
            "InstanceNetwork": "PublicNetwork"
          },
          "SourceKafkaParameters": {
            "RegionId": "cn-chengdu",
            "InstanceId": "bastionhost-cn-i7m2gwt7z1n",
            "Topic": "topic_empower_1642473600414\n",
            "ConsumerGroup": "GID_TEST",
            "OffsetReset": "latest",
            "Network": "Default",
            "VpcId": "vpc-wz9ki1qdlx3cx5cbbhowf",
            "VSwitchIds": "vsw-bp1rmi8rind7eo50cbied",
            "SecurityGroupId": "sg-5ud5f3p0rqqis69tpp8eho7cp"
          },
          "SourceMQTTParameters": {
            "RegionId": "cn-qingdao",
            "InstanceId": "bastionhost-cn-zvp27kcha1r",
            "Topic": "migration_instance"
          },
          "SourceDTSParameters": {
            "TaskId": "1611b337285f44e2936a2c4170bbbb7f",
            "BrokerUrl": "",
            "Topic": "TP_TEST_UNDERWRITE_ISSUE\n",
            "Sid": "HG9",
            "Username": "admin",
            "Password": "123456",
            "InitCheckPoint": "1620962769"
          },
          "SourceSLSParameters": {
            "Project": "dmmzk",
            "LogStore": "waf-logstore\n",
            "ConsumerGroup": "go-dts-shelf-group",
            "ConsumePosition": "begin",
            "RoleName": "testRole"
          }
        },
        "FilterPattern": "",
        "Transforms": [
          {
            "Arn": ""
          }
        ],
        "Sink": {
          "SinkMNSParameters": {
            "QueueName": {
              "Value": "MyQueue",
              "Form": "CONSTANT",
              "Template": ""
            },
            "Body": {
              "Value": "{\n      \"key\": \"value\"\n}",
              "Form": "TEMPLATE",
              "Template": "The value of ${key} is ${value}!\n"
            },
            "IsBase64Encode": {
              "Value": "true",
              "Form": "CONSTANT",
              "Template": ""
            }
          },
          "SinkFcParameters": {
            "ServiceName": {
              "Value": "myService",
              "Form": "CONSTANT",
              "Template": ""
            },
            "FunctionName": {
              "Value": "mFunction",
              "Form": "CONSTANT",
              "Template": ""
            },
            "Concurrency": {
              "Value": "1",
              "Form": "CONSTANT",
              "Template": ""
            },
            "Qualifier": {
              "Value": "LATEST",
              "Form": "CONSTANT",
              "Template": ""
            },
            "InvocationType": {
              "Value": "Async",
              "Form": "CONSTANT",
              "Template": ""
            },
            "Body": {
              "Value": "{\n      \"key\": \"value\"\n}",
              "Form": "TEMPLATE",
              "Template": "The value of ${key} is ${value}!\n"
            }
          },
          "SinkRabbitMQParameters": {
            "InstanceId": {
              "Value": "si-296cd57939a1421b94ec",
              "Form": "CONSTANT",
              "Template": ""
            },
            "VirtualHostName": {
              "Value": "rabbit-host\n",
              "Form": "CONSTANT",
              "Template": ""
            },
            "TargetType": {
              "Value": "Queue",
              "Form": "CONSTANT",
              "Template": ""
            },
            "Exchange": {
              "Value": "a_exchange",
              "Form": "CONSTANT",
              "Template": ""
            },
            "RoutingKey": {
              "Value": "housekeeping",
              "Form": "CONSTANT",
              "Template": ""
            },
            "QueueName": {
              "Value": "MyQueue",
              "Form": "CONSTANT",
              "Template": ""
            },
            "Body": {
              "Value": "{\n      \"key\": \"value\"\n}",
              "Form": "TEMPLATE",
              "Template": "The value of ${key} is ${value}!\n"
            },
            "MessageId": {
              "Value": "{\n      \"key\": \"value\"\n}",
              "Form": "TEMPLATE",
              "Template": "The value of ${key} is ${value}!\n"
            },
            "Properties": {
              "Value": "{\n      \"key\": \"value\"\n}",
              "Form": "TEMPLATE",
              "Template": "The value of ${key} is ${value}!\n"
            }
          },
          "SinkKafkaParameters": {
            "InstanceId": {
              "Value": "Defaut_1283278472_sadkj",
              "Form": "CONSTANT",
              "Template": ""
            },
            "Topic": {
              "Value": "topic",
              "Form": "CONSTANT",
              "Template": ""
            },
            "Acks": {
              "Value": "1",
              "Form": "CONSTANT",
              "Template": ""
            },
            "Key": {
              "Value": "key",
              "Form": "CONSTANT",
              "Template": ""
            },
            "Value": {
              "Value": "{\n      \"key\": \"value\"\n}",
              "Form": "TEMPLATE",
              "Template": "The value of ${key} is ${value}!\n"
            }
          },
          "SinkRocketMQParameters": {
            "InstanceId": {
              "Value": "MQ_INST_164901546557****_BAAN****\n",
              "Form": "CONSTANT",
              "Template": ""
            },
            "Topic": {
              "Value": "topic",
              "Form": "CONSTANT",
              "Template": ""
            },
            "Body": {
              "Value": "{\n      \"key\": \"value\"\n}",
              "Form": "TEMPLATE",
              "Template": "The value of ${key} is ${value}!\n"
            },
            "Properties": {
              "Value": "{\n      \"key\": \"value\"\n}",
              "Form": "TEMPLATE",
              "Template": "The value of ${key} is ${value}!\n"
            },
            "Keys": {
              "Value": "{\n      \"key\": \"value\"\n}",
              "Form": "TEMPLATE",
              "Template": "The value of ${key} is ${value}!\n"
            },
            "Tags": {
              "Value": "{\n      \"key\": \"value\"\n}",
              "Form": "TEMPLATE",
              "Template": "The value of ${key} is ${value}!\n"
            }
          },
          "SinkSLSParameters": {
            "Project": {
              "Value": "test-project\n",
              "Form": "CONSTANT",
              "Template": ""
            },
            "LogStore": {
              "Value": "test-logstore\n",
              "Form": "CONSTANT",
              "Template": ""
            },
            "Topic": {
              "Value": "topic",
              "Form": "CONSTANT",
              "Template": ""
            },
            "Body": {
              "Value": "{\n      \"key\": \"value\"\n}",
              "Form": "TEMPLATE",
              "Template": "The value of ${key} is ${value}!\n"
            },
            "RoleName": {
              "Value": "test-role",
              "Form": "CONSTANT",
              "Template": ""
            }
          },
          "SinkFnfParameters": {
            "FlowName": {
              "Value": "test-streaming-fnf\n",
              "Form": "CONSTANT",
              "Template": "None\n"
            },
            "ExecutionName": {
              "Value": "123",
              "Form": "CONSTANT",
              "Template": "None\n"
            },
            "Input": {
              "Value": "123",
              "Form": "CONSTANT",
              "Template": "None\n"
            },
            "RoleName": {
              "Value": "Al****FNF-x****\n",
              "Form": "CONSTANT",
              "Template": "None\n"
            }
          }
        },
        "RunOptions": {
          "MaximumTasks": 2,
          "RetryStrategy": {
            "PushRetryStrategy": "EXPONENTIALDECAY_RETRY",
            "MaximumEventAgeInSeconds": 512,
            "MaximumRetryAttempts": 2
          },
          "ErrorsTolerance": "ALL",
          "DeadLetterQueue": {
            "Arn": "acs:ram::1597871211794192:role/aliyunsaedefaultrole"
          },
          "BatchWindow": {
            "CountBasedWindow": 100,
            "TimeBasedWindow": 10
          }
        },
        "Status": "RUNNING"
      }
    ],
    "NextToken": "177",
    "Total": 10
  },
  "Code": "Success",
  "Success": true
}

Error codes

HTTP status codeError codeError message
403ServiceNotEnableService not enable

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-11-22The Error code has changed. The response structure of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 403
Output ParametersThe response structure of the API has changed.
2023-10-11The Error code has changed. The response structure of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 403
Output ParametersThe response structure of the API has changed.
2023-09-13The Error code has changed. The response structure of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 403
Output ParametersThe response structure of the API has changed.
2023-06-09The Error code has changed. The request parameters of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 403
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: SourceArn
    Added Input Parameters: SinkArn
2023-04-21The Error code has changed. The response structure of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 403
Output ParametersThe response structure of the API has changed.
2023-04-10The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 403