テンプレート-カスタムシステムテンプレートのインポート¶
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 |