Update MSO change-management URL
[vid.git] / vid-automation / src / test / resources / registration_to_simulator / mso_config_update_ok.json
1 {
2   "simulatorRequest": {
3     "method": "POST",
4     "path": ".*/serviceInstantiation/v./serviceInstances/SERVICE_INSTANCE_ID/vnfs/VNF_INSTANCE_ID/applyUpdatedConfig"
5   } ,
6   "simulatorResponse": {
7     "responseCode": 202,
8     "responseHeaders": {
9       "Content-Type": "application/json"
10     },
11     "body": {
12       "requestReferences": {
13         "instanceId": "SERVICE_INSTANCE_ID",
14         "requestId": "dbe54591-c8ed-46d3-abc7-d3a24873dfbd"
15       }
16     }
17   }
18 }