X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fclient-scripts-ves-v7%2FsendVesStndDefined.py;h=7ba0d0e8c5f098a1b9436e2e3d3ac9fdb8dcc13e;hb=a4c402d1a200767c39d0d1241ee229ae1673d29e;hp=d93d40fee01aef3f3afde3b658d5feef14c44fb9;hpb=dde573c74442f104159c3ee1b5b886d1f300d807;p=oam.git diff --git a/code/client-scripts-ves-v7/sendVesStndDefined.py b/code/client-scripts-ves-v7/sendVesStndDefined.py index d93d40f..7ba0d0e 100644 --- a/code/client-scripts-ves-v7/sendVesStndDefined.py +++ b/code/client-scripts-ves-v7/sendVesStndDefined.py @@ -51,7 +51,7 @@ def performJob(domain, pnfId, stdnBody): initData['body']['event']['stndDefinedFields']['data']['eventTime'] = initData['eventTime'] initData['body']['event']['stndDefinedFields']['data']['eventTime'] = initData['interface'] - + # Save example body saveExample(initData) @@ -62,7 +62,7 @@ def performJob(domain, pnfId, stdnBody): # Analysing command line parameters def main(argv): domain = 'stndDefined' - usage = 'sendVesStndDefined.py --pnfId --body <3gpp-Fault | 3GPP-Heartbeat | 3GPP-PerformanceAssurance | 3GPP-Provisioning>' + usage = 'python sendVesStndDefined.py --pnfId --body <3gpp-Fault | 3GPP-Heartbeat | 3GPP-PerformanceAssurance | 3GPP-Provisioning>' pnfId = '' stdnBody = '' try: