From: elinuxhenrik Date: Thu, 9 Apr 2020 07:28:07 +0000 (+0200) Subject: Update documentation for added RIC state X-Git-Tag: 2.0.0~83^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=e0efbeef721ae95b41d32186f690f3f26d539d76;p=nonrtric.git Update documentation for added RIC state RIC state has been added to the RicInfo in the policy agent NBI. Change-Id: I455edda16429fac5408ca7bd68549e5d223e9151 Issue-ID: NONRTRIC-164 Signed-off-by: elinuxhenrik --- diff --git a/docs/policy-agent-api.rst b/docs/policy-agent-api.rst index a65e6115..2a79b26e 100644 --- a/docs/policy-agent-api.rst +++ b/docs/policy-agent-api.rst @@ -965,7 +965,8 @@ GET "policyTypes": [ "string" ], - "ricName": "string" + "ricName": "string", + "state": "string" } ] @@ -992,7 +993,8 @@ GET "Example_QoETarget_1.0.0", "ERIC_QoSNudging_0.2.0" ], - "ricName": "Ric 1" + "ricName": "Ric 1", + "state": "AVAILABLE" }, . . @@ -1004,7 +1006,8 @@ GET "policyTypes": [ "STD_PolicyModelUnconstrained_0.2.0" ], - "ricName": "Ric X" + "ricName": "Ric X", + "state": "UNAVAILABLE" } ] diff --git a/policy-agent/docs/api.yaml b/policy-agent/docs/api.yaml index 306b15a8..f42c3e00 100644 --- a/policy-agent/docs/api.yaml +++ b/policy-agent/docs/api.yaml @@ -581,6 +581,9 @@ definitions: ricName: type: string description: identity of the ric + state: + type: string + description: state info title: RicInfo ServiceRegistrationInfo: type: object