Chronicle API Regions¶
When initializing the Chronicle client, you need to specify the region
parameter corresponding to where your Chronicle instance is installed. Use the lowercase version of one of the following values:
Region Code |
Description |
---|---|
|
United States - multi-region |
|
Europe (Default European region) |
|
Singapore |
|
London |
|
Sydney |
|
Israel |
|
Zurich |
|
Frankfurt |
|
Dammam |
|
Mumbai |
|
Tokyo |
|
Toronto |
|
Turin |
|
Doha |
|
Sao Paulo |
|
Paris |
Usage Example¶
# Initialize Chronicle client with the appropriate region
chronicle = client.chronicle(
customer_id="your-chronicle-instance-id",
project_id="your-project-id",
region="us" # Use lowercase region code from the table above
)
Always use the lowercase version of the region code when configuring your Chronicle client.