diff options
author | Suresh Charan <suresh.charan@bell.ca> | 2023-03-29 20:01:21 -0400 |
---|---|---|
committer | Suresh Charan <suresh.charan@bell.ca> | 2023-08-08 16:17:43 -0400 |
commit | 535f62b4b4870505d2351ed098415d8d643b2ace (patch) | |
tree | 2cf242cc90b5c7d6a640852f88ca1ad3639d6fdc /postman | |
parent | 029c9b9ca902c0443b6b6cc3a4dbad99ebf180e9 (diff) |
Removed db-based statistics feature
Statistics code cleanup
Issue-ID: POLICY-4109
Change-Id: I5ad893deaf365c7e289b57c00260672f127d2630
Signed-off-by: Suresh Charan <suresh.charan@bell.ca>
Diffstat (limited to 'postman')
-rw-r--r-- | postman/lifecycle-api-collection.json | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/postman/lifecycle-api-collection.json b/postman/lifecycle-api-collection.json index 053f7edb..44dfe40c 100644 --- a/postman/lifecycle-api-collection.json +++ b/postman/lifecycle-api-collection.json @@ -70,38 +70,6 @@ "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": { "method": "POST", |