diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-07-17 20:21:33 +0530 |
---|---|---|
committer | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-07-17 20:21:41 +0530 |
commit | a88bab8e03568f08cd6e6c7655c65a0c1bb51bc9 (patch) | |
tree | 10c28dba8348d50791e20ec2a0fd8e2040fd9c7c /docs | |
parent | a6753ab7395f4fd65778471038a1945f5ec48139 (diff) |
Content modification in CB processor MS
Change-Id: I2a2f9efcc0881794a71b7e3cfd261f6b52998f17
Issue-ID: CCSDK-1453
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/microservices/controllerBlueprintStudioProcessorMS.rst | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/microservices/controllerBlueprintStudioProcessorMS.rst b/docs/microservices/controllerBlueprintStudioProcessorMS.rst index 5c67d6c1d..683b6943d 100644 --- a/docs/microservices/controllerBlueprintStudioProcessorMS.rst +++ b/docs/microservices/controllerBlueprintStudioProcessorMS.rst @@ -10,7 +10,7 @@ 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. @@ -22,11 +22,18 @@ The first top level element will always be either $actionName-request for a requ Then the content within this element is fully based on the workflow input and output. +.. toctree:: + :maxdepth: 1 + + dynamicapi Enrichment: -=========== +----------- Helps to generate complete valid CBA file. - +.. toctree:: + :maxdepth: 1 + + enrichment
\ No newline at end of file |