Queries the list of industry templates.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sddp:DescribeCategoryTemplateList |
get |
*All Resource
|
|
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 |
| 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:
|
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:
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 |
| 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.