You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe
The whole library uses API V1 and the Private ESM API. Which is not a major issue, in any case the library will depend on private ESM methods.
Calls to ESM API should be edited inside PARAMS property ensuring the parameters stays the same (if they can)
Also, not to forget, the session already handles "ESM API V1" changes across different SIEM versions with Session api_v property (can be 1 or 2) Not be confused with the ESM API v1 and v2 which are different. (It's confusing, should be changed). See #11 and #27
The text was updated successfully, but these errors were encountered:
Transition all query related API calls to APIv2 #71
Fix the filter property setter issue #https://bugs.python.org/issue14965
Implement and test watchlist remove values
Describe
The whole library uses API V1 and the Private ESM API. Which is not a major issue, in any case the library will depend on private ESM methods.
Calls to ESM API should be edited inside PARAMS property ensuring the parameters stays the same (if they can)
See complete McAfee note about this: https://kc.mcafee.com/corporate/index?page=content&id=KB90289&locale=en_US
Also, not to forget, the session already handles "ESM API V1" changes across different SIEM versions with Session
api_v
property (can be1
or2
) Not be confused with the ESM API v1 and v2 which are different. (It's confusing, should be changed). See #11 and #27The text was updated successfully, but these errors were encountered: