X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fpolicy-agent-api.rst;h=2a79b26e0e2cbe76f9d994925a5631e78b9a0634;hb=refs%2Fchanges%2F30%2F3230%2F2;hp=a65e61153402844c007cbc25494dc118e698aa1e;hpb=3d0aa333829644f0590b5064d68866da212ef717;p=nonrtric.git 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" } ]