根据事件ID,返回该事件的溯源图谱。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
yundun-sas:QueryIncidentTracingDetail | get |
|
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
IncidentId | string | 是 | 待查询的事件 ID。 说明
您可以调用 DescribeCloudSiemEvents 接口获取事件 ID。
| 184892fc5245b3ce8c3316434c94**** |
返回参数
示例
正常返回示例
JSON
格式
{
"TracingDetail": {
"VertexList": [
{
"Id": "383044",
"Name": "auto-test-attestor",
"Type": "alidetect",
"Time": "2021-11-26",
"Timestamp": 1663048980,
"Uuid": "32e36d8a-2b5d-4f71-98a8-12775685****",
"RuleId": "301425",
"Properties": "[{'PropertyValues': [{'PropertyValueId': 239, 'PropertyValue': '121'}, {'PropertyValueId': 240, 'PropertyValue': '6666'}], 'PropertyKey': '22222222', 'PropertyId': 203}]",
"Property": {
"test": "test",
"test2": 1
},
"UpdateTime": "2022-01-13 12:49:33",
"Aliuid": "148714671713****",
"NeighborList": [
{
"Type": "2",
"Count": 0,
"HasMore": true
}
],
"DisplayInfo": [
{
"Name": "scan:ACSV-2020-111301",
"Value": "10.16.1"
}
],
"Lang": "zh"
}
],
"EdgeList": [
{
"StartId": "23003",
"StartType": "process",
"EndId": "223a185f05e5fc3c637",
"EndType": "process_test_process",
"Name": "mongod",
"Type": "elf",
"Time": "1652941117",
"Timestamp": 1636092632,
"Aliuid": "1277498600854739",
"Uuid": "678e29f4-d78f-4a7c-a2bc-38434a13****",
"Origin": "distribution",
"Properties": "{\\\"bandWidth\\\":\\\"8192\\\",\\\"internetIp\\\":\\\"8.211.13.50\\\",\\\"changeReason\\\":\\\"EIP_BIND\\\",\\\"bindInstanceId\\\":\\\"i-gw887xhzjvyjfv7vdfs3\\\",\\\"bindType\\\":\\\"EIP_ECS\\\"}",
"Property": {
"test": "test",
"test2": 1
},
"ShowType": "0",
"RuleId": "136",
"UpdateTime": "2022-01-13 12:49:33",
"TypeName": "cis"
}
],
"EntityTypeList": [
{
"Id": "1425",
"Name": "auto-test-policy-name",
"GmtCreate": "2022-10-09T10:53Z",
"GmtModified": "1585816811000",
"Namespace": "78",
"DisplayTemplate": "[]",
"DisplayColor": "#FFF",
"SyncId": 0,
"CurrentVersionId": "1768",
"DisplayIcon": "-",
"DisplayOrder": 2,
"TraceSuccessFlag": 1,
"IsVirtualNode": 1
}
],
"RelationTypeList": [
{
"Id": "1514",
"Name": "wusa",
"Directed": 1,
"GmtCreate": "2022-09-23T10:50Z",
"GmtModified": "2022-07-12T07:58:49Z",
"Namespace": "default",
"DisplayTemplate": "[]",
"DisplayColor": "#FFF",
"SyncId": 0,
"CurrentVersionId": "1487",
"ShowType": "0",
"DisplayIcon": "https://img.alicdn.com/imgextra/i2/O1CN01jpZwD31G56XYPEJv2_!!600000000****-55-tps-25-28.svg"
}
],
"Lang": "zh"
},
"Success": true,
"RequestId": "D2956025-4E5C-529D-92B4-B2591DDE****"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | TracingDetailError | The Incident tracing detail error, please try again. | 获取溯源信息错误,请重试 |
403 | NoPermission | caller has no permission | 当前操作未被授权,请联系主账号在RAM控制台进行授权后再执行操作。 |
500 | ServerError | ServerError | 服务故障,请稍后重试! |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史