Skip to content

Commit 3721819

Browse files
authored
Updates third_party_integration documentation. (#1973)
1 parent aea9eaf commit 3721819

3 files changed

+6
-6
lines changed

website/docs/d/third_party_integration.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ Additional values based on Type
5353
* `service_key` - Your Service Key.
5454
* `DATADOG`
5555
* `api_key` - Your API Key.
56-
* `region` - Indicates which API URL to use, either "US", "EU", "US3", or "US5". Datadog will use "US" by default.
56+
* `region` - Two-letter code that indicates which API URL to use. See the `region` response field of [MongoDB API Third-Party Service Integration documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Third-Party-Integrations/operation/getThirdPartyIntegration) for more details. Datadog will use "US" by default.
5757
* `OPS_GENIE`
5858
* `api_key` - Your API Key.
59-
* `region` - Indicates which API URL to use, either US or EU. Opsgenie will use US by default.
59+
* `region` - Two-letter code that indicates which API URL to use. See the `region` response field of [MongoDB API Third-Party Service Integration documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Third-Party-Integrations/operation/getThirdPartyIntegration) for more details. Opsgenie will use US by default.
6060
* `VICTOR_OPS`
6161
* `api_key` - Your API Key.
6262
* `routing_key` - An optional field for your Routing Key.

website/docs/d/third_party_integrations.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ Additional values based on Type
6666
* `service_key` - Your Service Key.
6767
* `DATADOG`
6868
* `api_key` - Your API Key.
69-
* `region` - Indicates which API URL to use, either "US", "EU", "US3", or "US5". Datadog will use "US" by default.
69+
* `region` - Two-letter code that indicates which API URL to use. See the `region` response field of [MongoDB API Third-Party Service Integration documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Third-Party-Integrations/operation/getThirdPartyIntegration) for more details. Datadog will use "US" by default.
7070
* `OPS_GENIE`
7171
* `api_key` - Your API Key.
72-
* `region` - Indicates which API URL to use, either US or EU. Opsgenie will use US by default.
72+
* `region` - Two-letter code that indicates which API URL to use. See the `region` response field of [MongoDB API Third-Party Service Integration documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Third-Party-Integrations/operation/getThirdPartyIntegration) for more details. Opsgenie will use US by default.
7373
* `VICTOR_OPS`
7474
* `api_key` - Your API Key.
7575
* `routing_key` - An optional field for your Routing Key.

website/docs/r/third_party_integration.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ resource "mongodbatlas_third_party_integration" "test_datadog" {
5050
* `region` (Required) - PagerDuty region that indicates the API Uniform Resource Locator (URL) to use, either "US" or "EU". PagerDuty will use "US" by default.
5151
* `DATADOG`
5252
* `api_key` - Your API Key.
53-
* `region` (Required) - Indicates which API URL to use, either "US", "EU", "US3", or "US5". Datadog will use "US" by default.
53+
* `region` (Required) - Two-letter code that indicates which API URL to use. See the `region` request parameter of [MongoDB API Third-Party Service Integration documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Third-Party-Integrations/operation/createThirdPartyIntegration) for more details. Datadog will use "US" by default.
5454
* `OPS_GENIE`
5555
* `api_key` - Your API Key.
56-
* `region` (Required) - Indicates which API URL to use, either "US" or "EU". OpsGenie will use "US" by default.
56+
* `region` (Required) - Two-letter code that indicates which API URL to use. See the `region` request parameter of [MongoDB API Third-Party Service Integration documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Third-Party-Integrations/operation/createThirdPartyIntegration) for more details. OpsGenie will use "US" by default.
5757
* `VICTOR_OPS`
5858
* `api_key` - Your API Key.
5959
* `routing_key` - An optional field for your Routing Key.

0 commit comments

Comments
 (0)