All Products
Search
Document Center

Security Center:DescribeGraph4InvestigationOnline

Last Updated:Dec 29, 2025
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Alert Event Investigation

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:DescribeGraph4InvestigationOnlineget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
NamespacestringYes

The namespace of the graph, which is fixed as: hundun_dc_online.

hundun_dc_online
AnomalyUuidstringNo

The UUID of the alert event asset. You can call DescribeSuspEvents to obtain the asset UUID, with the value path being: data.SuspEvents[index].Uuid.

3502e4b0-f362-4059-84a2-f47fa2b5exxx
AnomalyIdstringNo

The ID of the alert event. You can call DescribeSuspEvents to obtain the alert event ID, with the value path being: data.SuspEvents[index].UniqueInfo.

786fc80896b25422b5324cb6e57bxxxx
VertexIdstringNo

Vertex ID. This does not need to be proactively provided.

29872354f741b1b044b8a9b4e2ab****
LangstringNo

Sets the language type for the request and response messages. The default is zh. Values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

PlainResult

Dataobject

Data

EntityTypeListarray<object>

List of vertex types.

EntityTypeobject
DisplayOrderinteger

Display order

1
DisplayColorstring

Vertex rendering color.

#fff
DisplayIconstring

Vertex icon.

https://img.alicdn.com/tfs/TB176P5OgDqK1RjSZSyXXaxEVXa-49-48.png
Namestring

Vertex name.

alert
Idstring

Node type ID.

1
EdgeListarray<object>

List of edges.

Edgeobject

End of the edge.

Namestring

Edge name.

bash->apt-get
EndIdstring

ID of the end point of the edge.

f944c2362c7e111dee16f0e70ad2xxxx
EndTypestring

The type of the end point of the current edge. Possible values include but are not limited to:

  • process: Process
  • file: File
  • alert: Alert
  • ip: IP address
  • domain: Domain
process
StartIdstring

Start vertex id of edge.

f944c2362c7e111dee16f0e70ad2xxxx
StartTypestring

The type of the starting point of the edge. Possible values include, but are not limited to:

  • process: Process
  • file: File
  • alert: Alert
  • ip: IP address
  • domain: Domain
file
Timestring

The time when the edge was established.

2024-07-01 15:25:46
Typestring

The type of the edge.

process_spawn_process
VertexListarray<object>

List of vertices.

Vertexobject
Uuidstring

Asset UUID.

5c081b02-f66a-47a4-bd2f-79ee3eafxxxx
Typestring

Vertex type.

alert
Namestring

Vertex name.

1a79b3a10ad5e6cad090dd697a7axxxxx
Timestring

Time.

2024-07-02 16:14:01
Propertiesstring

Properties.

{'DomainName': {'SupportScratchDetection': False, 'Description': 'The name of the domain.', 'Required': True, 'UpdateAllowed': False, 'Type': 'string', 'Immutable': False}}
NeighborListarray<object>

List of neighboring vertices of the current vertex.

Neighborobject
HasMoreboolean

Indicates whether there are more neighboring vertices.

False
Countinteger

Number of neighboring nodes.

1
Typestring

Neighbor node type.

alert
RelationTypeListarray<object>

List of edge types.

RelationTypeobject
Namestring

Name of the edge.

spawn process
Directedinteger

Direction of the edge. Possible values:

  • 1 : Forward
  • 0: Reverse
1
DisplayColorstring

Render color of the edge.

#fff
DisplayIconstring

Icon style of the edge

https://img.alicdn.com/imgextra/i4/O1CN01ft6rvQ22uUX2JsTmv_!!6000000007180-55-tps-12-12.svg
Successboolean

The result status of the API call. Values:

  • true: The API call was successful.
  • false: The API call failed.
true
Codestring

Result code, where 200 indicates success. Any other value indicates failure, and the caller can use this field to determine the reason for the failure.

200
Messagestring

The response message from the request.

successful
RequestIdstring

A unique identifier generated by Alibaba Cloud for this request.

C699E4E4-F2F4-58FC-A949-457FFE59****

Examples

Sample success responses

JSONformat

{
  "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****"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history