Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NOTE: Use below Endpoint to use a1policymanagement V3

curl localhost:8081/a1policymanagementa1-policy-management/v1/rics

Expected output (not that all simulators - ric1,ric2 and ric3 will indicate "state":"UNAVAILABLE" until the simulators has been started in Run A1 Simulator Docker Containers):

...

NOTE: Use below Endpoint to use a1policymanagement V3

curl localhost:8081/a1policymanagementa1-policy-management/v1/rics

Expected output - all state should indicated AVAILABLE:

...

List the synchronised types using a1policymanagement V3 endpoint:

curl localhost:8081/a1policymanagementa1-policy-management/v1/policytypespolicy-types

Expected output:

[{"policyTypeId": "", "nearRtRicId": "ric2"},{"policyTypeId":"123","nearRtRicId": "ric1"}, {"policyTypeId":"std_pt1","nearRtRicId": "ric3"}]

...