---
title: Network requirements and API endpoints
source: https://docs.newrelic.com/docs/sap-solutions/reference/network-accessibility
---

This reference provides network configuration details for connecting your SAP systems to New Relic. Use these specifications when configuring RFC destinations and firewall rules.

## Who should use this reference

-   SAP Basis administrators configuring RFC connections
-   Network administrators setting up firewall rules
-   Installation teams preparing network requirements

## Network requirements

-   **Firewall**: Ensure the firewall is not blocking HTTPS traffic to New Relic.
-   **Proxy Server**: If using a proxy server, document these details for configuration:

| **Proxy Server Domain** | **Proxy Port** | **Authentication Required** | **Proxy Username** | **Proxy User Password** |
| ----------------------- | -------------- | --------------------------- | ------------------ | ----------------------- |

## RFC destination configuration

Configure these RFC (Remote Function Call) destinations in your SAP system to enable communication with New Relic APIs. Use the endpoints for the region where your New Relic account is hosted.

**Note**: Connection Type "G" indicates an HTTP connection to an external server.

Choose the endpoint configuration based on your New Relic account region:

-   Use **US region (default) endpoints** if your account is in the US data center
-   Use **EU region endpoints** if your account is in the EU data center
-   Use **Japan region endpoints** if your account is in the Japan data center

### US region (default) endpoints

| **RFC Destination** | **Conn. Type** | **Description**     | **Target Host**                   | **Port No.** | **Path Prefix**       |
| ------------------- | -------------- | ------------------- | --------------------------------- | ------------ | --------------------- |
| NR_API_EVENT        | G              | Event API Endpoint  | `insights-collector.newrelic.com` | 443          | `/v1/accounts/events` |
| NR_API_LOG          | G              | Log API Endpoint    | `log-api.newrelic.com`            | 443          | `/log/v1`             |
| NR_API_METRIC       | G              | Metric API Endpoint | `metric-api.newrelic.com`         | 443          | `/metric/v1`          |
| NR_API_TRACE        | G              | Trace API Endpoint  | `trace-api.newrelic.com`          | 443          | `/trace/v1`           |

### EU region endpoints

| **RFC Destination** | **Conn. Type** | **Description**     | **Target Host**                       | **Port No.** | **Path Prefix**       |
| ------------------- | -------------- | ------------------- | ------------------------------------- | ------------ | --------------------- |
| NR_API_EVENT_EU     | G              | Event API Endpoint  | `insights-collector.eu01.nr-data.net` | 443          | `/v1/accounts/events` |
| NR_API_LOG_EU       | G              | Log API Endpoint    | `log-api.eu.newrelic.com`             | 443          | `/log/v1`             |
| NR_API_METRIC_EU    | G              | Metric API Endpoint | `metric-api.eu.newrelic.com`          | 443          | `/metric/v1`          |
| NR_API_TRACE_EU     | G              | Trace API Endpoint  | `trace-api.eu.newrelic.com`           | 443          | `/trace/v1`           |

### Japan region endpoints

| **RFC Destination** | **Conn. Type** | **Description**     | **Target Host**                     | **Port No.** | **Path Prefix**       |
| ------------------- | -------------- | ------------------- | ----------------------------------- | ------------ | --------------------- |
| NR_API_EVENT_JP     | G              | Event API Endpoint  | `insights-collector.jp.nr-data.net` | 443          | `/v1/accounts/events` |
| NR_API_LOG_JP       | G              | Log API Endpoint    | `log-api.jp.nr-data.net`            | 443          | `/log/v1`             |
| NR_API_METRIC_JP    | G              | Metric API Endpoint | `metric-api.jp.nr-data.net`         | 443          | `/metric/v1`          |
| NR_API_TRACE_JP     | G              | Trace API Endpoint  | `trace-api.jp.nr-data.net`          | 443          | `/trace/v1`           |

## Verify connectivity

After configuring RFC destinations, test connectivity using SAP transaction code `SM59`:

1.  Select the RFC destination
2.  Click **Connection Test**
3.  Verify successful connection to New Relic endpoints

## Related documentation

-   [Configure New Relic ABAP add-on package](https://docs.newrelic.com/docs/sap-solutions/install-and-configure/configure-new-relic-abap-add-on-package) - Configure RFC destinations in your SAP system
-   [Pre-installation checklist](https://docs.newrelic.com/docs/sap-solutions/reference/pre-installation-checklist) - Complete network accessibility checklist
