diff options
author | Chris Donley <christopher.donley@huawei.com> | 2018-05-29 10:45:53 -0700 |
---|---|---|
committer | Chris Donley <christopher.donley@huawei.com> | 2018-05-29 10:45:53 -0700 |
commit | c3ef59ead7c51bf9777fb8092e4b0ad7c20573dd (patch) | |
tree | 9e398ebf860e064f92ac5e41488ca58f91961432 /docs/files/VESEventRegistration.rst | |
parent | 45bdf56392705c7e20c8aeaf22814d6a5f889428 (diff) |
Doc updates to VNFSDK VESEventRegistration
Issue-ID: VNFSDK-270
Change-Id: I7207edc1233e9c2974a8d14dad6286f625ca1e49
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
Diffstat (limited to 'docs/files/VESEventRegistration.rst')
-rw-r--r-- | docs/files/VESEventRegistration.rst | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/files/VESEventRegistration.rst b/docs/files/VESEventRegistration.rst index 0a5d1dc..4104a1f 100644 --- a/docs/files/VESEventRegistration.rst +++ b/docs/files/VESEventRegistration.rst @@ -2,6 +2,7 @@ .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2017 AT&T Intellectual Property, All rights reserved .. Copyright 2017 Huawei Technologies Co., Ltd. + ====================== VES Event Registration ====================== @@ -511,7 +512,9 @@ preceding event definitions. For example: }} }} ... + --- + # Rules rules: [ @@ -573,6 +576,7 @@ file. Example rules definition: :: + rules: [ rule: { trigger: A, @@ -621,6 +625,7 @@ vMRF VNF. Note: some of the lines have been manually wrapped/indented to make it easier to read. :: + --- # registration for Fault\_vMrf\_alarm003 # Constants: the values of domain, eventName, priority, vfstatus @@ -661,6 +666,7 @@ make it easier to read. }} ... + --- # registration for clearing Fault\_vMrf\_alarm003Cleared # Constants: the values of domain, eventName, priority, @@ -696,6 +702,7 @@ make it easier to read. }} ... + --- # registration for Heartbeat_vMRF # Constants: the values of domain, eventName, priority, version @@ -726,6 +733,7 @@ make it easier to read. }} ... + --- # registration for Mfvs\_vMRF # Constants: the values of domain, eventName, priority, version, @@ -992,7 +1000,9 @@ make it easier to read. ]} }} }} + ... + --- # registration for Syslog\_vMRF # Constants: the values of domain, eventName, priority, lastEpochMicrosec, version, @@ -1027,7 +1037,9 @@ make it easier to read. syslogTag: {presence: required, value: vMRF}, }} }} + ... + --- #Rules Rules: [ @@ -1042,5 +1054,6 @@ make it easier to read. microservices: [scaleIn] } ] - ... + + ... |