summaryrefslogtreecommitdiffstats
path: root/docs/controllerBlueprintStudioProcessorMS.rst
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-24 12:59:47 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-24 12:59:47 +0000
commit9e7886b4ee5651ab7429842d348c60cec5b8cdeb (patch)
tree92b2ddd663c023b487cbe5478a9f7052db2d8489 /docs/controllerBlueprintStudioProcessorMS.rst
parent871ad963dd6988eb0ff6a246255858a703ead8eb (diff)
parent12848dc9794d74fd67ce4d2c73b9ef4a796bc384 (diff)
Merge "Doc Added microservice content"
Diffstat (limited to 'docs/controllerBlueprintStudioProcessorMS.rst')
-rw-r--r--docs/controllerBlueprintStudioProcessorMS.rst32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/controllerBlueprintStudioProcessorMS.rst b/docs/controllerBlueprintStudioProcessorMS.rst
new file mode 100644
index 000000000..5c67d6c1d
--- /dev/null
+++ b/docs/controllerBlueprintStudioProcessorMS.rst
@@ -0,0 +1,32 @@
+.. 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