Hi,
I am looking to stream the admin audit logs (the ones that are shown in UI) to Sumologic. When I used curl to query the manage API for audit logs, I can blank responses. Even if I do specific products, its blank. I want to be able to just stream it for my org.
➜ curl -X GET --header "Content-Type: application/octet-stream" --header "Authorization: Basic <some-key>" "https://api.enterprise.apigee.com/v1/audits/o/<my-org>/apiproducts?expand=true"
{
"auditRecord" : [ ]
}%