From e43e3718794429168db1d0d306fec394b9f684d4 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam Date: Mon, 2 Mar 2020 12:33:33 +0530 Subject: Code clean up Issue-ID: CLI-249 Change-Id: I9364f7ee3640dd74358f43ed33cd8663c0397103 Signed-off-by: Kanagaraj Manickam k00365106 --- .../vsp/vsp-commit-schema-dublin-moco.json | 46 +++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'products/onap-dublin/features') diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-moco.json index 439f5e00..1c3c07b2 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-moco.json @@ -1,24 +1,24 @@ -[ { - "request" : { - "method" : "put", - "uri" : "/onboarding-api/v1.0/items/a653d9bd40dc43e2ae45004daeab9003/versions/d6e590f98c2347b7a29b27e263527fac/actions", - "headers" : { - "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", - "X-FromAppId" : "ONAP CLI", - "Accept" : "application/json", - "USER_ID" : "cs0008", - "X-TransactionId" : "req-f64dec4f-646e-46d8-807e-99e7170a6afb", - "Content-Type" : "application/json" - }, - "json" : { - "action" : "Commit", - "commitRequest" : { - "message" : "Powered by Open Command Platform - OCOMP" - } - } - }, - "response" : { - "status" : 200, - "json" : { } - } +[ { + "request" : { + "method" : "put", + "uri" : "/onboarding-api/v1.0/items/a653d9bd40dc43e2ae45004daeab9003/versions/d6e590f98c2347b7a29b27e263527fac/actions", + "headers" : { + "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "USER_ID" : "cs0008", + "X-TransactionId" : "req-f64dec4f-646e-46d8-807e-99e7170a6afb", + "Content-Type" : "application/json" + }, + "json" : { + "action" : "Commit", + "commitRequest" : { + "message" : "Powered by Open Command Platform - OCOMP" + } + } + }, + "response" : { + "status" : 200, + "json" : { } + } } ] \ No newline at end of file -- cgit 1.2.3-korg