Proxy Endpoints

View and edit the endpoints for your proxy.

Overview

Proxy endpoints allow users to access your APIs and third-party APIs.

Prerequisites

  • Environment (Org) admin permissions

Viewing the List of Endpoints

To view the list of endpoints for a proxy,
  1. In SnapLogic Manager, go to API Management > API Manager > APIs & Proxies.
  2. Search for the proxy and click the proxy's name.
  3. Go to the Proxy Endpoints tab.

The Proxy Endpoints tab of the proxy in the API Manager

Creating an Endpoint

To create an endpoint,
  1. Go to the list of endpoints for the Proxy.
  2. Click the plus icon ().
  3. Configure the new endpoint.
    Create Proxy Endpoint dialog

    Field Description
    Endpoint Name The name for your proxy's endpoint.
    • Must be unique.
    • Must begin with alphanumeric characters A-Z, a-z, or 0-9.
    • Cannot contain the reserved keyword shared.
    • Cannot contain |, <, >, [, ], {, }, #, ?, /, and \.
    • Must be no more than 256 characters. If the name includes double-byte characters, the maximum length is shorter.
    URL The URL to which users send their requests.

    Example: https://www.example.com/path/to/the/api

    HTTP Method(s) One or more REST methods for the API that this endpoint will service.
    • Get
    • Put
    • Head
    • Post
    • Patch
    • Delete

Editing an Endpoint

To edit an endpoint,
  1. In SnapLogic Manager, go to API Management > API Manager > APIs & Proxies.
  2. Search for the proxy and click the proxy's name.
  3. Go to the Proxy Endpoints tab.
  4. Search for the endpoint and click the endpoint's name.

    Details about the endpoint

    Learn more: Proxy Endpoint Details

  5. To edit the proxy details, click the Edit Details button.
    Note: You can update only the URL and HTTP Method(s) of the endpoint.
  6. To apply security policies to the endpoint, click the plus icon () below the View Applied Policies button.

Deleting an Endpoint

To delete an endpoint,
  1. In SnapLogic Manager, go to API Management > API Manager > APIs & Proxies.
  2. Search for the proxy and click the proxy's name.
  3. Go to the Proxy Endpoints tab.
  4. Check the box for the endpoint to delete.
  5. Click the trash icon ().