Queries the services that support data events and the names of these events.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
actiontrail:ListDataEventServices | get | *All Resource
| None | None |
Request syntax
POST HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
NextToken | string | No | The pagination token that is used in the next request to retrieve a new page of results.
| VjE6dLbnNpVmbz06**** |
MaxResults | integer | No | The maximum number of results to return.
| 20 |
Response elements
Element | Type | Description | Example |
object | The response parameters. | ||
| Data | object | The response parameters. | |
MaxResults | integer | The maximum number of entries returned for the current request. | 20 |
NextToken | string | A pagination token. It can be used in the next request to retrieve a new page of results. | VjE6bHJlTGoxdm1M**** |
| ServiceInfos | array<object> | The supported Alibaba Cloud services and the data events for each service. | |
object | |||
| EventNames | array | The data events supported by the service. | |
string | The event name. | PutHybridMonitorMetricData | |
ServiceName | string | The cloud service name. | Cms |
RequestId | string | The request ID. | 851038F3-33AB-4C49-97D7-6AB37D35**** |
Examples
Success response
JSON format
{
"Data": {
"MaxResults": 20,
"NextToken": "VjE6bHJlTGoxdm1M****",
"ServiceInfos": [
{
"EventNames": [
"PutHybridMonitorMetricData"
],
"ServiceName": "Cms"
}
]
},
"RequestId": "851038F3-33AB-4C49-97D7-6AB37D35****"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.