aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-beijing/features/policy/src/main/resources/open-cli-sample/policy/policy-ops-create-schema-beijing-moco.json
diff options
context:
space:
mode:
Diffstat (limited to 'products/onap-beijing/features/policy/src/main/resources/open-cli-sample/policy/policy-ops-create-schema-beijing-moco.json')
-rw-r--r--products/onap-beijing/features/policy/src/main/resources/open-cli-sample/policy/policy-ops-create-schema-beijing-moco.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/products/onap-beijing/features/policy/src/main/resources/open-cli-sample/policy/policy-ops-create-schema-beijing-moco.json b/products/onap-beijing/features/policy/src/main/resources/open-cli-sample/policy/policy-ops-create-schema-beijing-moco.json
new file mode 100644
index 00000000..2dcba161
--- /dev/null
+++ b/products/onap-beijing/features/policy/src/main/resources/open-cli-sample/policy/policy-ops-create-schema-beijing-moco.json
@@ -0,0 +1,33 @@
+[
+ {
+ "request": {
+ "method": "put",
+ "uri": "/pdp/api/createPolicy",
+ "headers": {
+ "Authorization": "Basic dGVzdHBkcDphbHBoYTEyMw==",
+ "ClientAuth": "cHl0aG9uOnRlc3Q=",
+ "Environment": "ONAP-CLI",
+ "Accept": "application/json",
+ "Content-Type": "application/json"
+ },
+ "json": {
+ "policyConfigType": "BRMS_PARAM",
+ "policyName": "com.BRMSParamvCPE",
+ "policyDescription": "BRMS-policy",
+ "policyScope": "com",
+ "attributes": {
+ "MATCHING": {
+ "controller" : "amsterdam"
+ },
+ "RULE": {
+ "templateName": "ClosedLoopControlName"
+ }
+ }
+ }
+ },
+ "response": {
+ "status": 200,
+ "json": {}
+ }
+ }
+] \ No newline at end of file