Update MSO change-management URL
[vid.git] / vid-automation / src / test / resources / registration_to_simulator / mso_config_update_error_409.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": 409,
8     "responseHeaders": {
9       "Content-Type": "application/json"
10     },
11     "body": {
12       "serviceException":{
13         "messageId":"SVC2000",
14         "text":"Error: Locked instance - This vnf (VNF_INSTANCE_ID) already has a request being worked with a status of IN_PROGRESS (RequestId - 1621d4a0-015e-4bbe-92e9-b7574fd2ea10). The existing request must finish or be cleaned up before proceeding."
15       }
16     }
17   }
18 }