update docker base image to snapshot
[policy/api.git] / postman / lifecycle-api-collection.json
index 3b49662..5643d4d 100644 (file)
@@ -1,6 +1,6 @@
 {
     "info": {
-        "_postman_id": "1592e803-60f3-4f7e-a1e1-4ad01c72d960",
+        "_postman_id": "5921af97-1b03-4a47-bc8e-cfbbb9d04859",
         "name": "Policy Framework Lifecycle API",
         "description": "This collection lists all the Lifecycle API's supported by ONAP Policy Framework. These API's are used to perform CRUD operations for Policy, Policy Type & Data Type for all supported PDP engines.",
         "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
             "response": []
         },
         {
-            "name": "Create Policy (Legacy)",
+            "name": "Fetch Policy (Specific)",
             "request": {
-                "method": "POST",
+                "method": "GET",
                 "header": [
                     {
                         "key": "Accept",
                         "type": "text",
-                        "value": "application/yaml"
+                        "value": "application/json"
                     },
                     {
                         "key": "Content-Type",
                         "type": "text",
-                        "value": "application/yaml"
+                        "value": "application/json"
                     }
                 ],
-                "body": {
-                    "mode": "raw",
-                    "raw": "{\n  \"policy-id\" : \"operational.modifyconfiglegacy\",\n  \"content\" : \"controlLoop%3A%0A%20%20version%3A%202.0.0%0A%20%20controlLoopName%3A%20ControlLoop-vFirewall-7e4fbe9c-d612-4ec5-bbf8-605aeabdb677%0A%20%20trigger_policy%3A%20unique-policy-id-1-modifyConfig%0A%20%20timeout%3A%2060%0A%20%20abatement%3A%20false%0Apolicies%3A%0A%20%20-%20id%3A%20unique-policy-id-1-modifyConfig%0A%20%20%20%20name%3A%20modifyconfig-cds-actor%0A%20%20%20%20description%3A%0A%20%20%20%20actor%3A%20CDS%0A%20%20%20%20recipe%3A%20modify-config%0A%20%20%20%20target%3A%0A%20%20%20%20%20%20resourceID%3A%2037b008b9-b367-4359-93fd-74d3ce0ee1a0%0A%20%20%20%20%20%20type%3A%20VNF%0A%20%20%20%20payload%3A%0A%20%20%20%20%20%20artifact_name%3A%20vFW-CDS%0A%20%20%20%20%20%20artifact_version%3A%201.0.0%0A%20%20%20%20%20%20data%3A%20%27%7B%22active-streams%22%3A%227%22%7D%27%0A%20%20%20%20retry%3A%200%0A%20%20%20%20timeout%3A%2030%0A%20%20%20%20success%3A%20final_success%0A%20%20%20%20failure%3A%20final_failure%0A%20%20%20%20failure_timeout%3A%20final_failure_timeout%0A%20%20%20%20failure_retries%3A%20final_failure_retries%0A%20%20%20%20failure_exception%3A%20final_failure_exception%0A%20%20%20%20failure_guard%3A%20final_failure_guard\"\n}"
-                },
                 "url": {
-                    "raw": "{{POLICY-API-URL}}/policy/api/v1/policytypes/onap.policies.controlloop.Operational/versions/1.0.0/policies",
+                    "raw": "{{POLICY-API-URL}}/policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies/operational.modifyconfig/versions/1.0.0",
                     "host": [
                         "{{POLICY-API-URL}}"
                     ],
                         "api",
                         "v1",
                         "policytypes",
-                        "onap.policies.controlloop.Operational",
+                        "onap.policies.controlloop.operational.common.Drools",
                         "versions",
                         "1.0.0",
-                        "policies"
+                        "policies",
+                        "operational.modifyconfig",
+                        "versions",
+                        "1.0.0"
                     ]
                 },
-                "description": "This is a specific API to create a policy of type \"onap.policies.controlloop.Operational\", used to create legacy control loop operational policy aimed to be deployed in drools-pdp engine."
+                "description": "This is a specific API to fetch a policy (example - operational.modifyconfig) referring to the given policy type (example - \"onap.policies.controlloop.operational.common.Drools\"). The same API can be used to fetch a policy referring to any policy type currently available in Policy DB."
             },
             "response": []
         },
         {
-            "name": "Fetch Policy (Specific)",
+            "name": "Fetch Policy (Generic)",
             "request": {
                 "method": "GET",
                 "header": [
                     }
                 ],
                 "url": {
-                    "raw": "{{POLICY-API-URL}}/policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies/operational.modifyconfig/versions/1.0.0",
+                    "raw": "{{POLICY-API-URL}}/policy/api/v1/policies/operational.modifyconfig/versions/1.0.0",
                     "host": [
                         "{{POLICY-API-URL}}"
                     ],
                         "policy",
                         "api",
                         "v1",
-                        "policytypes",
-                        "onap.policies.controlloop.operational.common.Drools",
-                        "versions",
-                        "1.0.0",
                         "policies",
                         "operational.modifyconfig",
                         "versions",
                         "1.0.0"
                     ]
                 },
