diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-07-23 19:22:18 +0530 |
---|---|---|
committer | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-07-23 19:22:26 +0530 |
commit | ccbfc0e3bd75115a04879ad3f3eaee1dc1738e42 (patch) | |
tree | a647cf9d433836b3a251b287b8d48ab762130a90 /docs/microservices | |
parent | 6434d38dc045a10f17beec4d015348580ac09ddf (diff) |
Formmatted content for CB processor
Change-Id: Ic961f908bd0925cfd9219cb8e9a5acdcf72fd513
Issue-ID: CCSDK-1453
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'docs/microservices')
-rw-r--r-- | docs/microservices/controllerBlueprintStudioProcessorMS.rst | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/docs/microservices/controllerBlueprintStudioProcessorMS.rst b/docs/microservices/controllerBlueprintStudioProcessorMS.rst index 683b6943d..9dcd31187 100644 --- a/docs/microservices/controllerBlueprintStudioProcessorMS.rst +++ b/docs/microservices/controllerBlueprintStudioProcessorMS.rst @@ -9,31 +9,12 @@ The Controller Blueprint Archive is the overall service design, fully model-driv The CBA is .zip file which is saved in Controller Blueprint Database. -Dynamic API: ------------- - -The nature of the API request and response is meant to be model driven and dynamic. They both share the same definition. - -The actionName, under the actionIdentifiers refers to the name of a Workflow (see workflow) - -The content of the payload is what is fully dynamic / model driven. - -The first top level element will always be either $actionName-request for a request or $actionName-response for a response. - -Then the content within this element is fully based on the workflow input and output. +Controller Blueprint Microservices: +----------------------------------- .. toctree:: :maxdepth: 1 dynamicapi - -Enrichment: ------------ - -Helps to generate complete valid CBA file. - -.. toctree:: - :maxdepth: 1 - enrichment
\ No newline at end of file |