From a52f00e9d0af1181d3e9c87508789fb4ced022f5 Mon Sep 17 00:00:00 2001 From: Itohan Date: Mon, 30 Sep 2019 23:39:44 +0000 Subject: Minor bug fixes in CLI - Added USER_ID header for SDC - Changed multicloud url - Added samples for commands - Fixed Bug in service-create command Signed-off-by: Itohan Ukponmwan Issue-ID: CLI-229 Change-Id: I9ec94d6dd390d2b5bf059c2f8a82c67b65fbeb34 --- ...lm-feature-group-create-schema-elalto-moco.json | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-elalto-moco.json (limited to 'products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-elalto-moco.json') diff --git a/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-elalto-moco.json b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-elalto-moco.json new file mode 100644 index 00000000..0f34345c --- /dev/null +++ b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-elalto-moco.json @@ -0,0 +1,26 @@ +[ { + "request" : { + "method" : "post", + "uri" : "/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/8e1cffcf802941b1a88861ea71857fe2/versions/f6b115c0f4d8459f9422a21559025a7e/feature-groups", + "headers" : { + "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "USER_ID" : "cs0008", + "X-TransactionId" : "req-ccb5f985-2d16-4d64-bbe8-dd9919a55f03", + "Content-Type" : "application/json" + }, + "json" : { + "name" : "hpa-feature-1", + "addedLicenseKeyGroupsIds" : [ "8a6fe24684294c468c7e88c42d2c898e" ], + "addedEntitlementPoolsIds" : [ "8a13144a349e47989ba706681300e73c" ], + "partNumber" : "hpa-part" + } + }, + "response" : { + "status" : 200, + "json" : { + "value" : "0c81a6a0272546f49403d241bb4ce3b3" + } + } +} ] \ No newline at end of file -- cgit 1.2.3-korg