diff options
author | kissand <andras.zoltan.kiss@est.tech> | 2022-09-16 09:57:52 +0200 |
---|---|---|
committer | Andras Zoltan Kiss <andras.zoltan.kiss@est.tech> | 2022-09-20 13:26:00 +0000 |
commit | eb56e918aa4ad92e2962e916a26e2d533bbedb30 (patch) | |
tree | 4d6c118bcc7c2cadada30f6300407f425b684804 /dmi-plugin-perf-stub/mappings/moduleResources.json | |
parent | fd1572fc8e792d95f99cda1a79de47dc3b7e47a1 (diff) |
Create dmi-plugin performance stub
Issue-ID: CPS-1270
Change-Id: I0252a693a5209434fa2a2ada83d404ee658b5a48
Signed-off-by: kissand <andras.zoltan.kiss@est.tech>
Diffstat (limited to 'dmi-plugin-perf-stub/mappings/moduleResources.json')
-rw-r--r-- | dmi-plugin-perf-stub/mappings/moduleResources.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dmi-plugin-perf-stub/mappings/moduleResources.json b/dmi-plugin-perf-stub/mappings/moduleResources.json new file mode 100644 index 0000000000..4efb9b0886 --- /dev/null +++ b/dmi-plugin-perf-stub/mappings/moduleResources.json @@ -0,0 +1,13 @@ +{ + "request": { + "method": "POST", + "urlPattern": "/dmi/v1/ch/.*/moduleResources" + }, + "response": { + "status": 200, + "bodyFileName": "moduleResourcesResponse.json", + "headers": { + "Content-Type": "application/json" + } + } +} |