Retrieving Customer ID for Chronicle SIEM via Chronicle API

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

0 3 156
3 REPLIES 3

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

do you know how can I find it using api ?

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)