Skip to main content

Retrieving Customer ID for Chronicle SIEM via Chronicle API

  • January 13, 2025
  • 3 replies
  • 33 views

turri
Forum|alt.badge.img+2

How can I retrieve the customer ID associated with a Chronicle SIEM using the Chronicle API?

3 replies

cmorris
Staff
Forum|alt.badge.img+10
  • Staff
  • January 13, 2025

You can find the ID in Settings > SIEM Settings > Profile.


turri
Forum|alt.badge.img+2
  • Author
  • New Member
  • January 13, 2025

You can find the ID in Settings > SIEM Settings > Profile.


do you know how can I find it using api ?


rajukg11
Staff
Forum|alt.badge.img+6
  • Staff
  • January 13, 2025

You may run this API call (this is for python, but you can see the API call):

https://{}backstory.googleapis.com/v1/partner/customer/getcustomer?customer_code={}".format(region_prefix ,customer_code)