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