All Products
Search
Document Center

Security Center:AddUnknownThreatDetectProcess

Last Updated:Apr 29, 2026

Adds one or more processes for intelligent behavior analysis.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

ProcessList

array<object>

No

The list of processes to add.

object

No

Details of a single process.

Sha256

string

No

The SHA-256 hash of the process file.

f204693a7d2ce99d6c4434e550d985ee1c7be7cb5dd9a76094369af0d2******

Md5

string

No

The MD5 hash of the process file.

e59b63ae983377f131ab20ec0d******

Remark

string

No

A remark for the process.

1330

ProcessPath

string

No

The path to the process executable.

/bin/rm

UuidList

array

No

The UUIDs of assets on which the processes are located.

string

No

The UUID of an asset.

55bf7984-9b3b-4e8d-be8e-f3e5b0b4****

EventIdList

array

No

A list of associated event IDs.

integer

No

An associated event ID.

1

Response elements

Element

Type

Description

Example

object

The returned data.

RequestId

string

The ID of the request.

ADE57832-9666-511C-9A80-B87DE2E8****

IdList

array<object>

A list of results for the added processes.

object

The result for a single process.

Id

string

The ID generated for the added process.

92666883

Examples

Success response

JSON format

{
  "RequestId": "ADE57832-9666-511C-9A80-B87DE2E8****",
  "IdList": [
    {
      "Id": "92666883"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.