diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2020-08-21 12:15:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-21 12:15:42 +0000 |
commit | 20358938559866a5937ee7af68678aabdf3a3c39 (patch) | |
tree | 720acbb3e4ee96ce6afde082bd06a1ee0349e4f6 /docs/xacml/xacml.rst | |
parent | 9b4f2c4ed5221aaddf7a868ddab83f254b93e490 (diff) | |
parent | 5631660eba13b85ddcf987812f7683d017e818b1 (diff) |
Merge "Change doc to new dcaegen2 policy type"
Diffstat (limited to 'docs/xacml/xacml.rst')
-rw-r--r-- | docs/xacml/xacml.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/xacml/xacml.rst b/docs/xacml/xacml.rst index 4100e800..f5e2977a 100644 --- a/docs/xacml/xacml.rst +++ b/docs/xacml/xacml.rst @@ -79,10 +79,13 @@ The following policy types derive from onap.policies.Monitoring: .. csv-table:: :header: "Derived Policy Type", "Action", "Description" - "onap.policies.monitoring.cdap.tca.hi.lo.app", "configure", "TCA DCAE microservice component" + "onap.policies.monitoring.tcagen2", "configure", "TCA DCAE microservice gen2 component" "onap.policies.monitoring.dcaegen2.collectors.datafile.datafile-app-server", "configure", "REST Collector" "onap.policies.monitoring.docker.sonhandler.app", "configure", "SON Handler microservice component" +.. note:: + DCAE project deprecated TCA DCAE microservice in lieu for their gen2 microservice. Thus, the policy type onap.policies.monitoring.cdap.tca.hi.lo.app was removed from Policy Framework. + This is an example Decision API payload made to retrieve a decision for a Monitoring Policy by id. Not recommended - as users may change id's of a policy. Available for backward compatibility. .. literalinclude:: decision.monitoring.json |