aboutsummaryrefslogtreecommitdiffstats
path: root/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_get_manual_task.json
diff options
context:
space:
mode:
authorSonsino, Ofir (os0695) <os0695@intl.att.com>2018-08-12 15:23:14 +0300
committerSonsino, Ofir (os0695) <os0695@intl.att.com>2018-08-12 15:23:57 +0300
commit8f848c65ee0000bb4211b228cf66ace774a8d9c6 (patch)
tree8abec7471adb0cac4ba9ff0fbcbedc56ea792621 /vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_get_manual_task.json
parent91b057331b92ecf7f3c2d495681b05295dc8346c (diff)
vid-simulator dev and test tool
Change-Id: I38e7eead042bde3beeebbdf4e05a7f62f174fd1e Issue-ID: VID-281 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_get_manual_task.json')
-rw-r--r--vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_get_manual_task.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_get_manual_task.json b/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_get_manual_task.json
new file mode 100644
index 000000000..504cfd63b
--- /dev/null
+++ b/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_get_manual_task.json
@@ -0,0 +1,33 @@
+{
+ "simulatorRequest": {
+ "method": "GET",
+ "path": "/mso/tasks/v1",
+ "queryParams" : {
+ "originalRequestId": "[a-fA-F0-9-]*"
+ }
+ } ,
+ "simulatorResponse": {
+ "responseCode": 200,
+ "body": {
+ "taskList": [
+ {
+ "taskId": "daf4dd84-b77a-42da-a051-3239b7a9392c",
+ "type": "fallout",
+ "nfRole": "vSCP",
+ "subscriptionServiceType": "Mobility",
+ "originalRequestId": "d352c70d-5ef8-4977-9ea8-4c8cbe860422",
+ "originalRequestorId": "ss835w",
+ "errorSource": "A&AI",
+ "errorCode": "404",
+ "errorMessage": "Failed in A&AI 404",
+ "validResponses": [
+ "rollback",
+ "abort",
+ "skip",
+ "retry"
+ ]
+ }
+ ]
+ }
+ }
+} \ No newline at end of file