aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/so/so_get_e2e.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/mappings/so/so_get_e2e.json')
-rw-r--r--src/test/resources/mappings/so/so_get_e2e.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/test/resources/mappings/so/so_get_e2e.json b/src/test/resources/mappings/so/so_get_e2e.json
new file mode 100644
index 0000000..530cd84
--- /dev/null
+++ b/src/test/resources/mappings/so/so_get_e2e.json
@@ -0,0 +1,25 @@
+{
+"request": {
+ "method": "GET",
+ "url": "/onap/so/infra/e2eServiceInstances/v3/serviceId/operations/operationId"
+ },
+ "response": {
+ "status": 200,
+ "headers": {
+ "Content-Type": "application/json"
+ },
+ "jsonBody": {
+ "operation": {
+ "operationId": "operationid",
+ "operation": "create",
+ "result": "finished",
+ "reason": "",
+ "userid": "",
+ "operationContent": "Creating E2E SOTN Service",
+ "progress": "100",
+ "operateAt": "",
+ "finishedAt": ""
+ }
+ }
+ }
+}