All Products
Search
Document Center

Data Security Center:DescribeCategoryTemplateList

Last Updated:Jul 07, 2026

Queries the list of industry 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

*

  • acs:ResourceGroupId
None

Request parameters

Parameter

Type

Required

Description

Example

Lang

string

No

The language of the request and response. Default value: zh_cn.

Valid values:

  • zh_cn: Simplified Chinese.

  • en_us: English.

zh_cn

PageSize

integer

No

The number of entries per page in a paged query. Default value: 10.

10

CurrentPage

integer

No

The page number in a paged query. Default value: 1.

1

UsageScenario

integer

No

The scenario in which the API is called. Default value: null.

Valid values:

  • null: legacy version.

  • 0: legacy version.

  • 1: new 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 in a paged query. Default value: 1.

1

RequestId

string

The unique ID that Alibaba Cloud generates for the request.

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

PageSize

integer

The number of entries per page in a paging query. Default value: 10.

10

TotalCount

integer

The total number of entries returned.

12

Items

array<object>

The list of industry templates.

object

The industry template object.

CurrentRiskLevel

integer

The ID of the current risk level.

5

Status

integer

The status of the industry template. Valid values:

  • 0: Disabled.

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

  • 2: Active. Both enabled and active templates can be applied to detection tasks.

  • 3: General detection model template.

Note

Templates in the enabled or active state can be used as the industry template ID parameter for DescribeDataObjects.

1

Type

integer

The type of the industry template.

6

SupportEdit

integer

Indicates whether the industry template supports editing. Valid values:

  • 0: Not supported.

  • 1: Supported.

0

MaxCategoryLevel

integer

The maximum category level.

2

Name

string

The name of the industry template.

built-in template

MaxRiskLevel

integer

The ID of the maximum risk level.

5

Id

integer

The unique ID of the industry template.

1

Description

string

The description of the industry template.

description

GmtCreate

integer

The time when the industry template was created.

1582992000000

GmtModified

integer

The time when the industry 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.