调用本接口查询行业模板列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
yundun-sddp:DescribeCategoryTemplateList |
get |
*全部资源
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
Lang |
string |
否 |
设置请求和接收消息的语言类型,默认为zh_cn。 取值:
|
zh_cn |
PageSize |
integer |
否 |
分页查询时,设置每页数量。默认值为 10。 |
10 |
CurrentPage |
integer |
否 |
分页查询时的页码。默认值:1。 |
1 |
UsageScenario |
integer |
否 |
接口调用场景,默认为 null。 取值:
|
1 |
FeatureType |
integer |
否 |
该参数已废弃。 |
2 |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
返回值对象。 |
||
CurrentPage |
integer |
分页查询时的页码。默认值:1。 |
1 |
RequestId |
string |
阿里云为该请求生成的唯一标识符。 |
8491DBFD-48C0-4E11-B6FC-6F38921244A9 |
PageSize |
integer |
分页查询时设置的每页行数。默认值:10。 |
10 |
TotalCount |
integer |
返回的数据总条数。 |
12 |
Items |
array<object> |
行业模版列表。 |
|
object |
行业模板对象。 |
||
CurrentRiskLevel |
integer |
当前风险等级 ID。 |
5 |
Status |
integer |
行业模板状态。取值:
说明
启用和活跃状态的模板,可作为 DescribeDataObjects 的行业模板 ID 入参。 |
1 |
Type |
integer |
行业模板类型。 |
6 |
SupportEdit |
integer |
行业模板是否支持编辑。取值:
|
0 |
MaxCategoryLevel |
integer |
最大分类层级。 |
2 |
Name |
string |
行业模板名称。 |
built-in template |
MaxRiskLevel |
integer |
最大风险等级 ID。 |
5 |
Id |
integer |
行业模板的唯一标志 ID。 |
1 |
Description |
string |
行业模板的描述信息。 |
description |
GmtCreate |
integer |
行业模板创建时间。 |
1582992000000 |
GmtModified |
integer |
行业模板修改时间。 |
1545277010000 |
示例
正常返回示例
JSON
格式
{
"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
}
]
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。