aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/aai/src/test/resources/onap-cli-sample/esr/vnfm/vnfm-list-schema-1.1-moco.json
blob: 5cfa56b52f51d04e203b918229aaf814cf847ea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[ {
  "request" : {
    "method" : "get",
    "uri" : "/aai/v11/external-system/esr-vnfm-list",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "onap-cli",
      "Accept" : "application/json",
      "X-TransactionId" : "req-07be51f0-22b4-4ea0-a098-bf68ed59f2ce",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "esr-vnfm" : [ {
        "vnfm-id" : "c0ecd788-22f4-49a4-a969-68051cd517e7",
        "vim-id" : "acc5e14e-1320-4ab5-97fe-b7cc82ad03f2",
        "certificate-url" : "",
        "resource-version" : "1509094328901"
      } ]
    }
  }
} ]