aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-checkin-schema-dublin-moco.json
blob: e572c8ee7d1c8eb05f3ec996559de681aa8d8dad (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[ {
  "request" : {
    "method" : "post",
    "uri" : "/sdc2/rest/v1/catalog/resources/c5d9a74a-c617-4542-8b83-31c4d8a7269b/lifecycleState/CHECKIN",
    "headers" : {
      "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "USER_ID" : "cs0008",
      "X-TransactionId" : "req-26632f77-01a9-4a8a-949b-34b42544d67e",
      "Content-Type" : "application/json"
    },
    "json" : {
      "userRemarks" : "Checked in by ONAP CLI"
    }
  },
  "response" : {
    "status" : 200,
    "json" : {
      "uniqueId" : "c5d9a74a-c617-4542-8b83-31c4d8a7269b",
      "name" : "ovp-test",
      "version" : "1.4",
      "isHighestVersion" : true,
      "creationDate" : 1564379661410,
      "lastUpdateDate" : 1564379845325,
      "description" : "ovp-test",
      "lifecycleState" : "NOT_CERTIFIED_CHECKIN",
      "tags" : [ "ovp-test" ],
      "icon" : "defaulticon",
      "normalizedName" : "ovptest",
      "systemName" : "OvpTest",
      "contactId" : "cs0008",
      "allVersions" : {
        "1.0" : "3f0de55b-90be-459d-a30f-a24553baacaa",
        "1.1" : "53235bc8-2619-4d23-b1f6-e41e64d0af47",
        "1.2" : "ef2ce8c3-af1c-480a-a12f-6bd1fe0384f4",
        "1.3" : "168c1a0d-82d8-4a86-a934-9e685389516f",
        "1.4" : "c5d9a74a-c617-4542-8b83-31c4d8a7269b"
      },
      "csarUUID" : "aa92c8177d754587b621a951a522a942",
      "csarVersion" : "1.0",
      "invariantUUID" : "c918f6b2-5067-4c10-91a8-672964f3fd10",
      "componentType" : "RESOURCE",
      "categories" : [ {
        "name" : "Generic",
        "normalizedName" : "generic",
        "uniqueId" : "resourceNewCategory.generic",
        "subcategories" : [ {
          "name" : "Network Elements",
          "normalizedName" : "network elements",
          "uniqueId" : "resourceNewCategory.generic.network elements",
          "icons" : [ "network", "connector" ],
          "empty" : false
        } ],
        "empty" : false
      } ],
      "creatorUserId" : "cs0008",
      "creatorFullName" : "Carlos Santana",
      "lastUpdaterUserId" : "cs0008",
      "lastUpdaterFullName" : "Carlos Santana",
      "archiveTime" : 0,
      "vendorName" : "onap",
      "vendorRelease" : "1.0",
      "resourceVendorModelNumber" : "",
      "resourceType" : "VF",
      "toscaResourceName" : "org.openecomp.resource.vf.OvpTest",
      "vspArchived" : false,
      "archived" : false,
      "uuid" : "24d20439-1d8c-44dc-acaf-cb0929a6a5f3"
    }
  }
} ]