部署動作
|
指令集名稱
|
參數
|
---|---|---|
執行應用程式
|
run_app_sample.lua
|
• exec_path - 正在執行之應用程式的檔案系統路徑 (包括檔案名稱)。
|
將檔案從代理程式傳輸至 ThingWorx 平台
|
transfer_from_agent_sample.lua
|
• sourcePath - 檔案的相對路徑,其中代理程式的存放庫是根。
• sourceFile - 要傳輸之檔案的名稱。
• targetRepo - ThingWorx 平台中 FileRepository 的名稱。
• targetPath - 在 ThingWorx 存放庫中傳輸檔案的目標相對路徑。
• targetFile - 將在目標存放庫中建立之檔案的名稱。
|
將檔案從 ThingWorx 平台傳輸至代理程式
|
transfer_to_agent_sample.lua
|
• sourceRepo - ThingWorx 伺服器中 FileRepository 的名稱。
• sourcePath - 檔案的相對路徑,其中 ThingWorx 存放庫是根。
• sourceFile - 要傳輸之檔案的名稱。
• targetPath - 在代理程式中傳輸檔案的目標相對路徑。
• targetFile - 將在代理程式中建立之檔案的名稱。
|
重新啟動代理程式
|
ems_restart_sample.lua
|
• twems_service_name - 已在代理程式作業系統下註冊之 EMS 的服務名稱。
|
設定代理程式的內容
|
set_property_sample.lua
|
• property_name - 正在更新之內容的名稱。
• property_value - 要為內容設定的值。
|