模版-列出¶
GET /api/v1/sys_template/list
概述¶
Query 请求参数¶
| 参数名 | 类型 | 必选 | 说明 |
|---|---|---|---|
| search | string | 名称 允许为空: False |
|
| language | string | 语言信息 允许为空: True 允许空字符串: True 可选值: ['zh', 'en', 'zh-hant', 'id'] |
|
| type | string | 类型 允许为空: False 可选值: ['dashboard', 'scene', 'monitor', 'security', 'explorer', 'pipeline', 'sec-checker', 'customer-explorer', 'object-explorer', 'resource-catalog-explorer', 'sensitive-data-scanner', 'integration', 'cloud-collector', 'other', 'ci-explorer', 'rum-explorer', 'tracing-default-explorer', 'cloud-test-explorer', 'tracing-profile-explorer', 'tracing-error-track-explorer', 'logging-default-explorer', 'keyevent-default-explorer', 'security-check-explorer', 'network-explorer', 'tracing-service-explorer', 'logging-error-track-explorer', 'cloud-billing-explorer'] |
|
| isDisable | string | 是否禁用 允许为空: False 可选值: ['true', 'false', '1', '0'] |
|
| isCustomSysTemp | string | 是否自定义系统模版 允许为空: False 可选值: ['true', 'false', '1', '0'] |
|
| pageIndex | integer | 页码 允许为空: False 例子: 10 $minValue: 1 |
|
| pageSize | integer | 每页返回数量 允许为空: False 例子: 10 $minValue: 1 $maxValue: 100 |