Versions Compared

Key

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

...

Change the default policy drool pdp engine status to Active: 

Create policy

...

:

curl -k --silent -w %{http_code}  -k -v --user 'policyadmin:zb!XztG34' -X POST "https://{policy-api}:6969/policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies" -H "Accept:application/json" -H "Content-Type:application/json" -d @modifycll.json

View file
namemodifycll.json
height250


Deploy policy:

curl --silent -k -w %{http_code} --user 'policyadmin:zb!XztG34' -X POST "https://{policy-pap}:6969/policy/pap/v1/pdps/policies" -H "Accept:application/json" -d @policy_type.json 

...

H "Content-Type:application/json" -d @push_modifycll.json

View file
namepush_modifycll.json
height250

Main components:

AAI, DCAE, Dmaap, Policy, SDNC, SO, UUI


Intent Work Flow:


Image Added