diff --git a/README.md b/README.md index 6ab2f09..19007dc 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,16 @@ This plugin offers an interface from XL Release to Urban Code Deploy Server. -v $(pwd)/src/test/resources/ucd/installed.properties:/opt/ibm-ucd/server/conf/server/installed.properties --name UCD ibmcom/urbancode-deploy ``` - +## Tasks ## ++ Application Process Request + ![Application Process Request](images/apr.png) ++ Application Process Request Status + ![Application Process Request Status](images/apr_status.png) ++ Synchronous Application Process Request + ![Synchronous Application Process Request](images/sync_apr.png) ++ List System Configuration + ![List System Configuration](images/sys_config.png) + ## References ## + [UCD REST api](http://www.ibm.com/support/knowledgecenter/SS4GSP_6.2.3/com.ibm.udeploy.reference.doc/topics/rest_api_ref_commands.html) diff --git a/images/apr.png b/images/apr.png new file mode 100644 index 0000000..a0f7d15 Binary files /dev/null and b/images/apr.png differ diff --git a/images/apr_status.png b/images/apr_status.png new file mode 100644 index 0000000..3b43401 Binary files /dev/null and b/images/apr_status.png differ diff --git a/images/sync_apr.png b/images/sync_apr.png new file mode 100644 index 0000000..9706a9d Binary files /dev/null and b/images/sync_apr.png differ diff --git a/images/sys_config.png b/images/sys_config.png new file mode 100644 index 0000000..1d5119b Binary files /dev/null and b/images/sys_config.png differ