All Products
Search
Document Center

Data Security Center:DescribeCategoryTemplateList

Last Updated:Sep 15, 2025

You can call this operation to query a list of industry-specific templates.

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

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

yundun-sddp:DescribeCategoryTemplateList

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

Lang

string

No

The language of the content within the request and response. Default value: zh_cn. Valid values:

  • zh_cn: Simplified Chinese

  • en_us: U.S. English

zh_cn

PageSize

integer

No

The number of entries per page. Default value: 10.

10

CurrentPage

integer

No

The page number. Default value: 1.

1

UsageScenario

integer

No

The scenario in which the operation is called. Default value: null. Valid values:

  • null: an earlier version

  • 0: an earlier version

  • 1: the latest version

1

FeatureType

integer

No

This parameter is deprecated.

2

Response elements

Element

Type

Description

Example

object

The response object.

CurrentPage

integer

The page number of the returned page. Default value: 1.

1

RequestId

string

The ID of the request.

8491DBFD-48C0-4E11-B6FC-6F38921244A9

PageSize

integer

The number of entries returned per page. Default value: 10.

10

TotalCount

integer

The total number of entries returned.

12

Items

array<object>

A list of industry-specific templates.

object

The industry-specific template object.

CurrentRiskLevel

integer

The ID of the current risk level.

5

Status

integer

The status of the industry-specific template. Valid values:

  • 0: Disabled.

  • 1: Enabled. This is the current primary template of the user.

  • 2: Active. Both enabled and active templates can be used in detection tasks.

  • 3: The status of the template for the general-purpose detection model.

Note

The IDs of enabled and active templates can be used as the industry-specific template ID for the DescribeDataObjects operation.

1

Type

integer

The type of the industry-specific template.

6

SupportEdit

integer

Specifies whether the industry-specific template can be edited. Valid values:

  • 0: No.

  • 1: Yes.

0

MaxCategoryLevel

integer

The maximum categorization level.

2

Name

string

The name of the industry-specific template.

built-in template

MaxRiskLevel

integer

The ID of the maximum risk level.

5

Id

integer

The unique ID of the industry-specific template.

1

Description

string

The description of the industry-specific template.

description

GmtCreate

integer

The time when the industry-specific template was created.

1582992000000

GmtModified

integer

The time when the industry-specific template was last modified.

1545277010000

Examples

Success response

JSON format

{
  "CurrentPage": 1,
  "RequestId": "8491DBFD-48C0-4E11-B6FC-6F38921244A9",
  "PageSize": 10,
  "TotalCount": 12,
  "Items": [
    {
      "CurrentRiskLevel": 5,
      "Status": 1,
      "Type": 6,
      "SupportEdit": 0,
      "MaxCategoryLevel": 2,
      "Name": "built-in template",
      "MaxRiskLevel": 5,
      "Id": 1,
      "Description": "description",
      "GmtCreate": 1582992000000,
      "GmtModified": 1545277010000
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.