Skip to content

Commit 61b4699

Browse files
committed
Zurich region added
1 parent 3695c6f commit 61b4699

File tree

62 files changed

+92
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+92
-26
lines changed

docs/api/about-apis/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ To access our API documentation, navigate to the appropriate link based on your
2828
| KR | https://api.kr.sumologic.com/docs/ |
2929
| US1 | https://api.sumologic.com/docs/ |
3030
| US2 | https://api.us2.sumologic.com/docs/ |
31+
| ZRH | https://api.zrh.sumologic.com/docs/ |
3132

3233
## Authentication
3334

@@ -100,12 +101,13 @@ Sumo Logic redirects your browser to the correct login URL and also redirects Co
100101
| KR | [service.kr.sumologic.com](https://service.kr.sumologic.com) | `api.kr.sumologic.com/api/` | `collectors.kr.sumologic.com` | `syslog.collection.kr.sumologic.com` | `open-collectors.kr.sumologic.com` |
101102
| US1 | [service.sumologic.com](https://service.sumologic.com) | `api.sumologic.com/api/` | `collectors.sumologic.com`<br/>`endpoint1-5.collection.sumologic.com` | `syslog.collection.us1.sumologic.com` | `open-collectors.sumologic.com` |
102103
| US2 | [service.us2.sumologic.com](https://service.us2.sumologic.com) | `api.us2.sumologic.com/api/` | `collectors.us2.sumologic.com`<br/>`endpoint1-9.collection.us2.sumologic.com` | `syslog.collection.us2.sumologic.com` | `open-collectors.us2.sumologic.com` |
104+
| ZRH | [service.zrh.sumologic.com](https://service.zrh.sumologic.com) | `api.zrh.sumologic.com/api/` | `collectors.zrh.sumologic.com`<br/>`endpoint1-9.collection.zrh.sumologic.com` | `syslog.collection.zrh.sumologic.com` | `open-collectors.zrh.sumologic.com` |
103105

104106
</div>
105107

106108
### Which endpoint should I should use?
107109

108-
To determine which endpoint you should use, you'll need to find your account's deployment pod, which is located in the Sumo Logic URL you use. If you see `us2`, that means you're running on the US2 pod. If you see `eu`, `jp`, `de`, `ca`, `kr`, or `au`, you're on one of those pods. The only exception is the US1 pod, which uses `service.sumologic.com`.
110+
To determine which endpoint you should use, you'll need to find your account's deployment pod, which is located in the Sumo Logic URL you use. If you see `us2`, that means you're running on the US2 pod. If you see `eu`, `jp`, `de`, `ca`, `kr`, `zrh`, or `au`, you're on one of those pods. The only exception is the US1 pod, which uses `service.sumologic.com`.
109111

110112
The specific collection endpoint will vary per account. The general format is: `endpoint[N].collection.[deploymentID].sumologic.com`.
111113

docs/api/access-keys.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The [Access Keys](/docs/manage/security/access-keys) Management API allows you t
2828
| KR | https://api.kr.sumologic.com/docs/#tag/accessKeyManagement |
2929
| US1 | https://api.sumologic.com/docs/#tag/accessKeyManagement |
3030
| US2 | https://api.us2.sumologic.com/docs/#tag/accessKeyManagement |
31+
| ZRH | https://api.zrh.sumologic.com/docs/#tag/accessKeyManagement |
3132

3233
## Required role capabilities
3334

docs/api/account-management.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The Account Management API allows you to manage the custom subdomain for the URL
2929
| KR | https://api.kr.sumologic.com/docs/#tag/accountManagement |
3030
| US1 | https://api.sumologic.com/docs/#tag/accountManagement |
3131
| US2 | https://api.us2.sumologic.com/docs/#tag/accountManagement |
32+
| ZRH | https://api.zrh.sumologic.com/docs/#tag/accountManagement |
3233

3334
## Required role capabilities
3435

docs/api/app-management.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ View and install Sumo Logic applications that deliver out-of-the-box dashboards,
2626
| KR | https://api.kr.sumologic.com/docs/#tag/appManagement |
2727
| US1 | https://api.sumologic.com/docs/#tag/appManagement |
2828
| US2 | https://api.us2.sumologic.com/docs/#tag/appManagement |
29+
| ZRH | https://api.zrh.sumologic.com/docs/#tag/appManagement |
2930

3031
## Required role capabilities
3132

docs/api/archive-ingestion.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ You need the [Manage or View Collectors role capability](/docs/manage/users-role
3232
| KR | https://api.kr.sumologic.com/docs/#tag/archiveManagement |
3333
| US1 | https://api.sumologic.com/docs/#tag/archiveManagement |
3434
| US2 | https://api.us2.sumologic.com/docs/#tag/archiveManagement |
35+
| ZRH | https://api.zrh.sumologic.com/docs/#tag/archiveManagement |
3536

3637
## Required role capabilities
3738

docs/api/collector-management/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This API manages your OpenTelemetry collectors.
4242
| KR | https://api.kr.sumologic.com/docs/#tag/otCollectorManagementExternal |
4343
| US1 | https://api.sumologic.com/docs/#tag/otCollectorManagementExternal |
4444
| US2 | https://api.us2.sumologic.com/docs/#tag/otCollectorManagementExternal |
45-
45+
| ZRH | https://api.zrh.sumologic.com/docs/#tag/otCollectorManagementExternal |
4646

4747
## Required role capabilities
4848

docs/api/connections-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Connections Management APIs let you set up connections to send alerts to third-p
2828
| KR | https://api.kr.sumologic.com/docs/#tag/connectionManagement |
2929
| US1 | https://api.sumologic.com/docs/#tag/connectionManagement |
3030
| US2 | https://api.us2.sumologic.com/docs/#tag/connectionManagement |
31-
31+
| ZRH | https://api.zrh.sumologic.com/docs/#tag/connectionManagement |
3232

3333
## Required role capabilities
3434

docs/api/content-management.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The Content Management API allows you to manage content in your organization’s
2828
| KR | https://api.kr.sumologic.com/docs/#tag/contentManagement |
2929
| US1 | https://api.sumologic.com/docs/#tag/contentManagement |
3030
| US2 | https://api.us2.sumologic.com/docs/#tag/contentManagement |
31+
| ZRH | https://api.zrh.sumologic.com/docs/#tag/contentManagement |
3132

3233
## Required role capabilities
3334

docs/api/content-permissions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The Content Permissions API allows you to share your folders, searches, and dash
2828
| KR | https://api.kr.sumologic.com/docs/#tag/contentPermissions |
2929
| US1 | https://api.sumologic.com/docs/#tag/contentPermissions |
3030
| US2 | https://api.us2.sumologic.com/docs/#tag/contentPermissions |
31+
| ZRH | https://api.zrh.sumologic.com/docs/#tag/contentPermissions |
3132

3233
## Required role capabilities
3334

docs/api/dashboard.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The Dashboard Management APIs allow you to create, retrieve, update, and delete
2828
|KR |https://api.kr.sumologic.com/docs/#tag/dashboardManagement |
2929
|US1 |https://api.sumologic.com/docs/#tag/dashboardManagement |
3030
|US2 |https://api.us2.sumologic.com/docs/#tag/dashboardManagement |
31+
|ZRH |https://api.zrh.sumologic.com/docs/#tag/dashboardManagement |
3132

3233
## Required role capabilities
3334

0 commit comments

Comments
 (0)