summaryrefslogtreecommitdiffstats
path: root/policy-management/src/main/resources/openapi/openapi.yaml
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-08-28 17:32:18 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-08-28 17:32:18 +0100
commitd6f6ebc925506cdf18b903df2cd3cbcef311082d (patch)
treeeda1d495b15f2df896f4f81cbb0e4f1ab7c6f1a3 /policy-management/src/main/resources/openapi/openapi.yaml
parentc05015ae25604825d9a1d951e3a2d0981b955eae (diff)
Remove pdp statistics implementations from drools-pdp
Issue-ID: POLICY-4109 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I9fd807e4df5392cef680202ad80c7cc269d7b349
Diffstat (limited to 'policy-management/src/main/resources/openapi/openapi.yaml')
-rw-r--r--policy-management/src/main/resources/openapi/openapi.yaml62
1 files changed, 0 insertions, 62 deletions
diff --git a/policy-management/src/main/resources/openapi/openapi.yaml b/policy-management/src/main/resources/openapi/openapi.yaml
index 612ad10e..a763150b 100644
--- a/policy-management/src/main/resources/openapi/openapi.yaml
+++ b/policy-management/src/main/resources/openapi/openapi.yaml
@@ -465,22 +465,6 @@ paths:
application/yaml:
schema:
$ref: '#/components/schemas/Response'
- /lifecycle/statistics:
- get:
- tags:
- - pdp-d-lifecycle
- summary: Gets Policy Statistics
- operationId: stats
- responses:
- 200:
- description: successful operation
- content:
- application/json:
- schema:
- $ref: '#/components/schemas/Response'
- application/yaml:
- schema:
- $ref: '#/components/schemas/Response'
/lifecycle/properties:
get:
tags:
@@ -3006,52 +2990,6 @@ components:
lastStart:
type: integer
format: int64
- PdpStatistics:
- type: object
- properties:
- pdpInstanceId:
- type: string
- timeStamp:
- type: integer
- format: int64
- generatedId:
- type: integer
- format: int64
- pdpGroupName:
- type: string
- pdpSubGroupName:
- type: string
- policyExecutedCount:
- type: integer
- format: int64
- policyExecutedSuccessCount:
- type: integer
- format: int64
- policyExecutedFailCount:
- type: integer
- format: int64
- policyDeployCount:
- type: integer
- format: int64
- policyDeploySuccessCount:
- type: integer
- format: int64
- policyDeployFailCount:
- type: integer
- format: int64
- policyUndeployCount:
- type: integer
- format: int64
- policyUndeploySuccessCount:
- type: integer
- format: int64
- policyUndeployFailCount:
- type: integer
- format: int64
- engineStats:
- type: array
- items:
- $ref: '#/components/schemas/PdpEngineWorkerStatistics'
TopicSource:
type: object
properties: