AkamaiOPEN-edgegrid-python icon indicating copy to clipboard operation
AkamaiOPEN-edgegrid-python copied to clipboard

Multiple configIds in Fetch Security Events route always throws 401 error

Open inaitana opened this issue 4 years ago • 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.

inaitana avatar Jan 25 '21 17:01 inaitana