From 7b1fa9630daaec766fc4a7c721550cf31499472a Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Sun, 29 Nov 2015 21:45:16 +0100 Subject: Example documentation for LSOAPI Change-Id: I58bd3aa451be6e50d764b2db519d234739d628a4 Signed-off-by: Fatih Degirmenci --- docs/dev-notes.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/dev-notes.rst (limited to 'docs/dev-notes.rst') 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 -- cgit 1.2.3-korg