aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/aai/invalid-vnf.json
blob: e636c6f9674bf8803d120e80597058f43c72a118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "requestError": {
    "serviceException": {
      "messageId": "SVC3001",
      "text": "Resource not found for %1 using id %2 (msg=%3) (ec=%4)",
      "variables": [
        "GET",
        "network/generic-vnfs/generic-vnf",
        "Node Not Found:No Node of type generic-vnf found at: network/generic-vnfs/generic-vnf",
        "ERR.5.4.6114"
      ]
    }
  }
}