Added sample for policy-type-list command 33/93033/1
authorVidyashree Rama <vidyashree.rama@huawei.com>
Thu, 8 Aug 2019 09:46:25 +0000 (15:16 +0530)
committerVidyashree Rama <vidyashree.rama@huawei.com>
Thu, 8 Aug 2019 09:46:25 +0000 (15:16 +0530)
Added sample for policy-type-list command

Change-Id: I77d3ffac3c6da78eb558bc0d70ed4ad531af16f7
Issue-ID: CLI-198
Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
products/onap-elalto/features/policy/src/main/resources/open-cli-sample/policy/policy-type-list-schema-elalto-moco.json [new file with mode: 0644]
products/onap-elalto/features/policy/src/main/resources/open-cli-sample/policy/policy-type-list-schema-elalto-sample.yaml [new file with mode: 0644]

diff --git a/products/onap-elalto/features/policy/src/main/resources/open-cli-sample/policy/policy-type-list-schema-elalto-moco.json b/products/onap-elalto/features/policy/src/main/resources/open-cli-sample/policy/policy-type-list-schema-elalto-moco.json
new file mode 100644 (file)
index 0000000..6323a4c
--- /dev/null
@@ -0,0 +1,43 @@
+[ {
+  "request" : {
+    "method" : "get",
+    "uri" : "/policy/api/v1/policytypes/onap.policies.monitoring.cdap.tca.hi.lo.app",
+    "headers" : {
+      "Authorization" : "Basic aGVhbHRoY2hlY2s6emIhWHp0RzM0",
+      "Accept" : "application/json",
+      "Environment" : "TEST",
+      "ClientAuth" : "cHl0aG9uOnRlc3Q=",
+      "Content-Type" : "application/json"
+    },
+    "json" : null
+  },
+  "response" : {
+    "status" : 200,
+    "json" : {
+      "tosca_definitions_version" : "tosca_simple_yaml_1_0_0",
+      "policy_types" : [ {
+        "onap.policies.monitoring.cdap.tca.hi.lo.app" : {
+          "properties" : {
+            "tca_policy" : {
+              "name" : "tca_policy",
+              "type" : "map",
+              "typeVersion" : "0.0.0",
+              "description" : "TCA Policy JSON",
+              "required" : false,
+              "entry_schema" : {
+                "type" : "onap.datatypes.monitoring.tca_policy",
+                "typeVersion" : "0.0.0"
+              }
+            }
+          },
+          "name" : "onap.policies.monitoring.cdap.tca.hi.lo.app",
+          "version" : "1.0.0",
+          "derived_from" : "onap.policies.Monitoring:0.0.0",
+          "metadata" : { }
+        }
+      } ],
+      "name" : "ToscaServiceTemplateSimple",
+      "version" : "1.0.0"
+    }
+  }
+} ]
\ No newline at end of file
diff --git a/products/onap-elalto/features/policy/src/main/resources/open-cli-sample/policy/policy-type-list-schema-elalto-sample.yaml b/products/onap-elalto/features/policy/src/main/resources/open-cli-sample/policy/policy-type-list-schema-elalto-sample.yaml
new file mode 100644 (file)
index 0000000..08fca73
--- /dev/null
@@ -0,0 +1,42 @@
+# Copyright 2019 Huawei Technologies Co., Ltd.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+open_cli_sample_version: 1.0
+name: policy-type-list
+version: onap-elalto
+samples:
+  sample1:
+    name: policy-type-list
+    input: --policy-type-id onap.policies.monitoring.cdap.tca.hi.lo.app -m https://172.16.0.82:6969 -u healthcheck -p zb!XztG34
+    moco: policy-type-list-schema-elalto-moco.json
+    output: |
+      +----------------------------------------------------+
+      |Type properties                                     |
+      +----------------------------------------------------+
+      |tosca_simple_yaml_1_0_0                             |
+      +----------------------------------------------------+
+      |[{"onap.policies.monitoring.cdap.tca.hi.lo.app":{"  |
+      |properties":{"tca_policy":{"name":"tca_policy","ty  |
+      |pe":"map","typeVersion":"0.0.0","description":"TCA  |
+      | Policy JSON","required":false,"entry_schema":{"ty  |
+      |pe":"onap.datatypes.monitoring.tca_policy","typeVe  |
+      |rsion":"0.0.0"}}},"name":"onap.policies.monitoring  |
+      |.cdap.tca.hi.lo.app","version":"1.0.0","derived_fr  |
+      |om":"onap.policies.Monitoring:0.0.0","metadata":{}  |
+      |}}]                                                 |
+      +----------------------------------------------------+
+      |ToscaServiceTemplateSimple                          |
+      +----------------------------------------------------+
+      |1.0.0                                               |
+      +----------------------------------------------------+
\ No newline at end of file