aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/aai/src/test/resources/onap-cli-sample/service-type/service-type-list-schema-1.1-moco.json
blob: 52ced9b017850e070a5b59d3c356f2ac2ca8d25d (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[ {
  "request" : {
    "method" : "get",
    "uri" : "/aai/v11/service-design-and-creation/services",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "onap-cli",
      "Accept" : "application/json",
      "X-TransactionId" : "req-aded3320-855c-46f6-8c28-1a14413c0585",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "service" : [ {
        "service-id" : "2733fe6f-8725-48fa-8609-092a34106dba",
        "service-description" : "vIMS",
        "resource-version" : "1508827920395"
      }, {
        "service-id" : "bc549d9d-2335-4b07-9f03-3a85439c0bbb",
        "service-description" : "vFW-kanag",
        "resource-version" : "1509029699189"
      }, {
        "service-id" : "de1fa33f-f676-42e5-b79a-a39825c19b1d",
        "service-description" : "test",
        "resource-version" : "1509029708094"
      }, {
        "service-id" : "1482d2f2-b9e6-4421-a2f6-31959278db6f",
        "service-description" : "vCPE",
        "resource-version" : "1508827919819"
      }, {
        "service-id" : "4426c557-e012-47eb-85cc-6128fa4f55c1",
        "service-description" : "vLB",
        "resource-version" : "1508827918467"
      }, {
        "service-id" : "dd04cc4b-6283-480d-8c5a-2c7bba8497ea",
        "service-description" : "vFW",
        "resource-version" : "1508827917148"
      } ]
    }
  }
} ]