blob: 1c652e4e117a5dfa05b2f1a5c554d27353e28075 (
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
@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.highlight .nc { color: #a6e22e } /* Name.Class */
.highlight .no { color: #66d9ef } /* Name.Constant */
.highlight .nd { color: #a6e22e } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #a6e22e } /* Name.Exception */
.highlight .nf { color: #a6e22e } /* Name.Function */
.highlight .nl { color: #f8f8f2 } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #a6e22e } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #f92672 } /* Name.Tag */
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
.highlight .ow { color: #f92672 } /* Operator.Word */
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
}
@media (prefers-color-scheme: light) {
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.Pr.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright 2017-18 Huawei Technologies Co., Ltd.
.. _cli_cmd_sample:
open-cli
========
schema-validate
----------------
input::
-l /tmp/hello-world.yaml
output::
+--------+--------+
|sl-no |error |
+--------+--------+
| | |
+--------+--------+
schema-refresh
----------------
output::
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|sl-no |command |product-version |schema |version |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|1 |vfmodule-create |onap-amsterdam |vfmodule-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|2 |schema-validate |open-cli |schema-validate.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|3 |schema-refresh |open-cli |schema-refresh.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|4 |cloud-list |onap-amsterdam |cloud-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|5 |sdnc-list |onap-amsterdam |sdnc-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|6 |sdnc-register |onap-amsterdam |sdnc-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|7 |sdnc-unregister |onap-amsterdam |sdnc-delete-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|8 |vnfm-show |onap-amsterdam |vnfm-show-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|9 |vnfm-unregister |onap-amsterdam |vnfm-delete-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|10 |vnfm-register |onap-amsterdam |vnfm-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|11 |vnfm-list |onap-amsterdam |vnfm-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|12 |vim-register |onap-amsterdam |vim-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|13 |vim-unregister |onap-amsterdam |vim-delete-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|14 |vim-list |onap-amsterdam |vim-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|15 |ems-list |onap-amsterdam |ems-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|16 |ems-register |onap-amsterdam |ems-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|17 |ems-show |onap-amsterdam |ems-show-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|18 |cloud-delete |onap-amsterdam |cloud-delete-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|19 |ems-unregister |onap-amsterdam |ems-delete-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|20 |subscription-list |openecomp |subscription-list-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|21 |subscription-create |openecomp |subscription-create-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|22 |subscription-list |onap-amsterdam |subscription-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|23 |subscription-create |onap-amsterdam |subscription-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|24 |subscription-delete |onap-amsterdam |subscription-delete-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|25 |customer-show |openecomp |customer-show-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|26 |customer-show |onap-amsterdam |customer-show-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|27 |customer-list |openecomp |customer-list-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|28 |customer-delete |openecomp |customer-delete-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|29 |customer-create |openecomp |customer-create-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|30 |customer-create |onap-amsterdam |customer-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|31 |customer-delete |onap-amsterdam |customer-delete-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|32 |customer-list |onap-amsterdam |customer-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|33 |vf-list |onap-amsterdam |vf-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|34 |service-list |onap-amsterdam |service-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|35 |vf-show |onap-amsterdam |vf-show-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|36 |tenant-create |onap-amsterdam |tenant-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|37 |tenant-list |onap-amsterdam |tenant-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|38 |tenant-delete |onap-amsterdam |tenant-delete-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|39 |service-type-create |openecomp |service-type-create-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|40 |service-type-list |onap-amsterdam |service-type-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|41 |service-type-create |onap-amsterdam |service-type-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|42 |service-type-delete |openecomp |service-type-delete-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|43 |service-type-list |openecomp |service-type-list-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|44 |service-type-delete |onap-amsterdam |service-type-delete-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|45 |cloud-create |onap-amsterdam |cloud-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|46 |cloud-list |openecomp |cloud-list-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|47 |microservice-delete |onap-amsterdam |microservice-delete-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|48 |microservice-list |onap-amsterdam |microservice-list-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|49 |microservice-show |onap-amsterdam |microservice-show-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|50 |microservice-create |onap-amsterdam |microservice-create-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|51 |hello-world |sample-1.0 |hello-world.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|52 |hello-world-http |sample-1.0 |hello-world-http.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|53 |vlm-checkin |onap-amsterdam |vlm-checkin-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|54 |license-group-create |openecomp |license-group-create-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|55 |vlm-key-group-create |onap-amsterdam |vlm-key-group-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|56 |vlm-aggreement-list |onap-amsterdam |vlm-aggreement-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|57 |vlm-key-group-list |onap-amsterdam |vlm-key-group-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|58 |vlm-create |onap-amsterdam |vlm-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|59 |vlm-entitlement-pool-create |onap-amsterdam |vlm-entitlement-pool-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|60 |ep-show |openecomp |license-entitlement-pool-show-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|61 |license-model-create |openecomp |license-model-create-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|62 |license-group-show |openecomp |license-group-show-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|63 |vsp-upload |openecomp |vsp-upload-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|64 |vsp-package |onap-amsterdam |vsp-package-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|65 |vsp-submit |onap-amsterdam |vsp-submit-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|66 |vsp-checkout |onap-amsterdam |vsp-checkout-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|67 |vsp-create |openecomp |vsp-create-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|68 |vsp-list |openecomp |vsp-list-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|69 |vsp-show |onap-amsterdam |vsp-show-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|70 |vsp-show |openecomp |vsp-show-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|71 |vsp-submit |openecomp |vsp-submit-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|72 |vsp-create |onap-amsterdam |vsp-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|73 |vsp-add-artifact |onap-amsterdam |vsp-add-artifact-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|74 |vsp-revert |onap-amsterdam |vsp-revert-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|75 |vsp-checkin |openecomp |vsp-checkin-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|76 |vsp-checkout |onap-amsterdam |vsp-checkout-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|77 |vsp-validate |onap-amsterdam |vsp-validate-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|78 |vsp-list |onap-amsterdam |vsp-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|79 |vsp-checkin |onap-amsterdam |vsp-checkin-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|80 |service-model-checkin |onap-amsterdam |service-model-checkin-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|81 |service-model-distribute |onap-amsterdam |service-model-distribute-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|82 |service-model-list |onap-amsterdam |service-model-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|83 |service-model-certify-start |onap-amsterdam |service-model-certify-start-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|84 |service-model-add-vf |onap-amsterdam |service-model-add-vf-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|85 |service-model-certify-request |onap-amsterdam |service-model-certify-request-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|86 |service-model-revert |onap-amsterdam |service-model-checkout-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|87 |service-model-checkout |onap-amsterdam |service-model-revert-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|88 |service-model-certify-complete |onap-amsterdam |service-model-certify-complete-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|89 |service2vf-model-list |onap-amsterdam |service2vf-model-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|90 |service-model-create |onap-amsterdam |service-model-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|91 |service-model-approve |onap-amsterdam |service-model-approve-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|92 |vf-model-create |onap-amsterdam |vf-model-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|93 |vf-model-checkin |onap-amsterdam |vf-model-checkin-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|94 |vlm-revert |onap-amsterdam |vlm-revert-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|95 |vlm-feature-group-create |onap-amsterdam |vlm-feature-group-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|96 |vlm-submit |onap-amsterdam |vlm-submit-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|97 |license-model-show |openecomp |license-model-show-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|98 |vf-model-certify-start |onap-amsterdam |vf-model-certify-start-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|99 |vf-model-list |onap-amsterdam |vf-model-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|100 |vlm-entitlement-pool-list |onap-amsterdam |vlm-entitlement-pool-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|101 |vlm-feature-group-list |onap-amsterdam |vlm-feature-group-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|102 |vlm-checkout |onap-amsterdam |vlm-checkout-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|103 |vlm-list |onap-amsterdam |vlm-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|104 |vlm-aggreement-create |onap-amsterdam |vlm-aggreement-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|105 |vf-model-certify-request |onap-amsterdam |vf-model-certify-request-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|106 |ep-create |openecomp |license-entitlement-pool-create-schema.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|107 |vf2vfmodule-model-list |onap-amsterdam |vf2vfmodule-model-list-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|108 |vf-model-certify-complete |onap-amsterdam |vf-model-certify-complete-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|109 |service-delete |onap-amsterdam |service-delete-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|110 |vfmodule-delete |onap-amsterdam |vf-module-delete-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|111 |vfmodule-create |onap-amsterdam |vfmodule-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|112 |service-create |onap-amsterdam |service-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|113 |vf-delete |onap-amsterdam |vf-delete-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|114 |vf-create |onap-amsterdam |vf-create-schema-1.1.yaml |1.0 |
+--------+--------------------------------+------------------+------------------------------------------------+----------+
|