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 --- .../sdnc/sdnc-create-schema-casablanca-moco.json | 82 +++++++++++----------- 1 file changed, 41 insertions(+), 41 deletions(-) (limited to 'products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/sdnc/sdnc-create-schema-casablanca-moco.json') diff --git a/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/sdnc/sdnc-create-schema-casablanca-moco.json b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/sdnc/sdnc-create-schema-casablanca-moco.json index c248bdcc..b40eac67 100644 --- a/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/sdnc/sdnc-create-schema-casablanca-moco.json +++ b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/sdnc/sdnc-create-schema-casablanca-moco.json @@ -1,42 +1,42 @@ -[ { - "request" : { - "method" : "put", - "uri" : "/aai/v13/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/6fbb4251-2eb1-4c41-b01f-4e5b128afabe", - "headers" : { - "Authorization" : "Basic QUFJOkFBSQ==", - "X-FromAppId" : "ONAP CLI", - "Accept" : "application/json", - "X-TransactionId" : "req-fa5795ef-76b9-4a4a-8a9c-e12781025b40", - "Content-Type" : "application/json" - }, - "json" : { - "thirdparty-sdnc-id" : "6fbb4251-2eb1-4c41-b01f-4e5b128afabe", - "location" : "core", - "product-name" : "SDWAN", - "esr-system-info-list" : { - "esr-system-info" : [ { - "esr-system-info-id" : "6fbb4251-2eb1-4c41-b01f-4e5b128afabe", - "system-name" : "SDWANDomain63", - "type" : "SDWAN", - "vendor" : "huawei", - "version" : "V3R1", - "service-url" : "", - "user-name" : "test", - "password" : "password", - "system-type" : "sdnc", - "protocal" : "RESTCONF", - "ssl-cacert" : "", - "ssl-insecure" : "", - "ip-address" : "172.60.50.63", - "port" : "18008", - "cloud-domain" : "", - "default-tenant" : "" - } ] - } - } - }, - "response" : { - "status" : 201, - "json" : null - } +[ { + "request" : { + "method" : "put", + "uri" : "/aai/v13/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/6fbb4251-2eb1-4c41-b01f-4e5b128afabe", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-fa5795ef-76b9-4a4a-8a9c-e12781025b40", + "Content-Type" : "application/json" + }, + "json" : { + "thirdparty-sdnc-id" : "6fbb4251-2eb1-4c41-b01f-4e5b128afabe", + "location" : "core", + "product-name" : "SDWAN", + "esr-system-info-list" : { + "esr-system-info" : [ { + "esr-system-info-id" : "6fbb4251-2eb1-4c41-b01f-4e5b128afabe", + "system-name" : "SDWANDomain63", + "type" : "SDWAN", + "vendor" : "huawei", + "version" : "V3R1", + "service-url" : "", + "user-name" : "test", + "password" : "password", + "system-type" : "sdnc", + "protocal" : "RESTCONF", + "ssl-cacert" : "", + "ssl-insecure" : "", + "ip-address" : "172.60.50.63", + "port" : "18008", + "cloud-domain" : "", + "default-tenant" : "" + } ] + } + } + }, + "response" : { + "status" : 201, + "json" : null + } } ] \ No newline at end of file -- cgit 1.2.3-korg