テンプレート一覧¶
GET /api/v1/sys_template/list
概要¶
クエリリクエストパラメータ¶
| パラメータ名 | 型 | 必須 | 説明 |
|---|---|---|---|
| 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 | 1ページあたりの返却数 空許可: False 例: 10 $minValue: 1 $maxValue: 100 |