Template - Import Custom System Templates¶
POST /api/v1/sys_template/custom/import
Overview¶
Body Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| isCover | boolean | Whether to overwrite on import Allow empty: True |
|
| type | string | Y | Type Allow empty: False Options: ['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 | Template name (valid when type=monitor) Allow empty: False |
|
| summary | string | Template description (valid when type=monitor) Allow empty: False |
|
| language | string | Y | Language information Allow empty: True Allow empty string: True Options: ['zh', 'en', 'zh-hant', 'id'] |
| jsonContents | array | Y | Template list Allow empty: False |