All Products
Search
Document Center

Security Center:ListUnknownThreatDetectStrategy

Last Updated:Apr 29, 2026

Lists the strategies for intelligent behavior analytics.

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

GET  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

Name

string

No

The strategy name.

strategy****

Id

string

No

The strategy ID.

210****

CurrentPage

string

Yes

The page number for a paginated query.

1

PageSize

string

Yes

The number of entries to return per page.

20

StudyMode

string

No

The whitelist mode. Valid values:

  • hash: process hash

  • path: process path

hash

Response elements

Element

Type

Description

Example

object

The response schema.

RequestId

string

The ID of the request.

898F7AA7-CECD-5EC7-AF4D-664C601B****

Data

array<object>

An array of strategies.

object

A strategy.

Id

integer

The strategy ID.

1

Name

string

The strategy name.

test****

AssetSelectionType

string

The asset selection identifier.

UNKNOWN_THREAT_DETECT_CONFIG_****

StudyMode

string

The whitelist mode. Valid values:

  • hash: process hash

  • path: process path

hash

DurationDaysAfterInit

integer

The duration, in days, of the learning phase after model creation.

1

DurationDaysAfterStop

integer

The number of consecutive days without new process detections before the learning phase automatically ends.

1

MachineCount

integer

The number of servers.

1

PageInfo

object

The pagination information.

CurrentPage

integer

The current page number.

1

PageSize

integer

The number of entries returned per page.

20

Count

integer

The number of entries returned on the current page.

20

TotalCount

integer

The total number of matching entries.

69

Examples

Success response

JSON format

{
  "RequestId": "898F7AA7-CECD-5EC7-AF4D-664C601B****",
  "Data": [
    {
      "Id": 1,
      "Name": "test****",
      "AssetSelectionType": "UNKNOWN_THREAT_DETECT_CONFIG_****",
      "StudyMode": "hash",
      "DurationDaysAfterInit": 1,
      "DurationDaysAfterStop": 1,
      "MachineCount": 1
    }
  ],
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "Count": 20,
    "TotalCount": 69
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.