...
- For Policy Update - need to add complexity of multiple PDP groups. How does the client know which group?
- Agree to just get the first cut done and address this later. Perhaps in G Release.
Options for Decision API calls:
Code Block |
---|
{
"ONAPName": "DCAE",
"ONAPComponent": "PolicyHandler",
"ONAPInstance": "622431a4-9dea-4eae-b443-3b2164639c64",
"action": "configure",
"resource": {
"policy-type": "onap.policies.monitoring.cdap.tca.hi.lo.app"
}
}
{
"ONAPName": "DCAE",
"ONAPComponent": "PolicyHandler",
"ONAPInstance": "622431a4-9dea-4eae-b443-3b2164639c64",
"action": "configure",
"resource": {
"policy-id": [
"onap.scaleout.tca",
"onap.restart.tca"
]
}
}
Can also use abbrev=true to get abbreviated results:
/policy/pdpx/v1/decision?abbrev=true
|