aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/registration_to_simulator/changeManagement/mso_post_manual_task.json
blob: 33afe9e2dd32f024622d2b24a84b499c3f88f396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "simulatorRequest": {
    "method": "GET",
    "path": "/mso/tasks/v1/[a-fA-F0-9-]*/complete"
  } ,
  "simulatorResponse": {
    "responseCode": 200,
    "body": {
      "taskRequestReference": {
        "taskId": "daf4dd84-b77a-42da-a051-3239b7a9392c"
      }

    }
  }
}