aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/aai_get_specific_pnf_error.json
blob: ee88d71eab053350b11a3d13b21c650205f8d51a (plain)
1
2
3
4
5
6
7
8
9
10
{
  "simulatorRequest": {
    "method": "GET",
    "path": "/aai/v../network/pnfs/pnf/DEAAI78"
  } ,
  "simulatorResponse": {
    "responseCode": 500,
    "body": "ERROR_PAYLOAD"
  }
}