插件更新 全量更新,但pluginID和所在租户不提供修改
请求URL:
/v2/tenants/{tenant_name}/plugin/{plugin_id}
简要描述
插件更新 全量更新,但pluginID和所在租户不提供修改, update plugin
请求方式:
PUT
- 参数:
参数名 | 参数位置 | 必选 | 类型 | 说明 |
---|---|---|---|---|
tenant_name | path | True | string | - |
plugin_id | path | True | string | - |
plugin_model | body | False | string | 插件模式 |
build_model | body | False | string | 构建模式 |
plugin_cmd | body | False | string | 插件启动命令 |
plugin_info | body | False | string | 插件用途描述 |
plugin_name | body | False | string | 插件名称 |
repo | body | False | string | 带分支信息的git地址 |
git_url | body | False | string | git地址 |
image_local | body | False | string | 插件goodrain地址 |
image_url | body | False | string | 插件docker地址 |