From 913a8a365ae1a06e956599650995edc9a1134378 Mon Sep 17 00:00:00 2001 From: Manar Toumi Date: Mon, 27 Oct 2025 10:27:11 +0100 Subject: [PATCH 1/4] [AAISE-2065] Update documnetation with new providers --- .../faulty_cloud_saas_api_detection.md | 20 +++++++++--- .../faulty_cloud_saas_api_detection.md | 32 +++++++++---------- 2 files changed, 31 insertions(+), 21 deletions(-) diff --git a/content/en/watchdog/faulty_cloud_saas_api_detection.md b/content/en/watchdog/faulty_cloud_saas_api_detection.md index a49d2bee38a55..cc24f0c79631b 100644 --- a/content/en/watchdog/faulty_cloud_saas_api_detection.md +++ b/content/en/watchdog/faulty_cloud_saas_api_detection.md @@ -29,21 +29,31 @@ Whenever Watchdog detects a provider degradation, it creates an event in the [Ev Watchdog monitors the status of the following external providers' APIs: | External Provider | API monitored | -|----------|--------------------| +|----------|--------------------| +| Adyen | *.adyenpayments.com | | Amplitude | api.amplitude.com | -| Atlassian | *.atlassian.net | +| Anthropic | api.anthropic.com | +| Atlassian | *.atlassian.net, *.atlassian.com | | Auth0 | *.auth0.com | -| Binance | api.binance.com | +| Azure DevOps | dev.azure.com | +| Binance | api.binance.com | | Braintree | api.braintreegateway.com | | Cloudflare | api.cloudflare.com | | Databricks | *.cloud.databricks.com | | Facebook | graph.facebook.com | | GitHub | api.github.com | +| GitLab | *.gitlab.com | +| HubSpot | api.hubspot.com, api.hubapi.com | | Intercom | api.intercom.io | +| LaunchDarkly | app.launchdarkly.com | | Mapbox | api.mapbox.com | | Mixpanel | api.mixpanel.com | -| OpenAI | *.openai.com| +| Okta | *.okta.com | +| OpenAI | *.openai.com | | PagerDuty | api.pagerduty.com | +| Palo Alto Networks | api.urlcloud.paloaltonetworks.com | +| PayPal | *.paypal.com | +| Salesforce | *.salesforce.com | | SendGrid | *.sendgrid.com | | ServiceNow | *.service-now.com | | Slack | *.slack.com | @@ -54,7 +64,7 @@ Watchdog monitors the status of the following external providers' APIs: | Twilio | api.twilio.com | | X | api.twitter.com | | Zendesk | *.zendesk.com | -| Zoom | api.zoom.us | +| Zoom | api.zoom.us | The following AWS services are monitored (.*amazonaws.com): - CloudWatch diff --git a/content/es/watchdog/faulty_cloud_saas_api_detection.md b/content/es/watchdog/faulty_cloud_saas_api_detection.md index cfc98114d6a7f..81b5e2c0a7805 100644 --- a/content/es/watchdog/faulty_cloud_saas_api_detection.md +++ b/content/es/watchdog/faulty_cloud_saas_api_detection.md @@ -31,41 +31,42 @@ Cada vez que se detecta un despliegue defectuoso, Watchdog crea un evento en el Watchdog monitoriza el estado de las API de los siguientes proveedores externos: | Proveedor externo | API supervisada | -|----------|--------------------| +|----------|--------------------| +| Adyen | *.adyenpayments.com | | Amplitude | api.amplitude.com | -| Atlassian | *.atlassian.net | +| Anthropic | api.anthropic.com | +| Atlassian | *.atlassian.net, *.atlassian.com | | Auth0 | *.auth0.com | -| Binance | api.binance.com | +| Azure DevOps | dev.azure.com | +| Binance | api.binance.com | | Braintree | api.braintreegateway.com | -| Coreweave | *.coreweave.com | | Cloudflare | api.cloudflare.com | -| Confluent | api.confluent.cloud y api.telemetry.confluent.cloud | | Databricks | *.cloud.databricks.com | -| Envoy | api.envoy.com | | Facebook | graph.facebook.com | | GitHub | api.github.com | -| Google | developers.google.com | -| Hubspot | api.hubspot.com | +| GitLab | *.gitlab.com | +| HubSpot | api.hubspot.com, api.hubapi.com | | Intercom | api.intercom.io | +| LaunchDarkly | app.launchdarkly.com | | Mapbox | api.mapbox.com | | Mixpanel | api.mixpanel.com | -| OpenAI | *.openai.com| +| Okta | *.okta.com | +| OpenAI | *.openai.com | | PagerDuty | api.pagerduty.com | | Palo Alto Networks | api.urlcloud.paloaltonetworks.com | -| Render | api.render.com | +| PayPal | *.paypal.com | +| Salesforce | *.salesforce.com | | SendGrid | *.sendgrid.com | | ServiceNow | *.service-now.com | | Slack | *.slack.com | | Snowflake | *.snowflakecomputing.com | -| SoundCloud | api.soundcloud.com | -| PHP | *.splunkcloud.com | +| Splunk | *.splunkcloud.com | | Square | connect.squareup.com | | Stripe | api.stripe.com | -| Towerdata | api.towerdata.com | | Twilio | api.twilio.com | -| Twitter | api.twitter.com | +| X | api.twitter.com | | Zendesk | *.zendesk.com | -| Zoom | api.zoom.us | +| Zoom | api.zoom.us | Se monitorizan los siguientes servicios de AWS (.*amazonaws.com): - CloudWatch @@ -76,7 +77,6 @@ Se monitorizan los siguientes servicios de AWS (.*amazonaws.com): - Kinesis - KMS - Lambda -- RDS - S3 - SNS - SQS From fedd17c7c1db1b160344a6fe8cd4874c745cc749 Mon Sep 17 00:00:00 2001 From: HugoPct <85488158+HugoPct@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:51:06 +0100 Subject: [PATCH 2/4] Update IDP/external_provider_status.md --- .../external_provider_status.md | 65 +++++++++++-------- 1 file changed, 37 insertions(+), 28 deletions(-) diff --git a/content/en/internal_developer_portal/external_provider_status.md b/content/en/internal_developer_portal/external_provider_status.md index 511615b768c28..411ec5ea3e061 100644 --- a/content/en/internal_developer_portal/external_provider_status.md +++ b/content/en/internal_developer_portal/external_provider_status.md @@ -46,34 +46,43 @@ To receive notifications for external provider degradations: External Provider Status monitors the following third-party providers: -| External provider | API monitored | -|----------|--------------------| -| Amplitude | `api.amplitude.com` | -| Atlassian | `*.atlassian.net` | -| Auth0 | `*.auth0.com` | -| Binance | `api.binance.com` | -| Braintree | `api.braintreegateway.com` | -| Cloudflare | `api.cloudflare.com` | -| Confluent | `api.confluent.cloud`, `api.telemetry.confluent.cloud` | -| Databricks | `*.cloud.databricks.com` | -| Facebook | `graph.facebook.com` | -| GitHub | `api.github.com` | -| Intercom | `api.intercom.io` | -| Mapbox | `api.mapbox.com` | -| Mixpanel | `api.mixpanel.com` | -| OpenAI | `*.openai.com` | -| PagerDuty | `api.pagerduty.com` | -| SendGrid | `*.sendgrid.com` | -| ServiceNow | `*.service-now.com` | -| Slack | `*.slack.com` | -| Snowflake | `*.snowflakecomputing.com` | -| Splunk | `*.splunkcloud.com` | -| Square | `connect.squareup.com` | -| Stripe | `api.stripe.com` | -| Twilio | `api.twilio.com` | -| X | `api.twitter.com` | -| Zendesk | `*.zendesk.com` | -| Zoom | `api.zoom.us` | +| External Provider | API monitored | +|----------|--------------------| +| Adyen | *.adyenpayments.com | +| Amplitude | api.amplitude.com | +| Anthropic | api.anthropic.com | +| Atlassian | *.atlassian.net, *.atlassian.com | +| Auth0 | *.auth0.com | +| Azure DevOps | dev.azure.com | +| Binance | api.binance.com | +| Braintree | api.braintreegateway.com | +| Cloudflare | api.cloudflare.com | +| Databricks | *.cloud.databricks.com | +| Facebook | graph.facebook.com | +| GitHub | api.github.com | +| GitLab | *.gitlab.com | +| HubSpot | api.hubspot.com, api.hubapi.com | +| Intercom | api.intercom.io | +| LaunchDarkly | app.launchdarkly.com | +| Mapbox | api.mapbox.com | +| Mixpanel | api.mixpanel.com | +| Okta | *.okta.com | +| OpenAI | *.openai.com | +| PagerDuty | api.pagerduty.com | +| Palo Alto Networks | api.urlcloud.paloaltonetworks.com | +| PayPal | *.paypal.com | +| Salesforce | *.salesforce.com | +| SendGrid | *.sendgrid.com | +| ServiceNow | *.service-now.com | +| Slack | *.slack.com | +| Snowflake | *.snowflakecomputing.com | +| Splunk | *.splunkcloud.com | +| Square | connect.squareup.com | +| Stripe | api.stripe.com | +| Twilio | api.twilio.com | +| X | api.twitter.com | +| Zendesk | *.zendesk.com | +| Zoom | api.zoom.us | ### AWS services External Provider Status monitors the following AWS services through endpoints matching `*.amazonaws.com`: From d612cd09a15bc0dd07cb8b6363e13a0b045d947e Mon Sep 17 00:00:00 2001 From: cecilia saixue watt Date: Mon, 27 Oct 2025 10:47:04 -0700 Subject: [PATCH 3/4] add backticks for formatting --- .../external_provider_status.md | 71 ++++++++++--------- .../faulty_cloud_saas_api_detection.md | 70 +++++++++--------- 2 files changed, 71 insertions(+), 70 deletions(-) diff --git a/content/en/internal_developer_portal/external_provider_status.md b/content/en/internal_developer_portal/external_provider_status.md index 411ec5ea3e061..2638a278e91a4 100644 --- a/content/en/internal_developer_portal/external_provider_status.md +++ b/content/en/internal_developer_portal/external_provider_status.md @@ -48,41 +48,42 @@ External Provider Status monitors the following third-party providers: | External Provider | API monitored | |----------|--------------------| -| Adyen | *.adyenpayments.com | -| Amplitude | api.amplitude.com | -| Anthropic | api.anthropic.com | -| Atlassian | *.atlassian.net, *.atlassian.com | -| Auth0 | *.auth0.com | -| Azure DevOps | dev.azure.com | -| Binance | api.binance.com | -| Braintree | api.braintreegateway.com | -| Cloudflare | api.cloudflare.com | -| Databricks | *.cloud.databricks.com | -| Facebook | graph.facebook.com | -| GitHub | api.github.com | -| GitLab | *.gitlab.com | -| HubSpot | api.hubspot.com, api.hubapi.com | -| Intercom | api.intercom.io | -| LaunchDarkly | app.launchdarkly.com | -| Mapbox | api.mapbox.com | -| Mixpanel | api.mixpanel.com | -| Okta | *.okta.com | -| OpenAI | *.openai.com | -| PagerDuty | api.pagerduty.com | -| Palo Alto Networks | api.urlcloud.paloaltonetworks.com | -| PayPal | *.paypal.com | -| Salesforce | *.salesforce.com | -| SendGrid | *.sendgrid.com | -| ServiceNow | *.service-now.com | -| Slack | *.slack.com | -| Snowflake | *.snowflakecomputing.com | -| Splunk | *.splunkcloud.com | -| Square | connect.squareup.com | -| Stripe | api.stripe.com | -| Twilio | api.twilio.com | -| X | api.twitter.com | -| Zendesk | *.zendesk.com | -| Zoom | api.zoom.us | +| Adyen | `*.adyenpayments.com` | +| Amplitude | `api.amplitude.com` | +| Anthropic | `api.anthropic.com` | +| Atlassian | `*.atlassian.net`, `*.atlassian.com` | +| Auth0 | `*.auth0.com` | +| Azure DevOps | `dev.azure.com` | +| Binance | `api.binance.com` | +| Braintree | `api.braintreegateway.com` | +| Cloudflare | `api.cloudflare.com` | +| Databricks | `*.cloud.databricks.com` | +| Facebook | `graph.facebook.com` | +| GitHub | `api.github.com` | +| GitLab | `*.gitlab.com` | +| HubSpot | `api.hubspot.com`, `api.hubapi.com` | +| Intercom | `api.intercom.io` | +| LaunchDarkly | `app.launchdarkly.com` | +| Mapbox | `api.mapbox.com` | +| Mixpanel | `api.mixpanel.com` | +| Okta | `*.okta.com` | +| OpenAI | `*.openai.com` | +| PagerDuty | `api.pagerduty.com` | +| Palo Alto Networks | `api.urlcloud.paloaltonetworks.com` | +| PayPal | `*.paypal.com` | +| Salesforce | `*.salesforce.com` | +| SendGrid | `*.sendgrid.com` | +| ServiceNow | `*.service-now.com` | +| Slack | `*.slack.com` | +| Snowflake | `*.snowflakecomputing.com` | +| Splunk | `*.splunkcloud.com` | +| Square | `connect.squareup.com` | +| Stripe | `api.stripe.com` | +| Twilio | `api.twilio.com` | +| X | `api.twitter.com` | +| Zendesk | `*.zendesk.com` | +| Zoom | `api.zoom.us` | + ### AWS services External Provider Status monitors the following AWS services through endpoints matching `*.amazonaws.com`: diff --git a/content/en/watchdog/faulty_cloud_saas_api_detection.md b/content/en/watchdog/faulty_cloud_saas_api_detection.md index cc24f0c79631b..7b2e9fbe98b7c 100644 --- a/content/en/watchdog/faulty_cloud_saas_api_detection.md +++ b/content/en/watchdog/faulty_cloud_saas_api_detection.md @@ -30,41 +30,41 @@ Watchdog monitors the status of the following external providers' APIs: | External Provider | API monitored | |----------|--------------------| -| Adyen | *.adyenpayments.com | -| Amplitude | api.amplitude.com | -| Anthropic | api.anthropic.com | -| Atlassian | *.atlassian.net, *.atlassian.com | -| Auth0 | *.auth0.com | -| Azure DevOps | dev.azure.com | -| Binance | api.binance.com | -| Braintree | api.braintreegateway.com | -| Cloudflare | api.cloudflare.com | -| Databricks | *.cloud.databricks.com | -| Facebook | graph.facebook.com | -| GitHub | api.github.com | -| GitLab | *.gitlab.com | -| HubSpot | api.hubspot.com, api.hubapi.com | -| Intercom | api.intercom.io | -| LaunchDarkly | app.launchdarkly.com | -| Mapbox | api.mapbox.com | -| Mixpanel | api.mixpanel.com | -| Okta | *.okta.com | -| OpenAI | *.openai.com | -| PagerDuty | api.pagerduty.com | -| Palo Alto Networks | api.urlcloud.paloaltonetworks.com | -| PayPal | *.paypal.com | -| Salesforce | *.salesforce.com | -| SendGrid | *.sendgrid.com | -| ServiceNow | *.service-now.com | -| Slack | *.slack.com | -| Snowflake | *.snowflakecomputing.com | -| Splunk | *.splunkcloud.com | -| Square | connect.squareup.com | -| Stripe | api.stripe.com | -| Twilio | api.twilio.com | -| X | api.twitter.com | -| Zendesk | *.zendesk.com | -| Zoom | api.zoom.us | +| Adyen | `*.adyenpayments.com` | +| Amplitude | `api.amplitude.com` | +| Anthropic | `api.anthropic.com` | +| Atlassian | `*.atlassian.net`, `*.atlassian.com` | +| Auth0 | `*.auth0.com` | +| Azure DevOps | `dev.azure.com` | +| Binance | `api.binance.com` | +| Braintree | `api.braintreegateway.com` | +| Cloudflare | `api.cloudflare.com` | +| Databricks | `*.cloud.databricks.com` | +| Facebook | `graph.facebook.com` | +| GitHub | `api.github.com` | +| GitLab | `*.gitlab.com` | +| HubSpot | `api.hubspot.com`, `api.hubapi.com` | +| Intercom | `api.intercom.io` | +| LaunchDarkly | `app.launchdarkly.com` | +| Mapbox | `api.mapbox.com` | +| Mixpanel | `api.mixpanel.com` | +| Okta | `*.okta.com` | +| OpenAI | `*.openai.com` | +| PagerDuty | `api.pagerduty.com` | +| Palo Alto Networks | `api.urlcloud.paloaltonetworks.com` | +| PayPal | `*.paypal.com` | +| Salesforce | `*.salesforce.com` | +| SendGrid | `*.sendgrid.com` | +| ServiceNow | `*.service-now.com` | +| Slack | `*.slack.com` | +| Snowflake | `*.snowflakecomputing.com` | +| Splunk | `*.splunkcloud.com` | +| Square | `connect.squareup.com` | +| Stripe | `api.stripe.com` | +| Twilio | `api.twilio.com` | +| X | `api.twitter.com` | +| Zendesk | `*.zendesk.com` | +| Zoom | `api.zoom.us` | The following AWS services are monitored (.*amazonaws.com): - CloudWatch From 052898f4c96a30b55ce1a5f0bd5cff9174bb95ea Mon Sep 17 00:00:00 2001 From: cecilia saixue watt Date: Mon, 27 Oct 2025 10:47:22 -0700 Subject: [PATCH 4/4] remove edits from spanish file --- .../faulty_cloud_saas_api_detection.md | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/content/es/watchdog/faulty_cloud_saas_api_detection.md b/content/es/watchdog/faulty_cloud_saas_api_detection.md index 81b5e2c0a7805..cfc98114d6a7f 100644 --- a/content/es/watchdog/faulty_cloud_saas_api_detection.md +++ b/content/es/watchdog/faulty_cloud_saas_api_detection.md @@ -31,42 +31,41 @@ Cada vez que se detecta un despliegue defectuoso, Watchdog crea un evento en el Watchdog monitoriza el estado de las API de los siguientes proveedores externos: | Proveedor externo | API supervisada | -|----------|--------------------| -| Adyen | *.adyenpayments.com | +|----------|--------------------| | Amplitude | api.amplitude.com | -| Anthropic | api.anthropic.com | -| Atlassian | *.atlassian.net, *.atlassian.com | +| Atlassian | *.atlassian.net | | Auth0 | *.auth0.com | -| Azure DevOps | dev.azure.com | -| Binance | api.binance.com | +| Binance | api.binance.com | | Braintree | api.braintreegateway.com | +| Coreweave | *.coreweave.com | | Cloudflare | api.cloudflare.com | +| Confluent | api.confluent.cloud y api.telemetry.confluent.cloud | | Databricks | *.cloud.databricks.com | +| Envoy | api.envoy.com | | Facebook | graph.facebook.com | | GitHub | api.github.com | -| GitLab | *.gitlab.com | -| HubSpot | api.hubspot.com, api.hubapi.com | +| Google | developers.google.com | +| Hubspot | api.hubspot.com | | Intercom | api.intercom.io | -| LaunchDarkly | app.launchdarkly.com | | Mapbox | api.mapbox.com | | Mixpanel | api.mixpanel.com | -| Okta | *.okta.com | -| OpenAI | *.openai.com | +| OpenAI | *.openai.com| | PagerDuty | api.pagerduty.com | | Palo Alto Networks | api.urlcloud.paloaltonetworks.com | -| PayPal | *.paypal.com | -| Salesforce | *.salesforce.com | +| Render | api.render.com | | SendGrid | *.sendgrid.com | | ServiceNow | *.service-now.com | | Slack | *.slack.com | | Snowflake | *.snowflakecomputing.com | -| Splunk | *.splunkcloud.com | +| SoundCloud | api.soundcloud.com | +| PHP | *.splunkcloud.com | | Square | connect.squareup.com | | Stripe | api.stripe.com | +| Towerdata | api.towerdata.com | | Twilio | api.twilio.com | -| X | api.twitter.com | +| Twitter | api.twitter.com | | Zendesk | *.zendesk.com | -| Zoom | api.zoom.us | +| Zoom | api.zoom.us | Se monitorizan los siguientes servicios de AWS (.*amazonaws.com): - CloudWatch @@ -77,6 +76,7 @@ Se monitorizan los siguientes servicios de AWS (.*amazonaws.com): - Kinesis - KMS - Lambda +- RDS - S3 - SNS - SQS