aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/mso_in_place_software_update_error_404.json
blob: b5e3f1883af36d2d9fdbfdc03ba70db21ac45706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "simulatorRequest": {
    "method": "POST",
    "path": ".*/serviceInstances/v6/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>"
  }
}