diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-03-15 13:45:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-15 13:45:21 +0000 |
commit | d7cb7d23b95b0a1d7aef52b6ba0832caa1a9fd73 (patch) | |
tree | ecc173458142459986a0008c24c120beac2f7a21 /models-tosca/src/test/resources/policies/README.txt | |
parent | 886df68bad719ab7ab3672e58ee153f4f6af92c2 (diff) | |
parent | 8fdf84c7f2bd03332e69d13e35414020053c2977 (diff) |
Merge "Add serialization for Tosca Model"
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 |