X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fpolicy-agent-api.rst;h=2a79b26e0e2cbe76f9d994925a5631e78b9a0634;hb=a2fc486bd201e2794088c6c035426f3fac126f82;hp=8a46fc711f07ec5d1027d0bd8e24060b0470b732;hpb=25f05019da2af154f169c147dcf12895acaea159;p=nonrtric.git diff --git a/docs/policy-agent-api.rst b/docs/policy-agent-api.rst index 8a46fc71..2a79b26e 100644 --- a/docs/policy-agent-api.rst +++ b/docs/policy-agent-api.rst @@ -115,7 +115,7 @@ PUT Service created. 400: - Something went wrong with the service registration. + The ServiceRegistrationInfo is not accepted. **Examples:** @@ -243,8 +243,8 @@ DELETE /services/keepalive ~~~~~~~~~~~~~~~~~~~ -POST -++++ +PUT ++++ Heart beat from a service. @@ -268,7 +268,7 @@ POST Call: :: - curl -X POST "http://localhost:8081/services/keepalive?name=existing" + curl -X PUT "http://localhost:8081/services/keepalive?name=existing" Result: 200: :: @@ -277,7 +277,7 @@ POST Call: :: - curl -X POST "http://localhost:8081/services/keepalive?name=nonexistent" + curl -X PUT "http://localhost:8081/services/keepalive?name=nonexistent" Result: 404: :: @@ -741,7 +741,7 @@ PUT Near |nbh| RT |nbsp| RIC or policy type is not found. 423: - Near |nbh| RT |nbsp| RIC is locked. + Near |nbh| RT |nbsp| RIC is not operational. **Examples:** @@ -794,6 +794,9 @@ DELETE 404: Policy is not found. + 423: + Near |nbh| RT |nbsp| RIC is not operational. + **Examples:** Call: :: @@ -904,7 +907,7 @@ GET **Parameters:** - managedElementId: (*Optional*) + managedElementId: (*Required*) The ID of the Managed Element. **Responses:** @@ -962,7 +965,8 @@ GET "policyTypes": [ "string" ], - "ricName": "string" + "ricName": "string", + "state": "string" } ] @@ -989,7 +993,8 @@ GET "Example_QoETarget_1.0.0", "ERIC_QoSNudging_0.2.0" ], - "ricName": "Ric 1" + "ricName": "Ric 1", + "state": "AVAILABLE" }, . . @@ -1001,7 +1006,8 @@ GET "policyTypes": [ "STD_PolicyModelUnconstrained_0.2.0" ], - "ricName": "Ric X" + "ricName": "Ric X", + "state": "UNAVAILABLE" } ]