--- /dev/null
+[ {\r
+ "request" : {\r
+ "method" : "put",\r
+ "uri" : "/aai/v11/external-system/esr-ems-list/esr-ems/51a480ed-649c-4c47-a84b-f966dc4f9554",\r
+ "headers" : {\r
+ "Authorization" : "Basic QUFJOkFBSQ==",\r
+ "X-FromAppId" : "onap-cli",\r
+ "Accept" : "application/json",\r
+ "X-TransactionId" : "req-8552f11b-5e79-4d98-9e05-ccc4e66c42c0",\r
+ "Content-Type" : "application/json"\r
+ },\r
+ "json" : {\r
+ "ems-id" : "51a480ed-649c-4c47-a84b-f966dc4f9554",\r
+ "passive" : true,\r
+ "remote-path" : "sample",\r
+ "esr-system-info-list" : {\r
+ "esr-system-info" : [ {\r
+ "esr-system-info-id" : "51a480ed-649c-4c47-a84b-f966dc4f9554",\r
+ "system-name" : "ems1",\r
+ "type" : "ems",\r
+ "vendor" : "boco",\r
+ "version" : "1.0",\r
+ "service-url" : "http://10.0.0.1",\r
+ "user-name" : "admin",\r
+ "password" : "password",\r
+ "system-type" : "ems",\r
+ "protocal" : "",\r
+ "ssl-cacert" : "",\r
+ "ssl-insecure" : "",\r
+ "ip-address" : "",\r
+ "port" : "",\r
+ "cloud-domain" : "",\r
+ "default-tenant" : ""\r
+ } ]\r
+ }\r
+ }\r
+ },\r
+ "response" : {\r
+ "status" : 201,\r
+ "json" : null\r
+ }\r
+} ]
\ No newline at end of file
--- /dev/null
+onap_cli_sample_version: 1.0
+name: ems-register
+version: onap-1.1
+samples:
+ sample1:
+ name: ems-register
+ input: --name ems1 --type ems --vendor boco --ems-version 1.0 --url http://10.0.0.1 --username admin --password password --remote-path sample
+ moco: ems-create-schema-1.1-moco.json
+ ouput:
\ No newline at end of file