2 "components": {"schemas": {"Link": {
5 "templated": {"type": "boolean"},
6 "href": {"type": "string"}
11 "/actuator/threaddump": {"get": {
12 "summary": "Actuator web endpoint 'threaddump'",
13 "operationId": "threaddump",
14 "responses": {"200": {
17 "text/plain;charset=UTF-8": {"schema": {"type": "object"}},
18 "application/vnd.spring-boot.actuator.v3+json": {"schema": {"type": "object"}},
19 "application/json": {"schema": {"type": "object"}},
20 "application/vnd.spring-boot.actuator.v2+json": {"schema": {"type": "object"}}
25 "/actuator/info": {"get": {
26 "summary": "Actuator web endpoint 'info'",
27 "operationId": "info",
28 "responses": {"200": {
31 "application/vnd.spring-boot.actuator.v3+json": {"schema": {"type": "object"}},
32 "application/json": {"schema": {"type": "object"}},
33 "application/vnd.spring-boot.actuator.v2+json": {"schema": {"type": "object"}}
38 "/actuator/loggers": {"get": {
39 "summary": "Actuator web endpoint 'loggers'",
40 "operationId": "loggers",
41 "responses": {"200": {
44 "application/vnd.spring-boot.actuator.v3+json": {"schema": {"type": "object"}},
45 "application/json": {"schema": {"type": "object"}},
46 "application/vnd.spring-boot.actuator.v2+json": {"schema": {"type": "object"}}
51 "/actuator/health/**": {"get": {
52 "summary": "Actuator web endpoint 'health-path'",
53 "operationId": "health-path",
54 "responses": {"200": {
57 "application/vnd.spring-boot.actuator.v3+json": {"schema": {"type": "object"}},
58 "application/json": {"schema": {"type": "object"}},
59 "application/vnd.spring-boot.actuator.v2+json": {"schema": {"type": "object"}}
64 "/actuator/shutdown": {"post": {
65 "summary": "Actuator web endpoint 'shutdown'",
66 "operationId": "shutdown",
67 "responses": {"200": {
70 "application/vnd.spring-boot.actuator.v3+json": {"schema": {"type": "object"}},
71 "application/json": {"schema": {"type": "object"}},
72 "application/vnd.spring-boot.actuator.v2+json": {"schema": {"type": "object"}}
77 "/actuator/metrics/{requiredMetricName}": {"get": {
78 "summary": "Actuator web endpoint 'metrics-requiredMetricName'",
79 "operationId": "metrics-requiredMetricName",
80 "responses": {"200": {
83 "application/vnd.spring-boot.actuator.v3+json": {"schema": {"type": "object"}},
84 "application/json": {"schema": {"type": "object"}},
85 "application/vnd.spring-boot.actuator.v2+json": {"schema": {"type": "object"}}
89 "schema": {"type": "string"},
91 "name": "requiredMetricName",
96 "/actuator": {"get": {
97 "summary": "Actuator root web endpoint",
98 "operationId": "links",
99 "responses": {"200": {
102 "application/vnd.spring-boot.actuator.v3+json": {"schema": {
103 "additionalProperties": {
104 "additionalProperties": {"$ref": "#/components/schemas/Link"},
109 "application/json": {"schema": {
110 "additionalProperties": {
111 "additionalProperties": {"$ref": "#/components/schemas/Link"},
116 "application/vnd.spring-boot.actuator.v2+json": {"schema": {
117 "additionalProperties": {
118 "additionalProperties": {"$ref": "#/components/schemas/Link"},
127 "/actuator/logfile": {"get": {
128 "summary": "Actuator web endpoint 'logfile'",
129 "operationId": "logfile",
130 "responses": {"200": {
132 "content": {"text/plain;charset=UTF-8": {"schema": {"type": "object"}}}
136 "/data-consumer/v1/info-jobs/{infoJobId}": {"put": {
138 "content": {"application/json": {"schema": {"type": "string"}}},
141 "operationId": "putIndividualInfoJob",
142 "responses": {"200": {
144 "content": {"application/json": {"schema": {"type": "object"}}}
147 "schema": {"type": "string"},
152 "tags": ["Information Coordinator Service Simulator (exists only in test)"]
154 "/actuator/loggers/{name}": {
156 "summary": "Actuator web endpoint 'loggers-name'",
157 "requestBody": {"content": {"application/json": {"schema": {
169 "operationId": "loggers-name_2",
170 "responses": {"200": {
172 "content": {"*/*": {"schema": {"type": "object"}}}
175 "schema": {"type": "string"},
183 "summary": "Actuator web endpoint 'loggers-name'",
184 "operationId": "loggers-name",
185 "responses": {"200": {
188 "application/vnd.spring-boot.actuator.v3+json": {"schema": {"type": "object"}},
189 "application/json": {"schema": {"type": "object"}},
190 "application/vnd.spring-boot.actuator.v2+json": {"schema": {"type": "object"}}
194 "schema": {"type": "string"},
202 "/actuator/health": {"get": {
203 "summary": "Actuator web endpoint 'health'",
204 "operationId": "health",
205 "responses": {"200": {
208 "application/vnd.spring-boot.actuator.v3+json": {"schema": {"type": "object"}},
209 "application/json": {"schema": {"type": "object"}},
210 "application/vnd.spring-boot.actuator.v2+json": {"schema": {"type": "object"}}
215 "/actuator/metrics": {"get": {
216 "summary": "Actuator web endpoint 'metrics'",
217 "operationId": "metrics",
218 "responses": {"200": {
221 "application/vnd.spring-boot.actuator.v3+json": {"schema": {"type": "object"}},
222 "application/json": {"schema": {"type": "object"}},
223 "application/vnd.spring-boot.actuator.v2+json": {"schema": {"type": "object"}}
228 "/actuator/heapdump": {"get": {
229 "summary": "Actuator web endpoint 'heapdump'",
230 "operationId": "heapdump",
231 "responses": {"200": {
233 "content": {"application/octet-stream": {"schema": {"type": "object"}}}
240 "name": "Copyright (C) 2023 Nordix Foundation. Licensed under the Apache License.",
241 "url": "http://www.apache.org/licenses/LICENSE-2.0"
243 "description": "Receives PM reports from a Kafka topic and writes the PM counters into an Influx database.",
244 "title": "PM Logger",
249 "description": "Monitor and interact",
251 "description": "Spring Boot Actuator Web API Documentation",
252 "url": "https://docs.spring.io/spring-boot/docs/current/actuator-api/html/"