diff options
author | liamfallon <liam.fallon@est.tech> | 2019-03-15 12:36:38 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-03-15 12:36:38 +0000 |
commit | 8fdf84c7f2bd03332e69d13e35414020053c2977 (patch) | |
tree | d2ce197064b2a23ac06ac8195a4e1ef7603ee3ed /models-tosca/src/test/resources/policies/README.txt | |
parent | 4c28d2cdbf03be9dfe51caa05d45ba341b4c94cd (diff) |
Add serialization for Tosca Model
Added tests for Yaml policy monitoring
Added provider interface calls in provider and structure for handling legacy APIs.
Issue-ID: POLICY-1195
Change-Id: I4825272e0713b9e6a4b89753828de8905bcffbd1
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'models-tosca/src/test/resources/policies/README.txt')
-rw-r--r-- | models-tosca/src/test/resources/policies/README.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/models-tosca/src/test/resources/policies/README.txt b/models-tosca/src/test/resources/policies/README.txt new file mode 100644 index 000000000..942913d5c --- /dev/null +++ b/models-tosca/src/test/resources/policies/README.txt @@ -0,0 +1,25 @@ +The "input" prefix indicates that this is what the payload looks like on the POST. While the "output" prefix +indicates that this is what the payload looks like when the response goes back to the caller. + +For each of the use cases, there is at least one configuration policy for DCAE Microservice. + +*.monitoring.input.[json|yaml] <-- POST request + +*.monitoring.output.[json|yaml] --> POST response + +The Operational Policies: + +*.operational.input.yaml --> Can Pam change this to JSON?? + +*.operational.output.json --> POST response + +The Guard Policies: + +*.guard.[frequency|minmax].json <-- POST request + +*.guard.[frequency|minmax].json --> POST response + +For DBAO, the following are internal TOSCA Representations for the Operational and Guard policies, with the +contents of the yaml or JSON URL Encoded: + +*.output.tosca.yaml |