c3fb0b0096803dafd4bc9b8c0b49cfc0dea43781
[vid.git] / vid-automation / src / test / resources / registration_to_simulator / mso_config_update_error_404.json
1 {
2   "simulatorRequest": {
3     "method": "POST",
4     "path": ".*/serviceInstances/v./SERVICE_INSTANCE_ID/vnfs/VNF_INSTANCE_ID/applyUpdatedConfig"
5   } ,
6   "simulatorResponse": {
7     "responseCode": 404,
8     "responseHeaders": {
9       "Content-Type": "text/html"
10     },
11     "body": "<html><head><title>Error</title></head><body>404 - Not Found</body></html>"
12   }
13 }