From e1a7ed79ec2aa0d4acadd327ec8363905ed20c5f Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 4 Oct 2018 15:20:57 +0530 Subject: Casablanca: AAI vnfm-show Issue-ID: CLI-122 Change-Id: Id6519aa9eedc8c67e92e4d249e87819454458245 Signed-off-by: Kanagaraj Manickam k00365106 --- .../esr/vnfm/vnfm-show-schema-casablanca-moco.json | 35 ++++++++++++++++++++++ .../vnfm/vnfm-show-schema-casablanca-sample.yaml | 22 ++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-show-schema-casablanca-moco.json create mode 100644 products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-show-schema-casablanca-sample.yaml (limited to 'products/onap-casablanca/features/aai/src/main/resources/open-cli-sample') diff --git a/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-show-schema-casablanca-moco.json b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-show-schema-casablanca-moco.json new file mode 100644 index 00000000..f1ae621e --- /dev/null +++ b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-show-schema-casablanca-moco.json @@ -0,0 +1,35 @@ +[ { + "request" : { + "method" : "get", + "uri" : "/aai/v13/external-system/esr-vnfm-list/esr-vnfm/3c96d72b-7fd8-45f7-a9bb-c9d270001eb8/esr-system-info-list/esr-system-info/3c96d72b-7fd8-45f7-a9bb-c9d270001eb8", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "X-TransactionId" : "req-eb87600e-80a4-4a9f-b878-df2de9b44eb4", + "Content-Type" : "application/json" + }, + "json" : null + }, + "response" : { + "status" : 200, + "json" : { + "esr-system-info-id" : "3c96d72b-7fd8-45f7-a9bb-c9d270001eb8", + "system-name" : "vnfm-hw", + "type" : "OpenStack", + "vendor" : "Huawei", + "version" : "1.0", + "service-url" : "http://10.0.1.1", + "user-name" : "admin", + "password" : "password", + "system-type" : "vnfm", + "ssl-cacert" : "", + "ssl-insecure" : false, + "ip-address" : "", + "port" : "", + "cloud-domain" : "", + "default-tenant" : "", + "resource-version" : "1538645099620" + } + } +} ] \ No newline at end of file diff --git a/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-show-schema-casablanca-sample.yaml b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-show-schema-casablanca-sample.yaml new file mode 100644 index 00000000..1af4931f --- /dev/null +++ b/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/vnfm/vnfm-show-schema-casablanca-sample.yaml @@ -0,0 +1,22 @@ +open_cli_sample_version: 1.0 +name: vnfm-show +version: onap-casablanca +samples: + sample1: + name: vnfm-show + input: --vnfm-id 3c96d72b-7fd8-45f7-a9bb-c9d270001eb8 + moco: vnfm-show-schema-casablanca-moco.json + output: | + +----------+------------------+ + |property |value | + +----------+------------------+ + |name |vnfm-hw | + +----------+------------------+ + |type |OpenStack | + +----------+------------------+ + |vendor |Huawei | + +----------+------------------+ + |version |1.0 | + +----------+------------------+ + |url |http://10.0.1.1 | + +----------+------------------+ -- cgit 1.2.3-korg