You can call this operation to query a list of industry-specific templates.
Try it now
Test
RAM authorization
|
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 |
| 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:
|
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:
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 |
| 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.