aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema
diff options
context:
space:
mode:
authorKanagaraj Manickam <mkr1481@gmail.com>2019-08-29 16:44:16 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-08-29 16:44:16 +0530
commit3b694135aa0b05c91ee478f40c9192aaae28f371 (patch)
tree8c52c3395ed52ff8c7c7296f2d5bad1212e79ae8 /products/onap-dublin/features/sdc/src/main/resources/open-cli-schema
parent871d256b4b94ded9052d64b485c373220c201742 (diff)
vlm-key-group-create updates
Change-Id: I9832ad0457f88f905191490d221cb35bb54db5f4 Issue-ID: CLI-166 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-dublin/features/sdc/src/main/resources/open-cli-schema')
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-key-group-create-schema-dublin.yaml14
1 files changed, 4 insertions, 10 deletions
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-key-group-create-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-key-group-create-schema-dublin.yaml
index d1e5f16c..b82220e8 100644
--- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-key-group-create-schema-dublin.yaml
+++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vlm/vlm-key-group-create-schema-dublin.yaml
@@ -18,7 +18,7 @@ description: Create License Key Group
info:
product: onap-dublin
- service: sdc
+ service: sdc.onboarding
author: ONAP CLI Team onap-discuss@lists.onap.org
@@ -48,17 +48,11 @@ parameters:
long_option: type
is_optional: false
default_value: Universal
- - name: description
- description: Description for License Key Group
- type: string
- short_option: z
- long_option: description
- is_optional: true
results:
direction: portrait
attributes:
- - name: ID
+ - name: id
description: License Model ID
scope: short
type: string
@@ -71,8 +65,8 @@ http:
request:
uri: /onboarding-api/v1.0/vendor-license-models/${vlm-id}/versions/${vlm-version}/license-key-groups
method: POST
- body: '{"description": "${description}", "name": "${name}", "type": "${type}"}'
+ body: '{"name": "${name}", "type": "${type}"}'
success_codes:
- 200
result_map:
- ID: $b{$.value} \ No newline at end of file
+ id: $b{$.value} \ No newline at end of file