From e595350b9af7e1df041b4686608c4b385613e681 Mon Sep 17 00:00:00 2001 From: Itohan Ukponmwan Date: Sat, 16 Mar 2019 00:39:52 +0000 Subject: New vlm-list command for onap-dublin CLI -vlm-list command added for onap-dublin CLI -test files also added for vlm commands Change-Id: I0b02baeddd57e253bbb78d9b54face6032d62069 Issue-ID: CLI-154 Signed-off-by: Itohan Ukponmwan --- .../vlm-aggreement-create-schema-dublin-moco.json | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-dublin-moco.json (limited to 'products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-dublin-moco.json') diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-dublin-moco.json new file mode 100644 index 00000000..ba537d69 --- /dev/null +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-dublin-moco.json @@ -0,0 +1,29 @@ +[ { + "request" : { + "method" : "post", + "uri" : "/onboarding-api/v1.0/vendor-license-models/6b33c26b3a924b2789fa17fabd4a292d/versions/2b683bedebeb4874a9c2a82939c77f0d/license-agreements", + "headers" : { + "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "USER_ID" : "cs0008", + "X-TransactionId" : "req-43cc944d-8da7-41f3-95c7-59baf629cbd4", + "Content-Type" : "application/json" + }, + "json" : { + "addedFeatureGroupsIds" : [ "457e9905f32544cca5351e86cc2e7958" ], + "description" : "philip-aggrement", + "licenseTerm" : { + "choice" : "Fixed_Term", + "other" : "" + }, + "name" : "philip-agreement" + } + }, + "response" : { + "status" : 200, + "json" : { + "value" : "ad7e38cbd8d94b0a8705b58a461e6b70" + } + } +} ] \ No newline at end of file -- cgit 1.2.3-korg