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