diff options
author | SantoshB <santosh.bayas@amdocs.com> | 2020-09-10 17:32:12 +0530 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-10-12 06:20:07 +0000 |
commit | 70902ea6a8086368524fef892ad52a951138e7c1 (patch) | |
tree | 026658baa86ac999ee737751b0e7fbf4f709eeef /robot/assets/cds/create_dictionary.json | |
parent | f8a43939aff21f0340ed3c1bcae467ce5900f791 (diff) |
Improved CDS Health Check
Issue-ID: CCSDK-2768
Change-Id: Idbdd01f8a4fde657140e4cc3889936bff1f12a36
Signed-off-by: SantoshB <santosh.bayas@amdocs.com>
Diffstat (limited to 'robot/assets/cds/create_dictionary.json')
-rwxr-xr-x | robot/assets/cds/create_dictionary.json | 25 |
1 files changed, 25 insertions, 0 deletions
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" + } + } + } + } +} |