Hot Deploy

Using REST you can hotdeploy an application provided by the EAR file. It is supported only when you are using deployment with TIBCO Enterprise Administrator mode.

Here is a generic cURL example that hotdeploys an application provided by the EAR file:

curl -u <USER>:<PASSWORD> -X POST -H "Accept: application/json" 
-H "Content-Type: multipart/form-data" 
-v "<BROKER_URL>:<BROKER_PORT>/livecluster/rest/v1/sf/engines/<DAEMON_ID>/<ENGINE_INSTANCE>/archives" 
-F "archiveFile=@<ARCHIVE_FILE>" -F "COMMAND=hotdeploy"