aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/sdnc/sdnc-create-schema-casablanca-moco.json
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-10-04 15:59:30 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-10-04 15:59:30 +0530
commitd091374653271e87b7fd858987f64f9c7e82f849 (patch)
treeb45386ac41dc3626ea6d5892d2873f2078e5d304 /products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/sdnc/sdnc-create-schema-casablanca-moco.json
parent06cceac359077734935d01c8d0a8eeeee3efbb3c (diff)
Casablanca: AAI sdnc-create
Issue-ID: CLI-122 Change-Id: Icf9e141856907a8e216f1d1f67c414dd8f6bd632 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/sdnc/sdnc-create-schema-casablanca-moco.json')
-rw-r--r--products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/sdnc/sdnc-create-schema-casablanca-moco.json42
1 files changed, 42 insertions, 0 deletions
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
new file mode 100644
index 00000000..c248bdcc
--- /dev/null
+++ b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/sdnc/sdnc-create-schema-casablanca-moco.json
@@ -0,0 +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
+ }
+} ] \ No newline at end of file