aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/mso_in_place_software_update_error_404.json
blob: d48d2ae78304bb20dbcd4205e3a41cf7d448b730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "simulatorRequest": {
    "method": "POST",
    "path": ".*/serviceInstances/v./SERVICE_INSTANCE_ID/vnfs/VNF_INSTANCE_ID/inPlaceSoftwareUpdate"
  } ,
  "simulatorResponse": {
    "responseCode": 404,
    "responseHeaders": {
      "Content-Type": "text/html"
    },
    "body": "<html><head><title>Error</title></head><body>404 - Not Found</body></html>"
  }
}