diff options
Diffstat (limited to 'robot/assets/cds')
-rwxr-xr-x | robot/assets/cds/bootstrap.json | 5 | ||||
-rwxr-xr-x | robot/assets/cds/cba.zip | bin | 0 -> 3514 bytes | |||
-rwxr-xr-x | robot/assets/cds/cba_process.json | 20 | ||||
-rwxr-xr-x | robot/assets/cds/create_dictionary.json | 25 |
4 files changed, 50 insertions, 0 deletions
diff --git a/robot/assets/cds/bootstrap.json b/robot/assets/cds/bootstrap.json new file mode 100755 index 00000000..45c34db9 --- /dev/null +++ b/robot/assets/cds/bootstrap.json @@ -0,0 +1,5 @@ +{ + "loadModelType": true, + "loadResourceDictionary": true, + "loadCBA": false +} diff --git a/robot/assets/cds/cba.zip b/robot/assets/cds/cba.zip Binary files differnew file mode 100755 index 00000000..71e8d02f --- /dev/null +++ b/robot/assets/cds/cba.zip diff --git a/robot/assets/cds/cba_process.json b/robot/assets/cds/cba_process.json new file mode 100755 index 00000000..e55073e6 --- /dev/null +++ b/robot/assets/cds/cba_process.json @@ -0,0 +1,20 @@ +{ + "actionIdentifiers": { + "mode": "sync", + "blueprintName": "test101", + "blueprintVersion": "1.0.1", + "actionName": "helloworld" + }, + "payload": { + "helloworld-request": { + "template-prefix": [ + "hello-world" + ] + } + }, + "commonHeader": { + "subRequestId": "654-654", + "requestId": "654321", + "originatorId": "CDS" + } +} diff --git a/robot/assets/cds/create_dictionary.json b/robot/assets/cds/create_dictionary.json new file mode 100755 index 00000000..d3e50837 --- /dev/null +++ b/robot/assets/cds/create_dictionary.json @@ -0,0 +1,25 @@ +{ + "tags": "restmock", + "name": "restmock", + "property": { + "description": "calls a rest mock", + "type": "string" + }, + "updated-by": "titans", + "sources": { + "rest": { + "type": "source-rest", + "properties": { + "type": "json", + "verb": "GET", + "url-path": "/test", + "endpoint-selector": "rest-endpoint", + "path": "", + "input-key-mapping": {}, + "output-key-mapping": { + "res": "myvalue" + } + } + } + } +} |