All Products
Search
Document Center

EventBridge:ListAliyunOfficialEventSources

Last Updated:Mar 15, 2024

Queries all Alibaba Cloud service event sources.

Operation description

You can call this API operation to query all Alibaba Cloud service event sources.

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
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
Messagestring

The returned error message.

InvalidArgument
RequestIdstring

The request ID.

5f80e9b3-98d5-4f51-8412-c758818a03e4
Dataobject

The returned data.

EventSourceListobject []

The event sources.

Namestring

The name of the event source.

acs.aliyuncvc
FullNamestring

The full name of the event source.

E-MapReduce
Arnstring

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

acs:eventbridge:cn-hangzhou:SYSTEM:eventsource/acs.aliyuncvc
Statusstring

The status of the event source. Valid value: Activated.

Activated
Typestring

The type of the event source.

1
Ctimefloat

The time when the event source was created. Unit: milliseconds.

1607071602000
Descriptionstring

The description of the event source.

EventTypesobject []

The event types.

Namestring

The full name of the event type.

aliyuncvc:MeetingEvent:MeetingStateEvent
ShortNamestring

The short name of the event type.

MeetingStateEvent
GroupNamestring

The name of the group to which the event type belongs.

aliyuncvc:MeetingEvent
EventSourceNamestring

The name of the event source.

name
EventBusNamestring

The name of the event source to which the event type belongs.

acs.aliyuncvc
Codestring

The response code. The value Success indicates that the request is successful. Other values indicate that the request failed. For a list of error codes, see Error codes.

Success
Successboolean

Indicates whether the operation is successful. If the operation is successful, the value true is returned.

true

Examples

Sample success responses

JSONformat

{
  "Message": "InvalidArgument",
  "RequestId": "5f80e9b3-98d5-4f51-8412-c758818a03e4",
  "Data": {
    "EventSourceList": [
      {
        "Name": "acs.aliyuncvc",
        "FullName": "E-MapReduce",
        "Arn": "acs:eventbridge:cn-hangzhou:SYSTEM:eventsource/acs.aliyuncvc",
        "Status": "Activated",
        "Type": "1",
        "Ctime": 1607071602000,
        "Description": "",
        "EventTypes": [
          {
            "Name": "aliyuncvc:MeetingEvent:MeetingStateEvent",
            "ShortName": "MeetingStateEvent",
            "GroupName": "aliyuncvc:MeetingEvent",
            "EventSourceName": "name"
          }
        ],
        "EventBusName": "acs.aliyuncvc"
      }
    ]
  },
  "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-04-06The 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.