模版-导入自定义系统模版¶
POST /api/v1/sys_template/custom/import
概述¶
Body 请求参数¶
| 参数名 | 类型 | 必选 | 说明 |
|---|---|---|---|
| isCover | boolean | 是否覆盖导入 允许为空: True |
|
| type | string | Y | 类型 允许为空: False 可选值: ['dashboard', 'monitor', 'security', 'customer-explorer', 'pipeline', 'object-explorer', 'resource-catalog-explorer', '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'] |
| title | string | 模版名称(type=monitor时有效) 允许为空: False |
|
| summary | string | 模版描述信息(type=monitor时有效) 允许为空: False |
|
| language | string | Y | 语言信息 允许为空: True 允许空字符串: True 可选值: ['zh', 'en', 'zh-hant', 'id'] |
| jsonContents | array | Y | 模版列表 允许为空: False |