diff options
author | Saryu Shah <ss3917@att.com> | 2019-11-25 18:08:00 +0000 |
---|---|---|
committer | Saryu Shah <ss3917@att.com> | 2019-11-25 18:08:00 +0000 |
commit | 1c3ea0bbc61f8dfb86a971fdbc7a4eb728c1717b (patch) | |
tree | 131fcfa4b013539c1cc46ebb1e7ff82d52e3d735 /docs/design/design.rst | |
parent | e0892b981a2e6c4ef0a9d72bc10a62fa472cea58 (diff) |
Documentation - wild card suffixes for PDP supported policy types
Updated documentation to include wilcard suffixes for PDP supported policy types
Issue-ID: POLICY-2247
Signed-off-by: Saryu Shah <ss3917@att.com>
Change-Id: Ibbd030d569616b1e7a5b3f1ca0deb3ecf642aea3
Diffstat (limited to 'docs/design/design.rst')
-rw-r--r-- | docs/design/design.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/design/design.rst b/docs/design/design.rst index da0c3dc3..84beb9e1 100644 --- a/docs/design/design.rst +++ b/docs/design/design.rst @@ -396,7 +396,10 @@ pdp_subgroups R M N/A A list of PDP subgroups ->pdp_type R M N/A The PDP type of this PDP subgroup, currently xacml, drools, or apex ->supported_policy_types R N/A N/A A list of the policy types supported by the PDPs in this PDP - subgroup + subgroup. A trailing “.*” can be used to specify multiple + policy types; for example, “onap.policies.monitoring.*” + would match any policy type beginning with + “onap.policies.monitoring.” ->policies R M N/A The list of policies running on the PDPs in this PDP subgroup ->->(name) R M N/A The name of a TOSCA policy running in this PDP subgroup ->->policy_type R N/A N/A The TOSCA policy type of the policy @@ -861,7 +864,7 @@ services O List of String One or more services the policy appli resources O List of String The unique ID for the Control Loop geography O List of String The target VNF the actor is executing the recipe on -================= ======= ======== ================================================================== +================= ======= ============== ================================================================== This example below shows the JSON body of an Optimize Decision API call. |