akamai/AkamaiOPEN-edgegrid-python

Multiple configIds in Fetch Security Events route always throws 401 error

Closed this issue · 0 comments

When trying to download more than one configId at a time from the /siem/v1/configs/ route with my Python script I always get a 401 error.

I.E: /siem/v1/configs/111?from=1611249319&limit=200000 works, but /siem/v1/configs/111;222;333?from=1611249319&limit=200000 doesn't

The same configIds with the same edgerc config are correctly downloaded by the sample CEF connector at https://github.com/akamai/siem-cef-connector.

I suspect it's a Python Edgegrid authentication problem, since I analyzed the URL requests with Wireshark and compared my generated requests to the sample CEF connector ones, and they look identical, the only difference being (of course) the signature.