ListAliyunOfficialEventSources

更新时间:
复制 MD 格式

Queries all Alibaba Cloud service event sources.

URI

/openapi/listAliyunOfficialEventSources

Request parameters

None

Response parameters

ParameterTypeExampleDescription
StatusStringActivatedThe status of the event source returned.
Valid values:
  • Activated
DescriptionStringCloud Video ConferencingThe description of the event source.
CtimeString1588165697979The time when the event source was created. Unit: milliseconds.
EventBusNameStringdefaultThe name of the event bus with which the event source is associated.
EventTypesStringThe event types returned.
GroupNameStringaliyuncvc:MeetingEventThe name of the group to which the event type belongs.
EventSourceNameStringacs.aliyuncvcThe name of the event source to which the event type belongs.
ShortNameStringMeetingStateEventThe short name of the event type.
NameStringaliyuncvc:MeetingEvent:MeetingStateEventThe full name of the event type.
ARNStringacs:eventbridge:cn-hangzhou:SYSTEM:eventsource/acs.aliyuncvcThe Alibaba Cloud Resource Name (ARN) of the event source.
NameStringacs.aliyuncvcThe 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
}