aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-dublin-moco.json
blob: 36f408cf07f09b677adbd52d2e7c8fd40d7ba663 (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
[ {
  "request" : {
    "method" : "post",
    "uri" : "/sdc2/rest/v1/catalog/resources/b3e0f162-5356-4b43-a9c0-3ab7e66638d2/lifecycleState/certify",
    "headers" : {
      "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "USER_ID" : "cs0008",
      "X-TransactionId" : "req-d77560cd-ce34-48fe-9607-327f1eab89b4",
      "Content-Type" : "application/json"
    },
    "json" : {
      "userRemarks" : "cli vf certification"
    }
  },
  "response" : {
    "status" : 200,
    "json" : {
      "uniqueId" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9",
      "name" : "cli-vf-3",
      "version" : "1.0",
      "isHighestVersion" : true,
      "creationDate" : 1553125006126,
      "lastUpdateDate" : 1553125171457,
      "description" : "cli-vf-3",
      "lifecycleState" : "CERTIFIED",
      "tags" : [ "cli-vf-3" ],
      "icon" : "defaulticon",
      "normalizedName" : "clivf3",
      "systemName" : "CliVf3",
      "contactId" : "cs0008",
      "allVersions" : {
        "1.0" : "86e7f0b5-e93f-45d7-b279-6e8d450fb1d9"
      },
      "csarUUID" : "b45a4ac88b274c179744e4a2d2d93767",
      "csarVersion" : "1.0",
      "invariantUUID" : "d0046ab0-5789-4a97-b61a-2763acddd180",
      "componentType" : "RESOURCE",
      "categories" : [ {
        "name" : "Generic",
        "normalizedName" : "generic",
        "uniqueId" : "resourceNewCategory.generic",
        "subcategories" : [ {
          "name" : "Abstract",
          "normalizedName" : "abstract",
          "uniqueId" : "resourceNewCategory.generic.abstract",
          "icons" : [ "objectStorage", "compute" ],
          "empty" : false
        } ],
        "empty" : false
      } ],
      "creatorUserId" : "cs0008",
      "creatorFullName" : "Carlos Santana",
      "lastUpdaterUserId" : "cs0008",
      "lastUpdaterFullName" : "Carlos Santana",
      "archiveTime" : 0,
      "vendorName" : "itohan-vendor",
      "vendorRelease" : "1.0",
      "resourceVendorModelNumber" : "",
      "resourceType" : "VF",
      "toscaResourceName" : "org.openecomp.resource.vf.CliVf3",
      "vspArchived" : false,
      "archived" : false,
      "uuid" : "1119b3ca-ba88-446e-8812-7fe8f8078aef"
    }
  }
} ]