Retrieves the Insight event types to deliver for a trail.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TrailName |
string |
Yes |
The name of the trail. |
trail-name |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| InsightSelectors |
array |
An array of Insight event types. |
|
|
string |
The Insight event type in JSON format. |
{"insightType":"AkInsight"} |
|
| RequestId |
string |
The request ID. |
D0227506-AA8C-5998-8A62-74769106**** |
| TrailArn |
string |
The Alibaba Cloud Resource Name (ARN) of the trail. |
acs:actiontrail:cn-shanghai:159498693826****:trail/trail-name |
Examples
Success response
JSON format
{
"InsightSelectors": [
"{\"insightType\":\"AkInsight\"}"
],
"RequestId": "D0227506-AA8C-5998-8A62-74769106****",
"TrailArn": "acs:actiontrail:cn-shanghai:159498693826****:trail/trail-name"
}
Error codes
See for a complete list.
Release notes
See Release Notes for a complete list.
该文章对您有帮助吗?