X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fdocs%2Fapi.yaml;h=f42c3e000f455aca1dc367988d404591902f997a;hb=a2fc486bd201e2794088c6c035426f3fac126f82;hp=3ea913d5917d85952ed01b592233c518d407e46a;hpb=25f05019da2af154f169c147dcf12895acaea159;p=nonrtric.git diff --git a/policy-agent/docs/api.yaml b/policy-agent/docs/api.yaml index 3ea913d5..f42c3e00 100644 --- a/policy-agent/docs/api.yaml +++ b/policy-agent/docs/api.yaml @@ -135,7 +135,7 @@ paths: schema: type: string '423': - description: RIC is locked + description: RIC is not operational schema: type: string deprecated: false @@ -170,7 +170,7 @@ paths: schema: type: string '423': - description: RIC is locked + description: RIC is not operational schema: type: string deprecated: false @@ -342,7 +342,7 @@ paths: - name: managedElementId in: query description: managedElementId - required: false + required: true type: string responses: '200': @@ -415,7 +415,7 @@ paths: schema: type: string '400': - description: Cannot parse the ServiceRegistrationInfo + description: The ServiceRegistrationInfo is not accepted schema: type: string '401': @@ -487,11 +487,11 @@ paths: type: string deprecated: false /services/keepalive: - post: + put: tags: - Service registry and supervision summary: Heartbeat from a serice - operationId: keepAliveServiceUsingPOST + operationId: keepAliveServiceUsingPUT consumes: - application/json produces: @@ -581,6 +581,9 @@ definitions: ricName: type: string description: identity of the ric + state: + type: string + description: state info title: RicInfo ServiceRegistrationInfo: type: object