diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-04-22 18:55:38 +0530 |
---|---|---|
committer | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-04-22 18:55:47 +0530 |
commit | 12848dc9794d74fd67ce4d2c73b9ef4a796bc384 (patch) | |
tree | 393bb4469b02a4b721714e1bb792435cb7cce12c /docs/controllerBlueprintStudioProcessor.rst | |
parent | ef09c22af69df8e6c05a9737a0567d170eeb6f66 (diff) |
Doc Added microservice content
Change-Id: I00d03d68e32677cdacbb62464ad55a44cda50f0e
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'docs/controllerBlueprintStudioProcessor.rst')
-rw-r--r-- | docs/controllerBlueprintStudioProcessor.rst | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/controllerBlueprintStudioProcessor.rst b/docs/controllerBlueprintStudioProcessor.rst deleted file mode 100644 index 5c67d6c1d..000000000 --- a/docs/controllerBlueprintStudioProcessor.rst +++ /dev/null @@ -1,32 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons. -.. Copyright (C) 2019 IBM. - -Controller Blueprints Studio Processor -====================================== - -The Controller Blueprint Archive is the overall service design, fully model-driven, intent based package needed for SELF SERVICE provisioning and configuration management automation. - -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. - - -Enrichment: -=========== - -Helps to generate complete valid CBA file. - - -
\ No newline at end of file |