-                "description": "This is a specific API to fetch a policy (example - operational.modifyconfig) referring to the given policy type (example - \"onap.policies.controlloop.operational.common.Drools\"). The same API can be used to fetch a policy referring to any policy type currently available in Policy DB."
+                "description": "This is a specific API to fetch a policy (example - operational.modifyconfig). The same API can be used to fetch a policy without referring to any policy type currently available in Policy DB."
             },
             "response": []
         },
         {
-            "name": "Fetch Policy (Legacy)",
+            "name": "Fetch All Policies (Specific)",
             "request": {
                 "method": "GET",
                 "header": [
                     }
                 ],
                 "url": {
-                    "raw": "{{POLICY-API-URL}}/policy/api/v1/policytypes/onap.policies.controlloop.Operational/versions/1.0.0/policies/operational.modifyconfiglegacy/versions/1",
+                    "raw": "{{POLICY-API-URL}}/policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies",
                     "host": [
                         "{{POLICY-API-URL}}"
                     ],
                         "api",
                         "v1",
                         "policytypes",
-                        "onap.policies.controlloop.Operational",
+                        "onap.policies.controlloop.operational.common.Drools",
                         "versions",
                         "1.0.0",
-                        "policies",
-                        "operational.modifyconfiglegacy",
-                        "versions",
-                        "1"
+                        "policies"
                     ]
                 },
-                "description": "This is a specific API to fetch a policy (example - operational.modifyconfig) referring to the specific policy type \"onap.policies.controlloop.Operational\" currently available in Policy DB."
+                "description": "This is a specific API to fetch all policies referring to the given policy type (example - \"onap.policies.controlloop.operational.common.Drools\"). The same API can be used to fetch policies for any policy type currently available in Policy DB."
             },
             "response": []
         },
         {
-            "name": "Fetch All Policies (Specific)",
+            "name": "Fetch All Policies (Generic)",
             "request": {
                 "method": "GET",
                 "header": [
                     }
                 ],
                 "url": {
-                    "raw": "{{POLICY-API-URL}}/policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies",
+                    "raw": "{{POLICY-API-URL}}/policy/api/v1/policies",
                     "host": [
                         "{{POLICY-API-URL}}"
                     ],
                         "policy",
                         "api",
                         "v1",
-                        "policytypes",
-                        "onap.policies.controlloop.operational.common.Drools",
-                        "versions",
-                        "1.0.0",
                         "policies"
                     ]
                 },
-                "description": "This is a specific API to fetch all policies referring to the given policy type (example - \"onap.policies.controlloop.operational.common.Drools\"). The same API can be used to fetch policies for any policy type currently available in Policy DB."
+                "description": "This is a specific API to fetch all policies currently available in Policy DB."
             },
             "response": []
         },
             "response": []
         },
         {
-            "name": "Delete Policy (Legacy)",
+            "name": "Delete Policy (Generic)",
             "request": {
                 "method": "DELETE",
                 "header": [
                     {
                         "key": "Accept",
-                        "value": "application/json",
-                        "type": "text"
+                        "type": "text",
+                        "value": "application/json"
                     },
                     {
                         "key": "Content-Type",
-                        "value": "application/json",
-                        "type": "text"
+                        "type": "text",
+                        "value": "application/json"
                     }
                 ],
                 "url": {
-                    "raw": "{{POLICY-API-URL}}/policy/api/v1/policytypes/onap.policies.controlloop.Operational/versions/1.0.0/policies/operational.modifyconfiglegacy/versions/1",
+                    "raw": "{{POLICY-API-URL}}/policy/api/v1/policies/operational.modifyconfig/versions/1.0.0",
                     "host": [
                         "{{POLICY-API-URL}}"
                     ],
                         "policy",
                         "api",
                         "v1",
-                        "policytypes",
-                        "onap.policies.controlloop.Operational",
-                        "versions",
-                        "1.0.0",
                         "policies",
-                        "operational.modifyconfiglegacy",
+                        "operational.modifyconfig",
                         "versions",
-                        "1"
+                        "1.0.0"
                     ]
                 },
-                "description": "This is a specific API to delete a policy (example - operational.modifyconfiglegacy) referring to the specific policy type \"onap.policies.controlloop.Operational\" currently available in Policy DB."
+                "description": "This is a specific API to delete a policy (example - operational.modifyconfig). The same API can be used to delete a policy without referring to any policy type currently available in Policy DB."
             },
             "response": []
         }
         {
             "listen": "prerequest",
             "script": {
-                "id": "c9224b64-293c-4a9c-bd05-ca4b1e1a9dba",
+                "id": "f7e544f3-f8f3-471d-b9e0-950ecce8873e",
                 "type": "text/javascript",
                 "exec": [
                     ""
         {
             "listen": "test",
             "script": {
-                "id": "efd8a8fe-3e04-4989-9f1c-8874190c49e4",
+                "id": "b5181de0-cf95-44e9-a6f6-5a8deeba4587",
                 "type": "text/javascript",
                 "exec": [
                     ""