aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/business/service-type/service-type-list-schema-casablanca-moco.json
blob: 89b813ec9879695e3713c0eb4e9f27a3cd172b3f (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
[ {
  "request" : {
    "method" : "get",
    "uri" : "/aai/v13/service-design-and-creation/services",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-e3ff2ec6-e10b-42a9-8d3e-0a29996b9fa8",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "service" : [ {
        "service-id" : "a6402d68-0784-4972-aa99-c20caa46f459",
        "service-description" : "vfw-in",
        "resource-version" : "1538109817240"
      } ]
    }
  }
} ]