Regions and endpoints
Review region and connectivity options for interacting with IBM Cloud Event Notifications.
Available regions
IBM Cloud Event Notifications is available in the following regions:
- Dallas (
us-south
) - London (
eu-gb
) - Sydney (
au-syd
) - Frankfurt (
eu-de
) - Madrid (
eu-es
)
You can create IBM Cloud Event Notifications resources in one of the supported IBM Cloud regions.
Service endpoints
Event Notifications offers two connectivity options for interacting with its service APIs.
- Public endpoints
- By default, you can connect to resources in your account over the IBM Cloud public network. Your data is encrypted in transit by default that uses the Transport Security Layer (TLS) 1.2 protocol.
- Private endpoints
- To further secure your connection, you can also enable virtual routing and forwarding (VRF) and service endpoints for your infrastructure account. When you enable VRF for your account, you can connect to Event Notifications by using a private IP that is accessible only through the IBM Cloud private network.
Public endpoints
The following table contains the base URLs for the IBM Cloud Event Notifications API endpoints. When you call the API, use the URL that corresponds to the region where your service instance is deployed. Add the path for each method to form the complete API endpoint for your requests.
Location | Endpoint URL |
---|---|
Dallas | https://us-south.event-notifications.cloud.ibm.com/event-notifications/v1/instances/{guid} |
London | https://eu-gb.event-notifications.cloud.ibm.com/event-notifications/v1/instances/{guid} |
Sydney | https://au-syd.event-notifications.cloud.ibm.com/event-notifications/v1/instances/{guid} |
Frankfurt | https://eu-de.event-notifications.cloud.ibm.com/event-notifications/v1/instances/{guid} |
Madrid | https://eu-es.event-notifications.cloud.ibm.com/event-notifications/v1/instances/{guid} |
Private endpoints
If you need to manage your Event Notifications resources over a private network, see the following table to determine the API endpoints to use when you connect to the Event Notifications API.
Region | Endpoint URL |
---|---|
Dallas | https://private.us-south.event-notifications.cloud.ibm.com/event-notifications/v1/instances/{guid} |
London | https://private.eu-gb.event-notifications.cloud.ibm.com/event-notifications/v1/instances/{guid} |
Sydney | https://private.au-syd.event-notifications.cloud.ibm.com/event-notifications/v1/instances/{guid} |
Frankfurt | https://private.eu-de.event-notifications.cloud.ibm.com/event-notifications/v1/instances/{guid} |
Madrid | https://private.eu-es.event-notifications.cloud.ibm.com/event-notifications/v1/instances/{guid} |