From e0efbeef721ae95b41d32186f690f3f26d539d76 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 9 Apr 2020 09:28:07 +0200 Subject: [PATCH] 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 --- docs/policy-agent-api.rst | 9 ++++++--- policy-agent/docs/api.yaml | 3 +++ 2 files changed, 9 insertions(+), 3 deletions(-) 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 -- 2.16.6