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 --- .../esr/ems/ems-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/ems/ems-create-schema-casablanca-moco.json') diff --git a/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-create-schema-casablanca-moco.json b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-create-schema-casablanca-moco.json index b53ae785..6a3bfa51 100644 --- a/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-create-schema-casablanca-moco.json +++ b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-create-schema-casablanca-moco.json @@ -1,42 +1,42 @@ -[ { - "request" : { - "method" : "put", - "uri" : "/aai/v13/external-system/esr-ems-list/esr-ems/bfae89e5-d4d4-46ed-a700-a0a90d961627", - "headers" : { - "Authorization" : "Basic QUFJOkFBSQ==", - "X-FromAppId" : "ONAP CLI", - "Accept" : "application/json", - "X-TransactionId" : "req-6b3a932c-14a9-4e57-82f9-34bed8335340", - "Content-Type" : "application/json" - }, - "json" : { - "ems-id" : "bfae89e5-d4d4-46ed-a700-a0a90d961627", - "passive" : true, - "remote-path" : "sample", - "esr-system-info-list" : { - "esr-system-info" : [ { - "esr-system-info-id" : "bfae89e5-d4d4-46ed-a700-a0a90d961627", - "system-name" : "ems1", - "type" : "ems", - "vendor" : "boco", - "version" : "1.0", - "service-url" : "http://10.0.0.1", - "user-name" : "admin", - "password" : "password", - "system-type" : "ems", - "protocal" : "", - "ssl-cacert" : "", - "ssl-insecure" : "", - "ip-address" : "", - "port" : "", - "cloud-domain" : "", - "default-tenant" : "" - } ] - } - } - }, - "response" : { - "status" : 201, - "json" : null - } +[ { + "request" : { + "method" : "put", + "uri" : "/aai/v13/external-system/esr-ems-list/esr-ems/bfae89e5-d4d4-46ed-a700-a0a90d961627", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-6b3a932c-14a9-4e57-82f9-34bed8335340", + "Content-Type" : "application/json" + }, + "json" : { + "ems-id" : "bfae89e5-d4d4-46ed-a700-a0a90d961627", + "passive" : true, + "remote-path" : "sample", + "esr-system-info-list" : { + "esr-system-info" : [ { + "esr-system-info-id" : "bfae89e5-d4d4-46ed-a700-a0a90d961627", + "system-name" : "ems1", + "type" : "ems", + "vendor" : "boco", + "version" : "1.0", + "service-url" : "http://10.0.0.1", + "user-name" : "admin", + "password" : "password", + "system-type" : "ems", + "protocal" : "", + "ssl-cacert" : "", + "ssl-insecure" : "", + "ip-address" : "", + "port" : "", + "cloud-domain" : "", + "default-tenant" : "" + } ] + } + } + }, + "response" : { + "status" : 201, + "json" : null + } } ] \ No newline at end of file -- cgit 1.2.3-korg