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=ab8f9fdbecd19a841e91699b16d239a6f9b9effd;hp=d93d40fee01aef3f3afde3b658d5feef14c44fb9;hpb=1cd92bae20387664112d618783b226916d7f1497;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: