aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-elalto-moco.json
diff options
context:
space:
mode:
authorItohan <itohan.ukponmwan@intel.com>2019-09-30 23:39:44 +0000
committerItohan <itohan.ukponmwan@intel.com>2019-10-01 17:42:35 +0000
commita52f00e9d0af1181d3e9c87508789fb4ced022f5 (patch)
treedfb05a7683f0cecf86783d0623dbcf1b85ade70d /products/onap-elalto/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-elalto-moco.json
parent1d4b83754009114523cae90c759daffa9188eb3e (diff)
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 <itohan.ukponmwan@intel.com> Issue-ID: CLI-229 Change-Id: I9ec94d6dd390d2b5bf059c2f8a82c67b65fbeb34
Diffstat (limited to 'products/onap-elalto/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-elalto-moco.json')
-rw-r--r--products/onap-elalto/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-elalto-moco.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/products/onap-elalto/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-elalto-moco.json b/products/onap-elalto/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-elalto-moco.json
new file mode 100644
index 00000000..eb884e77
--- /dev/null
+++ b/products/onap-elalto/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-elalto-moco.json
@@ -0,0 +1,35 @@
+[ {
+ "request" : {
+ "method" : "put",
+ "uri" : "/aai/v16/cloud-infrastructure/complexes/complex/clli1",
+ "headers" : {
+ "Authorization" : "Basic QUFJOkFBSQ==",
+ "X-FromAppId" : "ONAP CLI",
+ "Accept" : "application/json",
+ "X-TransactionId" : "req-21cb3e86-0e0b-4d31-b027-aa43935109e6",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "physical-location-id" : "clli1",
+ "data-center-code" : "code1",
+ "complex-name" : "clli1",
+ "identity-url" : "example-identity-url-val-56898",
+ "physical-location-type" : "phy_type",
+ "street1" : "street1",
+ "street2" : "street2",
+ "city" : "hillsboro",
+ "state" : "oregon",
+ "postal-code" : "00000",
+ "country" : "USA",
+ "region" : "northwest",
+ "latitude" : "32.89948",
+ "longitude" : "97.045443",
+ "elevation" : "example-elevation-val-28399",
+ "lata" : "example-lata-val-28399"
+ }
+ },
+ "response" : {
+ "status" : 201,
+ "json" : null
+ }
+} ] \ No newline at end of file