Removed db-based statistics feature
[policy/api.git] / postman / lifecycle-api-collection.json
index 053f7ed..44dfe40 100644 (file)
             },
             "response": []
         },
-        {
-            "name": "API Statistics",
-            "request": {
-                "method": "GET",
-                "header": [
-                    {
-                        "key": "Content-Type",
-                        "type": "text",
-                        "value": "application/json"
-                    },
-                    {
-                        "key": "Accept",
-                        "type": "text",
-                        "value": "application/json"
-                    }
-                ],
-                "url": {
-                    "raw": "{{POLICY-API-URL}}/policy/api/v1/statistics",
-                    "host": [
-                        "{{POLICY-API-URL}}"
-                    ],
-                    "path": [
-                        "policy",
-                        "api",
-                        "v1",
-                        "statistics"
-                    ]
-                },
-                "description": "This is an API to fetch current statistics information for the policy-api component."
-            },
-            "response": []
-        },
         {
             "name": "Create Policy Type",
             "request": {