Template - List¶
GET /api/v1/sys_template/list
Overview¶
Query Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| search | string | Name Allow empty: False |
|
| language | string | Language Allow empty: True Allow empty string: True Options: ['zh', 'en', 'zh-hant', 'id'] |
|
| type | string | Type Allow empty: False Options: ['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 | Is Disabled Allow empty: False Options: ['true', 'false', '1', '0'] |
|
| isCustomSysTemp | string | Is Custom System Template Allow empty: False Options: ['true', 'false', '1', '0'] |
|
| pageIndex | integer | Page Index Allow empty: False Example: 10 $minValue: 1 |
|
| pageSize | integer | Page Size Allow empty: False Example: 10 $minValue: 1 $maxValue: 100 |