You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/03/07 03:52:09 UTC

[incubator-linkis-website] branch dev updated: 引擎刷新增加示例代码

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1e823de  引擎刷新增加示例代码
     new b29f724  Merge pull request #161 from fatezerooooo/patch-2
1e823de is described below

commit 1e823de5c7a173d784b2a2f9b08f428b5ca819b1
Author: Zhenbao Zhai <zh...@outlook.com>
AuthorDate: Fri Feb 18 15:54:01 2022 +0800

    引擎刷新增加示例代码
---
 .../version-1.0.3/deployment/engine_conn_plugin_installation.md      | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/deployment/engine_conn_plugin_installation.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/deployment/engine_conn_plugin_installation.md
index 56e2d2e..ff8185b 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/deployment/engine_conn_plugin_installation.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/deployment/engine_conn_plugin_installation.md
@@ -92,6 +92,11 @@ linkis_configuration_config_value: 插入引擎需要展示的配置
   "method": "/enginePlugin/engineConn/refreshAll"
 }
 ```
+- 示例
+
+```bash
+curl -d '{"method": "/enginePlugin/engineConn/refreshAll"}' -H 'Content-Type: application/json' http://localhost:9103/api/rest_j/v1/rpc/receiveAndReply
+```
 
 2. 重启刷新:通过重启也可以强制刷新引擎目录
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org