diff options
author | liamfallon <liam.fallon@est.tech> | 2019-03-19 16:29:56 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-03-19 16:29:56 +0000 |
commit | 9727c320342dfaffeb13c4b5894fb4a9047943d7 (patch) | |
tree | f329ab3d2de63de83945239370bfab55accbb3a6 /models-examples/src/main/resources/policies/README.txt | |
parent | 998fb98e470205171ba9dc37674ea9d1c31e54ed (diff) |
Move examples into separate module
Issue-ID: POLICY-1195
Change-Id: Id2dc5b5b490134648ca267e27b795f3f4c03bc7b
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'models-examples/src/main/resources/policies/README.txt')
-rw-r--r-- | models-examples/src/main/resources/policies/README.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/models-examples/src/main/resources/policies/README.txt b/models-examples/src/main/resources/policies/README.txt new file mode 100644 index 000000000..942913d5c --- /dev/null +++ b/models-examples/src/main/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 |