Reverse the versioning order in release notes
[cli.git] / docs / cmd_help_onap_amsterdam.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 2018 Huawei Technologies Co., Ltd.
4
5
6 .. toctree::
7    :maxdepth: 2
8
9
10 .. _cli_cmd_help_onap_amsterdam:
11
12 onap-amsterdam
13 ==========================
14
15 ONAP Amsterdam was the first release of ONAP product after merging open-o and open-ecomp together.
16 It provides platform to creating and maintaining the network services for VoLTE and vCPE types and
17 CLI provides following commands for operating ONAP with this support.
18
19 [1] basic-login
20 -----------------------------------------------
21
22
23 usage: onap basic-login
24
25 ONAP basic login auth command
26
27 Product: onap-amsterdam
28 Service: basic-auth
29 Author: ONAP CLI Team onap-discuss@lists.onap.org
30
31 Options::
32
33  [-m | --host-url] [-C | --no-catalog] [-h | --help]
34  [-f | --format] [-t | --no-title] [-V | --verify]
35  [-v | --version] [-d | --debug] [-s | --long]
36  [-D | --context] [-u | --host-username] [-p | --host-password]
37
38 where::
39
40  -m | --host-url        host url in http(s). It is of type URL. By
41                         default, it is read from environment variable
42                         OPEN_CLI_HOST_URL.
43  -C | --no-catalog      whether to use given host-url directly without
44                         looking into catalog, it will overridee the
45                         service->mode. It is of type BOOL. It is
46                         optional.
47  -h | --help            print help message. It is of type BOOL.
48  -f | --format          Output formats, supported formats such as table,
49                         csv, json, yaml. It is of type STRING.
50  -t | --no-title        whether to print title or not. It is of type BOOL.
51  -V | --verify          verify the command using available command sample
52                         file and mocking file. By default it goes with
53                         mock style. To enable the verification in real
54                         time, set DISABLE_MOCKING=true in the context
55                         param. It is of type BOOL. It is optional.
56  -v | --version         print service version. It is of type BOOL.
57  -d | --debug           Enable debug output. It is of type BOOL.
58  -s | --long            whether to print all attributes or only short
59                         attributes. It is of type BOOL.
60  -D | --context         command context. It is of type MAP. It is
61                         optional.
62  -u | --host-username   Host user name. It is of type STRING. By default,
63                         it is read from environment variable
64                         OPEN_CLI_HOST_USERNAME.
65  -p | --host-password   Host user password. It is of type STRING. By
66                         default, it is read from environment variable
67                         OPEN_CLI_HOST_PASSWORD. Secured.
68
69
70 Results::
71
72  Authorization    Authorization and is of type STRING.
73  X-TransactionId  X-TransactionId and is of type STRING.
74  X-FromAppId      X-FromAppId and is of type STRING.
75
76
77 Error::
78
79  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
80
81
82
83 [2] basic-logout
84 -----------------------------------------------
85
86
87 usage: onap basic-logout
88
89 ONAP basic logout auth command
90
91 Product: onap-amsterdam
92 Service: basic-auth
93 Author: ONAP CLI Team onap-discuss@lists.onap.org
94
95 Options::
96
97  [-m | --host-url] [-C | --no-catalog] [-h | --help]
98  [-f | --format] [-t | --no-title] [-V | --verify]
99  [-v | --version] [-d | --debug] [-s | --long]
100  [-D | --context]
101
102 where::
103
104  -m | --host-url    host url in http(s). It is of type URL. By
105                     default, it is read from environment variable
106                     OPEN_CLI_HOST_URL.
107  -C | --no-catalog  whether to use given host-url directly without
108                     looking into catalog, it will override the
109                     service->mode. It is of type BOOL. It is
110                     optional.
111  -h | --help        print help message. It is of type BOOL.
112  -f | --format      Output formats, supported formats such as table,
113                     csv, json, yaml. It is of type STRING.
114  -t | --no-title    whether to print title or not. It is of type BOOL.
115  -V | --verify      verify the command using available command sample
116                     file and mocking file. By default it goes with
117                     mock style. To enable the verification in real
118                     time, set DISABLE_MOCKING=true in the context
119                     param. It is of type BOOL. It is optional.
120  -v | --version     print service version. It is of type BOOL.
121  -d | --debug       Enable debug output. It is of type BOOL.
122  -s | --long        whether to print all attributes or only short
123                     attributes. It is of type BOOL.
124  -D | --context     command context. It is of type MAP. It is
125                     optional.
126
127
128 Error::
129
130  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
131
132
133
134 [3] catalog
135 -----------------------------------------------
136
137
138 usage: onap catalog
139
140 ONAP catalog command to find the base path for service.
141
142 Product: onap-amsterdam
143 Service: msb
144 Author: ONAP CLI Team onap-discuss@lists.onap.org
145
146 Options::
147
148  [-m | --host-url] [-C | --no-catalog] [-l | --catalog-service-name]
149  [-h | --help] [-f | --format] [-t | --no-title]
150  [-V | --verify] [-v | --version] [-d | --debug]
151  [-s | --long] [-D | --context] [-i | --catalog-service-version]
152
153 where::
154
155  -m | --host-url                  host url in http(s). It is of type URL. By
156                                   default, it is read from environment variable
157                                   OPEN_CLI_HOST_URL.
158  -C | --no-catalog                whether to use given host-url directly without
159                                   looking into catalog, it will override the
160                                   service->mode. It is of type BOOL. It is
161                                   optional.
162  -l | --catalog-service-name      service name registered in catalog service. It is
163                                   of type STRING. By default, it is .
164  -h | --help                      print help message. It is of type BOOL.
165  -f | --format                    Output formats, supported formats such as table,
166                                   csv, json, yaml. It is of type STRING.
167  -t | --no-title                  whether to print title or not. It is of type BOOL.
168  -V | --verify                    verify the command using available command sample
169                                   file and mocking file. By default it goes with
170                                   mock style. To enable the verification in real
171                                   time, set DISABLE_MOCKING=true in the context
172                                   param. It is of type BOOL. It is optional.
173  -v | --version                   print service version. It is of type BOOL.
174  -d | --debug                     Enable debug output. It is of type BOOL.
175  -s | --long                      whether to print all attributes or only short
176                                   attributes. It is of type BOOL.
177  -D | --context                   command context. It is of type MAP. It is
178                                   optional.
179  -i | --catalog-service-version   service version registered in catalog service. It
180                                   is of type STRING. By default, it is .
181
182
183 Results::
184
185  catalog-service-host-url   Service connection url and is of type STRING.
186  catalog-service-base-path  service base path, to append with host-url for
187                             connecting the service. and is of type STRING.
188
189
190 Error::
191
192  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
193
194
195
196 [4] cloud-create
197 -----------------------------------------------
198
199
200 usage: onap cloud-create
201
202 Create a cloud region in Onap
203
204 Product: onap-amsterdam
205 Service: aai
206 Author: ONAP CLI Team onap-discuss@lists.onap.org
207
208 Options::
209
210  [-m | --host-url] [-C | --no-catalog] [-h | --help]
211  [-f | --format] [-t | --no-title] [-V | --verify]
212  [-v | --version] [-d | --debug] [-x | --cloud-name]
213  [-s | --long] [-D | --context] [-y | --region-name]
214  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
215
216 where::
217
218  -m | --host-url        host url in http(s). It is of type URL. By
219                         default, it is read from environment variable
220                         OPEN_CLI_HOST_URL.
221  -C | --no-catalog      whether to use given host-url directly without
222                         looking into catalog, it will override the
223                         service->mode. It is of type BOOL. It is
224                         optional.
225  -h | --help            print help message. It is of type BOOL.
226  -f | --format          Output formats, supported formats such as table,
227                         csv, json, yaml. It is of type STRING.
228  -t | --no-title        whether to print title or not. It is of type BOOL.
229  -V | --verify          verify the command using available command sample
230                         file and mocking file. By default it goes with
231                         mock style. To enable the verification in real
232                         time, set DISABLE_MOCKING=true in the context
233                         param. It is of type BOOL. It is optional.
234  -v | --version         print service version. It is of type BOOL.
235  -d | --debug           Enable debug output. It is of type BOOL.
236  -x | --cloud-name      Onap cloud name. It is of type STRING. By
237                         default, it is .
238  -s | --long            whether to print all attributes or only short
239                         attributes. It is of type BOOL.
240  -D | --context         command context. It is of type MAP. It is
241                         optional.
242  -y | --region-name     Onap region name. It is of type STRING. By
243                         default, it is .
244  -u | --host-username   Host user name. It is of type STRING. By default,
245                         it is read from environment variable
246                         OPEN_CLI_HOST_USERNAME.
247  -a | --no-auth         whether to authenticate user or not. It is of
248                         type BOOL.
249  -p | --host-password   Host user password. It is of type STRING. By
250                         default, it is read from environment variable
251                         OPEN_CLI_HOST_PASSWORD. Secured.
252
253
254 Error::
255
256  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
257
258
259
260 [5] cloud-delete
261 -----------------------------------------------
262
263
264 usage: onap cloud-delete
265
266 Delete a cloud region from Onap
267
268 Product: onap-amsterdam
269 Service: aai
270 Author: ONAP CLI Team onap-discuss@lists.onap.org
271
272 Options::
273
274  [-m | --host-url] [-C | --no-catalog] [-h | --help]
275  [-f | --format] [-t | --no-title] [-V | --verify]
276  [-v | --version] [-d | --debug] [-x | --cloud-name]
277  [-z | --resource-version] [-s | --long] [-D | --context]
278  [-y | --region-name] [-u | --host-username] [-a | --no-auth]
279  [-p | --host-password]
280
281 where::
282
283  -m | --host-url          host url in http(s). It is of type URL. By
284                           default, it is read from environment variable
285                           OPEN_CLI_HOST_URL.
286  -C | --no-catalog        whether to use given host-url directly without
287                           looking into catalog, it will override the
288                           service->mode. It is of type BOOL. It is
289                           optional.
290  -h | --help              print help message. It is of type BOOL.
291  -f | --format            Output formats, supported formats such as table,
292                           csv, json, yaml. It is of type STRING.
293  -t | --no-title          whether to print title or not. It is of type BOOL.
294  -V | --verify            verify the command using available command sample
295                           file and mocking file. By default it goes with
296                           mock style. To enable the verification in real
297                           time, set DISABLE_MOCKING=true in the context
298                           param. It is of type BOOL. It is optional.
299  -v | --version           print service version. It is of type BOOL.
300  -d | --debug             Enable debug output. It is of type BOOL.
301  -x | --cloud-name        Onap cloud name. It is of type STRING. By
302                           default, it is .
303  -z | --resource-version  Onap cloud region version. It is of type UUID. It
304                           is optional.
305  -s | --long              whether to print all attributes or only short
306                           attributes. It is of type BOOL.
307  -D | --context           command context. It is of type MAP. It is
308                           optional.
309  -y | --region-name       Onap cloud region name. It is of type STRING. By
310                           default, it is .
311  -u | --host-username     Host user name. It is of type STRING. By default,
312                           it is read from environment variable
313                           OPEN_CLI_HOST_USERNAME.
314  -a | --no-auth           whether to authenticate user or not. It is of
315                           type BOOL.
316  -p | --host-password     Host user password. It is of type STRING. By
317                           default, it is read from environment variable
318                           OPEN_CLI_HOST_PASSWORD. Secured.
319
320
321 Error::
322
323  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
324
325
326
327 [6] cloud-list
328 -----------------------------------------------
329
330
331 usage: onap cloud-list
332
333 List the configured clouds and Onap service subscriptions
334
335 Product: onap-amsterdam
336 Service: aai
337 Author: ONAP CLI Team onap-discuss@lists.onap.org
338
339 Options::
340
341  [-m | --host-url] [-C | --no-catalog] [-h | --help]
342  [-f | --format] [-t | --no-title] [-V | --verify]
343  [-v | --version] [-d | --debug] [-s | --long]
344  [-D | --context] [-u | --host-username] [-a | --no-auth]
345  [-p | --host-password]
346
347 where::
348
349  -m | --host-url        host url in http(s). It is of type URL. By
350                         default, it is read from environment variable
351                         OPEN_CLI_HOST_URL.
352  -C | --no-catalog      whether to use given host-url directly without
353                         looking into catalog, it will override the
354                         service->mode. It is of type BOOL. It is
355                         optional.
356  -h | --help            print help message. It is of type BOOL.
357  -f | --format          Output formats, supported formats such as table,
358                         csv, json, yaml. It is of type STRING.
359  -t | --no-title        whether to print title or not. It is of type BOOL.
360  -V | --verify          verify the command using available command sample
361                         file and mocking file. By default it goes with
362                         mock style. To enable the verification in real
363                         time, set DISABLE_MOCKING=true in the context
364                         param. It is of type BOOL. It is optional.
365  -v | --version         print service version. It is of type BOOL.
366  -d | --debug           Enable debug output. It is of type BOOL.
367  -s | --long            whether to print all attributes or only short
368                         attributes. It is of type BOOL.
369  -D | --context         command context. It is of type MAP. It is
370                         optional.
371  -u | --host-username   Host user name. It is of type STRING. By default,
372                         it is read from environment variable
373                         OPEN_CLI_HOST_USERNAME.
374  -a | --no-auth         whether to authenticate user or not. It is of
375                         type BOOL.
376  -p | --host-password   Host user password. It is of type STRING. By
377                         default, it is read from environment variable
378                         OPEN_CLI_HOST_PASSWORD. Secured.
379
380
381 Results::
382
383  cloud              Onap cloud and is of type STRING.
384  region             Onap cloud region and is of type STRING.
385  tenant             Onap cloud tenat and is of type STRING.
386  tenant-id          Onap cloud tenat id and is of type STRING.
387  customer           Onap cloud customer and is of type STRING.
388  service            Onap cloud service and is of type STRING.
389  resource-version   Onap cloud resource version and is of type STRING.
390
391
392 Error::
393
394  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
395
396
397
398 [7] customer-create
399 -----------------------------------------------
400
401
402 usage: onap customer-create
403
404 Create a customer in Onap
405
406 Product: onap-amsterdam
407 Service: aai
408 Author: ONAP CLI Team onap-discuss@lists.onap.org
409
410 Options::
411
412  [-m | --host-url] [-y | --subscriber-name] [-C | --no-catalog]
413  [-h | --help] [-f | --format] [-t | --no-title]
414  [-V | --verify] [-v | --version] [-d | --debug]
415  [-x | --customer-name] [-s | --long] [-D | --context]
416  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
417
418 where::
419
420  -m | --host-url          host url in http(s). It is of type URL. By
421                           default, it is read from environment variable
422                           OPEN_CLI_HOST_URL.
423  -y | --subscriber-name   Onap subscriber name. It is of type STRING. By
424                           default, it is .
425  -C | --no-catalog        whether to use given host-url directly without
426                           looking into catalog, it will override the
427                           service->mode. It is of type BOOL. It is
428                           optional.
429  -h | --help              print help message. It is of type BOOL.
430  -f | --format            Output formats, supported formats such as table,
431                           csv, json, yaml. It is of type STRING.
432  -t | --no-title          whether to print title or not. It is of type BOOL.
433  -V | --verify            verify the command using available command sample
434                           file and mocking file. By default it goes with
435                           mock style. To enable the verification in real
436                           time, set DISABLE_MOCKING=true in the context
437                           param. It is of type BOOL. It is optional.
438  -v | --version           print service version. It is of type BOOL.
439  -d | --debug             Enable debug output. It is of type BOOL.
440  -x | --customer-name     Onap customer name. It is of type STRING. By
441                           default, it is .
442  -s | --long              whether to print all attributes or only short
443                           attributes. It is of type BOOL.
444  -D | --context           command context. It is of type MAP. It is
445                           optional.
446  -u | --host-username     Host user name. It is of type STRING. By default,
447                           it is read from environment variable
448                           OPEN_CLI_HOST_USERNAME.
449  -a | --no-auth           whether to authenticate user or not. It is of
450                           type BOOL.
451  -p | --host-password     Host user password. It is of type STRING. By
452                           default, it is read from environment variable
453                           OPEN_CLI_HOST_PASSWORD. Secured.
454
455
456 Error::
457
458  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
459
460
461
462 [8] customer-delete
463 -----------------------------------------------
464
465
466 usage: onap customer-delete
467
468 Delete a customer from Onap
469
470 Product: onap-amsterdam
471 Service: aai
472 Author: ONAP CLI Team onap-discuss@lists.onap.org
473
474 Options::
475
476  [-m | --host-url] [-C | --no-catalog] [-h | --help]
477  [-f | --format] [-t | --no-title] [-V | --verify]
478  [-v | --version] [-d | --debug] [-x | --customer-name]
479  [-y | --resource-version] [-s | --long] [-D | --context]
480  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
481
482 where::
483
484  -m | --host-url          host url in http(s). It is of type URL. By
485                           default, it is read from environment variable
486                           OPEN_CLI_HOST_URL.
487  -C | --no-catalog        whether to use given host-url directly without
488                           looking into catalog, it will override the
489                           service->mode. It is of type BOOL. It is
490                           optional.
491  -h | --help              print help message. It is of type BOOL.
492  -f | --format            Output formats, supported formats such as table,
493                           csv, json, yaml. It is of type STRING.
494  -t | --no-title          whether to print title or not. It is of type BOOL.
495  -V | --verify            verify the command using available command sample
496                           file and mocking file. By default it goes with
497                           mock style. To enable the verification in real
498                           time, set DISABLE_MOCKING=true in the context
499                           param. It is of type BOOL. It is optional.
500  -v | --version           print service version. It is of type BOOL.
501  -d | --debug             Enable debug output. It is of type BOOL.
502  -x | --customer-name     Onap customer name. It is of type STRING. By
503                           default, it is .
504  -y | --resource-version  Onap customer resource version. It is of type
505                           UUID. It is optional.
506  -s | --long              whether to print all attributes or only short
507                           attributes. It is of type BOOL.
508  -D | --context           command context. It is of type MAP. It is
509                           optional.
510  -u | --host-username     Host user name. It is of type STRING. By default,
511                           it is read from environment variable
512                           OPEN_CLI_HOST_USERNAME.
513  -a | --no-auth           whether to authenticate user or not. It is of
514                           type BOOL.
515  -p | --host-password     Host user password. It is of type STRING. By
516                           default, it is read from environment variable
517                           OPEN_CLI_HOST_PASSWORD. Secured.
518
519
520 Error::
521
522  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
523
524
525
526 [9] customer-list
527 -----------------------------------------------
528
529
530 usage: onap customer-list
531
532 Lists the registered customers in Onap
533
534 Product: onap-amsterdam
535 Service: aai
536 Author: ONAP CLI Team onap-discuss@lists.onap.org
537
538 Options::
539
540  [-m | --host-url] [-C | --no-catalog] [-h | --help]
541  [-f | --format] [-t | --no-title] [-V | --verify]
542  [-v | --version] [-d | --debug] [-s | --long]
543  [-D | --context] [-u | --host-username] [-a | --no-auth]
544  [-p | --host-password]
545
546 where::
547
548  -m | --host-url        host url in http(s). It is of type URL. By
549                         default, it is read from environment variable
550                         OPEN_CLI_HOST_URL.
551  -C | --no-catalog      whether to use given host-url directly without
552                         looking into catalog, it will override the
553                         service->mode. It is of type BOOL. It is
554                         optional.
555  -h | --help            print help message. It is of type BOOL.
556  -f | --format          Output formats, supported formats such as table,
557                         csv, json, yaml. It is of type STRING.
558  -t | --no-title        whether to print title or not. It is of type BOOL.
559  -V | --verify          verify the command using available command sample
560                         file and mocking file. By default it goes with
561                         mock style. To enable the verification in real
562                         time, set DISABLE_MOCKING=true in the context
563                         param. It is of type BOOL. It is optional.
564  -v | --version         print service version. It is of type BOOL.
565  -d | --debug           Enable debug output. It is of type BOOL.
566  -s | --long            whether to print all attributes or only short
567                         attributes. It is of type BOOL.
568  -D | --context         command context. It is of type MAP. It is
569                         optional.
570  -u | --host-username   Host user name. It is of type STRING. By default,
571                         it is read from environment variable
572                         OPEN_CLI_HOST_USERNAME.
573  -a | --no-auth         whether to authenticate user or not. It is of
574                         type BOOL.
575  -p | --host-password   Host user password. It is of type STRING. By
576                         default, it is read from environment variable
577                         OPEN_CLI_HOST_PASSWORD. Secured.
578
579
580 Results::
581
582  name               Onap customer name and is of type STRING.
583  resource-version   Onap customer resource version and is of type
584                     STRING.
585
586
587 Error::
588
589  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
590
591
592
593 [10] customer-show
594 -----------------------------------------------
595
596
597 usage: onap customer-show
598
599 Retrieves the given registered customer in Onap
600
601 Product: onap-amsterdam
602 Service: aai
603 Author: ONAP CLI Team onap-discuss@lists.onap.org
604
605 Options::
606
607  [-m | --host-url] [-C | --no-catalog] [-h | --help]
608  [-f | --format] [-t | --no-title] [-V | --verify]
609  [-v | --version] [-d | --debug] [-x | --customer-name]
610  [-s | --long] [-D | --context] [-u | --host-username]
611  [-a | --no-auth] [-p | --host-password]
612
613 where::
614
615  -m | --host-url        host url in http(s). It is of type URL. By
616                         default, it is read from environment variable
617                         OPEN_CLI_HOST_URL.
618  -C | --no-catalog      whether to use given host-url directly without
619                         looking into catalog, it will override the
620                         service->mode. It is of type BOOL. It is
621                         optional.
622  -h | --help            print help message. It is of type BOOL.
623  -f | --format          Output formats, supported formats such as table,
624                         csv, json, yaml. It is of type STRING.
625  -t | --no-title        whether to print title or not. It is of type BOOL.
626  -V | --verify          verify the command using available command sample
627                         file and mocking file. By default it goes with
628                         mock style. To enable the verification in real
629                         time, set DISABLE_MOCKING=true in the context
630                         param. It is of type BOOL. It is optional.
631  -v | --version         print service version. It is of type BOOL.
632  -d | --debug           Enable debug output. It is of type BOOL.
633  -x | --customer-name   Onap customer name. It is of type STRING. By
634                         default, it is .
635  -s | --long            whether to print all attributes or only short
636                         attributes. It is of type BOOL.
637  -D | --context         command context. It is of type MAP. It is
638                         optional.
639  -u | --host-username   Host user name. It is of type STRING. By default,
640                         it is read from environment variable
641                         OPEN_CLI_HOST_USERNAME.
642  -a | --no-auth         whether to authenticate user or not. It is of
643                         type BOOL.
644  -p | --host-password   Host user password. It is of type STRING. By
645                         default, it is read from environment variable
646                         OPEN_CLI_HOST_PASSWORD. Secured.
647
648
649 Results::
650
651  name               Onap customer name and is of type STRING.
652  subscriber-name    Onap subscriber name and is of type STRING.
653  resource-version   Onap subscriber resource version and is of type
654                     STRING.
655  subscriber-type    Onap subscriber type and is of type STRING.
656
657
658 Error::
659
660  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
661
662
663
664 [11] ems-list
665 -----------------------------------------------
666
667
668 usage: onap ems-list
669
670 List the configured ems
671
672 Product: onap-amsterdam
673 Service: aai
674 Author: ONAP CLI Team onap-discuss@lists.onap.org
675
676 Options::
677
678  [-m | --host-url] [-C | --no-catalog] [-h | --help]
679  [-f | --format] [-t | --no-title] [-V | --verify]
680  [-v | --version] [-d | --debug] [-s | --long]
681  [-D | --context] [-u | --host-username] [-a | --no-auth]
682  [-p | --host-password]
683
684 where::
685
686  -m | --host-url        host url in http(s). It is of type URL. By
687                         default, it is read from environment variable
688                         OPEN_CLI_HOST_URL.
689  -C | --no-catalog      whether to use given host-url directly without
690                         looking into catalog, it will override the
691                         service->mode. It is of type BOOL. It is
692                         optional.
693  -h | --help            print help message. It is of type BOOL.
694  -f | --format          Output formats, supported formats such as table,
695                         csv, json, yaml. It is of type STRING.
696  -t | --no-title        whether to print title or not. It is of type BOOL.
697  -V | --verify          verify the command using available command sample
698                         file and mocking file. By default it goes with
699                         mock style. To enable the verification in real
700                         time, set DISABLE_MOCKING=true in the context
701                         param. It is of type BOOL. It is optional.
702  -v | --version         print service version. It is of type BOOL.
703  -d | --debug           Enable debug output. It is of type BOOL.
704  -s | --long            whether to print all attributes or only short
705                         attributes. It is of type BOOL.
706  -D | --context         command context. It is of type MAP. It is
707                         optional.
708  -u | --host-username   Host user name. It is of type STRING. By default,
709                         it is read from environment variable
710                         OPEN_CLI_HOST_USERNAME.
711  -a | --no-auth         whether to authenticate user or not. It is of
712                         type BOOL.
713  -p | --host-password   Host user password. It is of type STRING. By
714                         default, it is read from environment variable
715                         OPEN_CLI_HOST_PASSWORD. Secured.
716
717
718 Results::
719
720  ems-id             Onap ems id and is of type STRING.
721  resource-version   Onap ems resource version and is of type STRING.
722
723
724 Error::
725
726  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
727
728
729
730 [12] ems-register
731 -----------------------------------------------
732
733
734 usage: onap ems-register
735
736 Register a EMS in Onap
737
738 Product: onap-amsterdam
739 Service: aai
740 Author: ONAP CLI Team onap-discuss@lists.onap.org
741
742 Options::
743
744  [-m | --host-url] [-C | --no-catalog] [-h | --help]
745  [-f | --format] [-t | --no-title] [-V | --verify]
746  [-e | --vendor] [-v | --version] [-d | --debug]
747  [-c | --type] [-s | --long] [-D | --context]
748  [-q | --ems-version] [-b | --name] [-i | --username]
749  [-j | --password] [-u | --host-username] [-g | --url]
750  [-x | --remote-path] [-a | --no-auth] [-z | --ems-id]
751  [-p | --host-password]
752
753 where::
754
755  -m | --host-url        host url in http(s). It is of type URL. By
756                         default, it is read from environment variable
757                         OPEN_CLI_HOST_URL.
758  -C | --no-catalog      whether to use given host-url directly without
759                         looking into catalog, it will override the
760                         service->mode. It is of type BOOL. It is
761                         optional.
762  -h | --help            print help message. It is of type BOOL.
763  -f | --format          Output formats, supported formats such as table,
764                         csv, json, yaml. It is of type STRING.
765  -t | --no-title        whether to print title or not. It is of type BOOL.
766  -V | --verify          verify the command using available command sample
767                         file and mocking file. By default it goes with
768                         mock style. To enable the verification in real
769                         time, set DISABLE_MOCKING=true in the context
770                         param. It is of type BOOL. It is optional.
771  -e | --vendor          Onap EMS vendor. It is of type STRING. By
772                         default, it is .
773  -v | --version         print service version. It is of type BOOL.
774  -d | --debug           Enable debug output. It is of type BOOL.
775  -c | --type            Onap EMS type. It is of type STRING. By default,
776                         it is .
777  -s | --long            whether to print all attributes or only short
778                         attributes. It is of type BOOL.
779  -D | --context         command context. It is of type MAP. It is
780                         optional.
781  -q | --ems-version     Onap EMS version. It is of type STRING. By
782                         default, it is .
783  -b | --name            Onap EMS name. It is of type STRING. By default,
784                         it is .
785  -i | --username        Onap EMS username. It is of type STRING. By
786                         default, it is .
787  -j | --password        Onap EMS password. It is of type STRING. By
788                         default, it is .
789  -u | --host-username   Host user name. It is of type STRING. By default,
790                         it is read from environment variable
791                         OPEN_CLI_HOST_USERNAME.
792  -g | --url             Onap EMS URL. It is of type STRING. By default,
793                         it is .
794  -x | --remote-path     Onap EMS remote-path. It is of type STRING. By
795                         default, it is .
796  -a | --no-auth         whether to authenticate user or not. It is of
797                         type BOOL.
798  -z | --ems-id          Onap EMS unique id. It is of type UUID.
799  -p | --host-password   Host user password. It is of type STRING. By
800                         default, it is read from environment variable
801                         OPEN_CLI_HOST_PASSWORD. Secured.
802
803
804 Error::
805
806  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
807
808
809
810 [13] ems-show
811 -----------------------------------------------
812
813
814 usage: onap ems-show
815
816 Show the details of configured ems
817
818 Product: onap-amsterdam
819 Service: aai
820 Author: ONAP CLI Team onap-discuss@lists.onap.org
821
822 Options::
823
824  [-m | --host-url] [-C | --no-catalog] [-h | --help]
825  [-f | --format] [-t | --no-title] [-V | --verify]
826  [-v | --version] [-d | --debug] [-x | --ems-id]
827  [-s | --long] [-D | --context] [-u | --host-username]
828  [-a | --no-auth] [-p | --host-password]
829
830 where::
831
832  -m | --host-url        host url in http(s). It is of type URL. By
833                         default, it is read from environment variable
834                         OPEN_CLI_HOST_URL.
835  -C | --no-catalog      whether to use given host-url directly without
836                         looking into catalog, it will override the
837                         service->mode. It is of type BOOL. It is
838                         optional.
839  -h | --help            print help message. It is of type BOOL.
840  -f | --format          Output formats, supported formats such as table,
841                         csv, json, yaml. It is of type STRING.
842  -t | --no-title        whether to print title or not. It is of type BOOL.
843  -V | --verify          verify the command using available command sample
844                         file and mocking file. By default it goes with
845                         mock style. To enable the verification in real
846                         time, set DISABLE_MOCKING=true in the context
847                         param. It is of type BOOL. It is optional.
848  -v | --version         print service version. It is of type BOOL.
849  -d | --debug           Enable debug output. It is of type BOOL.
850  -x | --ems-id          Onap EMS unique id. It is of type UUID.
851  -s | --long            whether to print all attributes or only short
852                         attributes. It is of type BOOL.
853  -D | --context         command context. It is of type MAP. It is
854                         optional.
855  -u | --host-username   Host user name. It is of type STRING. By default,
856                         it is read from environment variable
857                         OPEN_CLI_HOST_USERNAME.
858  -a | --no-auth         whether to authenticate user or not. It is of
859                         type BOOL.
860  -p | --host-password   Host user password. It is of type STRING. By
861                         default, it is read from environment variable
862                         OPEN_CLI_HOST_PASSWORD. Secured.
863
864
865 Results::
866
867  name       Onap ems name and is of type STRING.
868  type       Onap ems type and is of type STRING.
869  vendor     Onap ems vendor and is of type STRING.
870  version    Onap ems version and is of type STRING.
871  url        Onap ems url and is of type STRING.
872  username   Onap ems username and is of type STRING.
873
874
875 Error::
876
877  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
878
879
880
881 [14] ems-unregister
882 -----------------------------------------------
883
884
885 usage: onap ems-unregister
886
887 Un-register a EMS in Onap
888
889 Product: onap-amsterdam
890 Service: aai
891 Author: ONAP CLI Team onap-discuss@lists.onap.org
892
893 Options::
894
895  [-m | --host-url] [-C | --no-catalog] [-h | --help]
896  [-f | --format] [-t | --no-title] [-V | --verify]
897  [-v | --version] [-d | --debug] [-y | --resource-version]
898  [-x | --ems-id] [-s | --long] [-D | --context]
899  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
900
901 where::
902
903  -m | --host-url          host url in http(s). It is of type URL. By
904                           default, it is read from environment variable
905                           OPEN_CLI_HOST_URL.
906  -C | --no-catalog        whether to use given host-url directly without
907                           looking into catalog, it will override the
908                           service->mode. It is of type BOOL. It is
909                           optional.
910  -h | --help              print help message. It is of type BOOL.
911  -f | --format            Output formats, supported formats such as table,
912                           csv, json, yaml. It is of type STRING.
913  -t | --no-title          whether to print title or not. It is of type BOOL.
914  -V | --verify            verify the command using available command sample
915                           file and mocking file. By default it goes with
916                           mock style. To enable the verification in real
917                           time, set DISABLE_MOCKING=true in the context
918                           param. It is of type BOOL. It is optional.
919  -v | --version           print service version. It is of type BOOL.
920  -d | --debug             Enable debug output. It is of type BOOL.
921  -y | --resource-version  Onap vim resource version. It is of type STRING.
922                           It is optional. By default, it is .
923  -x | --ems-id            Onap EMS unique id. It is of type UUID.
924  -s | --long              whether to print all attributes or only short
925                           attributes. It is of type BOOL.
926  -D | --context           command context. It is of type MAP. It is
927                           optional.
928  -u | --host-username     Host user name. It is of type STRING. By default,
929                           it is read from environment variable
930                           OPEN_CLI_HOST_USERNAME.
931  -a | --no-auth           whether to authenticate user or not. It is of
932                           type BOOL.
933  -p | --host-password     Host user password. It is of type STRING. By
934                           default, it is read from environment variable
935                           OPEN_CLI_HOST_PASSWORD. Secured.
936
937
938 Error::
939
940  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
941
942
943
944 [15] ep-create
945 -----------------------------------------------
946
947
948 usage: onap ep-create
949
950 Create Entitlement Pool
951
952 Product: onap-amsterdam
953 Service: sdc
954 Author: ONAP CLI Team onap-discuss@lists.onap.org
955
956 Options::
957
958  [-m | --host-url] [-C | --no-catalog] [-b | --threshold-unit]
959  [-h | --help] [-f | --format] [-t | --no-title]
960  [-V | --verify] [-v | --version] [-d | --debug]
961  [-x | --ep-name] [-k | --reference-number] [-g | --operational-scope]
962  [-c | --entitlement-metric] [-z | --ep-description] [-s | --long]
963  [-D | --context] [-e | --aggregation-function] [-y | --license-model-id]
964  [-u | --host-username] [-a | --no-auth] [-q | --threshold-value]
965  [-p | --host-password]
966
967 where::
968
969  -m | --host-url              host url in http(s). It is of type URL. By
970                               default, it is read from environment variable
971                               OPEN_CLI_HOST_URL.
972  -C | --no-catalog            whether to use given host-url directly without
973                               looking into catalog, it will override the
974                               service->mode. It is of type BOOL. It is
975                               optional.
976  -b | --threshold-unit        threshold. It is of type STRING. By default, it
977                               is .
978  -h | --help                  print help message. It is of type BOOL.
979  -f | --format                Output formats, supported formats such as table,
980                               csv, json, yaml. It is of type STRING.
981  -t | --no-title              whether to print title or not. It is of type BOOL.
982  -V | --verify                verify the command using available command sample
983                               file and mocking file. By default it goes with
984                               mock style. To enable the verification in real
985                               time, set DISABLE_MOCKING=true in the context
986                               param. It is of type BOOL. It is optional.
987  -v | --version               print service version. It is of type BOOL.
988  -d | --debug                 Enable debug output. It is of type BOOL.
989  -x | --ep-name               Entitlement Pool name. It is of type STRING. By
990                               default, it is .
991  -k | --reference-number      Reference Number. It is of type STRING. By
992                               default, it is .
993  -g | --operational-scope     Operational Scope. It is of type STRING. By
994                               default, it is .
995  -c | --entitlement-metric    Entitlement Metric. It is of type STRING. By
996                               default, it is .
997  -z | --ep-description        Description for Entitlement Pool. It is of type
998                               STRING. By default, it is .
999  -s | --long                  whether to print all attributes or only short
1000                               attributes. It is of type BOOL.
1001  -D | --context               command context. It is of type MAP. It is
1002                               optional.
1003  -e | --aggregation-function  Aggregation Function. It is of type STRING. By
1004                               default, it is .
1005  -y | --license-model-id      License Model ID. It is of type STRING. By
1006                               default, it is .
1007  -u | --host-username         Host user name. It is of type STRING. By default,
1008                               it is read from environment variable
1009                               OPEN_CLI_HOST_USERNAME.
1010  -a | --no-auth               whether to authenticate user or not. It is of
1011                               type BOOL.
1012  -q | --threshold-value       threshold. It is of type STRING. By default, it
1013                               is .
1014  -p | --host-password         Host user password. It is of type STRING. By
1015                               default, it is read from environment variable
1016                               OPEN_CLI_HOST_PASSWORD. Secured.
1017
1018
1019 Results::
1020
1021  ID   Entitlement Pool ID and is of type STRING.
1022
1023
1024 Error::
1025
1026  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1027
1028
1029
1030 [16] ep-show
1031 -----------------------------------------------
1032
1033
1034 usage: onap ep-show
1035
1036 Details of the Entitlement Pool
1037
1038 Product: onap-amsterdam
1039 Service: sdc
1040 Author: ONAP CLI Team onap-discuss@lists.onap.org
1041
1042 Options::
1043
1044  [-m | --host-url] [-C | --no-catalog] [-h | --help]
1045  [-f | --format] [-t | --no-title] [-V | --verify]
1046  [-v | --version] [-d | --debug] [-s | --long]
1047  [-D | --context] [-x | --license-model-id] [-u | --host-username]
1048  [-a | --no-auth] [-p | --host-password] [-y | --pool-id]
1049
1050 where::
1051
1052  -m | --host-url          host url in http(s). It is of type URL. By
1053                           default, it is read from environment variable
1054                           OPEN_CLI_HOST_URL.
1055  -C | --no-catalog        whether to use given host-url directly without
1056                           looking into catalog, it will override the
1057                           service->mode. It is of type BOOL. It is
1058                           optional.
1059  -h | --help              print help message. It is of type BOOL.
1060  -f | --format            Output formats, supported formats such as table,
1061                           csv, json, yaml. It is of type STRING.
1062  -t | --no-title          whether to print title or not. It is of type BOOL.
1063  -V | --verify            verify the command using available command sample
1064                           file and mocking file. By default it goes with
1065                           mock style. To enable the verification in real
1066                           time, set DISABLE_MOCKING=true in the context
1067                           param. It is of type BOOL. It is optional.
1068  -v | --version           print service version. It is of type BOOL.
1069  -d | --debug             Enable debug output. It is of type BOOL.
1070  -s | --long              whether to print all attributes or only short
1071                           attributes. It is of type BOOL.
1072  -D | --context           command context. It is of type MAP. It is
1073                           optional.
1074  -x | --license-model-id  Onap License Model ID. It is of type STRING. By
1075                           default, it is .
1076  -u | --host-username     Host user name. It is of type STRING. By default,
1077                           it is read from environment variable
1078                           OPEN_CLI_HOST_USERNAME.
1079  -a | --no-auth           whether to authenticate user or not. It is of
1080                           type BOOL.
1081  -p | --host-password     Host user password. It is of type STRING. By
1082                           default, it is read from environment variable
1083                           OPEN_CLI_HOST_PASSWORD. Secured.
1084  -y | --pool-id           Onap Entitlement Pool ID. It is of type STRING.
1085                           By default, it is .
1086
1087
1088 Results::
1089
1090  name         Entitlement Pool Name and is of type STRING.
1091  ID           Entitlement Pool ID and is of type STRING.
1092  description  Description for the Entitlement Pool and is of
1093               type STRING.
1094
1095
1096 Error::
1097
1098  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1099
1100
1101
1102 [17] license-group-create
1103 -----------------------------------------------
1104
1105
1106 usage: onap license-group-create
1107
1108 Create License Group
1109
1110 Product: onap-amsterdam
1111 Service: sdc
1112 Author: ONAP CLI Team onap-discuss@lists.onap.org
1113
1114 Options::
1115
1116  [-m | --host-url] [-C | --no-catalog] [-h | --help]
1117  [-f | --format] [-t | --no-title] [-V | --verify]
1118  [-v | --version] [-d | --debug] [-z | --license-group-description]
1119  [-x | --group-name] [-s | --long] [-D | --context]
1120  [-y | --license-model-id] [-u | --host-username] [-a | --no-auth]
1121  [-p | --host-password]
1122
1123 where::
1124
1125  -m | --host-url                    host url in http(s). It is of type URL. By
1126                                     default, it is read from environment variable
1127                                     OPEN_CLI_HOST_URL.
1128  -C | --no-catalog                  whether to use given host-url directly without
1129                                     looking into catalog, it will override the
1130                                     service->mode. It is of type BOOL. It is
1131                                     optional.
1132  -h | --help                        print help message. It is of type BOOL.
1133  -f | --format                      Output formats, supported formats such as table,
1134                                     csv, json, yaml. It is of type STRING.
1135  -t | --no-title                    whether to print title or not. It is of type BOOL.
1136  -V | --verify                      verify the command using available command sample
1137                                     file and mocking file. By default it goes with
1138                                     mock style. To enable the verification in real
1139                                     time, set DISABLE_MOCKING=true in the context
1140                                     param. It is of type BOOL. It is optional.
1141  -v | --version                     print service version. It is of type BOOL.
1142  -d | --debug                       Enable debug output. It is of type BOOL.
1143  -z | --license-group-description   Description for License Group. It is of type
1144                                     STRING. It is optional. By default, it is .
1145  -x | --group-name                  group name. It is of type STRING. By default, it
1146                                     is .
1147  -s | --long                        whether to print all attributes or only short
1148                                     attributes. It is of type BOOL.
1149  -D | --context                     command context. It is of type MAP. It is
1150                                     optional.
1151  -y | --license-model-id            License Model ID. It is of type STRING. By
1152                                     default, it is .
1153  -u | --host-username               Host user name. It is of type STRING. By default,
1154                                     it is read from environment variable
1155                                     OPEN_CLI_HOST_USERNAME.
1156  -a | --no-auth                     whether to authenticate user or not. It is of
1157                                     type BOOL.
1158  -p | --host-password               Host user password. It is of type STRING. By
1159                                     default, it is read from environment variable
1160                                     OPEN_CLI_HOST_PASSWORD. Secured.
1161
1162
1163 Results::
1164
1165  ID   License Group ID and is of type STRING.
1166
1167
1168 Error::
1169
1170  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1171
1172
1173
1174 [18] license-group-show
1175 -----------------------------------------------
1176
1177
1178 usage: onap license-group-show
1179
1180 Details of the License Group
1181
1182 Product: onap-amsterdam
1183 Service: sdc
1184 Author: ONAP CLI Team onap-discuss@lists.onap.org
1185
1186 Options::
1187
1188  [-m | --host-url] [-C | --no-catalog] [-h | --help]
1189  [-f | --format] [-t | --no-title] [-V | --verify]
1190  [-v | --version] [-d | --debug] [-s | --long]
1191  [-D | --context] [-x | --license-model-id] [-y | --license-group-id]
1192  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
1193
1194 where::
1195
1196  -m | --host-url          host url in http(s). It is of type URL. By
1197                           default, it is read from environment variable
1198                           OPEN_CLI_HOST_URL.
1199  -C | --no-catalog        whether to use given host-url directly without
1200                           looking into catalog, it will override the
1201                           service->mode. It is of type BOOL. It is
1202                           optional.
1203  -h | --help              print help message. It is of type BOOL.
1204  -f | --format            Output formats, supported formats such as table,
1205                           csv, json, yaml. It is of type STRING.
1206  -t | --no-title          whether to print title or not. It is of type BOOL.
1207  -V | --verify            verify the command using available command sample
1208                           file and mocking file. By default it goes with
1209                           mock style. To enable the verification in real
1210                           time, set DISABLE_MOCKING=true in the context
1211                           param. It is of type BOOL. It is optional.
1212  -v | --version           print service version. It is of type BOOL.
1213  -d | --debug             Enable debug output. It is of type BOOL.
1214  -s | --long              whether to print all attributes or only short
1215                           attributes. It is of type BOOL.
1216  -D | --context           command context. It is of type MAP. It is
1217                           optional.
1218  -x | --license-model-id  Onap License Model ID. It is of type STRING. By
1219                           default, it is .
1220  -y | --license-group-id  Onap License Group ID. It is of type STRING. By
1221                           default, it is .
1222  -u | --host-username     Host user name. It is of type STRING. By default,
1223                           it is read from environment variable
1224                           OPEN_CLI_HOST_USERNAME.
1225  -a | --no-auth           whether to authenticate user or not. It is of
1226                           type BOOL.
1227  -p | --host-password     Host user password. It is of type STRING. By
1228                           default, it is read from environment variable
1229                           OPEN_CLI_HOST_PASSWORD. Secured.
1230
1231
1232 Results::
1233
1234  name         License Group Name and is of type STRING.
1235  ID           License Group ID and is of type STRING.
1236  description  Description for the License Group and is of type
1237               STRING.
1238
1239
1240 Error::
1241
1242  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1243
1244
1245
1246 [19] license-model-create
1247 -----------------------------------------------
1248
1249
1250 usage: onap license-model-create
1251
1252 Create License Model
1253
1254 Product: onap-amsterdam
1255 Service: sdc
1256 Author: ONAP CLI Team onap-discuss@lists.onap.org
1257
1258 Options::
1259
1260  [-m | --host-url] [-C | --no-catalog] [-h | --help]
1261  [-f | --format] [-t | --no-title] [-V | --verify]
1262  [-v | --version] [-d | --debug] [-y | --license-model-description]
1263  [-s | --long] [-D | --context] [-x | --vendor-name]
1264  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
1265
1266 where::
1267
1268  -m | --host-url                    host url in http(s). It is of type URL. By
1269                                     default, it is read from environment variable
1270                                     OPEN_CLI_HOST_URL.
1271  -C | --no-catalog                  whether to use given host-url directly without
1272                                     looking into catalog, it will override the
1273                                     service->mode. It is of type BOOL. It is
1274                                     optional.
1275  -h | --help                        print help message. It is of type BOOL.
1276  -f | --format                      Output formats, supported formats such as table,
1277                                     csv, json, yaml. It is of type STRING.
1278  -t | --no-title                    whether to print title or not. It is of type BOOL.
1279  -V | --verify                      verify the command using available command sample
1280                                     file and mocking file. By default it goes with
1281                                     mock style. To enable the verification in real
1282                                     time, set DISABLE_MOCKING=true in the context
1283                                     param. It is of type BOOL. It is optional.
1284  -v | --version                     print service version. It is of type BOOL.
1285  -d | --debug                       Enable debug output. It is of type BOOL.
1286  -y | --license-model-description   Description for License Model. It is of type
1287                                     STRING. It is optional. By default, it is .
1288  -s | --long                        whether to print all attributes or only short
1289                                     attributes. It is of type BOOL.
1290  -D | --context                     command context. It is of type MAP. It is
1291                                     optional.
1292  -x | --vendor-name                 vendor name. It is of type STRING. By default, it
1293                                     is .
1294  -u | --host-username               Host user name. It is of type STRING. By default,
1295                                     it is read from environment variable
1296                                     OPEN_CLI_HOST_USERNAME.
1297  -a | --no-auth                     whether to authenticate user or not. It is of
1298                                     type BOOL.
1299  -p | --host-password               Host user password. It is of type STRING. By
1300                                     default, it is read from environment variable
1301                                     OPEN_CLI_HOST_PASSWORD. Secured.
1302
1303
1304 Results::
1305
1306  ID   License Model ID and is of type STRING.
1307
1308
1309 Error::
1310
1311  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1312
1313
1314
1315 [20] license-model-show
1316 -----------------------------------------------
1317
1318
1319 usage: onap license-model-show
1320
1321 Details of the License Model
1322
1323 Product: onap-amsterdam
1324 Service: sdc
1325 Author: ONAP CLI Team onap-discuss@lists.onap.org
1326
1327 Options::
1328
1329  [-m | --host-url] [-C | --no-catalog] [-h | --help]
1330  [-f | --format] [-t | --no-title] [-V | --verify]
1331  [-v | --version] [-d | --debug] [-s | --long]
1332  [-D | --context] [-x | --license-model-id] [-u | --host-username]
1333  [-a | --no-auth] [-p | --host-password]
1334
1335 where::
1336
1337  -m | --host-url          host url in http(s). It is of type URL. By
1338                           default, it is read from environment variable
1339                           OPEN_CLI_HOST_URL.
1340  -C | --no-catalog        whether to use given host-url directly without
1341                           looking into catalog, it will override the
1342                           service->mode. It is of type BOOL. It is
1343                           optional.
1344  -h | --help              print help message. It is of type BOOL.
1345  -f | --format            Output formats, supported formats such as table,
1346                           csv, json, yaml. It is of type STRING.
1347  -t | --no-title          whether to print title or not. It is of type BOOL.
1348  -V | --verify            verify the command using available command sample
1349                           file and mocking file. By default it goes with
1350                           mock style. To enable the verification in real
1351                           time, set DISABLE_MOCKING=true in the context
1352                           param. It is of type BOOL. It is optional.
1353  -v | --version           print service version. It is of type BOOL.
1354  -d | --debug             Enable debug output. It is of type BOOL.
1355  -s | --long              whether to print all attributes or only short
1356                           attributes. It is of type BOOL.
1357  -D | --context           command context. It is of type MAP. It is
1358                           optional.
1359  -x | --license-model-id  Onap License Model ID. It is of type STRING. By
1360                           default, it is .
1361  -u | --host-username     Host user name. It is of type STRING. By default,
1362                           it is read from environment variable
1363                           OPEN_CLI_HOST_USERNAME.
1364  -a | --no-auth           whether to authenticate user or not. It is of
1365                           type BOOL.
1366  -p | --host-password     Host user password. It is of type STRING. By
1367                           default, it is read from environment variable
1368                           OPEN_CLI_HOST_PASSWORD. Secured.
1369
1370
1371 Results::
1372
1373  name         License Model  Name and is of type STRING.
1374  ID           License Model ID and is of type STRING.
1375  description  Description for the License Model and is of type
1376               STRING.
1377  status       Status of the License Model and is of type STRING.
1378
1379
1380 Error::
1381
1382  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1383
1384
1385
1386 [21] microservice-create
1387 -----------------------------------------------
1388
1389
1390 usage: onap microservice-create
1391
1392 Register microservice into Onap
1393
1394 Product: onap-amsterdam
1395 Service: msb
1396 Author: ONAP CLI Team onap-discuss@lists.onap.org
1397
1398 Options::
1399
1400  [-m | --host-url] [-C | --no-catalog] [-h | --help]
1401  [-f | --format] [-t | --no-title] [-V | --verify]
1402  <create-or-update> [-v | --version] [-d | --debug]
1403  [-c | --path] [-y | --service-version] <node-ip>
1404  [-s | --long] [-D | --context] <node-port>
1405  [-x | --service-name] [-r | --service-url] [-b | --enable-ssl]
1406
1407 where::
1408
1409  -m | --host-url          host url in http(s). It is of type URL. By
1410                           default, it is read from environment variable
1411                           OPEN_CLI_HOST_URL.
1412  -C | --no-catalog        whether to use given host-url directly without
1413                           looking into catalog, it will override the
1414                           service->mode. It is of type BOOL. It is
1415                           optional.
1416  -h | --help              print help message. It is of type BOOL.
1417  -f | --format            Output formats, supported formats such as table,
1418                           csv, json, yaml. It is of type STRING.
1419  -t | --no-title          whether to print title or not. It is of type BOOL.
1420  -V | --verify            verify the command using available command sample
1421                           file and mocking file. By default it goes with
1422                           mock style. To enable the verification in real
1423                           time, set DISABLE_MOCKING=true in the context
1424                           param. It is of type BOOL. It is optional.
1425  create-or-update         Onap service create or update. It is of type BOOL.
1426  -v | --version           print service version. It is of type BOOL.
1427  -d | --debug             Enable debug output. It is of type BOOL.
1428  -c | --path              Onap service path. It is of type STRING. It is
1429                           optional. By default, it is .
1430  -y | --service-version   Onap service version. It is of type STRING. By
1431                           default, it is .
1432  node-ip                  Onap service running node IP. It is of type
1433                           STRING. By default, it is .
1434  -s | --long              whether to print all attributes or only short
1435                           attributes. It is of type BOOL.
1436  -D | --context           command context. It is of type MAP. It is
1437                           optional.
1438  node-port                Onap service running node port. It is of type
1439                           STRING. By default, it is .
1440  -x | --service-name      Onap service name. It is of type STRING. By
1441                           default, it is .
1442  -r | --service-url       Onap service base url. It is of type URL. By
1443                           default, it is .
1444  -b | --enable-ssl        Onap service is enabled with https or not. It is
1445                           of type STRING. It is optional. By default, it is
1446                           .
1447
1448
1449 Results::
1450
1451  name         Onap service name and is of type STRING.
1452  version      Onap service version and is of type STRING.
1453  url          Onap service base url and is of type URL.
1454  status       Onap service status and is of type DIGIT.
1455  nodes        Onap service running nodes and is of type STRING.
1456  enable-ssl   Onap service is enabled with https or not and is
1457               of type STRING.
1458  path         Onap service path and is of type STRING.
1459
1460
1461 Error::
1462
1463  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1464
1465
1466
1467 [22] microservice-delete
1468 -----------------------------------------------
1469
1470
1471 usage: onap microservice-delete
1472
1473 Deletes the micro service from Onap
1474
1475 Product: onap-amsterdam
1476 Service: msb
1477 Author: ONAP CLI Team onap-discuss@lists.onap.org
1478
1479 Options::
1480
1481  [-m | --host-url] [-C | --no-catalog] [-h | --help]
1482  [-f | --format] [-t | --no-title] [-V | --verify]
1483  [-v | --version] [-d | --debug] [-y | --service-version]
1484  [-s | --long] [-D | --context] [-x | --service-name]
1485  [-i | --node-ip] [-r | --node-port]
1486
1487 where::
1488
1489  -m | --host-url          host url in http(s). It is of type URL. By
1490                           default, it is read from environment variable
1491                           OPEN_CLI_HOST_URL.
1492  -C | --no-catalog        whether to use given host-url directly without
1493                           looking into catalog, it will override the
1494                           service->mode. It is of type BOOL. It is
1495                           optional.
1496  -h | --help              print help message. It is of type BOOL.
1497  -f | --format            Output formats, supported formats such as table,
1498                           csv, json, yaml. It is of type STRING.
1499  -t | --no-title          whether to print title or not. It is of type BOOL.
1500  -V | --verify            verify the command using available command sample
1501                           file and mocking file. By default it goes with
1502                           mock style. To enable the verification in real
1503                           time, set DISABLE_MOCKING=true in the context
1504                           param. It is of type BOOL. It is optional.
1505  -v | --version           print service version. It is of type BOOL.
1506  -d | --debug             Enable debug output. It is of type BOOL.
1507  -y | --service-version   Onap service version. It is of type STRING. By
1508                           default, it is .
1509  -s | --long              whether to print all attributes or only short
1510                           attributes. It is of type BOOL.
1511  -D | --context           command context. It is of type MAP. It is
1512                           optional.
1513  -x | --service-name      Onap service name. It is of type STRING. By
1514                           default, it is .
1515  -i | --node-ip           Onap service running node IP. It is of type
1516                           STRING. By default, it is .
1517  -r | --node-port         Onap service running node port. It is of type
1518                           STRING. By default, it is .
1519
1520
1521 Error::
1522
1523  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1524
1525
1526
1527 [23] microservice-list
1528 -----------------------------------------------
1529
1530
1531 usage: onap microservice-list
1532
1533 Lists the registetred micro services in Onap
1534
1535 Product: onap-amsterdam
1536 Service: msb
1537 Author: ONAP CLI Team onap-discuss@lists.onap.org
1538
1539 Options::
1540
1541  [-m | --host-url] [-C | --no-catalog] [-h | --help]
1542  [-f | --format] [-t | --no-title] [-V | --verify]
1543  [-v | --version] [-d | --debug] [-s | --long]
1544  [-D | --context]
1545
1546 where::
1547
1548  -m | --host-url    host url in http(s). It is of type URL. By
1549                     default, it is read from environment variable
1550                     OPEN_CLI_HOST_URL.
1551  -C | --no-catalog  whether to use given host-url directly without
1552                     looking into catalog, it will override the
1553                     service->mode. It is of type BOOL. It is
1554                     optional.
1555  -h | --help        print help message. It is of type BOOL.
1556  -f | --format      Output formats, supported formats such as table,
1557                     csv, json, yaml. It is of type STRING.
1558  -t | --no-title    whether to print title or not. It is of type BOOL.
1559  -V | --verify      verify the command using available command sample
1560                     file and mocking file. By default it goes with
1561                     mock style. To enable the verification in real
1562                     time, set DISABLE_MOCKING=true in the context
1563                     param. It is of type BOOL. It is optional.
1564  -v | --version     print service version. It is of type BOOL.
1565  -d | --debug       Enable debug output. It is of type BOOL.
1566  -s | --long        whether to print all attributes or only short
1567                     attributes. It is of type BOOL.
1568  -D | --context     command context. It is of type MAP. It is
1569                     optional.
1570
1571
1572 Results::
1573
1574  name         Onap service name and is of type STRING.
1575  version      Onap service version and is of type STRING.
1576  url          Onap service base url and is of type URL.
1577  status       Onap service status and is of type DIGIT.
1578  nodes        Onap service running nodes and is of type JSON.
1579  enable-ssl   Onap service is enabled with https or not and is
1580               of type STRING.
1581  path         Onap service path and is of type STRING.
1582
1583
1584 Error::
1585
1586  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1587
1588
1589
1590 [24] microservice-show
1591 -----------------------------------------------
1592
1593
1594 usage: onap microservice-show
1595
1596 Details the registered microservice in Onap
1597
1598 Product: onap-amsterdam
1599 Service: msb
1600 Author: ONAP CLI Team onap-discuss@lists.onap.org
1601
1602 Options::
1603
1604  [-m | --host-url] [-C | --no-catalog] [-h | --help]
1605  [-f | --format] [-t | --no-title] [-V | --verify]
1606  [-v | --version] [-d | --debug] [-y | --service-version]
1607  [-s | --long] [-D | --context] [-x | --service-name]
1608
1609 where::
1610
1611  -m | --host-url          host url in http(s). It is of type URL. By
1612                           default, it is read from environment variable
1613                           OPEN_CLI_HOST_URL.
1614  -C | --no-catalog        whether to use given host-url directly without
1615                           looking into catalog, it will override the
1616                           service->mode. It is of type BOOL. It is
1617                           optional.
1618  -h | --help              print help message. It is of type BOOL.
1619  -f | --format            Output formats, supported formats such as table,
1620                           csv, json, yaml. It is of type STRING.
1621  -t | --no-title          whether to print title or not. It is of type BOOL.
1622  -V | --verify            verify the command using available command sample
1623                           file and mocking file. By default it goes with
1624                           mock style. To enable the verification in real
1625                           time, set DISABLE_MOCKING=true in the context
1626                           param. It is of type BOOL. It is optional.
1627  -v | --version           print service version. It is of type BOOL.
1628  -d | --debug             Enable debug output. It is of type BOOL.
1629  -y | --service-version   Onap service version. It is of type STRING. By
1630                           default, it is .
1631  -s | --long              whether to print all attributes or only short
1632                           attributes. It is of type BOOL.
1633  -D | --context           command context. It is of type MAP. It is
1634                           optional.
1635  -x | --service-name      Onap service name. It is of type STRING. By
1636                           default, it is .
1637
1638
1639 Results::
1640
1641  name         Onap service name and is of type STRING.
1642  version      Onap service version and is of type STRING.
1643  url          Onap service base url and is of type URL.
1644  status       Onap service status and is of type DIGIT.
1645  nodes        Onap service running nodes and is of type JSON.
1646  enable-ssl   Onap service is enabled with https or not and is
1647               of type STRING.
1648  path         Onap service path and is of type STRING.
1649
1650
1651 Error::
1652
1653  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1654
1655
1656
1657 [25] sdc-basic-login
1658 -----------------------------------------------
1659
1660
1661 usage: onap sdc-basic-login
1662
1663 ONAP basic login auth command
1664
1665 Product: onap-amsterdam
1666 Service: sdc-basic-auth
1667 Author: ONAP CLI Team onap-discuss@lists.onap.org
1668
1669 Options::
1670
1671  [-m | --host-url] [-C | --no-catalog] [-h | --help]
1672  [-f | --format] [-t | --no-title] [-V | --verify]
1673  [-v | --version] [-d | --debug] [-s | --long]
1674  [-D | --context] [-u | --host-username] [-p | --host-password]
1675
1676 where::
1677
1678  -m | --host-url        host url in http(s). It is of type URL. By
1679                         default, it is read from environment variable
1680                         OPEN_CLI_HOST_URL.
1681  -C | --no-catalog      whether to use given host-url directly without
1682                         looking into catalog, it will override the
1683                         service->mode. It is of type BOOL. It is
1684                         optional.
1685  -h | --help            print help message. It is of type BOOL.
1686  -f | --format          Output formats, supported formats such as table,
1687                         csv, json, yaml. It is of type STRING.
1688  -t | --no-title        whether to print title or not. It is of type BOOL.
1689  -V | --verify          verify the command using available command sample
1690                         file and mocking file. By default it goes with
1691                         mock style. To enable the verification in real
1692                         time, set DISABLE_MOCKING=true in the context
1693                         param. It is of type BOOL. It is optional.
1694  -v | --version         print service version. It is of type BOOL.
1695  -d | --debug           Enable debug output. It is of type BOOL.
1696  -s | --long            whether to print all attributes or only short
1697                         attributes. It is of type BOOL.
1698  -D | --context         command context. It is of type MAP. It is
1699                         optional.
1700  -u | --host-username   Host user name. It is of type STRING. By default,
1701                         it is read from environment variable
1702                         OPEN_CLI_HOST_USERNAME.
1703  -p | --host-password   Host user password. It is of type STRING. By
1704                         default, it is read from environment variable
1705                         OPEN_CLI_HOST_PASSWORD. Secured.
1706
1707
1708 Results::
1709
1710  Authorization    Authorization and is of type STRING.
1711  X-TransactionId  X-TransactionId and is of type STRING.
1712  X-FromAppId      X-FromAppId and is of type STRING.
1713  USER_ID          USER_ID for sdc and is of type STRING.
1714
1715
1716 Error::
1717
1718  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1719
1720
1721
1722 [26] sdnc-list
1723 -----------------------------------------------
1724
1725
1726 usage: onap sdnc-list
1727
1728 List the configured sdnc
1729
1730 Product: onap-amsterdam
1731 Service: aai
1732 Author: ONAP CLI Team onap-discuss@lists.onap.org
1733
1734 Options::
1735
1736  [-m | --host-url] [-C | --no-catalog] [-h | --help]
1737  [-f | --format] [-t | --no-title] [-V | --verify]
1738  [-v | --version] [-d | --debug] [-s | --long]
1739  [-D | --context] [-u | --host-username] [-a | --no-auth]
1740  [-p | --host-password]
1741
1742 where::
1743
1744  -m | --host-url        host url in http(s). It is of type URL. By
1745                         default, it is read from environment variable
1746                         OPEN_CLI_HOST_URL.
1747  -C | --no-catalog      whether to use given host-url directly without
1748                         looking into catalog, it will override the
1749                         service->mode. It is of type BOOL. It is
1750                         optional.
1751  -h | --help            print help message. It is of type BOOL.
1752  -f | --format          Output formats, supported formats such as table,
1753                         csv, json, yaml. It is of type STRING.
1754  -t | --no-title        whether to print title or not. It is of type BOOL.
1755  -V | --verify          verify the command using available command sample
1756                         file and mocking file. By default it goes with
1757                         mock style. To enable the verification in real
1758                         time, set DISABLE_MOCKING=true in the context
1759                         param. It is of type BOOL. It is optional.
1760  -v | --version         print service version. It is of type BOOL.
1761  -d | --debug           Enable debug output. It is of type BOOL.
1762  -s | --long            whether to print all attributes or only short
1763                         attributes. It is of type BOOL.
1764  -D | --context         command context. It is of type MAP. It is
1765                         optional.
1766  -u | --host-username   Host user name. It is of type STRING. By default,
1767                         it is read from environment variable
1768                         OPEN_CLI_HOST_USERNAME.
1769  -a | --no-auth         whether to authenticate user or not. It is of
1770                         type BOOL.
1771  -p | --host-password   Host user password. It is of type STRING. By
1772                         default, it is read from environment variable
1773                         OPEN_CLI_HOST_PASSWORD. Secured.
1774
1775
1776 Results::
1777
1778  sdnc-id            Onap sdnc id and is of type STRING.
1779  resource-version   Onap sdnc resource version and is of type STRING.
1780
1781
1782 Error::
1783
1784  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1785
1786
1787
1788 [27] sdnc-register
1789 -----------------------------------------------
1790
1791
1792 usage: onap sdnc-register
1793
1794 Register a SDNC in Onap
1795
1796 Product: onap-amsterdam
1797 Service: aai
1798 Author: ONAP CLI Team onap-discuss@lists.onap.org
1799
1800 Options::
1801
1802  [-g | --ip-address] [-h | --help] [-f | --format]
1803  [-t | --no-title] [-V | --verify] [-e | --vendor]
1804  [-v | --version] [-y | --sdnc-id] [-s | --long]
1805  [-b | --name] [-j | --password] [-a | --no-auth]
1806  [-p | --host-password] [-m | --host-url] [-C | --no-catalog]
1807  [-d | --debug] [-k | --port] [-c | --type]
1808  [-q | --sdnc-version] [-D | --context] [-r | --protocal]
1809  [-z | --product-name] [-i | --username] [-u | --host-username]
1810  [-x | --location]
1811
1812 where::
1813
1814  -g | --ip-address      Onap SDNC ip address. It is of type STRING. By
1815                         default, it is .
1816  -h | --help            print help message. It is of type BOOL.
1817  -f | --format          Output formats, supported formats such as table,
1818                         csv, json, yaml. It is of type STRING.
1819  -t | --no-title        whether to print title or not. It is of type BOOL.
1820  -V | --verify          verify the command using available command sample
1821                         file and mocking file. By default it goes with
1822                         mock style. To enable the verification in real
1823                         time, set DISABLE_MOCKING=true in the context
1824                         param. It is of type BOOL. It is optional.
1825  -e | --vendor          Onap SDNC vendor. It is of type STRING. By
1826                         default, it is .
1827  -v | --version         print service version. It is of type BOOL.
1828  -y | --sdnc-id         Onap SDNC unique id. It is of type UUID.
1829  -s | --long            whether to print all attributes or only short
1830                         attributes. It is of type BOOL.
1831  -b | --name            Onap SDNC name. It is of type STRING. By default,
1832                         it is .
1833  -j | --password        Onap SDNC password. It is of type STRING. By
1834                         default, it is .
1835  -a | --no-auth         whether to authenticate user or not. It is of
1836                         type BOOL.
1837  -p | --host-password   Host user password. It is of type STRING. By
1838                         default, it is read from environment variable
1839                         OPEN_CLI_HOST_PASSWORD. Secured.
1840  -m | --host-url        host url in http(s). It is of type URL. By
1841                         default, it is read from environment variable
1842                         OPEN_CLI_HOST_URL.
1843  -C | --no-catalog      whether to use given host-url directly without
1844                         looking into catalog, it will override the
1845                         service->mode. It is of type BOOL. It is
1846                         optional.
1847  -d | --debug           Enable debug output. It is of type BOOL.
1848  -k | --port            Onap SDNC port. It is of type STRING. By default,
1849                         it is .
1850  -c | --type            Onap SDNC type. It is of type STRING. By default,
1851                         it is .
1852  -q | --sdnc-version    Onap SDNC version. It is of type STRING. By
1853                         default, it is .
1854  -D | --context         command context. It is of type MAP. It is
1855                         optional.
1856  -r | --protocal        Onap SDNC protocal. It is of type STRING. By
1857                         default, it is .
1858  -z | --product-name    Onap SDNC product-name. It is of type STRING. By
1859                         default, it is .
1860  -i | --username        Onap SDNC username. It is of type STRING. By
1861                         default, it is .
1862  -u | --host-username   Host user name. It is of type STRING. By default,
1863                         it is read from environment variable
1864                         OPEN_CLI_HOST_USERNAME.
1865  -x | --location        Onap VIM unique id. It is of type UUID.
1866
1867
1868 Error::
1869
1870  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1871
1872
1873
1874 [28] sdnc-unregister
1875 -----------------------------------------------
1876
1877
1878 usage: onap sdnc-unregister
1879
1880 Un-register a VNFM in Onap
1881
1882 Product: onap-amsterdam
1883 Service: aai
1884 Author: ONAP CLI Team onap-discuss@lists.onap.org
1885
1886 Options::
1887
1888  [-m | --host-url] [-C | --no-catalog] [-h | --help]
1889  [-f | --format] [-t | --no-title] [-V | --verify]
1890  [-v | --version] [-d | --debug] [-x | --sdnc-id]
1891  [-s | --long] [-D | --context] [-u | --host-username]
1892  [-a | --no-auth] [-p | --host-password]
1893
1894 where::
1895
1896  -m | --host-url        host url in http(s). It is of type URL. By
1897                         default, it is read from environment variable
1898                         OPEN_CLI_HOST_URL.
1899  -C | --no-catalog      whether to use given host-url directly without
1900                         looking into catalog, it will override the
1901                         service->mode. It is of type BOOL. It is
1902                         optional.
1903  -h | --help            print help message. It is of type BOOL.
1904  -f | --format          Output formats, supported formats such as table,
1905                         csv, json, yaml. It is of type STRING.
1906  -t | --no-title        whether to print title or not. It is of type BOOL.
1907  -V | --verify          verify the command using available command sample
1908                         file and mocking file. By default it goes with
1909                         mock style. To enable the verification in real
1910                         time, set DISABLE_MOCKING=true in the context
1911                         param. It is of type BOOL. It is optional.
1912  -v | --version         print service version. It is of type BOOL.
1913  -d | --debug           Enable debug output. It is of type BOOL.
1914  -x | --sdnc-id         Onap VNFM unique id. It is of type STRING. By
1915                         default, it is .
1916  -s | --long            whether to print all attributes or only short
1917                         attributes. It is of type BOOL.
1918  -D | --context         command context. It is of type MAP. It is
1919                         optional.
1920  -u | --host-username   Host user name. It is of type STRING. By default,
1921                         it is read from environment variable
1922                         OPEN_CLI_HOST_USERNAME.
1923  -a | --no-auth         whether to authenticate user or not. It is of
1924                         type BOOL.
1925  -p | --host-password   Host user password. It is of type STRING. By
1926                         default, it is read from environment variable
1927                         OPEN_CLI_HOST_PASSWORD. Secured.
1928
1929
1930 Error::
1931
1932  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
1933
1934
1935
1936 [29] service-create
1937 -----------------------------------------------
1938
1939
1940 usage: onap service-create
1941
1942 Create a service instance using MSO
1943
1944 Product: onap-amsterdam
1945 Service: so
1946 Author: ONAP CLI Team onap-discuss@lists.onap.org
1947
1948 Options::
1949
1950  [-m | --host-url] [-C | --no-catalog] [-e | --model-invariant-id]
1951  [-h | --help] [-f | --format] [-t | --no-title]
1952  [-V | --verify] [-v | --version] [-d | --debug]
1953  [-l | --cloud-region] [-w | --service-type] [-i | --model-name]
1954  [-c | --customer] [-s | --long] [-D | --context]
1955  [-b | --tenant-id] [-k | --instance-name] [-j | --model-version]
1956  [-u | --host-username] [-r | --supress-rollback] [-a | --no-auth]
1957  [-g | --model-uuid] [-p | --host-password]
1958
1959 where::
1960
1961  -m | --host-url            host url in http(s). It is of type URL. By
1962                             default, it is read from environment variable
1963                             OPEN_CLI_HOST_URL.
1964  -C | --no-catalog          whether to use given host-url directly without
1965                             looking into catalog, it will override the
1966                             service->mode. It is of type BOOL. It is
1967                             optional.
1968  -e | --model-invariant-id  model invariant id generated by ASDC. It is of
1969                             type STRING. By default, it is .
1970  -h | --help                print help message. It is of type BOOL.
1971  -f | --format              Output formats, supported formats such as table,
1972                             csv, json, yaml. It is of type STRING.
1973  -t | --no-title            whether to print title or not. It is of type BOOL.
1974  -V | --verify              verify the command using available command sample
1975                             file and mocking file. By default it goes with
1976                             mock style. To enable the verification in real
1977                             time, set DISABLE_MOCKING=true in the context
1978                             param. It is of type BOOL. It is optional.
1979  -v | --version             print service version. It is of type BOOL.
1980  -d | --debug               Enable debug output. It is of type BOOL.
1981  -l | --cloud-region        cloud region identifier. It is of type STRING. By
1982                             default, it is .
1983  -w | --service-type        subscription service type. It is of type STRING.
1984                             By default, it is .
1985  -i | --model-name          model name as provided in ASDC design time. It is
1986                             of type STRING. By default, it is .
1987  -c | --customer            unique id for customer. It is of type STRING. By
1988                             default, it is .
1989  -s | --long                whether to print all attributes or only short
1990                             attributes. It is of type BOOL.
1991  -D | --context             command context. It is of type MAP. It is
1992                             optional.
1993  -b | --tenant-id           tenant id. It is of type STRING. By default, it
1994                             is .
1995  -k | --instance-name       service instance name. It is of type STRING. By
1996                             default, it is .
1997  -j | --model-version       model-version. It is of type STRING. By default,
1998                             it is .
1999  -u | --host-username       Host user name. It is of type STRING. By default,
2000                             it is read from environment variable
2001                             OPEN_CLI_HOST_USERNAME.
2002  -r | --supress-rollback    rollback changes if instantiation fails. It is of
2003                             type BOOL. It is optional.
2004  -a | --no-auth             whether to authenticate user or not. It is of
2005                             type BOOL.
2006  -g | --model-uuid          model uuid generated by ASDC. It is of type
2007                             STRING. By default, it is .
2008  -p | --host-password       Host user password. It is of type STRING. By
2009                             default, it is read from environment variable
2010                             OPEN_CLI_HOST_PASSWORD. Secured.
2011
2012
2013 Results::
2014
2015  service-id   instance id for the created service. and is of
2016               type STRING.
2017
2018
2019 Error::
2020
2021  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2022
2023
2024
2025 [30] service-delete
2026 -----------------------------------------------
2027
2028
2029 usage: onap service-delete
2030
2031 Delete service instance (experimental)
2032
2033 Product: onap-amsterdam
2034 Service: so
2035 Author: ONAP CLI Team onap-discuss@lists.onap.org
2036
2037 Options::
2038
2039  [-m | --host-url] [-e | --model-name] [-C | --no-catalog]
2040  [-h | --help] [-f | --format] [-t | --no-title]
2041  [-V | --verify] [-v | --version] [-d | --debug]
2042  [-b | --model-invariant-id] [-j | --cloud-region] [-x | --service-instace-id]
2043  [-i | --model-uuid] [-s | --long] [-D | --context]
2044  [-c | --customer-name] [-g | --model-version] [-k | --tenant-id]
2045  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
2046
2047 where::
2048
2049  -m | --host-url            host url in http(s). It is of type URL. By
2050                             default, it is read from environment variable
2051                             OPEN_CLI_HOST_URL.
2052  -e | --model-name          model name available in SDC catalog. It is of
2053                             type STRING. By default, it is .
2054  -C | --no-catalog          whether to use given host-url directly without
2055                             looking into catalog, it will override the
2056                             service->mode. It is of type BOOL. It is
2057                             optional.
2058  -h | --help                print help message. It is of type BOOL.
2059  -f | --format              Output formats, supported formats such as table,
2060                             csv, json, yaml. It is of type STRING.
2061  -t | --no-title            whether to print title or not. It is of type BOOL.
2062  -V | --verify              verify the command using available command sample
2063                             file and mocking file. By default it goes with
2064                             mock style. To enable the verification in real
2065                             time, set DISABLE_MOCKING=true in the context
2066                             param. It is of type BOOL. It is optional.
2067  -v | --version             print service version. It is of type BOOL.
2068  -d | --debug               Enable debug output. It is of type BOOL.
2069  -b | --model-invariant-id  model invariant id for service in SDC catalog. It
2070                             is of type STRING. By default, it is .
2071  -j | --cloud-region        cloud region id. It is of type STRING. By
2072                             default, it is .
2073  -x | --service-instace-id  unique id for service instance. It is of type
2074                             STRING. By default, it is .
2075  -i | --model-uuid          model uuid for service in SDC catalog. It is of
2076                             type STRING. By default, it is .
2077  -s | --long                whether to print all attributes or only short
2078                             attributes. It is of type BOOL.
2079  -D | --context             command context. It is of type MAP. It is
2080                             optional.
2081  -c | --customer-name       unique id for customer. It is of type STRING. By
2082                             default, it is .
2083  -g | --model-version       model version of service (eg. 1.0). It is of type
2084                             STRING. By default, it is .
2085  -k | --tenant-id           tenant id. It is of type STRING. By default, it
2086                             is .
2087  -u | --host-username       Host user name. It is of type STRING. By default,
2088                             it is read from environment variable
2089                             OPEN_CLI_HOST_USERNAME.
2090  -a | --no-auth             whether to authenticate user or not. It is of
2091                             type BOOL.
2092  -p | --host-password       Host user password. It is of type STRING. By
2093                             default, it is read from environment variable
2094                             OPEN_CLI_HOST_PASSWORD. Secured.
2095
2096
2097 Error::
2098
2099  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2100
2101
2102
2103 [31] service-list
2104 -----------------------------------------------
2105
2106
2107 usage: onap service-list
2108
2109 List created service instance
2110
2111 Product: onap-amsterdam
2112 Service: aai
2113 Author: ONAP CLI Team onap-discuss@lists.onap.org
2114
2115 Options::
2116
2117  [-m | --host-url] [-C | --no-catalog] [-h | --help]
2118  [-f | --format] [-t | --no-title] [-V | --verify]
2119  [-v | --version] [-d | --debug] [-x | --customer-name]
2120  [-y | --service-type] [-s | --long] [-D | --context]
2121  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
2122
2123 where::
2124
2125  -m | --host-url        host url in http(s). It is of type URL. By
2126                         default, it is read from environment variable
2127                         OPEN_CLI_HOST_URL.
2128  -C | --no-catalog      whether to use given host-url directly without
2129                         looking into catalog, it will override the
2130                         service->mode. It is of type BOOL. It is
2131                         optional.
2132  -h | --help            print help message. It is of type BOOL.
2133  -f | --format          Output formats, supported formats such as table,
2134                         csv, json, yaml. It is of type STRING.
2135  -t | --no-title        whether to print title or not. It is of type BOOL.
2136  -V | --verify          verify the command using available command sample
2137                         file and mocking file. By default it goes with
2138                         mock style. To enable the verification in real
2139                         time, set DISABLE_MOCKING=true in the context
2140                         param. It is of type BOOL. It is optional.
2141  -v | --version         print service version. It is of type BOOL.
2142  -d | --debug           Enable debug output. It is of type BOOL.
2143  -x | --customer-name   customer name. It is of type STRING. By default,
2144                         it is .
2145  -y | --service-type    service subscription type. It is of type STRING.
2146                         By default, it is .
2147  -s | --long            whether to print all attributes or only short
2148                         attributes. It is of type BOOL.
2149  -D | --context         command context. It is of type MAP. It is
2150                         optional.
2151  -u | --host-username   Host user name. It is of type STRING. By default,
2152                         it is read from environment variable
2153                         OPEN_CLI_HOST_USERNAME.
2154  -a | --no-auth         whether to authenticate user or not. It is of
2155                         type BOOL.
2156  -p | --host-password   Host user password. It is of type STRING. By
2157                         default, it is read from environment variable
2158                         OPEN_CLI_HOST_PASSWORD. Secured.
2159
2160
2161 Results::
2162
2163  service-id           instance id of service and is of type STRING.
2164  service-name         Service name and is of type STRING.
2165  model-invariant-id   Model invariant id of service model and is of
2166                       type STRING.
2167  model-uuid           Model uuid for service model and is of type
2168                       STRING.
2169  description          service description and is of type STRING.
2170
2171
2172 Error::
2173
2174  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2175
2176
2177
2178 [32] service-model-add-vf
2179 -----------------------------------------------
2180
2181
2182 usage: onap service-model-add-vf
2183
2184 Helps to add VF into service models in SDC
2185
2186 Product: onap-amsterdam
2187 Service: sdc
2188 Author: ONAP CLI Team onap-discuss@lists.onap.org
2189
2190 Options::
2191
2192  [-m | --host-url] [-C | --no-catalog] [-h | --help]
2193  [-f | --format] [-t | --no-title] [-V | --verify]
2194  [-v | --version] [-d | --debug] [-x | --service-model-id]
2195  [-b | --vf-version] [-y | --vf-id] [-s | --long]
2196  [-D | --context] [-u | --host-username] [-a | --no-auth]
2197  [-z | --vf-name] [-p | --host-password]
2198
2199 where::
2200
2201  -m | --host-url          host url in http(s). It is of type URL. By
2202                           default, it is read from environment variable
2203                           OPEN_CLI_HOST_URL.
2204  -C | --no-catalog        whether to use given host-url directly without
2205                           looking into catalog, it will override the
2206                           service->mode. It is of type BOOL. It is
2207                           optional.
2208  -h | --help              print help message. It is of type BOOL.
2209  -f | --format            Output formats, supported formats such as table,
2210                           csv, json, yaml. It is of type STRING.
2211  -t | --no-title          whether to print title or not. It is of type BOOL.
2212  -V | --verify            verify the command using available command sample
2213                           file and mocking file. By default it goes with
2214                           mock style. To enable the verification in real
2215                           time, set DISABLE_MOCKING=true in the context
2216                           param. It is of type BOOL. It is optional.
2217  -v | --version           print service version. It is of type BOOL.
2218  -d | --debug             Enable debug output. It is of type BOOL.
2219  -x | --service-model-id  Onap Service Name. It is of type STRING. By
2220                           default, it is .
2221  -b | --vf-version        VF version. It is of type STRING. It is optional.
2222                           By default, it is .
2223  -y | --vf-id             VF ID. It is of type STRING. It is optional. By
2224                           default, it is .
2225  -s | --long              whether to print all attributes or only short
2226                           attributes. It is of type BOOL.
2227  -D | --context           command context. It is of type MAP. It is
2228                           optional.
2229  -u | --host-username     Host user name. It is of type STRING. By default,
2230                           it is read from environment variable
2231                           OPEN_CLI_HOST_USERNAME.
2232  -a | --no-auth           whether to authenticate user or not. It is of
2233                           type BOOL.
2234  -z | --vf-name           VF ID. It is of type STRING. It is optional. By
2235                           default, it is .
2236  -p | --host-password     Host user password. It is of type STRING. By
2237                           default, it is read from environment variable
2238                           OPEN_CLI_HOST_PASSWORD. Secured.
2239
2240
2241 Results::
2242
2243  ID   Service ID and is of type STRING.
2244
2245
2246 Error::
2247
2248  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2249
2250
2251
2252 [33] service-model-approve
2253 -----------------------------------------------
2254
2255
2256 usage: onap service-model-approve
2257
2258 Approves the Service model in SDC
2259
2260 Product: onap-amsterdam
2261 Service: sdc
2262 Author: ONAP CLI Team onap-discuss@lists.onap.org
2263
2264 Options::
2265
2266  [-m | --host-url] [-C | --no-catalog] [-h | --help]
2267  [-f | --format] [-t | --no-title] [-V | --verify]
2268  [-v | --version] [-d | --debug] [-s | --long]
2269  [-D | --context] [-b | --service-model-id] [-u | --host-username]
2270  [-a | --no-auth] [-p | --host-password]
2271
2272 where::
2273
2274  -m | --host-url          host url in http(s). It is of type URL. By
2275                           default, it is read from environment variable
2276                           OPEN_CLI_HOST_URL.
2277  -C | --no-catalog        whether to use given host-url directly without
2278                           looking into catalog, it will override the
2279                           service->mode. It is of type BOOL. It is
2280                           optional.
2281  -h | --help              print help message. It is of type BOOL.
2282  -f | --format            Output formats, supported formats such as table,
2283                           csv, json, yaml. It is of type STRING.
2284  -t | --no-title          whether to print title or not. It is of type BOOL.
2285  -V | --verify            verify the command using available command sample
2286                           file and mocking file. By default it goes with
2287                           mock style. To enable the verification in real
2288                           time, set DISABLE_MOCKING=true in the context
2289                           param. It is of type BOOL. It is optional.
2290  -v | --version           print service version. It is of type BOOL.
2291  -d | --debug             Enable debug output. It is of type BOOL.
2292  -s | --long              whether to print all attributes or only short
2293                           attributes. It is of type BOOL.
2294  -D | --context           command context. It is of type MAP. It is
2295                           optional.
2296  -b | --service-model-id  Service model ID. It is of type STRING. It is
2297                           optional. By default, it is .
2298  -u | --host-username     Host user name. It is of type STRING. By default,
2299                           it is read from environment variable
2300                           OPEN_CLI_HOST_USERNAME.
2301  -a | --no-auth           whether to authenticate user or not. It is of
2302                           type BOOL.
2303  -p | --host-password     Host user password. It is of type STRING. By
2304                           default, it is read from environment variable
2305                           OPEN_CLI_HOST_PASSWORD. Secured.
2306
2307
2308 Error::
2309
2310  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2311
2312
2313
2314 [34] service-model-certify-complete
2315 -----------------------------------------------
2316
2317
2318 usage: onap service-model-certify-complete
2319
2320 Completes the certification of Service model in SDC
2321
2322 Product: onap-amsterdam
2323 Service: sdc
2324 Author: ONAP CLI Team onap-discuss@lists.onap.org
2325
2326 Options::
2327
2328  [-m | --host-url] [-C | --no-catalog] [-h | --help]
2329  [-f | --format] [-t | --no-title] [-V | --verify]
2330  [-v | --version] [-d | --debug] [-s | --long]
2331  [-D | --context] [-b | --service-model-id] [-u | --host-username]
2332  [-a | --no-auth] [-p | --host-password]
2333
2334 where::
2335
2336  -m | --host-url          host url in http(s). It is of type URL. By
2337                           default, it is read from environment variable
2338                           OPEN_CLI_HOST_URL.
2339  -C | --no-catalog        whether to use given host-url directly without
2340                           looking into catalog, it will override the
2341                           service->mode. It is of type BOOL. It is
2342                           optional.
2343  -h | --help              print help message. It is of type BOOL.
2344  -f | --format            Output formats, supported formats such as table,
2345                           csv, json, yaml. It is of type STRING.
2346  -t | --no-title          whether to print title or not. It is of type BOOL.
2347  -V | --verify            verify the command using available command sample
2348                           file and mocking file. By default it goes with
2349                           mock style. To enable the verification in real
2350                           time, set DISABLE_MOCKING=true in the context
2351                           param. It is of type BOOL. It is optional.
2352  -v | --version           print service version. It is of type BOOL.
2353  -d | --debug             Enable debug output. It is of type BOOL.
2354  -s | --long              whether to print all attributes or only short
2355                           attributes. It is of type BOOL.
2356  -D | --context           command context. It is of type MAP. It is
2357                           optional.
2358  -b | --service-model-id  Service model ID. It is of type STRING. It is
2359                           optional. By default, it is .
2360  -u | --host-username     Host user name. It is of type STRING. By default,
2361                           it is read from environment variable
2362                           OPEN_CLI_HOST_USERNAME.
2363  -a | --no-auth           whether to authenticate user or not. It is of
2364                           type BOOL.
2365  -p | --host-password     Host user password. It is of type STRING. By
2366                           default, it is read from environment variable
2367                           OPEN_CLI_HOST_PASSWORD. Secured.
2368
2369
2370 Error::
2371
2372  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2373
2374
2375
2376 [35] service-model-certify-request
2377 -----------------------------------------------
2378
2379
2380 usage: onap service-model-certify-request
2381
2382 Request the certification of Service model in SDC
2383
2384 Product: onap-amsterdam
2385 Service: sdc
2386 Author: ONAP CLI Team onap-discuss@lists.onap.org
2387
2388 Options::
2389
2390  [-m | --host-url] [-C | --no-catalog] [-h | --help]
2391  [-f | --format] [-t | --no-title] [-V | --verify]
2392  [-v | --version] [-d | --debug] [-s | --long]
2393  [-D | --context] [-b | --service-model-id] [-u | --host-username]
2394  [-a | --no-auth] [-p | --host-password]
2395
2396 where::
2397
2398  -m | --host-url          host url in http(s). It is of type URL. By
2399                           default, it is read from environment variable
2400                           OPEN_CLI_HOST_URL.
2401  -C | --no-catalog        whether to use given host-url directly without
2402                           looking into catalog, it will override the
2403                           service->mode. It is of type BOOL. It is
2404                           optional.
2405  -h | --help              print help message. It is of type BOOL.
2406  -f | --format            Output formats, supported formats such as table,
2407                           csv, json, yaml. It is of type STRING.
2408  -t | --no-title          whether to print title or not. It is of type BOOL.
2409  -V | --verify            verify the command using available command sample
2410                           file and mocking file. By default it goes with
2411                           mock style. To enable the verification in real
2412                           time, set DISABLE_MOCKING=true in the context
2413                           param. It is of type BOOL. It is optional.
2414  -v | --version           print service version. It is of type BOOL.
2415  -d | --debug             Enable debug output. It is of type BOOL.
2416  -s | --long              whether to print all attributes or only short
2417                           attributes. It is of type BOOL.
2418  -D | --context           command context. It is of type MAP. It is
2419                           optional.
2420  -b | --service-model-id  Service model ID. It is of type STRING. It is
2421                           optional. By default, it is .
2422  -u | --host-username     Host user name. It is of type STRING. By default,
2423                           it is read from environment variable
2424                           OPEN_CLI_HOST_USERNAME.
2425  -a | --no-auth           whether to authenticate user or not. It is of
2426                           type BOOL.
2427  -p | --host-password     Host user password. It is of type STRING. By
2428                           default, it is read from environment variable
2429                           OPEN_CLI_HOST_PASSWORD. Secured.
2430
2431
2432 Error::
2433
2434  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2435
2436
2437
2438 [36] service-model-certify-start
2439 -----------------------------------------------
2440
2441
2442 usage: onap service-model-certify-start
2443
2444 Starts the certification of Service model in SDC
2445
2446 Product: onap-amsterdam
2447 Service: sdc
2448 Author: ONAP CLI Team onap-discuss@lists.onap.org
2449
2450 Options::
2451
2452  [-m | --host-url] [-C | --no-catalog] [-h | --help]
2453  [-f | --format] [-t | --no-title] [-V | --verify]
2454  [-v | --version] [-d | --debug] [-s | --long]
2455  [-D | --context] [-b | --service-model-id] [-u | --host-username]
2456  [-a | --no-auth] [-p | --host-password]
2457
2458 where::
2459
2460  -m | --host-url          host url in http(s). It is of type URL. By
2461                           default, it is read from environment variable
2462                           OPEN_CLI_HOST_URL.
2463  -C | --no-catalog        whether to use given host-url directly without
2464                           looking into catalog, it will override the
2465                           service->mode. It is of type BOOL. It is
2466                           optional.
2467  -h | --help              print help message. It is of type BOOL.
2468  -f | --format            Output formats, supported formats such as table,
2469                           csv, json, yaml. It is of type STRING.
2470  -t | --no-title          whether to print title or not. It is of type BOOL.
2471  -V | --verify            verify the command using available command sample
2472                           file and mocking file. By default it goes with
2473                           mock style. To enable the verification in real
2474                           time, set DISABLE_MOCKING=true in the context
2475                           param. It is of type BOOL. It is optional.
2476  -v | --version           print service version. It is of type BOOL.
2477  -d | --debug             Enable debug output. It is of type BOOL.
2478  -s | --long              whether to print all attributes or only short
2479                           attributes. It is of type BOOL.
2480  -D | --context           command context. It is of type MAP. It is
2481                           optional.
2482  -b | --service-model-id  Service model ID. It is of type STRING. It is
2483                           optional. By default, it is .
2484  -u | --host-username     Host user name. It is of type STRING. By default,
2485                           it is read from environment variable
2486                           OPEN_CLI_HOST_USERNAME.
2487  -a | --no-auth           whether to authenticate user or not. It is of
2488                           type BOOL.
2489  -p | --host-password     Host user password. It is of type STRING. By
2490                           default, it is read from environment variable
2491                           OPEN_CLI_HOST_PASSWORD. Secured.
2492
2493
2494 Error::
2495
2496  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2497
2498
2499
2500 [37] service-model-checkin
2501 -----------------------------------------------
2502
2503
2504 usage: onap service-model-checkin
2505
2506 Checkin Service model in SDC
2507
2508 Product: onap-amsterdam
2509 Service: sdc
2510 Author: ONAP CLI Team onap-discuss@lists.onap.org
2511
2512 Options::
2513
2514  [-m | --host-url] [-C | --no-catalog] [-h | --help]
2515  [-f | --format] [-t | --no-title] [-V | --verify]
2516  [-v | --version] [-d | --debug] [-s | --long]
2517  [-D | --context] [-b | --service-model-id] [-u | --host-username]
2518  [-a | --no-auth] [-p | --host-password]
2519
2520 where::
2521
2522  -m | --host-url          host url in http(s). It is of type URL. By
2523                           default, it is read from environment variable
2524                           OPEN_CLI_HOST_URL.
2525  -C | --no-catalog        whether to use given host-url directly without
2526                           looking into catalog, it will override the
2527                           service->mode. It is of type BOOL. It is
2528                           optional.
2529  -h | --help              print help message. It is of type BOOL.
2530  -f | --format            Output formats, supported formats such as table,
2531                           csv, json, yaml. It is of type STRING.
2532  -t | --no-title          whether to print title or not. It is of type BOOL.
2533  -V | --verify            verify the command using available command sample
2534                           file and mocking file. By default it goes with
2535                           mock style. To enable the verification in real
2536                           time, set DISABLE_MOCKING=true in the context
2537                           param. It is of type BOOL. It is optional.
2538  -v | --version           print service version. It is of type BOOL.
2539  -d | --debug             Enable debug output. It is of type BOOL.
2540  -s | --long              whether to print all attributes or only short
2541                           attributes. It is of type BOOL.
2542  -D | --context           command context. It is of type MAP. It is
2543                           optional.
2544  -b | --service-model-id  Service model ID. It is of type STRING. It is
2545                           optional. By default, it is .
2546  -u | --host-username     Host user name. It is of type STRING. By default,
2547                           it is read from environment variable
2548                           OPEN_CLI_HOST_USERNAME.
2549  -a | --no-auth           whether to authenticate user or not. It is of
2550                           type BOOL.
2551  -p | --host-password     Host user password. It is of type STRING. By
2552                           default, it is read from environment variable
2553                           OPEN_CLI_HOST_PASSWORD. Secured.
2554
2555
2556 Error::
2557
2558  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2559
2560
2561
2562 [38] service-model-checkout
2563 -----------------------------------------------
2564
2565
2566 usage: onap service-model-checkout
2567
2568 Checkout Service model in SDC
2569
2570 Product: onap-amsterdam
2571 Service: sdc
2572 Author: ONAP CLI Team onap-discuss@lists.onap.org
2573
2574 Options::
2575
2576  [-m | --host-url] [-C | --no-catalog] [-h | --help]
2577  [-f | --format] [-t | --no-title] [-V | --verify]
2578  [-v | --version] [-d | --debug] [-s | --long]
2579  [-D | --context] [-b | --service-model-id] [-u | --host-username]
2580  [-a | --no-auth] [-p | --host-password]
2581
2582 where::
2583
2584  -m | --host-url          host url in http(s). It is of type URL. By
2585                           default, it is read from environment variable
2586                           OPEN_CLI_HOST_URL.
2587  -C | --no-catalog        whether to use given host-url directly without
2588                           looking into catalog, it will override the
2589                           service->mode. It is of type BOOL. It is
2590                           optional.
2591  -h | --help              print help message. It is of type BOOL.
2592  -f | --format            Output formats, supported formats such as table,
2593                           csv, json, yaml. It is of type STRING.
2594  -t | --no-title          whether to print title or not. It is of type BOOL.
2595  -V | --verify            verify the command using available command sample
2596                           file and mocking file. By default it goes with
2597                           mock style. To enable the verification in real
2598                           time, set DISABLE_MOCKING=true in the context
2599                           param. It is of type BOOL. It is optional.
2600  -v | --version           print service version. It is of type BOOL.
2601  -d | --debug             Enable debug output. It is of type BOOL.
2602  -s | --long              whether to print all attributes or only short
2603                           attributes. It is of type BOOL.
2604  -D | --context           command context. It is of type MAP. It is
2605                           optional.
2606  -b | --service-model-id  Service model ID. It is of type STRING. It is
2607                           optional. By default, it is .
2608  -u | --host-username     Host user name. It is of type STRING. By default,
2609                           it is read from environment variable
2610                           OPEN_CLI_HOST_USERNAME.
2611  -a | --no-auth           whether to authenticate user or not. It is of
2612                           type BOOL.
2613  -p | --host-password     Host user password. It is of type STRING. By
2614                           default, it is read from environment variable
2615                           OPEN_CLI_HOST_PASSWORD. Secured.
2616
2617
2618 Error::
2619
2620  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2621
2622
2623
2624 [39] service-model-create
2625 -----------------------------------------------
2626
2627
2628 usage: onap service-model-create
2629
2630 Create Service model in SDC
2631
2632 Product: onap-amsterdam
2633 Service: sdc
2634 Author: ONAP CLI Team onap-discuss@lists.onap.org
2635
2636 Options::
2637
2638  [-m | --host-url] [-C | --no-catalog] [-h | --help]
2639  [-f | --format] [-t | --no-title] [-V | --verify]
2640  [-v | --version] [-d | --debug] [-z | --project-code]
2641  [-y | --description] [-e | --icon-id] [-x | --name]
2642  [-c | --category-display-name] [-s | --long] [-D | --context]
2643  [-u | --host-username] [-a | --no-auth] [-b | --category]
2644  [-p | --host-password]
2645
2646 where::
2647
2648  -m | --host-url                host url in http(s). It is of type URL. By
2649                                 default, it is read from environment variable
2650                                 OPEN_CLI_HOST_URL.
2651  -C | --no-catalog              whether to use given host-url directly without
2652                                 looking into catalog, it will override the
2653                                 service->mode. It is of type BOOL. It is
2654                                 optional.
2655  -h | --help                    print help message. It is of type BOOL.
2656  -f | --format                  Output formats, supported formats such as table,
2657                                 csv, json, yaml. It is of type STRING.
2658  -t | --no-title                whether to print title or not. It is of type BOOL.
2659  -V | --verify                  verify the command using available command sample
2660                                 file and mocking file. By default it goes with
2661                                 mock style. To enable the verification in real
2662                                 time, set DISABLE_MOCKING=true in the context
2663                                 param. It is of type BOOL. It is optional.
2664  -v | --version                 print service version. It is of type BOOL.
2665  -d | --debug                   Enable debug output. It is of type BOOL.
2666  -z | --project-code            Project code. It is of type STRING. It is
2667                                 optional. By default, it is .
2668  -y | --description             Description for Service. It is of type STRING. It
2669                                 is optional. By default, it is .
2670  -e | --icon-id                 Service Icon id. It is of type STRING. It is
2671                                 optional.
2672  -x | --name                    Onap Service Name. It is of type STRING. By
2673                                 default, it is .
2674  -c | --category-display-name   Service category display name. It is of type
2675                                 STRING. It is optional.
2676  -s | --long                    whether to print all attributes or only short
2677                                 attributes. It is of type BOOL.
2678  -D | --context                 command context. It is of type MAP. It is
2679                                 optional.
2680  -u | --host-username           Host user name. It is of type STRING. By default,
2681                                 it is read from environment variable
2682                                 OPEN_CLI_HOST_USERNAME.
2683  -a | --no-auth                 whether to authenticate user or not. It is of
2684                                 type BOOL.
2685  -b | --category                Service category. It is of type STRING. It is
2686                                 optional.
2687  -p | --host-password           Host user password. It is of type STRING. By
2688                                 default, it is read from environment variable
2689                                 OPEN_CLI_HOST_PASSWORD. Secured.
2690
2691
2692 Results::
2693
2694  ID   Service ID and is of type STRING.
2695
2696
2697 Error::
2698
2699  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2700
2701
2702
2703 [40] service-model-distribute
2704 -----------------------------------------------
2705
2706
2707 usage: onap service-model-distribute
2708
2709 Distributes the Service model in SDC
2710
2711 Product: onap-amsterdam
2712 Service: sdc
2713 Author: ONAP CLI Team onap-discuss@lists.onap.org
2714
2715 Options::
2716
2717  [-m | --host-url] [-C | --no-catalog] [-h | --help]
2718  [-f | --format] [-t | --no-title] [-V | --verify]
2719  [-v | --version] [-d | --debug] [-s | --long]
2720  [-D | --context] [-b | --service-model-id] [-u | --host-username]
2721  [-a | --no-auth] [-p | --host-password]
2722
2723 where::
2724
2725  -m | --host-url          host url in http(s). It is of type URL. By
2726                           default, it is read from environment variable
2727                           OPEN_CLI_HOST_URL.
2728  -C | --no-catalog        whether to use given host-url directly without
2729                           looking into catalog, it will override the
2730                           service->mode. It is of type BOOL. It is
2731                           optional.
2732  -h | --help              print help message. It is of type BOOL.
2733  -f | --format            Output formats, supported formats such as table,
2734                           csv, json, yaml. It is of type STRING.
2735  -t | --no-title          whether to print title or not. It is of type BOOL.
2736  -V | --verify            verify the command using available command sample
2737                           file and mocking file. By default it goes with
2738                           mock style. To enable the verification in real
2739                           time, set DISABLE_MOCKING=true in the context
2740                           param. It is of type BOOL. It is optional.
2741  -v | --version           print service version. It is of type BOOL.
2742  -d | --debug             Enable debug output. It is of type BOOL.
2743  -s | --long              whether to print all attributes or only short
2744                           attributes. It is of type BOOL.
2745  -D | --context           command context. It is of type MAP. It is
2746                           optional.
2747  -b | --service-model-id  Service model ID. It is of type STRING. It is
2748                           optional. By default, it is .
2749  -u | --host-username     Host user name. It is of type STRING. By default,
2750                           it is read from environment variable
2751                           OPEN_CLI_HOST_USERNAME.
2752  -a | --no-auth           whether to authenticate user or not. It is of
2753                           type BOOL.
2754  -p | --host-password     Host user password. It is of type STRING. By
2755                           default, it is read from environment variable
2756                           OPEN_CLI_HOST_PASSWORD. Secured.
2757
2758
2759 Error::
2760
2761  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2762
2763
2764
2765 [41] service-model-list
2766 -----------------------------------------------
2767
2768
2769 usage: onap service-model-list
2770
2771 List the service model in SDC
2772
2773 Product: onap-amsterdam
2774 Service: sdc
2775 Author: ONAP CLI Team onap-discuss@lists.onap.org
2776
2777 Options::
2778
2779  [-m | --host-url] [-C | --no-catalog] [-h | --help]
2780  [-f | --format] [-t | --no-title] [-V | --verify]
2781  [-v | --version] [-d | --debug] [-s | --long]
2782  [-D | --context] [-u | --host-username] [-a | --no-auth]
2783  [-p | --host-password]
2784
2785 where::
2786
2787  -m | --host-url        host url in http(s). It is of type URL. By
2788                         default, it is read from environment variable
2789                         OPEN_CLI_HOST_URL.
2790  -C | --no-catalog      whether to use given host-url directly without
2791                         looking into catalog, it will override the
2792                         service->mode. It is of type BOOL. It is
2793                         optional.
2794  -h | --help            print help message. It is of type BOOL.
2795  -f | --format          Output formats, supported formats such as table,
2796                         csv, json, yaml. It is of type STRING.
2797  -t | --no-title        whether to print title or not. It is of type BOOL.
2798  -V | --verify          verify the command using available command sample
2799                         file and mocking file. By default it goes with
2800                         mock style. To enable the verification in real
2801                         time, set DISABLE_MOCKING=true in the context
2802                         param. It is of type BOOL. It is optional.
2803  -v | --version         print service version. It is of type BOOL.
2804  -d | --debug           Enable debug output. It is of type BOOL.
2805  -s | --long            whether to print all attributes or only short
2806                         attributes. It is of type BOOL.
2807  -D | --context         command context. It is of type MAP. It is
2808                         optional.
2809  -u | --host-username   Host user name. It is of type STRING. By default,
2810                         it is read from environment variable
2811                         OPEN_CLI_HOST_USERNAME.
2812  -a | --no-auth         whether to authenticate user or not. It is of
2813                         type BOOL.
2814  -p | --host-password   Host user password. It is of type STRING. By
2815                         default, it is read from environment variable
2816                         OPEN_CLI_HOST_PASSWORD. Secured.
2817
2818
2819 Results::
2820
2821  uuid                 UUID and is of type STRING.
2822  invariant-uuid       Invariant UUID and is of type STRING.
2823  name                 Name and is of type STRING.
2824  version              version and is of type STRING.
2825  status               status and is of type STRING.
2826  distribution-status  status and is of type STRING.
2827  description          description and is of type STRING.
2828
2829
2830 Error::
2831
2832  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2833
2834
2835
2836 [42] service-model-revert
2837 -----------------------------------------------
2838
2839
2840 usage: onap service-model-revert
2841
2842 Checkout Service model in SDC
2843
2844 Product: onap-amsterdam
2845 Service: sdc
2846 Author: ONAP CLI Team onap-discuss@lists.onap.org
2847
2848 Options::
2849
2850  [-m | --host-url] [-C | --no-catalog] [-h | --help]
2851  [-f | --format] [-t | --no-title] [-V | --verify]
2852  [-v | --version] [-d | --debug] [-s | --long]
2853  [-D | --context] [-b | --service-model-id] [-u | --host-username]
2854  [-a | --no-auth] [-p | --host-password]
2855
2856 where::
2857
2858  -m | --host-url          host url in http(s). It is of type URL. By
2859                           default, it is read from environment variable
2860                           OPEN_CLI_HOST_URL.
2861  -C | --no-catalog        whether to use given host-url directly without
2862                           looking into catalog, it will override the
2863                           service->mode. It is of type BOOL. It is
2864                           optional.
2865  -h | --help              print help message. It is of type BOOL.
2866  -f | --format            Output formats, supported formats such as table,
2867                           csv, json, yaml. It is of type STRING.
2868  -t | --no-title          whether to print title or not. It is of type BOOL.
2869  -V | --verify            verify the command using available command sample
2870                           file and mocking file. By default it goes with
2871                           mock style. To enable the verification in real
2872                           time, set DISABLE_MOCKING=true in the context
2873                           param. It is of type BOOL. It is optional.
2874  -v | --version           print service version. It is of type BOOL.
2875  -d | --debug             Enable debug output. It is of type BOOL.
2876  -s | --long              whether to print all attributes or only short
2877                           attributes. It is of type BOOL.
2878  -D | --context           command context. It is of type MAP. It is
2879                           optional.
2880  -b | --service-model-id  Service model ID. It is of type STRING. It is
2881                           optional. By default, it is .
2882  -u | --host-username     Host user name. It is of type STRING. By default,
2883                           it is read from environment variable
2884                           OPEN_CLI_HOST_USERNAME.
2885  -a | --no-auth           whether to authenticate user or not. It is of
2886                           type BOOL.
2887  -p | --host-password     Host user password. It is of type STRING. By
2888                           default, it is read from environment variable
2889                           OPEN_CLI_HOST_PASSWORD. Secured.
2890
2891
2892 Error::
2893
2894  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2895
2896
2897
2898 [43] service-type-create
2899 -----------------------------------------------
2900
2901
2902 usage: onap service-type-create
2903
2904 Add a service type in Onap
2905
2906 Product: onap-amsterdam
2907 Service: aai
2908 Author: ONAP CLI Team onap-discuss@lists.onap.org
2909
2910 Options::
2911
2912  [-m | --host-url] [-C | --no-catalog] [-h | --help]
2913  [-f | --format] [-t | --no-title] [-V | --verify]
2914  [-x | --service-type] [-v | --version] [-d | --debug]
2915  [-y | --service-type-id] [-s | --long] [-D | --context]
2916  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
2917
2918 where::
2919
2920  -m | --host-url          host url in http(s). It is of type URL. By
2921                           default, it is read from environment variable
2922                           OPEN_CLI_HOST_URL.
2923  -C | --no-catalog        whether to use given host-url directly without
2924                           looking into catalog, it will override the
2925                           service->mode. It is of type BOOL. It is
2926                           optional.
2927  -h | --help              print help message. It is of type BOOL.
2928  -f | --format            Output formats, supported formats such as table,
2929                           csv, json, yaml. It is of type STRING.
2930  -t | --no-title          whether to print title or not. It is of type BOOL.
2931  -V | --verify            verify the command using available command sample
2932                           file and mocking file. By default it goes with
2933                           mock style. To enable the verification in real
2934                           time, set DISABLE_MOCKING=true in the context
2935                           param. It is of type BOOL. It is optional.
2936  -x | --service-type      Onap service type. It is of type STRING. By
2937                           default, it is .
2938  -v | --version           print service version. It is of type BOOL.
2939  -d | --debug             Enable debug output. It is of type BOOL.
2940  -y | --service-type-id   Onap service type uuid. It is of type UUID. It is
2941                           optional.
2942  -s | --long              whether to print all attributes or only short
2943                           attributes. It is of type BOOL.
2944  -D | --context           command context. It is of type MAP. It is
2945                           optional.
2946  -u | --host-username     Host user name. It is of type STRING. By default,
2947                           it is read from environment variable
2948                           OPEN_CLI_HOST_USERNAME.
2949  -a | --no-auth           whether to authenticate user or not. It is of
2950                           type BOOL.
2951  -p | --host-password     Host user password. It is of type STRING. By
2952                           default, it is read from environment variable
2953                           OPEN_CLI_HOST_PASSWORD. Secured.
2954
2955
2956 Error::
2957
2958  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
2959
2960
2961
2962 [44] service-type-delete
2963 -----------------------------------------------
2964
2965
2966 usage: onap service-type-delete
2967
2968 Delete a service type from Onap
2969
2970 Product: onap-amsterdam
2971 Service: aai
2972 Author: ONAP CLI Team onap-discuss@lists.onap.org
2973
2974 Options::
2975
2976  [-m | --host-url] [-C | --no-catalog] [-h | --help]
2977  [-f | --format] [-t | --no-title] [-V | --verify]
2978  [-v | --version] [-d | --debug] [-y | --resource-version]
2979  [-x | --service-type-id] [-s | --long] [-D | --context]
2980  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
2981
2982 where::
2983
2984  -m | --host-url          host url in http(s). It is of type URL. By
2985                           default, it is read from environment variable
2986                           OPEN_CLI_HOST_URL.
2987  -C | --no-catalog        whether to use given host-url directly without
2988                           looking into catalog, it will override the
2989                           service->mode. It is of type BOOL. It is
2990                           optional.
2991  -h | --help              print help message. It is of type BOOL.
2992  -f | --format            Output formats, supported formats such as table,
2993                           csv, json, yaml. It is of type STRING.
2994  -t | --no-title          whether to print title or not. It is of type BOOL.
2995  -V | --verify            verify the command using available command sample
2996                           file and mocking file. By default it goes with
2997                           mock style. To enable the verification in real
2998                           time, set DISABLE_MOCKING=true in the context
2999                           param. It is of type BOOL. It is optional.
3000  -v | --version           print service version. It is of type BOOL.
3001  -d | --debug             Enable debug output. It is of type BOOL.
3002  -y | --resource-version  Onap service resource version. It is of type
3003                           UUID. It is optional.
3004  -x | --service-type-id   Onap service type uuid. It is of type UUID. It is
3005                           optional.
3006  -s | --long              whether to print all attributes or only short
3007                           attributes. It is of type BOOL.
3008  -D | --context           command context. It is of type MAP. It is
3009                           optional.
3010  -u | --host-username     Host user name. It is of type STRING. By default,
3011                           it is read from environment variable
3012                           OPEN_CLI_HOST_USERNAME.
3013  -a | --no-auth           whether to authenticate user or not. It is of
3014                           type BOOL.
3015  -p | --host-password     Host user password. It is of type STRING. By
3016                           default, it is read from environment variable
3017                           OPEN_CLI_HOST_PASSWORD. Secured.
3018
3019
3020 Error::
3021
3022  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3023
3024
3025
3026 [45] service-type-list
3027 -----------------------------------------------
3028
3029
3030 usage: onap service-type-list
3031
3032 List the service types configured in Onap
3033
3034 Product: onap-amsterdam
3035 Service: aai
3036 Author: ONAP CLI Team onap-discuss@lists.onap.org
3037
3038 Options::
3039
3040  [-m | --host-url] [-C | --no-catalog] [-h | --help]
3041  [-f | --format] [-t | --no-title] [-V | --verify]
3042  [-v | --version] [-d | --debug] [-s | --long]
3043  [-D | --context] [-u | --host-username] [-a | --no-auth]
3044  [-p | --host-password]
3045
3046 where::
3047
3048  -m | --host-url        host url in http(s). It is of type URL. By
3049                         default, it is read from environment variable
3050                         OPEN_CLI_HOST_URL.
3051  -C | --no-catalog      whether to use given host-url directly without
3052                         looking into catalog, it will override the
3053                         service->mode. It is of type BOOL. It is
3054                         optional.
3055  -h | --help            print help message. It is of type BOOL.
3056  -f | --format          Output formats, supported formats such as table,
3057                         csv, json, yaml. It is of type STRING.
3058  -t | --no-title        whether to print title or not. It is of type BOOL.
3059  -V | --verify          verify the command using available command sample
3060                         file and mocking file. By default it goes with
3061                         mock style. To enable the verification in real
3062                         time, set DISABLE_MOCKING=true in the context
3063                         param. It is of type BOOL. It is optional.
3064  -v | --version         print service version. It is of type BOOL.
3065  -d | --debug           Enable debug output. It is of type BOOL.
3066  -s | --long            whether to print all attributes or only short
3067                         attributes. It is of type BOOL.
3068  -D | --context         command context. It is of type MAP. It is
3069                         optional.
3070  -u | --host-username   Host user name. It is of type STRING. By default,
3071                         it is read from environment variable
3072                         OPEN_CLI_HOST_USERNAME.
3073  -a | --no-auth         whether to authenticate user or not. It is of
3074                         type BOOL.
3075  -p | --host-password   Host user password. It is of type STRING. By
3076                         default, it is read from environment variable
3077                         OPEN_CLI_HOST_PASSWORD. Secured.
3078
3079
3080 Results::
3081
3082  service-type-id    Onap cloud service and is of type STRING.
3083  service-type       Onap cloud service and is of type STRING.
3084  resource-version   Onap cloud service resource version and is of
3085                     type STRING.
3086
3087
3088 Error::
3089
3090  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3091
3092
3093
3094 [46] service2vf-model-list
3095 -----------------------------------------------
3096
3097
3098 usage: onap service2vf-model-list
3099
3100 List the VF in a given service model in SDC
3101
3102 Product: onap-amsterdam
3103 Service: sdc
3104 Author: ONAP CLI Team onap-discuss@lists.onap.org
3105
3106 Options::
3107
3108  [-m | --host-url] [-C | --no-catalog] [-z | --service-model-id]
3109  [-h | --help] [-f | --format] [-t | --no-title]
3110  [-V | --verify] [-v | --version] [-d | --debug]
3111  [-s | --long] [-D | --context] [-u | --host-username]
3112  [-a | --no-auth] [-p | --host-password]
3113
3114 where::
3115
3116  -m | --host-url          host url in http(s). It is of type URL. By
3117                           default, it is read from environment variable
3118                           OPEN_CLI_HOST_URL.
3119  -C | --no-catalog        whether to use given host-url directly without
3120                           looking into catalog, it will override the
3121                           service->mode. It is of type BOOL. It is
3122                           optional.
3123  -z | --service-model-id  Service model uuid. It is of type STRING. By
3124                           default, it is .
3125  -h | --help              print help message. It is of type BOOL.
3126  -f | --format            Output formats, supported formats such as table,
3127                           csv, json, yaml. It is of type STRING.
3128  -t | --no-title          whether to print title or not. It is of type BOOL.
3129  -V | --verify            verify the command using available command sample
3130                           file and mocking file. By default it goes with
3131                           mock style. To enable the verification in real
3132                           time, set DISABLE_MOCKING=true in the context
3133                           param. It is of type BOOL. It is optional.
3134  -v | --version           print service version. It is of type BOOL.
3135  -d | --debug             Enable debug output. It is of type BOOL.
3136  -s | --long              whether to print all attributes or only short
3137                           attributes. It is of type BOOL.
3138  -D | --context           command context. It is of type MAP. It is
3139                           optional.
3140  -u | --host-username     Host user name. It is of type STRING. By default,
3141                           it is read from environment variable
3142                           OPEN_CLI_HOST_USERNAME.
3143  -a | --no-auth           whether to authenticate user or not. It is of
3144                           type BOOL.
3145  -p | --host-password     Host user password. It is of type STRING. By
3146                           default, it is read from environment variable
3147                           OPEN_CLI_HOST_PASSWORD. Secured.
3148
3149
3150 Results::
3151
3152  vf-uuid                UUID and is of type STRING.
3153  vf-name                name and is of type STRING.
3154  vf-customization-uuid  customization UUID and is of type STRING.
3155  vf-version             version and is of type STRING.
3156
3157
3158 Error::
3159
3160  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3161
3162
3163
3164 [47] subscription-create
3165 -----------------------------------------------
3166
3167
3168 usage: onap subscription-create
3169
3170 Create a subscription of a customer for given service in specific cloud region in Onap
3171
3172 Product: onap-amsterdam
3173 Service: aai
3174 Author: ONAP CLI Team onap-discuss@lists.onap.org
3175
3176 Options::
3177
3178  [-m | --host-url] [-C | --no-catalog] [-h | --help]
3179  [-f | --format] [-t | --no-title] [-V | --verify]
3180  [-v | --version] [-d | --debug] [-x | --customer-name]
3181  [-z | --cloud-name] [-c | --cloud-tenant-id] [-s | --long]
3182  [-D | --context] [-e | --service-type] [-u | --host-username]
3183  [-a | --no-auth] [-p | --host-password] [-r | --cloud-region]
3184
3185 where::
3186
3187  -m | --host-url          host url in http(s). It is of type URL. By
3188                           default, it is read from environment variable
3189                           OPEN_CLI_HOST_URL.
3190  -C | --no-catalog        whether to use given host-url directly without
3191                           looking into catalog, it will override the
3192                           service->mode. It is of type BOOL. It is
3193                           optional.
3194  -h | --help              print help message. It is of type BOOL.
3195  -f | --format            Output formats, supported formats such as table,
3196                           csv, json, yaml. It is of type STRING.
3197  -t | --no-title          whether to print title or not. It is of type BOOL.
3198  -V | --verify            verify the command using available command sample
3199                           file and mocking file. By default it goes with
3200                           mock style. To enable the verification in real
3201                           time, set DISABLE_MOCKING=true in the context
3202                           param. It is of type BOOL. It is optional.
3203  -v | --version           print service version. It is of type BOOL.
3204  -d | --debug             Enable debug output. It is of type BOOL.
3205  -x | --customer-name     Onap customer name. It is of type STRING. By
3206                           default, it is .
3207  -z | --cloud-name        Onap cloud name. It is of type STRING. By
3208                           default, it is .
3209  -c | --cloud-tenant-id   Onap cloud tenant id. It is of type STRING. By
3210                           default, it is .
3211  -s | --long              whether to print all attributes or only short
3212                           attributes. It is of type BOOL.
3213  -D | --context           command context. It is of type MAP. It is
3214                           optional.
3215  -e | --service-type      Onap service type. It is of type STRING. By
3216                           default, it is .
3217  -u | --host-username     Host user name. It is of type STRING. By default,
3218                           it is read from environment variable
3219                           OPEN_CLI_HOST_USERNAME.
3220  -a | --no-auth           whether to authenticate user or not. It is of
3221                           type BOOL.
3222  -p | --host-password     Host user password. It is of type STRING. By
3223                           default, it is read from environment variable
3224                           OPEN_CLI_HOST_PASSWORD. Secured.
3225  -r | --cloud-region      Onap cloud region. It is of type STRING. By
3226                           default, it is .
3227
3228
3229 Error::
3230
3231  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3232
3233
3234
3235 [48] subscription-delete
3236 -----------------------------------------------
3237
3238
3239 usage: onap subscription-delete
3240
3241 Delete the subscription for a given customer in Onap
3242
3243 Product: onap-amsterdam
3244 Service: aai
3245 Author: ONAP CLI Team onap-discuss@lists.onap.org
3246
3247 Options::
3248
3249  [-m | --host-url] [-C | --no-catalog] [-h | --help]
3250  [-f | --format] [-t | --no-title] [-V | --verify]
3251  [-v | --version] [-d | --debug] [-x | --customer-name]
3252  [-y | --service-type] [-s | --long] [-D | --context]
3253  [-g | --resource-version] [-u | --host-username] [-a | --no-auth]
3254  [-p | --host-password]
3255
3256 where::
3257
3258  -m | --host-url          host url in http(s). It is of type URL. By
3259                           default, it is read from environment variable
3260                           OPEN_CLI_HOST_URL.
3261  -C | --no-catalog        whether to use given host-url directly without
3262                           looking into catalog, it will override the
3263                           service->mode. It is of type BOOL. It is
3264                           optional.
3265  -h | --help              print help message. It is of type BOOL.
3266  -f | --format            Output formats, supported formats such as table,
3267                           csv, json, yaml. It is of type STRING.
3268  -t | --no-title          whether to print title or not. It is of type BOOL.
3269  -V | --verify            verify the command using available command sample
3270                           file and mocking file. By default it goes with
3271                           mock style. To enable the verification in real
3272                           time, set DISABLE_MOCKING=true in the context
3273                           param. It is of type BOOL. It is optional.
3274  -v | --version           print service version. It is of type BOOL.
3275  -d | --debug             Enable debug output. It is of type BOOL.
3276  -x | --customer-name     Onap customer name. It is of type STRING. By
3277                           default, it is .
3278  -y | --service-type      Onap subscribtion id. It is of type STRING. By
3279                           default, it is .
3280  -s | --long              whether to print all attributes or only short
3281                           attributes. It is of type BOOL.
3282  -D | --context           command context. It is of type MAP. It is
3283                           optional.
3284  -g | --resource-version  Onap subscription resource version. It is of type
3285                           STRING. It is optional. By default, it is .
3286  -u | --host-username     Host user name. It is of type STRING. By default,
3287                           it is read from environment variable
3288                           OPEN_CLI_HOST_USERNAME.
3289  -a | --no-auth           whether to authenticate user or not. It is of
3290                           type BOOL.
3291  -p | --host-password     Host user password. It is of type STRING. By
3292                           default, it is read from environment variable
3293                           OPEN_CLI_HOST_PASSWORD. Secured.
3294
3295
3296 Error::
3297
3298  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3299
3300
3301
3302 [49] subscription-list
3303 -----------------------------------------------
3304
3305
3306 usage: onap subscription-list
3307
3308 Lists the subscription for a given customer in Onap
3309
3310 Product: onap-amsterdam
3311 Service: aai
3312 Author: ONAP CLI Team onap-discuss@lists.onap.org
3313
3314 Options::
3315
3316  [-m | --host-url] [-C | --no-catalog] [-h | --help]
3317  [-f | --format] [-t | --no-title] [-V | --verify]
3318  [-v | --version] [-d | --debug] [-x | --customer-name]
3319  [-s | --long] [-D | --context] [-u | --host-username]
3320  [-a | --no-auth] [-p | --host-password]
3321
3322 where::
3323
3324  -m | --host-url        host url in http(s). It is of type URL. By
3325                         default, it is read from environment variable
3326                         OPEN_CLI_HOST_URL.
3327  -C | --no-catalog      whether to use given host-url directly without
3328                         looking into catalog, it will override the
3329                         service->mode. It is of type BOOL. It is
3330                         optional.
3331  -h | --help            print help message. It is of type BOOL.
3332  -f | --format          Output formats, supported formats such as table,
3333                         csv, json, yaml. It is of type STRING.
3334  -t | --no-title        whether to print title or not. It is of type BOOL.
3335  -V | --verify          verify the command using available command sample
3336                         file and mocking file. By default it goes with
3337                         mock style. To enable the verification in real
3338                         time, set DISABLE_MOCKING=true in the context
3339                         param. It is of type BOOL. It is optional.
3340  -v | --version         print service version. It is of type BOOL.
3341  -d | --debug           Enable debug output. It is of type BOOL.
3342  -x | --customer-name   Onap customer name. It is of type STRING. By
3343                         default, it is .
3344  -s | --long            whether to print all attributes or only short
3345                         attributes. It is of type BOOL.
3346  -D | --context         command context. It is of type MAP. It is
3347                         optional.
3348  -u | --host-username   Host user name. It is of type STRING. By default,
3349                         it is read from environment variable
3350                         OPEN_CLI_HOST_USERNAME.
3351  -a | --no-auth         whether to authenticate user or not. It is of
3352                         type BOOL.
3353  -p | --host-password   Host user password. It is of type STRING. By
3354                         default, it is read from environment variable
3355                         OPEN_CLI_HOST_PASSWORD. Secured.
3356
3357
3358 Results::
3359
3360  service-type       Onap service type and is of type STRING.
3361  resource-version   Onap subscription resource version and is of type
3362                     STRING.
3363  tenant             Onap tenant name and is of type STRING.
3364  region             Onap region name and is of type STRING.
3365  cloud              Onap cloud name and is of type STRING.
3366
3367
3368 Error::
3369
3370  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3371
3372
3373
3374 [50] tenant-create
3375 -----------------------------------------------
3376
3377
3378 usage: onap tenant-create
3379
3380 Create a tenant under given cloud region in Onap
3381
3382 Product: onap-amsterdam
3383 Service: aai
3384 Author: ONAP CLI Team onap-discuss@lists.onap.org
3385
3386 Options::
3387
3388  [-m | --host-url] [-C | --no-catalog] [-h | --help]
3389  [-f | --format] [-t | --no-title] [-V | --verify]
3390  [-v | --version] [-d | --debug] [-x | --cloud]
3391  [-z | --tenant-id] [-y | --region] [-s | --long]
3392  [-D | --context] [-r | --tenant-name] [-u | --host-username]
3393  [-a | --no-auth] [-p | --host-password]
3394
3395 where::
3396
3397  -m | --host-url        host url in http(s). It is of type URL. By
3398                         default, it is read from environment variable
3399                         OPEN_CLI_HOST_URL.
3400  -C | --no-catalog      whether to use given host-url directly without
3401                         looking into catalog, it will override the
3402                         service->mode. It is of type BOOL. It is
3403                         optional.
3404  -h | --help            print help message. It is of type BOOL.
3405  -f | --format          Output formats, supported formats such as table,
3406                         csv, json, yaml. It is of type STRING.
3407  -t | --no-title        whether to print title or not. It is of type BOOL.
3408  -V | --verify          verify the command using available command sample
3409                         file and mocking file. By default it goes with
3410                         mock style. To enable the verification in real
3411                         time, set DISABLE_MOCKING=true in the context
3412                         param. It is of type BOOL. It is optional.
3413  -v | --version         print service version. It is of type BOOL.
3414  -d | --debug           Enable debug output. It is of type BOOL.
3415  -x | --cloud           Onap cloud. It is of type STRING. By default, it
3416                         is .
3417  -z | --tenant-id       Onap cloud tenant id. It is of type STRING. By
3418                         default, it is .
3419  -y | --region          Onap cloud region. It is of type STRING. By
3420                         default, it is .
3421  -s | --long            whether to print all attributes or only short
3422                         attributes. It is of type BOOL.
3423  -D | --context         command context. It is of type MAP. It is
3424                         optional.
3425  -r | --tenant-name     Onap cloud tenant name. It is of type STRING. By
3426                         default, it is .
3427  -u | --host-username   Host user name. It is of type STRING. By default,
3428                         it is read from environment variable
3429                         OPEN_CLI_HOST_USERNAME.
3430  -a | --no-auth         whether to authenticate user or not. It is of
3431                         type BOOL.
3432  -p | --host-password   Host user password. It is of type STRING. By
3433                         default, it is read from environment variable
3434                         OPEN_CLI_HOST_PASSWORD. Secured.
3435
3436
3437 Error::
3438
3439  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3440
3441
3442
3443 [51] tenant-delete
3444 -----------------------------------------------
3445
3446
3447 usage: onap tenant-delete
3448
3449 Delete tenant under given cloud region in Onap
3450
3451 Product: onap-amsterdam
3452 Service: aai
3453 Author: ONAP CLI Team onap-discuss@lists.onap.org
3454
3455 Options::
3456
3457  [-m | --host-url] [-C | --no-catalog] [-h | --help]
3458  [-f | --format] [-t | --no-title] [-V | --verify]
3459  [-v | --version] [-d | --debug] [-x | --cloud]
3460  [-z | --tenant-id] [-y | --region] [-r | --resource-version]
3461  [-s | --long] [-D | --context] [-u | --host-username]
3462  [-a | --no-auth] [-p | --host-password]
3463
3464 where::
3465
3466  -m | --host-url          host url in http(s). It is of type URL. By
3467                           default, it is read from environment variable
3468                           OPEN_CLI_HOST_URL.
3469  -C | --no-catalog        whether to use given host-url directly without
3470                           looking into catalog, it will override the
3471                           service->mode. It is of type BOOL. It is
3472                           optional.
3473  -h | --help              print help message. It is of type BOOL.
3474  -f | --format            Output formats, supported formats such as table,
3475                           csv, json, yaml. It is of type STRING.
3476  -t | --no-title          whether to print title or not. It is of type BOOL.
3477  -V | --verify            verify the command using available command sample
3478                           file and mocking file. By default it goes with
3479                           mock style. To enable the verification in real
3480                           time, set DISABLE_MOCKING=true in the context
3481                           param. It is of type BOOL. It is optional.
3482  -v | --version           print service version. It is of type BOOL.
3483  -d | --debug             Enable debug output. It is of type BOOL.
3484  -x | --cloud             Onap cloud. It is of type STRING. By default, it
3485                           is .
3486  -z | --tenant-id         Onap cloud tenant id. It is of type STRING. By
3487                           default, it is .
3488  -y | --region            Onap cloud region. It is of type STRING. By
3489                           default, it is .
3490  -r | --resource-version  Onap cloud tenant version. It is of type UUID. It
3491                           is optional.
3492  -s | --long              whether to print all attributes or only short
3493                           attributes. It is of type BOOL.
3494  -D | --context           command context. It is of type MAP. It is
3495                           optional.
3496  -u | --host-username     Host user name. It is of type STRING. By default,
3497                           it is read from environment variable
3498                           OPEN_CLI_HOST_USERNAME.
3499  -a | --no-auth           whether to authenticate user or not. It is of
3500                           type BOOL.
3501  -p | --host-password     Host user password. It is of type STRING. By
3502                           default, it is read from environment variable
3503                           OPEN_CLI_HOST_PASSWORD. Secured.
3504
3505
3506 Error::
3507
3508  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3509
3510
3511
3512 [52] tenant-list
3513 -----------------------------------------------
3514
3515
3516 usage: onap tenant-list
3517
3518 Lists the tenants under given cloud region in Onap
3519
3520 Product: onap-amsterdam
3521 Service: aai
3522 Author: ONAP CLI Team onap-discuss@lists.onap.org
3523
3524 Options::
3525
3526  [-m | --host-url] [-C | --no-catalog] [-h | --help]
3527  [-f | --format] [-t | --no-title] [-V | --verify]
3528  [-v | --version] [-d | --debug] [-x | --cloud]
3529  [-y | --region] [-s | --long] [-D | --context]
3530  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
3531
3532 where::
3533
3534  -m | --host-url        host url in http(s). It is of type URL. By
3535                         default, it is read from environment variable
3536                         OPEN_CLI_HOST_URL.
3537  -C | --no-catalog      whether to use given host-url directly without
3538                         looking into catalog, it will override the
3539                         service->mode. It is of type BOOL. It is
3540                         optional.
3541  -h | --help            print help message. It is of type BOOL.
3542  -f | --format          Output formats, supported formats such as table,
3543                         csv, json, yaml. It is of type STRING.
3544  -t | --no-title        whether to print title or not. It is of type BOOL.
3545  -V | --verify          verify the command using available command sample
3546                         file and mocking file. By default it goes with
3547                         mock style. To enable the verification in real
3548                         time, set DISABLE_MOCKING=true in the context
3549                         param. It is of type BOOL. It is optional.
3550  -v | --version         print service version. It is of type BOOL.
3551  -d | --debug           Enable debug output. It is of type BOOL.
3552  -x | --cloud           Onap cloud. It is of type STRING. By default, it
3553                         is .
3554  -y | --region          Onap cloud region. It is of type STRING. By
3555                         default, it is .
3556  -s | --long            whether to print all attributes or only short
3557                         attributes. It is of type BOOL.
3558  -D | --context         command context. It is of type MAP. It is
3559                         optional.
3560  -u | --host-username   Host user name. It is of type STRING. By default,
3561                         it is read from environment variable
3562                         OPEN_CLI_HOST_USERNAME.
3563  -a | --no-auth         whether to authenticate user or not. It is of
3564                         type BOOL.
3565  -p | --host-password   Host user password. It is of type STRING. By
3566                         default, it is read from environment variable
3567                         OPEN_CLI_HOST_PASSWORD. Secured.
3568
3569
3570 Results::
3571
3572  tenant-id          Onap tenant-id and is of type STRING.
3573  tenant-name        Onap tenant name and is of type STRING.
3574  resource-version   Onap tenant resource version and is of type
3575                     STRING.
3576
3577
3578 Error::
3579
3580  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3581
3582
3583
3584 [53] vf-create
3585 -----------------------------------------------
3586
3587
3588 usage: onap vf-create
3589
3590 Create a VF
3591
3592 Product: onap-amsterdam
3593 Service: so
3594 Author: ONAP CLI Team onap-discuss@lists.onap.org
3595
3596 Options::
3597
3598  [-j | --service-model-invariant-id] [-k | --service-model-uuid] [-q | --service-model-name]
3599  [-h | --help] [-f | --format] [-t | --no-title]
3600  [-V | --verify] [-v | --version] [-l | --cloud-region]
3601  [-y | --service-instance-id] [-z | --tenant-id] [-c | --vf-model-uuid]
3602  [-o | --instance-name] [-s | --long] [-e | --vf-model-name]
3603  [-g | --vf-model-version] [-b | --vf-model-invariant-id] [-a | --no-auth]
3604  [-n | --service-model-version] [-p | --host-password] [-m | --host-url]
3605  [-C | --no-catalog] [-i | --vf-model-customization-id] [-d | --debug]
3606  [-D | --context] [-w | --product-family] [-u | --host-username]
3607
3608 where::
3609
3610  -j | --service-model-invariant-id  model invariant id. It is of type STRING. By
3611                                     default, it is .
3612  -k | --service-model-uuid          model name version id. It is of type STRING. By
3613                                     default, it is .
3614  -q | --service-model-name          service model name. It is of type STRING. By
3615                                     default, it is .
3616  -h | --help                        print help message. It is of type BOOL.
3617  -f | --format                      Output formats, supported formats such as table,
3618                                     csv, json, yaml. It is of type STRING.
3619  -t | --no-title                    whether to print title or not. It is of type BOOL.
3620  -V | --verify                      verify the command using available command sample
3621                                     file and mocking file. By default it goes with
3622                                     mock style. To enable the verification in real
3623                                     time, set DISABLE_MOCKING=true in the context
3624                                     param. It is of type BOOL. It is optional.
3625  -v | --version                     print service version. It is of type BOOL.
3626  -l | --cloud-region                cloud region identifier. It is of type STRING. By
3627                                     default, it is .
3628  -y | --service-instance-id         unique id for service instance. It is of type
3629                                     STRING. By default, it is .
3630  -z | --tenant-id                   openstack tenant id. It is of type STRING. By
3631                                     default, it is .
3632  -c | --vf-model-uuid               model uuid for vf. It is of type STRING. By
3633                                     default, it is .
3634  -o | --instance-name               service instance name. It is of type STRING. By
3635                                     default, it is .
3636  -s | --long                        whether to print all attributes or only short
3637                                     attributes. It is of type BOOL.
3638  -e | --vf-model-name               vf model name. It is of type STRING. By default,
3639                                     it is .
3640  -g | --vf-model-version            vf model version. It is of type STRING. By
3641                                     default, it is .
3642  -b | --vf-model-invariant-id       vf model invariant id. It is of type STRING. By
3643                                     default, it is .
3644  -a | --no-auth                     whether to authenticate user or not. It is of
3645                                     type BOOL.
3646  -n | --service-model-version       service model version. It is of type STRING. By
3647                                     default, it is .
3648  -p | --host-password               Host user password. It is of type STRING. By
3649                                     default, it is read from environment variable
3650                                     OPEN_CLI_HOST_PASSWORD. Secured.
3651  -m | --host-url                    host url in http(s). It is of type URL. By
3652                                     default, it is read from environment variable
3653                                     OPEN_CLI_HOST_URL.
3654  -C | --no-catalog                  whether to use given host-url directly without
3655                                     looking into catalog, it will override the
3656                                     service->mode. It is of type BOOL. It is
3657                                     optional.
3658  -i | --vf-model-customization-id   vf model customization id. It is of type STRING.
3659                                     By default, it is .
3660  -d | --debug                       Enable debug output. It is of type BOOL.
3661  -D | --context                     command context. It is of type MAP. It is
3662                                     optional.
3663  -w | --product-family              service type for serivce (e.g. vLB). It is of
3664                                     type STRING. By default, it is .
3665  -u | --host-username               Host user name. It is of type STRING. By default,
3666                                     it is read from environment variable
3667                                     OPEN_CLI_HOST_USERNAME.
3668
3669
3670 Results::
3671
3672  vf-id  id for the created vnf and is of type STRING.
3673
3674
3675 Error::
3676
3677  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3678
3679
3680
3681 [54] vf-delete
3682 -----------------------------------------------
3683
3684
3685 usage: onap vf-delete
3686
3687 delete a VF (experimental)
3688
3689 Product: onap-amsterdam
3690 Service: so
3691 Author: ONAP CLI Team onap-discuss@lists.onap.org
3692
3693 Options::
3694
3695  [-m | --host-url] [-e | --model-name] [-C | --no-catalog]
3696  [-h | --help] [-f | --format] [-t | --no-title]
3697  [-V | --verify] [-v | --version] [-d | --debug]
3698  [-l | --cloud-region] [-b | --model-invariant-id] [-y | --service-instance-id]
3699  [-z | --tenant-id] [-s | --long] [-D | --context]
3700  [-g | --model-version] [-c | --model-uuid] [-u | --host-username]
3701  [-a | --no-auth] [-p | --host-password] [-x | --vf-id]
3702
3703 where::
3704
3705  -m | --host-url              host url in http(s). It is of type URL. By
3706                               default, it is read from environment variable
3707                               OPEN_CLI_HOST_URL.
3708  -e | --model-name            model name available in SDC catalog. It is of
3709                               type STRING. By default, it is .
3710  -C | --no-catalog            whether to use given host-url directly without
3711                               looking into catalog, it will override the
3712                               service->mode. It is of type BOOL. It is
3713                               optional.
3714  -h | --help                  print help message. It is of type BOOL.
3715  -f | --format                Output formats, supported formats such as table,
3716                               csv, json, yaml. It is of type STRING.
3717  -t | --no-title              whether to print title or not. It is of type BOOL.
3718  -V | --verify                verify the command using available command sample
3719                               file and mocking file. By default it goes with
3720                               mock style. To enable the verification in real
3721                               time, set DISABLE_MOCKING=true in the context
3722                               param. It is of type BOOL. It is optional.
3723  -v | --version               print service version. It is of type BOOL.
3724  -d | --debug                 Enable debug output. It is of type BOOL.
3725  -l | --cloud-region          Cloud region ID. It is of type STRING. By
3726                               default, it is .
3727  -b | --model-invariant-id    model invariant id for service in SDC catalog. It
3728                               is of type STRING. By default, it is .
3729  -y | --service-instance-id   unique id for service instance. It is of type
3730                               STRING. By default, it is .
3731  -z | --tenant-id             openstack tenant id (uuid). It is of type STRING.
3732                               By default, it is .
3733  -s | --long                  whether to print all attributes or only short
3734                               attributes. It is of type BOOL.
3735  -D | --context               command context. It is of type MAP. It is
3736                               optional.
3737  -g | --model-version         model version of service (eg. 1.0). It is of type
3738                               STRING. By default, it is .
3739  -c | --model-uuid            model uuid for service in SDC catalog. It is of
3740                               type STRING. By default, it is .
3741  -u | --host-username         Host user name. It is of type STRING. By default,
3742                               it is read from environment variable
3743                               OPEN_CLI_HOST_USERNAME.
3744  -a | --no-auth               whether to authenticate user or not. It is of
3745                               type BOOL.
3746  -p | --host-password         Host user password. It is of type STRING. By
3747                               default, it is read from environment variable
3748                               OPEN_CLI_HOST_PASSWORD. Secured.
3749  -x | --vf-id                 id for vnf. It is of type STRING. By default, it
3750                               is .
3751
3752
3753 Error::
3754
3755  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3756
3757
3758
3759 [55] vf-list
3760 -----------------------------------------------
3761
3762
3763 usage: onap vf-list
3764
3765 List created VF instances for a service instance
3766
3767 Product: onap-amsterdam
3768 Service: aai
3769 Author: ONAP CLI Team onap-discuss@lists.onap.org
3770
3771 Options::
3772
3773  [-m | --host-url] [-C | --no-catalog] [-h | --help]
3774  [-f | --format] [-t | --no-title] [-V | --verify]
3775  [-v | --version] [-d | --debug] [-x | --customer-name]
3776  [-y | --service-type] [-s | --long] [-D | --context]
3777  [-z | --service-id] [-u | --host-username] [-a | --no-auth]
3778  [-p | --host-password]
3779
3780 where::
3781
3782  -m | --host-url        host url in http(s). It is of type URL. By
3783                         default, it is read from environment variable
3784                         OPEN_CLI_HOST_URL.
3785  -C | --no-catalog      whether to use given host-url directly without
3786                         looking into catalog, it will override the
3787                         service->mode. It is of type BOOL. It is
3788                         optional.
3789  -h | --help            print help message. It is of type BOOL.
3790  -f | --format          Output formats, supported formats such as table,
3791                         csv, json, yaml. It is of type STRING.
3792  -t | --no-title        whether to print title or not. It is of type BOOL.
3793  -V | --verify          verify the command using available command sample
3794                         file and mocking file. By default it goes with
3795                         mock style. To enable the verification in real
3796                         time, set DISABLE_MOCKING=true in the context
3797                         param. It is of type BOOL. It is optional.
3798  -v | --version         print service version. It is of type BOOL.
3799  -d | --debug           Enable debug output. It is of type BOOL.
3800  -x | --customer-name   customer name. It is of type STRING. By default,
3801                         it is .
3802  -y | --service-type    service subscription type. It is of type STRING.
3803                         By default, it is .
3804  -s | --long            whether to print all attributes or only short
3805                         attributes. It is of type BOOL.
3806  -D | --context         command context. It is of type MAP. It is
3807                         optional.
3808  -z | --service-id      service ID. It is of type STRING. By default, it
3809                         is .
3810  -u | --host-username   Host user name. It is of type STRING. By default,
3811                         it is read from environment variable
3812                         OPEN_CLI_HOST_USERNAME.
3813  -a | --no-auth         whether to authenticate user or not. It is of
3814                         type BOOL.
3815  -p | --host-password   Host user password. It is of type STRING. By
3816                         default, it is read from environment variable
3817                         OPEN_CLI_HOST_PASSWORD. Secured.
3818
3819
3820 Results::
3821
3822  vf-id    VF ID for the given service and is of type STRING.
3823  vf-name  VF name and is of type STRING.
3824
3825
3826 Error::
3827
3828  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3829
3830
3831
3832 [56] vf-model-certify-complete
3833 -----------------------------------------------
3834
3835
3836 usage: onap vf-model-certify-complete
3837
3838 Complete certifying Virtual function
3839
3840 Product: onap-amsterdam
3841 Service: sdc
3842 Author: ONAP CLI Team onap-discuss@lists.onap.org
3843
3844 Options::
3845
3846  [-m | --host-url] [-C | --no-catalog] [-h | --help]
3847  [-f | --format] [-t | --no-title] [-V | --verify]
3848  [-v | --version] [-d | --debug] [-b | --vf-id]
3849  [-s | --long] [-D | --context] [-u | --host-username]
3850  [-a | --no-auth] [-p | --host-password]
3851
3852 where::
3853
3854  -m | --host-url        host url in http(s). It is of type URL. By
3855                         default, it is read from environment variable
3856                         OPEN_CLI_HOST_URL.
3857  -C | --no-catalog      whether to use given host-url directly without
3858                         looking into catalog, it will override the
3859                         service->mode. It is of type BOOL. It is
3860                         optional.
3861  -h | --help            print help message. It is of type BOOL.
3862  -f | --format          Output formats, supported formats such as table,
3863                         csv, json, yaml. It is of type STRING.
3864  -t | --no-title        whether to print title or not. It is of type BOOL.
3865  -V | --verify          verify the command using available command sample
3866                         file and mocking file. By default it goes with
3867                         mock style. To enable the verification in real
3868                         time, set DISABLE_MOCKING=true in the context
3869                         param. It is of type BOOL. It is optional.
3870  -v | --version         print service version. It is of type BOOL.
3871  -d | --debug           Enable debug output. It is of type BOOL.
3872  -b | --vf-id           VF ID. It is of type STRING. It is optional. By
3873                         default, it is .
3874  -s | --long            whether to print all attributes or only short
3875                         attributes. It is of type BOOL.
3876  -D | --context         command context. It is of type MAP. It is
3877                         optional.
3878  -u | --host-username   Host user name. It is of type STRING. By default,
3879                         it is read from environment variable
3880                         OPEN_CLI_HOST_USERNAME.
3881  -a | --no-auth         whether to authenticate user or not. It is of
3882                         type BOOL.
3883  -p | --host-password   Host user password. It is of type STRING. By
3884                         default, it is read from environment variable
3885                         OPEN_CLI_HOST_PASSWORD. Secured.
3886
3887
3888 Error::
3889
3890  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3891
3892
3893
3894 [57] vf-model-certify-request
3895 -----------------------------------------------
3896
3897
3898 usage: onap vf-model-certify-request
3899
3900 Request for certifying Virtual function
3901
3902 Product: onap-amsterdam
3903 Service: sdc
3904 Author: ONAP CLI Team onap-discuss@lists.onap.org
3905
3906 Options::
3907
3908  [-m | --host-url] [-C | --no-catalog] [-h | --help]
3909  [-f | --format] [-t | --no-title] [-V | --verify]
3910  [-v | --version] [-d | --debug] [-b | --vf-id]
3911  [-s | --long] [-D | --context] [-u | --host-username]
3912  [-a | --no-auth] [-p | --host-password]
3913
3914 where::
3915
3916  -m | --host-url        host url in http(s). It is of type URL. By
3917                         default, it is read from environment variable
3918                         OPEN_CLI_HOST_URL.
3919  -C | --no-catalog      whether to use given host-url directly without
3920                         looking into catalog, it will override the
3921                         service->mode. It is of type BOOL. It is
3922                         optional.
3923  -h | --help            print help message. It is of type BOOL.
3924  -f | --format          Output formats, supported formats such as table,
3925                         csv, json, yaml. It is of type STRING.
3926  -t | --no-title        whether to print title or not. It is of type BOOL.
3927  -V | --verify          verify the command using available command sample
3928                         file and mocking file. By default it goes with
3929                         mock style. To enable the verification in real
3930                         time, set DISABLE_MOCKING=true in the context
3931                         param. It is of type BOOL. It is optional.
3932  -v | --version         print service version. It is of type BOOL.
3933  -d | --debug           Enable debug output. It is of type BOOL.
3934  -b | --vf-id           VF ID. It is of type STRING. It is optional. By
3935                         default, it is .
3936  -s | --long            whether to print all attributes or only short
3937                         attributes. It is of type BOOL.
3938  -D | --context         command context. It is of type MAP. It is
3939                         optional.
3940  -u | --host-username   Host user name. It is of type STRING. By default,
3941                         it is read from environment variable
3942                         OPEN_CLI_HOST_USERNAME.
3943  -a | --no-auth         whether to authenticate user or not. It is of
3944                         type BOOL.
3945  -p | --host-password   Host user password. It is of type STRING. By
3946                         default, it is read from environment variable
3947                         OPEN_CLI_HOST_PASSWORD. Secured.
3948
3949
3950 Error::
3951
3952  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
3953
3954
3955
3956 [58] vf-model-certify-start
3957 -----------------------------------------------
3958
3959
3960 usage: onap vf-model-certify-start
3961
3962 Start certifying Virtual function
3963
3964 Product: onap-amsterdam
3965 Service: sdc
3966 Author: ONAP CLI Team onap-discuss@lists.onap.org
3967
3968 Options::
3969
3970  [-m | --host-url] [-C | --no-catalog] [-h | --help]
3971  [-f | --format] [-t | --no-title] [-V | --verify]
3972  [-v | --version] [-d | --debug] [-b | --vf-id]
3973  [-s | --long] [-D | --context] [-u | --host-username]
3974  [-a | --no-auth] [-p | --host-password]
3975
3976 where::
3977
3978  -m | --host-url        host url in http(s). It is of type URL. By
3979                         default, it is read from environment variable
3980                         OPEN_CLI_HOST_URL.
3981  -C | --no-catalog      whether to use given host-url directly without
3982                         looking into catalog, it will override the
3983                         service->mode. It is of type BOOL. It is
3984                         optional.
3985  -h | --help            print help message. It is of type BOOL.
3986  -f | --format          Output formats, supported formats such as table,
3987                         csv, json, yaml. It is of type STRING.
3988  -t | --no-title        whether to print title or not. It is of type BOOL.
3989  -V | --verify          verify the command using available command sample
3990                         file and mocking file. By default it goes with
3991                         mock style. To enable the verification in real
3992                         time, set DISABLE_MOCKING=true in the context
3993                         param. It is of type BOOL. It is optional.
3994  -v | --version         print service version. It is of type BOOL.
3995  -d | --debug           Enable debug output. It is of type BOOL.
3996  -b | --vf-id           VF ID. It is of type STRING. It is optional. By
3997                         default, it is .
3998  -s | --long            whether to print all attributes or only short
3999                         attributes. It is of type BOOL.
4000  -D | --context         command context. It is of type MAP. It is
4001                         optional.
4002  -u | --host-username   Host user name. It is of type STRING. By default,
4003                         it is read from environment variable
4004                         OPEN_CLI_HOST_USERNAME.
4005  -a | --no-auth         whether to authenticate user or not. It is of
4006                         type BOOL.
4007  -p | --host-password   Host user password. It is of type STRING. By
4008                         default, it is read from environment variable
4009                         OPEN_CLI_HOST_PASSWORD. Secured.
4010
4011
4012 Error::
4013
4014  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4015
4016
4017
4018 [59] vf-model-checkin
4019 -----------------------------------------------
4020
4021
4022 usage: onap vf-model-checkin
4023
4024 Checkin Virtual function
4025
4026 Product: onap-amsterdam
4027 Service: sdc
4028 Author: ONAP CLI Team onap-discuss@lists.onap.org
4029
4030 Options::
4031
4032  [-m | --host-url] [-C | --no-catalog] [-h | --help]
4033  [-f | --format] [-t | --no-title] [-V | --verify]
4034  [-v | --version] [-d | --debug] [-b | --vf-id]
4035  [-s | --long] [-D | --context] [-u | --host-username]
4036  [-a | --no-auth] [-p | --host-password]
4037
4038 where::
4039
4040  -m | --host-url        host url in http(s). It is of type URL. By
4041                         default, it is read from environment variable
4042                         OPEN_CLI_HOST_URL.
4043  -C | --no-catalog      whether to use given host-url directly without
4044                         looking into catalog, it will override the
4045                         service->mode. It is of type BOOL. It is
4046                         optional.
4047  -h | --help            print help message. It is of type BOOL.
4048  -f | --format          Output formats, supported formats such as table,
4049                         csv, json, yaml. It is of type STRING.
4050  -t | --no-title        whether to print title or not. It is of type BOOL.
4051  -V | --verify          verify the command using available command sample
4052                         file and mocking file. By default it goes with
4053                         mock style. To enable the verification in real
4054                         time, set DISABLE_MOCKING=true in the context
4055                         param. It is of type BOOL. It is optional.
4056  -v | --version         print service version. It is of type BOOL.
4057  -d | --debug           Enable debug output. It is of type BOOL.
4058  -b | --vf-id           VF ID. It is of type STRING. It is optional. By
4059                         default, it is .
4060  -s | --long            whether to print all attributes or only short
4061                         attributes. It is of type BOOL.
4062  -D | --context         command context. It is of type MAP. It is
4063                         optional.
4064  -u | --host-username   Host user name. It is of type STRING. By default,
4065                         it is read from environment variable
4066                         OPEN_CLI_HOST_USERNAME.
4067  -a | --no-auth         whether to authenticate user or not. It is of
4068                         type BOOL.
4069  -p | --host-password   Host user password. It is of type STRING. By
4070                         default, it is read from environment variable
4071                         OPEN_CLI_HOST_PASSWORD. Secured.
4072
4073
4074 Error::
4075
4076  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4077
4078
4079
4080 [60] vf-model-create
4081 -----------------------------------------------
4082
4083
4084 usage: onap vf-model-create
4085
4086 Create Virtual function from Vendor Software Product
4087
4088 Product: onap-amsterdam
4089 Service: sdc
4090 Author: ONAP CLI Team onap-discuss@lists.onap.org
4091
4092 Options::
4093
4094  [-m | --host-url] [-C | --no-catalog] [-h | --help]
4095  [-f | --format] [-t | --no-title] [-V | --verify]
4096  [-v | --version] [-d | --debug] [-y | --description]
4097  [-g | --vsp-version] [-x | --name] [-s | --long]
4098  [-D | --context] [-z | --vendor-name] [-u | --host-username]
4099  [-a | --no-auth] [-p | --host-password] [-b | --vsp-id]
4100
4101 where::
4102
4103  -m | --host-url        host url in http(s). It is of type URL. By
4104                         default, it is read from environment variable
4105                         OPEN_CLI_HOST_URL.
4106  -C | --no-catalog      whether to use given host-url directly without
4107                         looking into catalog, it will override the
4108                         service->mode. It is of type BOOL. It is
4109                         optional.
4110  -h | --help            print help message. It is of type BOOL.
4111  -f | --format          Output formats, supported formats such as table,
4112                         csv, json, yaml. It is of type STRING.
4113  -t | --no-title        whether to print title or not. It is of type BOOL.
4114  -V | --verify          verify the command using available command sample
4115                         file and mocking file. By default it goes with
4116                         mock style. To enable the verification in real
4117                         time, set DISABLE_MOCKING=true in the context
4118                         param. It is of type BOOL. It is optional.
4119  -v | --version         print service version. It is of type BOOL.
4120  -d | --debug           Enable debug output. It is of type BOOL.
4121  -y | --description     Description for VF. It is of type STRING. It is
4122                         optional. By default, it is .
4123  -g | --vsp-version     VSP version. It is of type STRING. It is
4124                         optional. By default, it is .
4125  -x | --name            Onap VF Name. It is of type STRING. By default,
4126                         it is .
4127  -s | --long            whether to print all attributes or only short
4128                         attributes. It is of type BOOL.
4129  -D | --context         command context. It is of type MAP. It is
4130                         optional.
4131  -z | --vendor-name     Vendor name. It is of type STRING. It is
4132                         optional. By default, it is .
4133  -u | --host-username   Host user name. It is of type STRING. By default,
4134                         it is read from environment variable
4135                         OPEN_CLI_HOST_USERNAME.
4136  -a | --no-auth         whether to authenticate user or not. It is of
4137                         type BOOL.
4138  -p | --host-password   Host user password. It is of type STRING. By
4139                         default, it is read from environment variable
4140                         OPEN_CLI_HOST_PASSWORD. Secured.
4141  -b | --vsp-id          VSP ID. It is of type STRING. It is optional. By
4142                         default, it is .
4143
4144
4145 Results::
4146
4147  ID   VF ID and is of type STRING.
4148
4149
4150 Error::
4151
4152  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4153
4154
4155
4156 [61] vf-model-list
4157 -----------------------------------------------
4158
4159
4160 usage: onap vf-model-list
4161
4162 List the VF resource model in SDC
4163
4164 Product: onap-amsterdam
4165 Service: sdc
4166 Author: ONAP CLI Team onap-discuss@lists.onap.org
4167
4168 Options::
4169
4170  [-m | --host-url] [-C | --no-catalog] [-h | --help]
4171  [-f | --format] [-t | --no-title] [-V | --verify]
4172  [-v | --version] [-d | --debug] [-s | --long]
4173  [-D | --context] [-u | --host-username] [-a | --no-auth]
4174  [-p | --host-password]
4175
4176 where::
4177
4178  -m | --host-url        host url in http(s). It is of type URL. By
4179                         default, it is read from environment variable
4180                         OPEN_CLI_HOST_URL.
4181  -C | --no-catalog      whether to use given host-url directly without
4182                         looking into catalog, it will override the
4183                         service->mode. It is of type BOOL. It is
4184                         optional.
4185  -h | --help            print help message. It is of type BOOL.
4186  -f | --format          Output formats, supported formats such as table,
4187                         csv, json, yaml. It is of type STRING.
4188  -t | --no-title        whether to print title or not. It is of type BOOL.
4189  -V | --verify          verify the command using available command sample
4190                         file and mocking file. By default it goes with
4191                         mock style. To enable the verification in real
4192                         time, set DISABLE_MOCKING=true in the context
4193                         param. It is of type BOOL. It is optional.
4194  -v | --version         print service version. It is of type BOOL.
4195  -d | --debug           Enable debug output. It is of type BOOL.
4196  -s | --long            whether to print all attributes or only short
4197                         attributes. It is of type BOOL.
4198  -D | --context         command context. It is of type MAP. It is
4199                         optional.
4200  -u | --host-username   Host user name. It is of type STRING. By default,
4201                         it is read from environment variable
4202                         OPEN_CLI_HOST_USERNAME.
4203  -a | --no-auth         whether to authenticate user or not. It is of
4204                         type BOOL.
4205  -p | --host-password   Host user password. It is of type STRING. By
4206                         default, it is read from environment variable
4207                         OPEN_CLI_HOST_PASSWORD. Secured.
4208
4209
4210 Results::
4211
4212  uuid             UUID and is of type STRING.
4213  uniqueid         UUID and is of type STRING.
4214  invariant-uuid   Invariant UUID and is of type STRING.
4215  name             Name and is of type STRING.
4216  version          version and is of type STRING.
4217  status           status and is of type STRING.
4218  description      description and is of type STRING.
4219  vsp-uuid         VSP uuid and is of type STRING.
4220  vsp-version      VSP version and is of type STRING.
4221
4222
4223 Error::
4224
4225  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4226
4227
4228
4229 [62] vf-module-create
4230 -----------------------------------------------
4231
4232
4233 usage: onap vf-module-create
4234
4235 Create a VF Module
4236
4237 Product: onap-amsterdam
4238 Service: so
4239 Author: ONAP CLI Team onap-discuss@lists.onap.org
4240
4241 Options::
4242
4243  [-m | --host-url] [-C | --no-catalog] [-h | --help]
4244  [-f | --format] [-t | --no-title] [-V | --verify]
4245  [-w | --tenant-id] [-v | --version] [-d | --debug]
4246  [-y | --vnf-instace-id] [-z | --parenet-service-model] [-x | --service-instace-id]
4247  [-l | --lcp-cloudregion-id] [-s | --long] [-D | --context]
4248  [-i | --instance-name] [-u | --host-username] [-r | --supress-rollback]
4249  [-a | --no-auth] [-p | --host-password]
4250
4251 where::
4252
4253  -m | --host-url                host url in http(s). It is of type URL. By
4254                                 default, it is read from environment variable
4255                                 OPEN_CLI_HOST_URL.
4256  -C | --no-catalog              whether to use given host-url directly without
4257                                 looking into catalog, it will override the
4258                                 service->mode. It is of type BOOL. It is
4259                                 optional.
4260  -h | --help                    print help message. It is of type BOOL.
4261  -f | --format                  Output formats, supported formats such as table,
4262                                 csv, json, yaml. It is of type STRING.
4263  -t | --no-title                whether to print title or not. It is of type BOOL.
4264  -V | --verify                  verify the command using available command sample
4265                                 file and mocking file. By default it goes with
4266                                 mock style. To enable the verification in real
4267                                 time, set DISABLE_MOCKING=true in the context
4268                                 param. It is of type BOOL. It is optional.
4269  -w | --tenant-id               openstack tenant id (uuid). It is of type STRING.
4270                                 By default, it is .
4271  -v | --version                 print service version. It is of type BOOL.
4272  -d | --debug                   Enable debug output. It is of type BOOL.
4273  -y | --vnf-instace-id          vnf instance id. It is of type STRING. By
4274                                 default, it is .
4275  -z | --parenet-service-model   parent service model name. It is of type STRING.
4276                                 By default, it is .
4277  -x | --service-instace-id      unique id for service instance. It is of type
4278                                 STRING. By default, it is .
4279  -l | --lcp-cloudregion-id      AIC LCP node location identifier. It is of type
4280                                 STRING. By default, it is .
4281  -s | --long                    whether to print all attributes or only short
4282                                 attributes. It is of type BOOL.
4283  -D | --context                 command context. It is of type MAP. It is
4284                                 optional.
4285  -i | --instance-name           service instance name. It is of type STRING. By
4286                                 default, it is .
4287  -u | --host-username           Host user name. It is of type STRING. By default,
4288                                 it is read from environment variable
4289                                 OPEN_CLI_HOST_USERNAME.
4290  -r | --supress-rollback        rollback changes if instantiation fails. It is of
4291                                 type BOOL. It is optional.
4292  -a | --no-auth                 whether to authenticate user or not. It is of
4293                                 type BOOL.
4294  -p | --host-password           Host user password. It is of type STRING. By
4295                                 default, it is read from environment variable
4296                                 OPEN_CLI_HOST_PASSWORD. Secured.
4297
4298
4299 Error::
4300
4301  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4302
4303
4304
4305 [63] vf-show
4306 -----------------------------------------------
4307
4308
4309 usage: onap vf-show
4310
4311 Show details for VF
4312
4313 Product: onap-amsterdam
4314 Service: aai
4315 Author: ONAP CLI Team onap-discuss@lists.onap.org
4316
4317 Options::
4318
4319  [-m | --host-url] [-C | --no-catalog] [-h | --help]
4320  [-f | --format] [-t | --no-title] [-V | --verify]
4321  [-v | --version] [-d | --debug] [-s | --long]
4322  [-D | --context] [-u | --host-username] [-a | --no-auth]
4323  [-p | --host-password] [-x | --vf-id]
4324
4325 where::
4326
4327  -m | --host-url        host url in http(s). It is of type URL. By
4328                         default, it is read from environment variable
4329                         OPEN_CLI_HOST_URL.
4330  -C | --no-catalog      whether to use given host-url directly without
4331                         looking into catalog, it will override the
4332                         service->mode. It is of type BOOL. It is
4333                         optional.
4334  -h | --help            print help message. It is of type BOOL.
4335  -f | --format          Output formats, supported formats such as table,
4336                         csv, json, yaml. It is of type STRING.
4337  -t | --no-title        whether to print title or not. It is of type BOOL.
4338  -V | --verify          verify the command using available command sample
4339                         file and mocking file. By default it goes with
4340                         mock style. To enable the verification in real
4341                         time, set DISABLE_MOCKING=true in the context
4342                         param. It is of type BOOL. It is optional.
4343  -v | --version         print service version. It is of type BOOL.
4344  -d | --debug           Enable debug output. It is of type BOOL.
4345  -s | --long            whether to print all attributes or only short
4346                         attributes. It is of type BOOL.
4347  -D | --context         command context. It is of type MAP. It is
4348                         optional.
4349  -u | --host-username   Host user name. It is of type STRING. By default,
4350                         it is read from environment variable
4351                         OPEN_CLI_HOST_USERNAME.
4352  -a | --no-auth         whether to authenticate user or not. It is of
4353                         type BOOL.
4354  -p | --host-password   Host user password. It is of type STRING. By
4355                         default, it is read from environment variable
4356                         OPEN_CLI_HOST_PASSWORD. Secured.
4357  -x | --vf-id           VF identifier. It is of type STRING. By default,
4358                         it is .
4359
4360
4361 Results::
4362
4363  vf-id                    VF ID for the given service and is of type STRING.
4364  vf-name                  VF name and is of type STRING.
4365  vf-type                  VF name and is of type STRING.
4366  model-invariant-id       VF name and is of type STRING.
4367  model-uuid               model uuid and is of type STRING.
4368  model-customization-id   Model customization id and is of type STRING.
4369  service-id               Service ID of parent service and is of type
4370                           STRING.
4371
4372
4373 Error::
4374
4375  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4376
4377
4378
4379 [64] vf2vfmodule-model-list
4380 -----------------------------------------------
4381
4382
4383 usage: onap vf2vfmodule-model-list
4384
4385 List the VF modules in a given VF model in SDC
4386
4387 Product: onap-amsterdam
4388 Service: sdc
4389 Author: ONAP CLI Team onap-discuss@lists.onap.org
4390
4391 Options::
4392
4393  [-m | --host-url] [-C | --no-catalog] [-h | --help]
4394  [-f | --format] [-t | --no-title] [-V | --verify]
4395  [-v | --version] [-d | --debug] [-z | --vf-id]
4396  [-s | --long] [-D | --context] [-u | --host-username]
4397  [-a | --no-auth] [-p | --host-password]
4398
4399 where::
4400
4401  -m | --host-url        host url in http(s). It is of type URL. By
4402                         default, it is read from environment variable
4403                         OPEN_CLI_HOST_URL.
4404  -C | --no-catalog      whether to use given host-url directly without
4405                         looking into catalog, it will override the
4406                         service->mode. It is of type BOOL. It is
4407                         optional.
4408  -h | --help            print help message. It is of type BOOL.
4409  -f | --format          Output formats, supported formats such as table,
4410                         csv, json, yaml. It is of type STRING.
4411  -t | --no-title        whether to print title or not. It is of type BOOL.
4412  -V | --verify          verify the command using available command sample
4413                         file and mocking file. By default it goes with
4414                         mock style. To enable the verification in real
4415                         time, set DISABLE_MOCKING=true in the context
4416                         param. It is of type BOOL. It is optional.
4417  -v | --version         print service version. It is of type BOOL.
4418  -d | --debug           Enable debug output. It is of type BOOL.
4419  -z | --vf-id           VF uuid. It is of type STRING. By default, it is .
4420  -s | --long            whether to print all attributes or only short
4421                         attributes. It is of type BOOL.
4422  -D | --context         command context. It is of type MAP. It is
4423                         optional.
4424  -u | --host-username   Host user name. It is of type STRING. By default,
4425                         it is read from environment variable
4426                         OPEN_CLI_HOST_USERNAME.
4427  -a | --no-auth         whether to authenticate user or not. It is of
4428                         type BOOL.
4429  -p | --host-password   Host user password. It is of type STRING. By
4430                         default, it is read from environment variable
4431                         OPEN_CLI_HOST_PASSWORD. Secured.
4432
4433
4434 Results::
4435
4436  vsp-uuid               VSP uuid and is of type STRING.
4437  vsp-version            VSP version and is of type STRING.
4438  module-uuid            UUID and is of type STRING.
4439  module-invariant-uuid  Invariant UUID and is of type STRING.
4440  module-name            name and is of type STRING.
4441  module-version         version and is of type STRING.
4442
4443
4444 Error::
4445
4446  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4447
4448
4449
4450 [65] vfmodule-create
4451 -----------------------------------------------
4452
4453
4454 usage: onap vfmodule-create
4455
4456 Create a VF module
4457
4458 Product: onap-amsterdam
4459 Service: so
4460 Author: ONAP CLI Team onap-discuss@lists.onap.org
4461
4462 Options::
4463
4464  [-h | --help] [-f | --format] [-t | --no-title]
4465  [-V | --verify] [-v | --version] [-l | --cloud-region]
4466  [-x | --service-model-name] [-j | --service-id] [-z | --service-model-version]
4467  [-i | --module-name] [-o | --vf-model-version] [-k | --vf-model-invariant-id]
4468  [-s | --long] [-g | --vfmodule-version] [-r | --service-model-invariant-id]
4469  [-n | --vf-model-name] [-a | --no-auth] [-w | --service-model-uuid]
4470  [-p | --host-password] [-m | --host-url] [-C | --no-catalog]
4471  [-d | --debug] [-b | --vfmodule-invariant-id] [-c | --vfmodule-uuid]
4472  [-A | --vf-model-uuid] [-y | --vf-id] [-D | --context]
4473  [-B | --tenant-id] [-e | --vfmodule-name] [-q | --vf-model-customization-id]
4474  [-u | --host-username]
4475
4476 where::
4477
4478  -h | --help                        print help message. It is of type BOOL.
4479  -f | --format                      Output formats, supported formats such as table,
4480                                     csv, json, yaml. It is of type STRING.
4481  -t | --no-title                    whether to print title or not. It is of type BOOL.
4482  -V | --verify                      verify the command using available command sample
4483                                     file and mocking file. By default it goes with
4484                                     mock style. To enable the verification in real
4485                                     time, set DISABLE_MOCKING=true in the context
4486                                     param. It is of type BOOL. It is optional.
4487  -v | --version                     print service version. It is of type BOOL.
4488  -l | --cloud-region                cloud region identifier. It is of type STRING. By
4489                                     default, it is .
4490  -x | --service-model-name          service model name. It is of type STRING. By
4491                                     default, it is .
4492  -j | --service-id                  unique id for service. It is of type STRING. By
4493                                     default, it is .
4494  -z | --service-model-version       service model version. It is of type STRING. By
4495                                     default, it is .
4496  -i | --module-name                 vfmodule name. It is of type STRING. By default,
4497                                     it is .
4498  -o | --vf-model-version            vf model version. It is of type STRING. By
4499                                     default, it is .
4500  -k | --vf-model-invariant-id       vf model invariant id. It is of type STRING. By
4501                                     default, it is .
4502  -s | --long                        whether to print all attributes or only short
4503                                     attributes. It is of type BOOL.
4504  -g | --vfmodule-version            vf module version. It is of type STRING. By
4505                                     default, it is .
4506  -r | --service-model-invariant-id  model invariant id. It is of type STRING. By
4507                                     default, it is .
4508  -n | --vf-model-name               vf model name. It is of type STRING. By default,
4509                                     it is .
4510  -a | --no-auth                     whether to authenticate user or not. It is of
4511                                     type BOOL.
4512  -w | --service-model-uuid          model name version id. It is of type STRING. By
4513                                     default, it is .
4514  -p | --host-password               Host user password. It is of type STRING. By
4515                                     default, it is read from environment variable
4516                                     OPEN_CLI_HOST_PASSWORD. Secured.
4517  -m | --host-url                    host url in http(s). It is of type URL. By
4518                                     default, it is read from environment variable
4519                                     OPEN_CLI_HOST_URL.
4520  -C | --no-catalog                  whether to use given host-url directly without
4521                                     looking into catalog, it will override the
4522                                     service->mode. It is of type BOOL. It is
4523                                     optional.
4524  -d | --debug                       Enable debug output. It is of type BOOL.
4525  -b | --vfmodule-invariant-id       vfmodule model invariant id. It is of type
4526                                     STRING. By default, it is .
4527  -c | --vfmodule-uuid               model uuid for vfmodule. It is of type STRING. By
4528                                     default, it is .
4529  -A | --vf-model-uuid               model uuid for vf. It is of type STRING. By
4530                                     default, it is .
4531  -y | --vf-id                       unique id for related VF. It is of type STRING.
4532                                     By default, it is .
4533  -D | --context                     command context. It is of type MAP. It is
4534                                     optional.
4535  -B | --tenant-id                   openstack tenant id. It is of type STRING. By
4536                                     default, it is .
4537  -e | --vfmodule-name               vfmodule model name. It is of type STRING. By
4538                                     default, it is .
4539  -q | --vf-model-customization-id   vf model customization id. This can be obtained
4540                                     using SDC portal (Home -> service:xxx ->
4541                                     Composition -> click on VF for customization id).
4542                                     It is of type STRING. By default, it is .
4543  -u | --host-username               Host user name. It is of type STRING. By default,
4544                                     it is read from environment variable
4545                                     OPEN_CLI_HOST_USERNAME.
4546
4547
4548 Results::
4549
4550  vfmodule-id  id for the created vnf and is of type STRING.
4551
4552
4553 Error::
4554
4555  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4556
4557
4558
4559 [66] vfmodule-delete
4560 -----------------------------------------------
4561
4562
4563 usage: onap vfmodule-delete
4564
4565 delete a VF module (experimental)
4566
4567 Product: onap-amsterdam
4568 Service: so
4569 Author: ONAP CLI Team onap-discuss@lists.onap.org
4570
4571 Options::
4572
4573  [-m | --host-url] [-C | --no-catalog] [-h | --help]
4574  [-f | --format] [-t | --no-title] [-V | --verify]
4575  [-v | --version] [-d | --debug] [-l | --cloud-region]
4576  [-j | --service-id] [-z | --tenant-id] [-y | --vf-id]
4577  [-k | --vf-model-invariant-id] [-s | --long] [-D | --context]
4578  [-g | --vfmodule-version] [-x | --vfmodule-id] [-e | --vfmodule-name]
4579  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
4580
4581 where::
4582
4583  -m | --host-url                host url in http(s). It is of type URL. By
4584                                 default, it is read from environment variable
4585                                 OPEN_CLI_HOST_URL.
4586  -C | --no-catalog              whether to use given host-url directly without
4587                                 looking into catalog, it will override the
4588                                 service->mode. It is of type BOOL. It is
4589                                 optional.
4590  -h | --help                    print help message. It is of type BOOL.
4591  -f | --format                  Output formats, supported formats such as table,
4592                                 csv, json, yaml. It is of type STRING.
4593  -t | --no-title                whether to print title or not. It is of type BOOL.
4594  -V | --verify                  verify the command using available command sample
4595                                 file and mocking file. By default it goes with
4596                                 mock style. To enable the verification in real
4597                                 time, set DISABLE_MOCKING=true in the context
4598                                 param. It is of type BOOL. It is optional.
4599  -v | --version                 print service version. It is of type BOOL.
4600  -d | --debug                   Enable debug output. It is of type BOOL.
4601  -l | --cloud-region            cloud region identifier. It is of type STRING. By
4602                                 default, it is .
4603  -j | --service-id              unique id for service. It is of type STRING. By
4604                                 default, it is .
4605  -z | --tenant-id               openstack tenant id. It is of type STRING. By
4606                                 default, it is .
4607  -y | --vf-id                   unique id for related VF. It is of type STRING.
4608                                 By default, it is .
4609  -k | --vf-model-invariant-id   vf model invariant id. It is of type STRING. By
4610                                 default, it is .
4611  -s | --long                    whether to print all attributes or only short
4612                                 attributes. It is of type BOOL.
4613  -D | --context                 command context. It is of type MAP. It is
4614                                 optional.
4615  -g | --vfmodule-version        vf module version. It is of type STRING. By
4616                                 default, it is .
4617  -x | --vfmodule-id             VF module Id. It is of type STRING. By default,
4618                                 it is .
4619  -e | --vfmodule-name           vfmodule model name. It is of type STRING. By
4620                                 default, it is .
4621  -u | --host-username           Host user name. It is of type STRING. By default,
4622                                 it is read from environment variable
4623                                 OPEN_CLI_HOST_USERNAME.
4624  -a | --no-auth                 whether to authenticate user or not. It is of
4625                                 type BOOL.
4626  -p | --host-password           Host user password. It is of type STRING. By
4627                                 default, it is read from environment variable
4628                                 OPEN_CLI_HOST_PASSWORD. Secured.
4629
4630
4631 Error::
4632
4633  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4634
4635
4636
4637 [67] vim-list
4638 -----------------------------------------------
4639
4640
4641 usage: onap vim-list
4642
4643 List the configured vims
4644
4645 Product: onap-amsterdam
4646 Service: aai
4647 Author: ONAP CLI Team onap-discuss@lists.onap.org
4648
4649 Options::
4650
4651  [-m | --host-url] [-C | --no-catalog] [-h | --help]
4652  [-f | --format] [-t | --no-title] [-V | --verify]
4653  [-v | --version] [-d | --debug] [-x | --cloud-name]
4654  [-s | --long] [-D | --context] [-y | --region-name]
4655  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
4656
4657 where::
4658
4659  -m | --host-url        host url in http(s). It is of type URL. By
4660                         default, it is read from environment variable
4661                         OPEN_CLI_HOST_URL.
4662  -C | --no-catalog      whether to use given host-url directly without
4663                         looking into catalog, it will override the
4664                         service->mode. It is of type BOOL. It is
4665                         optional.
4666  -h | --help            print help message. It is of type BOOL.
4667  -f | --format          Output formats, supported formats such as table,
4668                         csv, json, yaml. It is of type STRING.
4669  -t | --no-title        whether to print title or not. It is of type BOOL.
4670  -V | --verify          verify the command using available command sample
4671                         file and mocking file. By default it goes with
4672                         mock style. To enable the verification in real
4673                         time, set DISABLE_MOCKING=true in the context
4674                         param. It is of type BOOL. It is optional.
4675  -v | --version         print service version. It is of type BOOL.
4676  -d | --debug           Enable debug output. It is of type BOOL.
4677  -x | --cloud-name      Onap cloud name. It is of type STRING. By
4678                         default, it is .
4679  -s | --long            whether to print all attributes or only short
4680                         attributes. It is of type BOOL.
4681  -D | --context         command context. It is of type MAP. It is
4682                         optional.
4683  -y | --region-name     Onap region name. It is of type STRING. By
4684                         default, it is .
4685  -u | --host-username   Host user name. It is of type STRING. By default,
4686                         it is read from environment variable
4687                         OPEN_CLI_HOST_USERNAME.
4688  -a | --no-auth         whether to authenticate user or not. It is of
4689                         type BOOL.
4690  -p | --host-password   Host user password. It is of type STRING. By
4691                         default, it is read from environment variable
4692                         OPEN_CLI_HOST_PASSWORD. Secured.
4693
4694
4695 Results::
4696
4697  vim-id             Onap vim id and is of type STRING.
4698  name               Onap vim name and is of type STRING.
4699  type               Onap vim type and is of type STRING.
4700  vendor             Onap vim vendor and is of type STRING.
4701  version            Onap vim version and is of type STRING.
4702  url                Onap vim url and is of type STRING.
4703  username           Onap vim username and is of type STRING.
4704  cloud-domain       Onap vim cloud domain and is of type STRING.
4705  default-tenant     Onap vim tenant and is of type STRING.
4706  resource-version   Onap vim resource version and is of type STRING.
4707
4708
4709 Error::
4710
4711  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4712
4713
4714
4715 [68] vim-register
4716 -----------------------------------------------
4717
4718
4719 usage: onap vim-register
4720
4721 Register a VIM under a given cloud region in Onap
4722
4723 Product: onap-amsterdam
4724 Service: aai
4725 Author: ONAP CLI Team onap-discuss@lists.onap.org
4726
4727 Options::
4728
4729  [-h | --help] [-f | --format] [-t | --no-title]
4730  [-V | --verify] [-e | --vendor] [-v | --version]
4731  [-x | --cloud-name] [-s | --long] [-k | --ssl-cacert]
4732  [-y | --region-name] [-b | --name] [-j | --password]
4733  [-a | --no-auth] [-n | --cloud-domain] [-z | --vim-id]
4734  [-p | --host-password] [-m | --host-url] [-C | --no-catalog]
4735  [-d | --debug] [-q | --vim-version] [-l | --ssl-insecure]
4736  [-c | --type] [-o | --default-tenant] [-D | --context]
4737  [-i | --username] [-u | --host-username] [-g | --url]
4738
4739 where::
4740
4741  -h | --help            print help message. It is of type BOOL.
4742  -f | --format          Output formats, supported formats such as table,
4743                         csv, json, yaml. It is of type STRING.
4744  -t | --no-title        whether to print title or not. It is of type BOOL.
4745  -V | --verify          verify the command using available command sample
4746                         file and mocking file. By default it goes with
4747                         mock style. To enable the verification in real
4748                         time, set DISABLE_MOCKING=true in the context
4749                         param. It is of type BOOL. It is optional.
4750  -e | --vendor          Onap VIM vendor. It is of type STRING. By
4751                         default, it is .
4752  -v | --version         print service version. It is of type BOOL.
4753  -x | --cloud-name      Onap cloud name. It is of type STRING. By
4754                         default, it is .
4755  -s | --long            whether to print all attributes or only short
4756                         attributes. It is of type BOOL.
4757  -k | --ssl-cacert      Onap VIM SSL certificate. It is of type TEXT. It
4758                         is optional. By default, it is .
4759  -y | --region-name     Onap region name. It is of type STRING. By
4760                         default, it is .
4761  -b | --name            Onap VIM name. It is of type STRING. By default,
4762                         it is .
4763  -j | --password        Onap VIM password. It is of type STRING. By
4764                         default, it is .
4765  -a | --no-auth         whether to authenticate user or not. It is of
4766                         type BOOL.
4767  -n | --cloud-domain    Onap VIM cloud domain. It is of type STRING. By
4768                         default, it is .
4769  -z | --vim-id          Onap VIM unique id. It is of type UUID.
4770  -p | --host-password   Host user password. It is of type STRING. By
4771                         default, it is read from environment variable
4772                         OPEN_CLI_HOST_PASSWORD. Secured.
4773  -m | --host-url        host url in http(s). It is of type URL. By
4774                         default, it is read from environment variable
4775                         OPEN_CLI_HOST_URL.
4776  -C | --no-catalog      whether to use given host-url directly without
4777                         looking into catalog, it will override the
4778                         service->mode. It is of type BOOL. It is
4779                         optional.
4780  -d | --debug           Enable debug output. It is of type BOOL.
4781  -q | --vim-version     Onap VIM version. It is of type STRING. By
4782                         default, it is .
4783  -l | --ssl-insecure    Onap VIM insecure. It is of type BOOL. It is
4784                         optional.
4785  -c | --type            Onap VIM type. It is of type STRING. By default,
4786                         it is .
4787  -o | --default-tenant  Onap VIM default tenant. It is of type STRING. By
4788                         default, it is .
4789  -D | --context         command context. It is of type MAP. It is
4790                         optional.
4791  -i | --username        Onap VIM username. It is of type STRING. By
4792                         default, it is .
4793  -u | --host-username   Host user name. It is of type STRING. By default,
4794                         it is read from environment variable
4795                         OPEN_CLI_HOST_USERNAME.
4796  -g | --url             Onap VIM URL. It is of type STRING. By default,
4797                         it is .
4798
4799
4800 Error::
4801
4802  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4803
4804
4805
4806 [69] vim-unregister
4807 -----------------------------------------------
4808
4809
4810 usage: onap vim-unregister
4811
4812 Un-register a VIM under from cloud region in Onap
4813
4814 Product: onap-amsterdam
4815 Service: aai
4816 Author: ONAP CLI Team onap-discuss@lists.onap.org
4817
4818 Options::
4819
4820  [-m | --host-url] [-C | --no-catalog] [-h | --help]
4821  [-f | --format] [-t | --no-title] [-V | --verify]
4822  [-v | --version] [-d | --debug] [-x | --cloud-name]
4823  [-s | --long] [-D | --context] [-y | --region-name]
4824  [-u | --host-username] [-a | --no-auth] [-z | --vim-id]
4825  [-p | --host-password] [-b | --resource-version]
4826
4827 where::
4828
4829  -m | --host-url          host url in http(s). It is of type URL. By
4830                           default, it is read from environment variable
4831                           OPEN_CLI_HOST_URL.
4832  -C | --no-catalog        whether to use given host-url directly without
4833                           looking into catalog, it will override the
4834                           service->mode. It is of type BOOL. It is
4835                           optional.
4836  -h | --help              print help message. It is of type BOOL.
4837  -f | --format            Output formats, supported formats such as table,
4838                           csv, json, yaml. It is of type STRING.
4839  -t | --no-title          whether to print title or not. It is of type BOOL.
4840  -V | --verify            verify the command using available command sample
4841                           file and mocking file. By default it goes with
4842                           mock style. To enable the verification in real
4843                           time, set DISABLE_MOCKING=true in the context
4844                           param. It is of type BOOL. It is optional.
4845  -v | --version           print service version. It is of type BOOL.
4846  -d | --debug             Enable debug output. It is of type BOOL.
4847  -x | --cloud-name        Onap cloud name. It is of type STRING. By
4848                           default, it is .
4849  -s | --long              whether to print all attributes or only short
4850                           attributes. It is of type BOOL.
4851  -D | --context           command context. It is of type MAP. It is
4852                           optional.
4853  -y | --region-name       Onap region name. It is of type STRING. By
4854                           default, it is .
4855  -u | --host-username     Host user name. It is of type STRING. By default,
4856                           it is read from environment variable
4857                           OPEN_CLI_HOST_USERNAME.
4858  -a | --no-auth           whether to authenticate user or not. It is of
4859                           type BOOL.
4860  -z | --vim-id            Onap VIM unique id. It is of type UUID.
4861  -p | --host-password     Host user password. It is of type STRING. By
4862                           default, it is read from environment variable
4863                           OPEN_CLI_HOST_PASSWORD. Secured.
4864  -b | --resource-version  Onap vim resource version. It is of type STRING.
4865                           It is optional. By default, it is .
4866
4867
4868 Error::
4869
4870  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4871
4872
4873
4874 [70] vlm-aggreement-create
4875 -----------------------------------------------
4876
4877
4878 usage: onap vlm-aggreement-create
4879
4880 Create license aggreement
4881
4882 Product: onap-amsterdam
4883 Service: sdc
4884 Author: ONAP CLI Team onap-discuss@lists.onap.org
4885
4886 Options::
4887
4888  [-m | --host-url] [-y | --vlm-id] [-C | --no-catalog]
4889  [-h | --help] [-f | --format] [-t | --no-title]
4890  [-V | --verify] [-v | --version] [-d | --debug]
4891  [-z | --description] [-x | --name] [-g | --vlm-feature-group-id]
4892  [-s | --long] [-D | --context] [-u | --host-username]
4893  [-a | --no-auth] [-e | --vlm-version] [-p | --host-password]
4894
4895 where::
4896
4897  -m | --host-url              host url in http(s). It is of type URL. By
4898                               default, it is read from environment variable
4899                               OPEN_CLI_HOST_URL.
4900  -y | --vlm-id                License Model ID. It is of type STRING. By
4901                               default, it is .
4902  -C | --no-catalog            whether to use given host-url directly without
4903                               looking into catalog, it will override the
4904                               service->mode. It is of type BOOL. It is
4905                               optional.
4906  -h | --help                  print help message. It is of type BOOL.
4907  -f | --format                Output formats, supported formats such as table,
4908                               csv, json, yaml. It is of type STRING.
4909  -t | --no-title              whether to print title or not. It is of type BOOL.
4910  -V | --verify                verify the command using available command sample
4911                               file and mocking file. By default it goes with
4912                               mock style. To enable the verification in real
4913                               time, set DISABLE_MOCKING=true in the context
4914                               param. It is of type BOOL. It is optional.
4915  -v | --version               print service version. It is of type BOOL.
4916  -d | --debug                 Enable debug output. It is of type BOOL.
4917  -z | --description           Description for aggreement. It is of type STRING.
4918                               By default, it is .
4919  -x | --name                  aggreement name. It is of type STRING. By
4920                               default, it is .
4921  -g | --vlm-feature-group-id  VLM feature group. It is of type STRING. By
4922                               default, it is .
4923  -s | --long                  whether to print all attributes or only short
4924                               attributes. It is of type BOOL.
4925  -D | --context               command context. It is of type MAP. It is
4926                               optional.
4927  -u | --host-username         Host user name. It is of type STRING. By default,
4928                               it is read from environment variable
4929                               OPEN_CLI_HOST_USERNAME.
4930  -a | --no-auth               whether to authenticate user or not. It is of
4931                               type BOOL.
4932  -e | --vlm-version           License Model version. It is of type STRING. By
4933                               default, it is .
4934  -p | --host-password         Host user password. It is of type STRING. By
4935                               default, it is read from environment variable
4936                               OPEN_CLI_HOST_PASSWORD. Secured.
4937
4938
4939 Results::
4940
4941  ID   aggreement ID and is of type STRING.
4942
4943
4944 Error::
4945
4946  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
4947
4948
4949
4950 [71] vlm-aggreement-list
4951 -----------------------------------------------
4952
4953
4954 usage: onap vlm-aggreement-list
4955
4956 List license aggreement
4957
4958 Product: onap-amsterdam
4959 Service: sdc
4960 Author: ONAP CLI Team onap-discuss@lists.onap.org
4961
4962 Options::
4963
4964  [-m | --host-url] [-C | --no-catalog] [-y | --vlm-version]
4965  [-h | --help] [-f | --format] [-t | --no-title]
4966  [-V | --verify] [-v | --version] [-d | --debug]
4967  [-x | --vlm-id] [-s | --long] [-D | --context]
4968  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
4969
4970 where::
4971
4972  -m | --host-url        host url in http(s). It is of type URL. By
4973                         default, it is read from environment variable
4974                         OPEN_CLI_HOST_URL.
4975  -C | --no-catalog      whether to use given host-url directly without
4976                         looking into catalog, it will override the
4977                         service->mode. It is of type BOOL. It is
4978                         optional.
4979  -y | --vlm-version     License Model version. It is of type STRING. By
4980                         default, it is .
4981  -h | --help            print help message. It is of type BOOL.
4982  -f | --format          Output formats, supported formats such as table,
4983                         csv, json, yaml. It is of type STRING.
4984  -t | --no-title        whether to print title or not. It is of type BOOL.
4985  -V | --verify          verify the command using available command sample
4986                         file and mocking file. By default it goes with
4987                         mock style. To enable the verification in real
4988                         time, set DISABLE_MOCKING=true in the context
4989                         param. It is of type BOOL. It is optional.
4990  -v | --version         print service version. It is of type BOOL.
4991  -d | --debug           Enable debug output. It is of type BOOL.
4992  -x | --vlm-id          License Model ID. It is of type STRING. By
4993                         default, it is .
4994  -s | --long            whether to print all attributes or only short
4995                         attributes. It is of type BOOL.
4996  -D | --context         command context. It is of type MAP. It is
4997                         optional.
4998  -u | --host-username   Host user name. It is of type STRING. By default,
4999                         it is read from environment variable
5000                         OPEN_CLI_HOST_USERNAME.
5001  -a | --no-auth         whether to authenticate user or not. It is of
5002                         type BOOL.
5003  -p | --host-password   Host user password. It is of type STRING. By
5004                         default, it is read from environment variable
5005                         OPEN_CLI_HOST_PASSWORD. Secured.
5006
5007
5008 Results::
5009
5010  ID     aggreement ID and is of type STRING.
5011  name   aggreement name and is of type STRING.
5012
5013
5014 Error::
5015
5016  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5017
5018
5019
5020 [72] vlm-checkin
5021 -----------------------------------------------
5022
5023
5024 usage: onap vlm-checkin
5025
5026 Checkin Vendor License Model
5027
5028 Product: onap-amsterdam
5029 Service: sdc
5030 Author: ONAP CLI Team onap-discuss@lists.onap.org
5031
5032 Options::
5033
5034  [-m | --host-url] [-C | --no-catalog] [-y | --vlm-version]
5035  [-h | --help] [-f | --format] [-t | --no-title]
5036  [-V | --verify] [-v | --version] [-d | --debug]
5037  [-x | --vlm-id] [-s | --long] [-D | --context]
5038  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
5039
5040 where::
5041
5042  -m | --host-url        host url in http(s). It is of type URL. By
5043                         default, it is read from environment variable
5044                         OPEN_CLI_HOST_URL.
5045  -C | --no-catalog      whether to use given host-url directly without
5046                         looking into catalog, it will override the
5047                         service->mode. It is of type BOOL. It is
5048                         optional.
5049  -y | --vlm-version     VLM version. It is of type STRING. By default, it
5050                         is .
5051  -h | --help            print help message. It is of type BOOL.
5052  -f | --format          Output formats, supported formats such as table,
5053                         csv, json, yaml. It is of type STRING.
5054  -t | --no-title        whether to print title or not. It is of type BOOL.
5055  -V | --verify          verify the command using available command sample
5056                         file and mocking file. By default it goes with
5057                         mock style. To enable the verification in real
5058                         time, set DISABLE_MOCKING=true in the context
5059                         param. It is of type BOOL. It is optional.
5060  -v | --version         print service version. It is of type BOOL.
5061  -d | --debug           Enable debug output. It is of type BOOL.
5062  -x | --vlm-id          Onap VLM ID. It is of type STRING. By default, it
5063                         is .
5064  -s | --long            whether to print all attributes or only short
5065                         attributes. It is of type BOOL.
5066  -D | --context         command context. It is of type MAP. It is
5067                         optional.
5068  -u | --host-username   Host user name. It is of type STRING. By default,
5069                         it is read from environment variable
5070                         OPEN_CLI_HOST_USERNAME.
5071  -a | --no-auth         whether to authenticate user or not. It is of
5072                         type BOOL.
5073  -p | --host-password   Host user password. It is of type STRING. By
5074                         default, it is read from environment variable
5075                         OPEN_CLI_HOST_PASSWORD. Secured.
5076
5077
5078 Error::
5079
5080  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5081
5082
5083
5084 [73] vlm-checkout
5085 -----------------------------------------------
5086
5087
5088 usage: onap vlm-checkout
5089
5090 Checkout Vendor License Model
5091
5092 Product: onap-amsterdam
5093 Service: sdc
5094 Author: ONAP CLI Team onap-discuss@lists.onap.org
5095
5096 Options::
5097
5098  [-m | --host-url] [-C | --no-catalog] [-y | --vlm-version]
5099  [-h | --help] [-f | --format] [-t | --no-title]
5100  [-V | --verify] [-v | --version] [-d | --debug]
5101  [-x | --vlm-id] [-s | --long] [-D | --context]
5102  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
5103
5104 where::
5105
5106  -m | --host-url        host url in http(s). It is of type URL. By
5107                         default, it is read from environment variable
5108                         OPEN_CLI_HOST_URL.
5109  -C | --no-catalog      whether to use given host-url directly without
5110                         looking into catalog, it will override the
5111                         service->mode. It is of type BOOL. It is
5112                         optional.
5113  -y | --vlm-version     VLM version. It is of type STRING. By default, it
5114                         is .
5115  -h | --help            print help message. It is of type BOOL.
5116  -f | --format          Output formats, supported formats such as table,
5117                         csv, json, yaml. It is of type STRING.
5118  -t | --no-title        whether to print title or not. It is of type BOOL.
5119  -V | --verify          verify the command using available command sample
5120                         file and mocking file. By default it goes with
5121                         mock style. To enable the verification in real
5122                         time, set DISABLE_MOCKING=true in the context
5123                         param. It is of type BOOL. It is optional.
5124  -v | --version         print service version. It is of type BOOL.
5125  -d | --debug           Enable debug output. It is of type BOOL.
5126  -x | --vlm-id          Onap VLM ID. It is of type STRING. By default, it
5127                         is .
5128  -s | --long            whether to print all attributes or only short
5129                         attributes. It is of type BOOL.
5130  -D | --context         command context. It is of type MAP. It is
5131                         optional.
5132  -u | --host-username   Host user name. It is of type STRING. By default,
5133                         it is read from environment variable
5134                         OPEN_CLI_HOST_USERNAME.
5135  -a | --no-auth         whether to authenticate user or not. It is of
5136                         type BOOL.
5137  -p | --host-password   Host user password. It is of type STRING. By
5138                         default, it is read from environment variable
5139                         OPEN_CLI_HOST_PASSWORD. Secured.
5140
5141
5142 Error::
5143
5144  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5145
5146
5147
5148 [74] vlm-create
5149 -----------------------------------------------
5150
5151
5152 usage: onap vlm-create
5153
5154 Create License Model
5155
5156 Product: onap-amsterdam
5157 Service: sdc
5158 Author: ONAP CLI Team onap-discuss@lists.onap.org
5159
5160 Options::
5161
5162  [-m | --host-url] [-C | --no-catalog] [-h | --help]
5163  [-f | --format] [-t | --no-title] [-V | --verify]
5164  [-v | --version] [-d | --debug] [-y | --description]
5165  [-s | --long] [-D | --context] [-x | --vendor-name]
5166  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
5167
5168 where::
5169
5170  -m | --host-url        host url in http(s). It is of type URL. By
5171                         default, it is read from environment variable
5172                         OPEN_CLI_HOST_URL.
5173  -C | --no-catalog      whether to use given host-url directly without
5174                         looking into catalog, it will override the
5175                         service->mode. It is of type BOOL. It is
5176                         optional.
5177  -h | --help            print help message. It is of type BOOL.
5178  -f | --format          Output formats, supported formats such as table,
5179                         csv, json, yaml. It is of type STRING.
5180  -t | --no-title        whether to print title or not. It is of type BOOL.
5181  -V | --verify          verify the command using available command sample
5182                         file and mocking file. By default it goes with
5183                         mock style. To enable the verification in real
5184                         time, set DISABLE_MOCKING=true in the context
5185                         param. It is of type BOOL. It is optional.
5186  -v | --version         print service version. It is of type BOOL.
5187  -d | --debug           Enable debug output. It is of type BOOL.
5188  -y | --description     Description for License Model. It is of type
5189                         STRING. It is optional. By default, it is .
5190  -s | --long            whether to print all attributes or only short
5191                         attributes. It is of type BOOL.
5192  -D | --context         command context. It is of type MAP. It is
5193                         optional.
5194  -x | --vendor-name     vendor name. It is of type STRING. By default, it
5195                         is .
5196  -u | --host-username   Host user name. It is of type STRING. By default,
5197                         it is read from environment variable
5198                         OPEN_CLI_HOST_USERNAME.
5199  -a | --no-auth         whether to authenticate user or not. It is of
5200                         type BOOL.
5201  -p | --host-password   Host user password. It is of type STRING. By
5202                         default, it is read from environment variable
5203                         OPEN_CLI_HOST_PASSWORD. Secured.
5204
5205
5206 Results::
5207
5208  ID   License Model ID and is of type UUID.
5209
5210
5211 Error::
5212
5213  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5214
5215
5216
5217 [75] vlm-entitlement-pool-create
5218 -----------------------------------------------
5219
5220
5221 usage: onap vlm-entitlement-pool-create
5222
5223 Create Entitlement Pool
5224
5225 Product: onap-amsterdam
5226 Service: sdc
5227 Author: ONAP CLI Team onap-discuss@lists.onap.org
5228
5229 Options::
5230
5231  [-m | --host-url] [-y | --vlm-id] [-C | --no-catalog]
5232  [-h | --help] [-f | --format] [-t | --no-title]
5233  [-V | --verify] [-v | --version] [-d | --debug]
5234  [-z | --description] [-k | --manufacture-reference-number] [-x | --name]
5235  [-g | --operational-scope] [-s | --long] [-D | --context]
5236  [-u | --host-username] [-a | --no-auth] [-e | --vlm-version]
5237  [-p | --host-password]
5238
5239 where::
5240
5241  -m | --host-url                      host url in http(s). It is of type URL. By
5242                                       default, it is read from environment variable
5243                                       OPEN_CLI_HOST_URL.
5244  -y | --vlm-id                        License Model ID. It is of type STRING. By
5245                                       default, it is .
5246  -C | --no-catalog                    whether to use given host-url directly without
5247                                       looking into catalog, it will override the
5248                                       service->mode. It is of type BOOL. It is
5249                                       optional.
5250  -h | --help                          print help message. It is of type BOOL.
5251  -f | --format                        Output formats, supported formats such as table,
5252                                       csv, json, yaml. It is of type STRING.
5253  -t | --no-title                      whether to print title or not. It is of type BOOL.
5254  -V | --verify                        verify the command using available command sample
5255                                       file and mocking file. By default it goes with
5256                                       mock style. To enable the verification in real
5257                                       time, set DISABLE_MOCKING=true in the context
5258                                       param. It is of type BOOL. It is optional.
5259  -v | --version                       print service version. It is of type BOOL.
5260  -d | --debug                         Enable debug output. It is of type BOOL.
5261  -z | --description                   Description for Entitlement Pool. It is of type
5262                                       STRING. By default, it is .
5263  -k | --manufacture-reference-number  Manufature Reference Number. It is of type
5264                                       STRING. By default, it is .
5265  -x | --name                          Entitlement Pool name. It is of type STRING. By
5266                                       default, it is .
5267  -g | --operational-scope             Operational Scope. It is of type STRING.
5268  -s | --long                          whether to print all attributes or only short
5269                                       attributes. It is of type BOOL.
5270  -D | --context                       command context. It is of type MAP. It is
5271                                       optional.
5272  -u | --host-username                 Host user name. It is of type STRING. By default,
5273                                       it is read from environment variable
5274                                       OPEN_CLI_HOST_USERNAME.
5275  -a | --no-auth                       whether to authenticate user or not. It is of
5276                                       type BOOL.
5277  -e | --vlm-version                   License Model version. It is of type STRING. By
5278                                       default, it is .
5279  -p | --host-password                 Host user password. It is of type STRING. By
5280                                       default, it is read from environment variable
5281                                       OPEN_CLI_HOST_PASSWORD. Secured.
5282
5283
5284 Results::
5285
5286  ID   Entitlement Pool ID and is of type STRING.
5287
5288
5289 Error::
5290
5291  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5292
5293
5294
5295 [76] vlm-entitlement-pool-list
5296 -----------------------------------------------
5297
5298
5299 usage: onap vlm-entitlement-pool-list
5300
5301 entitlement pool list in a license model
5302
5303 Product: onap-amsterdam
5304 Service: sdc
5305 Author: ONAP CLI Team onap-discuss@lists.onap.org
5306
5307 Options::
5308
5309  [-m | --host-url] [-C | --no-catalog] [-y | --vlm-version]
5310  [-h | --help] [-f | --format] [-t | --no-title]
5311  [-V | --verify] [-v | --version] [-d | --debug]
5312  [-x | --vlm-id] [-s | --long] [-D | --context]
5313  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
5314
5315 where::
5316
5317  -m | --host-url        host url in http(s). It is of type URL. By
5318                         default, it is read from environment variable
5319                         OPEN_CLI_HOST_URL.
5320  -C | --no-catalog      whether to use given host-url directly without
5321                         looking into catalog, it will override the
5322                         service->mode. It is of type BOOL. It is
5323                         optional.
5324  -y | --vlm-version     License Model version. It is of type STRING. By
5325                         default, it is .
5326  -h | --help            print help message. It is of type BOOL.
5327  -f | --format          Output formats, supported formats such as table,
5328                         csv, json, yaml. It is of type STRING.
5329  -t | --no-title        whether to print title or not. It is of type BOOL.
5330  -V | --verify          verify the command using available command sample
5331                         file and mocking file. By default it goes with
5332                         mock style. To enable the verification in real
5333                         time, set DISABLE_MOCKING=true in the context
5334                         param. It is of type BOOL. It is optional.
5335  -v | --version         print service version. It is of type BOOL.
5336  -d | --debug           Enable debug output. It is of type BOOL.
5337  -x | --vlm-id          License Model ID. It is of type STRING. By
5338                         default, it is .
5339  -s | --long            whether to print all attributes or only short
5340                         attributes. It is of type BOOL.
5341  -D | --context         command context. It is of type MAP. It is
5342                         optional.
5343  -u | --host-username   Host user name. It is of type STRING. By default,
5344                         it is read from environment variable
5345                         OPEN_CLI_HOST_USERNAME.
5346  -a | --no-auth         whether to authenticate user or not. It is of
5347                         type BOOL.
5348  -p | --host-password   Host user password. It is of type STRING. By
5349                         default, it is read from environment variable
5350                         OPEN_CLI_HOST_PASSWORD. Secured.
5351
5352
5353 Results::
5354
5355  ID     Feature group ID and is of type STRING.
5356  name   Feature group name and is of type STRING.
5357
5358
5359 Error::
5360
5361  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5362
5363
5364
5365 [77] vlm-feature-group-create
5366 -----------------------------------------------
5367
5368
5369 usage: onap vlm-feature-group-create
5370
5371 Create feature group Pool
5372
5373 Product: onap-amsterdam
5374 Service: sdc
5375 Author: ONAP CLI Team onap-discuss@lists.onap.org
5376
5377 Options::
5378
5379  [-m | --host-url] [-y | --vlm-id] [-C | --no-catalog]
5380  [-h | --help] [-f | --format] [-t | --no-title]
5381  [-V | --verify] [-c | --part-number] [-v | --version]
5382  [-d | --debug] [-z | --description] [-b | --vlm-entitle-pool-id]
5383  [-k | --manufacture-reference-number] [-x | --name] [-g | --vlm-key-group-id]
5384  [-s | --long] [-D | --context] [-u | --host-username]
5385  [-a | --no-auth] [-e | --vlm-version] [-p | --host-password]
5386
5387 where::
5388
5389  -m | --host-url                      host url in http(s). It is of type URL. By
5390                                       default, it is read from environment variable
5391                                       OPEN_CLI_HOST_URL.
5392  -y | --vlm-id                        License Model ID. It is of type STRING. By
5393                                       default, it is .
5394  -C | --no-catalog                    whether to use given host-url directly without
5395                                       looking into catalog, it will override the
5396                                       service->mode. It is of type BOOL. It is
5397                                       optional.
5398  -h | --help                          print help message. It is of type BOOL.
5399  -f | --format                        Output formats, supported formats such as table,
5400                                       csv, json, yaml. It is of type STRING.
5401  -t | --no-title                      whether to print title or not. It is of type BOOL.
5402  -V | --verify                        verify the command using available command sample
5403                                       file and mocking file. By default it goes with
5404                                       mock style. To enable the verification in real
5405                                       time, set DISABLE_MOCKING=true in the context
5406                                       param. It is of type BOOL. It is optional.
5407  -c | --part-number                   Part number. It is of type STRING. By default, it
5408                                       is .
5409  -v | --version                       print service version. It is of type BOOL.
5410  -d | --debug                         Enable debug output. It is of type BOOL.
5411  -z | --description                   Description for feature group. It is of type
5412                                       STRING. By default, it is .
5413  -b | --vlm-entitle-pool-id           VLM Entitlement pool. It is of type STRING. By
5414                                       default, it is .
5415  -k | --manufacture-reference-number  Manufature Reference Number. It is of type
5416                                       STRING. By default, it is .
5417  -x | --name                          Feature group name. It is of type STRING. By
5418                                       default, it is .
5419  -g | --vlm-key-group-id              VLM keygroup. It is of type STRING. By default,
5420                                       it is .
5421  -s | --long                          whether to print all attributes or only short
5422                                       attributes. It is of type BOOL.
5423  -D | --context                       command context. It is of type MAP. It is
5424                                       optional.
5425  -u | --host-username                 Host user name. It is of type STRING. By default,
5426                                       it is read from environment variable
5427                                       OPEN_CLI_HOST_USERNAME.
5428  -a | --no-auth                       whether to authenticate user or not. It is of
5429                                       type BOOL.
5430  -e | --vlm-version                   License Model version. It is of type STRING. By
5431                                       default, it is .
5432  -p | --host-password                 Host user password. It is of type STRING. By
5433                                       default, it is read from environment variable
5434                                       OPEN_CLI_HOST_PASSWORD. Secured.
5435
5436
5437 Results::
5438
5439  ID   Feature group ID and is of type STRING.
5440
5441
5442 Error::
5443
5444  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5445
5446
5447
5448 [78] vlm-feature-group-list
5449 -----------------------------------------------
5450
5451
5452 usage: onap vlm-feature-group-list
5453
5454 Feature group list in a license model
5455
5456 Product: onap-amsterdam
5457 Service: sdc
5458 Author: ONAP CLI Team onap-discuss@lists.onap.org
5459
5460 Options::
5461
5462  [-m | --host-url] [-C | --no-catalog] [-y | --vlm-version]
5463  [-h | --help] [-f | --format] [-t | --no-title]
5464  [-V | --verify] [-v | --version] [-d | --debug]
5465  [-x | --vlm-id] [-s | --long] [-D | --context]
5466  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
5467
5468 where::
5469
5470  -m | --host-url        host url in http(s). It is of type URL. By
5471                         default, it is read from environment variable
5472                         OPEN_CLI_HOST_URL.
5473  -C | --no-catalog      whether to use given host-url directly without
5474                         looking into catalog, it will override the
5475                         service->mode. It is of type BOOL. It is
5476                         optional.
5477  -y | --vlm-version     License Model version. It is of type STRING. By
5478                         default, it is .
5479  -h | --help            print help message. It is of type BOOL.
5480  -f | --format          Output formats, supported formats such as table,
5481                         csv, json, yaml. It is of type STRING.
5482  -t | --no-title        whether to print title or not. It is of type BOOL.
5483  -V | --verify          verify the command using available command sample
5484                         file and mocking file. By default it goes with
5485                         mock style. To enable the verification in real
5486                         time, set DISABLE_MOCKING=true in the context
5487                         param. It is of type BOOL. It is optional.
5488  -v | --version         print service version. It is of type BOOL.
5489  -d | --debug           Enable debug output. It is of type BOOL.
5490  -x | --vlm-id          License Model ID. It is of type STRING. By
5491                         default, it is .
5492  -s | --long            whether to print all attributes or only short
5493                         attributes. It is of type BOOL.
5494  -D | --context         command context. It is of type MAP. It is
5495                         optional.
5496  -u | --host-username   Host user name. It is of type STRING. By default,
5497                         it is read from environment variable
5498                         OPEN_CLI_HOST_USERNAME.
5499  -a | --no-auth         whether to authenticate user or not. It is of
5500                         type BOOL.
5501  -p | --host-password   Host user password. It is of type STRING. By
5502                         default, it is read from environment variable
5503                         OPEN_CLI_HOST_PASSWORD. Secured.
5504
5505
5506 Results::
5507
5508  ID     Feature group ID and is of type STRING.
5509  name   Feature group name and is of type STRING.
5510
5511
5512 Error::
5513
5514  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5515
5516
5517
5518 [79] vlm-key-group-create
5519 -----------------------------------------------
5520
5521
5522 usage: onap vlm-key-group-create
5523
5524 Create License Key Group
5525
5526 Product: onap-amsterdam
5527 Service: sdc
5528 Author: ONAP CLI Team onap-discuss@lists.onap.org
5529
5530 Options::
5531
5532  [-m | --host-url] [-C | --no-catalog] [-h | --help]
5533  [-f | --format] [-t | --no-title] [-V | --verify]
5534  [-v | --version] [-d | --debug] [-z | --description]
5535  [-x | --name] [-s | --long] [-D | --context]
5536  [-y | --type] [-c | --vlm-id] [-u | --host-username]
5537  [-a | --no-auth] [-e | --vlm-version] [-p | --host-password]
5538
5539 where::
5540
5541  -m | --host-url        host url in http(s). It is of type URL. By
5542                         default, it is read from environment variable
5543                         OPEN_CLI_HOST_URL.
5544  -C | --no-catalog      whether to use given host-url directly without
5545                         looking into catalog, it will override the
5546                         service->mode. It is of type BOOL. It is
5547                         optional.
5548  -h | --help            print help message. It is of type BOOL.
5549  -f | --format          Output formats, supported formats such as table,
5550                         csv, json, yaml. It is of type STRING.
5551  -t | --no-title        whether to print title or not. It is of type BOOL.
5552  -V | --verify          verify the command using available command sample
5553                         file and mocking file. By default it goes with
5554                         mock style. To enable the verification in real
5555                         time, set DISABLE_MOCKING=true in the context
5556                         param. It is of type BOOL. It is optional.
5557  -v | --version         print service version. It is of type BOOL.
5558  -d | --debug           Enable debug output. It is of type BOOL.
5559  -z | --description     Description for License Key Group. It is of type
5560                         STRING. It is optional. By default, it is .
5561  -x | --name            name. It is of type STRING. By default, it is .
5562  -s | --long            whether to print all attributes or only short
5563                         attributes. It is of type BOOL.
5564  -D | --context         command context. It is of type MAP. It is
5565                         optional.
5566  -y | --type            type of group (Universal, unique, one-time). It
5567                         is of type STRING.
5568  -c | --vlm-id          License Model Id. It is of type STRING. By
5569                         default, it is .
5570  -u | --host-username   Host user name. It is of type STRING. By default,
5571                         it is read from environment variable
5572                         OPEN_CLI_HOST_USERNAME.
5573  -a | --no-auth         whether to authenticate user or not. It is of
5574                         type BOOL.
5575  -e | --vlm-version     License Model version. It is of type STRING. By
5576                         default, it is .
5577  -p | --host-password   Host user password. It is of type STRING. By
5578                         default, it is read from environment variable
5579                         OPEN_CLI_HOST_PASSWORD. Secured.
5580
5581
5582 Results::
5583
5584  ID   License Model ID and is of type STRING.
5585
5586
5587 Error::
5588
5589  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5590
5591
5592
5593 [80] vlm-key-group-list
5594 -----------------------------------------------
5595
5596
5597 usage: onap vlm-key-group-list
5598
5599 key group list in a license model
5600
5601 Product: onap-amsterdam
5602 Service: sdc
5603 Author: ONAP CLI Team onap-discuss@lists.onap.org
5604
5605 Options::
5606
5607  [-m | --host-url] [-C | --no-catalog] [-y | --vlm-version]
5608  [-h | --help] [-f | --format] [-t | --no-title]
5609  [-V | --verify] [-v | --version] [-d | --debug]
5610  [-x | --vlm-id] [-s | --long] [-D | --context]
5611  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
5612
5613 where::
5614
5615  -m | --host-url        host url in http(s). It is of type URL. By
5616                         default, it is read from environment variable
5617                         OPEN_CLI_HOST_URL.
5618  -C | --no-catalog      whether to use given host-url directly without
5619                         looking into catalog, it will override the
5620                         service->mode. It is of type BOOL. It is
5621                         optional.
5622  -y | --vlm-version     License Model version. It is of type STRING. By
5623                         default, it is .
5624  -h | --help            print help message. It is of type BOOL.
5625  -f | --format          Output formats, supported formats such as table,
5626                         csv, json, yaml. It is of type STRING.
5627  -t | --no-title        whether to print title or not. It is of type BOOL.
5628  -V | --verify          verify the command using available command sample
5629                         file and mocking file. By default it goes with
5630                         mock style. To enable the verification in real
5631                         time, set DISABLE_MOCKING=true in the context
5632                         param. It is of type BOOL. It is optional.
5633  -v | --version         print service version. It is of type BOOL.
5634  -d | --debug           Enable debug output. It is of type BOOL.
5635  -x | --vlm-id          License Model ID. It is of type STRING. By
5636                         default, it is .
5637  -s | --long            whether to print all attributes or only short
5638                         attributes. It is of type BOOL.
5639  -D | --context         command context. It is of type MAP. It is
5640                         optional.
5641  -u | --host-username   Host user name. It is of type STRING. By default,
5642                         it is read from environment variable
5643                         OPEN_CLI_HOST_USERNAME.
5644  -a | --no-auth         whether to authenticate user or not. It is of
5645                         type BOOL.
5646  -p | --host-password   Host user password. It is of type STRING. By
5647                         default, it is read from environment variable
5648                         OPEN_CLI_HOST_PASSWORD. Secured.
5649
5650
5651 Results::
5652
5653  ID     Feature group ID and is of type STRING.
5654  name   Feature group name and is of type STRING.
5655
5656
5657 Error::
5658
5659  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5660
5661
5662
5663 [81] vlm-list
5664 -----------------------------------------------
5665
5666
5667 usage: onap vlm-list
5668
5669 List License Model
5670
5671 Product: onap-amsterdam
5672 Service: sdc
5673 Author: ONAP CLI Team onap-discuss@lists.onap.org
5674
5675 Options::
5676
5677  [-m | --host-url] [-C | --no-catalog] [-h | --help]
5678  [-f | --format] [-t | --no-title] [-V | --verify]
5679  [-v | --version] [-d | --debug] [-s | --long]
5680  [-D | --context] [-u | --host-username] [-a | --no-auth]
5681  [-p | --host-password]
5682
5683 where::
5684
5685  -m | --host-url        host url in http(s). It is of type URL. By
5686                         default, it is read from environment variable
5687                         OPEN_CLI_HOST_URL.
5688  -C | --no-catalog      whether to use given host-url directly without
5689                         looking into catalog, it will override the
5690                         service->mode. It is of type BOOL. It is
5691                         optional.
5692  -h | --help            print help message. It is of type BOOL.
5693  -f | --format          Output formats, supported formats such as table,
5694                         csv, json, yaml. It is of type STRING.
5695  -t | --no-title        whether to print title or not. It is of type BOOL.
5696  -V | --verify          verify the command using available command sample
5697                         file and mocking file. By default it goes with
5698                         mock style. To enable the verification in real
5699                         time, set DISABLE_MOCKING=true in the context
5700                         param. It is of type BOOL. It is optional.
5701  -v | --version         print service version. It is of type BOOL.
5702  -d | --debug           Enable debug output. It is of type BOOL.
5703  -s | --long            whether to print all attributes or only short
5704                         attributes. It is of type BOOL.
5705  -D | --context         command context. It is of type MAP. It is
5706                         optional.
5707  -u | --host-username   Host user name. It is of type STRING. By default,
5708                         it is read from environment variable
5709                         OPEN_CLI_HOST_USERNAME.
5710  -a | --no-auth         whether to authenticate user or not. It is of
5711                         type BOOL.
5712  -p | --host-password   Host user password. It is of type STRING. By
5713                         default, it is read from environment variable
5714                         OPEN_CLI_HOST_PASSWORD. Secured.
5715
5716
5717 Results::
5718
5719  id           License ID and is of type UUID.
5720  vendor-name  Vendor  Name and is of type STRING.
5721  vlm-version  VLM version and is of type STRING.
5722  status       status and is of type STRING.
5723  description  License description and is of type STRING.
5724
5725
5726 Error::
5727
5728  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5729
5730
5731
5732 [82] vlm-revert
5733 -----------------------------------------------
5734
5735
5736 usage: onap vlm-revert
5737
5738 Revert Vendor License Model
5739
5740 Product: onap-amsterdam
5741 Service: sdc
5742 Author: ONAP CLI Team onap-discuss@lists.onap.org
5743
5744 Options::
5745
5746  [-m | --host-url] [-C | --no-catalog] [-y | --vlm-version]
5747  [-h | --help] [-f | --format] [-t | --no-title]
5748  [-V | --verify] [-v | --version] [-d | --debug]
5749  [-x | --vlm-id] [-s | --long] [-D | --context]
5750  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
5751
5752 where::
5753
5754  -m | --host-url        host url in http(s). It is of type URL. By
5755                         default, it is read from environment variable
5756                         OPEN_CLI_HOST_URL.
5757  -C | --no-catalog      whether to use given host-url directly without
5758                         looking into catalog, it will override the
5759                         service->mode. It is of type BOOL. It is
5760                         optional.
5761  -y | --vlm-version     VLM version. It is of type STRING. By default, it
5762                         is .
5763  -h | --help            print help message. It is of type BOOL.
5764  -f | --format          Output formats, supported formats such as table,
5765                         csv, json, yaml. It is of type STRING.
5766  -t | --no-title        whether to print title or not. It is of type BOOL.
5767  -V | --verify          verify the command using available command sample
5768                         file and mocking file. By default it goes with
5769                         mock style. To enable the verification in real
5770                         time, set DISABLE_MOCKING=true in the context
5771                         param. It is of type BOOL. It is optional.
5772  -v | --version         print service version. It is of type BOOL.
5773  -d | --debug           Enable debug output. It is of type BOOL.
5774  -x | --vlm-id          Onap VLM ID. It is of type STRING. By default, it
5775                         is .
5776  -s | --long            whether to print all attributes or only short
5777                         attributes. It is of type BOOL.
5778  -D | --context         command context. It is of type MAP. It is
5779                         optional.
5780  -u | --host-username   Host user name. It is of type STRING. By default,
5781                         it is read from environment variable
5782                         OPEN_CLI_HOST_USERNAME.
5783  -a | --no-auth         whether to authenticate user or not. It is of
5784                         type BOOL.
5785  -p | --host-password   Host user password. It is of type STRING. By
5786                         default, it is read from environment variable
5787                         OPEN_CLI_HOST_PASSWORD. Secured.
5788
5789
5790 Error::
5791
5792  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5793
5794
5795
5796 [83] vlm-submit
5797 -----------------------------------------------
5798
5799
5800 usage: onap vlm-submit
5801
5802 Submit Vendor License Model
5803
5804 Product: onap-amsterdam
5805 Service: sdc
5806 Author: ONAP CLI Team onap-discuss@lists.onap.org
5807
5808 Options::
5809
5810  [-m | --host-url] [-C | --no-catalog] [-y | --vlm-version]
5811  [-h | --help] [-f | --format] [-t | --no-title]
5812  [-V | --verify] [-v | --version] [-d | --debug]
5813  [-x | --vlm-id] [-s | --long] [-D | --context]
5814  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
5815
5816 where::
5817
5818  -m | --host-url        host url in http(s). It is of type URL. By
5819                         default, it is read from environment variable
5820                         OPEN_CLI_HOST_URL.
5821  -C | --no-catalog      whether to use given host-url directly without
5822                         looking into catalog, it will override the
5823                         service->mode. It is of type BOOL. It is
5824                         optional.
5825  -y | --vlm-version     VLM version. It is of type STRING. By default, it
5826                         is .
5827  -h | --help            print help message. It is of type BOOL.
5828  -f | --format          Output formats, supported formats such as table,
5829                         csv, json, yaml. It is of type STRING.
5830  -t | --no-title        whether to print title or not. It is of type BOOL.
5831  -V | --verify          verify the command using available command sample
5832                         file and mocking file. By default it goes with
5833                         mock style. To enable the verification in real
5834                         time, set DISABLE_MOCKING=true in the context
5835                         param. It is of type BOOL. It is optional.
5836  -v | --version         print service version. It is of type BOOL.
5837  -d | --debug           Enable debug output. It is of type BOOL.
5838  -x | --vlm-id          Onap VLM ID. It is of type STRING. By default, it
5839                         is .
5840  -s | --long            whether to print all attributes or only short
5841                         attributes. It is of type BOOL.
5842  -D | --context         command context. It is of type MAP. It is
5843                         optional.
5844  -u | --host-username   Host user name. It is of type STRING. By default,
5845                         it is read from environment variable
5846                         OPEN_CLI_HOST_USERNAME.
5847  -a | --no-auth         whether to authenticate user or not. It is of
5848                         type BOOL.
5849  -p | --host-password   Host user password. It is of type STRING. By
5850                         default, it is read from environment variable
5851                         OPEN_CLI_HOST_PASSWORD. Secured.
5852
5853
5854 Error::
5855
5856  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5857
5858
5859
5860 [84] vnfm-list
5861 -----------------------------------------------
5862
5863
5864 usage: onap vnfm-list
5865
5866 List the configured vnfm
5867
5868 Product: onap-amsterdam
5869 Service: aai
5870 Author: ONAP CLI Team onap-discuss@lists.onap.org
5871
5872 Options::
5873
5874  [-m | --host-url] [-C | --no-catalog] [-h | --help]
5875  [-f | --format] [-t | --no-title] [-V | --verify]
5876  [-v | --version] [-d | --debug] [-s | --long]
5877  [-D | --context] [-u | --host-username] [-a | --no-auth]
5878  [-p | --host-password]
5879
5880 where::
5881
5882  -m | --host-url        host url in http(s). It is of type URL. By
5883                         default, it is read from environment variable
5884                         OPEN_CLI_HOST_URL.
5885  -C | --no-catalog      whether to use given host-url directly without
5886                         looking into catalog, it will override the
5887                         service->mode. It is of type BOOL. It is
5888                         optional.
5889  -h | --help            print help message. It is of type BOOL.
5890  -f | --format          Output formats, supported formats such as table,
5891                         csv, json, yaml. It is of type STRING.
5892  -t | --no-title        whether to print title or not. It is of type BOOL.
5893  -V | --verify          verify the command using available command sample
5894                         file and mocking file. By default it goes with
5895                         mock style. To enable the verification in real
5896                         time, set DISABLE_MOCKING=true in the context
5897                         param. It is of type BOOL. It is optional.
5898  -v | --version         print service version. It is of type BOOL.
5899  -d | --debug           Enable debug output. It is of type BOOL.
5900  -s | --long            whether to print all attributes or only short
5901                         attributes. It is of type BOOL.
5902  -D | --context         command context. It is of type MAP. It is
5903                         optional.
5904  -u | --host-username   Host user name. It is of type STRING. By default,
5905                         it is read from environment variable
5906                         OPEN_CLI_HOST_USERNAME.
5907  -a | --no-auth         whether to authenticate user or not. It is of
5908                         type BOOL.
5909  -p | --host-password   Host user password. It is of type STRING. By
5910                         default, it is read from environment variable
5911                         OPEN_CLI_HOST_PASSWORD. Secured.
5912
5913
5914 Results::
5915
5916  vnfm-id            Onap vnfm id and is of type STRING.
5917  vim-id             Onap vnfm id and is of type STRING.
5918  certificate-url    Onap vnfm certificate-url and is of type STRING.
5919  resource-version   Onap vnfm resource version and is of type STRING.
5920
5921
5922 Error::
5923
5924  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
5925
5926
5927
5928 [85] vnfm-register
5929 -----------------------------------------------
5930
5931
5932 usage: onap vnfm-register
5933
5934 Register a VNFM in Onap
5935
5936 Product: onap-amsterdam
5937 Service: aai
5938 Author: ONAP CLI Team onap-discuss@lists.onap.org
5939
5940 Options::
5941
5942  [-m | --host-url] [-C | --no-catalog] [-h | --help]
5943  [-f | --format] [-t | --no-title] [-V | --verify]
5944  [-e | --vendor] [-v | --version] [-d | --debug]
5945  [-y | --vnfm-id] [-c | --type] [-x | --vim-id]
5946  [-s | --long] [-D | --context] [-b | --name]
5947  [-i | --username] [-j | --password] [-u | --host-username]
5948  [-g | --url] [-a | --no-auth] [-q | --vnfm-version]
5949  [-p | --host-password] [-z | --certificate-url]
5950
5951 where::
5952
5953  -m | --host-url          host url in http(s). It is of type URL. By
5954                           default, it is read from environment variable
5955                           OPEN_CLI_HOST_URL.
5956  -C | --no-catalog        whether to use given host-url directly without
5957                           looking into catalog, it will override the
5958                           service->mode. It is of type BOOL. It is
5959                           optional.
5960  -h | --help              print help message. It is of type BOOL.
5961  -f | --format            Output formats, supported formats such as table,
5962                           csv, json, yaml. It is of type STRING.
5963  -t | --no-title          whether to print title or not. It is of type BOOL.
5964  -V | --verify            verify the command using available command sample
5965                           file and mocking file. By default it goes with
5966                           mock style. To enable the verification in real
5967                           time, set DISABLE_MOCKING=true in the context
5968                           param. It is of type BOOL. It is optional.
5969  -e | --vendor            Onap VNFM vendor. It is of type STRING. By
5970                           default, it is .
5971  -v | --version           print service version. It is of type BOOL.
5972  -d | --debug             Enable debug output. It is of type BOOL.
5973  -y | --vnfm-id           Onap VNFM unique id. It is of type UUID.
5974  -c | --type              Onap VNFM type. It is of type STRING. By default,
5975                           it is .
5976  -x | --vim-id            Onap VIM unique id. It is of type UUID.
5977  -s | --long              whether to print all attributes or only short
5978                           attributes. It is of type BOOL.
5979  -D | --context           command context. It is of type MAP. It is
5980                           optional.
5981  -b | --name              Onap VNFM name. It is of type STRING. By default,
5982                           it is .
5983  -i | --username          Onap VNFM username. It is of type STRING. By
5984                           default, it is .
5985  -j | --password          Onap VNFM password. It is of type STRING. By
5986                           default, it is .
5987  -u | --host-username     Host user name. It is of type STRING. By default,
5988                           it is read from environment variable
5989                           OPEN_CLI_HOST_USERNAME.
5990  -g | --url               Onap VNFM URL. It is of type STRING. By default,
5991                           it is .
5992  -a | --no-auth           whether to authenticate user or not. It is of
5993                           type BOOL.
5994  -q | --vnfm-version      Onap VNFM version. It is of type STRING. By
5995                           default, it is .
5996  -p | --host-password     Host user password. It is of type STRING. By
5997                           default, it is read from environment variable
5998                           OPEN_CLI_HOST_PASSWORD. Secured.
5999  -z | --certificate-url   Onap VNFM certificate-url. It is of type STRING.
6000                           It is optional. By default, it is .
6001
6002
6003 Error::
6004
6005  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6006
6007
6008
6009 [86] vnfm-show
6010 -----------------------------------------------
6011
6012
6013 usage: onap vnfm-show
6014
6015 Show the VNFM in Onap
6016
6017 Product: onap-amsterdam
6018 Service: aai
6019 Author: ONAP CLI Team onap-discuss@lists.onap.org
6020
6021 Options::
6022
6023  [-m | --host-url] [-C | --no-catalog] [-h | --help]
6024  [-f | --format] [-t | --no-title] [-V | --verify]
6025  [-v | --version] [-d | --debug] [-x | --vnfm-id]
6026  [-s | --long] [-D | --context] [-u | --host-username]
6027  [-a | --no-auth] [-p | --host-password]
6028
6029 where::
6030
6031  -m | --host-url        host url in http(s). It is of type URL. By
6032                         default, it is read from environment variable
6033                         OPEN_CLI_HOST_URL.
6034  -C | --no-catalog      whether to use given host-url directly without
6035                         looking into catalog, it will override the
6036                         service->mode. It is of type BOOL. It is
6037                         optional.
6038  -h | --help            print help message. It is of type BOOL.
6039  -f | --format          Output formats, supported formats such as table,
6040                         csv, json, yaml. It is of type STRING.
6041  -t | --no-title        whether to print title or not. It is of type BOOL.
6042  -V | --verify          verify the command using available command sample
6043                         file and mocking file. By default it goes with
6044                         mock style. To enable the verification in real
6045                         time, set DISABLE_MOCKING=true in the context
6046                         param. It is of type BOOL. It is optional.
6047  -v | --version         print service version. It is of type BOOL.
6048  -d | --debug           Enable debug output. It is of type BOOL.
6049  -x | --vnfm-id         Onap VNFM unique id. It is of type UUID.
6050  -s | --long            whether to print all attributes or only short
6051                         attributes. It is of type BOOL.
6052  -D | --context         command context. It is of type MAP. It is
6053                         optional.
6054  -u | --host-username   Host user name. It is of type STRING. By default,
6055                         it is read from environment variable
6056                         OPEN_CLI_HOST_USERNAME.
6057  -a | --no-auth         whether to authenticate user or not. It is of
6058                         type BOOL.
6059  -p | --host-password   Host user password. It is of type STRING. By
6060                         default, it is read from environment variable
6061                         OPEN_CLI_HOST_PASSWORD. Secured.
6062
6063
6064 Results::
6065
6066  name       Onap vnfm name and is of type STRING.
6067  type       Onap vnfm type and is of type STRING.
6068  vendor     Onap vnfm vendor and is of type STRING.
6069  version    Onap vnfm version and is of type STRING.
6070  url        Onap vnfm url and is of type STRING.
6071  username   Onap vnfm username and is of type STRING.
6072
6073
6074 Error::
6075
6076  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6077
6078
6079
6080 [87] vnfm-unregister
6081 -----------------------------------------------
6082
6083
6084 usage: onap vnfm-unregister
6085
6086 Un-register a VNFM in Onap
6087
6088 Product: onap-amsterdam
6089 Service: aai
6090 Author: ONAP CLI Team onap-discuss@lists.onap.org
6091
6092 Options::
6093
6094  [-m | --host-url] [-C | --no-catalog] [-h | --help]
6095  [-f | --format] [-t | --no-title] [-V | --verify]
6096  [-v | --version] [-d | --debug] [-y | --resource-version]
6097  [-x | --vnfm-id] [-s | --long] [-D | --context]
6098  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
6099
6100 where::
6101
6102  -m | --host-url          host url in http(s). It is of type URL. By
6103                           default, it is read from environment variable
6104                           OPEN_CLI_HOST_URL.
6105  -C | --no-catalog        whether to use given host-url directly without
6106                           looking into catalog, it will override the
6107                           service->mode. It is of type BOOL. It is
6108                           optional.
6109  -h | --help              print help message. It is of type BOOL.
6110  -f | --format            Output formats, supported formats such as table,
6111                           csv, json, yaml. It is of type STRING.
6112  -t | --no-title          whether to print title or not. It is of type BOOL.
6113  -V | --verify            verify the command using available command sample
6114                           file and mocking file. By default it goes with
6115                           mock style. To enable the verification in real
6116                           time, set DISABLE_MOCKING=true in the context
6117                           param. It is of type BOOL. It is optional.
6118  -v | --version           print service version. It is of type BOOL.
6119  -d | --debug             Enable debug output. It is of type BOOL.
6120  -y | --resource-version  Onap vim resource version. It is of type STRING.
6121                           It is optional. By default, it is .
6122  -x | --vnfm-id           Onap VNFM unique id. It is of type UUID.
6123  -s | --long              whether to print all attributes or only short
6124                           attributes. It is of type BOOL.
6125  -D | --context           command context. It is of type MAP. It is
6126                           optional.
6127  -u | --host-username     Host user name. It is of type STRING. By default,
6128                           it is read from environment variable
6129                           OPEN_CLI_HOST_USERNAME.
6130  -a | --no-auth           whether to authenticate user or not. It is of
6131                           type BOOL.
6132  -p | --host-password     Host user password. It is of type STRING. By
6133                           default, it is read from environment variable
6134                           OPEN_CLI_HOST_PASSWORD. Secured.
6135
6136
6137 Error::
6138
6139  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6140
6141
6142
6143 [88] vsp-add-artifact
6144 -----------------------------------------------
6145
6146
6147 usage: onap vsp-add-artifact
6148
6149 Upload the CSAR file to VSP
6150
6151 Product: onap-amsterdam
6152 Service: sdc
6153 Author: ONAP CLI Team onap-discuss@lists.onap.org
6154
6155 Options::
6156
6157  [-m | --host-url] [-C | --no-catalog] [-h | --help]
6158  [-f | --format] [-t | --no-title] [-V | --verify]
6159  [-v | --version] [-d | --debug] [-x | --vsp-id]
6160  [-s | --long] [-D | --context] [-y | --vsp-version]
6161  [-z | --vsp-file]
6162
6163 where::
6164
6165  -m | --host-url      host url in http(s). It is of type URL. By
6166                       default, it is read from environment variable
6167                       OPEN_CLI_HOST_URL.
6168  -C | --no-catalog    whether to use given host-url directly without
6169                       looking into catalog, it will override the
6170                       service->mode. It is of type BOOL. It is
6171                       optional.
6172  -h | --help          print help message. It is of type BOOL.
6173  -f | --format        Output formats, supported formats such as table,
6174                       csv, json, yaml. It is of type STRING.
6175  -t | --no-title      whether to print title or not. It is of type BOOL.
6176  -V | --verify        verify the command using available command sample
6177                       file and mocking file. By default it goes with
6178                       mock style. To enable the verification in real
6179                       time, set DISABLE_MOCKING=true in the context
6180                       param. It is of type BOOL. It is optional.
6181  -v | --version       print service version. It is of type BOOL.
6182  -d | --debug         Enable debug output. It is of type BOOL.
6183  -x | --vsp-id        Onap VSP ID. It is of type STRING. By default, it
6184                       is .
6185  -s | --long          whether to print all attributes or only short
6186                       attributes. It is of type BOOL.
6187  -D | --context       command context. It is of type MAP. It is
6188                       optional.
6189  -y | --vsp-version   Onap VSP version. It is of type STRING. By
6190                       default, it is .
6191  -z | --vsp-file      CSAR File path. It is of type BINARY. By default,
6192                       it is .
6193
6194
6195 Error::
6196
6197  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6198
6199
6200
6201 [89] vsp-checkin
6202 -----------------------------------------------
6203
6204
6205 usage: onap vsp-checkin
6206
6207 Checkin Vendor Software Product
6208
6209 Product: onap-amsterdam
6210 Service: sdc
6211 Author: ONAP CLI Team onap-discuss@lists.onap.org
6212
6213 Options::
6214
6215  [-m | --host-url] [-C | --no-catalog] [-h | --help]
6216  [-f | --format] [-t | --no-title] [-V | --verify]
6217  [-v | --version] [-d | --debug] [-x | --vsp-id]
6218  [-s | --long] [-D | --context] [-y | --vsp-version]
6219  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
6220
6221 where::
6222
6223  -m | --host-url        host url in http(s). It is of type URL. By
6224                         default, it is read from environment variable
6225                         OPEN_CLI_HOST_URL.
6226  -C | --no-catalog      whether to use given host-url directly without
6227                         looking into catalog, it will override the
6228                         service->mode. It is of type BOOL. It is
6229                         optional.
6230  -h | --help            print help message. It is of type BOOL.
6231  -f | --format          Output formats, supported formats such as table,
6232                         csv, json, yaml. It is of type STRING.
6233  -t | --no-title        whether to print title or not. It is of type BOOL.
6234  -V | --verify          verify the command using available command sample
6235                         file and mocking file. By default it goes with
6236                         mock style. To enable the verification in real
6237                         time, set DISABLE_MOCKING=true in the context
6238                         param. It is of type BOOL. It is optional.
6239  -v | --version         print service version. It is of type BOOL.
6240  -d | --debug           Enable debug output. It is of type BOOL.
6241  -x | --vsp-id          Onap VSP ID. It is of type STRING. By default, it
6242                         is .
6243  -s | --long            whether to print all attributes or only short
6244                         attributes. It is of type BOOL.
6245  -D | --context         command context. It is of type MAP. It is
6246                         optional.
6247  -y | --vsp-version     VSP version. It is of type STRING. By default, it
6248                         is .
6249  -u | --host-username   Host user name. It is of type STRING. By default,
6250                         it is read from environment variable
6251                         OPEN_CLI_HOST_USERNAME.
6252  -a | --no-auth         whether to authenticate user or not. It is of
6253                         type BOOL.
6254  -p | --host-password   Host user password. It is of type STRING. By
6255                         default, it is read from environment variable
6256                         OPEN_CLI_HOST_PASSWORD. Secured.
6257
6258
6259 Error::
6260
6261  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6262
6263
6264
6265 [90] vsp-checkout
6266 -----------------------------------------------
6267
6268
6269 usage: onap vsp-checkout
6270
6271 Checkout Vendor Software Product
6272
6273 Product: onap-amsterdam
6274 Service: sdc
6275 Author: ONAP CLI Team onap-discuss@lists.onap.org
6276
6277 Options::
6278
6279  [-m | --host-url] [-C | --no-catalog] [-h | --help]
6280  [-f | --format] [-t | --no-title] [-V | --verify]
6281  [-v | --version] [-d | --debug] [-x | --vsp-id]
6282  [-s | --long] [-D | --context] [-y | --vsp-version]
6283  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
6284
6285 where::
6286
6287  -m | --host-url        host url in http(s). It is of type URL. By
6288                         default, it is read from environment variable
6289                         OPEN_CLI_HOST_URL.
6290  -C | --no-catalog      whether to use given host-url directly without
6291                         looking into catalog, it will override the
6292                         service->mode. It is of type BOOL. It is
6293                         optional.
6294  -h | --help            print help message. It is of type BOOL.
6295  -f | --format          Output formats, supported formats such as table,
6296                         csv, json, yaml. It is of type STRING.
6297  -t | --no-title        whether to print title or not. It is of type BOOL.
6298  -V | --verify          verify the command using available command sample
6299                         file and mocking file. By default it goes with
6300                         mock style. To enable the verification in real
6301                         time, set DISABLE_MOCKING=true in the context
6302                         param. It is of type BOOL. It is optional.
6303  -v | --version         print service version. It is of type BOOL.
6304  -d | --debug           Enable debug output. It is of type BOOL.
6305  -x | --vsp-id          Onap VSP ID. It is of type STRING. By default, it
6306                         is .
6307  -s | --long            whether to print all attributes or only short
6308                         attributes. It is of type BOOL.
6309  -D | --context         command context. It is of type MAP. It is
6310                         optional.
6311  -y | --vsp-version     VSP version. It is of type STRING. By default, it
6312                         is .
6313  -u | --host-username   Host user name. It is of type STRING. By default,
6314                         it is read from environment variable
6315                         OPEN_CLI_HOST_USERNAME.
6316  -a | --no-auth         whether to authenticate user or not. It is of
6317                         type BOOL.
6318  -p | --host-password   Host user password. It is of type STRING. By
6319                         default, it is read from environment variable
6320                         OPEN_CLI_HOST_PASSWORD. Secured.
6321
6322
6323 Error::
6324
6325  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6326
6327
6328
6329 [91] vsp-create
6330 -----------------------------------------------
6331
6332
6333 usage: onap vsp-create
6334
6335 Create Vendor Software Product
6336
6337 Product: onap-amsterdam
6338 Service: sdc
6339 Author: ONAP CLI Team onap-discuss@lists.onap.org
6340
6341 Options::
6342
6343  [-m | --host-url] [-j | --vlm-feature-group-id] [-C | --no-catalog]
6344  [-h | --help] [-f | --format] [-t | --no-title]
6345  [-V | --verify] [-v | --version] [-d | --debug]
6346  [-e | --vlm-vendor] [-b | --vsp-subcategory] [-z | --vsp-category]
6347  [-x | --vsp-name] [-s | --long] [-D | --context]
6348  [-y | --vsp-description] [-i | --vlm-agreement-id] [-c | --vlm-version]
6349  [-u | --host-username] [-a | --no-auth] [-g | --vlm-id]
6350  [-p | --host-password]
6351
6352 where::
6353
6354  -m | --host-url              host url in http(s). It is of type URL. By
6355                               default, it is read from environment variable
6356                               OPEN_CLI_HOST_URL.
6357  -j | --vlm-feature-group-id  Feature Group ID. It is of type STRING. By
6358                               default, it is .
6359  -C | --no-catalog            whether to use given host-url directly without
6360                               looking into catalog, it will override the
6361                               service->mode. It is of type BOOL. It is
6362                               optional.
6363  -h | --help                  print help message. It is of type BOOL.
6364  -f | --format                Output formats, supported formats such as table,
6365                               csv, json, yaml. It is of type STRING.
6366  -t | --no-title              whether to print title or not. It is of type BOOL.
6367  -V | --verify                verify the command using available command sample
6368                               file and mocking file. By default it goes with
6369                               mock style. To enable the verification in real
6370                               time, set DISABLE_MOCKING=true in the context
6371                               param. It is of type BOOL. It is optional.
6372  -v | --version               print service version. It is of type BOOL.
6373  -d | --debug                 Enable debug output. It is of type BOOL.
6374  -e | --vlm-vendor            License Model vendor. It is of type STRING. By
6375                               default, it is .
6376  -b | --vsp-subcategory       Sub Category of VSP. It is of type STRING. It is
6377                               optional.
6378  -z | --vsp-category          Category of the VSP. It is of type STRING. It is
6379                               optional.
6380  -x | --vsp-name              Onap VSP Name. It is of type STRING. By default,
6381                               it is .
6382  -s | --long                  whether to print all attributes or only short
6383                               attributes. It is of type BOOL.
6384  -D | --context               command context. It is of type MAP. It is
6385                               optional.
6386  -y | --vsp-description       Description for VSP. It is of type STRING. It is
6387                               optional. By default, it is .
6388  -i | --vlm-agreement-id      License Agreement ID. It is of type STRING. By
6389                               default, it is .
6390  -c | --vlm-version           License version. It is of type STRING. It is
6391                               optional.
6392  -u | --host-username         Host user name. It is of type STRING. By default,
6393                               it is read from environment variable
6394                               OPEN_CLI_HOST_USERNAME.
6395  -a | --no-auth               whether to authenticate user or not. It is of
6396                               type BOOL.
6397  -g | --vlm-id                License Model ID. It is of type STRING. By
6398                               default, it is .
6399  -p | --host-password         Host user password. It is of type STRING. By
6400                               default, it is read from environment variable
6401                               OPEN_CLI_HOST_PASSWORD. Secured.
6402
6403
6404 Results::
6405
6406  ID   VSP ID and is of type STRING.
6407
6408
6409 Error::
6410
6411  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6412
6413
6414
6415 [92] vsp-list
6416 -----------------------------------------------
6417
6418
6419 usage: onap vsp-list
6420
6421 List of the Vendor Software Products
6422
6423 Product: onap-amsterdam
6424 Service: sdc
6425 Author: ONAP CLI Team onap-discuss@lists.onap.org
6426
6427 Options::
6428
6429  [-m | --host-url] [-C | --no-catalog] [-h | --help]
6430  [-f | --format] [-t | --no-title] [-V | --verify]
6431  [-v | --version] [-d | --debug] [-s | --long]
6432  [-D | --context] [-u | --host-username] [-a | --no-auth]
6433  [-p | --host-password]
6434
6435 where::
6436
6437  -m | --host-url        host url in http(s). It is of type URL. By
6438                         default, it is read from environment variable
6439                         OPEN_CLI_HOST_URL.
6440  -C | --no-catalog      whether to use given host-url directly without
6441                         looking into catalog, it will override the
6442                         service->mode. It is of type BOOL. It is
6443                         optional.
6444  -h | --help            print help message. It is of type BOOL.
6445  -f | --format          Output formats, supported formats such as table,
6446                         csv, json, yaml. It is of type STRING.
6447  -t | --no-title        whether to print title or not. It is of type BOOL.
6448  -V | --verify          verify the command using available command sample
6449                         file and mocking file. By default it goes with
6450                         mock style. To enable the verification in real
6451                         time, set DISABLE_MOCKING=true in the context
6452                         param. It is of type BOOL. It is optional.
6453  -v | --version         print service version. It is of type BOOL.
6454  -d | --debug           Enable debug output. It is of type BOOL.
6455  -s | --long            whether to print all attributes or only short
6456                         attributes. It is of type BOOL.
6457  -D | --context         command context. It is of type MAP. It is
6458                         optional.
6459  -u | --host-username   Host user name. It is of type STRING. By default,
6460                         it is read from environment variable
6461                         OPEN_CLI_HOST_USERNAME.
6462  -a | --no-auth         whether to authenticate user or not. It is of
6463                         type BOOL.
6464  -p | --host-password   Host user password. It is of type STRING. By
6465                         default, it is read from environment variable
6466                         OPEN_CLI_HOST_PASSWORD. Secured.
6467
6468
6469 Results::
6470
6471  ID               VSP ID and is of type STRING.
6472  name             VSP Name and is of type STRING.
6473  vendor-name      Vendor name and is of type STRING.
6474  version          Version and is of type STRING.
6475  status           status and is of type STRING.
6476  license-id       license aggreement and is of type STRING.
6477  license-version  license version and is of type STRING.
6478
6479
6480 Error::
6481
6482  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6483
6484
6485
6486 [93] vsp-package
6487 -----------------------------------------------
6488
6489
6490 usage: onap vsp-package
6491
6492 Package Vendor Software Product
6493
6494 Product: onap-amsterdam
6495 Service: sdc
6496 Author: ONAP CLI Team onap-discuss@lists.onap.org
6497
6498 Options::
6499
6500  [-m | --host-url] [-C | --no-catalog] [-h | --help]
6501  [-f | --format] [-t | --no-title] [-V | --verify]
6502  [-v | --version] [-d | --debug] [-x | --vsp-id]
6503  [-s | --long] [-D | --context] [-y | --vsp-version]
6504  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
6505
6506 where::
6507
6508  -m | --host-url        host url in http(s). It is of type URL. By
6509                         default, it is read from environment variable
6510                         OPEN_CLI_HOST_URL.
6511  -C | --no-catalog      whether to use given host-url directly without
6512                         looking into catalog, it will override the
6513                         service->mode. It is of type BOOL. It is
6514                         optional.
6515  -h | --help            print help message. It is of type BOOL.
6516  -f | --format          Output formats, supported formats such as table,
6517                         csv, json, yaml. It is of type STRING.
6518  -t | --no-title        whether to print title or not. It is of type BOOL.
6519  -V | --verify          verify the command using available command sample
6520                         file and mocking file. By default it goes with
6521                         mock style. To enable the verification in real
6522                         time, set DISABLE_MOCKING=true in the context
6523                         param. It is of type BOOL. It is optional.
6524  -v | --version         print service version. It is of type BOOL.
6525  -d | --debug           Enable debug output. It is of type BOOL.
6526  -x | --vsp-id          Onap VSP ID. It is of type STRING. By default, it
6527                         is .
6528  -s | --long            whether to print all attributes or only short
6529                         attributes. It is of type BOOL.
6530  -D | --context         command context. It is of type MAP. It is
6531                         optional.
6532  -y | --vsp-version     VSP version. It is of type STRING. By default, it
6533                         is .
6534  -u | --host-username   Host user name. It is of type STRING. By default,
6535                         it is read from environment variable
6536                         OPEN_CLI_HOST_USERNAME.
6537  -a | --no-auth         whether to authenticate user or not. It is of
6538                         type BOOL.
6539  -p | --host-password   Host user password. It is of type STRING. By
6540                         default, it is read from environment variable
6541                         OPEN_CLI_HOST_PASSWORD. Secured.
6542
6543
6544 Error::
6545
6546  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6547
6548
6549
6550 [94] vsp-revert
6551 -----------------------------------------------
6552
6553
6554 usage: onap vsp-revert
6555
6556 Revert Vendor Software Product
6557
6558 Product: onap-amsterdam
6559 Service: sdc
6560 Author: ONAP CLI Team onap-discuss@lists.onap.org
6561
6562 Options::
6563
6564  [-m | --host-url] [-C | --no-catalog] [-h | --help]
6565  [-f | --format] [-t | --no-title] [-V | --verify]
6566  [-v | --version] [-d | --debug] [-x | --vsp-id]
6567  [-s | --long] [-D | --context] [-y | --vsp-version]
6568  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
6569
6570 where::
6571
6572  -m | --host-url        host url in http(s). It is of type URL. By
6573                         default, it is read from environment variable
6574                         OPEN_CLI_HOST_URL.
6575  -C | --no-catalog      whether to use given host-url directly without
6576                         looking into catalog, it will override the
6577                         service->mode. It is of type BOOL. It is
6578                         optional.
6579  -h | --help            print help message. It is of type BOOL.
6580  -f | --format          Output formats, supported formats such as table,
6581                         csv, json, yaml. It is of type STRING.
6582  -t | --no-title        whether to print title or not. It is of type BOOL.
6583  -V | --verify          verify the command using available command sample
6584                         file and mocking file. By default it goes with
6585                         mock style. To enable the verification in real
6586                         time, set DISABLE_MOCKING=true in the context
6587                         param. It is of type BOOL. It is optional.
6588  -v | --version         print service version. It is of type BOOL.
6589  -d | --debug           Enable debug output. It is of type BOOL.
6590  -x | --vsp-id          Onap VSP ID. It is of type STRING. By default, it
6591                         is .
6592  -s | --long            whether to print all attributes or only short
6593                         attributes. It is of type BOOL.
6594  -D | --context         command context. It is of type MAP. It is
6595                         optional.
6596  -y | --vsp-version     VSP version. It is of type STRING. By default, it
6597                         is .
6598  -u | --host-username   Host user name. It is of type STRING. By default,
6599                         it is read from environment variable
6600                         OPEN_CLI_HOST_USERNAME.
6601  -a | --no-auth         whether to authenticate user or not. It is of
6602                         type BOOL.
6603  -p | --host-password   Host user password. It is of type STRING. By
6604                         default, it is read from environment variable
6605                         OPEN_CLI_HOST_PASSWORD. Secured.
6606
6607
6608 Error::
6609
6610  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6611
6612
6613
6614 [95] vsp-show
6615 -----------------------------------------------
6616
6617
6618 usage: onap vsp-show
6619
6620 Details of the Vendor Software Product
6621
6622 Product: onap-amsterdam
6623 Service: sdc
6624 Author: ONAP CLI Team onap-discuss@lists.onap.org
6625
6626 Options::
6627
6628  [-m | --host-url] [-C | --no-catalog] [-h | --help]
6629  [-f | --format] [-t | --no-title] [-V | --verify]
6630  [-v | --version] [-d | --debug] [-x | --vsp-id]
6631  [-s | --long] [-D | --context] [-y | --vsp-version]
6632  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
6633
6634 where::
6635
6636  -m | --host-url        host url in http(s). It is of type URL. By
6637                         default, it is read from environment variable
6638                         OPEN_CLI_HOST_URL.
6639  -C | --no-catalog      whether to use given host-url directly without
6640                         looking into catalog, it will override the
6641                         service->mode. It is of type BOOL. It is
6642                         optional.
6643  -h | --help            print help message. It is of type BOOL.
6644  -f | --format          Output formats, supported formats such as table,
6645                         csv, json, yaml. It is of type STRING.
6646  -t | --no-title        whether to print title or not. It is of type BOOL.
6647  -V | --verify          verify the command using available command sample
6648                         file and mocking file. By default it goes with
6649                         mock style. To enable the verification in real
6650                         time, set DISABLE_MOCKING=true in the context
6651                         param. It is of type BOOL. It is optional.
6652  -v | --version         print service version. It is of type BOOL.
6653  -d | --debug           Enable debug output. It is of type BOOL.
6654  -x | --vsp-id          Onap VSP ID. It is of type STRING. By default, it
6655                         is .
6656  -s | --long            whether to print all attributes or only short
6657                         attributes. It is of type BOOL.
6658  -D | --context         command context. It is of type MAP. It is
6659                         optional.
6660  -y | --vsp-version     Onap VSP version. It is of type STRING. By
6661                         default, it is .
6662  -u | --host-username   Host user name. It is of type STRING. By default,
6663                         it is read from environment variable
6664                         OPEN_CLI_HOST_USERNAME.
6665  -a | --no-auth         whether to authenticate user or not. It is of
6666                         type BOOL.
6667  -p | --host-password   Host user password. It is of type STRING. By
6668                         default, it is read from environment variable
6669                         OPEN_CLI_HOST_PASSWORD. Secured.
6670
6671
6672 Results::
6673
6674  name         VSP Name and is of type STRING.
6675  ID           VSP ID and is of type STRING.
6676  description  Description for the VSP and is of type STRING.
6677  vendor-name  Vendor name and is of type STRING.
6678  vendor-id    Vendor id and is of type STRING.
6679  version      Version and is of type STRING.
6680  status       status and is of type STRING.
6681  license-id   license aggreement and is of type STRING.
6682
6683
6684 Error::
6685
6686  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6687
6688
6689
6690 [96] vsp-submit
6691 -----------------------------------------------
6692
6693
6694 usage: onap vsp-submit
6695
6696 Submit Vendor Software Product
6697
6698 Product: onap-amsterdam
6699 Service: sdc
6700 Author: ONAP CLI Team onap-discuss@lists.onap.org
6701
6702 Options::
6703
6704  [-m | --host-url] [-C | --no-catalog] [-h | --help]
6705  [-f | --format] [-t | --no-title] [-V | --verify]
6706  [-v | --version] [-d | --debug] [-x | --vsp-id]
6707  [-s | --long] [-D | --context] [-y | --vsp-version]
6708  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
6709
6710 where::
6711
6712  -m | --host-url        host url in http(s). It is of type URL. By
6713                         default, it is read from environment variable
6714                         OPEN_CLI_HOST_URL.
6715  -C | --no-catalog      whether to use given host-url directly without
6716                         looking into catalog, it will override the
6717                         service->mode. It is of type BOOL. It is
6718                         optional.
6719  -h | --help            print help message. It is of type BOOL.
6720  -f | --format          Output formats, supported formats such as table,
6721                         csv, json, yaml. It is of type STRING.
6722  -t | --no-title        whether to print title or not. It is of type BOOL.
6723  -V | --verify          verify the command using available command sample
6724                         file and mocking file. By default it goes with
6725                         mock style. To enable the verification in real
6726                         time, set DISABLE_MOCKING=true in the context
6727                         param. It is of type BOOL. It is optional.
6728  -v | --version         print service version. It is of type BOOL.
6729  -d | --debug           Enable debug output. It is of type BOOL.
6730  -x | --vsp-id          Onap VSP ID. It is of type STRING. By default, it
6731                         is .
6732  -s | --long            whether to print all attributes or only short
6733                         attributes. It is of type BOOL.
6734  -D | --context         command context. It is of type MAP. It is
6735                         optional.
6736  -y | --vsp-version     VSP version. It is of type STRING. By default, it
6737                         is .
6738  -u | --host-username   Host user name. It is of type STRING. By default,
6739                         it is read from environment variable
6740                         OPEN_CLI_HOST_USERNAME.
6741  -a | --no-auth         whether to authenticate user or not. It is of
6742                         type BOOL.
6743  -p | --host-password   Host user password. It is of type STRING. By
6744                         default, it is read from environment variable
6745                         OPEN_CLI_HOST_PASSWORD. Secured.
6746
6747
6748 Error::
6749
6750  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6751
6752
6753
6754 [97] vsp-validate
6755 -----------------------------------------------
6756
6757
6758 usage: onap vsp-validate
6759
6760 Validated the uploaded Vendor Software Product
6761
6762 Product: onap-amsterdam
6763 Service: sdc
6764 Author: ONAP CLI Team onap-discuss@lists.onap.org
6765
6766 Options::
6767
6768  [-m | --host-url] [-C | --no-catalog] [-h | --help]
6769  [-f | --format] [-t | --no-title] [-V | --verify]
6770  [-v | --version] [-d | --debug] [-x | --vsp-id]
6771  [-s | --long] [-D | --context] [-y | --vsp-version]
6772  [-u | --host-username] [-a | --no-auth] [-p | --host-password]
6773
6774 where::
6775
6776  -m | --host-url        host url in http(s). It is of type URL. By
6777                         default, it is read from environment variable
6778                         OPEN_CLI_HOST_URL.
6779  -C | --no-catalog      whether to use given host-url directly without
6780                         looking into catalog, it will override the
6781                         service->mode. It is of type BOOL. It is
6782                         optional.
6783  -h | --help            print help message. It is of type BOOL.
6784  -f | --format          Output formats, supported formats such as table,
6785                         csv, json, yaml. It is of type STRING.
6786  -t | --no-title        whether to print title or not. It is of type BOOL.
6787  -V | --verify          verify the command using available command sample
6788                         file and mocking file. By default it goes with
6789                         mock style. To enable the verification in real
6790                         time, set DISABLE_MOCKING=true in the context
6791                         param. It is of type BOOL. It is optional.
6792  -v | --version         print service version. It is of type BOOL.
6793  -d | --debug           Enable debug output. It is of type BOOL.
6794  -x | --vsp-id          Onap VSP ID. It is of type STRING. By default, it
6795                         is .
6796  -s | --long            whether to print all attributes or only short
6797                         attributes. It is of type BOOL.
6798  -D | --context         command context. It is of type MAP. It is
6799                         optional.
6800  -y | --vsp-version     VSP version. It is of type STRING. By default, it
6801                         is .
6802  -u | --host-username   Host user name. It is of type STRING. By default,
6803                         it is read from environment variable
6804                         OPEN_CLI_HOST_USERNAME.
6805  -a | --no-auth         whether to authenticate user or not. It is of
6806                         type BOOL.
6807  -p | --host-password   Host user password. It is of type STRING. By
6808                         default, it is read from environment variable
6809                         OPEN_CLI_HOST_PASSWORD. Secured.
6810
6811
6812 Results::
6813
6814  status   Validation status and is of type STRING.
6815  errors   Validation messages and is of type JSON.
6816
6817
6818 Error::
6819
6820  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6821
6822
6823
6824 sample-helloworld
6825 ==========================
6826
6827
6828 [1] hello-world
6829 -----------------------------------------------
6830
6831
6832 usage: onap hello-world
6833
6834 First cmd hello world
6835
6836 Product: sample-helloworld
6837 Service: hello-world
6838 Author: ONAP CLI Team onap-discuss@lists.onap.org
6839
6840 Options::
6841
6842  [-s | --long] [-D | --context] [-h | --help]
6843  [-f | --format] [-t | --no-title] [-v | --version]
6844  [-d | --debug] [-b | --name]
6845
6846 where::
6847
6848  -s | --long      whether to print all attributes or only short
6849                   attributes. It is of type BOOL.
6850  -D | --context   command context. It is of type MAP. It is
6851                   optional.
6852  -h | --help      print help message. It is of type BOOL.
6853  -f | --format    Output formats, supported formats such as table,
6854                   csv, json, yaml. It is of type STRING.
6855  -t | --no-title  whether to print title or not. It is of type BOOL.
6856  -v | --version   print service version. It is of type BOOL.
6857  -d | --debug     Enable debug output. It is of type BOOL.
6858  -b | --name      name of the person. It is of type STRING.
6859
6860
6861 Results::
6862
6863  output   hello world output and is of type STRING.
6864
6865
6866 Error::
6867
6868  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6869
6870
6871
6872 [2] hello-world-http
6873 -----------------------------------------------
6874
6875
6876 usage: onap hello-world-http
6877
6878 First cmd hello world using http runing under
6879 lighttpd in cli at http://<cli-ip>:8080/version.json
6880
6881
6882 Product: sample-helloworld
6883 Service: hello-world
6884 Author: ONAP CLI Team onap-discuss@lists.onap.org
6885
6886 Options::
6887
6888  [-m | --host-url] [-C | --no-catalog] [-h | --help]
6889  [-f | --format] [-t | --no-title] [-V | --verify]
6890  [-v | --version] [-d | --debug] [-s | --long]
6891  [-D | --context] [-b | --name]
6892
6893 where::
6894
6895  -m | --host-url    host url in http(s). It is of type URL. By
6896                     default, it is read from environment variable
6897                     OPEN_CLI_HOST_URL.
6898  -C | --no-catalog  whether to use given host-url directly without
6899                     looking into catalog, it will override the
6900                     service->mode. It is of type BOOL. It is
6901                     optional.
6902  -h | --help        print help message. It is of type BOOL.
6903  -f | --format      Output formats, supported formats such as table,
6904                     csv, json, yaml. It is of type STRING.
6905  -t | --no-title    whether to print title or not. It is of type BOOL.
6906  -V | --verify      verify the command using available command sample
6907                     file and mocking file. By default it goes with
6908                     mock style. To enable the verification in real
6909                     time, set DISABLE_MOCKING=true in the context
6910                     param. It is of type BOOL. It is optional.
6911  -v | --version     print service version. It is of type BOOL.
6912  -d | --debug       Enable debug output. It is of type BOOL.
6913  -s | --long        whether to print all attributes or only short
6914                     attributes. It is of type BOOL.
6915  -D | --context     command context. It is of type MAP. It is
6916                     optional.
6917  -b | --name        name of the person. It is of type STRING.
6918
6919
6920 Results::
6921
6922  output   hello world output and is of type STRING.
6923
6924
6925 Error::
6926
6927  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
6928
6929
6930
6931 [3] hello-world-snmp
6932 -----------------------------------------------
6933
6934
6935 usage: onap hello-world-snmp
6936
6937 Sample yaml usin snmp profile
6938
6939 Product: sample-helloworld
6940 Service: hello-world
6941 Author: ONAP CLI Team onap-discuss@lists.onap.org
6942
6943 Options::
6944
6945  [-s | --long] [-D | --context] [-x | --agent]
6946  [-h | --help] [-f | --format] [-t | --no-title]
6947  [-v | --version] [-d | --debug]
6948
6949 where::
6950
6951  -s | --long      whether to print all attributes or only short
6952                   attributes. It is of type BOOL.
6953  -D | --context   command context. It is of type MAP. It is
6954                   optional.
6955  -x | --agent     agent address (eg. "udp:127.0.0.1/161"). It is of
6956                   type STRING. By default, it is .
6957  -h | --help      print help message. It is of type BOOL.
6958  -f | --format    Output formats, supported formats such as table,
6959                   csv, json, yaml. It is of type STRING.
6960  -t | --no-title  whether to print title or not. It is of type BOOL.
6961  -v | --version   print service version. It is of type BOOL.
6962  -d | --debug     Enable debug output. It is of type BOOL.
6963
6964
6965 Results::
6966
6967  hostname   hostname of agent and is of type STRING.
6968  location   hostname of agent and is of type STRING.
6969
6970
6971 Error::
6972
6973  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>