mfesiem / msiempy

McAfee SIEM API Python wrapper
https://mfesiem.github.io/docs/msiempy/msiempy.html
MIT License
23 stars 9 forks source link

Fixed msiempy/msiempy/__init__.py #73

Closed nitish-awasthi closed 3 years ago

nitish-awasthi commented 4 years ago

changed "get_flows_now" : ("""IPS_GETALERTSSNOW""", """{"IPSID": "%(ds_id)s"}"""), into "get_flows_now" : ("""IPS_GETFLOWSNOW""", """{"IPSID": "%(ds_id)s"}"""),

tristanlatr commented 3 years ago

Hello, thanks for this PR.
It's clearly a typo.
I'm curios what's your use case of get_flows_now?

Thanks

tristanlatr commented 3 years ago

Hello, thanks for this PR.
It's clearly a typo.
I'm curios what's your use case of get_flows_now?

Thanks