X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=information-coordinator-service%2Fapi%2Fics-api.json;h=69ad473b666c63cb1ba0101997b154f6a67eb7bd;hb=21c2d3065fdf0d8b8c8680d292b524248622875f;hp=2fe3474531488a6818e881e719adb39b4001e8e7;hpb=86a589e480a0605666f6e5f71a14ec60d3fd4f90;p=nonrtric.git diff --git a/information-coordinator-service/api/ics-api.json b/information-coordinator-service/api/ics-api.json index 2fe34745..69ad473b 100644 --- a/information-coordinator-service/api/ics-api.json +++ b/information-coordinator-service/api/ics-api.json @@ -378,7 +378,7 @@ }}, "/actuator/threaddump": {"get": { "summary": "Actuator web endpoint 'threaddump'", - "operationId": "handle_2_1_3", + "operationId": "threaddump_4", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -556,7 +556,7 @@ }, "/actuator/loggers": {"get": { "summary": "Actuator web endpoint 'loggers'", - "operationId": "handle_6", + "operationId": "loggers_2", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -565,7 +565,7 @@ }}, "/actuator/health/**": {"get": { "summary": "Actuator web endpoint 'health-path'", - "operationId": "handle_12", + "operationId": "health-path_2", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -586,7 +586,7 @@ }}, "/actuator/metrics/{requiredMetricName}": {"get": { "summary": "Actuator web endpoint 'metrics-requiredMetricName'", - "operationId": "handle_5", + "operationId": "metrics-requiredMetricName_2", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -652,7 +652,7 @@ "/actuator/loggers/{name}": { "post": { "summary": "Actuator web endpoint 'loggers-name'", - "operationId": "handle_0", + "operationId": "loggers-name_3", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -667,7 +667,7 @@ }, "get": { "summary": "Actuator web endpoint 'loggers-name'", - "operationId": "handle_7", + "operationId": "loggers-name_4", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -766,7 +766,7 @@ }}, "/actuator/metrics": {"get": { "summary": "Actuator web endpoint 'metrics'", - "operationId": "handle_4", + "operationId": "metrics_2", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -775,7 +775,7 @@ }}, "/actuator/info": {"get": { "summary": "Actuator web endpoint 'info'", - "operationId": "handle_9", + "operationId": "info_2", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -1001,7 +1001,7 @@ }, "/actuator/logfile": {"get": { "summary": "Actuator web endpoint 'logfile'", - "operationId": "handle_8", + "operationId": "logfile_2", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -1148,7 +1148,7 @@ }}, "/actuator/health": {"get": { "summary": "Actuator web endpoint 'health'", - "operationId": "handle_11", + "operationId": "health_2", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -1231,7 +1231,7 @@ }}, "/actuator/heapdump": {"get": { "summary": "Actuator web endpoint 'heapdump'", - "operationId": "handle_10", + "operationId": "heapdump_2", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -1249,6 +1249,13 @@ "version": "1.0" }, "tags": [ + {"name": "A1-EI (callbacks)"}, + { + "name": "Data producer (callbacks)", + "description": "API implemented by data producers" + }, + {"name": "Data consumer"}, + {"name": "Data consumer (callbacks)"}, { "name": "A1-EI (registration)", "description": "Data consumer EI job registration" @@ -1257,22 +1264,22 @@ "name": "A1-EI (callbacks)", "description": "Data consumer EI job status callbacks" }, - { - "name": "Data producer (callbacks)", - "description": "API implemented by data producers" - }, + {"name": "Service status"}, + {"name": "A1-EI (registration)"}, + {"name": "Data producer (registration)"}, + {"name": "Data producer (callbacks)"}, { "name": "Data producer (registration)", "description": "API for data producers" }, - { - "name": "Service status", - "description": "API for monitoring of the service" - }, { "name": "Data consumer", "description": "API for data consumers" }, + { + "name": "Service status", + "description": "API for monitoring of the service" + }, { "name": "Actuator", "description": "Monitor and interact",