This page introduce how to support the closed loop intent.
1.Create The sporadic high-flow transfer support intent
...
Code Block |
---|
Method: POST
URL: https://policypaphost:port/policy/pap/v1/pdps/policies
Body:
{
"policies": [
{
"policy-id": "onap.dcae.slicems.config",
"policy-version": 1
}
]
} |
2.2 Delete Drools policy
2.1.1 Undeploy Drools Policy
Code Block |
---|
Method: DELETE
URL: https://policypaphost:port/policy/pap/v1/pdps/policies/operational.modifycll |
2.1.2 Delete Drools Policy
Code Block |
---|
Method: DELETE
URL: https://policyhost:port/policy/api/v1/policies/operational.modifycll/versions/1.0.0 |