aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2017-11-07 07:15:45 +0000
committersubhash kumar singh <subhash.kumar.singh@huawei.com>2017-11-07 07:35:32 +0000
commit8cc9bc88bf26e5deaae4658f4a347286af9e9b62 (patch)
tree208732e2031798fb55356f9cdc341a38306f2b0a
parentdb0a6497b5b4159c16f907ae91c2a4ce0281c2bc (diff)
Update SO command from MSO
Update yaml from MSO to SO. Change-Id: Ie73ea80cad8fb36988dc08b0ed8d138d1b02b657 Issue-ID: CLI-55 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
-rw-r--r--docs/cmd_help.rst4407
-rw-r--r--plugins/so/src/main/resources/onap-cli-schema/services/service-create-schema-1.1.yaml5
-rw-r--r--plugins/so/src/main/resources/onap-cli-schema/services/service-delete-schema-1.1.yaml2
-rw-r--r--plugins/so/src/main/resources/onap-cli-schema/services/vf-create-schema-1.1.yaml2
-rw-r--r--plugins/so/src/main/resources/onap-cli-schema/services/vf-delete-schema-1.1.yaml2
-rw-r--r--plugins/so/src/main/resources/onap-cli-schema/services/vf-module-delete-schema-1.1.yaml58
-rw-r--r--plugins/so/src/main/resources/onap-cli-schema/services/vfmodule-create-schema-1.1.yaml6
-rw-r--r--plugins/so/src/test/resources/onap-cli-sample/services/vf-module-delete-sample-1.1.yaml8
8 files changed, 2308 insertions, 2182 deletions
diff --git a/docs/cmd_help.rst b/docs/cmd_help.rst
index 9d8d76e0..f22ae653 100644
--- a/docs/cmd_help.rst
+++ b/docs/cmd_help.rst
@@ -13,132 +13,7 @@ onap-1.1
==========================
-[1] microservice-show
------------------------------------------------
-
-
-usage: onap microservice-show
-
-Details the registered microservice in Onap
-
-Onap service: msb v1
-
-Options::
-
- [-x | --service-name] [-y | --service-version] [-m | --host-url]
- [-h | --help] [-v | --version] [-d | --debug]
- [-f | --format] [-s | --long] [-t | --no-title]
-
-where::
-
- -x | --service-name Onap service name. It is of type STRING.
- -y | --service-version Onap service version. It is of type STRING.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
-
-
-Results::
-
- name Onap service name and is of type STRING.
- version Onap service version and is of type STRING.
- url Onap service base url and is of type URL.
- status Onap service status and is of type DIGIT.
- nodes Onap service running nodes and is of type JSON.
- enable-ssl Onap service is enabled with https or not and is
- of type STRING.
- path Onap service path and is of type STRING.
-
-
-Error::
-
- On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-
-
-
-[2] microservice-create
------------------------------------------------
-
-
-usage: onap microservice-create
-
-Register microservice into Onap
-
-Onap service: msb v1
-
-Options::
-
- [-x | --service-name] [-y | --service-version] [-r | --service-url]
- [-b | --enable-ssl] [-c | --path] <node-ip>
- <node-port> <create-or-update> [-m | --host-url]
- [-h | --help] [-v | --version] [-d | --debug]
- [-f | --format] [-s | --long] [-t | --no-title]
-
-where::
-
- -x | --service-name Onap service name. It is of type STRING.
- -y | --service-version Onap service version. It is of type STRING.
- -r | --service-url Onap service base url. It is of type URL.
- -b | --enable-ssl Onap service is enabled with https or not. It is
- of type STRING. It is optional.
- -c | --path Onap service path. It is of type STRING. It is
- optional.
- node-ip Onap service running node IP. It is of type
- STRING.
- node-port Onap service running node port. It is of type
- STRING.
- create-or-update Onap service create or update. It is of type
- BOOL. By default, it is false.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
-
-
-Results::
-
- name Onap service name and is of type STRING.
- version Onap service version and is of type STRING.
- url Onap service base url and is of type URL.
- status Onap service status and is of type DIGIT.
- nodes Onap service running nodes and is of type STRING.
- enable-ssl Onap service is enabled with https or not and is
- of type STRING.
- path Onap service path and is of type STRING.
-
-
-Error::
-
- On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-
-
-
-[3] microservice-delete
+[1] microservice-delete
-----------------------------------------------
@@ -187,7 +62,7 @@ Error::
-[4] microservice-list
+[2] microservice-list
-----------------------------------------------
@@ -241,35 +116,26 @@ Error::
-[5] service-model-add-vnf
+[3] microservice-show
-----------------------------------------------
-usage: onap service-model-add-vnf
+usage: onap microservice-show
-Helps to add VF into service models in SDC
+Details the registered microservice in Onap
-Onap service: sdc v1.0
+Onap service: msb v1
Options::
- [-x | --service-model-id] [-y | --vf-id] [-z | --vf-version]
- [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
+ [-x | --service-name] [-y | --service-version] [-m | --host-url]
[-h | --help] [-v | --version] [-d | --debug]
[-f | --format] [-s | --long] [-t | --no-title]
- [-a | --no-auth]
where::
- -x | --service-model-id Onap Service Name. It is of type STRING.
- -y | --vf-id VF ID. It is of type STRING. It is optional.
- -z | --vf-version VF version. It is of type STRING. It is optional.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
+ -x | --service-name Onap service name. It is of type STRING.
+ -y | --service-version Onap service version. It is of type STRING.
-m | --host-url Onap host url. It is of type URL. By default, it
is read from environment variable ONAP_HOST_URL.
-h | --help Onap command help message. It is of type STRING.
@@ -286,13 +152,18 @@ where::
false.
-t | --no-title whether to print title or not. It is of type
BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
Results::
- ID Service ID and is of type STRING.
+ name Onap service name and is of type STRING.
+ version Onap service version and is of type STRING.
+ url Onap service base url and is of type URL.
+ status Onap service status and is of type DIGIT.
+ nodes Onap service running nodes and is of type JSON.
+ enable-ssl Onap service is enabled with https or not and is
+ of type STRING.
+ path Onap service path and is of type STRING.
Error::
@@ -301,33 +172,39 @@ Error::
-[6] service-model-approve
+[4] microservice-create
-----------------------------------------------
-usage: onap service-model-approve
+usage: onap microservice-create
-Approves the Service model in SDC
+Register microservice into Onap
-Onap service: sdc v1.0
+Onap service: msb v1
Options::
- [-b | --service-model-id] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
+ [-x | --service-name] [-y | --service-version] [-r | --service-url]
+ [-b | --enable-ssl] [-c | --path] <node-ip>
+ <node-port> <create-or-update> [-m | --host-url]
+ [-h | --help] [-v | --version] [-d | --debug]
+ [-f | --format] [-s | --long] [-t | --no-title]
where::
- -b | --service-model-id Service model ID. It is of type STRING. It is
+ -x | --service-name Onap service name. It is of type STRING.
+ -y | --service-version Onap service version. It is of type STRING.
+ -r | --service-url Onap service base url. It is of type URL.
+ -b | --enable-ssl Onap service is enabled with https or not. It is
+ of type STRING. It is optional.
+ -c | --path Onap service path. It is of type STRING. It is
optional.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
+ node-ip Onap service running node IP. It is of type
+ STRING.
+ node-port Onap service running node port. It is of type
+ STRING.
+ create-or-update Onap service create or update. It is of type
+ BOOL. By default, it is false.
-m | --host-url Onap host url. It is of type URL. By default, it
is read from environment variable ONAP_HOST_URL.
-h | --help Onap command help message. It is of type STRING.
@@ -344,8 +221,18 @@ where::
false.
-t | --no-title whether to print title or not. It is of type
BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+
+
+Results::
+
+ name Onap service name and is of type STRING.
+ version Onap service version and is of type STRING.
+ url Onap service base url and is of type URL.
+ status Onap service status and is of type DIGIT.
+ nodes Onap service running nodes and is of type STRING.
+ enable-ssl Onap service is enabled with https or not and is
+ of type STRING.
+ path Onap service path and is of type STRING.
Error::
@@ -354,25 +241,27 @@ Error::
-[7] service-model-list
+[5] vlm-checkin
-----------------------------------------------
-usage: onap service-model-list
+usage: onap vlm-checkin
-List the service model in SDC
+Checkin Vendor License Model
Onap service: sdc v1.0
Options::
- [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
- [-h | --help] [-v | --version] [-d | --debug]
- [-f | --format] [-s | --long] [-t | --no-title]
- [-a | --no-auth]
+ [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
where::
+ -x | --vlm-id Onap VLM ID. It is of type STRING.
+ -y | --vlm-version VLM version. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -399,97 +288,39 @@ where::
type BOOL. By default, it is false.
-Results::
-
- uuid UUID and is of type STRING.
- invariant-uuid Invariant UUID and is of type STRING.
- name Name and is of type STRING.
- version version and is of type STRING.
- status status and is of type STRING.
- distribution-status status and is of type STRING.
- description description and is of type STRING.
-
-
Error::
On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-[8] service-model-certify-complete
+[6] vlm-key-group-create
-----------------------------------------------
-usage: onap service-model-certify-complete
-
-Completes the certification of Service model in SDC
-
-Onap service: sdc v1.0
-
-Options::
-
- [-b | --service-model-id] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
-
-where::
-
- -b | --service-model-id Service model ID. It is of type STRING. It is
- optional.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
-
-
-Error::
-
- On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-
-
-
-[9] vlm-checkout
------------------------------------------------
-
-
-usage: onap vlm-checkout
+usage: onap vlm-key-group-create
-Checkout Vendor License Model
+Create License Key Group
Onap service: sdc v1.0
Options::
- [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
+ [-c | --vlm-id] [-e | --vlm-version] [-x | --name]
+ [-y | --type] [-z | --description] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --vlm-id Onap VLM ID. It is of type STRING.
- -y | --vlm-version VLM version. It is of type STRING.
+ -c | --vlm-id License Model Id. It is of type STRING.
+ -e | --vlm-version License Model version. It is of type STRING.
+ -x | --name name. It is of type STRING.
+ -y | --type type of group (Universal, unique, one-time). It
+ is of type STRING. By default, it is Universal.
+ -z | --description Description for License Key Group. It is of type
+ STRING. It is optional.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -516,34 +347,38 @@ where::
type BOOL. By default, it is false.
+Results::
+
+ ID License Model ID and is of type STRING.
+
+
Error::
On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-[10] vlm-create
+[7] vlm-aggreement-list
-----------------------------------------------
-usage: onap vlm-create
+usage: onap vlm-aggreement-list
-Create License Model
+List license aggreement
Onap service: sdc v1.0
Options::
- [-x | --vendor-name] [-y | --description] [-u | --onap-username]
+ [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --vendor-name vendor name. It is of type STRING.
- -y | --description Description for License Model. It is of type
- STRING. It is optional.
+ -x | --vlm-id License Model ID. It is of type STRING.
+ -y | --vlm-version License Model version. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -572,7 +407,8 @@ where::
Results::
- ID License Model ID and is of type UUID.
+ ID aggreement ID and is of type STRING.
+ name aggreement name and is of type STRING.
Error::
@@ -581,64 +417,57 @@ Error::
-[11] vlm-entitlement-pool-create
+[8] vlm-key-group-list
-----------------------------------------------
-usage: onap vlm-entitlement-pool-create
+usage: onap vlm-key-group-list
-Create Entitlement Pool
+key group list in a license model
Onap service: sdc v1.0
Options::
- [-x | --name] [-y | --vlm-id] [-e | --vlm-version]
- [-z | --description] [-g | --operational-scope] [-k | --manufacture-reference-number]
- [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
- [-h | --help] [-v | --version] [-d | --debug]
- [-f | --format] [-s | --long] [-t | --no-title]
- [-a | --no-auth]
+ [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --name Entitlement Pool name. It is of type STRING.
- -y | --vlm-id License Model ID. It is of type STRING.
- -e | --vlm-version License Model version. It is of type STRING.
- -z | --description Description for Entitlement Pool. It is of type
- STRING.
- -g | --operational-scope Operational Scope. It is of type STRING. By
- default, it is Availability_Zone.
- -k | --manufacture-reference-number Manufature Reference Number. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -x | --vlm-id License Model ID. It is of type STRING.
+ -y | --vlm-version License Model version. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
Results::
- ID Entitlement Pool ID and is of type STRING.
+ ID Feature group ID and is of type STRING.
+ name Feature group name and is of type STRING.
Error::
@@ -647,27 +476,28 @@ Error::
-[12] vlm-entitlement-pool-list
+[9] vlm-create
-----------------------------------------------
-usage: onap vlm-entitlement-pool-list
+usage: onap vlm-create
-entitlement pool list in a license model
+Create License Model
Onap service: sdc v1.0
Options::
- [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
+ [-x | --vendor-name] [-y | --description] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --vlm-id License Model ID. It is of type STRING.
- -y | --vlm-version License Model version. It is of type STRING.
+ -x | --vendor-name vendor name. It is of type STRING.
+ -y | --description Description for License Model. It is of type
+ STRING. It is optional.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -696,8 +526,7 @@ where::
Results::
- ID Feature group ID and is of type STRING.
- name Feature group name and is of type STRING.
+ ID License Model ID and is of type UUID.
Error::
@@ -706,35 +535,34 @@ Error::
-[13] vlm-feature-group-create
+[10] vlm-entitlement-pool-create
-----------------------------------------------
-usage: onap vlm-feature-group-create
+usage: onap vlm-entitlement-pool-create
-Create feature group Pool
+Create Entitlement Pool
Onap service: sdc v1.0
Options::
[-x | --name] [-y | --vlm-id] [-e | --vlm-version]
- [-z | --description] [-g | --vlm-key-group-id] [-b | --vlm-entitle-pool-id]
- [-c | --part-number] [-k | --manufacture-reference-number] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-z | --description] [-g | --operational-scope] [-k | --manufacture-reference-number]
+ [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
+ [-h | --help] [-v | --version] [-d | --debug]
+ [-f | --format] [-s | --long] [-t | --no-title]
+ [-a | --no-auth]
where::
- -x | --name Feature group name. It is of type STRING.
+ -x | --name Entitlement Pool name. It is of type STRING.
-y | --vlm-id License Model ID. It is of type STRING.
-e | --vlm-version License Model version. It is of type STRING.
- -z | --description Description for feature group. It is of type
+ -z | --description Description for Entitlement Pool. It is of type
STRING.
- -g | --vlm-key-group-id VLM keygroup. It is of type STRING.
- -b | --vlm-entitle-pool-id VLM Entitlement pool. It is of type STRING.
- -c | --part-number Part number. It is of type STRING.
+ -g | --operational-scope Operational Scope. It is of type STRING. By
+ default, it is Availability_Zone.
-k | --manufacture-reference-number Manufature Reference Number. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
@@ -764,7 +592,7 @@ where::
Results::
- ID Feature group ID and is of type STRING.
+ ID Entitlement Pool ID and is of type STRING.
Error::
@@ -773,27 +601,27 @@ Error::
-[14] vlm-feature-group-list
+[11] vsp-package
-----------------------------------------------
-usage: onap vlm-feature-group-list
+usage: onap vsp-package
-Feature group list in a license model
+Package Vendor Software Product
Onap service: sdc v1.0
Options::
- [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
+ [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --vlm-id License Model ID. It is of type STRING.
- -y | --vlm-version License Model version. It is of type STRING.
+ -x | --vsp-id Onap VSP ID. It is of type STRING.
+ -y | --vsp-version VSP version. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -820,45 +648,33 @@ where::
type BOOL. By default, it is false.
-Results::
-
- ID Feature group ID and is of type STRING.
- name Feature group name and is of type STRING.
-
-
Error::
On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-[15] vlm-key-group-create
+[12] vsp-submit
-----------------------------------------------
-usage: onap vlm-key-group-create
+usage: onap vsp-submit
-Create License Key Group
+Submit Vendor Software Product
Onap service: sdc v1.0
Options::
- [-c | --vlm-id] [-e | --vlm-version] [-x | --name]
- [-y | --type] [-z | --description] [-u | --onap-username]
+ [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -c | --vlm-id License Model Id. It is of type STRING.
- -e | --vlm-version License Model version. It is of type STRING.
- -x | --name name. It is of type STRING.
- -y | --type type of group (Universal, unique, one-time). It
- is of type STRING. By default, it is Universal.
- -z | --description Description for License Key Group. It is of type
- STRING. It is optional.
+ -x | --vsp-id Onap VSP ID. It is of type STRING.
+ -y | --vsp-version VSP version. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -885,38 +701,33 @@ where::
type BOOL. By default, it is false.
-Results::
-
- ID License Model ID and is of type STRING.
-
-
Error::
On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-[16] vlm-key-group-list
+[13] vsp-checkout
-----------------------------------------------
-usage: onap vlm-key-group-list
+usage: onap vsp-checkout
-key group list in a license model
+Checkout Vendor Software Product
Onap service: sdc v1.0
Options::
- [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
+ [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --vlm-id License Model ID. It is of type STRING.
- -y | --vlm-version License Model version. It is of type STRING.
+ -x | --vsp-id Onap VSP ID. It is of type STRING.
+ -y | --vsp-version VSP version. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -943,37 +754,33 @@ where::
type BOOL. By default, it is false.
-Results::
-
- ID Feature group ID and is of type STRING.
- name Feature group name and is of type STRING.
-
-
Error::
On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-[17] vlm-list
+[14] vsp-show
-----------------------------------------------
-usage: onap vlm-list
+usage: onap vsp-show
-List License Model
+Details of the Vendor Software Product
Onap service: sdc v1.0
Options::
- [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
- [-h | --help] [-v | --version] [-d | --debug]
- [-f | --format] [-s | --long] [-t | --no-title]
- [-a | --no-auth]
+ [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
where::
+ -x | --vsp-id Onap VSP ID. It is of type STRING.
+ -y | --vsp-version Onap VSP version. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -1002,11 +809,14 @@ where::
Results::
- id License ID and is of type UUID.
- vendor-name Vendor Name and is of type STRING.
- vlm-version VLM version and is of type STRING.
+ name VSP Name and is of type STRING.
+ ID VSP ID and is of type STRING.
+ description Description for the VSP and is of type STRING.
+ vendor-name Vendor name and is of type STRING.
+ vendor-id Vendor id and is of type STRING.
+ version Version and is of type STRING.
status status and is of type STRING.
- description License description and is of type STRING.
+ license-id license aggreement and is of type STRING.
Error::
@@ -1015,104 +825,72 @@ Error::
-[18] vlm-revert
+[15] vsp-create
-----------------------------------------------
-usage: onap vlm-revert
+usage: onap vsp-create
-Revert Vendor License Model
+Create Vendor Software Product
Onap service: sdc v1.0
Options::
- [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-x | --vsp-name] [-y | --vsp-description] [-z | --vsp-category]
+ [-b | --vsp-subcategory] [-c | --vlm-version] [-e | --vlm-vendor]
+ [-g | --vlm-id] [-i | --vlm-agreement-id] [-j | --vlm-feature-group-id]
+ [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
+ [-h | --help] [-v | --version] [-d | --debug]
+ [-f | --format] [-s | --long] [-t | --no-title]
+ [-a | --no-auth]
where::
- -x | --vlm-id Onap VLM ID. It is of type STRING.
- -y | --vlm-version VLM version. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
-
-
-Error::
-
- On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-
-
-
-[19] vlm-submit
------------------------------------------------
-
-
-usage: onap vlm-submit
-
-Submit Vendor License Model
-
-Onap service: sdc v1.0
+ -x | --vsp-name Onap VSP Name. It is of type STRING.
+ -y | --vsp-description Description for VSP. It is of type STRING. It is
+ optional.
+ -z | --vsp-category Category of the VSP. It is of type STRING. It is
+ optional. By default, it is
+ resourceNewCategory.generic.
+ -b | --vsp-subcategory Sub Category of VSP. It is of type STRING. It is
+ optional. By default, it is
+ resourceNewCategory.generic.abstract.
+ -c | --vlm-version License version. It is of type STRING. It is
+ optional. By default, it is 1.0.
+ -e | --vlm-vendor License Model vendor. It is of type STRING.
+ -g | --vlm-id License Model ID. It is of type STRING.
+ -i | --vlm-agreement-id License Agreement ID. It is of type STRING.
+ -j | --vlm-feature-group-id Feature Group ID. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
-Options::
- [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
-
-where::
+Results::
- -x | --vlm-id Onap VLM ID. It is of type STRING.
- -y | --vlm-version VLM version. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ ID VSP ID and is of type STRING.
Error::
@@ -1121,7 +899,7 @@ Error::
-[20] vsp-add-artifact
+[16] vsp-add-artifact
-----------------------------------------------
@@ -1176,13 +954,13 @@ Error::
-[21] vsp-checkin
+[17] vsp-revert
-----------------------------------------------
-usage: onap vsp-checkin
+usage: onap vsp-revert
-Checkin Vendor Software Product
+Revert Vendor Software Product
Onap service: sdc v1.0
@@ -1229,7 +1007,7 @@ Error::
-[22] vsp-checkout
+[18] vsp-checkout
-----------------------------------------------
@@ -1282,13 +1060,13 @@ Error::
-[23] vsp-checkout
+[19] vsp-validate
-----------------------------------------------
-usage: onap vsp-checkout
+usage: onap vsp-validate
-Checkout Vendor Software Product
+Validated the uploaded Vendor Software Product
Onap service: sdc v1.0
@@ -1329,78 +1107,10 @@ where::
type BOOL. By default, it is false.
-Error::
-
- On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-
-
-
-[24] vsp-create
------------------------------------------------
-
-
-usage: onap vsp-create
-
-Create Vendor Software Product
-
-Onap service: sdc v1.0
-
-Options::
-
- [-x | --vsp-name] [-y | --vsp-description] [-z | --vsp-category]
- [-b | --vsp-subcategory] [-c | --vsp-license-version] [-e | --vsp-vendor-name]
- [-g | --vsp-vendor-id] [-i | --license-agreement-id] [-j | --feature-group-id]
- [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
- [-h | --help] [-v | --version] [-d | --debug]
- [-f | --format] [-s | --long] [-t | --no-title]
- [-a | --no-auth]
-
-where::
-
- -x | --vsp-name Onap VSP Name. It is of type STRING.
- -y | --vsp-description Description for VSP. It is of type STRING. It is
- optional.
- -z | --vsp-category Category of the VSP. It is of type STRING. It is
- optional. By default, it is
- resourceNewCategory.generic.
- -b | --vsp-subcategory Sub Category of VSP. It is of type STRING. It is
- optional. By default, it is
- resourceNewCategory.generic.abstract.
- -c | --vsp-license-version License version. It is of type STRING. It is
- optional. By default, it is 1.0.
- -e | --vsp-vendor-name License Model Name. It is of type STRING.
- -g | --vsp-vendor-id License Model ID. It is of type STRING.
- -i | --license-agreement-id License Agreement ID. It is of type STRING.
- -j | --feature-group-id Feature Group ID. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
-
-
Results::
- ID VSP ID and is of type STRING.
+ status Validation status and is of type STRING.
+ errors Validation messages and is of type JSON.
Error::
@@ -1409,7 +1119,7 @@ Error::
-[25] vsp-list
+[20] vsp-list
-----------------------------------------------
@@ -1471,13 +1181,13 @@ Error::
-[26] vsp-package
+[21] vsp-checkin
-----------------------------------------------
-usage: onap vsp-package
+usage: onap vsp-checkin
-Package Vendor Software Product
+Checkin Vendor Software Product
Onap service: sdc v1.0
@@ -1524,51 +1234,51 @@ Error::
-[27] vsp-revert
+[22] service-model-checkin
-----------------------------------------------
-usage: onap vsp-revert
+usage: onap service-model-checkin
-Revert Vendor Software Product
+Checkin Service model in SDC
Onap service: sdc v1.0
Options::
- [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-b | --service-model-id] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
where::
- -x | --vsp-id Onap VSP ID. It is of type STRING.
- -y | --vsp-version VSP version. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -b | --service-model-id Service model ID. It is of type STRING. It is
+ optional.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
Error::
@@ -1577,27 +1287,78 @@ Error::
-[28] vsp-show
+[23] service-model-distribute
-----------------------------------------------
-usage: onap vsp-show
+usage: onap service-model-distribute
-Details of the Vendor Software Product
+Distributes the Service model in SDC
Onap service: sdc v1.0
Options::
- [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-b | --service-model-id] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
+
+where::
+
+ -b | --service-model-id Service model ID. It is of type STRING. It is
+ optional.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Error::
+
+ On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+
+
+
+[24] service-model-list
+-----------------------------------------------
+
+
+usage: onap service-model-list
+
+List the service model in SDC
+
+Onap service: sdc v1.0
+
+Options::
+
+ [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
+ [-h | --help] [-v | --version] [-d | --debug]
+ [-f | --format] [-s | --long] [-t | --no-title]
+ [-a | --no-auth]
where::
- -x | --vsp-id Onap VSP ID. It is of type STRING.
- -y | --vsp-version Onap VSP version. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -1626,14 +1387,13 @@ where::
Results::
- name VSP Name and is of type STRING.
- ID VSP ID and is of type STRING.
- description Description for the VSP and is of type STRING.
- vendor-name Vendor name and is of type STRING.
- vendor-id Vendor id and is of type STRING.
- version Version and is of type STRING.
- status status and is of type STRING.
- license-id license aggreement and is of type STRING.
+ uuid UUID and is of type STRING.
+ invariant-uuid Invariant UUID and is of type STRING.
+ name Name and is of type STRING.
+ version version and is of type STRING.
+ status status and is of type STRING.
+ distribution-status status and is of type STRING.
+ description description and is of type STRING.
Error::
@@ -1642,51 +1402,51 @@ Error::
-[29] vsp-submit
+[25] service-model-certify-start
-----------------------------------------------
-usage: onap vsp-submit
+usage: onap service-model-certify-start
-Submit Vendor Software Product
+Starts the certification of Service model in SDC
Onap service: sdc v1.0
Options::
- [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-b | --service-model-id] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
where::
- -x | --vsp-id Onap VSP ID. It is of type STRING.
- -y | --vsp-version VSP version. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -b | --service-model-id Service model ID. It is of type STRING. It is
+ optional.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
Error::
@@ -1695,57 +1455,59 @@ Error::
-[30] vsp-validate
+[26] service-model-add-vf
-----------------------------------------------
-usage: onap vsp-validate
+usage: onap service-model-add-vf
-Validated the uploaded Vendor Software Product
+Helps to add VF into service models in SDC
Onap service: sdc v1.0
Options::
- [-x | --vsp-id] [-y | --vsp-version] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-x | --service-model-id] [-y | --vf-id] [-z | --vf-name]
+ [-b | --vf-version] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
where::
- -x | --vsp-id Onap VSP ID. It is of type STRING.
- -y | --vsp-version VSP version. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -x | --service-model-id Onap Service Name. It is of type STRING.
+ -y | --vf-id VF ID. It is of type STRING. It is optional.
+ -z | --vf-name VF ID. It is of type STRING. It is optional.
+ -b | --vf-version VF version. It is of type STRING. It is optional.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
Results::
- status Validation status and is of type STRING.
- errors Validation messages and is of type JSON.
+ ID Service ID and is of type STRING.
Error::
@@ -1754,7 +1516,7 @@ Error::
-[31] service-model-certify-request
+[27] service-model-certify-request
-----------------------------------------------
@@ -1807,13 +1569,13 @@ Error::
-[32] service-model-certify-start
+[28] service-model-revert
-----------------------------------------------
-usage: onap service-model-certify-start
+usage: onap service-model-revert
-Starts the certification of Service model in SDC
+Checkout Service model in SDC
Onap service: sdc v1.0
@@ -1860,13 +1622,66 @@ Error::
-[33] service-model-checkin
+[29] service-model-checkout
-----------------------------------------------
-usage: onap service-model-checkin
+usage: onap service-model-checkout
+
+Checkout Service model in SDC
+
+Onap service: sdc v1.0
+
+Options::
+
+ [-b | --service-model-id] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
+
+where::
+
+ -b | --service-model-id Service model ID. It is of type STRING. It is
+ optional.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Error::
+
+ On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+
-Checkin Service model in SDC
+
+[30] service-model-certify-complete
+-----------------------------------------------
+
+
+usage: onap service-model-certify-complete
+
+Completes the certification of Service model in SDC
Onap service: sdc v1.0
@@ -1913,7 +1728,67 @@ Error::
-[34] service-model-create
+[31] service2vf-model-list
+-----------------------------------------------
+
+
+usage: onap service2vf-model-list
+
+List the VF in a given service model in SDC
+
+Onap service: sdc v1.0
+
+Options::
+
+ [-z | --service-model-id] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
+
+where::
+
+ -z | --service-model-id Service model uuid. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Results::
+
+ vf-uuid UUID and is of type STRING.
+ vf-name name and is of type STRING.
+ vf-customization-uuid customization UUID and is of type STRING.
+ vf-version version and is of type STRING.
+
+
+Error::
+
+ On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+
+
+
+[32] service-model-create
-----------------------------------------------
@@ -1983,13 +1858,13 @@ Error::
-[35] service-model-distribute
+[33] service-model-approve
-----------------------------------------------
-usage: onap service-model-distribute
+usage: onap service-model-approve
-Distributes the Service model in SDC
+Approves the Service model in SDC
Onap service: sdc v1.0
@@ -2036,58 +1911,61 @@ Error::
-[36] service2vf-model-list
+[34] vf-model-create
-----------------------------------------------
-usage: onap service2vf-model-list
+usage: onap vf-model-create
-List the VF in a given service model in SDC
+Create Virtual function from Vendor Software Product
Onap service: sdc v1.0
Options::
- [-z | --service-model-id] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
+ [-x | --name] [-y | --description] [-z | --vendor-name]
+ [-b | --vsp-id] [-g | --vsp-version] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -z | --service-model-id Service model uuid. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -x | --name Onap VF Name. It is of type STRING.
+ -y | --description Description for VF. It is of type STRING. It is
+ optional.
+ -z | --vendor-name Vendor name. It is of type STRING. It is optional.
+ -b | --vsp-id VSP ID. It is of type STRING. It is optional.
+ -g | --vsp-version VSP version. It is of type STRING. It is optional.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
Results::
- vf-uuid UUID and is of type STRING.
- vf-name name and is of type STRING.
- vf-customization-uuid customization UUID and is of type STRING.
- vf-version version and is of type STRING.
+ ID VF ID and is of type STRING.
Error::
@@ -2096,13 +1974,13 @@ Error::
-[37] vf-model-certify-complete
+[35] vf-model-checkin
-----------------------------------------------
-usage: onap vf-model-certify-complete
+usage: onap vf-model-checkin
-Complete certifying Virtual function
+Checkin Virtual function
Onap service: sdc v1.0
@@ -2148,26 +2026,147 @@ Error::
-[38] vf-model-certify-request
+[36] vlm-revert
-----------------------------------------------
-usage: onap vf-model-certify-request
+usage: onap vlm-revert
-Request for certifying Virtual function
+Revert Vendor License Model
Onap service: sdc v1.0
Options::
- [-b | --vf-id] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
+ [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -b | --vf-id VF ID. It is of type STRING. It is optional.
+ -x | --vlm-id Onap VLM ID. It is of type STRING.
+ -y | --vlm-version VLM version. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Error::
+
+ On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+
+
+
+[37] vlm-feature-group-create
+-----------------------------------------------
+
+
+usage: onap vlm-feature-group-create
+
+Create feature group Pool
+
+Onap service: sdc v1.0
+
+Options::
+
+ [-x | --name] [-y | --vlm-id] [-e | --vlm-version]
+ [-z | --description] [-g | --vlm-key-group-id] [-b | --vlm-entitle-pool-id]
+ [-c | --part-number] [-k | --manufacture-reference-number] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
+
+where::
+
+ -x | --name Feature group name. It is of type STRING.
+ -y | --vlm-id License Model ID. It is of type STRING.
+ -e | --vlm-version License Model version. It is of type STRING.
+ -z | --description Description for feature group. It is of type
+ STRING.
+ -g | --vlm-key-group-id VLM keygroup. It is of type STRING.
+ -b | --vlm-entitle-pool-id VLM Entitlement pool. It is of type STRING.
+ -c | --part-number Part number. It is of type STRING.
+ -k | --manufacture-reference-number Manufature Reference Number. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Results::
+
+ ID Feature group ID and is of type STRING.
+
+
+Error::
+
+ On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+
+
+
+[38] vlm-submit
+-----------------------------------------------
+
+
+usage: onap vlm-submit
+
+Submit Vendor License Model
+
+Onap service: sdc v1.0
+
+Options::
+
+ [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
+
+where::
+
+ -x | --vlm-id Onap VLM ID. It is of type STRING.
+ -y | --vlm-version VLM version. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -2252,26 +2251,25 @@ Error::
-[40] vf-model-checkin
+[40] vf-model-list
-----------------------------------------------
-usage: onap vf-model-checkin
+usage: onap vf-model-list
-Checkin Virtual function
+List the VF resource model in SDC
Onap service: sdc v1.0
Options::
- [-b | --vf-id] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
+ [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
+ [-h | --help] [-v | --version] [-d | --debug]
+ [-f | --format] [-s | --long] [-t | --no-title]
+ [-a | --no-auth]
where::
- -b | --vf-id VF ID. It is of type STRING. It is optional.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -2298,38 +2296,46 @@ where::
type BOOL. By default, it is false.
+Results::
+
+ uuid UUID and is of type STRING.
+ uniqueid UUID and is of type STRING.
+ invariant-uuid Invariant UUID and is of type STRING.
+ name Name and is of type STRING.
+ version version and is of type STRING.
+ status status and is of type STRING.
+ description description and is of type STRING.
+ vsp-uuid VSP uuid and is of type STRING.
+ vsp-version VSP version and is of type STRING.
+
+
Error::
On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-[41] vf-model-create
+[41] vlm-entitlement-pool-list
-----------------------------------------------
-usage: onap vf-model-create
+usage: onap vlm-entitlement-pool-list
-Create Virtual function from Vendor Software Product
+entitlement pool list in a license model
Onap service: sdc v1.0
Options::
- [-x | --name] [-y | --description] [-z | --vendor-name]
- [-b | --vsp-id] [-g | --vsp-version] [-u | --onap-username]
+ [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --name Onap VF Name. It is of type STRING.
- -y | --description Description for VF. It is of type STRING. It is
- optional.
- -z | --vendor-name Vendor name. It is of type STRING. It is optional.
- -b | --vsp-id VSP ID. It is of type STRING. It is optional.
- -g | --vsp-version VSP version. It is of type STRING. It is optional.
+ -x | --vlm-id License Model ID. It is of type STRING.
+ -y | --vlm-version License Model version. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -2358,7 +2364,8 @@ where::
Results::
- ID VF ID and is of type STRING.
+ ID Feature group ID and is of type STRING.
+ name Feature group name and is of type STRING.
Error::
@@ -2367,25 +2374,27 @@ Error::
-[42] vf-model-list
+[42] vlm-feature-group-list
-----------------------------------------------
-usage: onap vf-model-list
+usage: onap vlm-feature-group-list
-List the VF resource model in SDC
+Feature group list in a license model
Onap service: sdc v1.0
Options::
- [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
- [-h | --help] [-v | --version] [-d | --debug]
- [-f | --format] [-s | --long] [-t | --no-title]
- [-a | --no-auth]
+ [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
where::
+ -x | --vlm-id License Model ID. It is of type STRING.
+ -y | --vlm-version License Model version. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -2414,14 +2423,8 @@ where::
Results::
- uuid UUID and is of type STRING.
- invariant-uuid Invariant UUID and is of type STRING.
- name Name and is of type STRING.
- version version and is of type STRING.
- status status and is of type STRING.
- description description and is of type STRING.
- vsp-uuid VSP uuid and is of type STRING.
- vsp-version VSP version and is of type STRING.
+ ID Feature group ID and is of type STRING.
+ name Feature group name and is of type STRING.
Error::
@@ -2430,26 +2433,78 @@ Error::
-[43] vf2vfmodule-model-list
+[43] vlm-checkout
-----------------------------------------------
-usage: onap vf2vfmodule-model-list
+usage: onap vlm-checkout
-List the VF modules in a given VF model in SDC
+Checkout Vendor License Model
Onap service: sdc v1.0
Options::
- [-z | --vf-id] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
+ [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
+
+where::
+
+ -x | --vlm-id Onap VLM ID. It is of type STRING.
+ -y | --vlm-version VLM version. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Error::
+
+ On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+
+
+
+[44] vlm-list
+-----------------------------------------------
+
+
+usage: onap vlm-list
+
+List License Model
+
+Onap service: sdc v1.0
+
+Options::
+
+ [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
+ [-h | --help] [-v | --version] [-d | --debug]
+ [-f | --format] [-s | --long] [-t | --no-title]
+ [-a | --no-auth]
where::
- -z | --vf-id VF uuid. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -2478,12 +2533,11 @@ where::
Results::
- vsp-uuid VSP uuid and is of type STRING.
- vsp-version VSP version and is of type STRING.
- module-uuid UUID and is of type STRING.
- module-invariant-uuid Invariant UUID and is of type STRING.
- module-name name and is of type STRING.
- module-version version and is of type STRING.
+ id License ID and is of type UUID.
+ vendor-name Vendor Name and is of type STRING.
+ vlm-version VLM version and is of type STRING.
+ status status and is of type STRING.
+ description License description and is of type STRING.
Error::
@@ -2492,7 +2546,7 @@ Error::
-[44] vlm-aggreement-create
+[45] vlm-aggreement-create
-----------------------------------------------
@@ -2554,27 +2608,78 @@ Error::
-[45] vlm-aggreement-list
+[46] vf-model-certify-request
-----------------------------------------------
-usage: onap vlm-aggreement-list
+usage: onap vf-model-certify-request
-List license aggreement
+Request for certifying Virtual function
Onap service: sdc v1.0
Options::
- [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-b | --vf-id] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
where::
- -x | --vlm-id License Model ID. It is of type STRING.
- -y | --vlm-version License Model version. It is of type STRING.
+ -b | --vf-id VF ID. It is of type STRING. It is optional.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Error::
+
+ On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+
+
+
+[47] vf2vfmodule-model-list
+-----------------------------------------------
+
+
+usage: onap vf2vfmodule-model-list
+
+List the VF modules in a given VF model in SDC
+
+Onap service: sdc v1.0
+
+Options::
+
+ [-z | --vf-id] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
+
+where::
+
+ -z | --vf-id VF uuid. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -2603,8 +2708,12 @@ where::
Results::
- ID aggreement ID and is of type STRING.
- name aggreement name and is of type STRING.
+ vsp-uuid VSP uuid and is of type STRING.
+ vsp-version VSP version and is of type STRING.
+ module-uuid UUID and is of type STRING.
+ module-invariant-uuid Invariant UUID and is of type STRING.
+ module-name name and is of type STRING.
+ module-version version and is of type STRING.
Error::
@@ -2613,27 +2722,26 @@ Error::
-[46] vlm-checkin
+[48] vf-model-certify-complete
-----------------------------------------------
-usage: onap vlm-checkin
+usage: onap vf-model-certify-complete
-Checkin Vendor License Model
+Complete certifying Virtual function
Onap service: sdc v1.0
Options::
- [-x | --vlm-id] [-y | --vlm-version] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-b | --vf-id] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
where::
- -x | --vlm-id Onap VLM ID. It is of type STRING.
- -y | --vlm-version VLM version. It is of type STRING.
+ -b | --vf-id VF ID. It is of type STRING. It is optional.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -2666,27 +2774,25 @@ Error::
-[47] cloud-create
+[49] cloud-list
-----------------------------------------------
-usage: onap cloud-create
+usage: onap cloud-list
-Create a cloud region in Onap
+List the configured clouds and Onap service subscriptions
Onap service: aai v11
Options::
- [-x | --cloud-name] [-y | --region-name] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
+ [-h | --help] [-v | --version] [-d | --debug]
+ [-f | --format] [-s | --long] [-t | --no-title]
+ [-a | --no-auth]
where::
- -x | --cloud-name Onap cloud name. It is of type STRING.
- -y | --region-name Onap region name. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -2713,25 +2819,35 @@ where::
type BOOL. By default, it is false.
+Results::
+
+ cloud Onap cloud and is of type STRING.
+ region Onap cloud region and is of type STRING.
+ tenant Onap cloud tenat and is of type STRING.
+ tenant-id Onap cloud tenat id and is of type STRING.
+ customer Onap cloud customer and is of type STRING.
+ service Onap cloud service and is of type STRING.
+ resource-version Onap cloud resource version and is of type STRING.
+
+
Error::
On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-[48] cloud-delete
+[50] sdnc-list
-----------------------------------------------
-usage: onap cloud-delete
+usage: onap sdnc-list
-Delete a cloud region from Onap
+List the configured sdnc
Onap service: aai v11
Options::
- [-x | --cloud-name] [-y | --region-name] [-z | --resource-version]
[-u | --onap-username] [-p | --onap-password] [-m | --host-url]
[-h | --help] [-v | --version] [-d | --debug]
[-f | --format] [-s | --long] [-t | --no-title]
@@ -2739,35 +2855,36 @@ Options::
where::
- -x | --cloud-name Onap cloud name. It is of type STRING.
- -y | --region-name Onap cloud region name. It is of type STRING.
- -z | --resource-version Onap cloud region version. It is of type UUID. It
- is optional. By default, it is
- 87f6a216-22d6-4cf1-921d-0eec5face723.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Results::
+
+ sdnc-id Onap sdnc id and is of type STRING.
+ resource-version Onap sdnc resource version and is of type STRING.
Error::
@@ -2776,18 +2893,22 @@ Error::
-[49] cloud-list
+[51] sdnc-register
-----------------------------------------------
-usage: onap cloud-list
+usage: onap sdnc-register
-List the configured clouds and Onap service subscriptions
+Register a SDNC in Onap
Onap service: aai v11
Options::
+ [-x | --location] [-y | --sdnc-id] [-b | --name]
+ [-c | --type] [-e | --vendor] [-q | --sdnc-version]
+ [-g | --ip-address] [-k | --port] [-r | --protocal]
+ [-i | --username] [-j | --password] [-z | --product-name]
[-u | --onap-username] [-p | --onap-password] [-m | --host-url]
[-h | --help] [-v | --version] [-d | --debug]
[-f | --format] [-s | --long] [-t | --no-title]
@@ -2795,6 +2916,128 @@ Options::
where::
+ -x | --location Onap VIM unique id. It is of type UUID. By
+ default, it is
+ 2821b55f-121c-47a8-8b47-6a555ce54e19.
+ -y | --sdnc-id Onap SDNC unique id. It is of type UUID. By
+ default, it is
+ d5575325-4d90-4ead-9656-8186504e9a88.
+ -b | --name Onap SDNC name. It is of type STRING.
+ -c | --type Onap SDNC type. It is of type STRING.
+ -e | --vendor Onap SDNC vendor. It is of type STRING.
+ -q | --sdnc-version Onap SDNC version. It is of type STRING.
+ -g | --ip-address Onap SDNC ip address. It is of type STRING.
+ -k | --port Onap SDNC port. It is of type STRING.
+ -r | --protocal Onap SDNC protocal. It is of type STRING.
+ -i | --username Onap SDNC username. It is of type STRING.
+ -j | --password Onap SDNC password. It is of type STRING.
+ -z | --product-name Onap SDNC product-name. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Error::
+
+ On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+
+
+
+[52] sdnc-unregister
+-----------------------------------------------
+
+
+usage: onap sdnc-unregister
+
+Un-register a VNFM in Onap
+
+Onap service: aai v11
+
+Options::
+
+ [-x | --sdnc-id] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
+
+where::
+
+ -x | --sdnc-id Onap VNFM unique id. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Error::
+
+ On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+
+
+
+[53] vnfm-show
+-----------------------------------------------
+
+
+usage: onap vnfm-show
+
+Show the VNFM in Onap
+
+Onap service: aai v11
+
+Options::
+
+ [-x | --vnfm-id] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
+
+where::
+
+ -x | --vnfm-id Onap VNFM unique id. It is of type UUID. By
+ default, it is
+ 16d1e277-973c-409c-b221-5fd57cc7100a.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -2823,13 +3066,12 @@ where::
Results::
- cloud Onap cloud and is of type STRING.
- region Onap cloud region and is of type STRING.
- tenant Onap cloud tenat and is of type STRING.
- tenant-id Onap cloud tenat id and is of type STRING.
- customer Onap cloud customer and is of type STRING.
- service Onap cloud service and is of type STRING.
- resource-version Onap cloud resource version and is of type STRING.
+ name Onap vnfm name and is of type STRING.
+ type Onap vnfm type and is of type STRING.
+ vendor Onap vnfm vendor and is of type STRING.
+ version Onap vnfm version and is of type STRING.
+ url Onap vnfm url and is of type STRING.
+ username Onap vnfm username and is of type STRING.
Error::
@@ -2838,27 +3080,30 @@ Error::
-[50] customer-create
+[54] vnfm-unregister
-----------------------------------------------
-usage: onap customer-create
+usage: onap vnfm-unregister
-Create a customer in Onap
+Un-register a VNFM in Onap
Onap service: aai v11
Options::
- [-x | --customer-name] [-y | --subscriber-name] [-u | --onap-username]
+ [-x | --vnfm-id] [-y | --resource-version] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --customer-name Onap customer name. It is of type STRING.
- -y | --subscriber-name Onap subscriber name. It is of type STRING.
+ -x | --vnfm-id Onap VNFM unique id. It is of type UUID. By
+ default, it is
+ b6271696-01e3-43eb-a7f2-11d3b24746c4.
+ -y | --resource-version Onap vim resource version. It is of type STRING.
+ It is optional.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -2891,29 +3136,43 @@ Error::
-[51] customer-delete
+[55] vnfm-register
-----------------------------------------------
-usage: onap customer-delete
+usage: onap vnfm-register
-Delete a customer from Onap
+Register a VNFM in Onap
Onap service: aai v11
Options::
- [-x | --customer-name] [-y | --resource-version] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-x | --vim-id] [-y | --vnfm-id] [-b | --name]
+ [-c | --type] [-e | --vendor] [-q | --vnfm-version]
+ [-g | --url] [-i | --username] [-j | --password]
+ [-z | --certificate-url] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
where::
- -x | --customer-name Onap customer name. It is of type STRING.
- -y | --resource-version Onap customer resource version. It is of type
- UUID. It is optional. By default, it is
- 8dac4609-db84-4122-a000-1e319cc92487.
+ -x | --vim-id Onap VIM unique id. It is of type UUID. By
+ default, it is
+ 061e5c37-2a9a-4775-80e4-d15891a22ae4.
+ -y | --vnfm-id Onap VNFM unique id. It is of type UUID. By
+ default, it is
+ 2e8957a6-75af-4508-9949-bf17eb7cf76a.
+ -b | --name Onap VNFM name. It is of type STRING.
+ -c | --type Onap VNFM type. It is of type STRING.
+ -e | --vendor Onap VNFM vendor. It is of type STRING.
+ -q | --vnfm-version Onap VNFM version. It is of type STRING.
+ -g | --url Onap VNFM URL. It is of type STRING.
+ -i | --username Onap VNFM username. It is of type STRING.
+ -j | --password Onap VNFM password. It is of type STRING.
+ -z | --certificate-url Onap VNFM certificate-url. It is of type STRING.
+ It is optional.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -2946,13 +3205,13 @@ Error::
-[52] customer-list
+[56] vnfm-list
-----------------------------------------------
-usage: onap customer-list
+usage: onap vnfm-list
-Lists the registetred customers in Onap
+List the configured vnfm
Onap service: aai v11
@@ -2993,70 +3252,10 @@ where::
Results::
- name Onap customer name and is of type STRING.
- resource-version Onap customer resource version and is of type
- STRING.
-
-
-Error::
-
- On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-
-
-
-[53] customer-show
------------------------------------------------
-
-
-usage: onap customer-show
-
-Lists the registetred customers in Onap
-
-Onap service: aai v11
-
-Options::
-
- [-x | --customer-name] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
-
-where::
-
- -x | --customer-name Onap customer name. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
-
-
-Results::
-
- name Onap customer name and is of type STRING.
- subscriber-name Onap subscriber name and is of type STRING.
- resource-version Onap subscriber resource version and is of type
- STRING.
- subscriber-type Onap subscriber type and is of type STRING.
+ vnfm-id Onap vnfm id and is of type STRING.
+ vim-id Onap vnfm id and is of type STRING.
+ certificate-url Onap vnfm certificate-url and is of type STRING.
+ resource-version Onap vnfm resource version and is of type STRING.
Error::
@@ -3065,39 +3264,47 @@ Error::
-[54] ems-register
+[57] vim-register
-----------------------------------------------
-usage: onap ems-register
+usage: onap vim-register
-Register a EMS in Onap
+Register a VIM under a given cloud region in Onap
Onap service: aai v11
Options::
- [-z | --ems-id] [-b | --name] [-c | --type]
- [-e | --vendor] [-q | --ems-version] [-g | --url]
- [-i | --username] [-j | --password] [-x | --remote-path]
- [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
- [-h | --help] [-v | --version] [-d | --debug]
- [-f | --format] [-s | --long] [-t | --no-title]
- [-a | --no-auth]
+ [-x | --cloud-name] [-y | --region-name] [-z | --vim-id]
+ [-b | --name] [-c | --type] [-e | --vendor]
+ [-q | --vim-version] [-g | --url] [-i | --username]
+ [-j | --password] [-k | --ssl-cacert] [-l | --ssl-insecure]
+ [-n | --cloud-domain] [-o | --default-tenant] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -z | --ems-id Onap EMS unique id. It is of type UUID. By
+ -x | --cloud-name Onap cloud name. It is of type STRING.
+ -y | --region-name Onap region name. It is of type STRING.
+ -z | --vim-id Onap VIM unique id. It is of type UUID. By
default, it is
- 601d366b-b449-474d-9019-a3fafa6de93c.
- -b | --name Onap EMS name. It is of type STRING.
- -c | --type Onap EMS type. It is of type STRING.
- -e | --vendor Onap EMS vendor. It is of type STRING.
- -q | --ems-version Onap EMS version. It is of type STRING.
- -g | --url Onap EMS URL. It is of type STRING.
- -i | --username Onap EMS username. It is of type STRING.
- -j | --password Onap EMS password. It is of type STRING.
- -x | --remote-path Onap EMS remote-path. It is of type STRING.
+ 545935b3-ca9c-4cbf-bfb4-4a7297010aff.
+ -b | --name Onap VIM name. It is of type STRING.
+ -c | --type Onap VIM type. It is of type STRING.
+ -e | --vendor Onap VIM vendor. It is of type STRING.
+ -q | --vim-version Onap VIM version. It is of type STRING.
+ -g | --url Onap VIM URL. It is of type STRING.
+ -i | --username Onap VIM username. It is of type STRING.
+ -j | --password Onap VIM password. It is of type STRING.
+ -k | --ssl-cacert Onap VIM SSL certificate. It is of type TEXT. It
+ is optional.
+ -l | --ssl-insecure Onap VIM insecure. It is of type BOOL. It is
+ optional. By default, it is false.
+ -n | --cloud-domain Onap VIM cloud domain. It is of type STRING.
+ -o | --default-tenant Onap VIM default tenant. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -3130,29 +3337,32 @@ Error::
-[55] ems-unregister
+[58] vim-unregister
-----------------------------------------------
-usage: onap ems-unregister
+usage: onap vim-unregister
-Un-register a EMS in Onap
+Un-register a VIM under from cloud region in Onap
Onap service: aai v11
Options::
- [-x | --ems-id] [-y | --resource-version] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-x | --cloud-name] [-y | --region-name] [-z | --vim-id]
+ [-b | --resource-version] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
where::
- -x | --ems-id Onap EMS unique id. It is of type UUID. By
+ -x | --cloud-name Onap cloud name. It is of type STRING.
+ -y | --region-name Onap region name. It is of type STRING.
+ -z | --vim-id Onap VIM unique id. It is of type UUID. By
default, it is
- f52c603d-1ed5-4c49-baff-a119e8a38e5a.
- -y | --resource-version Onap vim resource version. It is of type STRING.
+ 0e129921-5700-48e2-ab9a-e4e4208d8b6b.
+ -b | --resource-version Onap vim resource version. It is of type STRING.
It is optional.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
@@ -3186,25 +3396,27 @@ Error::
-[56] ems-list
+[59] vim-list
-----------------------------------------------
-usage: onap ems-list
+usage: onap vim-list
-List the configured ems
+List the configured vims
Onap service: aai v11
Options::
- [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
- [-h | --help] [-v | --version] [-d | --debug]
- [-f | --format] [-s | --long] [-t | --no-title]
- [-a | --no-auth]
+ [-x | --cloud-name] [-y | --region-name] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
where::
+ -x | --cloud-name Onap cloud name. It is of type STRING.
+ -y | --region-name Onap region name. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -3233,8 +3445,16 @@ where::
Results::
- ems-id Onap ems id and is of type STRING.
- resource-version Onap ems resource version and is of type STRING.
+ vim-id Onap vim id and is of type STRING.
+ name Onap vim name and is of type STRING.
+ type Onap vim type and is of type STRING.
+ vendor Onap vim vendor and is of type STRING.
+ version Onap vim version and is of type STRING.
+ url Onap vim url and is of type STRING.
+ username Onap vim username and is of type STRING.
+ cloud-domain Onap vim cloud domain and is of type STRING.
+ default-tenant Onap vim tenant and is of type STRING.
+ resource-version Onap vim resource version and is of type STRING.
Error::
@@ -3243,28 +3463,25 @@ Error::
-[57] ems-show
+[60] ems-list
-----------------------------------------------
-usage: onap ems-show
+usage: onap ems-list
-Show the details of configured ems
+List the configured ems
Onap service: aai v11
Options::
- [-x | --ems-id] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
+ [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
+ [-h | --help] [-v | --version] [-d | --debug]
+ [-f | --format] [-s | --long] [-t | --no-title]
+ [-a | --no-auth]
where::
- -x | --ems-id Onap EMS unique id. It is of type UUID. By
- default, it is
- 900b32e3-f6af-4b54-bacb-bd1a10e1941a.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -3293,12 +3510,8 @@ where::
Results::
- name Onap ems name and is of type STRING.
- type Onap ems type and is of type STRING.
- vendor Onap ems vendor and is of type STRING.
- version Onap ems version and is of type STRING.
- url Onap ems url and is of type STRING.
- username Onap ems username and is of type STRING.
+ ems-id Onap ems id and is of type STRING.
+ resource-version Onap ems resource version and is of type STRING.
Error::
@@ -3307,22 +3520,21 @@ Error::
-[58] sdnc-register
+[61] ems-register
-----------------------------------------------
-usage: onap sdnc-register
+usage: onap ems-register
-Register a SDNC in Onap
+Register a EMS in Onap
Onap service: aai v11
Options::
- [-x | --location] [-y | --sdnc-id] [-b | --name]
- [-c | --type] [-e | --vendor] [-q | --sdnc-version]
- [-g | --ip-address] [-k | --port] [-r | --protocal]
- [-i | --username] [-j | --password] [-z | --product-name]
+ [-z | --ems-id] [-b | --name] [-c | --type]
+ [-e | --vendor] [-q | --ems-version] [-g | --url]
+ [-i | --username] [-j | --password] [-x | --remote-path]
[-u | --onap-username] [-p | --onap-password] [-m | --host-url]
[-h | --help] [-v | --version] [-d | --debug]
[-f | --format] [-s | --long] [-t | --no-title]
@@ -3330,22 +3542,17 @@ Options::
where::
- -x | --location Onap VIM unique id. It is of type UUID. By
- default, it is
- 9b3dafd4-adb9-4d3d-ad7b-f60ab345a713.
- -y | --sdnc-id Onap SDNC unique id. It is of type UUID. By
+ -z | --ems-id Onap EMS unique id. It is of type UUID. By
default, it is
- 3c08d1ec-957f-49b1-abdb-1ca8f8ac2682.
- -b | --name Onap SDNC name. It is of type STRING.
- -c | --type Onap SDNC type. It is of type STRING.
- -e | --vendor Onap SDNC vendor. It is of type STRING.
- -q | --sdnc-version Onap SDNC version. It is of type STRING.
- -g | --ip-address Onap SDNC ip address. It is of type STRING.
- -k | --port Onap SDNC port. It is of type STRING.
- -r | --protocal Onap SDNC protocal. It is of type STRING.
- -i | --username Onap SDNC username. It is of type STRING.
- -j | --password Onap SDNC password. It is of type STRING.
- -z | --product-name Onap SDNC product-name. It is of type STRING.
+ 0f51b629-46dd-4c1d-bc23-c76d84e72bc2.
+ -b | --name Onap EMS name. It is of type STRING.
+ -c | --type Onap EMS type. It is of type STRING.
+ -e | --vendor Onap EMS vendor. It is of type STRING.
+ -q | --ems-version Onap EMS version. It is of type STRING.
+ -g | --url Onap EMS URL. It is of type STRING.
+ -i | --username Onap EMS username. It is of type STRING.
+ -j | --password Onap EMS password. It is of type STRING.
+ -x | --remote-path Onap EMS remote-path. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -3378,26 +3585,28 @@ Error::
-[59] sdnc-unregister
+[62] ems-show
-----------------------------------------------
-usage: onap sdnc-unregister
+usage: onap ems-show
-Un-register a VNFM in Onap
+Show the details of configured ems
Onap service: aai v11
Options::
- [-x | --sdnc-id] [-u | --onap-username] [-p | --onap-password]
+ [-x | --ems-id] [-u | --onap-username] [-p | --onap-password]
[-m | --host-url] [-h | --help] [-v | --version]
[-d | --debug] [-f | --format] [-s | --long]
[-t | --no-title] [-a | --no-auth]
where::
- -x | --sdnc-id Onap VNFM unique id. It is of type STRING.
+ -x | --ems-id Onap EMS unique id. It is of type UUID. By
+ default, it is
+ 9b59cd0e-43c1-47d3-b943-4c9c23f49732.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -3424,24 +3633,35 @@ where::
type BOOL. By default, it is false.
+Results::
+
+ name Onap ems name and is of type STRING.
+ type Onap ems type and is of type STRING.
+ vendor Onap ems vendor and is of type STRING.
+ version Onap ems version and is of type STRING.
+ url Onap ems url and is of type STRING.
+ username Onap ems username and is of type STRING.
+
+
Error::
On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-[60] sdnc-list
+[63] cloud-delete
-----------------------------------------------
-usage: onap sdnc-list
+usage: onap cloud-delete
-List the configured sdnc
+Delete a cloud region from Onap
Onap service: aai v11
Options::
+ [-x | --cloud-name] [-y | --region-name] [-z | --resource-version]
[-u | --onap-username] [-p | --onap-password] [-m | --host-url]
[-h | --help] [-v | --version] [-d | --debug]
[-f | --format] [-s | --long] [-t | --no-title]
@@ -3449,6 +3669,119 @@ Options::
where::
+ -x | --cloud-name Onap cloud name. It is of type STRING.
+ -y | --region-name Onap cloud region name. It is of type STRING.
+ -z | --resource-version Onap cloud region version. It is of type UUID. It
+ is optional. By default, it is
+ efef37f1-f030-4bd2-b699-0a0e9c0ceb54.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Error::
+
+ On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+
+
+
+[64] ems-unregister
+-----------------------------------------------
+
+
+usage: onap ems-unregister
+
+Un-register a EMS in Onap
+
+Onap service: aai v11
+
+Options::
+
+ [-x | --ems-id] [-y | --resource-version] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
+
+where::
+
+ -x | --ems-id Onap EMS unique id. It is of type UUID. By
+ default, it is
+ 3158d92f-e37b-450c-a86e-55c19309c3d3.
+ -y | --resource-version Onap vim resource version. It is of type STRING.
+ It is optional.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Error::
+
+ On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+
+
+
+[65] subscription-list
+-----------------------------------------------
+
+
+usage: onap subscription-list
+
+Lists the subscription for a given customer in Onap
+
+Onap service: aai v11
+
+Options::
+
+ [-x | --customer-name] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
+
+where::
+
+ -x | --customer-name Onap customer name. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -3477,8 +3810,12 @@ where::
Results::
- sdnc-id Onap sdnc id and is of type STRING.
- resource-version Onap sdnc resource version and is of type STRING.
+ service-type Onap service type and is of type STRING.
+ resource-version Onap subscription resource version and is of type
+ STRING.
+ tenant Onap tenant name and is of type STRING.
+ region Onap region name and is of type STRING.
+ cloud Onap cloud name and is of type STRING.
Error::
@@ -3487,71 +3824,55 @@ Error::
-[61] vim-register
+[66] subscription-create
-----------------------------------------------
-usage: onap vim-register
+usage: onap subscription-create
-Register a VIM under a given cloud region in Onap
+Create a subscription of a customer for given service in specific cloud region in Onap
Onap service: aai v11
Options::
- [-x | --cloud-name] [-y | --region-name] [-z | --vim-id]
- [-b | --name] [-c | --type] [-e | --vendor]
- [-q | --vim-version] [-g | --url] [-i | --username]
- [-j | --password] [-k | --ssl-cacert] [-l | --ssl-insecure]
- [-n | --cloud-domain] [-o | --default-tenant] [-u | --onap-username]
+ [-x | --customer-name] [-z | --cloud-name] [-r | --cloud-region]
+ [-c | --cloud-tenant-id] [-e | --service-type] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --cloud-name Onap cloud name. It is of type STRING.
- -y | --region-name Onap region name. It is of type STRING.
- -z | --vim-id Onap VIM unique id. It is of type UUID. By
- default, it is
- 9a1f740c-1b54-44a8-9c1f-9d2450c63444.
- -b | --name Onap VIM name. It is of type STRING.
- -c | --type Onap VIM type. It is of type STRING.
- -e | --vendor Onap VIM vendor. It is of type STRING.
- -q | --vim-version Onap VIM version. It is of type STRING.
- -g | --url Onap VIM URL. It is of type STRING.
- -i | --username Onap VIM username. It is of type STRING.
- -j | --password Onap VIM password. It is of type STRING.
- -k | --ssl-cacert Onap VIM SSL certificate. It is of type TEXT. It
- is optional.
- -l | --ssl-insecure Onap VIM insecure. It is of type BOOL. It is
- optional. By default, it is false.
- -n | --cloud-domain Onap VIM cloud domain. It is of type STRING.
- -o | --default-tenant Onap VIM default tenant. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -x | --customer-name Onap customer name. It is of type STRING.
+ -z | --cloud-name Onap cloud name. It is of type STRING.
+ -r | --cloud-region Onap cloud region. It is of type STRING.
+ -c | --cloud-tenant-id Onap cloud tenant id. It is of type STRING.
+ -e | --service-type Onap service type. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
Error::
@@ -3560,33 +3881,30 @@ Error::
-[62] vim-unregister
+[67] subscription-delete
-----------------------------------------------
-usage: onap vim-unregister
+usage: onap subscription-delete
-Un-register a VIM under from cloud region in Onap
+Delete the subscription for a given customer in Onap
Onap service: aai v11
Options::
- [-x | --cloud-name] [-y | --region-name] [-z | --vim-id]
- [-b | --resource-version] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
+ [-x | --customer-name] [-y | --service-type] [-g | --resource-version]
+ [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
+ [-h | --help] [-v | --version] [-d | --debug]
+ [-f | --format] [-s | --long] [-t | --no-title]
+ [-a | --no-auth]
where::
- -x | --cloud-name Onap cloud name. It is of type STRING.
- -y | --region-name Onap region name. It is of type STRING.
- -z | --vim-id Onap VIM unique id. It is of type UUID. By
- default, it is
- d8671575-365d-41bc-ab85-dddbf3504dbd.
- -b | --resource-version Onap vim resource version. It is of type STRING.
- It is optional.
+ -x | --customer-name Onap customer name. It is of type STRING.
+ -y | --service-type Onap subscribtion id. It is of type STRING.
+ -g | --resource-version Onap subscription resource version. It is of type
+ STRING. It is optional.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -3619,27 +3937,26 @@ Error::
-[63] vim-list
+[68] customer-show
-----------------------------------------------
-usage: onap vim-list
+usage: onap customer-show
-List the configured vims
+Lists the registetred customers in Onap
Onap service: aai v11
Options::
- [-x | --cloud-name] [-y | --region-name] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-x | --customer-name] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
where::
- -x | --cloud-name Onap cloud name. It is of type STRING.
- -y | --region-name Onap region name. It is of type STRING.
+ -x | --customer-name Onap customer name. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -3668,16 +3985,11 @@ where::
Results::
- vim-id Onap vim id and is of type STRING.
- name Onap vim name and is of type STRING.
- type Onap vim type and is of type STRING.
- vendor Onap vim vendor and is of type STRING.
- version Onap vim version and is of type STRING.
- url Onap vim url and is of type STRING.
- username Onap vim username and is of type STRING.
- cloud-domain Onap vim cloud domain and is of type STRING.
- default-tenant Onap vim tenant and is of type STRING.
- resource-version Onap vim resource version and is of type STRING.
+ name Onap customer name and is of type STRING.
+ subscriber-name Onap subscriber name and is of type STRING.
+ resource-version Onap subscriber resource version and is of type
+ STRING.
+ subscriber-type Onap subscriber type and is of type STRING.
Error::
@@ -3686,43 +3998,27 @@ Error::
-[64] vnfm-register
+[69] customer-create
-----------------------------------------------
-usage: onap vnfm-register
+usage: onap customer-create
-Register a VNFM in Onap
+Create a customer in Onap
Onap service: aai v11
Options::
- [-x | --vim-id] [-y | --vnfm-id] [-b | --name]
- [-c | --type] [-e | --vendor] [-q | --vnfm-version]
- [-g | --url] [-i | --username] [-j | --password]
- [-z | --certificate-url] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
+ [-x | --customer-name] [-y | --subscriber-name] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --vim-id Onap VIM unique id. It is of type UUID. By
- default, it is
- 7eb03bc7-ba8c-4018-a387-217acf76875d.
- -y | --vnfm-id Onap VNFM unique id. It is of type UUID. By
- default, it is
- bbc5abbc-8899-4f98-b9a7-5d36b02498eb.
- -b | --name Onap VNFM name. It is of type STRING.
- -c | --type Onap VNFM type. It is of type STRING.
- -e | --vendor Onap VNFM vendor. It is of type STRING.
- -q | --vnfm-version Onap VNFM version. It is of type STRING.
- -g | --url Onap VNFM URL. It is of type STRING.
- -i | --username Onap VNFM username. It is of type STRING.
- -j | --password Onap VNFM password. It is of type STRING.
- -z | --certificate-url Onap VNFM certificate-url. It is of type STRING.
- It is optional.
+ -x | --customer-name Onap customer name. It is of type STRING.
+ -y | --subscriber-name Onap subscriber name. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -3755,30 +4051,29 @@ Error::
-[65] vnfm-unregister
+[70] customer-delete
-----------------------------------------------
-usage: onap vnfm-unregister
+usage: onap customer-delete
-Un-register a VNFM in Onap
+Delete a customer from Onap
Onap service: aai v11
Options::
- [-x | --vnfm-id] [-y | --resource-version] [-u | --onap-username]
+ [-x | --customer-name] [-y | --resource-version] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --vnfm-id Onap VNFM unique id. It is of type UUID. By
- default, it is
- 711af302-5db6-4520-a158-4940806520a6.
- -y | --resource-version Onap vim resource version. It is of type STRING.
- It is optional.
+ -x | --customer-name Onap customer name. It is of type STRING.
+ -y | --resource-version Onap customer resource version. It is of type
+ UUID. It is optional. By default, it is
+ 99d76614-2e73-4aa2-9839-40cac60ccdd2.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -3811,13 +4106,13 @@ Error::
-[66] vnfm-list
+[71] customer-list
-----------------------------------------------
-usage: onap vnfm-list
+usage: onap customer-list
-List the configured vnfm
+Lists the registetred customers in Onap
Onap service: aai v11
@@ -3858,10 +4153,9 @@ where::
Results::
- vnfm-id Onap vnfm id and is of type STRING.
- vim-id Onap vnfm id and is of type STRING.
- certificate-url Onap vnfm certificate-url and is of type STRING.
- resource-version Onap vnfm resource version and is of type STRING.
+ name Onap customer name and is of type STRING.
+ resource-version Onap customer resource version and is of type
+ STRING.
Error::
@@ -3870,28 +4164,29 @@ Error::
-[67] vnfm-show
+[72] vf-list
-----------------------------------------------
-usage: onap vnfm-show
+usage: onap vf-list
-Show the VNFM in Onap
+List created VF instances for a service instance
Onap service: aai v11
Options::
- [-x | --vnfm-id] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
+ [-x | --customer-name] [-y | --service-type] [-z | --service-id]
+ [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
+ [-h | --help] [-v | --version] [-d | --debug]
+ [-f | --format] [-s | --long] [-t | --no-title]
+ [-a | --no-auth]
where::
- -x | --vnfm-id Onap VNFM unique id. It is of type UUID. By
- default, it is
- 8d373e37-6818-4894-95ba-7644041c66ba.
+ -x | --customer-name customer name. It is of type STRING.
+ -y | --service-type service subscription type. It is of type STRING.
+ -z | --service-id service ID. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -3920,12 +4215,8 @@ where::
Results::
- name Onap vnfm name and is of type STRING.
- type Onap vnfm type and is of type STRING.
- vendor Onap vnfm vendor and is of type STRING.
- version Onap vnfm version and is of type STRING.
- url Onap vnfm url and is of type STRING.
- username Onap vnfm username and is of type STRING.
+ vf-id VF ID for the given service and is of type STRING.
+ vf-name VF name and is of type STRING.
Error::
@@ -3934,7 +4225,7 @@ Error::
-[68] service-list
+[73] service-list
-----------------------------------------------
@@ -3998,29 +4289,26 @@ Error::
-[69] vf-list
+[74] vf-show
-----------------------------------------------
-usage: onap vf-list
+usage: onap vf-show
-List created VF instances for a service instance
+Show details for VF
Onap service: aai v11
Options::
- [-x | --customer-name] [-y | --service-type] [-z | --service-id]
- [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
- [-h | --help] [-v | --version] [-d | --debug]
- [-f | --format] [-s | --long] [-t | --no-title]
- [-a | --no-auth]
+ [-x | --vf-id] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
where::
- -x | --customer-name customer name. It is of type STRING.
- -y | --service-type service subscription type. It is of type STRING.
- -z | --service-id service ID. It is of type STRING.
+ -x | --vf-id VF identifier. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -4049,8 +4337,14 @@ where::
Results::
- vf-id VF ID for the given service and is of type STRING.
- vf-name VF name and is of type STRING.
+ vf-id VF ID for the given service and is of type STRING.
+ vf-name VF name and is of type STRING.
+ vf-type VF name and is of type STRING.
+ model-invariant-id VF name and is of type STRING.
+ model-uuid model uuid and is of type STRING.
+ model-customization-id Model customization id and is of type STRING.
+ service-id Service ID of parent service and is of type
+ STRING.
Error::
@@ -4059,26 +4353,30 @@ Error::
-[70] vf-show
+[75] tenant-create
-----------------------------------------------
-usage: onap vf-show
+usage: onap tenant-create
-Show details for VF
+Create a tenant under given cloud region in Onap
Onap service: aai v11
Options::
- [-x | --vf-id] [-u | --onap-username] [-p | --onap-password]
+ [-x | --cloud] [-y | --region] [-z | --tenant-id]
+ [-r | --tenant-name] [-u | --onap-username] [-p | --onap-password]
[-m | --host-url] [-h | --help] [-v | --version]
[-d | --debug] [-f | --format] [-s | --long]
[-t | --no-title] [-a | --no-auth]
where::
- -x | --vf-id VF identifier. It is of type STRING.
+ -x | --cloud Onap cloud. It is of type STRING.
+ -y | --region Onap cloud region. It is of type STRING.
+ -z | --tenant-id Onap cloud tenant id. It is of type STRING.
+ -r | --tenant-name Onap cloud tenant name. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -4105,71 +4403,65 @@ where::
type BOOL. By default, it is false.
-Results::
-
- vf-id VF ID for the given service and is of type STRING.
- vf-name VF name and is of type STRING.
- vf-type VF name and is of type STRING.
- model-invariant-id VF name and is of type STRING.
- model-uuid model uuid and is of type STRING.
- model-customization-id Model customization id and is of type STRING.
- service-id Service ID of parent service and is of type
- STRING.
-
-
Error::
On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-[71] service-type-create
+[76] tenant-list
-----------------------------------------------
-usage: onap service-type-create
+usage: onap tenant-list
-Add a service type in Onap
+Lists the tenants under given cloud region in Onap
Onap service: aai v11
Options::
- [-x | --service-type] [-y | --service-type-id] [-u | --onap-username]
+ [-x | --cloud] [-y | --region] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --service-type Onap service type. It is of type STRING.
- -y | --service-type-id Onap service type uuid. It is of type UUID. It is
- optional. By default, it is
- 25bdc1fa-5058-40a5-927a-a1970d91ea27.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -x | --cloud Onap cloud. It is of type STRING.
+ -y | --region Onap cloud region. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Results::
+
+ tenant-id Onap tenant-id and is of type STRING.
+ tenant-name Onap tenant name and is of type STRING.
+ resource-version Onap tenant resource version and is of type
+ STRING.
Error::
@@ -4178,31 +4470,32 @@ Error::
-[72] service-type-delete
+[77] tenant-delete
-----------------------------------------------
-usage: onap service-type-delete
+usage: onap tenant-delete
-Delete a service type from Onap
+Delete tenant under given cloud region in Onap
Onap service: aai v11
Options::
- [-x | --service-type-id] [-y | --resource-version] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-x | --cloud] [-y | --region] [-z | --tenant-id]
+ [-r | --resource-version] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
where::
- -x | --service-type-id Onap service type uuid. It is of type UUID. It is
- optional. By default, it is
- 62672986-656e-4d8f-89a2-44505a41c75c.
- -y | --resource-version Onap service resource version. It is of type
- UUID. It is optional. By default, it is
- 2eacdccb-8995-48db-ae43-a17c092c68b8.
+ -x | --cloud Onap cloud. It is of type STRING.
+ -y | --region Onap cloud region. It is of type STRING.
+ -z | --tenant-id Onap cloud tenant id. It is of type STRING.
+ -r | --resource-version Onap cloud tenant version. It is of type UUID. It
+ is optional. By default, it is
+ c22f376e-03fb-49f9-982c-9887b4e5da10.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -4235,7 +4528,7 @@ Error::
-[73] service-type-list
+[78] service-type-list
-----------------------------------------------
@@ -4294,31 +4587,29 @@ Error::
-[74] subscription-create
+[79] service-type-create
-----------------------------------------------
-usage: onap subscription-create
+usage: onap service-type-create
-Create a subscription of a customer for given service in specific cloud region in Onap
+Add a service type in Onap
Onap service: aai v11
Options::
- [-x | --customer-name] [-z | --cloud-name] [-r | --cloud-region]
- [-c | --cloud-tenant-id] [-e | --service-type] [-u | --onap-username]
+ [-x | --service-type] [-y | --service-type-id] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --customer-name Onap customer name. It is of type STRING.
- -z | --cloud-name Onap cloud name. It is of type STRING.
- -r | --cloud-region Onap cloud region. It is of type STRING.
- -c | --cloud-tenant-id Onap cloud tenant id. It is of type STRING.
- -e | --service-type Onap service type. It is of type STRING.
+ -x | --service-type Onap service type. It is of type STRING.
+ -y | --service-type-id Onap service type uuid. It is of type UUID. It is
+ optional. By default, it is
+ d4445250-ef8d-4d78-a1b8-21719383acf7.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -4351,30 +4642,31 @@ Error::
-[75] subscription-delete
+[80] service-type-delete
-----------------------------------------------
-usage: onap subscription-delete
+usage: onap service-type-delete
-Delete the subscription for a given customer in Onap
+Delete a service type from Onap
Onap service: aai v11
Options::
- [-x | --customer-name] [-y | --service-type] [-g | --resource-version]
- [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
- [-h | --help] [-v | --version] [-d | --debug]
- [-f | --format] [-s | --long] [-t | --no-title]
- [-a | --no-auth]
+ [-x | --service-type-id] [-y | --resource-version] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --customer-name Onap customer name. It is of type STRING.
- -y | --service-type Onap subscribtion id. It is of type STRING.
- -g | --resource-version Onap subscription resource version. It is of type
- STRING. It is optional.
+ -x | --service-type-id Onap service type uuid. It is of type UUID. It is
+ optional. By default, it is
+ bb1938c7-1609-40fe-b4ba-75a3282ad3ad.
+ -y | --resource-version Onap service resource version. It is of type
+ UUID. It is optional. By default, it is
+ 12b1a7c7-f8be-49cb-b320-dc103a24f00e.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -4407,92 +4699,27 @@ Error::
-[76] subscription-list
+[81] cloud-create
-----------------------------------------------
-usage: onap subscription-list
-
-Lists the subscription for a given customer in Onap
-
-Onap service: aai v11
-
-Options::
-
- [-x | --customer-name] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
-
-where::
-
- -x | --customer-name Onap customer name. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
-
-
-Results::
-
- service-type Onap service type and is of type STRING.
- resource-version Onap subscription resource version and is of type
- STRING.
- tenant Onap tenant name and is of type STRING.
- region Onap region name and is of type STRING.
- cloud Onap cloud name and is of type STRING.
-
-
-Error::
-
- On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-
-
-
-[77] tenant-create
------------------------------------------------
-
-
-usage: onap tenant-create
+usage: onap cloud-create
-Create a tenant under given cloud region in Onap
+Create a cloud region in Onap
Onap service: aai v11
Options::
- [-x | --cloud] [-y | --region] [-z | --tenant-id]
- [-r | --tenant-name] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
+ [-x | --cloud-name] [-y | --region-name] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --cloud Onap cloud. It is of type STRING.
- -y | --region Onap cloud region. It is of type STRING.
- -z | --tenant-id Onap cloud tenant id. It is of type STRING.
- -r | --tenant-name Onap cloud tenant name. It is of type STRING.
+ -x | --cloud-name Onap cloud name. It is of type STRING.
+ -y | --region-name Onap region name. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -4525,56 +4752,64 @@ Error::
-[78] tenant-delete
+[82] service-delete
-----------------------------------------------
-usage: onap tenant-delete
+usage: onap service-delete
-Delete tenant under given cloud region in Onap
+Delete service instance
-Onap service: aai v11
+Onap service: so v3
Options::
- [-x | --cloud] [-y | --region] [-z | --tenant-id]
- [-r | --resource-version] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
+ [-x | --service-instace-id] [-b | --model-invariant-id] [-i | --model-uuid]
+ [-e | --model-name] [-g | --model-version] [-c | --customer-name]
+ [-j | --cloud-region] [-k | --tenant-id] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --cloud Onap cloud. It is of type STRING.
- -y | --region Onap cloud region. It is of type STRING.
- -z | --tenant-id Onap cloud tenant id. It is of type STRING.
- -r | --resource-version Onap cloud tenant version. It is of type UUID. It
- is optional. By default, it is
- f971b569-5fdd-40ff-91ff-de6d3c589910.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -x | --service-instace-id unique id for service instance. It is of type
+ STRING.
+ -b | --model-invariant-id model invariant id for service in SDC catalog. It
+ is of type STRING.
+ -i | --model-uuid model uuid for service in SDC catalog. It is of
+ type STRING.
+ -e | --model-name model name available in SDC catalog. It is of
+ type STRING.
+ -g | --model-version model version of service (eg. 1.0). It is of type
+ STRING.
+ -c | --customer-name unique id for customer. It is of type STRING.
+ -j | --cloud-region cloud region id. It is of type STRING.
+ -k | --tenant-id tenant id. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
Error::
@@ -4583,59 +4818,59 @@ Error::
-[79] tenant-list
+[83] vfmodule-delete
-----------------------------------------------
-usage: onap tenant-list
+usage: onap vfmodule-delete
-Lists the tenants under given cloud region in Onap
+delete a VF module
-Onap service: aai v11
+Onap service: so v3
Options::
- [-x | --cloud] [-y | --region] [-u | --onap-username]
+ [-x | --vfmodule-id] [-j | --service-id] [-y | --vf-id]
+ [-k | --vf-model-invariant-id] [-e | --vfmodule-name] [-g | --vfmodule-version]
+ [-l | --cloud-region] [-z | --tenant-id] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --cloud Onap cloud. It is of type STRING.
- -y | --region Onap cloud region. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
-
-
-Results::
-
- tenant-id Onap tenant-id and is of type STRING.
- tenant-name Onap tenant name and is of type STRING.
- resource-version Onap tenant resource version and is of type
- STRING.
+ -x | --vfmodule-id VF module Id. It is of type STRING.
+ -j | --service-id unique id for service. It is of type STRING.
+ -y | --vf-id unique id for related VF. It is of type STRING.
+ -k | --vf-model-invariant-id vf model invariant id. It is of type STRING.
+ -e | --vfmodule-name vfmodule model name. It is of type STRING.
+ -g | --vfmodule-version vf module version. It is of type STRING.
+ -l | --cloud-region cloud region identifier. It is of type STRING.
+ -z | --tenant-id openstack tenant id. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
Error::
@@ -4644,74 +4879,81 @@ Error::
-[80] vf-create
+[84] vfmodule-create
-----------------------------------------------
-usage: onap vf-create
+usage: onap vfmodule-create
-Create a VF
+Create a VF module
-Onap service: mso v3
+Onap service: so v3
Options::
- [-l | --cloud-region] [-z | --tenant-id] [-w | --product-family]
- [-i | --instance-name] [-y | --service-instance-id] [-null | --vf-model-invariant-id]
- [-null | --vf-model-uuid] [-null | --vf-model-name] [-null | --vf-model-version]
- [-null | --vf-model-customization-id] [-null | --service-model-invariant-id] [-null | --service-model-uuid]
- [-null | --service-model-name] [-null | --service-model-version] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-l | --cloud-region] [-B | --tenant-id] [-b | --vfmodule-invariant-id]
+ [-c | --vfmodule-uuid] [-e | --vfmodule-name] [-g | --vfmodule-version]
+ [-i | --module-name] [-j | --service-id] [-y | --vf-id]
+ [-k | --vf-model-invariant-id] [-A | --vf-model-uuid] [-n | --vf-model-name]
+ [-o | --vf-model-version] [-q | --vf-model-customization-id] [-r | --service-model-invariant-id]
+ [-w | --service-model-uuid] [-x | --service-model-name] [-z | --service-model-version]
+ [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
+ [-h | --help] [-v | --version] [-d | --debug]
+ [-f | --format] [-s | --long] [-t | --no-title]
+ [-a | --no-auth]
where::
- -l | --cloud-region cloud region identifier. It is of type STRING.
- -z | --tenant-id openstack tenant id. It is of type STRING.
- -w | --product-family service type for serivce (e.g. vLB). It is of
- type STRING.
- -i | --instance-name service instance name. It is of type STRING.
- -y | --service-instance-id unique id for service instance. It is of type
- STRING.
- -null | --vf-model-invariant-id vf model invariant id. It is of type STRING.
- -null | --vf-model-uuid model uuid for vf. It is of type STRING.
- -null | --vf-model-name vf model name. It is of type STRING.
- -null | --vf-model-version vf model version. It is of type STRING.
- -null | --vf-model-customization-id vf model customization id. It is of type STRING.
- -null | --service-model-invariant-id model invariant id. It is of type STRING.
- -null | --service-model-uuid model name version id. It is of type STRING.
- -null | --service-model-name service model name. It is of type STRING.
- -null | --service-model-version service model version. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -l | --cloud-region cloud region identifier. It is of type STRING.
+ -B | --tenant-id openstack tenant id. It is of type STRING.
+ -b | --vfmodule-invariant-id vfmodule model invariant id. It is of type STRING.
+ -c | --vfmodule-uuid model uuid for vfmodule. It is of type STRING.
+ -e | --vfmodule-name vfmodule model name. It is of type STRING.
+ -g | --vfmodule-version vf module version. It is of type STRING.
+ -i | --module-name vfmodule name. It is of type STRING.
+ -j | --service-id unique id for service. It is of type STRING.
+ -y | --vf-id unique id for related VF. It is of type STRING.
+ -k | --vf-model-invariant-id vf model invariant id. It is of type STRING.
+ -A | --vf-model-uuid model uuid for vf. It is of type STRING.
+ -n | --vf-model-name vf model name. It is of type STRING.
+ -o | --vf-model-version vf model version. It is of type STRING.
+ -q | --vf-model-customization-id vf model customization id. This can be obtained
+ using SDC portal (Home -> service:xxx ->
+ Composition -> click on VF for customization id).
+ It is of type STRING.
+ -r | --service-model-invariant-id model invariant id. It is of type STRING.
+ -w | --service-model-uuid model name version id. It is of type STRING.
+ -x | --service-model-name service model name. It is of type STRING.
+ -z | --service-model-version service model version. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
Results::
- vf-id id for the created vnf and is of type STRING.
+ vfmodule-id id for the created vnf and is of type STRING.
Error::
@@ -4720,33 +4962,43 @@ Error::
-[81] vf-module-delete
+[85] service-create
-----------------------------------------------
-usage: onap vf-module-delete
+usage: onap service-create
-delete a VF module
+Create a service instance using MSO
-Onap service: mso v2
+Onap service: so v3
Options::
- [-x | --vnf-instace-id] [-y | --service-instace-id] [-w | --vf-module-id]
- [-l | --lcp-cloudregion-id] [-z | --tenant-id] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-l | --cloud-region] [-b | --tenant-id] [-e | --model-invariant-id]
+ [-g | --model-uuid] [-i | --model-name] [-j | --model-version]
+ [-c | --customer] [-k | --instance-name] [-r | --supress-rollback]
+ [-w | --service-type] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
where::
- -x | --vnf-instace-id id for vnf. It is of type STRING.
- -y | --service-instace-id unique id for service instance. It is of type
+ -l | --cloud-region cloud region identifier. It is of type STRING.
+ -b | --tenant-id tenant id. It is of type STRING.
+ -e | --model-invariant-id model invariant id generated by ASDC. It is of
+ type STRING.
+ -g | --model-uuid model uuid generated by ASDC. It is of type
STRING.
- -w | --vf-module-id vf module id. It is of type STRING.
- -l | --lcp-cloudregion-id AIC LCP node location identifier. It is of type
- STRING.
- -z | --tenant-id openstack tenant id (uuid). It is of type STRING.
+ -i | --model-name model name as provided in ASDC design time. It is
+ of type STRING.
+ -j | --model-version model-version. It is of type STRING.
+ -c | --customer unique id for customer. It is of type STRING.
+ -k | --instance-name service instance name. It is of type STRING.
+ -r | --supress-rollback rollback changes if instantiation fails. It is of
+ type BOOL. It is optional. By default, it is
+ false.
+ -w | --service-type subscription service type. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -4773,30 +5025,177 @@ where::
type BOOL. By default, it is false.
+Results::
+
+ service-id instance id for the created service. and is of
+ type STRING.
+
+
Error::
On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-[82] vfmodule-create
+[86] vf-delete
-----------------------------------------------
-usage: onap vfmodule-create
+usage: onap vf-delete
-Create a VF module
+delete a VF
-Onap service: mso v3
+Onap service: so v3
Options::
- [-l | --cloud-region] [-z | --tenant-id] [-null | --vfmodule-invariant-id]
- [-null | --vfmodule-uuid] [-null | --vfmodule-name] [-null | --vfmodule-version]
- [-i | --module-name] [-null | --service-id] [-y | --vf-id]
- [-null | --vf-model-invariant-id] [-null | --vf-model-uuid] [-null | --vf-model-name]
- [-null | --vf-model-version] [-null | --vf-model-customization-id] [-null | --service-model-invariant-id]
- [-null | --service-model-uuid] [-null | --service-model-name] [-null | --service-model-version]
+ [-x | --vf-id] [-y | --service-instance-id] [-l | --cloud-region]
+ [-z | --tenant-id] [-b | --model-invariant-id] [-c | --model-uuid]
+ [-e | --model-name] [-g | --model-version] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
+
+where::
+
+ -x | --vf-id id for vnf. It is of type STRING.
+ -y | --service-instance-id unique id for service instance. It is of type
+ STRING.
+ -l | --cloud-region Cloud region ID. It is of type STRING.
+ -z | --tenant-id openstack tenant id (uuid). It is of type STRING.
+ -b | --model-invariant-id model invariant id for service in SDC catalog. It
+ is of type STRING.
+ -c | --model-uuid model uuid for service in SDC catalog. It is of
+ type STRING.
+ -e | --model-name model name available in SDC catalog. It is of
+ type STRING.
+ -g | --model-version model version of service (eg. 1.0). It is of type
+ STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Error::
+
+ On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+
+
+
+[87] vf-create
+-----------------------------------------------
+
+
+usage: onap vf-create
+
+Create a VF
+
+Onap service: so v3
+
+Options::
+
+ [-l | --cloud-region] [-z | --tenant-id] [-w | --product-family]
+ [-o | --instance-name] [-y | --service-instance-id] [-b | --vf-model-invariant-id]
+ [-c | --vf-model-uuid] [-e | --vf-model-name] [-g | --vf-model-version]
+ [-i | --vf-model-customization-id] [-j | --service-model-invariant-id] [-k | --service-model-uuid]
+ [-q | --service-model-name] [-n | --service-model-version] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
+
+where::
+
+ -l | --cloud-region cloud region identifier. It is of type STRING.
+ -z | --tenant-id openstack tenant id. It is of type STRING.
+ -w | --product-family service type for serivce (e.g. vLB). It is of
+ type STRING.
+ -o | --instance-name service instance name. It is of type STRING.
+ -y | --service-instance-id unique id for service instance. It is of type
+ STRING.
+ -b | --vf-model-invariant-id vf model invariant id. It is of type STRING.
+ -c | --vf-model-uuid model uuid for vf. It is of type STRING.
+ -e | --vf-model-name vf model name. It is of type STRING.
+ -g | --vf-model-version vf model version. It is of type STRING.
+ -i | --vf-model-customization-id vf model customization id. It is of type STRING.
+ -j | --service-model-invariant-id model invariant id. It is of type STRING.
+ -k | --service-model-uuid model name version id. It is of type STRING.
+ -q | --service-model-name service model name. It is of type STRING.
+ -n | --service-model-version service model version. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Results::
+
+ vf-id id for the created vnf and is of type STRING.
+
+
+Error::
+
+ On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+
+
+
+onap-1.0
+==========================
+
+
+[1] license-group-create
+-----------------------------------------------
+
+
+usage: onap license-group-create
+
+Create License Group
+
+Onap service: sdc v1.0
+
+Options::
+
+ [-x | --group-name] [-y | --license-model-id] [-z | --license-group-description]
[-u | --onap-username] [-p | --onap-password] [-m | --host-url]
[-h | --help] [-v | --version] [-d | --debug]
[-f | --format] [-s | --long] [-t | --no-title]
@@ -4804,53 +5203,39 @@ Options::
where::
- -l | --cloud-region cloud region identifier. It is of type STRING.
- -z | --tenant-id openstack tenant id. It is of type STRING.
- -null | --vfmodule-invariant-id vfmodule model invariant id. It is of type STRING.
- -null | --vfmodule-uuid model uuid for vfmodule. It is of type STRING.
- -null | --vfmodule-name vfmodule model name. It is of type STRING.
- -null | --vfmodule-version vf module version. It is of type STRING.
- -i | --module-name vfmodule name. It is of type STRING.
- -null | --service-id unique id for service. It is of type STRING.
- -y | --vf-id unique id for related VF. It is of type STRING.
- -null | --vf-model-invariant-id vf model invariant id. It is of type STRING.
- -null | --vf-model-uuid model uuid for vf. It is of type STRING.
- -null | --vf-model-name vf model name. It is of type STRING.
- -null | --vf-model-version vf model version. It is of type STRING.
- -null | --vf-model-customization-id vf model customization id. It is of type STRING.
- -null | --service-model-invariant-id model invariant id. It is of type STRING.
- -null | --service-model-uuid model name version id. It is of type STRING.
- -null | --service-model-name service model name. It is of type STRING.
- -null | --service-model-version service model version. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -x | --group-name group name. It is of type STRING.
+ -y | --license-model-id License Model ID. It is of type STRING.
+ -z | --license-group-description Description for License Group. It is of type
+ STRING. It is optional.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
Results::
- vfmodule-id id for the created vnf and is of type STRING.
+ ID License Group ID and is of type STRING.
Error::
@@ -4859,64 +5244,59 @@ Error::
-[83] vf-delete
+[2] ep-show
-----------------------------------------------
-usage: onap vf-delete
+usage: onap ep-show
-delete a VF
+Details of the Entitlement Pool
-Onap service: mso v3
+Onap service: sdc v1.0
Options::
- [-x | --vf-id] [-y | --service-instance-id] [-l | --cloud-region]
- [-z | --tenant-id] [-null | --model-invariant-id] [-null | --model-uuid]
- [-null | --model-name] [-null | --model-version] [-u | --onap-username]
+ [-x | --license-model-id] [-y | --pool-id] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --vf-id id for vnf. It is of type STRING.
- -y | --service-instance-id unique id for service instance. It is of type
- STRING.
- -l | --cloud-region Cloud region ID. It is of type STRING.
- -z | --tenant-id openstack tenant id (uuid). It is of type STRING.
- -null | --model-invariant-id model invariant id for service in SDC catalog. It
- is of type STRING.
- -null | --model-uuid model uuid for service in SDC catalog. It is of
- type STRING.
- -null | --model-name model name available in SDC catalog. It is of
- type STRING.
- -null | --model-version model version of service (eg. 1.0). It is of type
- STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -x | --license-model-id Onap License Model ID. It is of type STRING.
+ -y | --pool-id Onap Entitlement Pool ID. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Results::
+
+ name Entitlement Pool Name and is of type STRING.
+ ID Entitlement Pool ID and is of type STRING.
+ description Description for the Entitlement Pool and is of
+ type STRING.
Error::
@@ -4925,73 +5305,57 @@ Error::
-[84] service-create
+[3] license-model-create
-----------------------------------------------
-usage: onap service-create
+usage: onap license-model-create
-Create a service instance using MSO
+Create License Model
-Onap service: mso v3
+Onap service: sdc v1.0
Options::
- [-null | --cloud-region] [-null | --tenant-id] [-null | --model-invariant-id]
- [-null | --model-uuid] [-null | --model-name] [-null | --model-version]
- [-c | --customer] [-i | --instance-name] [-r | --supress-rollback]
- [-null | --service-type] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
+ [-x | --vendor-name] [-y | --license-model-description] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -null | --cloud-region cloud region identifier. It is of type STRING.
- -null | --tenant-id tenant id. It is of type STRING.
- -null | --model-invariant-id model invariant id generated by ASDC. It is of
- type STRING.
- -null | --model-uuid model uuid generated by ASDC. It is of type
- STRING.
- -null | --model-name model name as provided in ASDC design time. It is
- of type STRING.
- -null | --model-version model-version. It is of type STRING.
- -c | --customer unique id for customer. It is of type STRING.
- -i | --instance-name service instance name. It is of type STRING.
- -r | --supress-rollback rollback changes if instantiation fails. It is of
- type BOOL. It is optional. By default, it is
- false.
- -null | --service-type subscription service type. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -x | --vendor-name vendor name. It is of type STRING.
+ -y | --license-model-description Description for License Model. It is of type
+ STRING. It is optional.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
Results::
- service-id instance id for the created service. and is of
- type STRING.
+ ID License Model ID and is of type STRING.
Error::
@@ -5000,96 +5364,88 @@ Error::
-[85] service-delete
+[4] license-group-show
-----------------------------------------------
-usage: onap service-delete
+usage: onap license-group-show
-Delete service instance
+Details of the License Group
-Onap service: mso v3
+Onap service: sdc v1.0
Options::
- [-x | --service-instace-id] [-null | --model-invariant-id] [-null | --model-uuid]
- [-null | --model-name] [-null | --model-version] [-c | --customer-name]
- [-null | --cloud-region] [-null | --tenant-id] [-u | --onap-username]
+ [-x | --license-model-id] [-y | --license-group-id] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
where::
- -x | --service-instace-id unique id for service instance. It is of type
- STRING.
- -null | --model-invariant-id model invariant id for service in SDC catalog. It
- is of type STRING.
- -null | --model-uuid model uuid for service in SDC catalog. It is of
- type STRING.
- -null | --model-name model name available in SDC catalog. It is of
- type STRING.
- -null | --model-version model version of service (eg. 1.0). It is of type
- STRING.
- -c | --customer-name unique id for customer. It is of type STRING.
- -null | --cloud-region cloud region id. It is of type STRING.
- -null | --tenant-id tenant id. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -x | --license-model-id Onap License Model ID. It is of type STRING.
+ -y | --license-group-id Onap License Group ID. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
-Error::
+Results::
- On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+ name License Group Name and is of type STRING.
+ ID License Group ID and is of type STRING.
+ description Description for the License Group and is of type
+ STRING.
+Error::
+
+ On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-onap-1.0
-==========================
-[1] vsp-checkin
+[5] vsp-upload
-----------------------------------------------
-usage: onap vsp-checkin
+usage: onap vsp-upload
-Checkin Vendor Software Product
+Upload the CSAR file to VSP
Onap service: sdc v1.0
Options::
- [-x | --vsp-id] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
+ [-x | --vsp-id] [-y | --vsp-file] [-u | --onap-username]
+ [-p | --onap-password] [-m | --host-url] [-h | --help]
+ [-v | --version] [-d | --debug] [-f | --format]
+ [-s | --long] [-t | --no-title] [-a | --no-auth]
where::
-x | --vsp-id Onap VSP ID. It is of type STRING.
+ -y | --vsp-file CSAR File path. It is of type BINARY.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -5122,7 +5478,7 @@ Error::
-[2] vsp-create
+[6] vsp-create
-----------------------------------------------
@@ -5134,9 +5490,9 @@ Onap service: sdc v1.0
Options::
- [-x | --vsp-name] [-y | --vsp-description] [-null | --vsp-category]
- [-null | --vsp-subcategory] [-null | --vlm-version] [-null | --vlm-vendor]
- [-null | --vlm-id] [-null | --vlm-agreement-id] [-null | --vlm-feature-group-id]
+ [-x | --vsp-name] [-y | --vsp-description] [-b | --vsp-category]
+ [-c | --vsp-subcategory] [-e | --vlm-version] [-g | --vlm-vendor]
+ [-i | --vlm-id] [-j | --vlm-agreement-id] [-k | --vlm-feature-group-id]
[-u | --onap-username] [-p | --onap-password] [-m | --host-url]
[-h | --help] [-v | --version] [-d | --debug]
[-f | --format] [-s | --long] [-t | --no-title]
@@ -5144,45 +5500,45 @@ Options::
where::
- -x | --vsp-name Onap VSP Name. It is of type STRING.
- -y | --vsp-description Description for VSP. It is of type STRING. It is
- optional.
- -null | --vsp-category Category of the VSP. It is of type STRING. It is
- optional. By default, it is
- resourceNewCategory.generic.
- -null | --vsp-subcategory Sub Category of VSP. It is of type STRING. It is
- optional. By default, it is
- resourceNewCategory.generic.abstract.
- -null | --vlm-version License version. It is of type STRING. It is
- optional. By default, it is 1.0.
- -null | --vlm-vendor License Model Name. It is of type STRING.
- -null | --vlm-id License Model ID. It is of type STRING.
- -null | --vlm-agreement-id License Agreement ID. It is of type STRING.
- -null | --vlm-feature-group-id Feature Group ID. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -x | --vsp-name Onap VSP Name. It is of type STRING.
+ -y | --vsp-description Description for VSP. It is of type STRING. It is
+ optional.
+ -b | --vsp-category Category of the VSP. It is of type STRING. It is
+ optional. By default, it is
+ resourceNewCategory.generic.
+ -c | --vsp-subcategory Sub Category of VSP. It is of type STRING. It is
+ optional. By default, it is
+ resourceNewCategory.generic.abstract.
+ -e | --vlm-version License version. It is of type STRING. It is
+ optional. By default, it is 1.0.
+ -g | --vlm-vendor License Model Name. It is of type STRING.
+ -i | --vlm-id License Model ID. It is of type STRING.
+ -j | --vlm-agreement-id License Agreement ID. It is of type STRING.
+ -k | --vlm-feature-group-id Feature Group ID. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
Results::
@@ -5196,7 +5552,7 @@ Error::
-[3] vsp-list
+[7] vsp-list
-----------------------------------------------
@@ -5253,7 +5609,7 @@ Error::
-[4] vsp-show
+[8] vsp-show
-----------------------------------------------
@@ -5312,7 +5668,7 @@ Error::
-[5] vsp-submit
+[9] vsp-submit
-----------------------------------------------
@@ -5364,27 +5720,26 @@ Error::
-[6] vsp-upload
+[10] vsp-checkin
-----------------------------------------------
-usage: onap vsp-upload
+usage: onap vsp-checkin
-Upload the CSAR file to VSP
+Checkin Vendor Software Product
Onap service: sdc v1.0
Options::
- [-x | --vsp-id] [-y | --vsp-file] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-x | --vsp-id] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
where::
-x | --vsp-id Onap VSP ID. It is of type STRING.
- -y | --vsp-file CSAR File path. It is of type BINARY.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -5417,7 +5772,68 @@ Error::
-[7] ep-create
+[11] license-model-show
+-----------------------------------------------
+
+
+usage: onap license-model-show
+
+Details of the License Model
+
+Onap service: sdc v1.0
+
+Options::
+
+ [-x | --license-model-id] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
+
+where::
+
+ -x | --license-model-id Onap License Model ID. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
+
+
+Results::
+
+ name License Model Name and is of type STRING.
+ ID License Model ID and is of type STRING.
+ description Description for the License Model and is of type
+ STRING.
+ status Status of the License Model and is of type STRING.
+
+
+Error::
+
+ On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+
+
+
+[12] ep-create
-----------------------------------------------
@@ -5486,120 +5902,55 @@ Error::
-[8] ep-show
+[13] subscription-list
-----------------------------------------------
-usage: onap ep-show
-
-Details of the Entitlement Pool
-
-Onap service: sdc v1.0
-
-Options::
-
- [-x | --license-model-id] [-y | --pool-id] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
-
-where::
-
- -x | --license-model-id Onap License Model ID. It is of type STRING.
- -y | --pool-id Onap Entitlement Pool ID. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
-
-
-Results::
-
- name Entitlement Pool Name and is of type STRING.
- ID Entitlement Pool ID and is of type STRING.
- description Description for the Entitlement Pool and is of
- type STRING.
-
-
-Error::
-
- On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-
-
-
-[9] license-group-create
------------------------------------------------
-
-
-usage: onap license-group-create
+usage: onap subscription-list
-Create License Group
+Lists the subscription for a given customer in Onap
-Onap service: sdc v1.0
+Onap service: aai v8
Options::
- [-x | --group-name] [-y | --license-model-id] [-z | --license-group-description]
- [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
- [-h | --help] [-v | --version] [-d | --debug]
- [-f | --format] [-s | --long] [-t | --no-title]
- [-a | --no-auth]
+ [-x | --customer-name] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
where::
- -x | --group-name group name. It is of type STRING.
- -y | --license-model-id License Model ID. It is of type STRING.
- -z | --license-group-description Description for License Group. It is of type
- STRING. It is optional.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -x | --customer-name Onap customer name. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
Results::
- ID License Group ID and is of type STRING.
+ service-type Onap service type and is of type STRING.
Error::
@@ -5608,27 +5959,38 @@ Error::
-[10] license-group-show
+[14] subscription-create
-----------------------------------------------
-usage: onap license-group-show
+usage: onap subscription-create
-Details of the License Group
+Create a subscription for a customer in Onap
-Onap service: sdc v1.0
+Onap service: aai v8
Options::
- [-x | --license-model-id] [-y | --license-group-id] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
+ [-x | --customer-name] [-y | --subscriber-name] [-z | --cloud-type]
+ [-r | --cloud-region] [-c | --cloud-tenant-id] [-e | --service-type]
+ [-g | --resource-version] [-u | --onap-username] [-p | --onap-password]
+ [-m | --host-url] [-h | --help] [-v | --version]
+ [-d | --debug] [-f | --format] [-s | --long]
+ [-t | --no-title] [-a | --no-auth]
where::
- -x | --license-model-id Onap License Model ID. It is of type STRING.
- -y | --license-group-id Onap License Group ID. It is of type STRING.
+ -x | --customer-name Onap customer name. It is of type STRING.
+ -y | --subscriber-name Onap subscriber name. It is of type STRING.
+ -z | --cloud-type Onap cloud type (openstack, rackspace). It is of
+ type STRING.
+ -r | --cloud-region Onap cloud region. It is of type STRING.
+ -c | --cloud-tenant-id Onap cloud tenant id. It is of type STRING.
+ -e | --service-type Onap service type. It is of type STRING.
+ -g | --resource-version Onap subscription resource version. It is
+ mandatory for existing customer to create a new
+ subscription. It is of type STRING. It is
+ optional.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -5655,132 +6017,65 @@ where::
type BOOL. By default, it is false.
-Results::
-
- name License Group Name and is of type STRING.
- ID License Group ID and is of type STRING.
- description Description for the License Group and is of type
- STRING.
-
-
-Error::
-
- On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-
-
-
-[11] license-model-create
------------------------------------------------
-
-
-usage: onap license-model-create
-
-Create License Model
-
-Onap service: sdc v1.0
-
-Options::
-
- [-x | --vendor-name] [-y | --license-model-description] [-u | --onap-username]
- [-p | --onap-password] [-m | --host-url] [-h | --help]
- [-v | --version] [-d | --debug] [-f | --format]
- [-s | --long] [-t | --no-title] [-a | --no-auth]
-
-where::
-
- -x | --vendor-name vendor name. It is of type STRING.
- -y | --license-model-description Description for License Model. It is of type
- STRING. It is optional.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
-
-
-Results::
-
- ID License Model ID and is of type STRING.
-
-
Error::
On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-[12] license-model-show
+[15] customer-show
-----------------------------------------------
-usage: onap license-model-show
+usage: onap customer-show
-Details of the License Model
+Lists the registetred customers in Onap
-Onap service: sdc v1.0
+Onap service: aai v8
Options::
- [-x | --license-model-id] [-u | --onap-username] [-p | --onap-password]
+ [-x | --customer-name] [-u | --onap-username] [-p | --onap-password]
[-m | --host-url] [-h | --help] [-v | --version]
[-d | --debug] [-f | --format] [-s | --long]
[-t | --no-title] [-a | --no-auth]
where::
- -x | --license-model-id Onap License Model ID. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
+ -x | --customer-name Onap customer name. It is of type STRING.
+ -u | --onap-username Onap user name. It is of type STRING. By default,
+ it is read from environment variable
+ ONAP_USERNAME.
+ -p | --onap-password Onap user password. It is of type STRING. By
+ default, it is read from environment variable
+ ONAP_PASSWORD. Secured.
+ -m | --host-url Onap host url. It is of type URL. By default, it
+ is read from environment variable ONAP_HOST_URL.
+ -h | --help Onap command help message. It is of type STRING.
+ By default, it is false.
+ -v | --version Onap command service version. It is of type
+ STRING. By default, it is false.
+ -d | --debug Enable debug output. It is of type BOOL. By
+ default, it is false.
+ -f | --format Output formats, supported formats such as table,
+ csv, json, yaml. It is of type STRING. By
+ default, it is table.
+ -s | --long whether to print all attributes or only short
+ attributes. It is of type BOOL. By default, it is
+ false.
+ -t | --no-title whether to print title or not. It is of type
+ BOOL. By default, it is false.
+ -a | --no-auth whether to authenticate user or not. It is of
+ type BOOL. By default, it is false.
Results::
- name License Model Name and is of type STRING.
- ID License Model ID and is of type STRING.
- description Description for the License Model and is of type
- STRING.
- status Status of the License Model and is of type STRING.
+ name Onap customer name and is of type STRING.
+ subscriber-name Onap subscriber name and is of type STRING.
+ resource-version Onap subscriber resource version and is of type
+ STRING.
+ subscriber-type Onap subscriber type and is of type STRING.
Error::
@@ -5789,13 +6084,13 @@ Error::
-[13] cloud-list
+[16] customer-list
-----------------------------------------------
-usage: onap cloud-list
+usage: onap customer-list
-List the configured clouds and Onap service subscriptions
+Lists the registetred customers in Onap
Onap service: aai v8
@@ -5836,12 +6131,9 @@ where::
Results::
- cloud Onap cloud and is of type STRING.
- region Onap cloud region and is of type STRING.
- tenant Onap cloud tenat and is of type STRING.
- tenant-id Onap cloud tenat id and is of type STRING.
- customer Onap cloud customer and is of type STRING.
- service Onap cloud service and is of type STRING.
+ name Onap customer name and is of type STRING.
+ resource-version Onap customer resource version and is of type
+ STRING.
Error::
@@ -5850,19 +6142,19 @@ Error::
-[14] customer-create
+[17] customer-delete
-----------------------------------------------
-usage: onap customer-create
+usage: onap customer-delete
-Create a customer in Onap
+Delete a customer from Onap
Onap service: aai v8
Options::
- [-x | --customer-name] [-y | --subscriber-name] [-u | --onap-username]
+ [-x | --customer-name] [-y | --resource-version] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
@@ -5870,7 +6162,9 @@ Options::
where::
-x | --customer-name Onap customer name. It is of type STRING.
- -y | --subscriber-name Onap subscriber name. It is of type STRING.
+ -y | --resource-version Onap customer resource version. It is of type
+ UUID. It is optional. By default, it is
+ 6dc30068-de3c-483a-a9a8-7d483a39425d.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -5903,19 +6197,19 @@ Error::
-[15] customer-delete
+[18] customer-create
-----------------------------------------------
-usage: onap customer-delete
+usage: onap customer-create
-Delete a customer from Onap
+Create a customer in Onap
Onap service: aai v8
Options::
- [-x | --customer-name] [-y | --resource-version] [-u | --onap-username]
+ [-x | --customer-name] [-y | --subscriber-name] [-u | --onap-username]
[-p | --onap-password] [-m | --host-url] [-h | --help]
[-v | --version] [-d | --debug] [-f | --format]
[-s | --long] [-t | --no-title] [-a | --no-auth]
@@ -5923,9 +6217,7 @@ Options::
where::
-x | --customer-name Onap customer name. It is of type STRING.
- -y | --resource-version Onap customer resource version. It is of type
- UUID. It is optional. By default, it is
- b4afbd15-39ff-47a8-b243-cdd6e747740c.
+ -y | --subscriber-name Onap subscriber name. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -5958,126 +6250,7 @@ Error::
-[16] customer-list
------------------------------------------------
-
-
-usage: onap customer-list
-
-Lists the registetred customers in Onap
-
-Onap service: aai v8
-
-Options::
-
- [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
- [-h | --help] [-v | --version] [-d | --debug]
- [-f | --format] [-s | --long] [-t | --no-title]
- [-a | --no-auth]
-
-where::
-
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
-
-
-Results::
-
- name Onap customer name and is of type STRING.
- resource-version Onap customer resource version and is of type
- STRING.
-
-
-Error::
-
- On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-
-
-
-[17] customer-show
------------------------------------------------
-
-
-usage: onap customer-show
-
-Lists the registetred customers in Onap
-
-Onap service: aai v8
-
-Options::
-
- [-x | --customer-name] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
-
-where::
-
- -x | --customer-name Onap customer name. It is of type STRING.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
-
-
-Results::
-
- name Onap customer name and is of type STRING.
- subscriber-name Onap subscriber name and is of type STRING.
- resource-version Onap subscriber resource version and is of type
- STRING.
- subscriber-type Onap subscriber type and is of type STRING.
-
-
-Error::
-
- On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-
-
-
-[18] service-type-create
+[19] service-type-create
-----------------------------------------------
@@ -6099,7 +6272,7 @@ where::
-x | --service-type Onap service type. It is of type STRING.
-y | --service-type-id Onap service type uuid. It is of type UUID. It is
optional. By default, it is
- 9c690339-7600-4682-bb64-eedfa173425e.
+ eb4a0d54-0e29-4174-8a3c-2c98e904a5f6.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -6132,7 +6305,7 @@ Error::
-[19] service-type-delete
+[20] service-type-delete
-----------------------------------------------
@@ -6153,10 +6326,10 @@ where::
-x | --service-type-id Onap service type uuid. It is of type UUID. It is
optional. By default, it is
- 34009a67-d99d-454a-95d3-dbd1f512f2e3.
+ 31d3a8cb-d4ff-4b4e-a0d3-5f79f3062686.
-y | --resource-version Onap service resource version. It is of type
UUID. It is optional. By default, it is
- 95c1ea1b-02ea-40f8-9bfc-f476cd90dbb6.
+ b06576ca-74b8-42f2-815b-6f7b80f9941c.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -6189,7 +6362,7 @@ Error::
-[20] service-type-list
+[21] service-type-list
-----------------------------------------------
@@ -6248,90 +6421,25 @@ Error::
-[21] subscription-create
+[22] cloud-list
-----------------------------------------------
-usage: onap subscription-create
-
-Create a subscription for a customer in Onap
-
-Onap service: aai v8
-
-Options::
-
- [-x | --customer-name] [-y | --subscriber-name] [-z | --cloud-type]
- [-r | --cloud-region] [-c | --cloud-tenant-id] [-e | --service-type]
- [-g | --resource-version] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
-
-where::
-
- -x | --customer-name Onap customer name. It is of type STRING.
- -y | --subscriber-name Onap subscriber name. It is of type STRING.
- -z | --cloud-type Onap cloud type (openstack, rackspace). It is of
- type STRING.
- -r | --cloud-region Onap cloud region. It is of type STRING.
- -c | --cloud-tenant-id Onap cloud tenant id. It is of type STRING.
- -e | --service-type Onap service type. It is of type STRING.
- -g | --resource-version Onap subscription resource version. It is
- mandatory for existing customer to create a new
- subscription. It is of type STRING. It is
- optional.
- -u | --onap-username Onap user name. It is of type STRING. By default,
- it is read from environment variable
- ONAP_USERNAME.
- -p | --onap-password Onap user password. It is of type STRING. By
- default, it is read from environment variable
- ONAP_PASSWORD. Secured.
- -m | --host-url Onap host url. It is of type URL. By default, it
- is read from environment variable ONAP_HOST_URL.
- -h | --help Onap command help message. It is of type STRING.
- By default, it is false.
- -v | --version Onap command service version. It is of type
- STRING. By default, it is false.
- -d | --debug Enable debug output. It is of type BOOL. By
- default, it is false.
- -f | --format Output formats, supported formats such as table,
- csv, json, yaml. It is of type STRING. By
- default, it is table.
- -s | --long whether to print all attributes or only short
- attributes. It is of type BOOL. By default, it is
- false.
- -t | --no-title whether to print title or not. It is of type
- BOOL. By default, it is false.
- -a | --no-auth whether to authenticate user or not. It is of
- type BOOL. By default, it is false.
-
-
-Error::
-
- On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-
-
-
-[22] subscription-list
------------------------------------------------
-
-
-usage: onap subscription-list
+usage: onap cloud-list
-Lists the subscription for a given customer in Onap
+List the configured clouds and Onap service subscriptions
Onap service: aai v8
Options::
- [-x | --customer-name] [-u | --onap-username] [-p | --onap-password]
- [-m | --host-url] [-h | --help] [-v | --version]
- [-d | --debug] [-f | --format] [-s | --long]
- [-t | --no-title] [-a | --no-auth]
+ [-u | --onap-username] [-p | --onap-password] [-m | --host-url]
+ [-h | --help] [-v | --version] [-d | --debug]
+ [-f | --format] [-s | --long] [-t | --no-title]
+ [-a | --no-auth]
where::
- -x | --customer-name Onap customer name. It is of type STRING.
-u | --onap-username Onap user name. It is of type STRING. By default,
it is read from environment variable
ONAP_USERNAME.
@@ -6360,7 +6468,12 @@ where::
Results::
- service-type Onap service type and is of type STRING.
+ cloud Onap cloud and is of type STRING.
+ region Onap cloud region and is of type STRING.
+ tenant Onap cloud tenat and is of type STRING.
+ tenant-id Onap cloud tenat id and is of type STRING.
+ customer Onap cloud customer and is of type STRING.
+ service Onap cloud service and is of type STRING.
Error::
diff --git a/plugins/so/src/main/resources/onap-cli-schema/services/service-create-schema-1.1.yaml b/plugins/so/src/main/resources/onap-cli-schema/services/service-create-schema-1.1.yaml
index 31fca411..96b7e036 100644
--- a/plugins/so/src/main/resources/onap-cli-schema/services/service-create-schema-1.1.yaml
+++ b/plugins/so/src/main/resources/onap-cli-schema/services/service-create-schema-1.1.yaml
@@ -3,7 +3,7 @@ name: service-create
description: Create a service instance using MSO
version: onap-1.1
service:
- name: mso
+ name: so
version: v3
auth: basic
mode: direct
@@ -12,7 +12,7 @@ parameters:
- name: cloud-region
description: cloud region identifier
type: string
- short_option: k
+ short_option: l
long_option: cloud-region
is_optional: false
- name: tenant-id
@@ -66,6 +66,7 @@ parameters:
- name: service-type
description: subscription service type
type: string
+ short_option: w
long_option: service-type
is_optional: false
diff --git a/plugins/so/src/main/resources/onap-cli-schema/services/service-delete-schema-1.1.yaml b/plugins/so/src/main/resources/onap-cli-schema/services/service-delete-schema-1.1.yaml
index 42ba27ae..55aa0eb3 100644
--- a/plugins/so/src/main/resources/onap-cli-schema/services/service-delete-schema-1.1.yaml
+++ b/plugins/so/src/main/resources/onap-cli-schema/services/service-delete-schema-1.1.yaml
@@ -3,7 +3,7 @@ name: service-delete
description: Delete service instance
version: onap-1.1
service:
- name: mso
+ name: so
version: v3
auth: basic
mode: direct
diff --git a/plugins/so/src/main/resources/onap-cli-schema/services/vf-create-schema-1.1.yaml b/plugins/so/src/main/resources/onap-cli-schema/services/vf-create-schema-1.1.yaml
index 2c364d72..7b008e28 100644
--- a/plugins/so/src/main/resources/onap-cli-schema/services/vf-create-schema-1.1.yaml
+++ b/plugins/so/src/main/resources/onap-cli-schema/services/vf-create-schema-1.1.yaml
@@ -3,7 +3,7 @@ name: vf-create
description: Create a VF
version: onap-1.1
service:
- name: mso
+ name: so
version: v3
auth: basic
mode: direct
diff --git a/plugins/so/src/main/resources/onap-cli-schema/services/vf-delete-schema-1.1.yaml b/plugins/so/src/main/resources/onap-cli-schema/services/vf-delete-schema-1.1.yaml
index b34d1b59..b41a872b 100644
--- a/plugins/so/src/main/resources/onap-cli-schema/services/vf-delete-schema-1.1.yaml
+++ b/plugins/so/src/main/resources/onap-cli-schema/services/vf-delete-schema-1.1.yaml
@@ -3,7 +3,7 @@ name: vf-delete
description: delete a VF
version: onap-1.1
service:
- name: mso
+ name: so
version: v3
auth: basic
mode: direct
diff --git a/plugins/so/src/main/resources/onap-cli-schema/services/vf-module-delete-schema-1.1.yaml b/plugins/so/src/main/resources/onap-cli-schema/services/vf-module-delete-schema-1.1.yaml
index 0ea7c321..848251be 100644
--- a/plugins/so/src/main/resources/onap-cli-schema/services/vf-module-delete-schema-1.1.yaml
+++ b/plugins/so/src/main/resources/onap-cli-schema/services/vf-module-delete-schema-1.1.yaml
@@ -1,50 +1,68 @@
open_cli_schema_version: 1.0
-name: vf-module-delete
+name: vfmodule-delete
description: delete a VF module
version: onap-1.1
service:
- name: mso
- version: v2
+ name: so
+ version: v3
auth: basic
mode: direct
parameters:
- - name: vnf-instance-id
- description: id for vnf
+ - name: vfmodule-id
+ description: VF module Id
type: string
short_option: x
- long_option: vnf-instace-id
+ long_option: vfmodule-id
is_optional: false
- - name: service-instance-id
- description: unique id for service instance
+ - name: service-id
+ description: unique id for service
+ type: string
+ short_option: j
+ long_option: service-id
+ is_optional: false
+ - name: vf-id
+ description: unique id for related VF
type: string
short_option: y
- long_option: service-instace-id
+ long_option: vf-id
+ is_optional: false
+ - name: vf-model-invariant-id
+ description: vf model invariant id
+ type: string
+ short_option: k
+ long_option: vf-model-invariant-id
is_optional: false
- - name: vf-module-id
- description: vf module id
+ - name: vfmodule-name
+ description: vfmodule model name
type: string
- short_option: w
- long_option: vf-module-id
+ short_option: e
+ long_option: vfmodule-name
is_optional: false
- - name: lcp-cloudregion-id
- description: AIC LCP node location identifier
+ - name: vfmodule-version
+ description: vf module version
+ type: string
+ short_option: g
+ long_option: vfmodule-version
+ is_optional: false
+ - name: cloud-region
+ description: cloud region identifier
type: string
short_option: l
- long_option: lcp-cloudregion-id
+ long_option: cloud-region
is_optional: false
- name: tenant-id
- description: openstack tenant id (uuid)
+ description: openstack tenant id
type: string
- short_option: z
long_option: tenant-id
+ short_option: z
is_optional: false
http:
request:
- uri: ecomp/mso/infra/serviceInstances/v2/${service-instance-id}/vnfs/${vnf-instance-id}/vfModules/${vf-module-id}
+ uri: /ecomp/mso/infra/serviceInstances/v3/${service-id}/vnfs/${vf-id}/vfModules/${vfmodule-id}
method: DELETE
- body: '{"requestDetails":{"modelInfo":{"modelType":"vfModule","modelInvariantId":"ff5256d2-5a33-55df-13ab-12abad84e7ff","modelName":"vSAMP12..base..module-0","modelVersion":"1"},"cloudConfiguration":{"lcpCloudRegionId":"${lcp-cloudregion-id}","tenantId":"${tenant-id}"},"requestInfo":{"source":"VID"}}}'
+ body: '{"requestDetails":{"modelInfo":{"modelType":"vfModule","modelInvariantId":"${vf-model-invariant-id}","modelName":"${vfmodule-name}","modelVersion":"${vfmodule-version}"},"cloudConfiguration":{"lcpCloudRegionId":"${cloud-region}","tenantId":"${tenant-id}"},"requestInfo":{"source":"VID"}}}'
success_codes:
- 202 \ No newline at end of file
diff --git a/plugins/so/src/main/resources/onap-cli-schema/services/vfmodule-create-schema-1.1.yaml b/plugins/so/src/main/resources/onap-cli-schema/services/vfmodule-create-schema-1.1.yaml
index bb018b5b..52303e4e 100644
--- a/plugins/so/src/main/resources/onap-cli-schema/services/vfmodule-create-schema-1.1.yaml
+++ b/plugins/so/src/main/resources/onap-cli-schema/services/vfmodule-create-schema-1.1.yaml
@@ -3,7 +3,7 @@ name: vfmodule-create
description: Create a VF module
version: onap-1.1
service:
- name: mso
+ name: so
version: v3
auth: basic
mode: direct
@@ -18,6 +18,7 @@ parameters:
- name: tenant-id
description: openstack tenant id
type: string
+ short_option: B
long_option: tenant-id
is_optional: false
- name: vfmodule-invariant-id
@@ -71,6 +72,7 @@ parameters:
- name: vf-model-uuid
description: model uuid for vf
type: string
+ short_option: A
long_option: vf-model-uuid
is_optional: false
- name: vf-model-name
@@ -86,7 +88,7 @@ parameters:
long_option: vf-model-version
is_optional: false
- name: vf-model-customization-id
- description: vf model customization id
+ description: vf model customization id. This can be obtained using SDC portal (Home -> service:xxx -> Composition -> click on VF for customization id).
type: string
short_option: q
long_option: vf-model-customization-id
diff --git a/plugins/so/src/test/resources/onap-cli-sample/services/vf-module-delete-sample-1.1.yaml b/plugins/so/src/test/resources/onap-cli-sample/services/vf-module-delete-sample-1.1.yaml
deleted file mode 100644
index 780e69d4..00000000
--- a/plugins/so/src/test/resources/onap-cli-sample/services/vf-module-delete-sample-1.1.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-onap_cli_sample_version: 1.0
-
-name: vf-module-delete
-version: onap-1.1
-samples:
- sample1:
- name: delete a vf module
- input: -h https://locahost:8080 -u InfraPortalClient -p password1$ -s aca51b0a-710d-4155-bc7c-7cef19d9a94e -v aca45a67123-710d-4155-bc7c-7cef19d9a94e -m ccb52b09-710d-4155-bc7c-7cef19d9a94e -l mdt1 -t 88a6ca3ee0394ade9403f075db23167e \ No newline at end of file