aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/service-model/service-model-set-property-moco.json
blob: 8c02a73bde5fa15dfc507e4c914b7e91f242d84a (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
[ {
  "request" : {
    "method" : "post",
    "uri" : "/sdc2/rest/v1/catalog/services/58620731-40a9-4f8e-95db-ef9fc478a705/resourceInstance/58620731-40a9-4f8e-95db-ef9fc478a705.b85dad49-bd5c-4036-8eb0-601778b9d6ff.vgwocompvtp/inputs",
    "headers" : {
      "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "USER_ID" : "cs0008",
      "X-TransactionId" : "req-c6c02420-d49b-4432-a1e3-727987223c99",
      "Content-Type" : "application/json"
    },
    "json" : [ {
      "constraints" : [ ],
      "definition" : false,
      "name" : "nf_type",
      "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f",
      "password" : false,
      "required" : false,
      "schema" : {
        "property" : { }
      },
      "toscaPresentation" : {
        "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f"
      },
      "type" : "string",
      "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_type",
      "value" : "hwvnfmdriver"
    } ]
  },
  "response" : {
    "status" : 200,
    "json" : [ {
      "uniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f.nf_type",
      "type" : "string",
      "required" : false,
      "definition" : false,
      "defaultValue" : null,
      "description" : null,
      "schema" : {
        "derivedFrom" : null,
        "constraints" : null,
        "properties" : null,
        "property" : {
          "uniqueId" : null,
          "type" : null,
          "required" : false,
          "definition" : true,
          "defaultValue" : null,
          "description" : null,
          "schema" : null,
          "password" : false,
          "name" : null,
          "value" : null,
          "label" : null,
          "hidden" : false,
          "immutable" : false,
          "inputPath" : null,
          "status" : null,
          "inputId" : null,
          "instanceUniqueId" : null,
          "propertyId" : null,
          "parentPropertyType" : null,
          "subPropertyInputPath" : null,
          "annotations" : null,
          "parentUniqueId" : null,
          "getInputValues" : null,
          "getPolicyValues" : null,
          "schemaType" : null,
          "schemaProperty" : null,
          "getInputProperty" : false,
          "version" : null,
          "ownerId" : null,
          "empty" : false
        },
        "version" : null,
        "ownerId" : null,
        "empty" : false,
        "type" : null
      },
      "password" : false,
      "name" : "nf_type",
      "value" : "hwvnfmdriver",
      "label" : null,
      "hidden" : false,
      "immutable" : false,
      "inputPath" : null,
      "status" : null,
      "inputId" : null,
      "instanceUniqueId" : null,
      "propertyId" : null,
      "parentPropertyType" : null,
      "subPropertyInputPath" : null,
      "annotations" : null,
      "parentUniqueId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f",
      "getInputValues" : null,
      "getPolicyValues" : null,
      "constraints" : [ ],
      "inputs" : null,
      "properties" : null,
      "valueUniqueUid" : null,
      "path" : null,
      "rules" : null,
      "componentInstanceName" : null,
      "componentInstanceId" : null,
      "schemaType" : null,
      "schemaProperty" : {
        "uniqueId" : null,
        "type" : null,
        "required" : false,
        "definition" : true,
        "defaultValue" : null,
        "description" : null,
        "schema" : null,
        "password" : false,
        "name" : null,
        "value" : null,
        "label" : null,
        "hidden" : false,
        "immutable" : false,
        "inputPath" : null,
        "status" : null,
        "inputId" : null,
        "instanceUniqueId" : null,
        "propertyId" : null,
        "parentPropertyType" : null,
        "subPropertyInputPath" : null,
        "annotations" : null,
        "parentUniqueId" : null,
        "getInputValues" : null,
        "getPolicyValues" : null,
        "schemaType" : null,
        "schemaProperty" : null,
        "getInputProperty" : false,
        "version" : null,
        "ownerId" : null,
        "empty" : false
      },
      "getInputProperty" : false,
      "version" : null,
      "ownerId" : "b8f09d0e-dd33-46d1-bb49-434094bf632f",
      "empty" : false
    } ]
  }
} ]