blob: 5c67d6c1dd108a81cb970902d954fbc94c9b66c4 [file] [log] [blame]
Ezhilarasib651ae32019-03-25 15:53:07 +05301.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.
3.. Copyright (C) 2019 IBM.
4
5Controller Blueprints Studio Processor
6======================================
7
Ezhilarasi668dd202019-04-16 16:08:12 +05308The Controller Blueprint Archive is the overall service design, fully model-driven, intent based package needed for SELF SERVICE provisioning and configuration management automation.
9
10The CBA is .zip file which is saved in Controller Blueprint Database.
11
12Dynamic API:
13===========
14
15The nature of the API request and response is meant to be model driven and dynamic. They both share the same definition.
16
17The actionName, under the actionIdentifiers refers to the name of a Workflow (see workflow)
18
19The content of the payload is what is fully dynamic / model driven.
20
21The first top level element will always be either $actionName-request for a request or $actionName-response for a response.
22
23Then the content within this element is fully based on the workflow input and output.
24
25
26Enrichment:
27===========
28
29Helps to generate complete valid CBA file.
30
31
32