vid-automation selenium tests
[vid.git] / vid-automation / src / test / resources / registration_to_simulator / aai_get_specific_pnf_error.json
1 {
2   "simulatorRequest": {
3     "method": "GET",
4     "path": "/aai/v12/network/pnfs/pnf/DEAAI78"
5   } ,
6   "simulatorResponse": {
7     "responseCode": 500,
8     "body": "ERROR_PAYLOAD"
9   }
10 }