Skip to main content

Where to find API list for SIEM

  • November 19, 2024
  • 7 replies
  • 158 views

Forum|alt.badge.img+10

I am trying to find API list for SIEM but unable to get it.

I have SOAR Swagger API, but not able to find SIEM. Please let me know if anyone has any idea.

7 replies

mikewilusz
Staff
Forum|alt.badge.img+10
  • Staff
  • November 19, 2024

Details on the APIs available for the SIEM are here: https://cloud.google.com/chronicle/docs/reference/backstory-api-quotas

If you'd like to see an example of them implemented, I highly recommend the SecOps CLI: https://github.com/chronicle/cli

-mike


Ben_T
Staff
Forum|alt.badge.img+4
  • Staff
  • November 19, 2024

Forum|alt.badge.img+2
  • Bronze 1
  • November 22, 2024

Oh also take a look at https://cloud.google.com/chronicle/docs/reference/rest

It has a lot of API calls that are not in the normal ones that the google staff posted! GL!


danielforberg
Forum|alt.badge.img
  • New Member
  • December 11, 2025

But especially the payload for some of the rest endpoints does not work cause documentation is NOT correct. Where can the swagger be found, like for the soar api, it might be somewhere hidden?


Forum|alt.badge.img+10
  • Author
  • Silver 2
  • December 17, 2025

But especially the payload for some of the rest endpoints does not work cause documentation is NOT correct. Where can the swagger be found, like for the soar api, it might be somewhere hidden?

Hello ​@danielforberg 
I haven't found swagger till now for SIEM. where as for SOAR its present - https://docs.cloud.google.com/chronicle/docs/soar/reference/working-with-chronicle-soar-apis

I am using SIEM API’s by taking reference from documents mentioned earlier by ​@Abdul_Harb1  ​@Ben_T  ​@mikewilusz 

and if I want specific to automate, then I use Inspect Element on browser and analyze the payload and headers. use the same to work using JavaScript, etc.


danielforberg
Forum|alt.badge.img
  • New Member
  • December 17, 2025

Hi, know that this is available for SOAR, I've noticed the SIEM documentation is still incomplete. I’m happy to debug the source code myself—is the API source code available anywhere for me to review?


Forum|alt.badge.img+10
  • Author
  • Silver 2
  • December 29, 2025

Hi, know that this is available for SOAR, I've noticed the SIEM documentation is still incomplete. I’m happy to debug the source code myself—is the API source code available anywhere for me to review?

not completely, but you can get API Header and Payload using Inspect Element.