aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dev-notes.rst
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-11-29 21:45:16 +0100
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-11-29 21:45:16 +0100
commit7b1fa9630daaec766fc4a7c721550cf31499472a (patch)
treea27fed24edb09f1af6853d31adfc4dbcf07d77a6 /docs/dev-notes.rst
parentc0c1a3e9be0c8c7bdd73700fc34873720bfd81aa (diff)
Example documentation for LSOAPI
Change-Id: I58bd3aa451be6e50d764b2db519d234739d628a4 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'docs/dev-notes.rst')
-rw-r--r--docs/dev-notes.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/dev-notes.rst b/docs/dev-notes.rst
new file mode 100644
index 0000000..25c24cc
--- /dev/null
+++ b/docs/dev-notes.rst
@@ -0,0 +1,11 @@
+====================================================
+REST Clients Notes : CoSClient, EvcClient, EplClient
+====================================================
+1. Provide rest communications to cosmgr, evcmgr, and eplmgr repsectivly.
+ - provide create/request/update/delete capabilities
+ - these services must be running within tomcat
+ - each has it's own separate war file
+2. Creating resources
+ - The create() methods take cos/epl/evc objects as inputs
+ - Not all inputs are known at time of resource creation, and the create service itself will set some of the parameters, and the all return object of the type that was created which will capture any values set within the create service (in addition to remembering the values originally supplied)
+ - You must capture the object returned by the create function, as there will be values that were set during that proccess