aboutsummaryrefslogtreecommitdiffstats
path: root/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_delete_workflow.json
diff options
context:
space:
mode:
Diffstat (limited to 'vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_delete_workflow.json')
-rw-r--r--vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_delete_workflow.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_delete_workflow.json b/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_delete_workflow.json
new file mode 100644
index 000000000..4a2f81faf
--- /dev/null
+++ b/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_delete_workflow.json
@@ -0,0 +1,17 @@
+[
+ {
+ "simulatorRequest": {
+ "method": "DELETE",
+ "path": "/scheduler/v1/ChangeManagement/schedules/[a-fA-F0-9-]*"
+ } ,
+ "simulatorResponse": {
+ "responseCode": 200,
+ "body": {
+ "requestReferences": {
+ "instanceId": "8edb3c04-e012-4d5c-9ef4-710600d68dfc",
+ "requestId": "b6dc9806-b094-42f7-9386-a48de8218cd5"
+ }
+ }
+ }
+ }
+] \ No newline at end of file