查询云工作负载(CWPP)告警事件的调查溯源图,可视化调查、还原黑客攻击过程。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Namespace | string | 是 | 图的命名空间,固定为:hundun_dc_online。 | hundun_dc_online |
AnomalyUuid | string | 否 | 告警事件资产 UUID,可调用 DescribeSuspEvents 获取告资产 UUID,取值路径为:data.SuspEvents[index].Uuid。 | 3502e4b0-f362-4059-84a2-f47fa2b5exxx |
AnomalyId | string | 否 | 告警事件 ID。可调用 DescribeSuspEvents 获取告警事件 ID,取值路径为:data.SuspEvents[index].UniqueInfo。 | 786fc80896b25422b5324cb6e57bxxxx |
VertexId | string | 否 | 顶点 ID。不需要主动传入。 | 29872354f741b1b044b8a9b4e2ab**** |
Lang | string | 否 | 设置请求和接收消息的语言类型,默认为 zh。取值:
| zh |
返回参数
示例
正常返回示例
JSON
格式
{
"Data": {
"EntityTypeList": [
{
"DisplayOrder": 1,
"DisplayColor": "#fff",
"DisplayIcon": "https://img.alicdn.com/tfs/TB176P5OgDqK1RjSZSyXXaxEVXa-49-48.png",
"Name": "alert",
"Id": 1
}
],
"EdgeList": [
{
"Name": "bash->apt-get",
"EndId": "f944c2362c7e111dee16f0e70ad2xxxx",
"EndType": "process",
"StartId": "f944c2362c7e111dee16f0e70ad2xxxx",
"StartType": "file",
"Time": "2024-07-01 15:25:46",
"Type": "process_spawn_process"
}
],
"VertexList": [
{
"Uuid": "5c081b02-f66a-47a4-bd2f-79ee3eafxxxx",
"Type": "alert",
"Name": "1a79b3a10ad5e6cad090dd697a7axxxxx",
"Time": "2024-07-02 16:14:01",
"Properties": "{'DomainName': {'SupportScratchDetection': False, 'Description': 'The name of the domain.', 'Required': True, 'UpdateAllowed': False, 'Type': 'string', 'Immutable': False}}",
"NeighborList": [
{
"HasMore": true,
"Count": 1,
"Type": "alert"
}
]
}
],
"RelationTypeList": [
{
"Name": "spawn process",
"Directed": 1,
"DisplayColor": "#fff",
"DisplayIcon": "https://img.alicdn.com/imgextra/i4/O1CN01ft6rvQ22uUX2JsTmv_!!6000000007180-55-tps-12-12.svg"
}
]
},
"Success": true,
"Code": 200,
"Message": "successful",
"RequestId": "C699E4E4-F2F4-58FC-A949-457FFE59****"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
403 | NoPermission | caller has no permission | 当前操作未被授权,请联系主账号在RAM控制台进行授权后再执行操作。 |
500 | ServerError | ServerError | 服务故障,请稍后重试! |
访问错误中心查看更多错误码。