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 --- .../service-model/service-model-checkin-schema-elalto.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkin-schema-elalto.yaml') diff --git a/products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkin-schema-elalto.yaml b/products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkin-schema-elalto.yaml index cdb80d9d..48ec91f7 100644 --- a/products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkin-schema-elalto.yaml +++ b/products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-checkin-schema-elalto.yaml @@ -58,10 +58,12 @@ http: request: uri: /sdc2/rest/v1/catalog/services/${service-id}/lifecycleState/CHECKIN method: POST + headers: + USER_ID: ${host-username} body: '{"userRemarks": "${remarks}"}' success_codes: - 200 result_map: id: $b{$.uniqueId} version: $b{$.version} - uuid: $b{$.unid} \ No newline at end of file + uuid: $b{$.unid} -- cgit 1.2.3-korg