Queries all Alibaba Cloud service event sources.
URI
/openapi/listAliyunOfficialEventSources
Request parameters
None
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Status | String | Activated | The status of the event source returned.
Valid values:
|
Description | String | Cloud Video Conferencing | The description of the event source. |
Ctime | String | 1588165697979 | The time when the event source was created. Unit: milliseconds. |
EventBusName | String | default | The name of the event bus with which the event source is associated. |
EventTypes | String | The event types returned. | |
GroupName | String | aliyuncvc:MeetingEvent | The name of the group to which the event type belongs. |
EventSourceName | String | acs.aliyuncvc | The name of the event source to which the event type belongs. |
ShortName | String | MeetingStateEvent | The short name of the event type. |
Name | String | aliyuncvc:MeetingEvent:MeetingStateEvent | The full name of the event type. |
ARN | String | acs:eventbridge:cn-hangzhou:SYSTEM:eventsource/acs.aliyuncvc | The Alibaba Cloud Resource Name (ARN) of the event source. |
Name | String | acs.aliyuncvc | The name of the event source. |
Examples
Sample requests
POST /openapi/listAliyunOfficialEventSources HTTP/1.1
Host: 123456789098****.eventbridge.cn-hangzhou.aliyuncs.com
Date: Sat, 18 Apr 2020 05:30:41 GMT
x-eventbridge-version: 2020-04-01
Authorization: acs vZ3VL0SuJdHi****:Jo2PbT******azYAYoYslKLvWzg=
Content-Type: application/json;charset=UTF-8
Content-Length: 26
Sample responses
HTTP/1.1 200 OK
Server: AliyunEventBridge
Connection: keep-alive
Content-Type: application/json;charset=utf-8
Content-Length: 79
x-eventbridge-request-id: 5E9A9081333245F1D800****
Date: Sat, 18 Apr 2020 05:30:41 GMT
{
"code":"200",
"data":{
"RequestId":"2310E475-5B04-450C-9681-6C121D99****",
"Data":{
"eventSourceList":[
{
"Status":"Activated",
"Description":"Cloud Video Conferencing",
"Ctime":1588165697979,
"EventBusName":"default",
"EventTypes":[
{
"GroupName":"aliyuncvc:MeetingEvent",
"EventSourceName":"acs.aliyuncvc",
"ShortName":"MeetingStateEvent",
"Name":"aliyuncvc:MeetingEvent:MeetingStateEvent"
},
{
"GroupName":"aliyuncvc:MeetingEvent",
"EventSourceName":"acs.aliyuncvc",
"ShortName":"MeetingStatistic",
"Name":"aliyuncvc:MeetingEvent:MeetingStatistic"
},
{
"GroupName":"aliyuncvc:MeetingEvent",
"EventSourceName":"acs.aliyuncvc",
"ShortName":"MemberOperate",
"Name":"aliyuncvc:MeetingEvent:MemberOperate"
},
{
"GroupName":"aliyuncvc:MeetingEvent",
"EventSourceName":"acs.aliyuncvc",
"ShortName":"MemberStateEvent",
"Name":"aliyuncvc:MeetingEvent:MemberStateEvent"
}
],
"ARN":"acs:eventbridge:cn-hangzhou:SYSTEM:eventsource/acs.aliyuncvc",
"Name":"acs.aliyuncvc"
}
]
},
"Code":"Success",
"Success":true
},
"httpStatusCode":"200",
"requestId":"2310E475-5B04-450C-9681-6C121D99****",
"successResponse":true
}