e8e4fcadd7842ee804fc1192db600224ebf56cc3
[cli.git] / docs / cmd_help.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright 2017 Huawei Technologies Co., Ltd.
4
5
6 .. toctree::
7    :maxdepth: 2
8
9
10 .. _cli_cmd_help:
11
12 onap-1.1
13 ==========================
14
15
16 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
17 [1] microservice-delete
18 =======
19 [1] microservice-show
20 -----------------------------------------------
21
22
23 usage: onap microservice-show
24
25 Details the registered microservice in Onap
26
27 Onap service: msb v1
28
29 Options::
30
31  [-x | --service-name] [-y | --service-version] [-m | --host-url]
32  [-h | --help] [-v | --version] [-d | --debug]
33  [-f | --format] [-s | --long] [-t | --no-title]
34
35 where::
36
37  -x | --service-name      Onap service name. It is of type STRING.
38  -y | --service-version   Onap service version. It is of type STRING.
39  -m | --host-url          Onap host url. It is of type URL. By default, it
40                           is read from environment variable ONAP_HOST_URL.
41  -h | --help              Onap command help message. It is of type STRING.
42                           By default, it is false.
43  -v | --version           Onap command service version. It is of type
44                           STRING. By default, it is false.
45  -d | --debug             Enable debug output. It is of type BOOL. By
46                           default, it is false.
47  -f | --format            Output formats, supported formats such as table,
48                           csv, json, yaml. It is of type STRING. By
49                           default, it is table.
50  -s | --long              whether to print all attributes or only short
51                           attributes. It is of type BOOL. By default, it is
52                           false.
53  -t | --no-title          whether to print title or not. It is of type
54                           BOOL. By default, it is false.
55
56
57 Results::
58
59  name         Onap service name and is of type STRING.
60  version      Onap service version and is of type STRING.
61  url          Onap service base url and is of type URL.
62  status       Onap service status and is of type DIGIT.
63  nodes        Onap service running nodes and is of type JSON.
64  enable-ssl   Onap service is enabled with https or not and is
65               of type STRING.
66  path         Onap service path and is of type STRING.
67
68
69 Error::
70
71  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
72
73
74
75 [2] microservice-create
76 -----------------------------------------------
77
78
79 usage: onap microservice-create
80
81 Register microservice into Onap
82
83 Onap service: msb v1
84
85 Options::
86
87  [-x | --service-name] [-y | --service-version] [-r | --service-url]
88  [-b | --enable-ssl] [-c | --path] <node-ip>
89  <node-port> <create-or-update> [-m | --host-url]
90  [-h | --help] [-v | --version] [-d | --debug]
91  [-f | --format] [-s | --long] [-t | --no-title]
92
93 where::
94
95  -x | --service-name      Onap service name. It is of type STRING.
96  -y | --service-version   Onap service version. It is of type STRING.
97  -r | --service-url       Onap service base url. It is of type URL.
98  -b | --enable-ssl        Onap service is enabled with https or not. It is
99                           of type STRING. It is optional.
100  -c | --path              Onap service path. It is of type STRING. It is
101                           optional.
102  node-ip                  Onap service running node IP. It is of type
103                           STRING.
104  node-port                Onap service running node port. It is of type
105                           STRING.
106  create-or-update         Onap service create or update. It is of type
107                           BOOL. By default, it is false.
108  -m | --host-url          Onap host url. It is of type URL. By default, it
109                           is read from environment variable OPEN_HOST_URL.
110  -h | --help              Onap command help message. It is of type STRING.
111                           By default, it is false.
112  -v | --version           Onap command service version. It is of type
113                           STRING. By default, it is false.
114  -d | --debug             Enable debug output. It is of type BOOL. By
115                           default, it is false.
116  -f | --format            Output formats, supported formats such as table,
117                           csv, json, yaml. It is of type STRING. By
118                           default, it is table.
119  -s | --long              whether to print all attributes or only short
120                           attributes. It is of type BOOL. By default, it is
121                           false.
122  -t | --no-title          whether to print title or not. It is of type
123                           BOOL. By default, it is false.
124
125
126 Results::
127
128  name         Onap service name and is of type STRING.
129  version      Onap service version and is of type STRING.
130  url          Onap service base url and is of type URL.
131  status       Onap service status and is of type DIGIT.
132  nodes        Onap service running nodes and is of type STRING.
133  enable-ssl   Onap service is enabled with https or not and is
134               of type STRING.
135  path         Onap service path and is of type STRING.
136
137
138 Error::
139
140  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
141
142
143
144 [3] microservice-delete
145 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
146 -----------------------------------------------
147
148
149 usage: onap microservice-delete
150
151 Deletes the micro service from Onap
152
153 Onap service: msb v1
154
155 Options::
156
157  [-x | --service-name] [-y | --service-version] [-i | --node-ip]
158  [-r | --node-port] [-m | --host-url] [-h | --help]
159  [-v | --version] [-d | --debug] [-f | --format]
160  [-s | --long] [-t | --no-title]
161
162 where::
163
164  -x | --service-name      Onap service name. It is of type STRING.
165  -y | --service-version   Onap service version. It is of type STRING.
166  -i | --node-ip           Onap service running node IP. It is of type
167                           STRING.
168  -r | --node-port         Onap service running node port. It is of type
169                           STRING.
170  -m | --host-url          Onap host url. It is of type URL. By default, it
171                           is read from environment variable OPEN_HOST_URL.
172  -h | --help              Onap command help message. It is of type STRING.
173                           By default, it is false.
174  -v | --version           Onap command service version. It is of type
175                           STRING. By default, it is false.
176  -d | --debug             Enable debug output. It is of type BOOL. By
177                           default, it is false.
178  -f | --format            Output formats, supported formats such as table,
179                           csv, json, yaml. It is of type STRING. By
180                           default, it is table.
181  -s | --long              whether to print all attributes or only short
182                           attributes. It is of type BOOL. By default, it is
183                           false.
184  -t | --no-title          whether to print title or not. It is of type
185                           BOOL. By default, it is false.
186
187
188 Error::
189
190  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
191
192
193
194 [2] microservice-list
195 -----------------------------------------------
196
197
198 usage: onap microservice-list
199
200 Lists the registetred micro services in Onap
201
202 Onap service: msb v1
203
204 Options::
205
206  [-m | --host-url] [-h | --help] [-v | --version]
207  [-d | --debug] [-f | --format] [-s | --long]
208  [-t | --no-title]
209
210 where::
211
212  -m | --host-url  Onap host url. It is of type URL. By default, it
213                   is read from environment variable OPEN_HOST_URL.
214  -h | --help      Onap command help message. It is of type STRING.
215                   By default, it is false.
216  -v | --version   Onap command service version. It is of type
217                   STRING. By default, it is false.
218  -d | --debug     Enable debug output. It is of type BOOL. By
219                   default, it is false.
220  -f | --format    Output formats, supported formats such as table,
221                   csv, json, yaml. It is of type STRING. By
222                   default, it is table.
223  -s | --long      whether to print all attributes or only short
224                   attributes. It is of type BOOL. By default, it is
225                   false.
226  -t | --no-title  whether to print title or not. It is of type
227                   BOOL. By default, it is false.
228
229
230 Results::
231
232  name         Onap service name and is of type STRING.
233  version      Onap service version and is of type STRING.
234  url          Onap service base url and is of type URL.
235  status       Onap service status and is of type DIGIT.
236  nodes        Onap service running nodes and is of type JSON.
237  enable-ssl   Onap service is enabled with https or not and is
238               of type STRING.
239  path         Onap service path and is of type STRING.
240
241
242 Error::
243
244  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
245
246
247
248 [3] microservice-show
249 -----------------------------------------------
250
251
252 usage: onap microservice-show
253
254 Details the registered microservice in Onap
255
256 Onap service: msb v1
257
258 Options::
259
260  [-x | --service-name] [-y | --service-version] [-m | --host-url]
261  [-h | --help] [-v | --version] [-d | --debug]
262  [-f | --format] [-s | --long] [-t | --no-title]
263
264 where::
265
266  -x | --service-name      Onap service name. It is of type STRING.
267  -y | --service-version   Onap service version. It is of type STRING.
268  -m | --host-url          Onap host url. It is of type URL. By default, it
269                           is read from environment variable OPEN_HOST_URL.
270  -h | --help              Onap command help message. It is of type STRING.
271                           By default, it is false.
272  -v | --version           Onap command service version. It is of type
273                           STRING. By default, it is false.
274  -d | --debug             Enable debug output. It is of type BOOL. By
275                           default, it is false.
276  -f | --format            Output formats, supported formats such as table,
277                           csv, json, yaml. It is of type STRING. By
278                           default, it is table.
279  -s | --long              whether to print all attributes or only short
280                           attributes. It is of type BOOL. By default, it is
281                           false.
282  -t | --no-title          whether to print title or not. It is of type
283                           BOOL. By default, it is false.
284
285
286 Results::
287
288  name         Onap service name and is of type STRING.
289  version      Onap service version and is of type STRING.
290  url          Onap service base url and is of type URL.
291  status       Onap service status and is of type DIGIT.
292  nodes        Onap service running nodes and is of type JSON.
293  enable-ssl   Onap service is enabled with https or not and is
294               of type STRING.
295  path         Onap service path and is of type STRING.
296
297
298 Error::
299
300  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
301
302
303
304 [4] microservice-create
305 -----------------------------------------------
306
307
308 usage: onap microservice-create
309
310 Register microservice into Onap
311
312 Onap service: msb v1
313
314 Options::
315
316  [-x | --service-name] [-y | --service-version] [-r | --service-url]
317  [-b | --enable-ssl] [-c | --path] <node-ip>
318  <node-port> <create-or-update> [-m | --host-url]
319  [-h | --help] [-v | --version] [-d | --debug]
320  [-f | --format] [-s | --long] [-t | --no-title]
321
322 where::
323
324 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
325  -x | --service-name      Onap service name. It is of type STRING.
326  -y | --service-version   Onap service version. It is of type STRING.
327  -r | --service-url       Onap service base url. It is of type URL.
328  -b | --enable-ssl        Onap service is enabled with https or not. It is
329                           of type STRING. It is optional.
330  -c | --path              Onap service path. It is of type STRING. It is
331 =======
332 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
333  -b | --service-model-id  Service model ID. It is of type STRING. It is
334 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
335                           optional.
336  node-ip                  Onap service running node IP. It is of type
337                           STRING.
338  node-port                Onap service running node port. It is of type
339                           STRING.
340  create-or-update         Onap service create or update. It is of type
341                           BOOL. By default, it is false.
342  -m | --host-url          Onap host url. It is of type URL. By default, it
343                           is read from environment variable ONAP_HOST_URL.
344  -h | --help              Onap command help message. It is of type STRING.
345                           By default, it is false.
346  -v | --version           Onap command service version. It is of type
347                           STRING. By default, it is false.
348  -d | --debug             Enable debug output. It is of type BOOL. By
349                           default, it is false.
350  -f | --format            Output formats, supported formats such as table,
351                           csv, json, yaml. It is of type STRING. By
352                           default, it is table.
353  -s | --long              whether to print all attributes or only short
354                           attributes. It is of type BOOL. By default, it is
355                           false.
356  -t | --no-title          whether to print title or not. It is of type
357                           BOOL. By default, it is false.
358 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
359
360
361 Results::
362
363  name         Onap service name and is of type STRING.
364  version      Onap service version and is of type STRING.
365  url          Onap service base url and is of type URL.
366  status       Onap service status and is of type DIGIT.
367  nodes        Onap service running nodes and is of type STRING.
368  enable-ssl   Onap service is enabled with https or not and is
369               of type STRING.
370  path         Onap service path and is of type STRING.
371 =======
372  -a | --no-auth           whether to authenticate user or not. It is of
373                           type BOOL. By default, it is false.
374 =======
375  -x | --vsp-id          Onap VSP ID. It is of type STRING.
376  -u | --onap-username   Onap user name. It is of type STRING. By default,
377                         it is read from environment variable
378                         OPEN_CLI_USERNAME.
379  -p | --onap-password   Onap user password. It is of type STRING. By
380                         default, it is read from environment variable
381                         OPEN_CLI_PASSWORD. Secured.
382  -m | --host-url        Onap host url. It is of type URL. By default, it
383                         is read from environment variable OPEN_HOST_URL.
384  -h | --help            Onap command help message. It is of type STRING.
385                         By default, it is false.
386  -v | --version         Onap command service version. It is of type
387                         STRING. By default, it is false.
388  -d | --debug           Enable debug output. It is of type BOOL. By
389                         default, it is false.
390  -f | --format          Output formats, supported formats such as table,
391                         csv, json, yaml. It is of type STRING. By
392                         default, it is table.
393  -s | --long            whether to print all attributes or only short
394                         attributes. It is of type BOOL. By default, it is
395                         false.
396  -t | --no-title        whether to print title or not. It is of type
397                         BOOL. By default, it is false.
398  -a | --no-auth         whether to authenticate user or not. It is of
399                         type BOOL. By default, it is false.
400 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
401 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
402
403
404 Error::
405
406  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
407
408
409
410 [5] vlm-checkin
411 -----------------------------------------------
412
413
414 usage: onap vlm-checkin
415
416 Checkin Vendor License Model
417
418 Onap service: sdc v1.0
419
420 Options::
421
422  [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
423  [-p | --onap-password] [-m | --host-url] [-h | --help]
424  [-v | --version] [-d | --debug] [-f | --format]
425  [-s | --long] [-t | --no-title] [-a | --no-auth]
426
427 where::
428
429  -x | --vlm-id          Onap VLM ID. It is of type STRING.
430  -y | --vlm-version     VLM version. It is of type STRING.
431  -u | --onap-username   Onap user name. It is of type STRING. By default,
432                         it is read from environment variable
433                         OPEN_CLI_USERNAME.
434  -p | --onap-password   Onap user password. It is of type STRING. By
435                         default, it is read from environment variable
436                         OPEN_CLI_PASSWORD. Secured.
437  -m | --host-url        Onap host url. It is of type URL. By default, it
438                         is read from environment variable OPEN_HOST_URL.
439  -h | --help            Onap command help message. It is of type STRING.
440                         By default, it is false.
441  -v | --version         Onap command service version. It is of type
442                         STRING. By default, it is false.
443  -d | --debug           Enable debug output. It is of type BOOL. By
444                         default, it is false.
445  -f | --format          Output formats, supported formats such as table,
446                         csv, json, yaml. It is of type STRING. By
447                         default, it is table.
448  -s | --long            whether to print all attributes or only short
449                         attributes. It is of type BOOL. By default, it is
450                         false.
451  -t | --no-title        whether to print title or not. It is of type
452                         BOOL. By default, it is false.
453  -a | --no-auth         whether to authenticate user or not. It is of
454                         type BOOL. By default, it is false.
455
456
457 Error::
458
459  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
460
461
462
463 [6] vlm-key-group-create
464 -----------------------------------------------
465
466
467 usage: onap vlm-key-group-create
468
469 Create License Key Group
470
471 Onap service: sdc v1.0
472
473 Options::
474
475  [-c | --vlm-id] [-e | --vlm-version] [-x | --name]
476  [-y | --type] [-z | --description] [-u | --onap-username]
477  [-p | --onap-password] [-m | --host-url] [-h | --help]
478  [-v | --version] [-d | --debug] [-f | --format]
479  [-s | --long] [-t | --no-title] [-a | --no-auth]
480
481 where::
482
483 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
484  -c | --vlm-id          License Model Id. It is of type STRING.
485  -e | --vlm-version     License Model version. It is of type STRING.
486  -x | --name            name. It is of type STRING.
487  -y | --type            type of group (Universal, unique, one-time). It
488                         is of type STRING. By default, it is Universal.
489  -z | --description     Description for License Key Group. It is of type
490                         STRING. It is optional.
491 =======
492  -b | --service-model-id  Service model ID. It is of type STRING. It is
493                           optional.
494  -u | --onap-username     Onap user name. It is of type STRING. By default,
495                           it is read from environment variable
496                           OPEN_CLI_USERNAME.
497  -p | --onap-password     Onap user password. It is of type STRING. By
498                           default, it is read from environment variable
499                           OPEN_CLI_PASSWORD. Secured.
500  -m | --host-url          Onap host url. It is of type URL. By default, it
501                           is read from environment variable OPEN_HOST_URL.
502  -h | --help              Onap command help message. It is of type STRING.
503                           By default, it is false.
504  -v | --version           Onap command service version. It is of type
505                           STRING. By default, it is false.
506  -d | --debug             Enable debug output. It is of type BOOL. By
507                           default, it is false.
508  -f | --format            Output formats, supported formats such as table,
509                           csv, json, yaml. It is of type STRING. By
510                           default, it is table.
511  -s | --long              whether to print all attributes or only short
512                           attributes. It is of type BOOL. By default, it is
513                           false.
514  -t | --no-title          whether to print title or not. It is of type
515                           BOOL. By default, it is false.
516  -a | --no-auth           whether to authenticate user or not. It is of
517                           type BOOL. By default, it is false.
518
519
520 Error::
521
522  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
523
524
525
526 [9] vlm-checkout
527 -----------------------------------------------
528
529
530 usage: onap vlm-checkout
531
532 Checkout Vendor License Model
533
534 Onap service: sdc v1.0
535
536 Options::
537
538  [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
539  [-p | --onap-password] [-m | --host-url] [-h | --help]
540  [-v | --version] [-d | --debug] [-f | --format]
541  [-s | --long] [-t | --no-title] [-a | --no-auth]
542
543 where::
544
545 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
546  -x | --vlm-id          Onap VLM ID. It is of type STRING.
547  -y | --vlm-version     VLM version. It is of type STRING.
548 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
549  -u | --onap-username   Onap user name. It is of type STRING. By default,
550                         it is read from environment variable
551                         ONAP_USERNAME.
552  -p | --onap-password   Onap user password. It is of type STRING. By
553                         default, it is read from environment variable
554                         ONAP_PASSWORD. Secured.
555  -m | --host-url        Onap host url. It is of type URL. By default, it
556                         is read from environment variable ONAP_HOST_URL.
557  -h | --help            Onap command help message. It is of type STRING.
558                         By default, it is false.
559  -v | --version         Onap command service version. It is of type
560                         STRING. By default, it is false.
561  -d | --debug           Enable debug output. It is of type BOOL. By
562                         default, it is false.
563  -f | --format          Output formats, supported formats such as table,
564                         csv, json, yaml. It is of type STRING. By
565                         default, it is table.
566  -s | --long            whether to print all attributes or only short
567                         attributes. It is of type BOOL. By default, it is
568                         false.
569  -t | --no-title        whether to print title or not. It is of type
570                         BOOL. By default, it is false.
571  -a | --no-auth         whether to authenticate user or not. It is of
572                         type BOOL. By default, it is false.
573 =======
574  -x | --customer-name     Onap customer name. It is of type STRING.
575  -y | --resource-version  Onap customer resource version. It is of type
576                           UUID. It is optional. By default, it is
577                           0f4899c3-771c-462e-9dc8-ffa2de5532f6.
578  -u | --onap-username     Onap user name. It is of type STRING. By default,
579                           it is read from environment variable
580                           OPEN_CLI_USERNAME.
581  -p | --onap-password     Onap user password. It is of type STRING. By
582                           default, it is read from environment variable
583                           OPEN_CLI_PASSWORD. Secured.
584  -m | --host-url          Onap host url. It is of type URL. By default, it
585                           is read from environment variable OPEN_HOST_URL.
586  -h | --help              Onap command help message. It is of type STRING.
587                           By default, it is false.
588  -v | --version           Onap command service version. It is of type
589                           STRING. By default, it is false.
590  -d | --debug             Enable debug output. It is of type BOOL. By
591                           default, it is false.
592  -f | --format            Output formats, supported formats such as table,
593                           csv, json, yaml. It is of type STRING. By
594                           default, it is table.
595  -s | --long              whether to print all attributes or only short
596                           attributes. It is of type BOOL. By default, it is
597                           false.
598  -t | --no-title          whether to print title or not. It is of type
599                           BOOL. By default, it is false.
600  -a | --no-auth           whether to authenticate user or not. It is of
601                           type BOOL. By default, it is false.
602 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
603
604
605 Results::
606
607  ID   License Model ID and is of type STRING.
608
609
610 Error::
611
612  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
613
614
615
616 [7] vlm-aggreement-list
617 -----------------------------------------------
618
619
620 usage: onap vlm-aggreement-list
621
622 List license aggreement
623
624 Onap service: sdc v1.0
625
626 Options::
627
628 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
629  [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
630 =======
631 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
632  [-x | --vendor-name] [-y | --description] [-u | --onap-username]
633 =======
634  [-x | --cloud] [-y | --region] [-z | --tenant-id]
635  [-r | --resource-version] [-u | --onap-username] [-p | --onap-password]
636  [-m | --host-url] [-h | --help] [-v | --version]
637  [-d | --debug] [-f | --format] [-s | --long]
638  [-t | --no-title] [-a | --no-auth]
639
640 where::
641
642  -x | --cloud             Onap cloud. It is of type STRING.
643  -y | --region            Onap cloud region. It is of type STRING.
644  -z | --tenant-id         Onap cloud tenant id. It is of type STRING.
645  -r | --resource-version  Onap cloud tenant version. It is of type UUID. It
646                           is optional. By default, it is
647                           adbbea15-de1a-442a-a0e3-793779ea25bb.
648  -u | --onap-username     Onap user name. It is of type STRING. By default,
649                           it is read from environment variable
650                           OPEN_CLI_USERNAME.
651  -p | --onap-password     Onap user password. It is of type STRING. By
652                           default, it is read from environment variable
653                           OPEN_CLI_PASSWORD. Secured.
654  -m | --host-url          Onap host url. It is of type URL. By default, it
655                           is read from environment variable OPEN_HOST_URL.
656  -h | --help              Onap command help message. It is of type STRING.
657                           By default, it is false.
658  -v | --version           Onap command service version. It is of type
659                           STRING. By default, it is false.
660  -d | --debug             Enable debug output. It is of type BOOL. By
661                           default, it is false.
662  -f | --format            Output formats, supported formats such as table,
663                           csv, json, yaml. It is of type STRING. By
664                           default, it is table.
665  -s | --long              whether to print all attributes or only short
666                           attributes. It is of type BOOL. By default, it is
667                           false.
668  -t | --no-title          whether to print title or not. It is of type
669                           BOOL. By default, it is false.
670  -a | --no-auth           whether to authenticate user or not. It is of
671                           type BOOL. By default, it is false.
672
673
674 Error::
675
676  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
677
678
679
680 tenant-list
681 -----------------------------------------------
682
683
684 usage: onap tenant-list
685
686 Lists the tenants under given cloud region in Onap
687
688 Onap service: aai v11
689
690 Options::
691
692  [-x | --cloud] [-y | --region] [-u | --onap-username]
693 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
694 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
695  [-p | --onap-password] [-m | --host-url] [-h | --help]
696  [-v | --version] [-d | --debug] [-f | --format]
697  [-s | --long] [-t | --no-title] [-a | --no-auth]
698
699 where::
700
701  -x | --vlm-id          License Model ID. It is of type STRING.
702  -y | --vlm-version     License Model version. It is of type STRING.
703  -u | --onap-username   Onap user name. It is of type STRING. By default,
704                         it is read from environment variable
705                         OPEN_CLI_USERNAME.
706  -p | --onap-password   Onap user password. It is of type STRING. By
707                         default, it is read from environment variable
708                         OPEN_CLI_PASSWORD. Secured.
709  -m | --host-url        Onap host url. It is of type URL. By default, it
710                         is read from environment variable OPEN_HOST_URL.
711  -h | --help            Onap command help message. It is of type STRING.
712                         By default, it is false.
713  -v | --version         Onap command service version. It is of type
714                         STRING. By default, it is false.
715  -d | --debug           Enable debug output. It is of type BOOL. By
716                         default, it is false.
717  -f | --format          Output formats, supported formats such as table,
718                         csv, json, yaml. It is of type STRING. By
719                         default, it is table.
720  -s | --long            whether to print all attributes or only short
721                         attributes. It is of type BOOL. By default, it is
722                         false.
723  -t | --no-title        whether to print title or not. It is of type
724                         BOOL. By default, it is false.
725  -a | --no-auth         whether to authenticate user or not. It is of
726                         type BOOL. By default, it is false.
727
728
729 Results::
730
731  ID     aggreement ID and is of type STRING.
732  name   aggreement name and is of type STRING.
733
734
735 Error::
736
737  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
738
739
740
741 [8] vlm-key-group-list
742 -----------------------------------------------
743
744
745 usage: onap vlm-key-group-list
746
747 key group list in a license model
748
749 Onap service: sdc v1.0
750
751 Options::
752
753  [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
754  [-p | --onap-password] [-m | --host-url] [-h | --help]
755  [-v | --version] [-d | --debug] [-f | --format]
756  [-s | --long] [-t | --no-title] [-a | --no-auth]
757
758 where::
759
760 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
761  -x | --vlm-id          License Model ID. It is of type STRING.
762  -y | --vlm-version     License Model version. It is of type STRING.
763  -u | --onap-username   Onap user name. It is of type STRING. By default,
764                         it is read from environment variable
765                         ONAP_USERNAME.
766  -p | --onap-password   Onap user password. It is of type STRING. By
767                         default, it is read from environment variable
768                         ONAP_PASSWORD. Secured.
769  -m | --host-url        Onap host url. It is of type URL. By default, it
770                         is read from environment variable ONAP_HOST_URL.
771  -h | --help            Onap command help message. It is of type STRING.
772                         By default, it is false.
773  -v | --version         Onap command service version. It is of type
774                         STRING. By default, it is false.
775  -d | --debug           Enable debug output. It is of type BOOL. By
776                         default, it is false.
777  -f | --format          Output formats, supported formats such as table,
778                         csv, json, yaml. It is of type STRING. By
779                         default, it is table.
780  -s | --long            whether to print all attributes or only short
781                         attributes. It is of type BOOL. By default, it is
782                         false.
783  -t | --no-title        whether to print title or not. It is of type
784                         BOOL. By default, it is false.
785  -a | --no-auth         whether to authenticate user or not. It is of
786                         type BOOL. By default, it is false.
787 =======
788 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
789  -x | --name                          Entitlement Pool name. It is of type STRING.
790  -y | --vlm-id                        License Model ID. It is of type STRING.
791  -e | --vlm-version                   License Model version. It is of type STRING.
792  -z | --description                   Description for Entitlement Pool. It is of type
793                                       STRING.
794  -g | --operational-scope             Operational Scope. It is of type STRING. By
795                                       default, it is Availability_Zone.
796  -k | --manufacture-reference-number  Manufature Reference Number. It is of type STRING.
797  -u | --onap-username                 Onap user name. It is of type STRING. By default,
798                                       it is read from environment variable
799                                       ONAP_USERNAME.
800  -p | --onap-password                 Onap user password. It is of type STRING. By
801                                       default, it is read from environment variable
802                                       ONAP_PASSWORD. Secured.
803  -m | --host-url                      Onap host url. It is of type URL. By default, it
804                                       is read from environment variable ONAP_HOST_URL.
805  -h | --help                          Onap command help message. It is of type STRING.
806                                       By default, it is false.
807  -v | --version                       Onap command service version. It is of type
808                                       STRING. By default, it is false.
809  -d | --debug                         Enable debug output. It is of type BOOL. By
810                                       default, it is false.
811  -f | --format                        Output formats, supported formats such as table,
812                                       csv, json, yaml. It is of type STRING. By
813                                       default, it is table.
814  -s | --long                          whether to print all attributes or only short
815                                       attributes. It is of type BOOL. By default, it is
816                                       false.
817  -t | --no-title                      whether to print title or not. It is of type
818                                       BOOL. By default, it is false.
819  -a | --no-auth                       whether to authenticate user or not. It is of
820                                       type BOOL. By default, it is false.
821 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
822
823
824 Results::
825
826 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
827  ID     Feature group ID and is of type STRING.
828  name   Feature group name and is of type STRING.
829 =======
830  ID   Entitlement Pool ID and is of type STRING.
831 =======
832  -x | --cloud-name        Onap cloud name. It is of type STRING.
833  -y | --region-name       Onap cloud region name. It is of type STRING.
834  -z | --resource-version  Onap cloud region version. It is of type UUID. It
835                           is optional. By default, it is
836                           93230cdb-aae3-4b87-a38a-fc4529e8aac9.
837  -u | --onap-username     Onap user name. It is of type STRING. By default,
838                           it is read from environment variable
839                           OPEN_CLI_USERNAME.
840  -p | --onap-password     Onap user password. It is of type STRING. By
841                           default, it is read from environment variable
842                           OPEN_CLI_PASSWORD. Secured.
843  -m | --host-url          Onap host url. It is of type URL. By default, it
844                           is read from environment variable OPEN_HOST_URL.
845  -h | --help              Onap command help message. It is of type STRING.
846                           By default, it is false.
847  -v | --version           Onap command service version. It is of type
848                           STRING. By default, it is false.
849  -d | --debug             Enable debug output. It is of type BOOL. By
850                           default, it is false.
851  -f | --format            Output formats, supported formats such as table,
852                           csv, json, yaml. It is of type STRING. By
853                           default, it is table.
854  -s | --long              whether to print all attributes or only short
855                           attributes. It is of type BOOL. By default, it is
856                           false.
857  -t | --no-title          whether to print title or not. It is of type
858                           BOOL. By default, it is false.
859  -a | --no-auth           whether to authenticate user or not. It is of
860                           type BOOL. By default, it is false.
861 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
862 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
863
864
865 Error::
866
867  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
868
869
870
871 [9] vlm-create
872 -----------------------------------------------
873
874
875 usage: onap vlm-create
876
877 Create License Model
878
879 Onap service: sdc v1.0
880
881 Options::
882
883  [-x | --vendor-name] [-y | --description] [-u | --onap-username]
884  [-p | --onap-password] [-m | --host-url] [-h | --help]
885  [-v | --version] [-d | --debug] [-f | --format]
886  [-s | --long] [-t | --no-title] [-a | --no-auth]
887
888 where::
889
890  -x | --vendor-name     vendor name. It is of type STRING.
891  -y | --description     Description for License Model. It is of type
892                         STRING. It is optional.
893  -u | --onap-username   Onap user name. It is of type STRING. By default,
894                         it is read from environment variable
895                         OPEN_CLI_USERNAME.
896  -p | --onap-password   Onap user password. It is of type STRING. By
897                         default, it is read from environment variable
898                         OPEN_CLI_PASSWORD. Secured.
899  -m | --host-url        Onap host url. It is of type URL. By default, it
900                         is read from environment variable OPEN_HOST_URL.
901  -h | --help            Onap command help message. It is of type STRING.
902                         By default, it is false.
903  -v | --version         Onap command service version. It is of type
904                         STRING. By default, it is false.
905  -d | --debug           Enable debug output. It is of type BOOL. By
906                         default, it is false.
907  -f | --format          Output formats, supported formats such as table,
908                         csv, json, yaml. It is of type STRING. By
909                         default, it is table.
910  -s | --long            whether to print all attributes or only short
911                         attributes. It is of type BOOL. By default, it is
912                         false.
913  -t | --no-title        whether to print title or not. It is of type
914                         BOOL. By default, it is false.
915  -a | --no-auth         whether to authenticate user or not. It is of
916                         type BOOL. By default, it is false.
917
918
919 Results::
920
921  ID   License Model ID and is of type UUID.
922
923
924 Error::
925
926  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
927
928
929
930 [10] vlm-entitlement-pool-create
931 -----------------------------------------------
932
933
934 usage: onap vlm-entitlement-pool-create
935
936 Create Entitlement Pool
937
938 Onap service: sdc v1.0
939
940 Options::
941
942  [-x | --name] [-y | --vlm-id] [-e | --vlm-version]
943  [-z | --description] [-g | --operational-scope] [-k | --manufacture-reference-number]
944  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
945  [-h | --help] [-v | --version] [-d | --debug]
946  [-f | --format] [-s | --long] [-t | --no-title]
947  [-a | --no-auth]
948
949 where::
950
951 <<<<<<< ece4fcf67742a307d5d68fbde1723f3e0485b7fb
952  -x | --name                          Entitlement Pool name. It is of type STRING.
953 =======
954 <<<<<<< 476f5637ae4e816f7abf3536c5eeb156e0af6bed
955  -x | --name                          Feature group name. It is of type STRING.
956 >>>>>>> Normalize all env with OPEN_CLI
957  -y | --vlm-id                        License Model ID. It is of type STRING.
958  -e | --vlm-version                   License Model version. It is of type STRING.
959  -z | --description                   Description for Entitlement Pool. It is of type
960                                       STRING.
961  -g | --operational-scope             Operational Scope. It is of type STRING. By
962                                       default, it is Availability_Zone.
963  -k | --manufacture-reference-number  Manufature Reference Number. It is of type STRING.
964  -u | --onap-username                 Onap user name. It is of type STRING. By default,
965                                       it is read from environment variable
966                                       ONAP_USERNAME.
967  -p | --onap-password                 Onap user password. It is of type STRING. By
968                                       default, it is read from environment variable
969                                       ONAP_PASSWORD. Secured.
970  -m | --host-url                      Onap host url. It is of type URL. By default, it
971                                       is read from environment variable ONAP_HOST_URL.
972  -h | --help                          Onap command help message. It is of type STRING.
973                                       By default, it is false.
974  -v | --version                       Onap command service version. It is of type
975                                       STRING. By default, it is false.
976  -d | --debug                         Enable debug output. It is of type BOOL. By
977                                       default, it is false.
978  -f | --format                        Output formats, supported formats such as table,
979                                       csv, json, yaml. It is of type STRING. By
980                                       default, it is table.
981  -s | --long                          whether to print all attributes or only short
982                                       attributes. It is of type BOOL. By default, it is
983                                       false.
984  -t | --no-title                      whether to print title or not. It is of type
985                                       BOOL. By default, it is false.
986  -a | --no-auth                       whether to authenticate user or not. It is of
987                                       type BOOL. By default, it is false.
988 =======
989  -u | --onap-username   Onap user name. It is of type STRING. By default,
990                         it is read from environment variable
991                         OPEN_CLI_USERNAME.
992  -p | --onap-password   Onap user password. It is of type STRING. By
993                         default, it is read from environment variable
994                         OPEN_CLI_PASSWORD. Secured.
995  -m | --host-url        Onap host url. It is of type URL. By default, it
996                         is read from environment variable OPEN_HOST_URL.
997  -h | --help            Onap command help message. It is of type STRING.
998                         By default, it is false.
999  -v | --version         Onap command service version. It is of type
1000                         STRING. By default, it is false.
1001  -d | --debug           Enable debug output. It is of type BOOL. By
1002                         default, it is false.
1003  -f | --format          Output formats, supported formats such as table,
1004                         csv, json, yaml. It is of type STRING. By
1005                         default, it is table.
1006  -s | --long            whether to print all attributes or only short
1007                         attributes. It is of type BOOL. By default, it is
1008                         false.
1009  -t | --no-title        whether to print title or not. It is of type
1010                         BOOL. By default, it is false.
1011  -a | --no-auth         whether to authenticate user or not. It is of
1012                         type BOOL. By default, it is false.
1013 >>>>>>> Normalize all env with OPEN_CLI
1014
1015
1016 Results::
1017
1018  ID   Entitlement Pool ID and is of type STRING.
1019
1020
1021 Error::
1022
1023  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1024
1025
1026
1027 [11] vsp-package
1028 -----------------------------------------------
1029
1030
1031 usage: onap vsp-package
1032
1033 Package Vendor Software Product
1034
1035 Onap service: sdc v1.0
1036
1037 Options::
1038
1039  [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
1040  [-p | --onap-password] [-m | --host-url] [-h | --help]
1041  [-v | --version] [-d | --debug] [-f | --format]
1042  [-s | --long] [-t | --no-title] [-a | --no-auth]
1043
1044 where::
1045
1046  -x | --vsp-id          Onap VSP ID. It is of type STRING.
1047  -y | --vsp-version     VSP version. It is of type STRING.
1048  -u | --onap-username   Onap user name. It is of type STRING. By default,
1049                         it is read from environment variable
1050                         OPEN_CLI_USERNAME.
1051  -p | --onap-password   Onap user password. It is of type STRING. By
1052                         default, it is read from environment variable
1053                         OPEN_CLI_PASSWORD. Secured.
1054  -m | --host-url        Onap host url. It is of type URL. By default, it
1055                         is read from environment variable OPEN_HOST_URL.
1056  -h | --help            Onap command help message. It is of type STRING.
1057                         By default, it is false.
1058  -v | --version         Onap command service version. It is of type
1059                         STRING. By default, it is false.
1060  -d | --debug           Enable debug output. It is of type BOOL. By
1061                         default, it is false.
1062  -f | --format          Output formats, supported formats such as table,
1063                         csv, json, yaml. It is of type STRING. By
1064                         default, it is table.
1065  -s | --long            whether to print all attributes or only short
1066                         attributes. It is of type BOOL. By default, it is
1067                         false.
1068  -t | --no-title        whether to print title or not. It is of type
1069                         BOOL. By default, it is false.
1070  -a | --no-auth         whether to authenticate user or not. It is of
1071                         type BOOL. By default, it is false.
1072
1073
1074 Error::
1075
1076  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1077
1078
1079
1080 [12] vsp-submit
1081 -----------------------------------------------
1082
1083
1084 usage: onap vsp-submit
1085
1086 Submit Vendor Software Product
1087
1088 Onap service: sdc v1.0
1089
1090 Options::
1091
1092  [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
1093  [-p | --onap-password] [-m | --host-url] [-h | --help]
1094  [-v | --version] [-d | --debug] [-f | --format]
1095  [-s | --long] [-t | --no-title] [-a | --no-auth]
1096
1097 where::
1098
1099  -x | --vsp-id          Onap VSP ID. It is of type STRING.
1100  -y | --vsp-version     VSP version. It is of type STRING.
1101  -u | --onap-username   Onap user name. It is of type STRING. By default,
1102                         it is read from environment variable
1103                         OPEN_USERNAME.
1104  -p | --onap-password   Onap user password. It is of type STRING. By
1105                         default, it is read from environment variable
1106                         OPEN_PASSWORD. Secured.
1107  -m | --host-url        Onap host url. It is of type URL. By default, it
1108                         is read from environment variable OPEN_HOST_URL.
1109  -h | --help            Onap command help message. It is of type STRING.
1110                         By default, it is false.
1111  -v | --version         Onap command service version. It is of type
1112                         STRING. By default, it is false.
1113  -d | --debug           Enable debug output. It is of type BOOL. By
1114                         default, it is false.
1115  -f | --format          Output formats, supported formats such as table,
1116                         csv, json, yaml. It is of type STRING. By
1117                         default, it is table.
1118  -s | --long            whether to print all attributes or only short
1119                         attributes. It is of type BOOL. By default, it is
1120                         false.
1121  -t | --no-title        whether to print title or not. It is of type
1122                         BOOL. By default, it is false.
1123  -a | --no-auth         whether to authenticate user or not. It is of
1124                         type BOOL. By default, it is false.
1125
1126
1127 Error::
1128
1129  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1130
1131
1132
1133 [13] vsp-checkout
1134 -----------------------------------------------
1135
1136
1137 usage: onap vsp-checkout
1138
1139 Checkout Vendor Software Product
1140
1141 Onap service: sdc v1.0
1142
1143 Options::
1144
1145  [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
1146  [-p | --onap-password] [-m | --host-url] [-h | --help]
1147  [-v | --version] [-d | --debug] [-f | --format]
1148  [-s | --long] [-t | --no-title] [-a | --no-auth]
1149
1150 where::
1151
1152 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
1153  -x | --vsp-id          Onap VSP ID. It is of type STRING.
1154  -y | --vsp-version     VSP version. It is of type STRING.
1155 =======
1156 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
1157  -x | --vlm-id          License Model ID. It is of type STRING.
1158  -y | --vlm-version     License Model version. It is of type STRING.
1159 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
1160  -u | --onap-username   Onap user name. It is of type STRING. By default,
1161                         it is read from environment variable
1162                         ONAP_USERNAME.
1163  -p | --onap-password   Onap user password. It is of type STRING. By
1164                         default, it is read from environment variable
1165                         ONAP_PASSWORD. Secured.
1166  -m | --host-url        Onap host url. It is of type URL. By default, it
1167                         is read from environment variable ONAP_HOST_URL.
1168  -h | --help            Onap command help message. It is of type STRING.
1169                         By default, it is false.
1170  -v | --version         Onap command service version. It is of type
1171                         STRING. By default, it is false.
1172  -d | --debug           Enable debug output. It is of type BOOL. By
1173                         default, it is false.
1174  -f | --format          Output formats, supported formats such as table,
1175                         csv, json, yaml. It is of type STRING. By
1176                         default, it is table.
1177  -s | --long            whether to print all attributes or only short
1178                         attributes. It is of type BOOL. By default, it is
1179                         false.
1180  -t | --no-title        whether to print title or not. It is of type
1181                         BOOL. By default, it is false.
1182  -a | --no-auth         whether to authenticate user or not. It is of
1183                         type BOOL. By default, it is false.
1184
1185
1186 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
1187 =======
1188 Results::
1189
1190  ID     Feature group ID and is of type STRING.
1191  name   Feature group name and is of type STRING.
1192 =======
1193  -x | --cloud-name        Onap cloud name. It is of type STRING.
1194  -y | --region-name       Onap  region name. It is of type STRING.
1195  -z | --vim-id            Onap VIM unique id. It is of type UUID. By
1196                           default, it is
1197                           65c6f4af-893f-4130-aa79-9158fcaed040.
1198  -b | --resource-version  Onap vim resource version. It is of type STRING.
1199                           It is optional.
1200  -u | --onap-username     Onap user name. It is of type STRING. By default,
1201                           it is read from environment variable
1202                           OPEN_CLI_USERNAME.
1203  -p | --onap-password     Onap user password. It is of type STRING. By
1204                           default, it is read from environment variable
1205                           OPEN_CLI_PASSWORD. Secured.
1206  -m | --host-url          Onap host url. It is of type URL. By default, it
1207                           is read from environment variable OPEN_HOST_URL.
1208  -h | --help              Onap command help message. It is of type STRING.
1209                           By default, it is false.
1210  -v | --version           Onap command service version. It is of type
1211                           STRING. By default, it is false.
1212  -d | --debug             Enable debug output. It is of type BOOL. By
1213                           default, it is false.
1214  -f | --format            Output formats, supported formats such as table,
1215                           csv, json, yaml. It is of type STRING. By
1216                           default, it is table.
1217  -s | --long              whether to print all attributes or only short
1218                           attributes. It is of type BOOL. By default, it is
1219                           false.
1220  -t | --no-title          whether to print title or not. It is of type
1221                           BOOL. By default, it is false.
1222  -a | --no-auth           whether to authenticate user or not. It is of
1223                           type BOOL. By default, it is false.
1224 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
1225
1226
1227 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
1228 Error::
1229
1230  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1231
1232
1233
1234 [14] vsp-show
1235 -----------------------------------------------
1236
1237
1238 usage: onap vsp-show
1239
1240 Details of the Vendor Software Product
1241
1242 Onap service: sdc v1.0
1243
1244 Options::
1245
1246 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
1247  [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
1248  [-p | --onap-password] [-m | --host-url] [-h | --help]
1249  [-v | --version] [-d | --debug] [-f | --format]
1250  [-s | --long] [-t | --no-title] [-a | --no-auth]
1251 =======
1252 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
1253 =======
1254  [-x | --vim-id] [-y | --vnfm-id] [-b | --name]
1255  [-c | --type] [-e | --vendor] [-q | --vnfm-version]
1256  [-g | --url] [-i | --username] [-j | --password]
1257  [-z | --certificate-url] [-u | --onap-username] [-p | --onap-password]
1258  [-m | --host-url] [-h | --help] [-v | --version]
1259  [-d | --debug] [-f | --format] [-s | --long]
1260  [-t | --no-title] [-a | --no-auth]
1261
1262 where::
1263
1264  -x | --vim-id            Onap VIM unique id. It is of type UUID. By
1265                           default, it is
1266                           e74f4b44-28ee-45e4-a1ac-7c3a0ed4a0b7.
1267  -y | --vnfm-id           Onap VNFM unique id. It is of type UUID. By
1268                           default, it is
1269                           7a74f262-5b96-4445-8a56-2d43b73f6f6c.
1270  -b | --name              Onap VNFM name. It is of type STRING.
1271  -c | --type              Onap VNFM type. It is of type STRING.
1272  -e | --vendor            Onap VNFM vendor. It is of type STRING.
1273  -q | --vnfm-version      Onap VNFM version. It is of type STRING.
1274  -g | --url               Onap VNFM URL. It is of type STRING.
1275  -i | --username          Onap VNFM username. It is of type STRING.
1276  -j | --password          Onap VNFM password. It is of type STRING.
1277  -z | --certificate-url   Onap VNFM certificate-url. It is of type STRING.
1278                           It is optional.
1279  -u | --onap-username     Onap user name. It is of type STRING. By default,
1280                           it is read from environment variable
1281                           OPEN_CLI_USERNAME.
1282  -p | --onap-password     Onap user password. It is of type STRING. By
1283                           default, it is read from environment variable
1284                           OPEN_CLI_PASSWORD. Secured.
1285  -m | --host-url          Onap host url. It is of type URL. By default, it
1286                           is read from environment variable OPEN_HOST_URL.
1287  -h | --help              Onap command help message. It is of type STRING.
1288                           By default, it is false.
1289  -v | --version           Onap command service version. It is of type
1290                           STRING. By default, it is false.
1291  -d | --debug             Enable debug output. It is of type BOOL. By
1292                           default, it is false.
1293  -f | --format            Output formats, supported formats such as table,
1294                           csv, json, yaml. It is of type STRING. By
1295                           default, it is table.
1296  -s | --long              whether to print all attributes or only short
1297                           attributes. It is of type BOOL. By default, it is
1298                           false.
1299  -t | --no-title          whether to print title or not. It is of type
1300                           BOOL. By default, it is false.
1301  -a | --no-auth           whether to authenticate user or not. It is of
1302                           type BOOL. By default, it is false.
1303
1304
1305 Error::
1306
1307  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1308
1309
1310
1311 vnfm-list
1312 -----------------------------------------------
1313
1314
1315 usage: onap vnfm-list
1316
1317 List the configured vnfm
1318
1319 Onap service: aai v11
1320
1321 Options::
1322
1323 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
1324  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
1325  [-h | --help] [-v | --version] [-d | --debug]
1326  [-f | --format] [-s | --long] [-t | --no-title]
1327  [-a | --no-auth]
1328 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
1329
1330 where::
1331
1332  -x | --vsp-id          Onap VSP ID. It is of type STRING.
1333  -y | --vsp-version     Onap VSP version. It is of type STRING.
1334  -u | --onap-username   Onap user name. It is of type STRING. By default,
1335                         it is read from environment variable
1336                         OPEN_CLI_USERNAME.
1337  -p | --onap-password   Onap user password. It is of type STRING. By
1338                         default, it is read from environment variable
1339                         OPEN_CLI_PASSWORD. Secured.
1340  -m | --host-url        Onap host url. It is of type URL. By default, it
1341                         is read from environment variable OPEN_HOST_URL.
1342  -h | --help            Onap command help message. It is of type STRING.
1343                         By default, it is false.
1344  -v | --version         Onap command service version. It is of type
1345                         STRING. By default, it is false.
1346  -d | --debug           Enable debug output. It is of type BOOL. By
1347                         default, it is false.
1348  -f | --format          Output formats, supported formats such as table,
1349                         csv, json, yaml. It is of type STRING. By
1350                         default, it is table.
1351  -s | --long            whether to print all attributes or only short
1352                         attributes. It is of type BOOL. By default, it is
1353                         false.
1354  -t | --no-title        whether to print title or not. It is of type
1355                         BOOL. By default, it is false.
1356  -a | --no-auth         whether to authenticate user or not. It is of
1357                         type BOOL. By default, it is false.
1358
1359
1360 Results::
1361
1362  name         VSP Name and is of type STRING.
1363  ID           VSP ID and is of type STRING.
1364  description  Description for the VSP and is of type STRING.
1365  vendor-name  Vendor name and is of type STRING.
1366  vendor-id    Vendor id and is of type STRING.
1367  version      Version and is of type STRING.
1368  status       status and is of type STRING.
1369  license-id   license aggreement and is of type STRING.
1370
1371
1372 Error::
1373
1374  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1375
1376
1377
1378 [15] vsp-create
1379 -----------------------------------------------
1380
1381
1382 usage: onap vsp-create
1383
1384 Create Vendor Software Product
1385
1386 Onap service: sdc v1.0
1387
1388 Options::
1389
1390  [-x | --vsp-name] [-y | --vsp-description] [-z | --vsp-category]
1391  [-b | --vsp-subcategory] [-c | --vlm-version] [-e | --vlm-vendor]
1392  [-g | --vlm-id] [-i | --vlm-agreement-id] [-j | --vlm-feature-group-id]
1393  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
1394  [-h | --help] [-v | --version] [-d | --debug]
1395  [-f | --format] [-s | --long] [-t | --no-title]
1396  [-a | --no-auth]
1397
1398 where::
1399
1400 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
1401  -x | --vsp-name              Onap VSP Name. It is of type STRING.
1402  -y | --vsp-description       Description for VSP. It is of type STRING. It is
1403                               optional.
1404  -z | --vsp-category          Category of the VSP. It is of type STRING. It is
1405                               optional. By default, it is
1406                               resourceNewCategory.generic.
1407  -b | --vsp-subcategory       Sub Category of VSP. It is of type STRING. It is
1408                               optional. By default, it is
1409                               resourceNewCategory.generic.abstract.
1410  -c | --vlm-version           License version. It is of type STRING. It is
1411                               optional. By default, it is 1.0.
1412  -e | --vlm-vendor            License Model vendor. It is of type STRING.
1413  -g | --vlm-id                License Model ID. It is of type STRING.
1414  -i | --vlm-agreement-id      License Agreement ID. It is of type STRING.
1415  -j | --vlm-feature-group-id  Feature Group ID. It is of type STRING.
1416  -u | --onap-username         Onap user name. It is of type STRING. By default,
1417                               it is read from environment variable
1418                               ONAP_USERNAME.
1419  -p | --onap-password         Onap user password. It is of type STRING. By
1420                               default, it is read from environment variable
1421                               ONAP_PASSWORD. Secured.
1422  -m | --host-url              Onap host url. It is of type URL. By default, it
1423                               is read from environment variable ONAP_HOST_URL.
1424  -h | --help                  Onap command help message. It is of type STRING.
1425                               By default, it is false.
1426  -v | --version               Onap command service version. It is of type
1427                               STRING. By default, it is false.
1428  -d | --debug                 Enable debug output. It is of type BOOL. By
1429                               default, it is false.
1430  -f | --format                Output formats, supported formats such as table,
1431                               csv, json, yaml. It is of type STRING. By
1432                               default, it is table.
1433  -s | --long                  whether to print all attributes or only short
1434                               attributes. It is of type BOOL. By default, it is
1435                               false.
1436  -t | --no-title              whether to print title or not. It is of type
1437                               BOOL. By default, it is false.
1438  -a | --no-auth               whether to authenticate user or not. It is of
1439                               type BOOL. By default, it is false.
1440 =======
1441 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
1442  -x | --vlm-id          Onap VLM ID. It is of type STRING.
1443  -y | --vlm-version     VLM version. It is of type STRING.
1444  -u | --onap-username   Onap user name. It is of type STRING. By default,
1445                         it is read from environment variable
1446                         ONAP_USERNAME.
1447  -p | --onap-password   Onap user password. It is of type STRING. By
1448                         default, it is read from environment variable
1449                         ONAP_PASSWORD. Secured.
1450  -m | --host-url        Onap host url. It is of type URL. By default, it
1451                         is read from environment variable ONAP_HOST_URL.
1452  -h | --help            Onap command help message. It is of type STRING.
1453                         By default, it is false.
1454  -v | --version         Onap command service version. It is of type
1455                         STRING. By default, it is false.
1456  -d | --debug           Enable debug output. It is of type BOOL. By
1457                         default, it is false.
1458  -f | --format          Output formats, supported formats such as table,
1459                         csv, json, yaml. It is of type STRING. By
1460                         default, it is table.
1461  -s | --long            whether to print all attributes or only short
1462                         attributes. It is of type BOOL. By default, it is
1463                         false.
1464  -t | --no-title        whether to print title or not. It is of type
1465                         BOOL. By default, it is false.
1466  -a | --no-auth         whether to authenticate user or not. It is of
1467                         type BOOL. By default, it is false.
1468 =======
1469  -x | --service-type      Onap service type. It is of type STRING.
1470  -y | --service-type-id   Onap service type uuid. It is of type UUID. It is
1471                           optional. By default, it is
1472                           3def24ae-701e-4c98-91a6-859c0f206759.
1473  -u | --onap-username     Onap user name. It is of type STRING. By default,
1474                           it is read from environment variable
1475                           OPEN_CLI_USERNAME.
1476  -p | --onap-password     Onap user password. It is of type STRING. By
1477                           default, it is read from environment variable
1478                           OPEN_CLI_PASSWORD. Secured.
1479  -m | --host-url          Onap host url. It is of type URL. By default, it
1480                           is read from environment variable OPEN_HOST_URL.
1481  -h | --help              Onap command help message. It is of type STRING.
1482                           By default, it is false.
1483  -v | --version           Onap command service version. It is of type
1484                           STRING. By default, it is false.
1485  -d | --debug             Enable debug output. It is of type BOOL. By
1486                           default, it is false.
1487  -f | --format            Output formats, supported formats such as table,
1488                           csv, json, yaml. It is of type STRING. By
1489                           default, it is table.
1490  -s | --long              whether to print all attributes or only short
1491                           attributes. It is of type BOOL. By default, it is
1492                           false.
1493  -t | --no-title          whether to print title or not. It is of type
1494                           BOOL. By default, it is false.
1495  -a | --no-auth           whether to authenticate user or not. It is of
1496                           type BOOL. By default, it is false.
1497 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
1498
1499
1500 Error::
1501
1502  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1503
1504
1505
1506 [19] vlm-submit
1507 -----------------------------------------------
1508
1509
1510 usage: onap vlm-submit
1511
1512 Submit Vendor License Model
1513
1514 Onap service: sdc v1.0
1515
1516 Options::
1517 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
1518
1519
1520 Results::
1521
1522 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
1523  ID   VSP ID and is of type STRING.
1524 =======
1525 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
1526  -x | --vlm-id          Onap VLM ID. It is of type STRING.
1527  -y | --vlm-version     VLM version. It is of type STRING.
1528  -u | --onap-username   Onap user name. It is of type STRING. By default,
1529                         it is read from environment variable
1530                         ONAP_USERNAME.
1531  -p | --onap-password   Onap user password. It is of type STRING. By
1532                         default, it is read from environment variable
1533                         ONAP_PASSWORD. Secured.
1534  -m | --host-url        Onap host url. It is of type URL. By default, it
1535                         is read from environment variable ONAP_HOST_URL.
1536  -h | --help            Onap command help message. It is of type STRING.
1537                         By default, it is false.
1538  -v | --version         Onap command service version. It is of type
1539                         STRING. By default, it is false.
1540  -d | --debug           Enable debug output. It is of type BOOL. By
1541                         default, it is false.
1542  -f | --format          Output formats, supported formats such as table,
1543                         csv, json, yaml. It is of type STRING. By
1544                         default, it is table.
1545  -s | --long            whether to print all attributes or only short
1546                         attributes. It is of type BOOL. By default, it is
1547                         false.
1548  -t | --no-title        whether to print title or not. It is of type
1549                         BOOL. By default, it is false.
1550  -a | --no-auth         whether to authenticate user or not. It is of
1551                         type BOOL. By default, it is false.
1552 =======
1553  -x | --service-type-id   Onap service type uuid. It is of type UUID. It is
1554                           optional. By default, it is
1555                           04ebd209-7800-43f4-bca4-aaf61e15783e.
1556  -y | --resource-version  Onap service resource version. It is of type
1557                           UUID. It is optional. By default, it is
1558                           7b301a17-5eb2-413b-b214-fd1659fdf049.
1559  -u | --onap-username     Onap user name. It is of type STRING. By default,
1560                           it is read from environment variable
1561                           OPEN_CLI_USERNAME.
1562  -p | --onap-password     Onap user password. It is of type STRING. By
1563                           default, it is read from environment variable
1564                           OPEN_CLI_PASSWORD. Secured.
1565  -m | --host-url          Onap host url. It is of type URL. By default, it
1566                           is read from environment variable OPEN_HOST_URL.
1567  -h | --help              Onap command help message. It is of type STRING.
1568                           By default, it is false.
1569  -v | --version           Onap command service version. It is of type
1570                           STRING. By default, it is false.
1571  -d | --debug             Enable debug output. It is of type BOOL. By
1572                           default, it is false.
1573  -f | --format            Output formats, supported formats such as table,
1574                           csv, json, yaml. It is of type STRING. By
1575                           default, it is table.
1576  -s | --long              whether to print all attributes or only short
1577                           attributes. It is of type BOOL. By default, it is
1578                           false.
1579  -t | --no-title          whether to print title or not. It is of type
1580                           BOOL. By default, it is false.
1581  -a | --no-auth           whether to authenticate user or not. It is of
1582                           type BOOL. By default, it is false.
1583 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
1584 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
1585
1586
1587 Error::
1588
1589  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1590
1591
1592
1593 [16] vsp-add-artifact
1594 -----------------------------------------------
1595
1596
1597 usage: onap vsp-add-artifact
1598
1599 Upload the CSAR file to VSP
1600
1601 Onap service: sdc v1.0
1602
1603 Options::
1604
1605  [-x | --vsp-id] [-y | --vsp-version] [-z | --vsp-file]
1606  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
1607  [-h | --help] [-v | --version] [-d | --debug]
1608  [-f | --format] [-s | --long] [-t | --no-title]
1609  [-a | --no-auth]
1610
1611 where::
1612
1613  -x | --vsp-id          Onap VSP ID. It is of type STRING.
1614  -y | --vsp-version     Onap VSP version. It is of type STRING.
1615  -z | --vsp-file        CSAR File path. It is of type BINARY.
1616  -u | --onap-username   Onap user name. It is of type STRING. By default,
1617                         it is read from environment variable
1618                         OPEN_CLI_USERNAME.
1619  -p | --onap-password   Onap user password. It is of type STRING. By
1620                         default, it is read from environment variable
1621                         OPEN_CLI_PASSWORD. Secured.
1622  -m | --host-url        Onap host url. It is of type URL. By default, it
1623                         is read from environment variable OPEN_HOST_URL.
1624  -h | --help            Onap command help message. It is of type STRING.
1625                         By default, it is false.
1626  -v | --version         Onap command service version. It is of type
1627                         STRING. By default, it is false.
1628  -d | --debug           Enable debug output. It is of type BOOL. By
1629                         default, it is false.
1630  -f | --format          Output formats, supported formats such as table,
1631                         csv, json, yaml. It is of type STRING. By
1632                         default, it is table.
1633  -s | --long            whether to print all attributes or only short
1634                         attributes. It is of type BOOL. By default, it is
1635                         false.
1636  -t | --no-title        whether to print title or not. It is of type
1637                         BOOL. By default, it is false.
1638  -a | --no-auth         whether to authenticate user or not. It is of
1639                         type BOOL. By default, it is false.
1640
1641
1642 Error::
1643
1644  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1645
1646
1647
1648 [17] vsp-revert
1649 -----------------------------------------------
1650
1651
1652 usage: onap vsp-revert
1653
1654 Revert Vendor Software Product
1655
1656 Onap service: sdc v1.0
1657
1658 Options::
1659
1660  [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
1661  [-p | --onap-password] [-m | --host-url] [-h | --help]
1662  [-v | --version] [-d | --debug] [-f | --format]
1663  [-s | --long] [-t | --no-title] [-a | --no-auth]
1664
1665 where::
1666
1667 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
1668  -x | --vsp-id          Onap VSP ID. It is of type STRING.
1669  -y | --vsp-version     VSP version. It is of type STRING.
1670 =======
1671  -x | --customer-name     Onap customer name. It is of type STRING.
1672  -z | --cloud-name        Onap cloud name. It is of type STRING.
1673  -r | --cloud-region      Onap cloud region. It is of type STRING.
1674  -c | --cloud-tenant-id   Onap cloud tenant id. It is of type STRING.
1675  -e | --service-type      Onap service type. It is of type STRING.
1676  -u | --onap-username     Onap user name. It is of type STRING. By default,
1677                           it is read from environment variable
1678                           OPEN_CLI_USERNAME.
1679  -p | --onap-password     Onap user password. It is of type STRING. By
1680                           default, it is read from environment variable
1681                           OPEN_CLI_PASSWORD. Secured.
1682  -m | --host-url          Onap host url. It is of type URL. By default, it
1683                           is read from environment variable OPEN_HOST_URL.
1684  -h | --help              Onap command help message. It is of type STRING.
1685                           By default, it is false.
1686  -v | --version           Onap command service version. It is of type
1687                           STRING. By default, it is false.
1688  -d | --debug             Enable debug output. It is of type BOOL. By
1689                           default, it is false.
1690  -f | --format            Output formats, supported formats such as table,
1691                           csv, json, yaml. It is of type STRING. By
1692                           default, it is table.
1693  -s | --long              whether to print all attributes or only short
1694                           attributes. It is of type BOOL. By default, it is
1695                           false.
1696  -t | --no-title          whether to print title or not. It is of type
1697                           BOOL. By default, it is false.
1698  -a | --no-auth           whether to authenticate user or not. It is of
1699                           type BOOL. By default, it is false.
1700
1701
1702 Error::
1703
1704  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1705
1706
1707
1708 cloud-list
1709 -----------------------------------------------
1710
1711
1712 usage: onap cloud-list
1713
1714 List the configured clouds and Onap service subscriptions
1715
1716 Onap service: aai v11
1717
1718 Options::
1719
1720  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
1721  [-h | --help] [-v | --version] [-d | --debug]
1722  [-f | --format] [-s | --long] [-t | --no-title]
1723  [-a | --no-auth]
1724
1725 where::
1726
1727 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
1728  -u | --onap-username   Onap user name. It is of type STRING. By default,
1729                         it is read from environment variable
1730                         OPEN_CLI_USERNAME.
1731  -p | --onap-password   Onap user password. It is of type STRING. By
1732                         default, it is read from environment variable
1733                         OPEN_CLI_PASSWORD. Secured.
1734  -m | --host-url        Onap host url. It is of type URL. By default, it
1735                         is read from environment variable OPEN_HOST_URL.
1736  -h | --help            Onap command help message. It is of type STRING.
1737                         By default, it is false.
1738  -v | --version         Onap command service version. It is of type
1739                         STRING. By default, it is false.
1740  -d | --debug           Enable debug output. It is of type BOOL. By
1741                         default, it is false.
1742  -f | --format          Output formats, supported formats such as table,
1743                         csv, json, yaml. It is of type STRING. By
1744                         default, it is table.
1745  -s | --long            whether to print all attributes or only short
1746                         attributes. It is of type BOOL. By default, it is
1747                         false.
1748  -t | --no-title        whether to print title or not. It is of type
1749                         BOOL. By default, it is false.
1750  -a | --no-auth         whether to authenticate user or not. It is of
1751                         type BOOL. By default, it is false.
1752
1753
1754 Error::
1755
1756  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1757
1758
1759
1760 [18] vsp-checkout
1761 -----------------------------------------------
1762
1763
1764 usage: onap vsp-checkout
1765
1766 Checkout Vendor Software Product
1767
1768 Onap service: sdc v1.0
1769
1770 Options::
1771
1772  [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
1773  [-p | --onap-password] [-m | --host-url] [-h | --help]
1774  [-v | --version] [-d | --debug] [-f | --format]
1775  [-s | --long] [-t | --no-title] [-a | --no-auth]
1776
1777 where::
1778
1779  -x | --vsp-id          Onap VSP ID. It is of type STRING.
1780  -y | --vsp-version     VSP version. It is of type STRING.
1781  -u | --onap-username   Onap user name. It is of type STRING. By default,
1782                         it is read from environment variable
1783                         OPEN_CLI_USERNAME.
1784  -p | --onap-password   Onap user password. It is of type STRING. By
1785                         default, it is read from environment variable
1786                         OPEN_CLI_PASSWORD. Secured.
1787  -m | --host-url        Onap host url. It is of type URL. By default, it
1788                         is read from environment variable OPEN_HOST_URL.
1789  -h | --help            Onap command help message. It is of type STRING.
1790                         By default, it is false.
1791  -v | --version         Onap command service version. It is of type
1792                         STRING. By default, it is false.
1793  -d | --debug           Enable debug output. It is of type BOOL. By
1794                         default, it is false.
1795  -f | --format          Output formats, supported formats such as table,
1796                         csv, json, yaml. It is of type STRING. By
1797                         default, it is table.
1798  -s | --long            whether to print all attributes or only short
1799                         attributes. It is of type BOOL. By default, it is
1800                         false.
1801  -t | --no-title        whether to print title or not. It is of type
1802                         BOOL. By default, it is false.
1803  -a | --no-auth         whether to authenticate user or not. It is of
1804                         type BOOL. By default, it is false.
1805
1806
1807 Error::
1808
1809  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1810
1811
1812
1813 [19] vsp-validate
1814 -----------------------------------------------
1815
1816
1817 usage: onap vsp-validate
1818
1819 Validated the uploaded Vendor Software Product
1820
1821 Onap service: sdc v1.0
1822
1823 Options::
1824
1825  [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
1826  [-p | --onap-password] [-m | --host-url] [-h | --help]
1827  [-v | --version] [-d | --debug] [-f | --format]
1828  [-s | --long] [-t | --no-title] [-a | --no-auth]
1829
1830 where::
1831
1832  -x | --vsp-id          Onap VSP ID. It is of type STRING.
1833  -y | --vsp-version     VSP version. It is of type STRING.
1834  -u | --onap-username   Onap user name. It is of type STRING. By default,
1835                         it is read from environment variable
1836                         OPEN_CLI_USERNAME.
1837  -p | --onap-password   Onap user password. It is of type STRING. By
1838                         default, it is read from environment variable
1839                         OPEN_CLI_PASSWORD. Secured.
1840  -m | --host-url        Onap host url. It is of type URL. By default, it
1841                         is read from environment variable OPEN_HOST_URL.
1842  -h | --help            Onap command help message. It is of type STRING.
1843                         By default, it is false.
1844  -v | --version         Onap command service version. It is of type
1845                         STRING. By default, it is false.
1846  -d | --debug           Enable debug output. It is of type BOOL. By
1847                         default, it is false.
1848  -f | --format          Output formats, supported formats such as table,
1849                         csv, json, yaml. It is of type STRING. By
1850                         default, it is table.
1851  -s | --long            whether to print all attributes or only short
1852                         attributes. It is of type BOOL. By default, it is
1853                         false.
1854  -t | --no-title        whether to print title or not. It is of type
1855                         BOOL. By default, it is false.
1856  -a | --no-auth         whether to authenticate user or not. It is of
1857                         type BOOL. By default, it is false.
1858
1859
1860 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
1861 =======
1862 Error::
1863
1864  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1865
1866
1867
1868 [24] vsp-create
1869 -----------------------------------------------
1870
1871
1872 usage: onap vsp-create
1873
1874 Create Vendor Software Product
1875
1876 Onap service: sdc v1.0
1877
1878 Options::
1879
1880  [-x | --vsp-name] [-y | --vsp-description] [-z | --vsp-category]
1881  [-b | --vsp-subcategory] [-c | --vsp-license-version] [-e | --vsp-vendor-name]
1882  [-g | --vsp-vendor-id] [-i | --license-agreement-id] [-j | --feature-group-id]
1883  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
1884  [-h | --help] [-v | --version] [-d | --debug]
1885  [-f | --format] [-s | --long] [-t | --no-title]
1886  [-a | --no-auth]
1887
1888 where::
1889
1890 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
1891  -x | --vsp-name              Onap VSP Name. It is of type STRING.
1892  -y | --vsp-description       Description for VSP. It is of type STRING. It is
1893                               optional.
1894  -z | --vsp-category          Category of the VSP. It is of type STRING. It is
1895                               optional. By default, it is
1896                               resourceNewCategory.generic.
1897  -b | --vsp-subcategory       Sub Category of VSP. It is of type STRING. It is
1898                               optional. By default, it is
1899                               resourceNewCategory.generic.abstract.
1900  -c | --vsp-license-version   License version. It is of type STRING. It is
1901                               optional. By default, it is 1.0.
1902  -e | --vsp-vendor-name       License Model Name. It is of type STRING.
1903  -g | --vsp-vendor-id         License Model ID. It is of type STRING.
1904  -i | --license-agreement-id  License Agreement ID. It is of type STRING.
1905  -j | --feature-group-id      Feature Group ID. It is of type STRING.
1906  -u | --onap-username         Onap user name. It is of type STRING. By default,
1907                               it is read from environment variable
1908                               ONAP_USERNAME.
1909  -p | --onap-password         Onap user password. It is of type STRING. By
1910                               default, it is read from environment variable
1911                               ONAP_PASSWORD. Secured.
1912  -m | --host-url              Onap host url. It is of type URL. By default, it
1913                               is read from environment variable ONAP_HOST_URL.
1914  -h | --help                  Onap command help message. It is of type STRING.
1915                               By default, it is false.
1916  -v | --version               Onap command service version. It is of type
1917                               STRING. By default, it is false.
1918  -d | --debug                 Enable debug output. It is of type BOOL. By
1919                               default, it is false.
1920  -f | --format                Output formats, supported formats such as table,
1921                               csv, json, yaml. It is of type STRING. By
1922                               default, it is table.
1923  -s | --long                  whether to print all attributes or only short
1924                               attributes. It is of type BOOL. By default, it is
1925                               false.
1926  -t | --no-title              whether to print title or not. It is of type
1927                               BOOL. By default, it is false.
1928  -a | --no-auth               whether to authenticate user or not. It is of
1929                               type BOOL. By default, it is false.
1930 =======
1931  -u | --onap-username   Onap user name. It is of type STRING. By default,
1932                         it is read from environment variable
1933                         OPEN_CLI_USERNAME.
1934  -p | --onap-password   Onap user password. It is of type STRING. By
1935                         default, it is read from environment variable
1936                         OPEN_CLI_PASSWORD. Secured.
1937  -m | --host-url        Onap host url. It is of type URL. By default, it
1938                         is read from environment variable OPEN_HOST_URL.
1939  -h | --help            Onap command help message. It is of type STRING.
1940                         By default, it is false.
1941  -v | --version         Onap command service version. It is of type
1942                         STRING. By default, it is false.
1943  -d | --debug           Enable debug output. It is of type BOOL. By
1944                         default, it is false.
1945  -f | --format          Output formats, supported formats such as table,
1946                         csv, json, yaml. It is of type STRING. By
1947                         default, it is table.
1948  -s | --long            whether to print all attributes or only short
1949                         attributes. It is of type BOOL. By default, it is
1950                         false.
1951  -t | --no-title        whether to print title or not. It is of type
1952                         BOOL. By default, it is false.
1953  -a | --no-auth         whether to authenticate user or not. It is of
1954                         type BOOL. By default, it is false.
1955 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
1956
1957
1958 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
1959 Results::
1960
1961  status   Validation status and is of type STRING.
1962  errors   Validation messages and is of type JSON.
1963
1964
1965 Error::
1966
1967  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1968
1969
1970
1971 [20] vsp-list
1972 -----------------------------------------------
1973
1974
1975 usage: onap vsp-list
1976
1977 List of the Vendor Software Products
1978
1979 Onap service: sdc v1.0
1980
1981 Options::
1982
1983  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
1984  [-h | --help] [-v | --version] [-d | --debug]
1985  [-f | --format] [-s | --long] [-t | --no-title]
1986  [-a | --no-auth]
1987
1988 where::
1989
1990  -u | --onap-username   Onap user name. It is of type STRING. By default,
1991                         it is read from environment variable
1992                         OPEN_CLI_USERNAME.
1993  -p | --onap-password   Onap user password. It is of type STRING. By
1994                         default, it is read from environment variable
1995                         OPEN_CLI_PASSWORD. Secured.
1996  -m | --host-url        Onap host url. It is of type URL. By default, it
1997                         is read from environment variable OPEN_HOST_URL.
1998  -h | --help            Onap command help message. It is of type STRING.
1999                         By default, it is false.
2000  -v | --version         Onap command service version. It is of type
2001                         STRING. By default, it is false.
2002  -d | --debug           Enable debug output. It is of type BOOL. By
2003                         default, it is false.
2004  -f | --format          Output formats, supported formats such as table,
2005                         csv, json, yaml. It is of type STRING. By
2006                         default, it is table.
2007  -s | --long            whether to print all attributes or only short
2008                         attributes. It is of type BOOL. By default, it is
2009                         false.
2010  -t | --no-title        whether to print title or not. It is of type
2011                         BOOL. By default, it is false.
2012  -a | --no-auth         whether to authenticate user or not. It is of
2013                         type BOOL. By default, it is false.
2014
2015
2016 Results::
2017
2018  ID               VSP ID and is of type STRING.
2019  name             VSP Name and is of type STRING.
2020  vendor-name      Vendor name and is of type STRING.
2021  version          Version and is of type STRING.
2022  status           status and is of type STRING.
2023  license-id       license aggreement and is of type STRING.
2024  license-version  license version and is of type STRING.
2025
2026
2027 Error::
2028
2029  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2030
2031
2032
2033 [21] vsp-checkin
2034 -----------------------------------------------
2035
2036
2037 usage: onap vsp-checkin
2038
2039 Checkin Vendor Software Product
2040
2041 Onap service: sdc v1.0
2042
2043 Options::
2044
2045  [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
2046  [-p | --onap-password] [-m | --host-url] [-h | --help]
2047  [-v | --version] [-d | --debug] [-f | --format]
2048  [-s | --long] [-t | --no-title] [-a | --no-auth]
2049
2050 where::
2051
2052 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
2053  -x | --vsp-id          Onap VSP ID. It is of type STRING.
2054  -y | --vsp-version     VSP version. It is of type STRING.
2055 =======
2056  -x | --ems-id            Onap EMS unique id. It is of type UUID. By
2057                           default, it is
2058                           efba894e-20f4-4658-9d43-1f8736188d3d.
2059  -y | --resource-version  Onap vim resource version. It is of type STRING.
2060                           It is optional.
2061  -u | --onap-username     Onap user name. It is of type STRING. By default,
2062                           it is read from environment variable
2063                           OPEN_CLI_USERNAME.
2064  -p | --onap-password     Onap user password. It is of type STRING. By
2065                           default, it is read from environment variable
2066                           OPEN_CLI_PASSWORD. Secured.
2067  -m | --host-url          Onap host url. It is of type URL. By default, it
2068                           is read from environment variable OPEN_HOST_URL.
2069  -h | --help              Onap command help message. It is of type STRING.
2070                           By default, it is false.
2071  -v | --version           Onap command service version. It is of type
2072                           STRING. By default, it is false.
2073  -d | --debug             Enable debug output. It is of type BOOL. By
2074                           default, it is false.
2075  -f | --format            Output formats, supported formats such as table,
2076                           csv, json, yaml. It is of type STRING. By
2077                           default, it is table.
2078  -s | --long              whether to print all attributes or only short
2079                           attributes. It is of type BOOL. By default, it is
2080                           false.
2081  -t | --no-title          whether to print title or not. It is of type
2082                           BOOL. By default, it is false.
2083  -a | --no-auth           whether to authenticate user or not. It is of
2084                           type BOOL. By default, it is false.
2085
2086
2087 Error::
2088
2089  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2090
2091
2092
2093 sdnc-register
2094 -----------------------------------------------
2095
2096
2097 usage: onap sdnc-register
2098
2099 Register a SDNC in Onap
2100
2101 Onap service: aai v11
2102
2103 Options::
2104
2105  [-x | --location] [-y | --sdnc-id] [-b | --name]
2106  [-c | --type] [-e | --vendor] [-q | --sdnc-version]
2107  [-g | --ip-address] [-k | --port] [-r | --protocal]
2108  [-i | --username] [-j | --password] [-z | --product-name]
2109  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
2110  [-h | --help] [-v | --version] [-d | --debug]
2111  [-f | --format] [-s | --long] [-t | --no-title]
2112  [-a | --no-auth]
2113
2114 where::
2115
2116  -x | --location        Onap VIM unique id. It is of type UUID. By
2117                         default, it is
2118                         0f283039-a3fd-4fe1-ac14-b8cdb3a20b26.
2119  -y | --sdnc-id         Onap SDNC unique id. It is of type UUID. By
2120                         default, it is
2121                         b112c385-90ad-4eb7-ae6d-1f263925e97e.
2122  -b | --name            Onap SDNC name. It is of type STRING.
2123  -c | --type            Onap SDNC type. It is of type STRING.
2124  -e | --vendor          Onap SDNC vendor. It is of type STRING.
2125  -q | --sdnc-version    Onap SDNC version. It is of type STRING.
2126  -g | --ip-address      Onap SDNC ip address. It is of type STRING.
2127  -k | --port            Onap SDNC port. It is of type STRING.
2128  -r | --protocal        Onap SDNC protocal. It is of type STRING.
2129  -i | --username        Onap SDNC username. It is of type STRING.
2130  -j | --password        Onap SDNC password. It is of type STRING.
2131  -z | --product-name    Onap SDNC product-name. It is of type STRING.
2132 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
2133  -u | --onap-username   Onap user name. It is of type STRING. By default,
2134                         it is read from environment variable
2135                         OPEN_CLI_USERNAME.
2136  -p | --onap-password   Onap user password. It is of type STRING. By
2137                         default, it is read from environment variable
2138                         OPEN_CLI_PASSWORD. Secured.
2139  -m | --host-url        Onap host url. It is of type URL. By default, it
2140                         is read from environment variable OPEN_HOST_URL.
2141  -h | --help            Onap command help message. It is of type STRING.
2142                         By default, it is false.
2143  -v | --version         Onap command service version. It is of type
2144                         STRING. By default, it is false.
2145  -d | --debug           Enable debug output. It is of type BOOL. By
2146                         default, it is false.
2147  -f | --format          Output formats, supported formats such as table,
2148                         csv, json, yaml. It is of type STRING. By
2149                         default, it is table.
2150  -s | --long            whether to print all attributes or only short
2151                         attributes. It is of type BOOL. By default, it is
2152                         false.
2153  -t | --no-title        whether to print title or not. It is of type
2154                         BOOL. By default, it is false.
2155  -a | --no-auth         whether to authenticate user or not. It is of
2156                         type BOOL. By default, it is false.
2157
2158
2159 Error::
2160
2161  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2162
2163
2164
2165 [22] service-model-checkin
2166 -----------------------------------------------
2167
2168
2169 usage: onap service-model-checkin
2170
2171 Checkin Service model in SDC
2172
2173 Onap service: sdc v1.0
2174
2175 Options::
2176
2177  [-b | --service-model-id] [-u | --onap-username] [-p | --onap-password]
2178  [-m | --host-url] [-h | --help] [-v | --version]
2179  [-d | --debug] [-f | --format] [-s | --long]
2180  [-t | --no-title] [-a | --no-auth]
2181
2182 where::
2183
2184 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
2185  -b | --service-model-id  Service model ID. It is of type STRING. It is
2186                           optional.
2187  -u | --onap-username     Onap user name. It is of type STRING. By default,
2188                           it is read from environment variable
2189                           ONAP_USERNAME.
2190  -p | --onap-password     Onap user password. It is of type STRING. By
2191                           default, it is read from environment variable
2192                           ONAP_PASSWORD. Secured.
2193  -m | --host-url          Onap host url. It is of type URL. By default, it
2194                           is read from environment variable ONAP_HOST_URL.
2195  -h | --help              Onap command help message. It is of type STRING.
2196                           By default, it is false.
2197  -v | --version           Onap command service version. It is of type
2198                           STRING. By default, it is false.
2199  -d | --debug             Enable debug output. It is of type BOOL. By
2200                           default, it is false.
2201  -f | --format            Output formats, supported formats such as table,
2202                           csv, json, yaml. It is of type STRING. By
2203                           default, it is table.
2204  -s | --long              whether to print all attributes or only short
2205                           attributes. It is of type BOOL. By default, it is
2206                           false.
2207  -t | --no-title          whether to print title or not. It is of type
2208                           BOOL. By default, it is false.
2209  -a | --no-auth           whether to authenticate user or not. It is of
2210                           type BOOL. By default, it is false.
2211 =======
2212  -x | --vsp-id          Onap VSP ID. It is of type STRING.
2213  -y | --vsp-version     VSP version. It is of type STRING.
2214  -u | --onap-username   Onap user name. It is of type STRING. By default,
2215                         it is read from environment variable
2216                         OPEN_CLI_USERNAME.
2217  -p | --onap-password   Onap user password. It is of type STRING. By
2218                         default, it is read from environment variable
2219                         OPEN_CLI_PASSWORD. Secured.
2220  -m | --host-url        Onap host url. It is of type URL. By default, it
2221                         is read from environment variable OPEN_HOST_URL.
2222  -h | --help            Onap command help message. It is of type STRING.
2223                         By default, it is false.
2224  -v | --version         Onap command service version. It is of type
2225                         STRING. By default, it is false.
2226  -d | --debug           Enable debug output. It is of type BOOL. By
2227                         default, it is false.
2228  -f | --format          Output formats, supported formats such as table,
2229                         csv, json, yaml. It is of type STRING. By
2230                         default, it is table.
2231  -s | --long            whether to print all attributes or only short
2232                         attributes. It is of type BOOL. By default, it is
2233                         false.
2234  -t | --no-title        whether to print title or not. It is of type
2235                         BOOL. By default, it is false.
2236  -a | --no-auth         whether to authenticate user or not. It is of
2237                         type BOOL. By default, it is false.
2238
2239
2240 Error::
2241
2242  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2243
2244
2245
2246 [28] vsp-show
2247 -----------------------------------------------
2248
2249
2250 usage: onap vsp-show
2251
2252 Details of the Vendor Software Product
2253
2254 Onap service: sdc v1.0
2255
2256 Options::
2257
2258  [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
2259  [-p | --onap-password] [-m | --host-url] [-h | --help]
2260  [-v | --version] [-d | --debug] [-f | --format]
2261  [-s | --long] [-t | --no-title] [-a | --no-auth]
2262
2263 where::
2264
2265  -x | --vsp-id          Onap VSP ID. It is of type STRING.
2266  -y | --vsp-version     Onap VSP version. It is of type STRING.
2267  -u | --onap-username   Onap user name. It is of type STRING. By default,
2268                         it is read from environment variable
2269                         OPEN_CLI_USERNAME.
2270  -p | --onap-password   Onap user password. It is of type STRING. By
2271                         default, it is read from environment variable
2272                         OPEN_CLI_PASSWORD. Secured.
2273  -m | --host-url        Onap host url. It is of type URL. By default, it
2274                         is read from environment variable OPEN_HOST_URL.
2275  -h | --help            Onap command help message. It is of type STRING.
2276                         By default, it is false.
2277  -v | --version         Onap command service version. It is of type
2278                         STRING. By default, it is false.
2279  -d | --debug           Enable debug output. It is of type BOOL. By
2280                         default, it is false.
2281  -f | --format          Output formats, supported formats such as table,
2282                         csv, json, yaml. It is of type STRING. By
2283                         default, it is table.
2284  -s | --long            whether to print all attributes or only short
2285                         attributes. It is of type BOOL. By default, it is
2286                         false.
2287  -t | --no-title        whether to print title or not. It is of type
2288                         BOOL. By default, it is false.
2289  -a | --no-auth         whether to authenticate user or not. It is of
2290                         type BOOL. By default, it is false.
2291
2292
2293 Results::
2294
2295  name         VSP Name and is of type STRING.
2296  ID           VSP ID and is of type STRING.
2297  description  Description for the VSP and is of type STRING.
2298  vendor-name  Vendor name and is of type STRING.
2299  vendor-id    Vendor id and is of type STRING.
2300  version      Version and is of type STRING.
2301  status       status and is of type STRING.
2302  license-id   license aggreement and is of type STRING.
2303 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
2304
2305
2306 Error::
2307
2308  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2309
2310
2311
2312 [23] service-model-distribute
2313 -----------------------------------------------
2314
2315
2316 usage: onap service-model-distribute
2317
2318 Distributes the Service model in SDC
2319
2320 Onap service: sdc v1.0
2321
2322 Options::
2323
2324  [-b | --service-model-id] [-u | --onap-username] [-p | --onap-password]
2325  [-m | --host-url] [-h | --help] [-v | --version]
2326  [-d | --debug] [-f | --format] [-s | --long]
2327  [-t | --no-title] [-a | --no-auth]
2328
2329 where::
2330
2331 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
2332  -b | --service-model-id  Service model ID. It is of type STRING. It is
2333                           optional.
2334  -u | --onap-username     Onap user name. It is of type STRING. By default,
2335                           it is read from environment variable
2336                           ONAP_USERNAME.
2337  -p | --onap-password     Onap user password. It is of type STRING. By
2338                           default, it is read from environment variable
2339                           ONAP_PASSWORD. Secured.
2340  -m | --host-url          Onap host url. It is of type URL. By default, it
2341                           is read from environment variable ONAP_HOST_URL.
2342 =======
2343 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
2344  -x | --vsp-id          Onap VSP ID. It is of type STRING.
2345  -y | --vsp-version     VSP version. It is of type STRING.
2346  -u | --onap-username   Onap user name. It is of type STRING. By default,
2347                         it is read from environment variable
2348                         ONAP_USERNAME.
2349  -p | --onap-password   Onap user password. It is of type STRING. By
2350                         default, it is read from environment variable
2351                         ONAP_PASSWORD. Secured.
2352  -m | --host-url        Onap host url. It is of type URL. By default, it
2353                         is read from environment variable ONAP_HOST_URL.
2354  -h | --help            Onap command help message. It is of type STRING.
2355                         By default, it is false.
2356  -v | --version         Onap command service version. It is of type
2357                         STRING. By default, it is false.
2358  -d | --debug           Enable debug output. It is of type BOOL. By
2359                         default, it is false.
2360  -f | --format          Output formats, supported formats such as table,
2361                         csv, json, yaml. It is of type STRING. By
2362                         default, it is table.
2363  -s | --long            whether to print all attributes or only short
2364                         attributes. It is of type BOOL. By default, it is
2365                         false.
2366  -t | --no-title        whether to print title or not. It is of type
2367                         BOOL. By default, it is false.
2368  -a | --no-auth         whether to authenticate user or not. It is of
2369                         type BOOL. By default, it is false.
2370 =======
2371  -x | --vnfm-id           Onap VNFM unique id. It is of type UUID. By
2372                           default, it is
2373                           d8a2726f-18a6-4bb1-904f-554a3fb70865.
2374  -y | --resource-version  Onap vim resource version. It is of type STRING.
2375                           It is optional.
2376  -u | --onap-username     Onap user name. It is of type STRING. By default,
2377                           it is read from environment variable
2378                           OPEN_CLI_USERNAME.
2379  -p | --onap-password     Onap user password. It is of type STRING. By
2380                           default, it is read from environment variable
2381                           OPEN_CLI_PASSWORD. Secured.
2382  -m | --host-url          Onap host url. It is of type URL. By default, it
2383                           is read from environment variable OPEN_HOST_URL.
2384 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
2385  -h | --help              Onap command help message. It is of type STRING.
2386                           By default, it is false.
2387  -v | --version           Onap command service version. It is of type
2388                           STRING. By default, it is false.
2389  -d | --debug             Enable debug output. It is of type BOOL. By
2390                           default, it is false.
2391  -f | --format            Output formats, supported formats such as table,
2392                           csv, json, yaml. It is of type STRING. By
2393                           default, it is table.
2394  -s | --long              whether to print all attributes or only short
2395                           attributes. It is of type BOOL. By default, it is
2396                           false.
2397  -t | --no-title          whether to print title or not. It is of type
2398                           BOOL. By default, it is false.
2399  -a | --no-auth           whether to authenticate user or not. It is of
2400                           type BOOL. By default, it is false.
2401 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
2402 =======
2403 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
2404 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
2405
2406
2407 Error::
2408
2409  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2410
2411
2412
2413 [24] service-model-list
2414 -----------------------------------------------
2415
2416
2417 usage: onap service-model-list
2418
2419 List the service model in SDC
2420
2421 Onap service: sdc v1.0
2422
2423 Options::
2424
2425  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
2426  [-h | --help] [-v | --version] [-d | --debug]
2427  [-f | --format] [-s | --long] [-t | --no-title]
2428  [-a | --no-auth]
2429
2430 where::
2431
2432  -u | --onap-username   Onap user name. It is of type STRING. By default,
2433                         it is read from environment variable
2434                         OPEN_CLI_USERNAME.
2435  -p | --onap-password   Onap user password. It is of type STRING. By
2436                         default, it is read from environment variable
2437                         OPEN_CLI_PASSWORD. Secured.
2438  -m | --host-url        Onap host url. It is of type URL. By default, it
2439                         is read from environment variable OPEN_HOST_URL.
2440  -h | --help            Onap command help message. It is of type STRING.
2441                         By default, it is false.
2442  -v | --version         Onap command service version. It is of type
2443                         STRING. By default, it is false.
2444  -d | --debug           Enable debug output. It is of type BOOL. By
2445                         default, it is false.
2446  -f | --format          Output formats, supported formats such as table,
2447                         csv, json, yaml. It is of type STRING. By
2448                         default, it is table.
2449  -s | --long            whether to print all attributes or only short
2450                         attributes. It is of type BOOL. By default, it is
2451                         false.
2452  -t | --no-title        whether to print title or not. It is of type
2453                         BOOL. By default, it is false.
2454  -a | --no-auth         whether to authenticate user or not. It is of
2455                         type BOOL. By default, it is false.
2456
2457
2458 Results::
2459
2460  uuid                 UUID and is of type STRING.
2461  invariant-uuid       Invariant UUID and is of type STRING.
2462  name                 Name and is of type STRING.
2463  version              version and is of type STRING.
2464  status               status and is of type STRING.
2465  distribution-status  status and is of type STRING.
2466  description          description and is of type STRING.
2467
2468
2469 Error::
2470
2471  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2472
2473
2474
2475 [25] service-model-certify-start
2476 -----------------------------------------------
2477
2478
2479 usage: onap service-model-certify-start
2480
2481 Starts the certification of Service model in SDC
2482
2483 Onap service: sdc v1.0
2484
2485 Options::
2486
2487  [-b | --service-model-id] [-u | --onap-username] [-p | --onap-password]
2488  [-m | --host-url] [-h | --help] [-v | --version]
2489  [-d | --debug] [-f | --format] [-s | --long]
2490  [-t | --no-title] [-a | --no-auth]
2491
2492 where::
2493
2494  -b | --service-model-id  Service model ID. It is of type STRING. It is
2495                           optional.
2496  -u | --onap-username     Onap user name. It is of type STRING. By default,
2497                           it is read from environment variable
2498                           OPEN_CLI_USERNAME.
2499  -p | --onap-password     Onap user password. It is of type STRING. By
2500                           default, it is read from environment variable
2501                           OPEN_CLI_PASSWORD. Secured.
2502  -m | --host-url          Onap host url. It is of type URL. By default, it
2503                           is read from environment variable OPEN_HOST_URL.
2504  -h | --help              Onap command help message. It is of type STRING.
2505                           By default, it is false.
2506  -v | --version           Onap command service version. It is of type
2507                           STRING. By default, it is false.
2508  -d | --debug             Enable debug output. It is of type BOOL. By
2509                           default, it is false.
2510  -f | --format            Output formats, supported formats such as table,
2511                           csv, json, yaml. It is of type STRING. By
2512                           default, it is table.
2513  -s | --long              whether to print all attributes or only short
2514                           attributes. It is of type BOOL. By default, it is
2515                           false.
2516  -t | --no-title          whether to print title or not. It is of type
2517                           BOOL. By default, it is false.
2518  -a | --no-auth           whether to authenticate user or not. It is of
2519                           type BOOL. By default, it is false.
2520
2521
2522 Error::
2523
2524  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2525
2526
2527
2528 [26] service-model-add-vf
2529 -----------------------------------------------
2530
2531
2532 usage: onap service-model-add-vf
2533
2534 Helps to add VF into service models in SDC
2535
2536 Onap service: sdc v1.0
2537
2538 Options::
2539
2540  [-x | --service-model-id] [-y | --vf-id] [-z | --vf-name]
2541  [-b | --vf-version] [-u | --onap-username] [-p | --onap-password]
2542  [-m | --host-url] [-h | --help] [-v | --version]
2543  [-d | --debug] [-f | --format] [-s | --long]
2544  [-t | --no-title] [-a | --no-auth]
2545
2546 where::
2547
2548 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
2549  -x | --service-model-id  Onap Service Name. It is of type STRING.
2550  -y | --vf-id             VF ID. It is of type STRING. It is optional.
2551  -z | --vf-name           VF ID. It is of type STRING. It is optional.
2552  -b | --vf-version        VF version. It is of type STRING. It is optional.
2553 =======
2554 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
2555  -b | --service-model-id  Service model ID. It is of type STRING. It is
2556                           optional.
2557 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
2558  -u | --onap-username     Onap user name. It is of type STRING. By default,
2559                           it is read from environment variable
2560                           ONAP_USERNAME.
2561  -p | --onap-password     Onap user password. It is of type STRING. By
2562                           default, it is read from environment variable
2563                           ONAP_PASSWORD. Secured.
2564  -m | --host-url          Onap host url. It is of type URL. By default, it
2565                           is read from environment variable ONAP_HOST_URL.
2566  -h | --help              Onap command help message. It is of type STRING.
2567                           By default, it is false.
2568  -v | --version           Onap command service version. It is of type
2569                           STRING. By default, it is false.
2570  -d | --debug             Enable debug output. It is of type BOOL. By
2571                           default, it is false.
2572  -f | --format            Output formats, supported formats such as table,
2573                           csv, json, yaml. It is of type STRING. By
2574                           default, it is table.
2575  -s | --long              whether to print all attributes or only short
2576                           attributes. It is of type BOOL. By default, it is
2577                           false.
2578  -t | --no-title          whether to print title or not. It is of type
2579                           BOOL. By default, it is false.
2580  -a | --no-auth           whether to authenticate user or not. It is of
2581                           type BOOL. By default, it is false.
2582 =======
2583  -x | --customer-name   Onap customer name. It is of type STRING.
2584  -u | --onap-username   Onap user name. It is of type STRING. By default,
2585                         it is read from environment variable
2586                         OPEN_CLI_USERNAME.
2587  -p | --onap-password   Onap user password. It is of type STRING. By
2588                         default, it is read from environment variable
2589                         OPEN_CLI_PASSWORD. Secured.
2590  -m | --host-url        Onap host url. It is of type URL. By default, it
2591                         is read from environment variable OPEN_HOST_URL.
2592  -h | --help            Onap command help message. It is of type STRING.
2593                         By default, it is false.
2594  -v | --version         Onap command service version. It is of type
2595                         STRING. By default, it is false.
2596  -d | --debug           Enable debug output. It is of type BOOL. By
2597                         default, it is false.
2598  -f | --format          Output formats, supported formats such as table,
2599                         csv, json, yaml. It is of type STRING. By
2600                         default, it is table.
2601  -s | --long            whether to print all attributes or only short
2602                         attributes. It is of type BOOL. By default, it is
2603                         false.
2604  -t | --no-title        whether to print title or not. It is of type
2605                         BOOL. By default, it is false.
2606  -a | --no-auth         whether to authenticate user or not. It is of
2607                         type BOOL. By default, it is false.
2608
2609
2610 Results::
2611
2612  service-type       Onap service type and is of type STRING.
2613  resource-version   Onap subscription resource version and is of type
2614                     STRING.
2615  tenant             Onap tenant name and is of type STRING.
2616  region             Onap region name and is of type STRING.
2617  cloud              Onap cloud name and is of type STRING.
2618 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
2619
2620
2621 Results::
2622
2623  ID   Service ID and is of type STRING.
2624
2625
2626 Error::
2627
2628  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2629
2630
2631
2632 [27] service-model-certify-request
2633 -----------------------------------------------
2634
2635
2636 usage: onap service-model-certify-request
2637
2638 Request the certification of Service model in SDC
2639
2640 Onap service: sdc v1.0
2641
2642 Options::
2643
2644  [-b | --service-model-id] [-u | --onap-username] [-p | --onap-password]
2645  [-m | --host-url] [-h | --help] [-v | --version]
2646  [-d | --debug] [-f | --format] [-s | --long]
2647  [-t | --no-title] [-a | --no-auth]
2648
2649 where::
2650
2651 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
2652  -b | --service-model-id  Service model ID. It is of type STRING. It is
2653                           optional.
2654  -u | --onap-username     Onap user name. It is of type STRING. By default,
2655                           it is read from environment variable
2656                           ONAP_USERNAME.
2657  -p | --onap-password     Onap user password. It is of type STRING. By
2658                           default, it is read from environment variable
2659                           ONAP_PASSWORD. Secured.
2660  -m | --host-url          Onap host url. It is of type URL. By default, it
2661                           is read from environment variable ONAP_HOST_URL.
2662  -h | --help              Onap command help message. It is of type STRING.
2663                           By default, it is false.
2664  -v | --version           Onap command service version. It is of type
2665                           STRING. By default, it is false.
2666  -d | --debug             Enable debug output. It is of type BOOL. By
2667                           default, it is false.
2668  -f | --format            Output formats, supported formats such as table,
2669                           csv, json, yaml. It is of type STRING. By
2670                           default, it is table.
2671  -s | --long              whether to print all attributes or only short
2672                           attributes. It is of type BOOL. By default, it is
2673                           false.
2674  -t | --no-title          whether to print title or not. It is of type
2675                           BOOL. By default, it is false.
2676  -a | --no-auth           whether to authenticate user or not. It is of
2677                           type BOOL. By default, it is false.
2678 =======
2679  -x | --cloud           Onap cloud. It is of type STRING.
2680  -y | --region          Onap cloud region. It is of type STRING.
2681  -z | --tenant-id       Onap cloud tenant id. It is of type STRING.
2682  -r | --tenant-name     Onap cloud tenant name. It is of type STRING.
2683  -u | --onap-username   Onap user name. It is of type STRING. By default,
2684                         it is read from environment variable
2685                         OPEN_CLI_USERNAME.
2686  -p | --onap-password   Onap user password. It is of type STRING. By
2687                         default, it is read from environment variable
2688                         OPEN_CLI_PASSWORD. Secured.
2689  -m | --host-url        Onap host url. It is of type URL. By default, it
2690                         is read from environment variable OPEN_HOST_URL.
2691  -h | --help            Onap command help message. It is of type STRING.
2692                         By default, it is false.
2693  -v | --version         Onap command service version. It is of type
2694                         STRING. By default, it is false.
2695  -d | --debug           Enable debug output. It is of type BOOL. By
2696                         default, it is false.
2697  -f | --format          Output formats, supported formats such as table,
2698                         csv, json, yaml. It is of type STRING. By
2699                         default, it is table.
2700  -s | --long            whether to print all attributes or only short
2701                         attributes. It is of type BOOL. By default, it is
2702                         false.
2703  -t | --no-title        whether to print title or not. It is of type
2704                         BOOL. By default, it is false.
2705  -a | --no-auth         whether to authenticate user or not. It is of
2706                         type BOOL. By default, it is false.
2707 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
2708
2709
2710 Error::
2711
2712  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2713
2714
2715
2716 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
2717 [28] service-model-revert
2718 =======
2719 [34] service-model-create
2720 -----------------------------------------------
2721
2722
2723 usage: onap service-model-create
2724
2725 Create Service model in SDC
2726
2727 Onap service: sdc v1.0
2728
2729 Options::
2730
2731  [-x | --name] [-y | --description] [-z | --project-code]
2732  [-b | --category] [-c | --category-display-name] [-e | --icon-id]
2733  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
2734  [-h | --help] [-v | --version] [-d | --debug]
2735  [-f | --format] [-s | --long] [-t | --no-title]
2736  [-a | --no-auth]
2737
2738 where::
2739
2740 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
2741  -x | --name                    Onap Service Name. It is of type STRING.
2742  -y | --description             Description for Service. It is of type STRING. It
2743                                 is optional.
2744  -z | --project-code            Project code. It is of type STRING. It is
2745                                 optional.
2746  -b | --category                Service category. It is of type STRING. It is
2747                                 optional. By default, it is network l1-3.
2748  -c | --category-display-name   Service category display name. It is of type
2749                                 STRING. It is optional. By default, it is Network
2750                                 L1-3.
2751  -e | --icon-id                 Service Icon id. It is of type STRING. It is
2752                                 optional. By default, it is defaulticon.
2753 =======
2754  -x | --service-instace-id  unique id for service instance. It is of type
2755                             STRING.
2756  -u | --onap-username       Onap user name. It is of type STRING. By default,
2757                             it is read from environment variable
2758                             OPEN_CLI_USERNAME.
2759  -p | --onap-password       Onap user password. It is of type STRING. By
2760                             default, it is read from environment variable
2761                             OPEN_CLI_PASSWORD. Secured.
2762  -m | --host-url            Onap host url. It is of type URL. By default, it
2763                             is read from environment variable OPEN_HOST_URL.
2764  -h | --help                Onap command help message. It is of type STRING.
2765                             By default, it is false.
2766  -v | --version             Onap command service version. It is of type
2767                             STRING. By default, it is false.
2768  -d | --debug               Enable debug output. It is of type BOOL. By
2769                             default, it is false.
2770  -f | --format              Output formats, supported formats such as table,
2771                             csv, json, yaml. It is of type STRING. By
2772                             default, it is table.
2773  -s | --long                whether to print all attributes or only short
2774                             attributes. It is of type BOOL. By default, it is
2775                             false.
2776  -t | --no-title            whether to print title or not. It is of type
2777                             BOOL. By default, it is false.
2778  -a | --no-auth             whether to authenticate user or not. It is of
2779                             type BOOL. By default, it is false.
2780
2781
2782 Error::
2783
2784  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2785
2786
2787
2788 vnf-create
2789 -----------------------------------------------
2790
2791
2792 usage: onap vnf-create
2793
2794 Create a VNF
2795
2796 Onap service: mso v2
2797
2798 Options::
2799
2800  [-l | --lcp-cloudregion-id] [-z | --tenant-id] [-w | --product-family-id]
2801  [-i | --instance-name] [-r | --supress-rollback] [-y | --service-instance-id]
2802  [-x | --parenet-service-model] [-u | --onap-username] [-p | --onap-password]
2803  [-m | --host-url] [-h | --help] [-v | --version]
2804  [-d | --debug] [-f | --format] [-s | --long]
2805  [-t | --no-title] [-a | --no-auth]
2806
2807 where::
2808
2809  -l | --lcp-cloudregion-id      AIC LCP node location identifier. It is of type
2810                                 STRING.
2811  -z | --tenant-id               openstack tenant id (uuid). It is of type STRING.
2812  -w | --product-family-id       UUID for product family (named service id in
2813                                 AAI). It is of type STRING.
2814  -i | --instance-name           service instance name. It is of type STRING.
2815  -r | --supress-rollback        rollback changes if instantiation fails. It is of
2816                                 type BOOL. It is optional. By default, it is
2817                                 false.
2818  -y | --service-instance-id     unique id for service instance. It is of type
2819                                 STRING.
2820  -x | --parenet-service-model   parent service model name. It is of type STRING.
2821 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
2822  -u | --onap-username           Onap user name. It is of type STRING. By default,
2823                                 it is read from environment variable
2824                                 OPEN_CLI_USERNAME.
2825  -p | --onap-password           Onap user password. It is of type STRING. By
2826                                 default, it is read from environment variable
2827                                 OPEN_CLI_PASSWORD. Secured.
2828  -m | --host-url                Onap host url. It is of type URL. By default, it
2829                                 is read from environment variable OPEN_HOST_URL.
2830  -h | --help                    Onap command help message. It is of type STRING.
2831                                 By default, it is false.
2832  -v | --version                 Onap command service version. It is of type
2833                                 STRING. By default, it is false.
2834  -d | --debug                   Enable debug output. It is of type BOOL. By
2835                                 default, it is false.
2836  -f | --format                  Output formats, supported formats such as table,
2837                                 csv, json, yaml. It is of type STRING. By
2838                                 default, it is table.
2839  -s | --long                    whether to print all attributes or only short
2840                                 attributes. It is of type BOOL. By default, it is
2841                                 false.
2842  -t | --no-title                whether to print title or not. It is of type
2843                                 BOOL. By default, it is false.
2844  -a | --no-auth                 whether to authenticate user or not. It is of
2845                                 type BOOL. By default, it is false.
2846
2847
2848 Results::
2849
2850  ID   Service ID and is of type STRING.
2851
2852
2853 Error::
2854
2855  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2856
2857
2858
2859 [35] service-model-distribute
2860 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
2861 -----------------------------------------------
2862
2863
2864 usage: onap service-model-revert
2865
2866 Checkout Service model in SDC
2867
2868 Onap service: sdc v1.0
2869
2870 Options::
2871
2872  [-b | --service-model-id] [-u | --onap-username] [-p | --onap-password]
2873  [-m | --host-url] [-h | --help] [-v | --version]
2874  [-d | --debug] [-f | --format] [-s | --long]
2875  [-t | --no-title] [-a | --no-auth]
2876
2877 where::
2878
2879 <<<<<<< 476f5637ae4e816f7abf3536c5eeb156e0af6bed
2880 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
2881  -b | --service-model-id  Service model ID. It is of type STRING. It is
2882                           optional.
2883  -u | --onap-username     Onap user name. It is of type STRING. By default,
2884                           it is read from environment variable
2885                           ONAP_USERNAME.
2886  -p | --onap-password     Onap user password. It is of type STRING. By
2887                           default, it is read from environment variable
2888                           ONAP_PASSWORD. Secured.
2889  -m | --host-url          Onap host url. It is of type URL. By default, it
2890                           is read from environment variable ONAP_HOST_URL.
2891  -h | --help              Onap command help message. It is of type STRING.
2892                           By default, it is false.
2893  -v | --version           Onap command service version. It is of type
2894                           STRING. By default, it is false.
2895  -d | --debug             Enable debug output. It is of type BOOL. By
2896                           default, it is false.
2897  -f | --format            Output formats, supported formats such as table,
2898                           csv, json, yaml. It is of type STRING. By
2899                           default, it is table.
2900  -s | --long              whether to print all attributes or only short
2901                           attributes. It is of type BOOL. By default, it is
2902                           false.
2903  -t | --no-title          whether to print title or not. It is of type
2904                           BOOL. By default, it is false.
2905  -a | --no-auth           whether to authenticate user or not. It is of
2906                           type BOOL. By default, it is false.
2907 =======
2908 =======
2909 >>>>>>> Normalize all env with OPEN_CLI
2910  -x | --vnf-instace-id      id for vnf. It is of type STRING.
2911  -y | --service-instace-id  unique id for service instance. It is of type
2912                             STRING.
2913  -l | --lcp-cloudregion-id  AIC LCP node location identifier. It is of type
2914                             STRING.
2915  -z | --tenant-id           openstack tenant id (uuid). It is of type STRING.
2916  -u | --onap-username       Onap user name. It is of type STRING. By default,
2917                             it is read from environment variable
2918 <<<<<<< 476f5637ae4e816f7abf3536c5eeb156e0af6bed
2919                             OPEN_USERNAME.
2920  -p | --onap-password       Onap user password. It is of type STRING. By
2921                             default, it is read from environment variable
2922                             OPEN_PASSWORD. Secured.
2923 =======
2924                             OPEN_CLI_USERNAME.
2925  -p | --onap-password       Onap user password. It is of type STRING. By
2926                             default, it is read from environment variable
2927                             OPEN_CLI_PASSWORD. Secured.
2928 >>>>>>> Normalize all env with OPEN_CLI
2929  -m | --host-url            Onap host url. It is of type URL. By default, it
2930                             is read from environment variable OPEN_HOST_URL.
2931  -h | --help                Onap command help message. It is of type STRING.
2932                             By default, it is false.
2933  -v | --version             Onap command service version. It is of type
2934                             STRING. By default, it is false.
2935  -d | --debug               Enable debug output. It is of type BOOL. By
2936                             default, it is false.
2937  -f | --format              Output formats, supported formats such as table,
2938                             csv, json, yaml. It is of type STRING. By
2939                             default, it is table.
2940  -s | --long                whether to print all attributes or only short
2941                             attributes. It is of type BOOL. By default, it is
2942                             false.
2943  -t | --no-title            whether to print title or not. It is of type
2944                             BOOL. By default, it is false.
2945  -a | --no-auth             whether to authenticate user or not. It is of
2946                             type BOOL. By default, it is false.
2947 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
2948
2949
2950 Error::
2951
2952  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2953
2954
2955
2956 [29] service-model-checkout
2957 -----------------------------------------------
2958
2959
2960 usage: onap service-model-checkout
2961
2962 Checkout Service model in SDC
2963
2964 Onap service: sdc v1.0
2965
2966 Options::
2967
2968  [-b | --service-model-id] [-u | --onap-username] [-p | --onap-password]
2969  [-m | --host-url] [-h | --help] [-v | --version]
2970  [-d | --debug] [-f | --format] [-s | --long]
2971  [-t | --no-title] [-a | --no-auth]
2972
2973 where::
2974
2975 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
2976  -b | --service-model-id  Service model ID. It is of type STRING. It is
2977                           optional.
2978  -u | --onap-username     Onap user name. It is of type STRING. By default,
2979                           it is read from environment variable
2980                           ONAP_USERNAME.
2981  -p | --onap-password     Onap user password. It is of type STRING. By
2982                           default, it is read from environment variable
2983                           ONAP_PASSWORD. Secured.
2984  -m | --host-url          Onap host url. It is of type URL. By default, it
2985                           is read from environment variable ONAP_HOST_URL.
2986  -h | --help              Onap command help message. It is of type STRING.
2987                           By default, it is false.
2988  -v | --version           Onap command service version. It is of type
2989                           STRING. By default, it is false.
2990  -d | --debug             Enable debug output. It is of type BOOL. By
2991                           default, it is false.
2992  -f | --format            Output formats, supported formats such as table,
2993                           csv, json, yaml. It is of type STRING. By
2994                           default, it is table.
2995  -s | --long              whether to print all attributes or only short
2996                           attributes. It is of type BOOL. By default, it is
2997                           false.
2998  -t | --no-title          whether to print title or not. It is of type
2999                           BOOL. By default, it is false.
3000  -a | --no-auth           whether to authenticate user or not. It is of
3001                           type BOOL. By default, it is false.
3002
3003
3004 Error::
3005
3006  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3007
3008
3009
3010 [30] service-model-certify-complete
3011 -----------------------------------------------
3012
3013
3014 usage: onap service-model-certify-complete
3015
3016 Completes the certification of Service model in SDC
3017
3018 Onap service: sdc v1.0
3019
3020 Options::
3021
3022  [-b | --service-model-id] [-u | --onap-username] [-p | --onap-password]
3023  [-m | --host-url] [-h | --help] [-v | --version]
3024  [-d | --debug] [-f | --format] [-s | --long]
3025  [-t | --no-title] [-a | --no-auth]
3026
3027 where::
3028
3029  -b | --service-model-id  Service model ID. It is of type STRING. It is
3030                           optional.
3031  -u | --onap-username     Onap user name. It is of type STRING. By default,
3032                           it is read from environment variable
3033                           ONAP_USERNAME.
3034  -p | --onap-password     Onap user password. It is of type STRING. By
3035                           default, it is read from environment variable
3036                           ONAP_PASSWORD. Secured.
3037  -m | --host-url          Onap host url. It is of type URL. By default, it
3038                           is read from environment variable ONAP_HOST_URL.
3039  -h | --help              Onap command help message. It is of type STRING.
3040                           By default, it is false.
3041  -v | --version           Onap command service version. It is of type
3042                           STRING. By default, it is false.
3043  -d | --debug             Enable debug output. It is of type BOOL. By
3044                           default, it is false.
3045  -f | --format            Output formats, supported formats such as table,
3046                           csv, json, yaml. It is of type STRING. By
3047                           default, it is table.
3048  -s | --long              whether to print all attributes or only short
3049                           attributes. It is of type BOOL. By default, it is
3050                           false.
3051  -t | --no-title          whether to print title or not. It is of type
3052                           BOOL. By default, it is false.
3053  -a | --no-auth           whether to authenticate user or not. It is of
3054                           type BOOL. By default, it is false.
3055
3056
3057 Error::
3058
3059  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3060
3061
3062
3063 [31] service2vf-model-list
3064 -----------------------------------------------
3065
3066
3067 usage: onap service2vf-model-list
3068
3069 List the VF in a given service model in SDC
3070
3071 Onap service: sdc v1.0
3072
3073 Options::
3074
3075  [-z | --service-model-id] [-u | --onap-username] [-p | --onap-password]
3076  [-m | --host-url] [-h | --help] [-v | --version]
3077  [-d | --debug] [-f | --format] [-s | --long]
3078  [-t | --no-title] [-a | --no-auth]
3079
3080 where::
3081
3082 =======
3083 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
3084 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
3085  -z | --service-model-id  Service model uuid. It is of type STRING.
3086  -u | --onap-username     Onap user name. It is of type STRING. By default,
3087                           it is read from environment variable
3088                           ONAP_USERNAME.
3089  -p | --onap-password     Onap user password. It is of type STRING. By
3090                           default, it is read from environment variable
3091                           ONAP_PASSWORD. Secured.
3092  -m | --host-url          Onap host url. It is of type URL. By default, it
3093                           is read from environment variable ONAP_HOST_URL.
3094  -h | --help              Onap command help message. It is of type STRING.
3095                           By default, it is false.
3096  -v | --version           Onap command service version. It is of type
3097                           STRING. By default, it is false.
3098  -d | --debug             Enable debug output. It is of type BOOL. By
3099                           default, it is false.
3100  -f | --format            Output formats, supported formats such as table,
3101                           csv, json, yaml. It is of type STRING. By
3102                           default, it is table.
3103  -s | --long              whether to print all attributes or only short
3104                           attributes. It is of type BOOL. By default, it is
3105                           false.
3106  -t | --no-title          whether to print title or not. It is of type
3107                           BOOL. By default, it is false.
3108  -a | --no-auth           whether to authenticate user or not. It is of
3109                           type BOOL. By default, it is false.
3110
3111
3112 Results::
3113
3114  vf-uuid                UUID and is of type STRING.
3115  vf-name                name and is of type STRING.
3116  vf-customization-uuid  customization UUID and is of type STRING.
3117  vf-version             version and is of type STRING.
3118 =======
3119  -c | --global-subscriber-id  unique id for customer. It is of type STRING.
3120  -b | --subscriber-name       subscriber name. It is of type STRING. It is
3121                               optional.
3122  -i | --instance-name         service instance name. It is of type STRING.
3123  -r | --supress-rollback      rollback changes if instantiation fails. It is of
3124                               type BOOL. It is optional. By default, it is
3125                               false.
3126  -u | --onap-username         Onap user name. It is of type STRING. By default,
3127                               it is read from environment variable
3128                               OPEN_CLI_USERNAME.
3129  -p | --onap-password         Onap user password. It is of type STRING. By
3130                               default, it is read from environment variable
3131                               OPEN_CLI_PASSWORD. Secured.
3132  -m | --host-url              Onap host url. It is of type URL. By default, it
3133                               is read from environment variable OPEN_HOST_URL.
3134  -h | --help                  Onap command help message. It is of type STRING.
3135                               By default, it is false.
3136  -v | --version               Onap command service version. It is of type
3137                               STRING. By default, it is false.
3138  -d | --debug                 Enable debug output. It is of type BOOL. By
3139                               default, it is false.
3140  -f | --format                Output formats, supported formats such as table,
3141                               csv, json, yaml. It is of type STRING. By
3142                               default, it is table.
3143  -s | --long                  whether to print all attributes or only short
3144                               attributes. It is of type BOOL. By default, it is
3145                               false.
3146  -t | --no-title              whether to print title or not. It is of type
3147                               BOOL. By default, it is false.
3148  -a | --no-auth               whether to authenticate user or not. It is of
3149                               type BOOL. By default, it is false.
3150 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
3151
3152
3153 Error::
3154
3155  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3156
3157
3158
3159 [32] service-model-create
3160 -----------------------------------------------
3161
3162
3163 usage: onap service-model-create
3164
3165 Create Service model in SDC
3166
3167 Onap service: sdc v1.0
3168
3169 Options::
3170
3171  [-x | --name] [-y | --description] [-z | --project-code]
3172  [-b | --category] [-c | --category-display-name] [-e | --icon-id]
3173  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
3174  [-h | --help] [-v | --version] [-d | --debug]
3175  [-f | --format] [-s | --long] [-t | --no-title]
3176  [-a | --no-auth]
3177
3178 where::
3179
3180  -x | --name                    Onap Service Name. It is of type STRING.
3181  -y | --description             Description for Service. It is of type STRING. It
3182                                 is optional.
3183  -z | --project-code            Project code. It is of type STRING. It is
3184                                 optional.
3185  -b | --category                Service category. It is of type STRING. It is
3186                                 optional. By default, it is network l1-3.
3187  -c | --category-display-name   Service category display name. It is of type
3188                                 STRING. It is optional. By default, it is Network
3189                                 L1-3.
3190  -e | --icon-id                 Service Icon id. It is of type STRING. It is
3191                                 optional. By default, it is defaulticon.
3192  -u | --onap-username           Onap user name. It is of type STRING. By default,
3193                                 it is read from environment variable
3194                                 ONAP_USERNAME.
3195  -p | --onap-password           Onap user password. It is of type STRING. By
3196                                 default, it is read from environment variable
3197                                 ONAP_PASSWORD. Secured.
3198  -m | --host-url                Onap host url. It is of type URL. By default, it
3199                                 is read from environment variable ONAP_HOST_URL.
3200  -h | --help                    Onap command help message. It is of type STRING.
3201                                 By default, it is false.
3202  -v | --version                 Onap command service version. It is of type
3203                                 STRING. By default, it is false.
3204  -d | --debug                   Enable debug output. It is of type BOOL. By
3205                                 default, it is false.
3206  -f | --format                  Output formats, supported formats such as table,
3207                                 csv, json, yaml. It is of type STRING. By
3208                                 default, it is table.
3209  -s | --long                    whether to print all attributes or only short
3210                                 attributes. It is of type BOOL. By default, it is
3211                                 false.
3212  -t | --no-title                whether to print title or not. It is of type
3213                                 BOOL. By default, it is false.
3214  -a | --no-auth                 whether to authenticate user or not. It is of
3215                                 type BOOL. By default, it is false.
3216
3217
3218 Results::
3219
3220  ID   Service ID and is of type STRING.
3221
3222
3223 Error::
3224
3225  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3226
3227
3228
3229 [33] service-model-approve
3230 -----------------------------------------------
3231
3232
3233 usage: onap service-model-approve
3234
3235 Approves the Service model in SDC
3236
3237 Onap service: sdc v1.0
3238
3239 Options::
3240
3241  [-b | --service-model-id] [-u | --onap-username] [-p | --onap-password]
3242  [-m | --host-url] [-h | --help] [-v | --version]
3243  [-d | --debug] [-f | --format] [-s | --long]
3244  [-t | --no-title] [-a | --no-auth]
3245
3246 where::
3247
3248 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
3249  -b | --service-model-id  Service model ID. It is of type STRING. It is
3250                           optional.
3251  -u | --onap-username     Onap user name. It is of type STRING. By default,
3252                           it is read from environment variable
3253                           ONAP_USERNAME.
3254  -p | --onap-password     Onap user password. It is of type STRING. By
3255                           default, it is read from environment variable
3256                           ONAP_PASSWORD. Secured.
3257  -m | --host-url          Onap host url. It is of type URL. By default, it
3258                           is read from environment variable ONAP_HOST_URL.
3259  -h | --help              Onap command help message. It is of type STRING.
3260                           By default, it is false.
3261  -v | --version           Onap command service version. It is of type
3262                           STRING. By default, it is false.
3263  -d | --debug             Enable debug output. It is of type BOOL. By
3264                           default, it is false.
3265  -f | --format            Output formats, supported formats such as table,
3266                           csv, json, yaml. It is of type STRING. By
3267                           default, it is table.
3268  -s | --long              whether to print all attributes or only short
3269                           attributes. It is of type BOOL. By default, it is
3270                           false.
3271  -t | --no-title          whether to print title or not. It is of type
3272                           BOOL. By default, it is false.
3273  -a | --no-auth           whether to authenticate user or not. It is of
3274                           type BOOL. By default, it is false.
3275
3276
3277 Error::
3278
3279  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3280
3281
3282
3283 [34] vf-model-create
3284 -----------------------------------------------
3285
3286
3287 usage: onap vf-model-create
3288
3289 Create Virtual function from Vendor Software Product
3290
3291 Onap service: sdc v1.0
3292
3293 Options::
3294
3295  [-x | --name] [-y | --description] [-z | --vendor-name]
3296  [-b | --vsp-id] [-g | --vsp-version] [-u | --onap-username]
3297  [-p | --onap-password] [-m | --host-url] [-h | --help]
3298  [-v | --version] [-d | --debug] [-f | --format]
3299  [-s | --long] [-t | --no-title] [-a | --no-auth]
3300
3301 where::
3302
3303  -x | --name            Onap VF Name. It is of type STRING.
3304  -y | --description     Description for VF. It is of type STRING. It is
3305                         optional.
3306  -z | --vendor-name     Vendor name. It is of type STRING. It is optional.
3307  -b | --vsp-id          VSP ID. It is of type STRING. It is optional.
3308  -g | --vsp-version     VSP version. It is of type STRING. It is optional.
3309 =======
3310 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
3311  -b | --vf-id           VF ID. It is of type STRING. It is optional.
3312 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
3313  -u | --onap-username   Onap user name. It is of type STRING. By default,
3314                         it is read from environment variable
3315                         ONAP_USERNAME.
3316  -p | --onap-password   Onap user password. It is of type STRING. By
3317                         default, it is read from environment variable
3318                         ONAP_PASSWORD. Secured.
3319  -m | --host-url        Onap host url. It is of type URL. By default, it
3320                         is read from environment variable ONAP_HOST_URL.
3321  -h | --help            Onap command help message. It is of type STRING.
3322                         By default, it is false.
3323  -v | --version         Onap command service version. It is of type
3324                         STRING. By default, it is false.
3325  -d | --debug           Enable debug output. It is of type BOOL. By
3326                         default, it is false.
3327  -f | --format          Output formats, supported formats such as table,
3328                         csv, json, yaml. It is of type STRING. By
3329                         default, it is table.
3330  -s | --long            whether to print all attributes or only short
3331                         attributes. It is of type BOOL. By default, it is
3332                         false.
3333  -t | --no-title        whether to print title or not. It is of type
3334                         BOOL. By default, it is false.
3335  -a | --no-auth         whether to authenticate user or not. It is of
3336                         type BOOL. By default, it is false.
3337 =======
3338  -x | --vnf-instace-id      id for vnf. It is of type STRING.
3339  -y | --service-instace-id  unique id for service instance. It is of type
3340                             STRING.
3341  -w | --vf-module-id        vf module id. It is of type STRING.
3342  -l | --lcp-cloudregion-id  AIC LCP node location identifier. It is of type
3343                             STRING.
3344  -z | --tenant-id           openstack tenant id (uuid). It is of type STRING.
3345  -u | --onap-username       Onap user name. It is of type STRING. By default,
3346                             it is read from environment variable
3347                             OPEN_CLI_USERNAME.
3348  -p | --onap-password       Onap user password. It is of type STRING. By
3349                             default, it is read from environment variable
3350                             OPEN_CLI_PASSWORD. Secured.
3351  -m | --host-url            Onap host url. It is of type URL. By default, it
3352                             is read from environment variable OPEN_HOST_URL.
3353  -h | --help                Onap command help message. It is of type STRING.
3354                             By default, it is false.
3355  -v | --version             Onap command service version. It is of type
3356                             STRING. By default, it is false.
3357  -d | --debug               Enable debug output. It is of type BOOL. By
3358                             default, it is false.
3359  -f | --format              Output formats, supported formats such as table,
3360                             csv, json, yaml. It is of type STRING. By
3361                             default, it is table.
3362  -s | --long                whether to print all attributes or only short
3363                             attributes. It is of type BOOL. By default, it is
3364                             false.
3365  -t | --no-title            whether to print title or not. It is of type
3366                             BOOL. By default, it is false.
3367  -a | --no-auth             whether to authenticate user or not. It is of
3368                             type BOOL. By default, it is false.
3369 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
3370
3371
3372 Results::
3373
3374  ID   VF ID and is of type STRING.
3375
3376
3377 Error::
3378
3379  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3380
3381
3382
3383 [35] vf-model-checkin
3384 -----------------------------------------------
3385
3386
3387 usage: onap vf-model-checkin
3388
3389 Checkin Virtual function
3390
3391 Onap service: sdc v1.0
3392
3393 Options::
3394
3395  [-b | --vf-id] [-u | --onap-username] [-p | --onap-password]
3396  [-m | --host-url] [-h | --help] [-v | --version]
3397  [-d | --debug] [-f | --format] [-s | --long]
3398  [-t | --no-title] [-a | --no-auth]
3399
3400 where::
3401
3402 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
3403  -b | --vf-id           VF ID. It is of type STRING. It is optional.
3404  -u | --onap-username   Onap user name. It is of type STRING. By default,
3405                         it is read from environment variable
3406                         ONAP_USERNAME.
3407  -p | --onap-password   Onap user password. It is of type STRING. By
3408                         default, it is read from environment variable
3409                         ONAP_PASSWORD. Secured.
3410  -m | --host-url        Onap host url. It is of type URL. By default, it
3411                         is read from environment variable ONAP_HOST_URL.
3412  -h | --help            Onap command help message. It is of type STRING.
3413                         By default, it is false.
3414  -v | --version         Onap command service version. It is of type
3415                         STRING. By default, it is false.
3416  -d | --debug           Enable debug output. It is of type BOOL. By
3417                         default, it is false.
3418  -f | --format          Output formats, supported formats such as table,
3419                         csv, json, yaml. It is of type STRING. By
3420                         default, it is table.
3421  -s | --long            whether to print all attributes or only short
3422                         attributes. It is of type BOOL. By default, it is
3423                         false.
3424  -t | --no-title        whether to print title or not. It is of type
3425                         BOOL. By default, it is false.
3426  -a | --no-auth         whether to authenticate user or not. It is of
3427                         type BOOL. By default, it is false.
3428 =======
3429  -l | --lcp-cloudregion-id      AIC LCP node location identifier. It is of type
3430                                 STRING.
3431  -w | --tenant-id               openstack tenant id (uuid). It is of type STRING.
3432  -y | --vnf-instace-id          vnf instance id. It is of type STRING.
3433  -x | --service-instace-id      unique id for service instance. It is of type
3434                                 STRING.
3435  -z | --parenet-service-model   parent service model name. It is of type STRING.
3436  -r | --supress-rollback        rollback changes if instantiation fails. It is of
3437                                 type BOOL. It is optional. By default, it is
3438                                 false.
3439  -i | --instance-name           service instance name. It is of type STRING.
3440  -u | --onap-username           Onap user name. It is of type STRING. By default,
3441                                 it is read from environment variable
3442                                 OPEN_CLI_USERNAME.
3443  -p | --onap-password           Onap user password. It is of type STRING. By
3444                                 default, it is read from environment variable
3445                                 OPEN_CLI_PASSWORD. Secured.
3446  -m | --host-url                Onap host url. It is of type URL. By default, it
3447                                 is read from environment variable OPEN_HOST_URL.
3448  -h | --help                    Onap command help message. It is of type STRING.
3449                                 By default, it is false.
3450  -v | --version                 Onap command service version. It is of type
3451                                 STRING. By default, it is false.
3452  -d | --debug                   Enable debug output. It is of type BOOL. By
3453                                 default, it is false.
3454  -f | --format                  Output formats, supported formats such as table,
3455                                 csv, json, yaml. It is of type STRING. By
3456                                 default, it is table.
3457  -s | --long                    whether to print all attributes or only short
3458                                 attributes. It is of type BOOL. By default, it is
3459                                 false.
3460  -t | --no-title                whether to print title or not. It is of type
3461                                 BOOL. By default, it is false.
3462  -a | --no-auth                 whether to authenticate user or not. It is of
3463                                 type BOOL. By default, it is false.
3464 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
3465
3466
3467 Error::
3468
3469  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3470
3471
3472
3473 [36] vlm-revert
3474 -----------------------------------------------
3475
3476
3477 usage: onap vlm-revert
3478
3479 Revert Vendor License Model
3480
3481 Onap service: sdc v1.0
3482
3483 Options::
3484
3485  [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
3486  [-p | --onap-password] [-m | --host-url] [-h | --help]
3487  [-v | --version] [-d | --debug] [-f | --format]
3488  [-s | --long] [-t | --no-title] [-a | --no-auth]
3489
3490 where::
3491
3492 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
3493  -x | --vlm-id          Onap VLM ID. It is of type STRING.
3494  -y | --vlm-version     VLM version. It is of type STRING.
3495 =======
3496 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
3497  -b | --vf-id           VF ID. It is of type STRING. It is optional.
3498 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
3499  -u | --onap-username   Onap user name. It is of type STRING. By default,
3500                         it is read from environment variable
3501                         ONAP_USERNAME.
3502  -p | --onap-password   Onap user password. It is of type STRING. By
3503                         default, it is read from environment variable
3504                         ONAP_PASSWORD. Secured.
3505  -m | --host-url        Onap host url. It is of type URL. By default, it
3506                         is read from environment variable ONAP_HOST_URL.
3507  -h | --help            Onap command help message. It is of type STRING.
3508                         By default, it is false.
3509  -v | --version         Onap command service version. It is of type
3510                         STRING. By default, it is false.
3511  -d | --debug           Enable debug output. It is of type BOOL. By
3512                         default, it is false.
3513  -f | --format          Output formats, supported formats such as table,
3514                         csv, json, yaml. It is of type STRING. By
3515                         default, it is table.
3516  -s | --long            whether to print all attributes or only short
3517                         attributes. It is of type BOOL. By default, it is
3518                         false.
3519  -t | --no-title        whether to print title or not. It is of type
3520                         BOOL. By default, it is false.
3521  -a | --no-auth         whether to authenticate user or not. It is of
3522                         type BOOL. By default, it is false.
3523 =======
3524  -x | --vendor-name                 vendor name. It is of type STRING.
3525  -y | --license-model-description   Description for License Model. It is of type
3526                                     STRING. It is optional.
3527  -u | --onap-username               Onap user name. It is of type STRING. By default,
3528                                     it is read from environment variable
3529                                     OPEN_CLI_USERNAME.
3530  -p | --onap-password               Onap user password. It is of type STRING. By
3531                                     default, it is read from environment variable
3532                                     OPEN_CLI_PASSWORD. Secured.
3533  -m | --host-url                    Onap host url. It is of type URL. By default, it
3534                                     is read from environment variable OPEN_HOST_URL.
3535  -h | --help                        Onap command help message. It is of type STRING.
3536                                     By default, it is false.
3537  -v | --version                     Onap command service version. It is of type
3538                                     STRING. By default, it is false.
3539  -d | --debug                       Enable debug output. It is of type BOOL. By
3540                                     default, it is false.
3541  -f | --format                      Output formats, supported formats such as table,
3542                                     csv, json, yaml. It is of type STRING. By
3543                                     default, it is table.
3544  -s | --long                        whether to print all attributes or only short
3545                                     attributes. It is of type BOOL. By default, it is
3546                                     false.
3547  -t | --no-title                    whether to print title or not. It is of type
3548                                     BOOL. By default, it is false.
3549  -a | --no-auth                     whether to authenticate user or not. It is of
3550                                     type BOOL. By default, it is false.
3551
3552
3553 Results::
3554
3555  ID   License Model ID and is of type STRING.
3556 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
3557
3558
3559 Error::
3560
3561  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3562
3563
3564
3565 [37] vlm-feature-group-create
3566 -----------------------------------------------
3567
3568
3569 usage: onap vlm-feature-group-create
3570
3571 Create feature group Pool
3572
3573 Onap service: sdc v1.0
3574
3575 Options::
3576
3577  [-x | --name] [-y | --vlm-id] [-e | --vlm-version]
3578  [-z | --description] [-g | --vlm-key-group-id] [-b | --vlm-entitle-pool-id]
3579  [-c | --part-number] [-k | --manufacture-reference-number] [-u | --onap-username]
3580  [-p | --onap-password] [-m | --host-url] [-h | --help]
3581  [-v | --version] [-d | --debug] [-f | --format]
3582  [-s | --long] [-t | --no-title] [-a | --no-auth]
3583
3584 where::
3585
3586 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
3587  -x | --name                          Feature group name. It is of type STRING.
3588  -y | --vlm-id                        License Model ID. It is of type STRING.
3589  -e | --vlm-version                   License Model version. It is of type STRING.
3590  -z | --description                   Description for feature group. It is of type
3591                                       STRING.
3592  -g | --vlm-key-group-id              VLM keygroup. It is of type STRING.
3593  -b | --vlm-entitle-pool-id           VLM Entitlement pool. It is of type STRING.
3594  -c | --part-number                   Part number. It is of type STRING.
3595  -k | --manufacture-reference-number  Manufature Reference Number. It is of type STRING.
3596  -u | --onap-username                 Onap user name. It is of type STRING. By default,
3597                                       it is read from environment variable
3598                                       ONAP_USERNAME.
3599  -p | --onap-password                 Onap user password. It is of type STRING. By
3600                                       default, it is read from environment variable
3601                                       ONAP_PASSWORD. Secured.
3602  -m | --host-url                      Onap host url. It is of type URL. By default, it
3603                                       is read from environment variable ONAP_HOST_URL.
3604  -h | --help                          Onap command help message. It is of type STRING.
3605                                       By default, it is false.
3606  -v | --version                       Onap command service version. It is of type
3607                                       STRING. By default, it is false.
3608  -d | --debug                         Enable debug output. It is of type BOOL. By
3609                                       default, it is false.
3610  -f | --format                        Output formats, supported formats such as table,
3611                                       csv, json, yaml. It is of type STRING. By
3612                                       default, it is table.
3613  -s | --long                          whether to print all attributes or only short
3614                                       attributes. It is of type BOOL. By default, it is
3615                                       false.
3616  -t | --no-title                      whether to print title or not. It is of type
3617                                       BOOL. By default, it is false.
3618  -a | --no-auth                       whether to authenticate user or not. It is of
3619                                       type BOOL. By default, it is false.
3620
3621
3622 Results::
3623
3624  ID   Feature group ID and is of type STRING.
3625
3626
3627 Error::
3628
3629  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3630
3631
3632
3633 [38] vlm-submit
3634 -----------------------------------------------
3635
3636
3637 usage: onap vlm-submit
3638
3639 Submit Vendor License Model
3640
3641 Onap service: sdc v1.0
3642
3643 Options::
3644
3645  [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
3646  [-p | --onap-password] [-m | --host-url] [-h | --help]
3647  [-v | --version] [-d | --debug] [-f | --format]
3648  [-s | --long] [-t | --no-title] [-a | --no-auth]
3649
3650 where::
3651
3652  -x | --vlm-id          Onap VLM ID. It is of type STRING.
3653  -y | --vlm-version     VLM version. It is of type STRING.
3654 =======
3655 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
3656  -b | --vf-id           VF ID. It is of type STRING. It is optional.
3657 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
3658  -u | --onap-username   Onap user name. It is of type STRING. By default,
3659                         it is read from environment variable
3660                         ONAP_USERNAME.
3661  -p | --onap-password   Onap user password. It is of type STRING. By
3662                         default, it is read from environment variable
3663                         ONAP_PASSWORD. Secured.
3664  -m | --host-url        Onap host url. It is of type URL. By default, it
3665                         is read from environment variable ONAP_HOST_URL.
3666  -h | --help            Onap command help message. It is of type STRING.
3667                         By default, it is false.
3668  -v | --version         Onap command service version. It is of type
3669                         STRING. By default, it is false.
3670  -d | --debug           Enable debug output. It is of type BOOL. By
3671                         default, it is false.
3672  -f | --format          Output formats, supported formats such as table,
3673                         csv, json, yaml. It is of type STRING. By
3674                         default, it is table.
3675  -s | --long            whether to print all attributes or only short
3676                         attributes. It is of type BOOL. By default, it is
3677                         false.
3678  -t | --no-title        whether to print title or not. It is of type
3679                         BOOL. By default, it is false.
3680  -a | --no-auth         whether to authenticate user or not. It is of
3681                         type BOOL. By default, it is false.
3682 =======
3683  -x | --vsp-name                  Onap VSP Name. It is of type STRING.
3684  -y | --vsp-description           Description for VSP. It is of type STRING. It is
3685                                   optional.
3686  -null | --vsp-category           Category of the VSP. It is of type STRING. It is
3687                                   optional. By default, it is
3688                                   resourceNewCategory.generic.
3689  -null | --vsp-subcategory        Sub Category of VSP. It is of type STRING. It is
3690                                   optional. By default, it is
3691                                   resourceNewCategory.generic.abstract.
3692  -null | --vsp-license-version    License version. It is of type STRING. It is
3693                                   optional. By default, it is 1.0.
3694  -null | --vsp-vendor-name        License Model Name. It is of type STRING.
3695  -null | --vsp-vendor-id          License Model ID. It is of type STRING.
3696  -null | --license-agreement-id   License Agreement ID. It is of type STRING.
3697  -null | --feature-group-id       Feature Group ID. It is of type STRING.
3698  -u | --onap-username             Onap user name. It is of type STRING. By default,
3699                                   it is read from environment variable
3700                                   OPEN_CLI_USERNAME.
3701  -p | --onap-password             Onap user password. It is of type STRING. By
3702                                   default, it is read from environment variable
3703                                   OPEN_CLI_PASSWORD. Secured.
3704  -m | --host-url                  Onap host url. It is of type URL. By default, it
3705                                   is read from environment variable OPEN_HOST_URL.
3706  -h | --help                      Onap command help message. It is of type STRING.
3707                                   By default, it is false.
3708  -v | --version                   Onap command service version. It is of type
3709                                   STRING. By default, it is false.
3710  -d | --debug                     Enable debug output. It is of type BOOL. By
3711                                   default, it is false.
3712  -f | --format                    Output formats, supported formats such as table,
3713                                   csv, json, yaml. It is of type STRING. By
3714                                   default, it is table.
3715  -s | --long                      whether to print all attributes or only short
3716                                   attributes. It is of type BOOL. By default, it is
3717                                   false.
3718  -t | --no-title                  whether to print title or not. It is of type
3719                                   BOOL. By default, it is false.
3720  -a | --no-auth                   whether to authenticate user or not. It is of
3721                                   type BOOL. By default, it is false.
3722
3723
3724 Results::
3725
3726  ID   VSP ID and is of type STRING.
3727 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
3728
3729
3730 Error::
3731
3732  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3733
3734
3735
3736 [39] vf-model-certify-start
3737 -----------------------------------------------
3738
3739
3740 usage: onap vf-model-certify-start
3741
3742 Start certifying Virtual function
3743
3744 Onap service: sdc v1.0
3745
3746 Options::
3747
3748  [-b | --vf-id] [-u | --onap-username] [-p | --onap-password]
3749  [-m | --host-url] [-h | --help] [-v | --version]
3750  [-d | --debug] [-f | --format] [-s | --long]
3751  [-t | --no-title] [-a | --no-auth]
3752
3753 where::
3754
3755  -b | --vf-id           VF ID. It is of type STRING. It is optional.
3756  -u | --onap-username   Onap user name. It is of type STRING. By default,
3757                         it is read from environment variable
3758                         OPEN_USERNAME.
3759  -p | --onap-password   Onap user password. It is of type STRING. By
3760                         default, it is read from environment variable
3761                         OPEN_PASSWORD. Secured.
3762  -m | --host-url        Onap host url. It is of type URL. By default, it
3763                         is read from environment variable OPEN_HOST_URL.
3764  -h | --help            Onap command help message. It is of type STRING.
3765                         By default, it is false.
3766  -v | --version         Onap command service version. It is of type
3767                         STRING. By default, it is false.
3768  -d | --debug           Enable debug output. It is of type BOOL. By
3769                         default, it is false.
3770  -f | --format          Output formats, supported formats such as table,
3771                         csv, json, yaml. It is of type STRING. By
3772                         default, it is table.
3773  -s | --long            whether to print all attributes or only short
3774                         attributes. It is of type BOOL. By default, it is
3775                         false.
3776  -t | --no-title        whether to print title or not. It is of type
3777                         BOOL. By default, it is false.
3778  -a | --no-auth         whether to authenticate user or not. It is of
3779                         type BOOL. By default, it is false.
3780
3781
3782 Error::
3783
3784  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3785
3786
3787
3788 [40] vf-model-list
3789 -----------------------------------------------
3790
3791
3792 usage: onap vf-model-list
3793
3794 List the VF resource model in SDC
3795
3796 Onap service: sdc v1.0
3797
3798 Options::
3799
3800  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
3801  [-h | --help] [-v | --version] [-d | --debug]
3802  [-f | --format] [-s | --long] [-t | --no-title]
3803  [-a | --no-auth]
3804
3805 where::
3806
3807  -u | --onap-username   Onap user name. It is of type STRING. By default,
3808                         it is read from environment variable
3809                         OPEN_CLI_USERNAME.
3810  -p | --onap-password   Onap user password. It is of type STRING. By
3811                         default, it is read from environment variable
3812                         OPEN_CLI_PASSWORD. Secured.
3813  -m | --host-url        Onap host url. It is of type URL. By default, it
3814                         is read from environment variable OPEN_HOST_URL.
3815  -h | --help            Onap command help message. It is of type STRING.
3816                         By default, it is false.
3817  -v | --version         Onap command service version. It is of type
3818                         STRING. By default, it is false.
3819  -d | --debug           Enable debug output. It is of type BOOL. By
3820                         default, it is false.
3821  -f | --format          Output formats, supported formats such as table,
3822                         csv, json, yaml. It is of type STRING. By
3823                         default, it is table.
3824  -s | --long            whether to print all attributes or only short
3825                         attributes. It is of type BOOL. By default, it is
3826                         false.
3827  -t | --no-title        whether to print title or not. It is of type
3828                         BOOL. By default, it is false.
3829  -a | --no-auth         whether to authenticate user or not. It is of
3830                         type BOOL. By default, it is false.
3831
3832
3833 Results::
3834
3835  uuid             UUID and is of type STRING.
3836  uniqueid         UUID and is of type STRING.
3837  invariant-uuid   Invariant UUID and is of type STRING.
3838  name             Name and is of type STRING.
3839  version          version and is of type STRING.
3840  status           status and is of type STRING.
3841  description      description and is of type STRING.
3842  vsp-uuid         VSP uuid and is of type STRING.
3843  vsp-version      VSP version and is of type STRING.
3844
3845
3846 Error::
3847
3848  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3849
3850
3851
3852 [41] vlm-entitlement-pool-list
3853 -----------------------------------------------
3854
3855
3856 usage: onap vlm-entitlement-pool-list
3857
3858 entitlement pool list in a license model
3859
3860 Onap service: sdc v1.0
3861
3862 Options::
3863
3864  [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
3865  [-p | --onap-password] [-m | --host-url] [-h | --help]
3866  [-v | --version] [-d | --debug] [-f | --format]
3867  [-s | --long] [-t | --no-title] [-a | --no-auth]
3868
3869 where::
3870
3871  -x | --vlm-id          License Model ID. It is of type STRING.
3872  -y | --vlm-version     License Model version. It is of type STRING.
3873  -u | --onap-username   Onap user name. It is of type STRING. By default,
3874                         it is read from environment variable
3875                         OPEN_USERNAME.
3876  -p | --onap-password   Onap user password. It is of type STRING. By
3877                         default, it is read from environment variable
3878                         OPEN_PASSWORD. Secured.
3879  -m | --host-url        Onap host url. It is of type URL. By default, it
3880                         is read from environment variable OPEN_HOST_URL.
3881  -h | --help            Onap command help message. It is of type STRING.
3882                         By default, it is false.
3883  -v | --version         Onap command service version. It is of type
3884                         STRING. By default, it is false.
3885  -d | --debug           Enable debug output. It is of type BOOL. By
3886                         default, it is false.
3887  -f | --format          Output formats, supported formats such as table,
3888                         csv, json, yaml. It is of type STRING. By
3889                         default, it is table.
3890  -s | --long            whether to print all attributes or only short
3891                         attributes. It is of type BOOL. By default, it is
3892                         false.
3893  -t | --no-title        whether to print title or not. It is of type
3894                         BOOL. By default, it is false.
3895  -a | --no-auth         whether to authenticate user or not. It is of
3896                         type BOOL. By default, it is false.
3897
3898
3899 Results::
3900
3901  ID     Feature group ID and is of type STRING.
3902  name   Feature group name and is of type STRING.
3903
3904
3905 Error::
3906
3907  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3908
3909
3910
3911 [42] vlm-feature-group-list
3912 -----------------------------------------------
3913
3914
3915 usage: onap vlm-feature-group-list
3916
3917 Feature group list in a license model
3918
3919 Onap service: sdc v1.0
3920
3921 Options::
3922
3923  [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
3924  [-p | --onap-password] [-m | --host-url] [-h | --help]
3925  [-v | --version] [-d | --debug] [-f | --format]
3926  [-s | --long] [-t | --no-title] [-a | --no-auth]
3927
3928 where::
3929
3930  -x | --vlm-id          License Model ID. It is of type STRING.
3931  -y | --vlm-version     License Model version. It is of type STRING.
3932  -u | --onap-username   Onap user name. It is of type STRING. By default,
3933                         it is read from environment variable
3934                         ONAP_USERNAME.
3935  -p | --onap-password   Onap user password. It is of type STRING. By
3936                         default, it is read from environment variable
3937                         ONAP_PASSWORD. Secured.
3938  -m | --host-url        Onap host url. It is of type URL. By default, it
3939                         is read from environment variable ONAP_HOST_URL.
3940  -h | --help            Onap command help message. It is of type STRING.
3941                         By default, it is false.
3942  -v | --version         Onap command service version. It is of type
3943                         STRING. By default, it is false.
3944  -d | --debug           Enable debug output. It is of type BOOL. By
3945                         default, it is false.
3946  -f | --format          Output formats, supported formats such as table,
3947                         csv, json, yaml. It is of type STRING. By
3948                         default, it is table.
3949  -s | --long            whether to print all attributes or only short
3950                         attributes. It is of type BOOL. By default, it is
3951                         false.
3952  -t | --no-title        whether to print title or not. It is of type
3953                         BOOL. By default, it is false.
3954  -a | --no-auth         whether to authenticate user or not. It is of
3955                         type BOOL. By default, it is false.
3956
3957
3958 Results::
3959
3960  ID     Feature group ID and is of type STRING.
3961  name   Feature group name and is of type STRING.
3962
3963
3964 Error::
3965
3966  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3967
3968
3969
3970 [43] vlm-checkout
3971 -----------------------------------------------
3972
3973
3974 usage: onap vlm-checkout
3975
3976 Checkout Vendor License Model
3977
3978 Onap service: sdc v1.0
3979
3980 Options::
3981
3982  [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
3983  [-p | --onap-password] [-m | --host-url] [-h | --help]
3984  [-v | --version] [-d | --debug] [-f | --format]
3985  [-s | --long] [-t | --no-title] [-a | --no-auth]
3986
3987 where::
3988
3989  -x | --vlm-id          Onap VLM ID. It is of type STRING.
3990  -y | --vlm-version     VLM version. It is of type STRING.
3991  -u | --onap-username   Onap user name. It is of type STRING. By default,
3992                         it is read from environment variable
3993                         ONAP_USERNAME.
3994  -p | --onap-password   Onap user password. It is of type STRING. By
3995                         default, it is read from environment variable
3996                         ONAP_PASSWORD. Secured.
3997  -m | --host-url        Onap host url. It is of type URL. By default, it
3998                         is read from environment variable ONAP_HOST_URL.
3999  -h | --help            Onap command help message. It is of type STRING.
4000                         By default, it is false.
4001  -v | --version         Onap command service version. It is of type
4002                         STRING. By default, it is false.
4003  -d | --debug           Enable debug output. It is of type BOOL. By
4004                         default, it is false.
4005  -f | --format          Output formats, supported formats such as table,
4006                         csv, json, yaml. It is of type STRING. By
4007                         default, it is table.
4008  -s | --long            whether to print all attributes or only short
4009                         attributes. It is of type BOOL. By default, it is
4010                         false.
4011  -t | --no-title        whether to print title or not. It is of type
4012                         BOOL. By default, it is false.
4013  -a | --no-auth         whether to authenticate user or not. It is of
4014                         type BOOL. By default, it is false.
4015
4016
4017 Error::
4018
4019  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4020
4021
4022
4023 [44] vlm-list
4024 -----------------------------------------------
4025
4026
4027 usage: onap vlm-list
4028
4029 List License Model
4030
4031 Onap service: sdc v1.0
4032
4033 Options::
4034
4035  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
4036  [-h | --help] [-v | --version] [-d | --debug]
4037  [-f | --format] [-s | --long] [-t | --no-title]
4038  [-a | --no-auth]
4039
4040 where::
4041
4042  -u | --onap-username   Onap user name. It is of type STRING. By default,
4043                         it is read from environment variable
4044                         ONAP_USERNAME.
4045  -p | --onap-password   Onap user password. It is of type STRING. By
4046                         default, it is read from environment variable
4047                         ONAP_PASSWORD. Secured.
4048  -m | --host-url        Onap host url. It is of type URL. By default, it
4049                         is read from environment variable ONAP_HOST_URL.
4050  -h | --help            Onap command help message. It is of type STRING.
4051                         By default, it is false.
4052  -v | --version         Onap command service version. It is of type
4053                         STRING. By default, it is false.
4054  -d | --debug           Enable debug output. It is of type BOOL. By
4055                         default, it is false.
4056  -f | --format          Output formats, supported formats such as table,
4057                         csv, json, yaml. It is of type STRING. By
4058                         default, it is table.
4059  -s | --long            whether to print all attributes or only short
4060                         attributes. It is of type BOOL. By default, it is
4061                         false.
4062  -t | --no-title        whether to print title or not. It is of type
4063                         BOOL. By default, it is false.
4064  -a | --no-auth         whether to authenticate user or not. It is of
4065                         type BOOL. By default, it is false.
4066
4067
4068 Results::
4069
4070  id           License ID and is of type UUID.
4071  vendor-name  Vendor  Name and is of type STRING.
4072  vlm-version  VLM version and is of type STRING.
4073  status       status and is of type STRING.
4074  description  License description and is of type STRING.
4075
4076
4077 Error::
4078
4079  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4080
4081
4082
4083 [45] vlm-aggreement-create
4084 -----------------------------------------------
4085
4086
4087 usage: onap vlm-aggreement-create
4088
4089 Create license aggreement
4090
4091 Onap service: sdc v1.0
4092
4093 Options::
4094
4095  [-x | --name] [-y | --vlm-id] [-e | --vlm-version]
4096  [-z | --description] [-g | --vlm-feature-group-id] [-u | --onap-username]
4097  [-p | --onap-password] [-m | --host-url] [-h | --help]
4098  [-v | --version] [-d | --debug] [-f | --format]
4099  [-s | --long] [-t | --no-title] [-a | --no-auth]
4100
4101 where::
4102
4103  -x | --name                  aggreement name. It is of type STRING.
4104  -y | --vlm-id                License Model ID. It is of type STRING.
4105  -e | --vlm-version           License Model version. It is of type STRING.
4106  -z | --description           Description for aggreement. It is of type STRING.
4107  -g | --vlm-feature-group-id  VLM feature group. It is of type STRING.
4108  -u | --onap-username         Onap user name. It is of type STRING. By default,
4109                               it is read from environment variable
4110                               ONAP_USERNAME.
4111  -p | --onap-password         Onap user password. It is of type STRING. By
4112                               default, it is read from environment variable
4113                               ONAP_PASSWORD. Secured.
4114  -m | --host-url              Onap host url. It is of type URL. By default, it
4115                               is read from environment variable ONAP_HOST_URL.
4116  -h | --help                  Onap command help message. It is of type STRING.
4117                               By default, it is false.
4118  -v | --version               Onap command service version. It is of type
4119                               STRING. By default, it is false.
4120  -d | --debug                 Enable debug output. It is of type BOOL. By
4121                               default, it is false.
4122  -f | --format                Output formats, supported formats such as table,
4123                               csv, json, yaml. It is of type STRING. By
4124                               default, it is table.
4125  -s | --long                  whether to print all attributes or only short
4126                               attributes. It is of type BOOL. By default, it is
4127                               false.
4128  -t | --no-title              whether to print title or not. It is of type
4129                               BOOL. By default, it is false.
4130  -a | --no-auth               whether to authenticate user or not. It is of
4131                               type BOOL. By default, it is false.
4132
4133
4134 Results::
4135
4136  ID   aggreement ID and is of type STRING.
4137
4138
4139 Error::
4140
4141  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4142
4143
4144
4145 [46] vf-model-certify-request
4146 -----------------------------------------------
4147
4148
4149 usage: onap vf-model-certify-request
4150
4151 Request for certifying Virtual function
4152
4153 Onap service: sdc v1.0
4154
4155 Options::
4156
4157  [-b | --vf-id] [-u | --onap-username] [-p | --onap-password]
4158  [-m | --host-url] [-h | --help] [-v | --version]
4159  [-d | --debug] [-f | --format] [-s | --long]
4160  [-t | --no-title] [-a | --no-auth]
4161
4162 where::
4163
4164  -b | --vf-id           VF ID. It is of type STRING. It is optional.
4165  -u | --onap-username   Onap user name. It is of type STRING. By default,
4166                         it is read from environment variable
4167                         ONAP_USERNAME.
4168  -p | --onap-password   Onap user password. It is of type STRING. By
4169                         default, it is read from environment variable
4170                         ONAP_PASSWORD. Secured.
4171  -m | --host-url        Onap host url. It is of type URL. By default, it
4172                         is read from environment variable ONAP_HOST_URL.
4173  -h | --help            Onap command help message. It is of type STRING.
4174                         By default, it is false.
4175  -v | --version         Onap command service version. It is of type
4176                         STRING. By default, it is false.
4177  -d | --debug           Enable debug output. It is of type BOOL. By
4178                         default, it is false.
4179  -f | --format          Output formats, supported formats such as table,
4180                         csv, json, yaml. It is of type STRING. By
4181                         default, it is table.
4182  -s | --long            whether to print all attributes or only short
4183                         attributes. It is of type BOOL. By default, it is
4184                         false.
4185  -t | --no-title        whether to print title or not. It is of type
4186                         BOOL. By default, it is false.
4187  -a | --no-auth         whether to authenticate user or not. It is of
4188                         type BOOL. By default, it is false.
4189
4190
4191 Error::
4192
4193  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4194
4195
4196
4197 [47] vf2vfmodule-model-list
4198 -----------------------------------------------
4199
4200
4201 usage: onap vf2vfmodule-model-list
4202
4203 List the VF modules in a given VF model in SDC
4204
4205 Onap service: sdc v1.0
4206
4207 Options::
4208
4209  [-z | --vf-id] [-u | --onap-username] [-p | --onap-password]
4210  [-m | --host-url] [-h | --help] [-v | --version]
4211  [-d | --debug] [-f | --format] [-s | --long]
4212  [-t | --no-title] [-a | --no-auth]
4213
4214 where::
4215
4216  -z | --vf-id           VF uuid. It is of type STRING.
4217  -u | --onap-username   Onap user name. It is of type STRING. By default,
4218                         it is read from environment variable
4219                         ONAP_USERNAME.
4220  -p | --onap-password   Onap user password. It is of type STRING. By
4221                         default, it is read from environment variable
4222                         ONAP_PASSWORD. Secured.
4223  -m | --host-url        Onap host url. It is of type URL. By default, it
4224                         is read from environment variable ONAP_HOST_URL.
4225  -h | --help            Onap command help message. It is of type STRING.
4226                         By default, it is false.
4227  -v | --version         Onap command service version. It is of type
4228                         STRING. By default, it is false.
4229  -d | --debug           Enable debug output. It is of type BOOL. By
4230                         default, it is false.
4231  -f | --format          Output formats, supported formats such as table,
4232                         csv, json, yaml. It is of type STRING. By
4233                         default, it is table.
4234  -s | --long            whether to print all attributes or only short
4235                         attributes. It is of type BOOL. By default, it is
4236                         false.
4237  -t | --no-title        whether to print title or not. It is of type
4238                         BOOL. By default, it is false.
4239  -a | --no-auth         whether to authenticate user or not. It is of
4240                         type BOOL. By default, it is false.
4241
4242
4243 Results::
4244
4245  vsp-uuid               VSP uuid and is of type STRING.
4246  vsp-version            VSP version and is of type STRING.
4247  module-uuid            UUID and is of type STRING.
4248  module-invariant-uuid  Invariant UUID and is of type STRING.
4249  module-name            name and is of type STRING.
4250  module-version         version and is of type STRING.
4251
4252
4253 Error::
4254
4255  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4256
4257
4258
4259 [48] vf-model-certify-complete
4260 -----------------------------------------------
4261
4262
4263 usage: onap vf-model-certify-complete
4264
4265 Complete certifying Virtual function
4266
4267 Onap service: sdc v1.0
4268
4269 Options::
4270
4271  [-b | --vf-id] [-u | --onap-username] [-p | --onap-password]
4272  [-m | --host-url] [-h | --help] [-v | --version]
4273  [-d | --debug] [-f | --format] [-s | --long]
4274  [-t | --no-title] [-a | --no-auth]
4275
4276 where::
4277
4278  -b | --vf-id           VF ID. It is of type STRING. It is optional.
4279  -u | --onap-username   Onap user name. It is of type STRING. By default,
4280                         it is read from environment variable
4281                         ONAP_USERNAME.
4282  -p | --onap-password   Onap user password. It is of type STRING. By
4283                         default, it is read from environment variable
4284                         ONAP_PASSWORD. Secured.
4285  -m | --host-url        Onap host url. It is of type URL. By default, it
4286                         is read from environment variable ONAP_HOST_URL.
4287  -h | --help            Onap command help message. It is of type STRING.
4288                         By default, it is false.
4289  -v | --version         Onap command service version. It is of type
4290                         STRING. By default, it is false.
4291  -d | --debug           Enable debug output. It is of type BOOL. By
4292                         default, it is false.
4293  -f | --format          Output formats, supported formats such as table,
4294                         csv, json, yaml. It is of type STRING. By
4295                         default, it is table.
4296  -s | --long            whether to print all attributes or only short
4297                         attributes. It is of type BOOL. By default, it is
4298                         false.
4299  -t | --no-title        whether to print title or not. It is of type
4300                         BOOL. By default, it is false.
4301  -a | --no-auth         whether to authenticate user or not. It is of
4302                         type BOOL. By default, it is false.
4303
4304
4305 Error::
4306
4307  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4308
4309
4310
4311 [49] cloud-list
4312 -----------------------------------------------
4313
4314
4315 usage: onap cloud-list
4316
4317 List the configured clouds and Onap service subscriptions
4318
4319 Onap service: aai v11
4320
4321 Options::
4322
4323  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
4324  [-h | --help] [-v | --version] [-d | --debug]
4325  [-f | --format] [-s | --long] [-t | --no-title]
4326  [-a | --no-auth]
4327
4328 where::
4329
4330  -u | --onap-username   Onap user name. It is of type STRING. By default,
4331                         it is read from environment variable
4332                         ONAP_USERNAME.
4333  -p | --onap-password   Onap user password. It is of type STRING. By
4334                         default, it is read from environment variable
4335                         ONAP_PASSWORD. Secured.
4336  -m | --host-url        Onap host url. It is of type URL. By default, it
4337                         is read from environment variable ONAP_HOST_URL.
4338  -h | --help            Onap command help message. It is of type STRING.
4339                         By default, it is false.
4340  -v | --version         Onap command service version. It is of type
4341                         STRING. By default, it is false.
4342  -d | --debug           Enable debug output. It is of type BOOL. By
4343                         default, it is false.
4344  -f | --format          Output formats, supported formats such as table,
4345                         csv, json, yaml. It is of type STRING. By
4346                         default, it is table.
4347  -s | --long            whether to print all attributes or only short
4348                         attributes. It is of type BOOL. By default, it is
4349                         false.
4350  -t | --no-title        whether to print title or not. It is of type
4351                         BOOL. By default, it is false.
4352  -a | --no-auth         whether to authenticate user or not. It is of
4353                         type BOOL. By default, it is false.
4354
4355
4356 Results::
4357
4358  cloud              Onap cloud and is of type STRING.
4359  region             Onap cloud region and is of type STRING.
4360  tenant             Onap cloud tenat and is of type STRING.
4361  tenant-id          Onap cloud tenat id and is of type STRING.
4362  customer           Onap cloud customer and is of type STRING.
4363  service            Onap cloud service and is of type STRING.
4364  resource-version   Onap cloud resource version and is of type STRING.
4365
4366
4367 Error::
4368
4369  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4370
4371
4372
4373 [50] sdnc-list
4374 -----------------------------------------------
4375
4376
4377 usage: onap sdnc-list
4378
4379 List the configured sdnc
4380
4381 Onap service: aai v11
4382
4383 Options::
4384
4385  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
4386  [-h | --help] [-v | --version] [-d | --debug]
4387  [-f | --format] [-s | --long] [-t | --no-title]
4388  [-a | --no-auth]
4389
4390 where::
4391
4392  -u | --onap-username   Onap user name. It is of type STRING. By default,
4393                         it is read from environment variable
4394                         ONAP_USERNAME.
4395  -p | --onap-password   Onap user password. It is of type STRING. By
4396                         default, it is read from environment variable
4397                         ONAP_PASSWORD. Secured.
4398  -m | --host-url        Onap host url. It is of type URL. By default, it
4399                         is read from environment variable ONAP_HOST_URL.
4400  -h | --help            Onap command help message. It is of type STRING.
4401                         By default, it is false.
4402  -v | --version         Onap command service version. It is of type
4403                         STRING. By default, it is false.
4404  -d | --debug           Enable debug output. It is of type BOOL. By
4405                         default, it is false.
4406  -f | --format          Output formats, supported formats such as table,
4407                         csv, json, yaml. It is of type STRING. By
4408                         default, it is table.
4409  -s | --long            whether to print all attributes or only short
4410                         attributes. It is of type BOOL. By default, it is
4411                         false.
4412  -t | --no-title        whether to print title or not. It is of type
4413                         BOOL. By default, it is false.
4414  -a | --no-auth         whether to authenticate user or not. It is of
4415                         type BOOL. By default, it is false.
4416
4417
4418 Results::
4419
4420  sdnc-id            Onap sdnc id and is of type STRING.
4421  resource-version   Onap sdnc resource version and is of type STRING.
4422
4423
4424 Error::
4425
4426  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4427
4428
4429
4430 [51] sdnc-register
4431 -----------------------------------------------
4432
4433
4434 usage: onap sdnc-register
4435
4436 Register a SDNC in Onap
4437
4438 Onap service: aai v11
4439
4440 Options::
4441
4442  [-x | --location] [-y | --sdnc-id] [-b | --name]
4443  [-c | --type] [-e | --vendor] [-q | --sdnc-version]
4444  [-g | --ip-address] [-k | --port] [-r | --protocal]
4445  [-i | --username] [-j | --password] [-z | --product-name]
4446  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
4447  [-h | --help] [-v | --version] [-d | --debug]
4448  [-f | --format] [-s | --long] [-t | --no-title]
4449  [-a | --no-auth]
4450
4451 where::
4452
4453  -x | --location        Onap VIM unique id. It is of type UUID. By
4454                         default, it is
4455                         2821b55f-121c-47a8-8b47-6a555ce54e19.
4456  -y | --sdnc-id         Onap SDNC unique id. It is of type UUID. By
4457                         default, it is
4458                         d5575325-4d90-4ead-9656-8186504e9a88.
4459  -b | --name            Onap SDNC name. It is of type STRING.
4460  -c | --type            Onap SDNC type. It is of type STRING.
4461  -e | --vendor          Onap SDNC vendor. It is of type STRING.
4462  -q | --sdnc-version    Onap SDNC version. It is of type STRING.
4463  -g | --ip-address      Onap SDNC ip address. It is of type STRING.
4464  -k | --port            Onap SDNC port. It is of type STRING.
4465  -r | --protocal        Onap SDNC protocal. It is of type STRING.
4466  -i | --username        Onap SDNC username. It is of type STRING.
4467  -j | --password        Onap SDNC password. It is of type STRING.
4468  -z | --product-name    Onap SDNC product-name. It is of type STRING.
4469  -u | --onap-username   Onap user name. It is of type STRING. By default,
4470                         it is read from environment variable
4471                         ONAP_USERNAME.
4472  -p | --onap-password   Onap user password. It is of type STRING. By
4473                         default, it is read from environment variable
4474                         ONAP_PASSWORD. Secured.
4475  -m | --host-url        Onap host url. It is of type URL. By default, it
4476                         is read from environment variable ONAP_HOST_URL.
4477  -h | --help            Onap command help message. It is of type STRING.
4478                         By default, it is false.
4479  -v | --version         Onap command service version. It is of type
4480                         STRING. By default, it is false.
4481  -d | --debug           Enable debug output. It is of type BOOL. By
4482                         default, it is false.
4483  -f | --format          Output formats, supported formats such as table,
4484                         csv, json, yaml. It is of type STRING. By
4485                         default, it is table.
4486  -s | --long            whether to print all attributes or only short
4487                         attributes. It is of type BOOL. By default, it is
4488                         false.
4489  -t | --no-title        whether to print title or not. It is of type
4490                         BOOL. By default, it is false.
4491  -a | --no-auth         whether to authenticate user or not. It is of
4492                         type BOOL. By default, it is false.
4493
4494
4495 Error::
4496
4497  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4498
4499
4500
4501 [52] sdnc-unregister
4502 -----------------------------------------------
4503
4504
4505 usage: onap sdnc-unregister
4506
4507 Un-register a VNFM in Onap
4508
4509 Onap service: aai v11
4510
4511 Options::
4512
4513  [-x | --sdnc-id] [-u | --onap-username] [-p | --onap-password]
4514  [-m | --host-url] [-h | --help] [-v | --version]
4515  [-d | --debug] [-f | --format] [-s | --long]
4516  [-t | --no-title] [-a | --no-auth]
4517
4518 where::
4519
4520  -x | --sdnc-id         Onap VNFM unique id. It is of type STRING.
4521  -u | --onap-username   Onap user name. It is of type STRING. By default,
4522                         it is read from environment variable
4523                         ONAP_USERNAME.
4524  -p | --onap-password   Onap user password. It is of type STRING. By
4525                         default, it is read from environment variable
4526                         ONAP_PASSWORD. Secured.
4527  -m | --host-url        Onap host url. It is of type URL. By default, it
4528                         is read from environment variable ONAP_HOST_URL.
4529  -h | --help            Onap command help message. It is of type STRING.
4530                         By default, it is false.
4531  -v | --version         Onap command service version. It is of type
4532                         STRING. By default, it is false.
4533  -d | --debug           Enable debug output. It is of type BOOL. By
4534                         default, it is false.
4535  -f | --format          Output formats, supported formats such as table,
4536                         csv, json, yaml. It is of type STRING. By
4537                         default, it is table.
4538  -s | --long            whether to print all attributes or only short
4539                         attributes. It is of type BOOL. By default, it is
4540                         false.
4541  -t | --no-title        whether to print title or not. It is of type
4542                         BOOL. By default, it is false.
4543  -a | --no-auth         whether to authenticate user or not. It is of
4544                         type BOOL. By default, it is false.
4545
4546
4547 Error::
4548
4549  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4550
4551
4552
4553 [53] vnfm-show
4554 -----------------------------------------------
4555
4556
4557 usage: onap vnfm-show
4558
4559 Show the VNFM in Onap
4560
4561 Onap service: aai v11
4562
4563 Options::
4564
4565  [-x | --vnfm-id] [-u | --onap-username] [-p | --onap-password]
4566  [-m | --host-url] [-h | --help] [-v | --version]
4567  [-d | --debug] [-f | --format] [-s | --long]
4568  [-t | --no-title] [-a | --no-auth]
4569
4570 where::
4571
4572  -x | --vnfm-id         Onap VNFM unique id. It is of type UUID. By
4573                         default, it is
4574                         16d1e277-973c-409c-b221-5fd57cc7100a.
4575  -u | --onap-username   Onap user name. It is of type STRING. By default,
4576                         it is read from environment variable
4577                         ONAP_USERNAME.
4578  -p | --onap-password   Onap user password. It is of type STRING. By
4579                         default, it is read from environment variable
4580                         ONAP_PASSWORD. Secured.
4581  -m | --host-url        Onap host url. It is of type URL. By default, it
4582                         is read from environment variable ONAP_HOST_URL.
4583  -h | --help            Onap command help message. It is of type STRING.
4584                         By default, it is false.
4585  -v | --version         Onap command service version. It is of type
4586                         STRING. By default, it is false.
4587  -d | --debug           Enable debug output. It is of type BOOL. By
4588                         default, it is false.
4589  -f | --format          Output formats, supported formats such as table,
4590                         csv, json, yaml. It is of type STRING. By
4591                         default, it is table.
4592  -s | --long            whether to print all attributes or only short
4593                         attributes. It is of type BOOL. By default, it is
4594                         false.
4595  -t | --no-title        whether to print title or not. It is of type
4596                         BOOL. By default, it is false.
4597  -a | --no-auth         whether to authenticate user or not. It is of
4598                         type BOOL. By default, it is false.
4599
4600
4601 Results::
4602
4603  name       Onap vnfm name and is of type STRING.
4604  type       Onap vnfm type and is of type STRING.
4605  vendor     Onap vnfm vendor and is of type STRING.
4606  version    Onap vnfm version and is of type STRING.
4607  url        Onap vnfm url and is of type STRING.
4608  username   Onap vnfm username and is of type STRING.
4609
4610
4611 Error::
4612
4613  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4614
4615
4616
4617 [54] vnfm-unregister
4618 -----------------------------------------------
4619
4620
4621 usage: onap vnfm-unregister
4622
4623 Un-register a VNFM in Onap
4624
4625 Onap service: aai v11
4626
4627 Options::
4628
4629  [-x | --vnfm-id] [-y | --resource-version] [-u | --onap-username]
4630  [-p | --onap-password] [-m | --host-url] [-h | --help]
4631  [-v | --version] [-d | --debug] [-f | --format]
4632  [-s | --long] [-t | --no-title] [-a | --no-auth]
4633
4634 where::
4635
4636  -x | --vnfm-id           Onap VNFM unique id. It is of type UUID. By
4637                           default, it is
4638                           b6271696-01e3-43eb-a7f2-11d3b24746c4.
4639  -y | --resource-version  Onap vim resource version. It is of type STRING.
4640                           It is optional.
4641  -u | --onap-username     Onap user name. It is of type STRING. By default,
4642                           it is read from environment variable
4643                           ONAP_USERNAME.
4644  -p | --onap-password     Onap user password. It is of type STRING. By
4645                           default, it is read from environment variable
4646                           ONAP_PASSWORD. Secured.
4647  -m | --host-url          Onap host url. It is of type URL. By default, it
4648                           is read from environment variable ONAP_HOST_URL.
4649  -h | --help              Onap command help message. It is of type STRING.
4650                           By default, it is false.
4651  -v | --version           Onap command service version. It is of type
4652                           STRING. By default, it is false.
4653  -d | --debug             Enable debug output. It is of type BOOL. By
4654                           default, it is false.
4655  -f | --format            Output formats, supported formats such as table,
4656                           csv, json, yaml. It is of type STRING. By
4657                           default, it is table.
4658  -s | --long              whether to print all attributes or only short
4659                           attributes. It is of type BOOL. By default, it is
4660                           false.
4661  -t | --no-title          whether to print title or not. It is of type
4662                           BOOL. By default, it is false.
4663  -a | --no-auth           whether to authenticate user or not. It is of
4664                           type BOOL. By default, it is false.
4665
4666
4667 Error::
4668
4669  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4670
4671
4672
4673 [55] vnfm-register
4674 -----------------------------------------------
4675
4676
4677 usage: onap vnfm-register
4678
4679 Register a VNFM in Onap
4680
4681 Onap service: aai v11
4682
4683 Options::
4684
4685  [-x | --vim-id] [-y | --vnfm-id] [-b | --name]
4686  [-c | --type] [-e | --vendor] [-q | --vnfm-version]
4687  [-g | --url] [-i | --username] [-j | --password]
4688  [-z | --certificate-url] [-u | --onap-username] [-p | --onap-password]
4689  [-m | --host-url] [-h | --help] [-v | --version]
4690  [-d | --debug] [-f | --format] [-s | --long]
4691  [-t | --no-title] [-a | --no-auth]
4692
4693 where::
4694
4695  -x | --vim-id            Onap VIM unique id. It is of type UUID. By
4696                           default, it is
4697                           061e5c37-2a9a-4775-80e4-d15891a22ae4.
4698  -y | --vnfm-id           Onap VNFM unique id. It is of type UUID. By
4699                           default, it is
4700                           2e8957a6-75af-4508-9949-bf17eb7cf76a.
4701  -b | --name              Onap VNFM name. It is of type STRING.
4702  -c | --type              Onap VNFM type. It is of type STRING.
4703  -e | --vendor            Onap VNFM vendor. It is of type STRING.
4704  -q | --vnfm-version      Onap VNFM version. It is of type STRING.
4705  -g | --url               Onap VNFM URL. It is of type STRING.
4706  -i | --username          Onap VNFM username. It is of type STRING.
4707  -j | --password          Onap VNFM password. It is of type STRING.
4708  -z | --certificate-url   Onap VNFM certificate-url. It is of type STRING.
4709                           It is optional.
4710  -u | --onap-username     Onap user name. It is of type STRING. By default,
4711                           it is read from environment variable
4712                           ONAP_USERNAME.
4713  -p | --onap-password     Onap user password. It is of type STRING. By
4714                           default, it is read from environment variable
4715                           ONAP_PASSWORD. Secured.
4716  -m | --host-url          Onap host url. It is of type URL. By default, it
4717                           is read from environment variable ONAP_HOST_URL.
4718  -h | --help              Onap command help message. It is of type STRING.
4719                           By default, it is false.
4720  -v | --version           Onap command service version. It is of type
4721                           STRING. By default, it is false.
4722  -d | --debug             Enable debug output. It is of type BOOL. By
4723                           default, it is false.
4724  -f | --format            Output formats, supported formats such as table,
4725                           csv, json, yaml. It is of type STRING. By
4726                           default, it is table.
4727  -s | --long              whether to print all attributes or only short
4728                           attributes. It is of type BOOL. By default, it is
4729                           false.
4730  -t | --no-title          whether to print title or not. It is of type
4731                           BOOL. By default, it is false.
4732  -a | --no-auth           whether to authenticate user or not. It is of
4733                           type BOOL. By default, it is false.
4734
4735
4736 Error::
4737
4738  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4739
4740
4741
4742 [56] vnfm-list
4743 -----------------------------------------------
4744
4745
4746 usage: onap vnfm-list
4747
4748 List the configured vnfm
4749
4750 Onap service: aai v11
4751
4752 Options::
4753
4754  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
4755  [-h | --help] [-v | --version] [-d | --debug]
4756  [-f | --format] [-s | --long] [-t | --no-title]
4757  [-a | --no-auth]
4758
4759 where::
4760
4761  -u | --onap-username   Onap user name. It is of type STRING. By default,
4762                         it is read from environment variable
4763                         ONAP_USERNAME.
4764  -p | --onap-password   Onap user password. It is of type STRING. By
4765                         default, it is read from environment variable
4766                         ONAP_PASSWORD. Secured.
4767  -m | --host-url        Onap host url. It is of type URL. By default, it
4768                         is read from environment variable ONAP_HOST_URL.
4769  -h | --help            Onap command help message. It is of type STRING.
4770                         By default, it is false.
4771  -v | --version         Onap command service version. It is of type
4772                         STRING. By default, it is false.
4773  -d | --debug           Enable debug output. It is of type BOOL. By
4774                         default, it is false.
4775  -f | --format          Output formats, supported formats such as table,
4776                         csv, json, yaml. It is of type STRING. By
4777                         default, it is table.
4778  -s | --long            whether to print all attributes or only short
4779                         attributes. It is of type BOOL. By default, it is
4780                         false.
4781  -t | --no-title        whether to print title or not. It is of type
4782                         BOOL. By default, it is false.
4783  -a | --no-auth         whether to authenticate user or not. It is of
4784                         type BOOL. By default, it is false.
4785
4786
4787 Results::
4788
4789  vnfm-id            Onap vnfm id and is of type STRING.
4790  vim-id             Onap vnfm id and is of type STRING.
4791  certificate-url    Onap vnfm certificate-url and is of type STRING.
4792  resource-version   Onap vnfm resource version and is of type STRING.
4793
4794
4795 Error::
4796
4797  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4798
4799
4800
4801 [57] vim-register
4802 -----------------------------------------------
4803
4804
4805 usage: onap vim-register
4806
4807 Register a VIM under a given cloud region in Onap
4808
4809 Onap service: aai v11
4810
4811 Options::
4812
4813  [-x | --cloud-name] [-y | --region-name] [-z | --vim-id]
4814  [-b | --name] [-c | --type] [-e | --vendor]
4815  [-q | --vim-version] [-g | --url] [-i | --username]
4816  [-j | --password] [-k | --ssl-cacert] [-l | --ssl-insecure]
4817  [-n | --cloud-domain] [-o | --default-tenant] [-u | --onap-username]
4818  [-p | --onap-password] [-m | --host-url] [-h | --help]
4819  [-v | --version] [-d | --debug] [-f | --format]
4820  [-s | --long] [-t | --no-title] [-a | --no-auth]
4821
4822 where::
4823
4824  -x | --cloud-name      Onap cloud name. It is of type STRING.
4825  -y | --region-name     Onap  region name. It is of type STRING.
4826  -z | --vim-id          Onap VIM unique id. It is of type UUID. By
4827                         default, it is
4828                         545935b3-ca9c-4cbf-bfb4-4a7297010aff.
4829  -b | --name            Onap VIM name. It is of type STRING.
4830  -c | --type            Onap VIM type. It is of type STRING.
4831  -e | --vendor          Onap VIM vendor. It is of type STRING.
4832  -q | --vim-version     Onap VIM version. It is of type STRING.
4833  -g | --url             Onap VIM URL. It is of type STRING.
4834  -i | --username        Onap VIM username. It is of type STRING.
4835  -j | --password        Onap VIM password. It is of type STRING.
4836  -k | --ssl-cacert      Onap VIM SSL certificate. It is of type TEXT. It
4837                         is optional.
4838  -l | --ssl-insecure    Onap VIM insecure. It is of type BOOL. It is
4839                         optional. By default, it is false.
4840  -n | --cloud-domain    Onap VIM cloud domain. It is of type STRING.
4841  -o | --default-tenant  Onap VIM default tenant. It is of type STRING.
4842  -u | --onap-username   Onap user name. It is of type STRING. By default,
4843                         it is read from environment variable
4844                         ONAP_USERNAME.
4845  -p | --onap-password   Onap user password. It is of type STRING. By
4846                         default, it is read from environment variable
4847                         ONAP_PASSWORD. Secured.
4848  -m | --host-url        Onap host url. It is of type URL. By default, it
4849                         is read from environment variable ONAP_HOST_URL.
4850  -h | --help            Onap command help message. It is of type STRING.
4851                         By default, it is false.
4852  -v | --version         Onap command service version. It is of type
4853                         STRING. By default, it is false.
4854  -d | --debug           Enable debug output. It is of type BOOL. By
4855                         default, it is false.
4856  -f | --format          Output formats, supported formats such as table,
4857                         csv, json, yaml. It is of type STRING. By
4858                         default, it is table.
4859  -s | --long            whether to print all attributes or only short
4860                         attributes. It is of type BOOL. By default, it is
4861                         false.
4862  -t | --no-title        whether to print title or not. It is of type
4863                         BOOL. By default, it is false.
4864  -a | --no-auth         whether to authenticate user or not. It is of
4865                         type BOOL. By default, it is false.
4866
4867
4868 Error::
4869
4870  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4871
4872
4873
4874 [58] vim-unregister
4875 -----------------------------------------------
4876
4877
4878 usage: onap vim-unregister
4879
4880 Un-register a VIM under from cloud region in Onap
4881
4882 Onap service: aai v11
4883
4884 Options::
4885
4886  [-x | --cloud-name] [-y | --region-name] [-z | --vim-id]
4887  [-b | --resource-version] [-u | --onap-username] [-p | --onap-password]
4888  [-m | --host-url] [-h | --help] [-v | --version]
4889  [-d | --debug] [-f | --format] [-s | --long]
4890  [-t | --no-title] [-a | --no-auth]
4891
4892 where::
4893
4894  -x | --cloud-name        Onap cloud name. It is of type STRING.
4895  -y | --region-name       Onap  region name. It is of type STRING.
4896  -z | --vim-id            Onap VIM unique id. It is of type UUID. By
4897                           default, it is
4898                           0e129921-5700-48e2-ab9a-e4e4208d8b6b.
4899  -b | --resource-version  Onap vim resource version. It is of type STRING.
4900                           It is optional.
4901  -u | --onap-username     Onap user name. It is of type STRING. By default,
4902                           it is read from environment variable
4903                           ONAP_USERNAME.
4904  -p | --onap-password     Onap user password. It is of type STRING. By
4905                           default, it is read from environment variable
4906                           ONAP_PASSWORD. Secured.
4907  -m | --host-url          Onap host url. It is of type URL. By default, it
4908                           is read from environment variable ONAP_HOST_URL.
4909  -h | --help              Onap command help message. It is of type STRING.
4910                           By default, it is false.
4911  -v | --version           Onap command service version. It is of type
4912                           STRING. By default, it is false.
4913  -d | --debug             Enable debug output. It is of type BOOL. By
4914                           default, it is false.
4915  -f | --format            Output formats, supported formats such as table,
4916                           csv, json, yaml. It is of type STRING. By
4917                           default, it is table.
4918  -s | --long              whether to print all attributes or only short
4919                           attributes. It is of type BOOL. By default, it is
4920                           false.
4921  -t | --no-title          whether to print title or not. It is of type
4922                           BOOL. By default, it is false.
4923  -a | --no-auth           whether to authenticate user or not. It is of
4924                           type BOOL. By default, it is false.
4925
4926
4927 Error::
4928
4929  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4930
4931
4932
4933 [59] vim-list
4934 -----------------------------------------------
4935
4936
4937 usage: onap vim-list
4938
4939 List the configured vims
4940
4941 Onap service: aai v11
4942
4943 Options::
4944
4945  [-x | --cloud-name] [-y | --region-name] [-u | --onap-username]
4946  [-p | --onap-password] [-m | --host-url] [-h | --help]
4947  [-v | --version] [-d | --debug] [-f | --format]
4948  [-s | --long] [-t | --no-title] [-a | --no-auth]
4949
4950 where::
4951
4952  -x | --cloud-name      Onap cloud name. It is of type STRING.
4953  -y | --region-name     Onap  region name. It is of type STRING.
4954  -u | --onap-username   Onap user name. It is of type STRING. By default,
4955                         it is read from environment variable
4956                         ONAP_USERNAME.
4957  -p | --onap-password   Onap user password. It is of type STRING. By
4958                         default, it is read from environment variable
4959                         ONAP_PASSWORD. Secured.
4960  -m | --host-url        Onap host url. It is of type URL. By default, it
4961                         is read from environment variable ONAP_HOST_URL.
4962  -h | --help            Onap command help message. It is of type STRING.
4963                         By default, it is false.
4964  -v | --version         Onap command service version. It is of type
4965                         STRING. By default, it is false.
4966  -d | --debug           Enable debug output. It is of type BOOL. By
4967                         default, it is false.
4968  -f | --format          Output formats, supported formats such as table,
4969                         csv, json, yaml. It is of type STRING. By
4970                         default, it is table.
4971  -s | --long            whether to print all attributes or only short
4972                         attributes. It is of type BOOL. By default, it is
4973                         false.
4974  -t | --no-title        whether to print title or not. It is of type
4975                         BOOL. By default, it is false.
4976  -a | --no-auth         whether to authenticate user or not. It is of
4977                         type BOOL. By default, it is false.
4978
4979
4980 Results::
4981
4982  vim-id             Onap vim id and is of type STRING.
4983  name               Onap vim name and is of type STRING.
4984  type               Onap vim type and is of type STRING.
4985  vendor             Onap vim vendor and is of type STRING.
4986  version            Onap vim version and is of type STRING.
4987  url                Onap vim url and is of type STRING.
4988  username           Onap vim username and is of type STRING.
4989  cloud-domain       Onap vim cloud domain and is of type STRING.
4990  default-tenant     Onap vim tenant and is of type STRING.
4991  resource-version   Onap vim resource version and is of type STRING.
4992
4993
4994 Error::
4995
4996  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4997
4998
4999
5000 [60] ems-list
5001 -----------------------------------------------
5002
5003
5004 usage: onap ems-list
5005
5006 List the configured ems
5007
5008 Onap service: aai v11
5009
5010 Options::
5011
5012  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
5013  [-h | --help] [-v | --version] [-d | --debug]
5014  [-f | --format] [-s | --long] [-t | --no-title]
5015  [-a | --no-auth]
5016
5017 where::
5018
5019  -u | --onap-username   Onap user name. It is of type STRING. By default,
5020                         it is read from environment variable
5021                         ONAP_USERNAME.
5022  -p | --onap-password   Onap user password. It is of type STRING. By
5023                         default, it is read from environment variable
5024                         ONAP_PASSWORD. Secured.
5025  -m | --host-url        Onap host url. It is of type URL. By default, it
5026                         is read from environment variable ONAP_HOST_URL.
5027  -h | --help            Onap command help message. It is of type STRING.
5028                         By default, it is false.
5029  -v | --version         Onap command service version. It is of type
5030                         STRING. By default, it is false.
5031  -d | --debug           Enable debug output. It is of type BOOL. By
5032                         default, it is false.
5033  -f | --format          Output formats, supported formats such as table,
5034                         csv, json, yaml. It is of type STRING. By
5035                         default, it is table.
5036  -s | --long            whether to print all attributes or only short
5037                         attributes. It is of type BOOL. By default, it is
5038                         false.
5039  -t | --no-title        whether to print title or not. It is of type
5040                         BOOL. By default, it is false.
5041  -a | --no-auth         whether to authenticate user or not. It is of
5042                         type BOOL. By default, it is false.
5043
5044
5045 Results::
5046
5047  ems-id             Onap ems id and is of type STRING.
5048  resource-version   Onap ems resource version and is of type STRING.
5049
5050
5051 Error::
5052
5053  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5054
5055
5056
5057 [61] ems-register
5058 -----------------------------------------------
5059
5060
5061 usage: onap ems-register
5062
5063 Register a EMS in Onap
5064
5065 Onap service: aai v11
5066
5067 Options::
5068
5069  [-z | --ems-id] [-b | --name] [-c | --type]
5070  [-e | --vendor] [-q | --ems-version] [-g | --url]
5071  [-i | --username] [-j | --password] [-x | --remote-path]
5072  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
5073  [-h | --help] [-v | --version] [-d | --debug]
5074  [-f | --format] [-s | --long] [-t | --no-title]
5075  [-a | --no-auth]
5076
5077 where::
5078
5079  -z | --ems-id          Onap EMS unique id. It is of type UUID. By
5080                         default, it is
5081                         0f51b629-46dd-4c1d-bc23-c76d84e72bc2.
5082  -b | --name            Onap EMS name. It is of type STRING.
5083  -c | --type            Onap EMS type. It is of type STRING.
5084  -e | --vendor          Onap EMS vendor. It is of type STRING.
5085  -q | --ems-version     Onap EMS version. It is of type STRING.
5086  -g | --url             Onap EMS URL. It is of type STRING.
5087  -i | --username        Onap EMS username. It is of type STRING.
5088  -j | --password        Onap EMS password. It is of type STRING.
5089  -x | --remote-path     Onap EMS remote-path. It is of type STRING.
5090  -u | --onap-username   Onap user name. It is of type STRING. By default,
5091                         it is read from environment variable
5092                         ONAP_USERNAME.
5093  -p | --onap-password   Onap user password. It is of type STRING. By
5094                         default, it is read from environment variable
5095                         ONAP_PASSWORD. Secured.
5096  -m | --host-url        Onap host url. It is of type URL. By default, it
5097                         is read from environment variable ONAP_HOST_URL.
5098  -h | --help            Onap command help message. It is of type STRING.
5099                         By default, it is false.
5100  -v | --version         Onap command service version. It is of type
5101                         STRING. By default, it is false.
5102  -d | --debug           Enable debug output. It is of type BOOL. By
5103                         default, it is false.
5104  -f | --format          Output formats, supported formats such as table,
5105                         csv, json, yaml. It is of type STRING. By
5106                         default, it is table.
5107  -s | --long            whether to print all attributes or only short
5108                         attributes. It is of type BOOL. By default, it is
5109                         false.
5110  -t | --no-title        whether to print title or not. It is of type
5111                         BOOL. By default, it is false.
5112  -a | --no-auth         whether to authenticate user or not. It is of
5113                         type BOOL. By default, it is false.
5114
5115
5116 Error::
5117
5118  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5119
5120
5121
5122 [62] ems-show
5123 -----------------------------------------------
5124
5125
5126 usage: onap ems-show
5127
5128 Show the details of configured ems
5129
5130 Onap service: aai v11
5131
5132 Options::
5133
5134  [-x | --ems-id] [-u | --onap-username] [-p | --onap-password]
5135  [-m | --host-url] [-h | --help] [-v | --version]
5136  [-d | --debug] [-f | --format] [-s | --long]
5137  [-t | --no-title] [-a | --no-auth]
5138
5139 where::
5140
5141  -x | --ems-id          Onap EMS unique id. It is of type UUID. By
5142                         default, it is
5143                         9b59cd0e-43c1-47d3-b943-4c9c23f49732.
5144  -u | --onap-username   Onap user name. It is of type STRING. By default,
5145                         it is read from environment variable
5146                         ONAP_USERNAME.
5147  -p | --onap-password   Onap user password. It is of type STRING. By
5148                         default, it is read from environment variable
5149                         ONAP_PASSWORD. Secured.
5150  -m | --host-url        Onap host url. It is of type URL. By default, it
5151                         is read from environment variable ONAP_HOST_URL.
5152  -h | --help            Onap command help message. It is of type STRING.
5153                         By default, it is false.
5154  -v | --version         Onap command service version. It is of type
5155                         STRING. By default, it is false.
5156  -d | --debug           Enable debug output. It is of type BOOL. By
5157                         default, it is false.
5158  -f | --format          Output formats, supported formats such as table,
5159                         csv, json, yaml. It is of type STRING. By
5160                         default, it is table.
5161  -s | --long            whether to print all attributes or only short
5162                         attributes. It is of type BOOL. By default, it is
5163                         false.
5164  -t | --no-title        whether to print title or not. It is of type
5165                         BOOL. By default, it is false.
5166  -a | --no-auth         whether to authenticate user or not. It is of
5167                         type BOOL. By default, it is false.
5168
5169
5170 Results::
5171
5172  name       Onap ems name and is of type STRING.
5173  type       Onap ems type and is of type STRING.
5174  vendor     Onap ems vendor and is of type STRING.
5175  version    Onap ems version and is of type STRING.
5176  url        Onap ems url and is of type STRING.
5177  username   Onap ems username and is of type STRING.
5178
5179
5180 Error::
5181
5182  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5183
5184
5185
5186 [63] cloud-delete
5187 -----------------------------------------------
5188
5189
5190 usage: onap cloud-delete
5191
5192 Delete a cloud region from Onap
5193
5194 Onap service: aai v11
5195
5196 Options::
5197
5198  [-x | --cloud-name] [-y | --region-name] [-z | --resource-version]
5199  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
5200  [-h | --help] [-v | --version] [-d | --debug]
5201  [-f | --format] [-s | --long] [-t | --no-title]
5202  [-a | --no-auth]
5203
5204 where::
5205
5206  -x | --cloud-name        Onap cloud name. It is of type STRING.
5207  -y | --region-name       Onap cloud region name. It is of type STRING.
5208  -z | --resource-version  Onap cloud region version. It is of type UUID. It
5209                           is optional. By default, it is
5210                           efef37f1-f030-4bd2-b699-0a0e9c0ceb54.
5211  -u | --onap-username     Onap user name. It is of type STRING. By default,
5212                           it is read from environment variable
5213                           ONAP_USERNAME.
5214  -p | --onap-password     Onap user password. It is of type STRING. By
5215                           default, it is read from environment variable
5216                           ONAP_PASSWORD. Secured.
5217  -m | --host-url          Onap host url. It is of type URL. By default, it
5218                           is read from environment variable ONAP_HOST_URL.
5219  -h | --help              Onap command help message. It is of type STRING.
5220                           By default, it is false.
5221  -v | --version           Onap command service version. It is of type
5222                           STRING. By default, it is false.
5223  -d | --debug             Enable debug output. It is of type BOOL. By
5224                           default, it is false.
5225  -f | --format            Output formats, supported formats such as table,
5226                           csv, json, yaml. It is of type STRING. By
5227                           default, it is table.
5228  -s | --long              whether to print all attributes or only short
5229                           attributes. It is of type BOOL. By default, it is
5230                           false.
5231  -t | --no-title          whether to print title or not. It is of type
5232                           BOOL. By default, it is false.
5233  -a | --no-auth           whether to authenticate user or not. It is of
5234                           type BOOL. By default, it is false.
5235
5236
5237 Error::
5238
5239  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5240
5241
5242
5243 [64] ems-unregister
5244 -----------------------------------------------
5245
5246
5247 usage: onap ems-unregister
5248
5249 Un-register a EMS in Onap
5250
5251 Onap service: aai v11
5252
5253 Options::
5254
5255  [-x | --ems-id] [-y | --resource-version] [-u | --onap-username]
5256  [-p | --onap-password] [-m | --host-url] [-h | --help]
5257  [-v | --version] [-d | --debug] [-f | --format]
5258  [-s | --long] [-t | --no-title] [-a | --no-auth]
5259
5260 where::
5261
5262  -x | --ems-id            Onap EMS unique id. It is of type UUID. By
5263                           default, it is
5264                           3158d92f-e37b-450c-a86e-55c19309c3d3.
5265  -y | --resource-version  Onap vim resource version. It is of type STRING.
5266                           It is optional.
5267  -u | --onap-username     Onap user name. It is of type STRING. By default,
5268                           it is read from environment variable
5269                           ONAP_USERNAME.
5270  -p | --onap-password     Onap user password. It is of type STRING. By
5271                           default, it is read from environment variable
5272                           ONAP_PASSWORD. Secured.
5273  -m | --host-url          Onap host url. It is of type URL. By default, it
5274                           is read from environment variable ONAP_HOST_URL.
5275  -h | --help              Onap command help message. It is of type STRING.
5276                           By default, it is false.
5277  -v | --version           Onap command service version. It is of type
5278                           STRING. By default, it is false.
5279  -d | --debug             Enable debug output. It is of type BOOL. By
5280                           default, it is false.
5281  -f | --format            Output formats, supported formats such as table,
5282                           csv, json, yaml. It is of type STRING. By
5283                           default, it is table.
5284  -s | --long              whether to print all attributes or only short
5285                           attributes. It is of type BOOL. By default, it is
5286                           false.
5287  -t | --no-title          whether to print title or not. It is of type
5288                           BOOL. By default, it is false.
5289  -a | --no-auth           whether to authenticate user or not. It is of
5290                           type BOOL. By default, it is false.
5291
5292
5293 Error::
5294
5295  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5296
5297
5298
5299 [65] subscription-list
5300 -----------------------------------------------
5301
5302
5303 usage: onap subscription-list
5304
5305 Lists the subscription for a given customer in Onap
5306
5307 Onap service: aai v11
5308
5309 Options::
5310
5311  [-x | --customer-name] [-u | --onap-username] [-p | --onap-password]
5312  [-m | --host-url] [-h | --help] [-v | --version]
5313  [-d | --debug] [-f | --format] [-s | --long]
5314  [-t | --no-title] [-a | --no-auth]
5315
5316 where::
5317
5318  -x | --customer-name   Onap customer name. It is of type STRING.
5319  -u | --onap-username   Onap user name. It is of type STRING. By default,
5320                         it is read from environment variable
5321                         ONAP_USERNAME.
5322  -p | --onap-password   Onap user password. It is of type STRING. By
5323                         default, it is read from environment variable
5324                         ONAP_PASSWORD. Secured.
5325  -m | --host-url        Onap host url. It is of type URL. By default, it
5326                         is read from environment variable ONAP_HOST_URL.
5327  -h | --help            Onap command help message. It is of type STRING.
5328                         By default, it is false.
5329  -v | --version         Onap command service version. It is of type
5330                         STRING. By default, it is false.
5331  -d | --debug           Enable debug output. It is of type BOOL. By
5332                         default, it is false.
5333  -f | --format          Output formats, supported formats such as table,
5334                         csv, json, yaml. It is of type STRING. By
5335                         default, it is table.
5336  -s | --long            whether to print all attributes or only short
5337                         attributes. It is of type BOOL. By default, it is
5338                         false.
5339  -t | --no-title        whether to print title or not. It is of type
5340                         BOOL. By default, it is false.
5341  -a | --no-auth         whether to authenticate user or not. It is of
5342                         type BOOL. By default, it is false.
5343
5344
5345 Results::
5346
5347  service-type       Onap service type and is of type STRING.
5348  resource-version   Onap subscription resource version and is of type
5349                     STRING.
5350  tenant             Onap tenant name and is of type STRING.
5351  region             Onap region name and is of type STRING.
5352  cloud              Onap cloud name and is of type STRING.
5353
5354
5355 Error::
5356
5357  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5358
5359
5360
5361 [66] subscription-create
5362 -----------------------------------------------
5363
5364
5365 usage: onap subscription-create
5366
5367 Create a subscription of a customer for given service in specific cloud region in Onap
5368
5369 Onap service: aai v11
5370
5371 Options::
5372
5373  [-x | --customer-name] [-z | --cloud-name] [-r | --cloud-region]
5374  [-c | --cloud-tenant-id] [-e | --service-type] [-u | --onap-username]
5375  [-p | --onap-password] [-m | --host-url] [-h | --help]
5376  [-v | --version] [-d | --debug] [-f | --format]
5377  [-s | --long] [-t | --no-title] [-a | --no-auth]
5378
5379 where::
5380
5381  -x | --customer-name     Onap customer name. It is of type STRING.
5382  -z | --cloud-name        Onap cloud name. It is of type STRING.
5383  -r | --cloud-region      Onap cloud region. It is of type STRING.
5384  -c | --cloud-tenant-id   Onap cloud tenant id. It is of type STRING.
5385  -e | --service-type      Onap service type. It is of type STRING.
5386  -u | --onap-username     Onap user name. It is of type STRING. By default,
5387                           it is read from environment variable
5388                           ONAP_USERNAME.
5389  -p | --onap-password     Onap user password. It is of type STRING. By
5390                           default, it is read from environment variable
5391                           ONAP_PASSWORD. Secured.
5392  -m | --host-url          Onap host url. It is of type URL. By default, it
5393                           is read from environment variable ONAP_HOST_URL.
5394  -h | --help              Onap command help message. It is of type STRING.
5395                           By default, it is false.
5396  -v | --version           Onap command service version. It is of type
5397                           STRING. By default, it is false.
5398  -d | --debug             Enable debug output. It is of type BOOL. By
5399                           default, it is false.
5400  -f | --format            Output formats, supported formats such as table,
5401                           csv, json, yaml. It is of type STRING. By
5402                           default, it is table.
5403  -s | --long              whether to print all attributes or only short
5404                           attributes. It is of type BOOL. By default, it is
5405                           false.
5406  -t | --no-title          whether to print title or not. It is of type
5407                           BOOL. By default, it is false.
5408  -a | --no-auth           whether to authenticate user or not. It is of
5409                           type BOOL. By default, it is false.
5410
5411
5412 Error::
5413
5414  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5415
5416
5417
5418 [67] subscription-delete
5419 -----------------------------------------------
5420
5421
5422 usage: onap subscription-delete
5423
5424 Delete the subscription for a given customer in Onap
5425
5426 Onap service: aai v11
5427
5428 Options::
5429
5430  [-x | --customer-name] [-y | --service-type] [-g | --resource-version]
5431  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
5432  [-h | --help] [-v | --version] [-d | --debug]
5433  [-f | --format] [-s | --long] [-t | --no-title]
5434  [-a | --no-auth]
5435
5436 where::
5437
5438  -x | --customer-name     Onap customer name. It is of type STRING.
5439  -y | --service-type      Onap subscribtion id. It is of type STRING.
5440  -g | --resource-version  Onap subscription resource version. It is of type
5441                           STRING. It is optional.
5442  -u | --onap-username     Onap user name. It is of type STRING. By default,
5443                           it is read from environment variable
5444                           ONAP_USERNAME.
5445  -p | --onap-password     Onap user password. It is of type STRING. By
5446                           default, it is read from environment variable
5447                           ONAP_PASSWORD. Secured.
5448  -m | --host-url          Onap host url. It is of type URL. By default, it
5449                           is read from environment variable ONAP_HOST_URL.
5450  -h | --help              Onap command help message. It is of type STRING.
5451                           By default, it is false.
5452  -v | --version           Onap command service version. It is of type
5453                           STRING. By default, it is false.
5454  -d | --debug             Enable debug output. It is of type BOOL. By
5455                           default, it is false.
5456  -f | --format            Output formats, supported formats such as table,
5457                           csv, json, yaml. It is of type STRING. By
5458                           default, it is table.
5459  -s | --long              whether to print all attributes or only short
5460                           attributes. It is of type BOOL. By default, it is
5461                           false.
5462  -t | --no-title          whether to print title or not. It is of type
5463                           BOOL. By default, it is false.
5464  -a | --no-auth           whether to authenticate user or not. It is of
5465                           type BOOL. By default, it is false.
5466
5467
5468 Error::
5469
5470  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5471
5472
5473
5474 [68] customer-show
5475 -----------------------------------------------
5476
5477
5478 usage: onap customer-show
5479
5480 Lists the registetred customers in Onap
5481
5482 Onap service: aai v11
5483
5484 Options::
5485
5486  [-x | --customer-name] [-u | --onap-username] [-p | --onap-password]
5487  [-m | --host-url] [-h | --help] [-v | --version]
5488  [-d | --debug] [-f | --format] [-s | --long]
5489  [-t | --no-title] [-a | --no-auth]
5490
5491 where::
5492
5493  -x | --customer-name   Onap customer name. It is of type STRING.
5494  -u | --onap-username   Onap user name. It is of type STRING. By default,
5495                         it is read from environment variable
5496                         ONAP_USERNAME.
5497  -p | --onap-password   Onap user password. It is of type STRING. By
5498                         default, it is read from environment variable
5499                         ONAP_PASSWORD. Secured.
5500  -m | --host-url        Onap host url. It is of type URL. By default, it
5501                         is read from environment variable ONAP_HOST_URL.
5502  -h | --help            Onap command help message. It is of type STRING.
5503                         By default, it is false.
5504  -v | --version         Onap command service version. It is of type
5505                         STRING. By default, it is false.
5506  -d | --debug           Enable debug output. It is of type BOOL. By
5507                         default, it is false.
5508  -f | --format          Output formats, supported formats such as table,
5509                         csv, json, yaml. It is of type STRING. By
5510                         default, it is table.
5511  -s | --long            whether to print all attributes or only short
5512                         attributes. It is of type BOOL. By default, it is
5513                         false.
5514  -t | --no-title        whether to print title or not. It is of type
5515                         BOOL. By default, it is false.
5516  -a | --no-auth         whether to authenticate user or not. It is of
5517                         type BOOL. By default, it is false.
5518
5519
5520 Results::
5521
5522  name               Onap customer name and is of type STRING.
5523  subscriber-name    Onap subscriber name and is of type STRING.
5524  resource-version   Onap subscriber resource version and is of type
5525                     STRING.
5526  subscriber-type    Onap subscriber type and is of type STRING.
5527
5528
5529 Error::
5530
5531  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5532
5533
5534
5535 [69] customer-create
5536 -----------------------------------------------
5537
5538
5539 usage: onap customer-create
5540
5541 Create a customer in Onap
5542
5543 Onap service: aai v11
5544
5545 Options::
5546
5547  [-x | --customer-name] [-y | --subscriber-name] [-u | --onap-username]
5548  [-p | --onap-password] [-m | --host-url] [-h | --help]
5549  [-v | --version] [-d | --debug] [-f | --format]
5550  [-s | --long] [-t | --no-title] [-a | --no-auth]
5551
5552 where::
5553
5554  -x | --customer-name     Onap customer name. It is of type STRING.
5555  -y | --subscriber-name   Onap subscriber name. It is of type STRING.
5556  -u | --onap-username     Onap user name. It is of type STRING. By default,
5557                           it is read from environment variable
5558                           ONAP_USERNAME.
5559  -p | --onap-password     Onap user password. It is of type STRING. By
5560                           default, it is read from environment variable
5561                           ONAP_PASSWORD. Secured.
5562  -m | --host-url          Onap host url. It is of type URL. By default, it
5563                           is read from environment variable ONAP_HOST_URL.
5564  -h | --help              Onap command help message. It is of type STRING.
5565                           By default, it is false.
5566  -v | --version           Onap command service version. It is of type
5567                           STRING. By default, it is false.
5568  -d | --debug             Enable debug output. It is of type BOOL. By
5569                           default, it is false.
5570  -f | --format            Output formats, supported formats such as table,
5571                           csv, json, yaml. It is of type STRING. By
5572                           default, it is table.
5573  -s | --long              whether to print all attributes or only short
5574                           attributes. It is of type BOOL. By default, it is
5575                           false.
5576  -t | --no-title          whether to print title or not. It is of type
5577                           BOOL. By default, it is false.
5578  -a | --no-auth           whether to authenticate user or not. It is of
5579                           type BOOL. By default, it is false.
5580
5581
5582 Error::
5583
5584  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5585
5586
5587
5588 [70] customer-delete
5589 -----------------------------------------------
5590
5591
5592 usage: onap customer-delete
5593
5594 Delete a customer from Onap
5595
5596 Onap service: aai v11
5597
5598 Options::
5599
5600  [-x | --customer-name] [-y | --resource-version] [-u | --onap-username]
5601  [-p | --onap-password] [-m | --host-url] [-h | --help]
5602  [-v | --version] [-d | --debug] [-f | --format]
5603  [-s | --long] [-t | --no-title] [-a | --no-auth]
5604
5605 where::
5606
5607  -x | --customer-name     Onap customer name. It is of type STRING.
5608  -y | --resource-version  Onap customer resource version. It is of type
5609                           UUID. It is optional. By default, it is
5610                           99d76614-2e73-4aa2-9839-40cac60ccdd2.
5611  -u | --onap-username     Onap user name. It is of type STRING. By default,
5612                           it is read from environment variable
5613                           ONAP_USERNAME.
5614  -p | --onap-password     Onap user password. It is of type STRING. By
5615                           default, it is read from environment variable
5616                           ONAP_PASSWORD. Secured.
5617  -m | --host-url          Onap host url. It is of type URL. By default, it
5618                           is read from environment variable ONAP_HOST_URL.
5619  -h | --help              Onap command help message. It is of type STRING.
5620                           By default, it is false.
5621  -v | --version           Onap command service version. It is of type
5622                           STRING. By default, it is false.
5623  -d | --debug             Enable debug output. It is of type BOOL. By
5624                           default, it is false.
5625  -f | --format            Output formats, supported formats such as table,
5626                           csv, json, yaml. It is of type STRING. By
5627                           default, it is table.
5628  -s | --long              whether to print all attributes or only short
5629                           attributes. It is of type BOOL. By default, it is
5630                           false.
5631  -t | --no-title          whether to print title or not. It is of type
5632                           BOOL. By default, it is false.
5633  -a | --no-auth           whether to authenticate user or not. It is of
5634                           type BOOL. By default, it is false.
5635
5636
5637 Error::
5638
5639  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5640
5641
5642
5643 [71] customer-list
5644 -----------------------------------------------
5645
5646
5647 usage: onap customer-list
5648
5649 Lists the registetred customers in Onap
5650
5651 Onap service: aai v11
5652
5653 Options::
5654
5655  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
5656  [-h | --help] [-v | --version] [-d | --debug]
5657  [-f | --format] [-s | --long] [-t | --no-title]
5658  [-a | --no-auth]
5659
5660 where::
5661
5662  -u | --onap-username   Onap user name. It is of type STRING. By default,
5663                         it is read from environment variable
5664                         ONAP_USERNAME.
5665  -p | --onap-password   Onap user password. It is of type STRING. By
5666                         default, it is read from environment variable
5667                         ONAP_PASSWORD. Secured.
5668  -m | --host-url        Onap host url. It is of type URL. By default, it
5669                         is read from environment variable ONAP_HOST_URL.
5670  -h | --help            Onap command help message. It is of type STRING.
5671                         By default, it is false.
5672  -v | --version         Onap command service version. It is of type
5673                         STRING. By default, it is false.
5674  -d | --debug           Enable debug output. It is of type BOOL. By
5675                         default, it is false.
5676  -f | --format          Output formats, supported formats such as table,
5677                         csv, json, yaml. It is of type STRING. By
5678                         default, it is table.
5679  -s | --long            whether to print all attributes or only short
5680                         attributes. It is of type BOOL. By default, it is
5681                         false.
5682  -t | --no-title        whether to print title or not. It is of type
5683                         BOOL. By default, it is false.
5684  -a | --no-auth         whether to authenticate user or not. It is of
5685                         type BOOL. By default, it is false.
5686
5687
5688 Results::
5689
5690  name               Onap customer name and is of type STRING.
5691  resource-version   Onap customer resource version and is of type
5692                     STRING.
5693
5694
5695 Error::
5696
5697  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5698
5699
5700
5701 [72] vf-list
5702 -----------------------------------------------
5703
5704
5705 usage: onap vf-list
5706
5707 List created VF instances for a service instance
5708
5709 Onap service: aai v11
5710
5711 Options::
5712
5713  [-x | --customer-name] [-y | --service-type] [-z | --service-id]
5714  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
5715  [-h | --help] [-v | --version] [-d | --debug]
5716  [-f | --format] [-s | --long] [-t | --no-title]
5717  [-a | --no-auth]
5718
5719 where::
5720
5721  -x | --customer-name   customer name. It is of type STRING.
5722  -y | --service-type    service subscription type. It is of type STRING.
5723  -z | --service-id      service ID. It is of type STRING.
5724  -u | --onap-username   Onap user name. It is of type STRING. By default,
5725                         it is read from environment variable
5726                         ONAP_USERNAME.
5727  -p | --onap-password   Onap user password. It is of type STRING. By
5728                         default, it is read from environment variable
5729                         ONAP_PASSWORD. Secured.
5730  -m | --host-url        Onap host url. It is of type URL. By default, it
5731                         is read from environment variable ONAP_HOST_URL.
5732  -h | --help            Onap command help message. It is of type STRING.
5733                         By default, it is false.
5734  -v | --version         Onap command service version. It is of type
5735                         STRING. By default, it is false.
5736  -d | --debug           Enable debug output. It is of type BOOL. By
5737                         default, it is false.
5738  -f | --format          Output formats, supported formats such as table,
5739                         csv, json, yaml. It is of type STRING. By
5740                         default, it is table.
5741  -s | --long            whether to print all attributes or only short
5742                         attributes. It is of type BOOL. By default, it is
5743                         false.
5744  -t | --no-title        whether to print title or not. It is of type
5745                         BOOL. By default, it is false.
5746  -a | --no-auth         whether to authenticate user or not. It is of
5747                         type BOOL. By default, it is false.
5748
5749
5750 Results::
5751
5752  vf-id    VF ID for the given service and is of type STRING.
5753  vf-name  VF name and is of type STRING.
5754
5755
5756 Error::
5757
5758  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5759
5760
5761
5762 [73] service-list
5763 -----------------------------------------------
5764
5765
5766 usage: onap service-list
5767
5768 List created service instance
5769
5770 Onap service: aai v11
5771
5772 Options::
5773
5774  [-x | --customer-name] [-y | --service-type] [-u | --onap-username]
5775  [-p | --onap-password] [-m | --host-url] [-h | --help]
5776  [-v | --version] [-d | --debug] [-f | --format]
5777  [-s | --long] [-t | --no-title] [-a | --no-auth]
5778
5779 where::
5780
5781  -x | --customer-name   customer name. It is of type STRING.
5782  -y | --service-type    service subscription type. It is of type STRING.
5783  -u | --onap-username   Onap user name. It is of type STRING. By default,
5784                         it is read from environment variable
5785                         ONAP_USERNAME.
5786  -p | --onap-password   Onap user password. It is of type STRING. By
5787                         default, it is read from environment variable
5788                         ONAP_PASSWORD. Secured.
5789  -m | --host-url        Onap host url. It is of type URL. By default, it
5790                         is read from environment variable ONAP_HOST_URL.
5791  -h | --help            Onap command help message. It is of type STRING.
5792                         By default, it is false.
5793  -v | --version         Onap command service version. It is of type
5794                         STRING. By default, it is false.
5795  -d | --debug           Enable debug output. It is of type BOOL. By
5796                         default, it is false.
5797  -f | --format          Output formats, supported formats such as table,
5798                         csv, json, yaml. It is of type STRING. By
5799                         default, it is table.
5800  -s | --long            whether to print all attributes or only short
5801                         attributes. It is of type BOOL. By default, it is
5802                         false.
5803  -t | --no-title        whether to print title or not. It is of type
5804                         BOOL. By default, it is false.
5805  -a | --no-auth         whether to authenticate user or not. It is of
5806                         type BOOL. By default, it is false.
5807
5808
5809 Results::
5810
5811  service-id           instance id of service and is of type STRING.
5812  service-name         Service name and is of type STRING.
5813  model-invariant-id   Model invariant id of service model and is of
5814                       type STRING.
5815  model-uuid           Model uuid for service model and is of type
5816                       STRING.
5817  description          service description and is of type STRING.
5818
5819
5820 Error::
5821
5822  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5823
5824
5825
5826 [74] vf-show
5827 -----------------------------------------------
5828
5829
5830 usage: onap vf-show
5831
5832 Show details for VF
5833
5834 Onap service: aai v11
5835
5836 Options::
5837
5838  [-x | --vf-id] [-u | --onap-username] [-p | --onap-password]
5839  [-m | --host-url] [-h | --help] [-v | --version]
5840  [-d | --debug] [-f | --format] [-s | --long]
5841  [-t | --no-title] [-a | --no-auth]
5842
5843 where::
5844
5845  -x | --vf-id           VF identifier. It is of type STRING.
5846  -u | --onap-username   Onap user name. It is of type STRING. By default,
5847                         it is read from environment variable
5848                         ONAP_USERNAME.
5849  -p | --onap-password   Onap user password. It is of type STRING. By
5850                         default, it is read from environment variable
5851                         ONAP_PASSWORD. Secured.
5852  -m | --host-url        Onap host url. It is of type URL. By default, it
5853                         is read from environment variable ONAP_HOST_URL.
5854  -h | --help            Onap command help message. It is of type STRING.
5855                         By default, it is false.
5856  -v | --version         Onap command service version. It is of type
5857                         STRING. By default, it is false.
5858  -d | --debug           Enable debug output. It is of type BOOL. By
5859                         default, it is false.
5860  -f | --format          Output formats, supported formats such as table,
5861                         csv, json, yaml. It is of type STRING. By
5862                         default, it is table.
5863  -s | --long            whether to print all attributes or only short
5864                         attributes. It is of type BOOL. By default, it is
5865                         false.
5866  -t | --no-title        whether to print title or not. It is of type
5867                         BOOL. By default, it is false.
5868  -a | --no-auth         whether to authenticate user or not. It is of
5869                         type BOOL. By default, it is false.
5870
5871
5872 Results::
5873
5874  vf-id                    VF ID for the given service and is of type STRING.
5875  vf-name                  VF name and is of type STRING.
5876  vf-type                  VF name and is of type STRING.
5877  model-invariant-id       VF name and is of type STRING.
5878  model-uuid               model uuid and is of type STRING.
5879  model-customization-id   Model customization id and is of type STRING.
5880  service-id               Service ID of parent service and is of type
5881                           STRING.
5882
5883
5884 Error::
5885
5886  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5887
5888
5889
5890 [75] tenant-create
5891 -----------------------------------------------
5892
5893
5894 usage: onap tenant-create
5895
5896 Create a tenant under given cloud region in Onap
5897
5898 Onap service: aai v11
5899
5900 Options::
5901
5902  [-x | --cloud] [-y | --region] [-z | --tenant-id]
5903  [-r | --tenant-name] [-u | --onap-username] [-p | --onap-password]
5904  [-m | --host-url] [-h | --help] [-v | --version]
5905  [-d | --debug] [-f | --format] [-s | --long]
5906  [-t | --no-title] [-a | --no-auth]
5907
5908 where::
5909
5910  -x | --cloud           Onap cloud. It is of type STRING.
5911  -y | --region          Onap cloud region. It is of type STRING.
5912  -z | --tenant-id       Onap cloud tenant id. It is of type STRING.
5913  -r | --tenant-name     Onap cloud tenant name. It is of type STRING.
5914  -u | --onap-username   Onap user name. It is of type STRING. By default,
5915                         it is read from environment variable
5916                         ONAP_USERNAME.
5917  -p | --onap-password   Onap user password. It is of type STRING. By
5918                         default, it is read from environment variable
5919                         ONAP_PASSWORD. Secured.
5920  -m | --host-url        Onap host url. It is of type URL. By default, it
5921                         is read from environment variable ONAP_HOST_URL.
5922  -h | --help            Onap command help message. It is of type STRING.
5923                         By default, it is false.
5924  -v | --version         Onap command service version. It is of type
5925                         STRING. By default, it is false.
5926  -d | --debug           Enable debug output. It is of type BOOL. By
5927                         default, it is false.
5928  -f | --format          Output formats, supported formats such as table,
5929                         csv, json, yaml. It is of type STRING. By
5930                         default, it is table.
5931  -s | --long            whether to print all attributes or only short
5932                         attributes. It is of type BOOL. By default, it is
5933                         false.
5934  -t | --no-title        whether to print title or not. It is of type
5935                         BOOL. By default, it is false.
5936  -a | --no-auth         whether to authenticate user or not. It is of
5937                         type BOOL. By default, it is false.
5938
5939
5940 Error::
5941
5942  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5943
5944
5945
5946 [76] tenant-list
5947 -----------------------------------------------
5948
5949
5950 usage: onap tenant-list
5951
5952 Lists the tenants under given cloud region in Onap
5953
5954 Onap service: aai v11
5955
5956 Options::
5957
5958  [-x | --cloud] [-y | --region] [-u | --onap-username]
5959  [-p | --onap-password] [-m | --host-url] [-h | --help]
5960  [-v | --version] [-d | --debug] [-f | --format]
5961  [-s | --long] [-t | --no-title] [-a | --no-auth]
5962
5963 where::
5964
5965  -x | --cloud           Onap cloud. It is of type STRING.
5966  -y | --region          Onap cloud region. It is of type STRING.
5967  -u | --onap-username   Onap user name. It is of type STRING. By default,
5968                         it is read from environment variable
5969                         ONAP_USERNAME.
5970  -p | --onap-password   Onap user password. It is of type STRING. By
5971                         default, it is read from environment variable
5972                         ONAP_PASSWORD. Secured.
5973  -m | --host-url        Onap host url. It is of type URL. By default, it
5974                         is read from environment variable ONAP_HOST_URL.
5975  -h | --help            Onap command help message. It is of type STRING.
5976                         By default, it is false.
5977  -v | --version         Onap command service version. It is of type
5978                         STRING. By default, it is false.
5979  -d | --debug           Enable debug output. It is of type BOOL. By
5980                         default, it is false.
5981  -f | --format          Output formats, supported formats such as table,
5982                         csv, json, yaml. It is of type STRING. By
5983                         default, it is table.
5984  -s | --long            whether to print all attributes or only short
5985                         attributes. It is of type BOOL. By default, it is
5986                         false.
5987  -t | --no-title        whether to print title or not. It is of type
5988                         BOOL. By default, it is false.
5989  -a | --no-auth         whether to authenticate user or not. It is of
5990                         type BOOL. By default, it is false.
5991
5992
5993 Results::
5994
5995  tenant-id          Onap tenant-id and is of type STRING.
5996  tenant-name        Onap tenant name and is of type STRING.
5997  resource-version   Onap tenant resource version and is of type
5998                     STRING.
5999
6000
6001 Error::
6002
6003  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6004
6005
6006
6007 [77] tenant-delete
6008 -----------------------------------------------
6009
6010
6011 usage: onap tenant-delete
6012
6013 Delete tenant under given cloud region in Onap
6014
6015 Onap service: aai v11
6016
6017 Options::
6018
6019  [-x | --cloud] [-y | --region] [-z | --tenant-id]
6020  [-r | --resource-version] [-u | --onap-username] [-p | --onap-password]
6021  [-m | --host-url] [-h | --help] [-v | --version]
6022  [-d | --debug] [-f | --format] [-s | --long]
6023  [-t | --no-title] [-a | --no-auth]
6024
6025 where::
6026
6027  -x | --cloud             Onap cloud. It is of type STRING.
6028  -y | --region            Onap cloud region. It is of type STRING.
6029  -z | --tenant-id         Onap cloud tenant id. It is of type STRING.
6030  -r | --resource-version  Onap cloud tenant version. It is of type UUID. It
6031                           is optional. By default, it is
6032                           c22f376e-03fb-49f9-982c-9887b4e5da10.
6033  -u | --onap-username     Onap user name. It is of type STRING. By default,
6034                           it is read from environment variable
6035                           ONAP_USERNAME.
6036  -p | --onap-password     Onap user password. It is of type STRING. By
6037                           default, it is read from environment variable
6038                           ONAP_PASSWORD. Secured.
6039  -m | --host-url          Onap host url. It is of type URL. By default, it
6040                           is read from environment variable ONAP_HOST_URL.
6041  -h | --help              Onap command help message. It is of type STRING.
6042                           By default, it is false.
6043  -v | --version           Onap command service version. It is of type
6044                           STRING. By default, it is false.
6045  -d | --debug             Enable debug output. It is of type BOOL. By
6046                           default, it is false.
6047  -f | --format            Output formats, supported formats such as table,
6048                           csv, json, yaml. It is of type STRING. By
6049                           default, it is table.
6050  -s | --long              whether to print all attributes or only short
6051                           attributes. It is of type BOOL. By default, it is
6052                           false.
6053  -t | --no-title          whether to print title or not. It is of type
6054                           BOOL. By default, it is false.
6055  -a | --no-auth           whether to authenticate user or not. It is of
6056                           type BOOL. By default, it is false.
6057
6058
6059 Error::
6060
6061  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6062
6063
6064
6065 [78] service-type-list
6066 -----------------------------------------------
6067
6068
6069 usage: onap service-type-list
6070
6071 List the service types configured in Onap
6072
6073 Onap service: aai v11
6074
6075 Options::
6076
6077  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
6078  [-h | --help] [-v | --version] [-d | --debug]
6079  [-f | --format] [-s | --long] [-t | --no-title]
6080  [-a | --no-auth]
6081
6082 where::
6083
6084  -u | --onap-username   Onap user name. It is of type STRING. By default,
6085                         it is read from environment variable
6086                         ONAP_USERNAME.
6087  -p | --onap-password   Onap user password. It is of type STRING. By
6088                         default, it is read from environment variable
6089                         ONAP_PASSWORD. Secured.
6090  -m | --host-url        Onap host url. It is of type URL. By default, it
6091                         is read from environment variable ONAP_HOST_URL.
6092  -h | --help            Onap command help message. It is of type STRING.
6093                         By default, it is false.
6094  -v | --version         Onap command service version. It is of type
6095                         STRING. By default, it is false.
6096  -d | --debug           Enable debug output. It is of type BOOL. By
6097                         default, it is false.
6098  -f | --format          Output formats, supported formats such as table,
6099                         csv, json, yaml. It is of type STRING. By
6100                         default, it is table.
6101  -s | --long            whether to print all attributes or only short
6102                         attributes. It is of type BOOL. By default, it is
6103                         false.
6104  -t | --no-title        whether to print title or not. It is of type
6105                         BOOL. By default, it is false.
6106  -a | --no-auth         whether to authenticate user or not. It is of
6107                         type BOOL. By default, it is false.
6108
6109
6110 Results::
6111
6112  service-type-id    Onap cloud service and is of type STRING.
6113  service-type       Onap cloud service and is of type STRING.
6114  resource-version   Onap cloud service resource version and is of
6115                     type STRING.
6116
6117
6118 Error::
6119
6120  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6121
6122
6123
6124 [79] service-type-create
6125 -----------------------------------------------
6126
6127
6128 usage: onap service-type-create
6129
6130 Add a service type in Onap
6131
6132 Onap service: aai v11
6133
6134 Options::
6135
6136  [-x | --service-type] [-y | --service-type-id] [-u | --onap-username]
6137  [-p | --onap-password] [-m | --host-url] [-h | --help]
6138  [-v | --version] [-d | --debug] [-f | --format]
6139  [-s | --long] [-t | --no-title] [-a | --no-auth]
6140
6141 where::
6142
6143  -x | --service-type      Onap service type. It is of type STRING.
6144  -y | --service-type-id   Onap service type uuid. It is of type UUID. It is
6145                           optional. By default, it is
6146                           d4445250-ef8d-4d78-a1b8-21719383acf7.
6147  -u | --onap-username     Onap user name. It is of type STRING. By default,
6148                           it is read from environment variable
6149                           ONAP_USERNAME.
6150  -p | --onap-password     Onap user password. It is of type STRING. By
6151                           default, it is read from environment variable
6152                           ONAP_PASSWORD. Secured.
6153  -m | --host-url          Onap host url. It is of type URL. By default, it
6154                           is read from environment variable ONAP_HOST_URL.
6155  -h | --help              Onap command help message. It is of type STRING.
6156                           By default, it is false.
6157  -v | --version           Onap command service version. It is of type
6158                           STRING. By default, it is false.
6159  -d | --debug             Enable debug output. It is of type BOOL. By
6160                           default, it is false.
6161  -f | --format            Output formats, supported formats such as table,
6162                           csv, json, yaml. It is of type STRING. By
6163                           default, it is table.
6164  -s | --long              whether to print all attributes or only short
6165                           attributes. It is of type BOOL. By default, it is
6166                           false.
6167  -t | --no-title          whether to print title or not. It is of type
6168                           BOOL. By default, it is false.
6169  -a | --no-auth           whether to authenticate user or not. It is of
6170                           type BOOL. By default, it is false.
6171
6172
6173 Error::
6174
6175  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6176
6177
6178
6179 [80] service-type-delete
6180 -----------------------------------------------
6181
6182
6183 usage: onap service-type-delete
6184
6185 Delete a service type from Onap
6186
6187 Onap service: aai v11
6188
6189 Options::
6190
6191  [-x | --service-type-id] [-y | --resource-version] [-u | --onap-username]
6192  [-p | --onap-password] [-m | --host-url] [-h | --help]
6193  [-v | --version] [-d | --debug] [-f | --format]
6194  [-s | --long] [-t | --no-title] [-a | --no-auth]
6195
6196 where::
6197
6198  -x | --service-type-id   Onap service type uuid. It is of type UUID. It is
6199                           optional. By default, it is
6200                           bb1938c7-1609-40fe-b4ba-75a3282ad3ad.
6201  -y | --resource-version  Onap service resource version. It is of type
6202                           UUID. It is optional. By default, it is
6203                           12b1a7c7-f8be-49cb-b320-dc103a24f00e.
6204  -u | --onap-username     Onap user name. It is of type STRING. By default,
6205                           it is read from environment variable
6206                           ONAP_USERNAME.
6207  -p | --onap-password     Onap user password. It is of type STRING. By
6208                           default, it is read from environment variable
6209                           ONAP_PASSWORD. Secured.
6210  -m | --host-url          Onap host url. It is of type URL. By default, it
6211                           is read from environment variable ONAP_HOST_URL.
6212  -h | --help              Onap command help message. It is of type STRING.
6213                           By default, it is false.
6214  -v | --version           Onap command service version. It is of type
6215                           STRING. By default, it is false.
6216  -d | --debug             Enable debug output. It is of type BOOL. By
6217                           default, it is false.
6218  -f | --format            Output formats, supported formats such as table,
6219                           csv, json, yaml. It is of type STRING. By
6220                           default, it is table.
6221  -s | --long              whether to print all attributes or only short
6222                           attributes. It is of type BOOL. By default, it is
6223                           false.
6224  -t | --no-title          whether to print title or not. It is of type
6225                           BOOL. By default, it is false.
6226  -a | --no-auth           whether to authenticate user or not. It is of
6227                           type BOOL. By default, it is false.
6228
6229
6230 Error::
6231
6232  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6233
6234
6235
6236 [81] cloud-create
6237 -----------------------------------------------
6238
6239
6240 usage: onap cloud-create
6241
6242 Create a cloud region in Onap
6243
6244 Onap service: aai v11
6245
6246 Options::
6247
6248  [-x | --cloud-name] [-y | --region-name] [-u | --onap-username]
6249  [-p | --onap-password] [-m | --host-url] [-h | --help]
6250  [-v | --version] [-d | --debug] [-f | --format]
6251  [-s | --long] [-t | --no-title] [-a | --no-auth]
6252
6253 where::
6254
6255  -x | --cloud-name      Onap cloud name. It is of type STRING.
6256  -y | --region-name     Onap  region name. It is of type STRING.
6257  -u | --onap-username   Onap user name. It is of type STRING. By default,
6258                         it is read from environment variable
6259                         ONAP_USERNAME.
6260  -p | --onap-password   Onap user password. It is of type STRING. By
6261                         default, it is read from environment variable
6262                         ONAP_PASSWORD. Secured.
6263  -m | --host-url        Onap host url. It is of type URL. By default, it
6264                         is read from environment variable ONAP_HOST_URL.
6265  -h | --help            Onap command help message. It is of type STRING.
6266                         By default, it is false.
6267  -v | --version         Onap command service version. It is of type
6268                         STRING. By default, it is false.
6269  -d | --debug           Enable debug output. It is of type BOOL. By
6270                         default, it is false.
6271  -f | --format          Output formats, supported formats such as table,
6272                         csv, json, yaml. It is of type STRING. By
6273                         default, it is table.
6274  -s | --long            whether to print all attributes or only short
6275                         attributes. It is of type BOOL. By default, it is
6276                         false.
6277  -t | --no-title        whether to print title or not. It is of type
6278                         BOOL. By default, it is false.
6279  -a | --no-auth         whether to authenticate user or not. It is of
6280                         type BOOL. By default, it is false.
6281
6282
6283 Error::
6284
6285  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6286
6287
6288
6289 [82] service-delete
6290 -----------------------------------------------
6291
6292
6293 usage: onap service-delete
6294
6295 Delete service instance (experimental)
6296
6297 Onap service: so v3
6298
6299 Options::
6300
6301  [-x | --service-instace-id] [-b | --model-invariant-id] [-i | --model-uuid]
6302  [-e | --model-name] [-g | --model-version] [-c | --customer-name]
6303  [-j | --cloud-region] [-k | --tenant-id] [-u | --onap-username]
6304  [-p | --onap-password] [-m | --host-url] [-h | --help]
6305  [-v | --version] [-d | --debug] [-f | --format]
6306  [-s | --long] [-t | --no-title] [-a | --no-auth]
6307
6308 where::
6309
6310  -x | --service-instace-id  unique id for service instance. It is of type
6311                             STRING.
6312  -b | --model-invariant-id  model invariant id for service in SDC catalog. It
6313                             is of type STRING.
6314  -i | --model-uuid          model uuid for service in SDC catalog. It is of
6315                             type STRING.
6316  -e | --model-name          model name available in SDC catalog. It is of
6317                             type STRING.
6318  -g | --model-version       model version of service (eg. 1.0). It is of type
6319                             STRING.
6320  -c | --customer-name       unique id for customer. It is of type STRING.
6321  -j | --cloud-region        cloud region id. It is of type STRING.
6322  -k | --tenant-id           tenant id. It is of type STRING.
6323  -u | --onap-username       Onap user name. It is of type STRING. By default,
6324                             it is read from environment variable
6325                             ONAP_USERNAME.
6326  -p | --onap-password       Onap user password. It is of type STRING. By
6327                             default, it is read from environment variable
6328                             ONAP_PASSWORD. Secured.
6329  -m | --host-url            Onap host url. It is of type URL. By default, it
6330                             is read from environment variable ONAP_HOST_URL.
6331  -h | --help                Onap command help message. It is of type STRING.
6332                             By default, it is false.
6333  -v | --version             Onap command service version. It is of type
6334                             STRING. By default, it is false.
6335  -d | --debug               Enable debug output. It is of type BOOL. By
6336                             default, it is false.
6337  -f | --format              Output formats, supported formats such as table,
6338                             csv, json, yaml. It is of type STRING. By
6339                             default, it is table.
6340  -s | --long                whether to print all attributes or only short
6341                             attributes. It is of type BOOL. By default, it is
6342                             false.
6343  -t | --no-title            whether to print title or not. It is of type
6344                             BOOL. By default, it is false.
6345  -a | --no-auth             whether to authenticate user or not. It is of
6346                             type BOOL. By default, it is false.
6347
6348
6349 Error::
6350
6351  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6352
6353
6354
6355 [83] vfmodule-delete
6356 -----------------------------------------------
6357
6358
6359 usage: onap vfmodule-delete
6360
6361 delete a VF module (experimental)
6362
6363 Onap service: so v3
6364
6365 Options::
6366
6367  [-x | --vfmodule-id] [-j | --service-id] [-y | --vf-id]
6368  [-k | --vf-model-invariant-id] [-e | --vfmodule-name] [-g | --vfmodule-version]
6369  [-l | --cloud-region] [-z | --tenant-id] [-u | --onap-username]
6370  [-p | --onap-password] [-m | --host-url] [-h | --help]
6371  [-v | --version] [-d | --debug] [-f | --format]
6372  [-s | --long] [-t | --no-title] [-a | --no-auth]
6373
6374 where::
6375
6376  -x | --vfmodule-id             VF module Id. It is of type STRING.
6377  -j | --service-id              unique id for service. It is of type STRING.
6378  -y | --vf-id                   unique id for related VF. It is of type STRING.
6379  -k | --vf-model-invariant-id   vf model invariant id. It is of type STRING.
6380  -e | --vfmodule-name           vfmodule model name. It is of type STRING.
6381  -g | --vfmodule-version        vf module version. It is of type STRING.
6382  -l | --cloud-region            cloud region identifier. It is of type STRING.
6383  -z | --tenant-id               openstack tenant id. It is of type STRING.
6384  -u | --onap-username           Onap user name. It is of type STRING. By default,
6385                                 it is read from environment variable
6386                                 ONAP_USERNAME.
6387  -p | --onap-password           Onap user password. It is of type STRING. By
6388                                 default, it is read from environment variable
6389                                 ONAP_PASSWORD. Secured.
6390  -m | --host-url                Onap host url. It is of type URL. By default, it
6391                                 is read from environment variable ONAP_HOST_URL.
6392  -h | --help                    Onap command help message. It is of type STRING.
6393                                 By default, it is false.
6394  -v | --version                 Onap command service version. It is of type
6395                                 STRING. By default, it is false.
6396  -d | --debug                   Enable debug output. It is of type BOOL. By
6397                                 default, it is false.
6398  -f | --format                  Output formats, supported formats such as table,
6399                                 csv, json, yaml. It is of type STRING. By
6400                                 default, it is table.
6401  -s | --long                    whether to print all attributes or only short
6402                                 attributes. It is of type BOOL. By default, it is
6403                                 false.
6404  -t | --no-title                whether to print title or not. It is of type
6405                                 BOOL. By default, it is false.
6406  -a | --no-auth                 whether to authenticate user or not. It is of
6407                                 type BOOL. By default, it is false.
6408
6409
6410 Error::
6411
6412  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6413
6414
6415
6416 [84] vfmodule-create
6417 -----------------------------------------------
6418
6419
6420 usage: onap vfmodule-create
6421
6422 Create a VF module
6423
6424 Onap service: so v3
6425
6426 Options::
6427
6428  [-l | --cloud-region] [-B | --tenant-id] [-b | --vfmodule-invariant-id]
6429  [-c | --vfmodule-uuid] [-e | --vfmodule-name] [-g | --vfmodule-version]
6430  [-i | --module-name] [-j | --service-id] [-y | --vf-id]
6431  [-k | --vf-model-invariant-id] [-A | --vf-model-uuid] [-n | --vf-model-name]
6432  [-o | --vf-model-version] [-q | --vf-model-customization-id] [-r | --service-model-invariant-id]
6433  [-w | --service-model-uuid] [-x | --service-model-name] [-z | --service-model-version]
6434  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
6435  [-h | --help] [-v | --version] [-d | --debug]
6436  [-f | --format] [-s | --long] [-t | --no-title]
6437  [-a | --no-auth]
6438
6439 where::
6440
6441  -l | --cloud-region                cloud region identifier. It is of type STRING.
6442  -B | --tenant-id                   openstack tenant id. It is of type STRING.
6443  -b | --vfmodule-invariant-id       vfmodule model invariant id. It is of type STRING.
6444  -c | --vfmodule-uuid               model uuid for vfmodule. It is of type STRING.
6445  -e | --vfmodule-name               vfmodule model name. It is of type STRING.
6446  -g | --vfmodule-version            vf module version. It is of type STRING.
6447  -i | --module-name                 vfmodule name. It is of type STRING.
6448  -j | --service-id                  unique id for service. It is of type STRING.
6449  -y | --vf-id                       unique id for related VF. It is of type STRING.
6450  -k | --vf-model-invariant-id       vf model invariant id. It is of type STRING.
6451  -A | --vf-model-uuid               model uuid for vf. It is of type STRING.
6452  -n | --vf-model-name               vf model name. It is of type STRING.
6453  -o | --vf-model-version            vf model version. It is of type STRING.
6454  -q | --vf-model-customization-id   vf model customization id. This can be obtained
6455                                     using SDC portal (Home -> service:xxx ->
6456                                     Composition -> click on VF for customization id).
6457                                     It is of type STRING.
6458  -r | --service-model-invariant-id  model invariant id. It is of type STRING.
6459  -w | --service-model-uuid          model name version id. It is of type STRING.
6460  -x | --service-model-name          service model name. It is of type STRING.
6461  -z | --service-model-version       service model version. It is of type STRING.
6462  -u | --onap-username               Onap user name. It is of type STRING. By default,
6463                                     it is read from environment variable
6464                                     ONAP_USERNAME.
6465  -p | --onap-password               Onap user password. It is of type STRING. By
6466                                     default, it is read from environment variable
6467                                     ONAP_PASSWORD. Secured.
6468  -m | --host-url                    Onap host url. It is of type URL. By default, it
6469                                     is read from environment variable ONAP_HOST_URL.
6470  -h | --help                        Onap command help message. It is of type STRING.
6471                                     By default, it is false.
6472  -v | --version                     Onap command service version. It is of type
6473                                     STRING. By default, it is false.
6474  -d | --debug                       Enable debug output. It is of type BOOL. By
6475                                     default, it is false.
6476  -f | --format                      Output formats, supported formats such as table,
6477                                     csv, json, yaml. It is of type STRING. By
6478                                     default, it is table.
6479  -s | --long                        whether to print all attributes or only short
6480                                     attributes. It is of type BOOL. By default, it is
6481                                     false.
6482  -t | --no-title                    whether to print title or not. It is of type
6483                                     BOOL. By default, it is false.
6484  -a | --no-auth                     whether to authenticate user or not. It is of
6485                                     type BOOL. By default, it is false.
6486
6487
6488 Results::
6489
6490  vfmodule-id  id for the created vnf and is of type STRING.
6491
6492
6493 Error::
6494
6495  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6496
6497
6498
6499 [85] service-create
6500 -----------------------------------------------
6501
6502
6503 usage: onap service-create
6504
6505 Create a service instance using MSO
6506
6507 Onap service: so v3
6508
6509 Options::
6510
6511  [-l | --cloud-region] [-b | --tenant-id] [-e | --model-invariant-id]
6512  [-g | --model-uuid] [-i | --model-name] [-j | --model-version]
6513  [-c | --customer] [-k | --instance-name] [-r | --supress-rollback]
6514  [-w | --service-type] [-u | --onap-username] [-p | --onap-password]
6515  [-m | --host-url] [-h | --help] [-v | --version]
6516  [-d | --debug] [-f | --format] [-s | --long]
6517  [-t | --no-title] [-a | --no-auth]
6518
6519 where::
6520
6521  -l | --cloud-region        cloud region identifier. It is of type STRING.
6522  -b | --tenant-id           tenant id. It is of type STRING.
6523  -e | --model-invariant-id  model invariant id generated by ASDC. It is of
6524                             type STRING.
6525  -g | --model-uuid          model uuid generated by ASDC. It is of type
6526                             STRING.
6527  -i | --model-name          model name as provided in ASDC design time. It is
6528                             of type STRING.
6529  -j | --model-version       model-version. It is of type STRING.
6530  -c | --customer            unique id for customer. It is of type STRING.
6531  -k | --instance-name       service instance name. It is of type STRING.
6532  -r | --supress-rollback    rollback changes if instantiation fails. It is of
6533                             type BOOL. It is optional. By default, it is
6534                             false.
6535  -w | --service-type     subscription service type. It is of type STRING.
6536  -u | --onap-username       Onap user name. It is of type STRING. By default,
6537                             it is read from environment variable
6538                             ONAP_USERNAME.
6539  -p | --onap-password       Onap user password. It is of type STRING. By
6540                             default, it is read from environment variable
6541                             ONAP_PASSWORD. Secured.
6542  -m | --host-url            Onap host url. It is of type URL. By default, it
6543                             is read from environment variable ONAP_HOST_URL.
6544  -h | --help                Onap command help message. It is of type STRING.
6545                             By default, it is false.
6546  -v | --version             Onap command service version. It is of type
6547                             STRING. By default, it is false.
6548  -d | --debug               Enable debug output. It is of type BOOL. By
6549                             default, it is false.
6550  -f | --format              Output formats, supported formats such as table,
6551                             csv, json, yaml. It is of type STRING. By
6552                             default, it is table.
6553  -s | --long                whether to print all attributes or only short
6554                             attributes. It is of type BOOL. By default, it is
6555                             false.
6556  -t | --no-title            whether to print title or not. It is of type
6557                             BOOL. By default, it is false.
6558  -a | --no-auth             whether to authenticate user or not. It is of
6559                             type BOOL. By default, it is false.
6560
6561
6562 Results::
6563
6564  service-id   instance id for the created service. and is of
6565               type STRING.
6566
6567
6568 Error::
6569
6570  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6571
6572
6573
6574 [86] vf-delete
6575 -----------------------------------------------
6576
6577
6578 usage: onap vf-delete (experimental)
6579
6580 delete a VF
6581
6582 Onap service: so v3
6583
6584 Options::
6585
6586  [-x | --vf-id] [-y | --service-instance-id] [-l | --cloud-region]
6587  [-z | --tenant-id] [-b | --model-invariant-id] [-c | --model-uuid]
6588  [-e | --model-name] [-g | --model-version] [-u | --onap-username]
6589  [-p | --onap-password] [-m | --host-url] [-h | --help]
6590  [-v | --version] [-d | --debug] [-f | --format]
6591  [-s | --long] [-t | --no-title] [-a | --no-auth]
6592
6593 where::
6594
6595  -x | --vf-id                 id for vnf. It is of type STRING.
6596  -y | --service-instance-id   unique id for service instance. It is of type
6597                               STRING.
6598  -l | --cloud-region          Cloud region ID. It is of type STRING.
6599  -z | --tenant-id             openstack tenant id (uuid). It is of type STRING.
6600  -b | --model-invariant-id    model invariant id for service in SDC catalog. It
6601                               is of type STRING.
6602  -c | --model-uuid            model uuid for service in SDC catalog. It is of
6603                               type STRING.
6604  -e | --model-name            model name available in SDC catalog. It is of
6605                               type STRING.
6606  -g | --model-version         model version of service (eg. 1.0). It is of type
6607                               STRING.
6608  -u | --onap-username         Onap user name. It is of type STRING. By default,
6609                               it is read from environment variable
6610                               ONAP_USERNAME.
6611  -p | --onap-password         Onap user password. It is of type STRING. By
6612                               default, it is read from environment variable
6613                               ONAP_PASSWORD. Secured.
6614  -m | --host-url              Onap host url. It is of type URL. By default, it
6615                               is read from environment variable ONAP_HOST_URL.
6616  -h | --help                  Onap command help message. It is of type STRING.
6617                               By default, it is false.
6618  -v | --version               Onap command service version. It is of type
6619                               STRING. By default, it is false.
6620  -d | --debug                 Enable debug output. It is of type BOOL. By
6621                               default, it is false.
6622  -f | --format                Output formats, supported formats such as table,
6623                               csv, json, yaml. It is of type STRING. By
6624                               default, it is table.
6625  -s | --long                  whether to print all attributes or only short
6626                               attributes. It is of type BOOL. By default, it is
6627                               false.
6628  -t | --no-title              whether to print title or not. It is of type
6629                               BOOL. By default, it is false.
6630  -a | --no-auth               whether to authenticate user or not. It is of
6631                               type BOOL. By default, it is false.
6632
6633
6634 Error::
6635
6636  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6637
6638
6639
6640 [87] vf-create
6641 -----------------------------------------------
6642
6643
6644 usage: onap vf-create
6645
6646 Create a VF
6647
6648 Onap service: so v3
6649
6650 Options::
6651
6652  [-l | --cloud-region] [-z | --tenant-id] [-w | --product-family]
6653  [-o | --instance-name] [-y | --service-instance-id] [-b | --vf-model-invariant-id]
6654  [-c | --vf-model-uuid] [-e | --vf-model-name] [-g | --vf-model-version]
6655  [-i | --vf-model-customization-id] [-j | --service-model-invariant-id] [-k | --service-model-uuid]
6656  [-q | --service-model-name] [-n | --service-model-version] [-u | --onap-username]
6657  [-p | --onap-password] [-m | --host-url] [-h | --help]
6658  [-v | --version] [-d | --debug] [-f | --format]
6659  [-s | --long] [-t | --no-title] [-a | --no-auth]
6660
6661 where::
6662
6663  -l | --cloud-region                cloud region identifier. It is of type STRING.
6664  -z | --tenant-id                   openstack tenant id. It is of type STRING.
6665  -w | --product-family              service type for serivce (e.g. vLB). It is of
6666                                     type STRING.
6667  -o | --instance-name               service instance name. It is of type STRING.
6668  -y | --service-instance-id         unique id for service instance. It is of type
6669                                     STRING.
6670  -b | --vf-model-invariant-id       vf model invariant id. It is of type STRING.
6671  -c | --vf-model-uuid               model uuid for vf. It is of type STRING.
6672  -e | --vf-model-name               vf model name. It is of type STRING.
6673  -g | --vf-model-version            vf model version. It is of type STRING.
6674  -i | --vf-model-customization-id   vf model customization id. It is of type STRING.
6675  -j | --service-model-invariant-id  model invariant id. It is of type STRING.
6676  -k | --service-model-uuid          model name version id. It is of type STRING.
6677  -q | --service-model-name          service model name. It is of type STRING.
6678  -n | --service-model-version       service model version. It is of type STRING.
6679  -u | --onap-username               Onap user name. It is of type STRING. By default,
6680                                     it is read from environment variable
6681                                     ONAP_USERNAME.
6682  -p | --onap-password               Onap user password. It is of type STRING. By
6683                                     default, it is read from environment variable
6684                                     ONAP_PASSWORD. Secured.
6685  -m | --host-url                    Onap host url. It is of type URL. By default, it
6686                                     is read from environment variable ONAP_HOST_URL.
6687  -h | --help                        Onap command help message. It is of type STRING.
6688                                     By default, it is false.
6689  -v | --version                     Onap command service version. It is of type
6690                                     STRING. By default, it is false.
6691  -d | --debug                       Enable debug output. It is of type BOOL. By
6692                                     default, it is false.
6693  -f | --format                      Output formats, supported formats such as table,
6694                                     csv, json, yaml. It is of type STRING. By
6695                                     default, it is table.
6696  -s | --long                        whether to print all attributes or only short
6697                                     attributes. It is of type BOOL. By default, it is
6698                                     false.
6699  -t | --no-title                    whether to print title or not. It is of type
6700                                     BOOL. By default, it is false.
6701  -a | --no-auth                     whether to authenticate user or not. It is of
6702                                     type BOOL. By default, it is false.
6703
6704
6705 Results::
6706
6707  vf-id  id for the created vnf and is of type STRING.
6708
6709
6710 Error::
6711
6712  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6713
6714
6715
6716 onap-1.0
6717 ==========================
6718
6719
6720 [1] license-group-create
6721 -----------------------------------------------
6722
6723
6724 usage: onap license-group-create
6725
6726 Create License Group
6727
6728 Onap service: sdc v1.0
6729
6730 Options::
6731
6732  [-x | --group-name] [-y | --license-model-id] [-z | --license-group-description]
6733  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
6734  [-h | --help] [-v | --version] [-d | --debug]
6735  [-f | --format] [-s | --long] [-t | --no-title]
6736  [-a | --no-auth]
6737
6738 where::
6739
6740  -x | --group-name                  group name. It is of type STRING.
6741  -y | --license-model-id            License Model ID. It is of type STRING.
6742  -z | --license-group-description   Description for License Group. It is of type
6743                                     STRING. It is optional.
6744  -u | --onap-username               Onap user name. It is of type STRING. By default,
6745                                     it is read from environment variable
6746                                     ONAP_USERNAME.
6747  -p | --onap-password               Onap user password. It is of type STRING. By
6748                                     default, it is read from environment variable
6749                                     ONAP_PASSWORD. Secured.
6750  -m | --host-url                    Onap host url. It is of type URL. By default, it
6751                                     is read from environment variable ONAP_HOST_URL.
6752  -h | --help                        Onap command help message. It is of type STRING.
6753                                     By default, it is false.
6754  -v | --version                     Onap command service version. It is of type
6755                                     STRING. By default, it is false.
6756  -d | --debug                       Enable debug output. It is of type BOOL. By
6757                                     default, it is false.
6758  -f | --format                      Output formats, supported formats such as table,
6759                                     csv, json, yaml. It is of type STRING. By
6760                                     default, it is table.
6761  -s | --long                        whether to print all attributes or only short
6762                                     attributes. It is of type BOOL. By default, it is
6763                                     false.
6764  -t | --no-title                    whether to print title or not. It is of type
6765                                     BOOL. By default, it is false.
6766  -a | --no-auth                     whether to authenticate user or not. It is of
6767                                     type BOOL. By default, it is false.
6768
6769
6770 Results::
6771
6772  ID   License Group ID and is of type STRING.
6773
6774
6775 Error::
6776
6777  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6778
6779
6780
6781 [2] ep-show
6782 -----------------------------------------------
6783
6784
6785 usage: onap ep-show
6786
6787 Details of the Entitlement Pool
6788
6789 Onap service: sdc v1.0
6790
6791 Options::
6792
6793  [-x | --license-model-id] [-y | --pool-id] [-u | --onap-username]
6794  [-p | --onap-password] [-m | --host-url] [-h | --help]
6795  [-v | --version] [-d | --debug] [-f | --format]
6796  [-s | --long] [-t | --no-title] [-a | --no-auth]
6797
6798 where::
6799
6800  -x | --license-model-id  Onap License Model ID. It is of type STRING.
6801  -y | --pool-id           Onap Entitlement Pool ID. It is of type STRING.
6802  -u | --onap-username     Onap user name. It is of type STRING. By default,
6803                           it is read from environment variable
6804                           ONAP_USERNAME.
6805  -p | --onap-password     Onap user password. It is of type STRING. By
6806                           default, it is read from environment variable
6807                           ONAP_PASSWORD. Secured.
6808  -m | --host-url          Onap host url. It is of type URL. By default, it
6809                           is read from environment variable ONAP_HOST_URL.
6810  -h | --help              Onap command help message. It is of type STRING.
6811                           By default, it is false.
6812  -v | --version           Onap command service version. It is of type
6813                           STRING. By default, it is false.
6814  -d | --debug             Enable debug output. It is of type BOOL. By
6815                           default, it is false.
6816  -f | --format            Output formats, supported formats such as table,
6817                           csv, json, yaml. It is of type STRING. By
6818                           default, it is table.
6819  -s | --long              whether to print all attributes or only short
6820                           attributes. It is of type BOOL. By default, it is
6821                           false.
6822  -t | --no-title          whether to print title or not. It is of type
6823                           BOOL. By default, it is false.
6824  -a | --no-auth           whether to authenticate user or not. It is of
6825                           type BOOL. By default, it is false.
6826
6827
6828 Results::
6829
6830  name         Entitlement Pool Name and is of type STRING.
6831  ID           Entitlement Pool ID and is of type STRING.
6832  description  Description for the Entitlement Pool and is of
6833               type STRING.
6834
6835
6836 Error::
6837
6838  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6839
6840
6841
6842 [3] license-model-create
6843 -----------------------------------------------
6844
6845
6846 usage: onap license-model-create
6847
6848 Create License Model
6849
6850 Onap service: sdc v1.0
6851
6852 Options::
6853
6854  [-x | --vendor-name] [-y | --license-model-description] [-u | --onap-username]
6855  [-p | --onap-password] [-m | --host-url] [-h | --help]
6856  [-v | --version] [-d | --debug] [-f | --format]
6857  [-s | --long] [-t | --no-title] [-a | --no-auth]
6858
6859 where::
6860
6861  -x | --vendor-name                 vendor name. It is of type STRING.
6862  -y | --license-model-description   Description for License Model. It is of type
6863                                     STRING. It is optional.
6864  -u | --onap-username               Onap user name. It is of type STRING. By default,
6865                                     it is read from environment variable
6866                                     ONAP_USERNAME.
6867  -p | --onap-password               Onap user password. It is of type STRING. By
6868                                     default, it is read from environment variable
6869                                     ONAP_PASSWORD. Secured.
6870  -m | --host-url                    Onap host url. It is of type URL. By default, it
6871                                     is read from environment variable ONAP_HOST_URL.
6872  -h | --help                        Onap command help message. It is of type STRING.
6873                                     By default, it is false.
6874  -v | --version                     Onap command service version. It is of type
6875                                     STRING. By default, it is false.
6876  -d | --debug                       Enable debug output. It is of type BOOL. By
6877                                     default, it is false.
6878  -f | --format                      Output formats, supported formats such as table,
6879                                     csv, json, yaml. It is of type STRING. By
6880                                     default, it is table.
6881  -s | --long                        whether to print all attributes or only short
6882                                     attributes. It is of type BOOL. By default, it is
6883                                     false.
6884  -t | --no-title                    whether to print title or not. It is of type
6885                                     BOOL. By default, it is false.
6886  -a | --no-auth                     whether to authenticate user or not. It is of
6887                                     type BOOL. By default, it is false.
6888
6889
6890 Results::
6891
6892  ID   License Model ID and is of type STRING.
6893
6894
6895 Error::
6896
6897  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6898
6899
6900
6901 [4] license-group-show
6902 -----------------------------------------------
6903
6904
6905 usage: onap license-group-show
6906
6907 Details of the License Group
6908
6909 Onap service: sdc v1.0
6910
6911 Options::
6912
6913  [-x | --license-model-id] [-y | --license-group-id] [-u | --onap-username]
6914  [-p | --onap-password] [-m | --host-url] [-h | --help]
6915  [-v | --version] [-d | --debug] [-f | --format]
6916  [-s | --long] [-t | --no-title] [-a | --no-auth]
6917
6918 where::
6919
6920  -x | --license-model-id  Onap License Model ID. It is of type STRING.
6921  -y | --license-group-id  Onap License Group ID. It is of type STRING.
6922  -u | --onap-username     Onap user name. It is of type STRING. By default,
6923                           it is read from environment variable
6924                           ONAP_USERNAME.
6925  -p | --onap-password     Onap user password. It is of type STRING. By
6926                           default, it is read from environment variable
6927                           ONAP_PASSWORD. Secured.
6928  -m | --host-url          Onap host url. It is of type URL. By default, it
6929                           is read from environment variable ONAP_HOST_URL.
6930  -h | --help              Onap command help message. It is of type STRING.
6931                           By default, it is false.
6932  -v | --version           Onap command service version. It is of type
6933                           STRING. By default, it is false.
6934  -d | --debug             Enable debug output. It is of type BOOL. By
6935                           default, it is false.
6936  -f | --format            Output formats, supported formats such as table,
6937                           csv, json, yaml. It is of type STRING. By
6938                           default, it is table.
6939  -s | --long              whether to print all attributes or only short
6940                           attributes. It is of type BOOL. By default, it is
6941                           false.
6942  -t | --no-title          whether to print title or not. It is of type
6943                           BOOL. By default, it is false.
6944  -a | --no-auth           whether to authenticate user or not. It is of
6945                           type BOOL. By default, it is false.
6946
6947
6948 Results::
6949
6950  name         License Group Name and is of type STRING.
6951  ID           License Group ID and is of type STRING.
6952  description  Description for the License Group and is of type
6953               STRING.
6954
6955
6956 Error::
6957
6958  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6959
6960
6961
6962 [5] vsp-upload
6963 -----------------------------------------------
6964
6965
6966 usage: onap vsp-upload
6967
6968 Upload the CSAR file to VSP
6969
6970 Onap service: sdc v1.0
6971
6972 Options::
6973
6974  [-x | --vsp-id] [-y | --vsp-file] [-u | --onap-username]
6975  [-p | --onap-password] [-m | --host-url] [-h | --help]
6976  [-v | --version] [-d | --debug] [-f | --format]
6977  [-s | --long] [-t | --no-title] [-a | --no-auth]
6978
6979 where::
6980
6981  -x | --vsp-id          Onap VSP ID. It is of type STRING.
6982  -y | --vsp-file        CSAR File path. It is of type BINARY.
6983  -u | --onap-username   Onap user name. It is of type STRING. By default,
6984                         it is read from environment variable
6985                         ONAP_USERNAME.
6986  -p | --onap-password   Onap user password. It is of type STRING. By
6987                         default, it is read from environment variable
6988                         ONAP_PASSWORD. Secured.
6989  -m | --host-url        Onap host url. It is of type URL. By default, it
6990                         is read from environment variable ONAP_HOST_URL.
6991  -h | --help            Onap command help message. It is of type STRING.
6992                         By default, it is false.
6993  -v | --version         Onap command service version. It is of type
6994                         STRING. By default, it is false.
6995  -d | --debug           Enable debug output. It is of type BOOL. By
6996                         default, it is false.
6997  -f | --format          Output formats, supported formats such as table,
6998                         csv, json, yaml. It is of type STRING. By
6999                         default, it is table.
7000  -s | --long            whether to print all attributes or only short
7001                         attributes. It is of type BOOL. By default, it is
7002                         false.
7003  -t | --no-title        whether to print title or not. It is of type
7004                         BOOL. By default, it is false.
7005  -a | --no-auth         whether to authenticate user or not. It is of
7006                         type BOOL. By default, it is false.
7007
7008
7009 Error::
7010
7011  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7012
7013
7014
7015 [6] vsp-create
7016 -----------------------------------------------
7017
7018
7019 usage: onap vsp-create
7020
7021 Create Vendor Software Product
7022
7023 Onap service: sdc v1.0
7024
7025 Options::
7026
7027  [-x | --vsp-name] [-y | --vsp-description] [-b | --vsp-category]
7028  [-c | --vsp-subcategory] [-e | --vlm-version] [-g | --vlm-vendor]
7029  [-i | --vlm-id] [-j | --vlm-agreement-id] [-k | --vlm-feature-group-id]
7030  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
7031  [-h | --help] [-v | --version] [-d | --debug]
7032  [-f | --format] [-s | --long] [-t | --no-title]
7033  [-a | --no-auth]
7034
7035 where::
7036
7037  -x | --vsp-name              Onap VSP Name. It is of type STRING.
7038  -y | --vsp-description       Description for VSP. It is of type STRING. It is
7039                               optional.
7040  -b | --vsp-category          Category of the VSP. It is of type STRING. It is
7041                               optional. By default, it is
7042                               resourceNewCategory.generic.
7043  -c | --vsp-subcategory       Sub Category of VSP. It is of type STRING. It is
7044                               optional. By default, it is
7045                               resourceNewCategory.generic.abstract.
7046  -e | --vlm-version           License version. It is of type STRING. It is
7047                               optional. By default, it is 1.0.
7048  -g | --vlm-vendor            License Model Name. It is of type STRING.
7049  -i | --vlm-id                License Model ID. It is of type STRING.
7050  -j | --vlm-agreement-id      License Agreement ID. It is of type STRING.
7051  -k | --vlm-feature-group-id  Feature Group ID. It is of type STRING.
7052  -u | --onap-username         Onap user name. It is of type STRING. By default,
7053                               it is read from environment variable
7054                               ONAP_USERNAME.
7055  -p | --onap-password         Onap user password. It is of type STRING. By
7056                               default, it is read from environment variable
7057                               ONAP_PASSWORD. Secured.
7058  -m | --host-url              Onap host url. It is of type URL. By default, it
7059                               is read from environment variable ONAP_HOST_URL.
7060  -h | --help                  Onap command help message. It is of type STRING.
7061                               By default, it is false.
7062  -v | --version               Onap command service version. It is of type
7063                               STRING. By default, it is false.
7064  -d | --debug                 Enable debug output. It is of type BOOL. By
7065                               default, it is false.
7066  -f | --format                Output formats, supported formats such as table,
7067                               csv, json, yaml. It is of type STRING. By
7068                               default, it is table.
7069  -s | --long                  whether to print all attributes or only short
7070                               attributes. It is of type BOOL. By default, it is
7071                               false.
7072  -t | --no-title              whether to print title or not. It is of type
7073                               BOOL. By default, it is false.
7074  -a | --no-auth               whether to authenticate user or not. It is of
7075                               type BOOL. By default, it is false.
7076
7077
7078 Results::
7079
7080  ID   VSP ID and is of type STRING.
7081
7082
7083 Error::
7084
7085  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7086
7087
7088
7089 [7] vsp-list
7090 -----------------------------------------------
7091
7092
7093 usage: onap vsp-list
7094
7095 List of the Vendor Software Products
7096
7097 Onap service: sdc v1.0
7098
7099 Options::
7100
7101  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
7102  [-h | --help] [-v | --version] [-d | --debug]
7103  [-f | --format] [-s | --long] [-t | --no-title]
7104  [-a | --no-auth]
7105
7106 where::
7107
7108  -u | --onap-username   Onap user name. It is of type STRING. By default,
7109                         it is read from environment variable
7110                         ONAP_USERNAME.
7111  -p | --onap-password   Onap user password. It is of type STRING. By
7112                         default, it is read from environment variable
7113                         ONAP_PASSWORD. Secured.
7114  -m | --host-url        Onap host url. It is of type URL. By default, it
7115                         is read from environment variable ONAP_HOST_URL.
7116  -h | --help            Onap command help message. It is of type STRING.
7117                         By default, it is false.
7118  -v | --version         Onap command service version. It is of type
7119                         STRING. By default, it is false.
7120  -d | --debug           Enable debug output. It is of type BOOL. By
7121                         default, it is false.
7122  -f | --format          Output formats, supported formats such as table,
7123                         csv, json, yaml. It is of type STRING. By
7124                         default, it is table.
7125  -s | --long            whether to print all attributes or only short
7126                         attributes. It is of type BOOL. By default, it is
7127                         false.
7128  -t | --no-title        whether to print title or not. It is of type
7129                         BOOL. By default, it is false.
7130  -a | --no-auth         whether to authenticate user or not. It is of
7131                         type BOOL. By default, it is false.
7132
7133
7134 Results::
7135
7136  ID     VSP ID and is of type STRING.
7137  name   VSP Name and is of type STRING.
7138
7139
7140 Error::
7141
7142  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7143
7144
7145
7146 [8] vsp-show
7147 -----------------------------------------------
7148
7149
7150 usage: onap vsp-show
7151
7152 Details of the Vendor Software Product
7153
7154 Onap service: sdc v1.0
7155
7156 Options::
7157
7158  [-x | --vsp-id] [-u | --onap-username] [-p | --onap-password]
7159  [-m | --host-url] [-h | --help] [-v | --version]
7160  [-d | --debug] [-f | --format] [-s | --long]
7161  [-t | --no-title] [-a | --no-auth]
7162
7163 where::
7164
7165  -x | --vsp-id          Onap VSP ID. It is of type STRING.
7166  -u | --onap-username   Onap user name. It is of type STRING. By default,
7167                         it is read from environment variable
7168                         ONAP_USERNAME.
7169  -p | --onap-password   Onap user password. It is of type STRING. By
7170                         default, it is read from environment variable
7171                         ONAP_PASSWORD. Secured.
7172  -m | --host-url        Onap host url. It is of type URL. By default, it
7173                         is read from environment variable ONAP_HOST_URL.
7174  -h | --help            Onap command help message. It is of type STRING.
7175                         By default, it is false.
7176  -v | --version         Onap command service version. It is of type
7177                         STRING. By default, it is false.
7178  -d | --debug           Enable debug output. It is of type BOOL. By
7179                         default, it is false.
7180  -f | --format          Output formats, supported formats such as table,
7181                         csv, json, yaml. It is of type STRING. By
7182                         default, it is table.
7183  -s | --long            whether to print all attributes or only short
7184                         attributes. It is of type BOOL. By default, it is
7185                         false.
7186  -t | --no-title        whether to print title or not. It is of type
7187                         BOOL. By default, it is false.
7188  -a | --no-auth         whether to authenticate user or not. It is of
7189                         type BOOL. By default, it is false.
7190
7191
7192 Results::
7193
7194  name         VSP Name and is of type STRING.
7195  ID           VSP ID and is of type STRING.
7196  description  Description for the VSP and is of type STRING.
7197
7198
7199 Error::
7200
7201  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7202
7203
7204
7205 [9] vsp-submit
7206 -----------------------------------------------
7207
7208
7209 usage: onap vsp-submit
7210
7211 Submit Vendor Software Product
7212
7213 Onap service: sdc v1.0
7214
7215 Options::
7216
7217  [-x | --vsp-id] [-u | --onap-username] [-p | --onap-password]
7218  [-m | --host-url] [-h | --help] [-v | --version]
7219  [-d | --debug] [-f | --format] [-s | --long]
7220  [-t | --no-title] [-a | --no-auth]
7221
7222 where::
7223
7224  -x | --vsp-id          Onap VSP ID. It is of type STRING.
7225  -u | --onap-username   Onap user name. It is of type STRING. By default,
7226                         it is read from environment variable
7227                         ONAP_USERNAME.
7228  -p | --onap-password   Onap user password. It is of type STRING. By
7229                         default, it is read from environment variable
7230                         ONAP_PASSWORD. Secured.
7231  -m | --host-url        Onap host url. It is of type URL. By default, it
7232                         is read from environment variable ONAP_HOST_URL.
7233  -h | --help            Onap command help message. It is of type STRING.
7234                         By default, it is false.
7235  -v | --version         Onap command service version. It is of type
7236                         STRING. By default, it is false.
7237  -d | --debug           Enable debug output. It is of type BOOL. By
7238                         default, it is false.
7239  -f | --format          Output formats, supported formats such as table,
7240                         csv, json, yaml. It is of type STRING. By
7241                         default, it is table.
7242  -s | --long            whether to print all attributes or only short
7243                         attributes. It is of type BOOL. By default, it is
7244                         false.
7245  -t | --no-title        whether to print title or not. It is of type
7246                         BOOL. By default, it is false.
7247  -a | --no-auth         whether to authenticate user or not. It is of
7248                         type BOOL. By default, it is false.
7249
7250
7251 Error::
7252
7253  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7254
7255
7256
7257 [10] vsp-checkin
7258 -----------------------------------------------
7259
7260
7261 usage: onap vsp-checkin
7262
7263 Checkin Vendor Software Product
7264
7265 Onap service: sdc v1.0
7266
7267 Options::
7268
7269  [-x | --vsp-id] [-u | --onap-username] [-p | --onap-password]
7270  [-m | --host-url] [-h | --help] [-v | --version]
7271  [-d | --debug] [-f | --format] [-s | --long]
7272  [-t | --no-title] [-a | --no-auth]
7273
7274 where::
7275
7276  -x | --vsp-id          Onap VSP ID. It is of type STRING.
7277  -u | --onap-username   Onap user name. It is of type STRING. By default,
7278                         it is read from environment variable
7279                         ONAP_USERNAME.
7280  -p | --onap-password   Onap user password. It is of type STRING. By
7281                         default, it is read from environment variable
7282                         ONAP_PASSWORD. Secured.
7283  -m | --host-url        Onap host url. It is of type URL. By default, it
7284                         is read from environment variable ONAP_HOST_URL.
7285  -h | --help            Onap command help message. It is of type STRING.
7286                         By default, it is false.
7287  -v | --version         Onap command service version. It is of type
7288                         STRING. By default, it is false.
7289  -d | --debug           Enable debug output. It is of type BOOL. By
7290                         default, it is false.
7291  -f | --format          Output formats, supported formats such as table,
7292                         csv, json, yaml. It is of type STRING. By
7293                         default, it is table.
7294  -s | --long            whether to print all attributes or only short
7295                         attributes. It is of type BOOL. By default, it is
7296                         false.
7297  -t | --no-title        whether to print title or not. It is of type
7298                         BOOL. By default, it is false.
7299  -a | --no-auth         whether to authenticate user or not. It is of
7300                         type BOOL. By default, it is false.
7301
7302
7303 Error::
7304
7305  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7306
7307
7308
7309 [11] license-model-show
7310 -----------------------------------------------
7311
7312
7313 usage: onap license-model-show
7314
7315 Details of the License Model
7316
7317 Onap service: sdc v1.0
7318
7319 Options::
7320
7321  [-x | --license-model-id] [-u | --onap-username] [-p | --onap-password]
7322  [-m | --host-url] [-h | --help] [-v | --version]
7323  [-d | --debug] [-f | --format] [-s | --long]
7324  [-t | --no-title] [-a | --no-auth]
7325
7326 where::
7327
7328  -x | --license-model-id  Onap License Model ID. It is of type STRING.
7329  -u | --onap-username     Onap user name. It is of type STRING. By default,
7330                           it is read from environment variable
7331                           ONAP_USERNAME.
7332  -p | --onap-password     Onap user password. It is of type STRING. By
7333                           default, it is read from environment variable
7334                           ONAP_PASSWORD. Secured.
7335  -m | --host-url          Onap host url. It is of type URL. By default, it
7336                           is read from environment variable ONAP_HOST_URL.
7337  -h | --help              Onap command help message. It is of type STRING.
7338                           By default, it is false.
7339  -v | --version           Onap command service version. It is of type
7340                           STRING. By default, it is false.
7341  -d | --debug             Enable debug output. It is of type BOOL. By
7342                           default, it is false.
7343  -f | --format            Output formats, supported formats such as table,
7344                           csv, json, yaml. It is of type STRING. By
7345                           default, it is table.
7346  -s | --long              whether to print all attributes or only short
7347                           attributes. It is of type BOOL. By default, it is
7348                           false.
7349  -t | --no-title          whether to print title or not. It is of type
7350                           BOOL. By default, it is false.
7351  -a | --no-auth           whether to authenticate user or not. It is of
7352                           type BOOL. By default, it is false.
7353
7354
7355 Results::
7356
7357  name         License Model  Name and is of type STRING.
7358  ID           License Model ID and is of type STRING.
7359  description  Description for the License Model and is of type
7360               STRING.
7361  status       Status of the License Model and is of type STRING.
7362
7363
7364 Error::
7365
7366  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7367
7368
7369
7370 [12] ep-create
7371 -----------------------------------------------
7372
7373
7374 usage: onap ep-create
7375
7376 Create Entitlement Pool
7377
7378 Onap service: sdc v1.0
7379
7380 Options::
7381
7382  [-x | --ep-name] [-y | --license-model-id] [-z | --ep-description]
7383  [-q | --threshold-value] [-b | --threshold-unit] [-c | --entitlement-metric]
7384  [-e | --aggregation-function] [-g | --operational-scope] [-k | --reference-number]
7385  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
7386  [-h | --help] [-v | --version] [-d | --debug]
7387  [-f | --format] [-s | --long] [-t | --no-title]
7388  [-a | --no-auth]
7389
7390 where::
7391
7392 <<<<<<< ece4fcf67742a307d5d68fbde1723f3e0485b7fb
7393  -x | --ep-name               Entitlement Pool name. It is of type STRING.
7394  -y | --license-model-id      License Model ID. It is of type STRING.
7395  -z | --ep-description        Description for Entitlement Pool. It is of type
7396                               STRING.
7397  -q | --threshold-value       threshold. It is of type STRING.
7398  -b | --threshold-unit        threshold. It is of type STRING.
7399  -c | --entitlement-metric    Entitlement Metric. It is of type STRING.
7400  -e | --aggregation-function  Aggregation Function. It is of type STRING.
7401  -g | --operational-scope     Operational Scope. It is of type STRING.
7402  -k | --reference-number      Reference Number. It is of type STRING.
7403  -u | --onap-username         Onap user name. It is of type STRING. By default,
7404                               it is read from environment variable
7405                               ONAP_USERNAME.
7406  -p | --onap-password         Onap user password. It is of type STRING. By
7407                               default, it is read from environment variable
7408                               ONAP_PASSWORD. Secured.
7409  -m | --host-url              Onap host url. It is of type URL. By default, it
7410                               is read from environment variable ONAP_HOST_URL.
7411  -h | --help                  Onap command help message. It is of type STRING.
7412                               By default, it is false.
7413  -v | --version               Onap command service version. It is of type
7414                               STRING. By default, it is false.
7415  -d | --debug                 Enable debug output. It is of type BOOL. By
7416                               default, it is false.
7417  -f | --format                Output formats, supported formats such as table,
7418                               csv, json, yaml. It is of type STRING. By
7419                               default, it is table.
7420  -s | --long                  whether to print all attributes or only short
7421                               attributes. It is of type BOOL. By default, it is
7422                               false.
7423  -t | --no-title              whether to print title or not. It is of type
7424                               BOOL. By default, it is false.
7425  -a | --no-auth               whether to authenticate user or not. It is of
7426                               type BOOL. By default, it is false.
7427 =======
7428  -x | --group-name                  group name. It is of type STRING.
7429  -y | --license-model-id            License Model ID. It is of type STRING.
7430  -z | --license-group-description   Description for License Group. It is of type
7431                                     STRING. It is optional.
7432  -u | --onap-username               Onap user name. It is of type STRING. By default,
7433                                     it is read from environment variable
7434                                     ONAP_USERNAME.
7435  -p | --onap-password               Onap user password. It is of type STRING. By
7436                                     default, it is read from environment variable
7437                                     ONAP_PASSWORD. Secured.
7438  -m | --host-url                    Onap host url. It is of type URL. By default, it
7439                                     is read from environment variable ONAP_HOST_URL.
7440  -h | --help                        Onap command help message. It is of type STRING.
7441                                     By default, it is false.
7442  -v | --version                     Onap command service version. It is of type
7443                                     STRING. By default, it is false.
7444  -d | --debug                       Enable debug output. It is of type BOOL. By
7445                                     default, it is false.
7446  -f | --format                      Output formats, supported formats such as table,
7447                                     csv, json, yaml. It is of type STRING. By
7448                                     default, it is table.
7449  -s | --long                        whether to print all attributes or only short
7450                                     attributes. It is of type BOOL. By default, it is
7451                                     false.
7452  -t | --no-title                    whether to print title or not. It is of type
7453                                     BOOL. By default, it is false.
7454  -a | --no-auth                     whether to authenticate user or not. It is of
7455                                     type BOOL. By default, it is false.
7456
7457
7458 Results::
7459
7460  ID   License Group ID and is of type STRING.
7461
7462
7463 Error::
7464
7465  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7466
7467
7468
7469 [10] license-group-show
7470 -----------------------------------------------
7471
7472
7473 usage: onap license-group-show
7474
7475 Details of the License Group
7476
7477 Onap service: sdc v1.0
7478
7479 Options::
7480
7481  [-x | --license-model-id] [-y | --license-group-id] [-u | --onap-username]
7482  [-p | --onap-password] [-m | --host-url] [-h | --help]
7483  [-v | --version] [-d | --debug] [-f | --format]
7484  [-s | --long] [-t | --no-title] [-a | --no-auth]
7485
7486 where::
7487
7488 <<<<<<< 476f5637ae4e816f7abf3536c5eeb156e0af6bed
7489  -x | --license-model-id  Onap License Model ID. It is of type STRING.
7490  -y | --license-group-id  Onap License Group ID. It is of type STRING.
7491  -u | --onap-username     Onap user name. It is of type STRING. By default,
7492                           it is read from environment variable
7493                           ONAP_USERNAME.
7494  -p | --onap-password     Onap user password. It is of type STRING. By
7495                           default, it is read from environment variable
7496                           ONAP_PASSWORD. Secured.
7497  -m | --host-url          Onap host url. It is of type URL. By default, it
7498                           is read from environment variable ONAP_HOST_URL.
7499  -h | --help              Onap command help message. It is of type STRING.
7500                           By default, it is false.
7501  -v | --version           Onap command service version. It is of type
7502                           STRING. By default, it is false.
7503  -d | --debug             Enable debug output. It is of type BOOL. By
7504                           default, it is false.
7505  -f | --format            Output formats, supported formats such as table,
7506                           csv, json, yaml. It is of type STRING. By
7507                           default, it is table.
7508  -s | --long              whether to print all attributes or only short
7509                           attributes. It is of type BOOL. By default, it is
7510                           false.
7511  -t | --no-title          whether to print title or not. It is of type
7512                           BOOL. By default, it is false.
7513  -a | --no-auth           whether to authenticate user or not. It is of
7514                           type BOOL. By default, it is false.
7515 =======
7516  -x | --vsp-id          Onap VSP ID. It is of type STRING.
7517  -u | --onap-username   Onap user name. It is of type STRING. By default,
7518                         it is read from environment variable
7519                         OPEN_CLI_USERNAME.
7520  -p | --onap-password   Onap user password. It is of type STRING. By
7521                         default, it is read from environment variable
7522                         OPEN_CLI_PASSWORD. Secured.
7523  -m | --host-url        Onap host url. It is of type URL. By default, it
7524                         is read from environment variable OPEN_HOST_URL.
7525  -h | --help            Onap command help message. It is of type STRING.
7526                         By default, it is false.
7527  -v | --version         Onap command service version. It is of type
7528                         STRING. By default, it is false.
7529  -d | --debug           Enable debug output. It is of type BOOL. By
7530                         default, it is false.
7531  -f | --format          Output formats, supported formats such as table,
7532                         csv, json, yaml. It is of type STRING. By
7533                         default, it is table.
7534  -s | --long            whether to print all attributes or only short
7535                         attributes. It is of type BOOL. By default, it is
7536                         false.
7537  -t | --no-title        whether to print title or not. It is of type
7538                         BOOL. By default, it is false.
7539  -a | --no-auth         whether to authenticate user or not. It is of
7540                         type BOOL. By default, it is false.
7541 >>>>>>> Normalize all env with OPEN_CLI
7542 >>>>>>> Normalize all env with OPEN_CLI
7543
7544
7545 Results::
7546
7547 <<<<<<< ece4fcf67742a307d5d68fbde1723f3e0485b7fb
7548 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
7549  ID   Entitlement Pool ID and is of type STRING.
7550 =======
7551 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
7552  ID   License Model ID and is of type STRING.
7553 =======
7554  -x | --vsp-id          Onap VSP ID. It is of type STRING.
7555  -y | --vsp-file        CSAR File path. It is of type BINARY.
7556  -u | --onap-username   Onap user name. It is of type STRING. By default,
7557                         it is read from environment variable
7558                         OPEN_USERNAME.
7559  -p | --onap-password   Onap user password. It is of type STRING. By
7560                         default, it is read from environment variable
7561                         OPEN_PASSWORD. Secured.
7562 =======
7563 <<<<<<< 476f5637ae4e816f7abf3536c5eeb156e0af6bed
7564  name         License Group Name and is of type STRING.
7565  ID           License Group ID and is of type STRING.
7566  description  Description for the License Group and is of type
7567               STRING.
7568 =======
7569  name         VSP Name and is of type STRING.
7570  ID           VSP ID and is of type STRING.
7571  description  Description for the VSP and is of type STRING.
7572
7573
7574 Error::
7575
7576  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7577
7578
7579
7580 vsp-submit
7581 -----------------------------------------------
7582
7583
7584 usage: onap vsp-submit
7585
7586 Submit Vendor Software Product
7587
7588 Onap service: sdc v1.0
7589
7590 Options::
7591
7592  [-x | --vsp-id] [-u | --onap-username] [-p | --onap-password]
7593  [-m | --host-url] [-h | --help] [-v | --version]
7594  [-d | --debug] [-f | --format] [-s | --long]
7595  [-t | --no-title] [-a | --no-auth]
7596
7597 where::
7598
7599  -x | --vsp-id          Onap VSP ID. It is of type STRING.
7600  -u | --onap-username   Onap user name. It is of type STRING. By default,
7601                         it is read from environment variable
7602                         OPEN_CLI_USERNAME.
7603  -p | --onap-password   Onap user password. It is of type STRING. By
7604                         default, it is read from environment variable
7605                         OPEN_CLI_PASSWORD. Secured.
7606 >>>>>>> Normalize all env with OPEN_CLI
7607  -m | --host-url        Onap host url. It is of type URL. By default, it
7608                         is read from environment variable OPEN_HOST_URL.
7609  -h | --help            Onap command help message. It is of type STRING.
7610                         By default, it is false.
7611  -v | --version         Onap command service version. It is of type
7612                         STRING. By default, it is false.
7613  -d | --debug           Enable debug output. It is of type BOOL. By
7614                         default, it is false.
7615  -f | --format          Output formats, supported formats such as table,
7616                         csv, json, yaml. It is of type STRING. By
7617                         default, it is table.
7618  -s | --long            whether to print all attributes or only short
7619                         attributes. It is of type BOOL. By default, it is
7620                         false.
7621  -t | --no-title        whether to print title or not. It is of type
7622                         BOOL. By default, it is false.
7623  -a | --no-auth         whether to authenticate user or not. It is of
7624                         type BOOL. By default, it is false.
7625 <<<<<<< ece4fcf67742a307d5d68fbde1723f3e0485b7fb
7626 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
7627 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
7628 =======
7629 >>>>>>> Normalize all env with OPEN_CLI
7630 >>>>>>> Normalize all env with OPEN_CLI
7631
7632
7633 Error::
7634
7635  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7636
7637
7638
7639 [13] subscription-list
7640 -----------------------------------------------
7641
7642
7643 usage: onap subscription-list
7644
7645 Lists the subscription for a given customer in Onap
7646
7647 Onap service: aai v8
7648
7649 Options::
7650
7651  [-x | --customer-name] [-u | --onap-username] [-p | --onap-password]
7652  [-m | --host-url] [-h | --help] [-v | --version]
7653  [-d | --debug] [-f | --format] [-s | --long]
7654  [-t | --no-title] [-a | --no-auth]
7655
7656 where::
7657
7658  -x | --customer-name   Onap customer name. It is of type STRING.
7659  -u | --onap-username   Onap user name. It is of type STRING. By default,
7660                         it is read from environment variable
7661 <<<<<<< ece4fcf67742a307d5d68fbde1723f3e0485b7fb
7662                         ONAP_USERNAME.
7663  -p | --onap-password   Onap user password. It is of type STRING. By
7664                         default, it is read from environment variable
7665                         ONAP_PASSWORD. Secured.
7666 =======
7667                         OPEN_CLI_USERNAME.
7668  -p | --onap-password   Onap user password. It is of type STRING. By
7669                         default, it is read from environment variable
7670                         OPEN_CLI_PASSWORD. Secured.
7671 >>>>>>> Normalize all env with OPEN_CLI
7672  -m | --host-url        Onap host url. It is of type URL. By default, it
7673                         is read from environment variable ONAP_HOST_URL.
7674  -h | --help            Onap command help message. It is of type STRING.
7675                         By default, it is false.
7676  -v | --version         Onap command service version. It is of type
7677                         STRING. By default, it is false.
7678  -d | --debug           Enable debug output. It is of type BOOL. By
7679                         default, it is false.
7680  -f | --format          Output formats, supported formats such as table,
7681                         csv, json, yaml. It is of type STRING. By
7682                         default, it is table.
7683  -s | --long            whether to print all attributes or only short
7684                         attributes. It is of type BOOL. By default, it is
7685                         false.
7686  -t | --no-title        whether to print title or not. It is of type
7687                         BOOL. By default, it is false.
7688  -a | --no-auth         whether to authenticate user or not. It is of
7689                         type BOOL. By default, it is false.
7690
7691
7692 Results::
7693
7694  service-type   Onap service type and is of type STRING.
7695
7696
7697 Error::
7698
7699  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7700
7701
7702
7703 [14] subscription-create
7704 -----------------------------------------------
7705
7706
7707 usage: onap subscription-create
7708
7709 Create a subscription for a customer in Onap
7710
7711 Onap service: aai v8
7712
7713 Options::
7714
7715  [-x | --customer-name] [-y | --subscriber-name] [-z | --cloud-type]
7716  [-r | --cloud-region] [-c | --cloud-tenant-id] [-e | --service-type]
7717  [-g | --resource-version] [-u | --onap-username] [-p | --onap-password]
7718  [-m | --host-url] [-h | --help] [-v | --version]
7719  [-d | --debug] [-f | --format] [-s | --long]
7720  [-t | --no-title] [-a | --no-auth]
7721
7722 where::
7723
7724  -x | --customer-name     Onap customer name. It is of type STRING.
7725  -y | --subscriber-name   Onap subscriber name. It is of type STRING.
7726  -z | --cloud-type        Onap cloud type (openstack, rackspace). It is of
7727                           type STRING.
7728  -r | --cloud-region      Onap cloud region. It is of type STRING.
7729  -c | --cloud-tenant-id   Onap cloud tenant id. It is of type STRING.
7730  -e | --service-type      Onap service type. It is of type STRING.
7731  -g | --resource-version  Onap subscription resource version. It is
7732                           mandatory for existing customer to create a new
7733                           subscription. It is of type STRING. It is
7734                           optional.
7735  -u | --onap-username     Onap user name. It is of type STRING. By default,
7736                           it is read from environment variable
7737                           OPEN_CLI_USERNAME.
7738  -p | --onap-password     Onap user password. It is of type STRING. By
7739                           default, it is read from environment variable
7740                           OPEN_CLI_PASSWORD. Secured.
7741  -m | --host-url          Onap host url. It is of type URL. By default, it
7742                           is read from environment variable OPEN_HOST_URL.
7743  -h | --help              Onap command help message. It is of type STRING.
7744                           By default, it is false.
7745  -v | --version           Onap command service version. It is of type
7746                           STRING. By default, it is false.
7747  -d | --debug             Enable debug output. It is of type BOOL. By
7748                           default, it is false.
7749  -f | --format            Output formats, supported formats such as table,
7750                           csv, json, yaml. It is of type STRING. By
7751                           default, it is table.
7752  -s | --long              whether to print all attributes or only short
7753                           attributes. It is of type BOOL. By default, it is
7754                           false.
7755  -t | --no-title          whether to print title or not. It is of type
7756                           BOOL. By default, it is false.
7757  -a | --no-auth           whether to authenticate user or not. It is of
7758                           type BOOL. By default, it is false.
7759
7760
7761 Error::
7762
7763  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7764
7765
7766
7767 [15] customer-show
7768 -----------------------------------------------
7769
7770
7771 usage: onap customer-show
7772
7773 Lists the registetred customers in Onap
7774
7775 Onap service: aai v8
7776
7777 Options::
7778
7779  [-x | --customer-name] [-u | --onap-username] [-p | --onap-password]
7780  [-m | --host-url] [-h | --help] [-v | --version]
7781  [-d | --debug] [-f | --format] [-s | --long]
7782  [-t | --no-title] [-a | --no-auth]
7783
7784 where::
7785
7786  -x | --customer-name   Onap customer name. It is of type STRING.
7787  -u | --onap-username   Onap user name. It is of type STRING. By default,
7788                         it is read from environment variable
7789                         ONAP_USERNAME.
7790  -p | --onap-password   Onap user password. It is of type STRING. By
7791                         default, it is read from environment variable
7792                         ONAP_PASSWORD. Secured.
7793  -m | --host-url        Onap host url. It is of type URL. By default, it
7794                         is read from environment variable ONAP_HOST_URL.
7795  -h | --help            Onap command help message. It is of type STRING.
7796                         By default, it is false.
7797  -v | --version         Onap command service version. It is of type
7798                         STRING. By default, it is false.
7799  -d | --debug           Enable debug output. It is of type BOOL. By
7800                         default, it is false.
7801  -f | --format          Output formats, supported formats such as table,
7802                         csv, json, yaml. It is of type STRING. By
7803                         default, it is table.
7804  -s | --long            whether to print all attributes or only short
7805                         attributes. It is of type BOOL. By default, it is
7806                         false.
7807  -t | --no-title        whether to print title or not. It is of type
7808                         BOOL. By default, it is false.
7809  -a | --no-auth         whether to authenticate user or not. It is of
7810                         type BOOL. By default, it is false.
7811
7812
7813 Results::
7814
7815  name               Onap customer name and is of type STRING.
7816  subscriber-name    Onap subscriber name and is of type STRING.
7817  resource-version   Onap subscriber resource version and is of type
7818                     STRING.
7819  subscriber-type    Onap subscriber type and is of type STRING.
7820
7821
7822 Error::
7823
7824  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7825
7826
7827
7828 [16] customer-list
7829 -----------------------------------------------
7830
7831
7832 usage: onap customer-list
7833
7834 Lists the registetred customers in Onap
7835
7836 Onap service: aai v8
7837
7838 Options::
7839
7840  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
7841  [-h | --help] [-v | --version] [-d | --debug]
7842  [-f | --format] [-s | --long] [-t | --no-title]
7843  [-a | --no-auth]
7844
7845 where::
7846
7847  -u | --onap-username   Onap user name. It is of type STRING. By default,
7848                         it is read from environment variable
7849                         OPEN_CLI_USERNAME.
7850  -p | --onap-password   Onap user password. It is of type STRING. By
7851                         default, it is read from environment variable
7852                         OPEN_CLI_PASSWORD. Secured.
7853  -m | --host-url        Onap host url. It is of type URL. By default, it
7854                         is read from environment variable OPEN_HOST_URL.
7855  -h | --help            Onap command help message. It is of type STRING.
7856                         By default, it is false.
7857  -v | --version         Onap command service version. It is of type
7858                         STRING. By default, it is false.
7859  -d | --debug           Enable debug output. It is of type BOOL. By
7860                         default, it is false.
7861  -f | --format          Output formats, supported formats such as table,
7862                         csv, json, yaml. It is of type STRING. By
7863                         default, it is table.
7864  -s | --long            whether to print all attributes or only short
7865                         attributes. It is of type BOOL. By default, it is
7866                         false.
7867  -t | --no-title        whether to print title or not. It is of type
7868                         BOOL. By default, it is false.
7869  -a | --no-auth         whether to authenticate user or not. It is of
7870                         type BOOL. By default, it is false.
7871
7872
7873 Results::
7874
7875  name               Onap customer name and is of type STRING.
7876  resource-version   Onap customer resource version and is of type
7877                     STRING.
7878
7879
7880 Error::
7881
7882  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7883
7884
7885
7886 [17] customer-delete
7887 -----------------------------------------------
7888
7889
7890 usage: onap customer-delete
7891
7892 Delete a customer from Onap
7893
7894 Onap service: aai v8
7895
7896 Options::
7897
7898  [-x | --customer-name] [-y | --resource-version] [-u | --onap-username]
7899  [-p | --onap-password] [-m | --host-url] [-h | --help]
7900  [-v | --version] [-d | --debug] [-f | --format]
7901  [-s | --long] [-t | --no-title] [-a | --no-auth]
7902
7903 where::
7904
7905  -x | --customer-name     Onap customer name. It is of type STRING.
7906  -y | --resource-version  Onap customer resource version. It is of type
7907                           UUID. It is optional. By default, it is
7908                           6dc30068-de3c-483a-a9a8-7d483a39425d.
7909  -u | --onap-username     Onap user name. It is of type STRING. By default,
7910                           it is read from environment variable
7911                           OPEN_CLI_USERNAME.
7912  -p | --onap-password     Onap user password. It is of type STRING. By
7913                           default, it is read from environment variable
7914                           OPEN_CLI_PASSWORD. Secured.
7915  -m | --host-url          Onap host url. It is of type URL. By default, it
7916                           is read from environment variable OPEN_HOST_URL.
7917  -h | --help              Onap command help message. It is of type STRING.
7918                           By default, it is false.
7919  -v | --version           Onap command service version. It is of type
7920                           STRING. By default, it is false.
7921  -d | --debug             Enable debug output. It is of type BOOL. By
7922                           default, it is false.
7923  -f | --format            Output formats, supported formats such as table,
7924                           csv, json, yaml. It is of type STRING. By
7925                           default, it is table.
7926  -s | --long              whether to print all attributes or only short
7927                           attributes. It is of type BOOL. By default, it is
7928                           false.
7929  -t | --no-title          whether to print title or not. It is of type
7930                           BOOL. By default, it is false.
7931  -a | --no-auth           whether to authenticate user or not. It is of
7932                           type BOOL. By default, it is false.
7933
7934
7935 Error::
7936
7937  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7938
7939
7940
7941 [18] customer-create
7942 -----------------------------------------------
7943
7944
7945 usage: onap customer-create
7946
7947 Create a customer in Onap
7948
7949 Onap service: aai v8
7950
7951 Options::
7952
7953  [-x | --customer-name] [-y | --subscriber-name] [-u | --onap-username]
7954  [-p | --onap-password] [-m | --host-url] [-h | --help]
7955  [-v | --version] [-d | --debug] [-f | --format]
7956  [-s | --long] [-t | --no-title] [-a | --no-auth]
7957
7958 where::
7959
7960  -x | --customer-name     Onap customer name. It is of type STRING.
7961  -y | --subscriber-name   Onap subscriber name. It is of type STRING.
7962  -u | --onap-username     Onap user name. It is of type STRING. By default,
7963                           it is read from environment variable
7964                           OPEN_CLI_USERNAME.
7965  -p | --onap-password     Onap user password. It is of type STRING. By
7966                           default, it is read from environment variable
7967                           OPEN_CLI_PASSWORD. Secured.
7968  -m | --host-url          Onap host url. It is of type URL. By default, it
7969                           is read from environment variable OPEN_HOST_URL.
7970  -h | --help              Onap command help message. It is of type STRING.
7971                           By default, it is false.
7972  -v | --version           Onap command service version. It is of type
7973                           STRING. By default, it is false.
7974  -d | --debug             Enable debug output. It is of type BOOL. By
7975                           default, it is false.
7976  -f | --format            Output formats, supported formats such as table,
7977                           csv, json, yaml. It is of type STRING. By
7978                           default, it is table.
7979  -s | --long              whether to print all attributes or only short
7980                           attributes. It is of type BOOL. By default, it is
7981                           false.
7982  -t | --no-title          whether to print title or not. It is of type
7983                           BOOL. By default, it is false.
7984  -a | --no-auth           whether to authenticate user or not. It is of
7985                           type BOOL. By default, it is false.
7986
7987
7988 Error::
7989
7990  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
7991
7992
7993
7994 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
7995 [19] service-type-create
7996 =======
7997 [16] customer-list
7998 -----------------------------------------------
7999
8000
8001 usage: onap customer-list
8002
8003 Lists the registetred customers in Onap
8004
8005 Onap service: aai v8
8006
8007 Options::
8008
8009  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
8010  [-h | --help] [-v | --version] [-d | --debug]
8011  [-f | --format] [-s | --long] [-t | --no-title]
8012  [-a | --no-auth]
8013
8014 where::
8015
8016  -u | --onap-username   Onap user name. It is of type STRING. By default,
8017                         it is read from environment variable
8018                         OPEN_CLI_USERNAME.
8019  -p | --onap-password   Onap user password. It is of type STRING. By
8020                         default, it is read from environment variable
8021                         OPEN_CLI_PASSWORD. Secured.
8022  -m | --host-url        Onap host url. It is of type URL. By default, it
8023                         is read from environment variable OPEN_HOST_URL.
8024  -h | --help            Onap command help message. It is of type STRING.
8025                         By default, it is false.
8026  -v | --version         Onap command service version. It is of type
8027                         STRING. By default, it is false.
8028  -d | --debug           Enable debug output. It is of type BOOL. By
8029                         default, it is false.
8030  -f | --format          Output formats, supported formats such as table,
8031                         csv, json, yaml. It is of type STRING. By
8032                         default, it is table.
8033  -s | --long            whether to print all attributes or only short
8034                         attributes. It is of type BOOL. By default, it is
8035                         false.
8036  -t | --no-title        whether to print title or not. It is of type
8037                         BOOL. By default, it is false.
8038  -a | --no-auth         whether to authenticate user or not. It is of
8039                         type BOOL. By default, it is false.
8040
8041
8042 Results::
8043
8044  name               Onap customer name and is of type STRING.
8045  resource-version   Onap customer resource version and is of type
8046                     STRING.
8047
8048
8049 Error::
8050
8051  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
8052
8053
8054
8055 [17] customer-show
8056 -----------------------------------------------
8057
8058
8059 usage: onap customer-show
8060
8061 Lists the registetred customers in Onap
8062
8063 Onap service: aai v8
8064
8065 Options::
8066
8067  [-x | --customer-name] [-u | --onap-username] [-p | --onap-password]
8068  [-m | --host-url] [-h | --help] [-v | --version]
8069  [-d | --debug] [-f | --format] [-s | --long]
8070  [-t | --no-title] [-a | --no-auth]
8071
8072 where::
8073
8074  -x | --customer-name   Onap customer name. It is of type STRING.
8075  -u | --onap-username   Onap user name. It is of type STRING. By default,
8076                         it is read from environment variable
8077                         OPEN_CLI_USERNAME.
8078  -p | --onap-password   Onap user password. It is of type STRING. By
8079                         default, it is read from environment variable
8080                         OPEN_CLI_PASSWORD. Secured.
8081  -m | --host-url        Onap host url. It is of type URL. By default, it
8082                         is read from environment variable OPEN_HOST_URL.
8083  -h | --help            Onap command help message. It is of type STRING.
8084                         By default, it is false.
8085  -v | --version         Onap command service version. It is of type
8086                         STRING. By default, it is false.
8087  -d | --debug           Enable debug output. It is of type BOOL. By
8088                         default, it is false.
8089  -f | --format          Output formats, supported formats such as table,
8090                         csv, json, yaml. It is of type STRING. By
8091                         default, it is table.
8092  -s | --long            whether to print all attributes or only short
8093                         attributes. It is of type BOOL. By default, it is
8094                         false.
8095  -t | --no-title        whether to print title or not. It is of type
8096                         BOOL. By default, it is false.
8097  -a | --no-auth         whether to authenticate user or not. It is of
8098                         type BOOL. By default, it is false.
8099
8100
8101 Results::
8102
8103 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
8104 =======
8105  service-type   Onap service type and is of type STRING.
8106
8107
8108 Error::
8109
8110  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
8111
8112
8113
8114 customer-list
8115 -----------------------------------------------
8116
8117
8118 usage: onap customer-list
8119
8120 Lists the registetred customers in Onap
8121
8122 Onap service: aai v8
8123
8124 Options::
8125
8126  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
8127  [-h | --help] [-v | --version] [-d | --debug]
8128  [-f | --format] [-s | --long] [-t | --no-title]
8129  [-a | --no-auth]
8130
8131 where::
8132
8133  -u | --onap-username   Onap user name. It is of type STRING. By default,
8134                         it is read from environment variable
8135                         OPEN_CLI_USERNAME.
8136  -p | --onap-password   Onap user password. It is of type STRING. By
8137                         default, it is read from environment variable
8138                         OPEN_CLI_PASSWORD. Secured.
8139  -m | --host-url        Onap host url. It is of type URL. By default, it
8140                         is read from environment variable OPEN_HOST_URL.
8141  -h | --help            Onap command help message. It is of type STRING.
8142                         By default, it is false.
8143  -v | --version         Onap command service version. It is of type
8144                         STRING. By default, it is false.
8145  -d | --debug           Enable debug output. It is of type BOOL. By
8146                         default, it is false.
8147  -f | --format          Output formats, supported formats such as table,
8148                         csv, json, yaml. It is of type STRING. By
8149                         default, it is table.
8150  -s | --long            whether to print all attributes or only short
8151                         attributes. It is of type BOOL. By default, it is
8152                         false.
8153  -t | --no-title        whether to print title or not. It is of type
8154                         BOOL. By default, it is false.
8155  -a | --no-auth         whether to authenticate user or not. It is of
8156                         type BOOL. By default, it is false.
8157
8158
8159 Results::
8160
8161 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
8162  name               Onap customer name and is of type STRING.
8163  subscriber-name    Onap subscriber name and is of type STRING.
8164  resource-version   Onap subscriber resource version and is of type
8165                     STRING.
8166  subscriber-type    Onap subscriber type and is of type STRING.
8167
8168
8169 Error::
8170
8171  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
8172
8173
8174
8175 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
8176 [18] service-type-create
8177 =======
8178 cloud-list
8179 -----------------------------------------------
8180
8181
8182 usage: onap cloud-list
8183
8184 List the configured clouds and Onap service subscriptions
8185
8186 Onap service: aai v8
8187
8188 Options::
8189
8190  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
8191  [-h | --help] [-v | --version] [-d | --debug]
8192  [-f | --format] [-s | --long] [-t | --no-title]
8193  [-a | --no-auth]
8194
8195 where::
8196
8197  -u | --onap-username   Onap user name. It is of type STRING. By default,
8198                         it is read from environment variable
8199                         OPEN_CLI_USERNAME.
8200  -p | --onap-password   Onap user password. It is of type STRING. By
8201                         default, it is read from environment variable
8202                         OPEN_CLI_PASSWORD. Secured.
8203  -m | --host-url        Onap host url. It is of type URL. By default, it
8204                         is read from environment variable OPEN_HOST_URL.
8205  -h | --help            Onap command help message. It is of type STRING.
8206                         By default, it is false.
8207  -v | --version         Onap command service version. It is of type
8208                         STRING. By default, it is false.
8209  -d | --debug           Enable debug output. It is of type BOOL. By
8210                         default, it is false.
8211  -f | --format          Output formats, supported formats such as table,
8212                         csv, json, yaml. It is of type STRING. By
8213                         default, it is table.
8214  -s | --long            whether to print all attributes or only short
8215                         attributes. It is of type BOOL. By default, it is
8216                         false.
8217  -t | --no-title        whether to print title or not. It is of type
8218                         BOOL. By default, it is false.
8219  -a | --no-auth         whether to authenticate user or not. It is of
8220                         type BOOL. By default, it is false.
8221
8222
8223 Results::
8224
8225  cloud      Onap cloud and is of type STRING.
8226  region     Onap cloud region and is of type STRING.
8227  tenant     Onap cloud tenat and is of type STRING.
8228  tenant-id  Onap cloud tenat id and is of type STRING.
8229  customer   Onap cloud customer and is of type STRING.
8230  service    Onap cloud service and is of type STRING.
8231
8232
8233 Error::
8234
8235  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
8236
8237
8238
8239 service-type-create
8240 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
8241 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
8242 -----------------------------------------------
8243
8244
8245 usage: onap service-type-create
8246
8247 Add a service type in Onap
8248
8249 Onap service: aai v8
8250
8251 Options::
8252
8253  [-x | --service-type] [-y | --service-type-id] [-u | --onap-username]
8254  [-p | --onap-password] [-m | --host-url] [-h | --help]
8255  [-v | --version] [-d | --debug] [-f | --format]
8256  [-s | --long] [-t | --no-title] [-a | --no-auth]
8257
8258 where::
8259
8260  -x | --service-type      Onap service type. It is of type STRING.
8261  -y | --service-type-id   Onap service type uuid. It is of type UUID. It is
8262                           optional. By default, it is
8263                           eb4a0d54-0e29-4174-8a3c-2c98e904a5f6.
8264  -u | --onap-username     Onap user name. It is of type STRING. By default,
8265                           it is read from environment variable
8266                           OPEN_CLI_USERNAME.
8267  -p | --onap-password     Onap user password. It is of type STRING. By
8268                           default, it is read from environment variable
8269                           OPEN_CLI_PASSWORD. Secured.
8270  -m | --host-url          Onap host url. It is of type URL. By default, it
8271                           is read from environment variable OPEN_HOST_URL.
8272  -h | --help              Onap command help message. It is of type STRING.
8273                           By default, it is false.
8274  -v | --version           Onap command service version. It is of type
8275                           STRING. By default, it is false.
8276  -d | --debug             Enable debug output. It is of type BOOL. By
8277                           default, it is false.
8278  -f | --format            Output formats, supported formats such as table,
8279                           csv, json, yaml. It is of type STRING. By
8280                           default, it is table.
8281  -s | --long              whether to print all attributes or only short
8282                           attributes. It is of type BOOL. By default, it is
8283                           false.
8284  -t | --no-title          whether to print title or not. It is of type
8285                           BOOL. By default, it is false.
8286  -a | --no-auth           whether to authenticate user or not. It is of
8287                           type BOOL. By default, it is false.
8288
8289
8290 Error::
8291
8292  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
8293
8294
8295
8296 [20] service-type-delete
8297 -----------------------------------------------
8298
8299
8300 usage: onap service-type-delete
8301
8302 Delete a service type from Onap
8303
8304 Onap service: aai v8
8305
8306 Options::
8307
8308  [-x | --service-type-id] [-y | --resource-version] [-u | --onap-username]
8309  [-p | --onap-password] [-m | --host-url] [-h | --help]
8310  [-v | --version] [-d | --debug] [-f | --format]
8311  [-s | --long] [-t | --no-title] [-a | --no-auth]
8312
8313 where::
8314
8315  -x | --service-type-id   Onap service type uuid. It is of type UUID. It is
8316                           optional. By default, it is
8317                           31d3a8cb-d4ff-4b4e-a0d3-5f79f3062686.
8318  -y | --resource-version  Onap service resource version. It is of type
8319                           UUID. It is optional. By default, it is
8320                           b06576ca-74b8-42f2-815b-6f7b80f9941c.
8321  -u | --onap-username     Onap user name. It is of type STRING. By default,
8322                           it is read from environment variable
8323                           OPEN_CLI_USERNAME.
8324  -p | --onap-password     Onap user password. It is of type STRING. By
8325                           default, it is read from environment variable
8326                           OPEN_CLI_PASSWORD. Secured.
8327  -m | --host-url          Onap host url. It is of type URL. By default, it
8328                           is read from environment variable OPEN_HOST_URL.
8329  -h | --help              Onap command help message. It is of type STRING.
8330                           By default, it is false.
8331  -v | --version           Onap command service version. It is of type
8332                           STRING. By default, it is false.
8333  -d | --debug             Enable debug output. It is of type BOOL. By
8334                           default, it is false.
8335  -f | --format            Output formats, supported formats such as table,
8336                           csv, json, yaml. It is of type STRING. By
8337                           default, it is table.
8338  -s | --long              whether to print all attributes or only short
8339                           attributes. It is of type BOOL. By default, it is
8340                           false.
8341  -t | --no-title          whether to print title or not. It is of type
8342                           BOOL. By default, it is false.
8343  -a | --no-auth           whether to authenticate user or not. It is of
8344                           type BOOL. By default, it is false.
8345
8346
8347 Error::
8348
8349  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
8350
8351
8352
8353 [21] service-type-list
8354 -----------------------------------------------
8355
8356
8357 usage: onap service-type-list
8358
8359 List the service types configured in Onap
8360
8361 Onap service: aai v8
8362
8363 Options::
8364
8365  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
8366  [-h | --help] [-v | --version] [-d | --debug]
8367  [-f | --format] [-s | --long] [-t | --no-title]
8368  [-a | --no-auth]
8369
8370 where::
8371
8372  -u | --onap-username   Onap user name. It is of type STRING. By default,
8373                         it is read from environment variable
8374                         OPEN_CLI_USERNAME.
8375  -p | --onap-password   Onap user password. It is of type STRING. By
8376                         default, it is read from environment variable
8377                         OPEN_CLI_PASSWORD. Secured.
8378  -m | --host-url        Onap host url. It is of type URL. By default, it
8379                         is read from environment variable OPEN_HOST_URL.
8380  -h | --help            Onap command help message. It is of type STRING.
8381                         By default, it is false.
8382  -v | --version         Onap command service version. It is of type
8383                         STRING. By default, it is false.
8384  -d | --debug           Enable debug output. It is of type BOOL. By
8385                         default, it is false.
8386  -f | --format          Output formats, supported formats such as table,
8387                         csv, json, yaml. It is of type STRING. By
8388                         default, it is table.
8389  -s | --long            whether to print all attributes or only short
8390                         attributes. It is of type BOOL. By default, it is
8391                         false.
8392  -t | --no-title        whether to print title or not. It is of type
8393                         BOOL. By default, it is false.
8394  -a | --no-auth         whether to authenticate user or not. It is of
8395                         type BOOL. By default, it is false.
8396
8397
8398 Results::
8399
8400  service-type-id    Onap cloud service and is of type STRING.
8401  service-type       Onap cloud service and is of type STRING.
8402  resource-version   Onap cloud service resource version and is of
8403                     type STRING.
8404
8405
8406 Error::
8407
8408  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
8409
8410
8411
8412 <<<<<<< ab8942a839cc04dc8df1bf9cb19f375757f848b7
8413 [22] cloud-list
8414 =======
8415 [21] subscription-create
8416 -----------------------------------------------
8417
8418
8419 usage: onap subscription-create
8420
8421 Create a subscription for a customer in Onap
8422
8423 Onap service: aai v8
8424
8425 Options::
8426
8427  [-x | --customer-name] [-y | --subscriber-name] [-z | --cloud-type]
8428  [-r | --cloud-region] [-c | --cloud-tenant-id] [-e | --service-type]
8429  [-g | --resource-version] [-u | --onap-username] [-p | --onap-password]
8430  [-m | --host-url] [-h | --help] [-v | --version]
8431  [-d | --debug] [-f | --format] [-s | --long]
8432  [-t | --no-title] [-a | --no-auth]
8433
8434 where::
8435
8436  -x | --customer-name     Onap customer name. It is of type STRING.
8437  -y | --subscriber-name   Onap subscriber name. It is of type STRING.
8438  -z | --cloud-type        Onap cloud type (openstack, rackspace). It is of
8439                           type STRING.
8440  -r | --cloud-region      Onap cloud region. It is of type STRING.
8441  -c | --cloud-tenant-id   Onap cloud tenant id. It is of type STRING.
8442  -e | --service-type      Onap service type. It is of type STRING.
8443  -g | --resource-version  Onap subscription resource version. It is
8444                           mandatory for existing customer to create a new
8445                           subscription. It is of type STRING. It is
8446                           optional.
8447  -u | --onap-username     Onap user name. It is of type STRING. By default,
8448                           it is read from environment variable
8449                           OPEN_CLI_USERNAME.
8450  -p | --onap-password     Onap user password. It is of type STRING. By
8451                           default, it is read from environment variable
8452                           OPEN_CLI_PASSWORD. Secured.
8453  -m | --host-url          Onap host url. It is of type URL. By default, it
8454                           is read from environment variable OPEN_HOST_URL.
8455  -h | --help              Onap command help message. It is of type STRING.
8456                           By default, it is false.
8457  -v | --version           Onap command service version. It is of type
8458                           STRING. By default, it is false.
8459  -d | --debug             Enable debug output. It is of type BOOL. By
8460                           default, it is false.
8461  -f | --format            Output formats, supported formats such as table,
8462                           csv, json, yaml. It is of type STRING. By
8463                           default, it is table.
8464  -s | --long              whether to print all attributes or only short
8465                           attributes. It is of type BOOL. By default, it is
8466                           false.
8467  -t | --no-title          whether to print title or not. It is of type
8468                           BOOL. By default, it is false.
8469  -a | --no-auth           whether to authenticate user or not. It is of
8470                           type BOOL. By default, it is false.
8471
8472
8473 Error::
8474
8475  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
8476
8477
8478
8479 <<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
8480 [22] subscription-list
8481 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
8482 -----------------------------------------------
8483
8484
8485 usage: onap cloud-list
8486
8487 List the configured clouds and Onap service subscriptions
8488
8489 Onap service: aai v8
8490
8491 Options::
8492
8493  [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
8494  [-h | --help] [-v | --version] [-d | --debug]
8495  [-f | --format] [-s | --long] [-t | --no-title]
8496  [-a | --no-auth]
8497
8498 where::
8499
8500  -u | --onap-username   Onap user name. It is of type STRING. By default,
8501                         it is read from environment variable
8502                         ONAP_USERNAME.
8503  -p | --onap-password   Onap user password. It is of type STRING. By
8504                         default, it is read from environment variable
8505                         ONAP_PASSWORD. Secured.
8506  -m | --host-url        Onap host url. It is of type URL. By default, it
8507                         is read from environment variable ONAP_HOST_URL.
8508  -h | --help            Onap command help message. It is of type STRING.
8509                         By default, it is false.
8510  -v | --version         Onap command service version. It is of type
8511                         STRING. By default, it is false.
8512  -d | --debug           Enable debug output. It is of type BOOL. By
8513                         default, it is false.
8514  -f | --format          Output formats, supported formats such as table,
8515                         csv, json, yaml. It is of type STRING. By
8516                         default, it is table.
8517  -s | --long            whether to print all attributes or only short
8518                         attributes. It is of type BOOL. By default, it is
8519                         false.
8520  -t | --no-title        whether to print title or not. It is of type
8521                         BOOL. By default, it is false.
8522  -a | --no-auth         whether to authenticate user or not. It is of
8523                         type BOOL. By default, it is false.
8524
8525
8526 Results::
8527
8528  cloud      Onap cloud and is of type STRING.
8529  region     Onap cloud region and is of type STRING.
8530  tenant     Onap cloud tenat and is of type STRING.
8531  tenant-id  Onap cloud tenat id and is of type STRING.
8532  customer   Onap cloud customer and is of type STRING.
8533  service    Onap cloud service and is of type STRING.
8534
8535
8536 Error::
8537
8538  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
8539
8540
8541
8542 cli-1.0
8543 =======
8544 open-cli
8545 >>>>>>> Migrate docs to use OPEN_ instead of ONAP_
8546 ==========================
8547
8548
8549 [1] schema-validate
8550 -----------------------------------------------
8551
8552
8553 usage: onap schema-validate
8554
8555 Onap command to validate schema
8556
8557 Onap service: onap-cli 1.0.0
8558
8559 Options::
8560
8561  [-l | --schema-location] [-i | --internal-schema] [-h | --help]
8562  [-v | --version] [-d | --debug] [-f | --format]
8563  [-s | --long] [-t | --no-title]
8564
8565 where::
8566
8567  -l | --schema-location   Schema file location. It is of type URL.
8568  -i | --internal-schema   Validate existing schema file. It is of type
8569                           BOOL. By default, it is false.
8570  -h | --help              Onap command help message. It is of type STRING.
8571                           By default, it is false.
8572  -v | --version           Onap command service version. It is of type
8573                           STRING. By default, it is false.
8574  -d | --debug             Enable debug output. It is of type BOOL. By
8575                           default, it is false.
8576  -f | --format            Output formats, supported formats such as table,
8577                           csv, json, yaml. It is of type STRING. By
8578                           default, it is table.
8579  -s | --long              whether to print all attributes or only short
8580                           attributes. It is of type BOOL. By default, it is
8581                           false.
8582  -t | --no-title          whether to print title or not. It is of type
8583                           BOOL. By default, it is false.
8584
8585
8586 Results::
8587
8588  sl-no  Serial Number of error and is of type STRING.
8589  error  Schema validation error and is of type STRING.
8590
8591
8592 Error::
8593
8594  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
8595
8596
8597
8598 [2] schema-refresh
8599 -----------------------------------------------
8600
8601
8602 usage: onap schema-refresh
8603
8604 Onap command to refresh schemas stored in onap_cli_schema folders.
8605
8606 Onap service: onap-cli 1.0.0
8607
8608 Options::
8609
8610  [-h | --help] [-v | --version] [-d | --debug]
8611  [-f | --format] [-s | --long] [-t | --no-title]
8612
8613 where::
8614
8615  -h | --help      Onap command help message. It is of type STRING.
8616                   By default, it is false.
8617  -v | --version   Onap command service version. It is of type
8618                   STRING. By default, it is false.
8619  -d | --debug     Enable debug output. It is of type BOOL. By
8620                   default, it is false.
8621  -f | --format    Output formats, supported formats such as table,
8622                   csv, json, yaml. It is of type STRING. By
8623                   default, it is table.
8624  -s | --long      whether to print all attributes or only short
8625                   attributes. It is of type BOOL. By default, it is
8626                   false.
8627  -t | --no-title  whether to print title or not. It is of type
8628                   BOOL. By default, it is false.
8629
8630
8631 Results::
8632
8633  sl-no            Serial Number and is of type STRING.
8634  command          Command name and is of type STRING.
8635  product-version  Command product version and is of type STRING.
8636  schema           Schema name and is of type STRING.
8637  version          Schema version and is of type STRING.
8638
8639
8640 Error::
8641
8642  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>