aboutsummaryrefslogtreecommitdiffstats
path: root/policy-management/src/main/resources/swagger/swagger.json
diff options
context:
space:
mode:
Diffstat (limited to 'policy-management/src/main/resources/swagger/swagger.json')
-rw-r--r--policy-management/src/main/resources/swagger/swagger.json88
1 files changed, 0 insertions, 88 deletions
diff --git a/policy-management/src/main/resources/swagger/swagger.json b/policy-management/src/main/resources/swagger/swagger.json
index 1a6a7c17..f26a1bfe 100644
--- a/policy-management/src/main/resources/swagger/swagger.json
+++ b/policy-management/src/main/resources/swagger/swagger.json
@@ -672,30 +672,6 @@
}
}
},
- "/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" : [ "pdp-d-lifecycle" ],
@@ -4300,70 +4276,6 @@
}
}
},
- "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" : {