summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-16 14:24:53 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-16 14:24:53 +0000
commit0bd70dd5a9b6a5b0dfb38e8624249096183cabe7 (patch)
treeb260369216515c9998bc5093873c7341449ecb8d /docs
parent7b30383dee41a443eb73d90088b1866992db154f (diff)
parent668dd2026fe793a351714a7208b82ac70b09794e (diff)
Merge "Added content for Controller Blueprint Processor"
Diffstat (limited to 'docs')
-rw-r--r--docs/controllerBlueprintStudioProcessor.rst28
1 files changed, 25 insertions, 3 deletions
diff --git a/docs/controllerBlueprintStudioProcessor.rst b/docs/controllerBlueprintStudioProcessor.rst
index fc9112296..5c67d6c1d 100644
--- a/docs/controllerBlueprintStudioProcessor.rst
+++ b/docs/controllerBlueprintStudioProcessor.rst
@@ -5,6 +5,28 @@
Controller Blueprints Studio Processor
======================================
-.. toctree::
- :maxdepth: 1
- :titlesonly: \ No newline at end of file
+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