This user guide explains how to
...
configure ONAP Policy for CCVPN usecase.
Please download the attachment policy-setup.zip and unzip on your Onap server first.
Step 1. Create the modifyCll policy
Code Block |
---|
curl -k --silent --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 |
...