X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=a1-med-client%2Fsrc%2Fmain%2Fresources%2Fa1_mediator_0.10.3.yaml;fp=a1-med-client%2Fsrc%2Fmain%2Fresources%2Fa1_mediator_0.10.0.yaml;h=a49cf799b2eeab8aef33b8b7df9d433b13466ecc;hb=749749f288de7ef42e3d1507c7f07a4453a774b4;hp=e2d17ccb49bf9d1d3cf89f4e9f9ea6e1900b24df;hpb=7845281a4bdb97925cba281f133ef058f15a1f95;p=portal%2Fric-dashboard.git diff --git a/a1-med-client/src/main/resources/a1_mediator_0.10.0.yaml b/a1-med-client/src/main/resources/a1_mediator_0.10.3.yaml similarity index 97% rename from a1-med-client/src/main/resources/a1_mediator_0.10.0.yaml rename to a1-med-client/src/main/resources/a1_mediator_0.10.3.yaml index e2d17ccb..a49cf799 100644 --- a/a1-med-client/src/main/resources/a1_mediator_0.10.0.yaml +++ b/a1-med-client/src/main/resources/a1_mediator_0.10.3.yaml @@ -16,7 +16,7 @@ # ================================================================================== openapi: 3.0.0 info: - version: 0.10.0 + version: 0.10.3 title: RIC A1 paths: '/a1-p/healthcheck': @@ -43,13 +43,11 @@ paths: description: > Replace the current operation of policyname with the new parameters (replaces the current policy with the new one specified here). - Until there are standard policy definitions that are defined OUTSIDE of the scope of xapps, this API will be *very underspecified*. This is a known gap, do not despair. The PUT body is specified, *currently* in the xapp manifest that implements this policy; the caller should refer to the message_receives_payload_schema field to make this request. The return content is also specified as above (in the xapp manifest) in the message_sends_payload_schema field. - Eventually, we need concrete policy defintions that are decoupled from xapp, and then this API description will become more fully specified. tags: - A1 Mediator @@ -103,6 +101,10 @@ paths: '200': description: > The downstream component responsible for implementing this policy replied with a good response. Check the manifest for response details. + content: + application/json: + schema: + type: object '400': description: > The downstream component for implementing this policy does not support policy fetching.