aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/csar-list-schema-moco.json
blob: e0a8e30f18cb6c3b1408dee443c3b9913303b826 (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
[ {
  "request" : {
    "method" : "get",
    "uri" : "/vnf-sdk-marketplace/onapapi/vnfsdk-marketplace/v1/PackageResource/csars",
    "headers" : {
      "Accept" : "application/json",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : [ {
      "csarId" : "a9f9ca7a-5dc9-48c7-9672-a63eb17c3e36",
      "name" : "VoLTE",
      "downloadUri" : "http://127.0.0.1:8080/files/catalog-http/CSAR/ChinaMobile/a9f9ca7a-5dc9-48c7-9672-a63eb17c3e36/VoLTE/v1.0/VoLTE.csar",
      "size" : "52.4 KB",
      "version" : "v1.0",
      "provider" : "ChinaMobile",
      "type" : "CSAR",
      "format" : "yaml",
      "deletionPending" : false,
      "createTime" : "2018-09-10 15:11:29",
      "modifyTime" : "2018-09-10 15:11:29",
      "shortDesc" : "descr",
      "downloadCount" : 0,
      "details" : "details",
      "remarks" : "remarks"
    } ]
  }
} ]