Product Features
System

Tokens

6min

On the Tokens pane you can create and manage NATS Proxy, REST API keys, and API access accounts.

NATS Proxy

Note: The NATS Proxy feature is available for Manufacturing Connect Edge version 3.3.1 and later.

NATS Proxy allows you to set up a data connection with multiple Manufacturing Connect Edge instances. It also allows a data connection with a Manufacturing Connect Edge instance and another developer application.

NATS Proxy Use Cases

Consider the following use cases for using NATS Proxy:

  • Set up a connection with two Manufacturing Connect Edge instances. Data in one instance will be sent through a NATS connector, which allows the data to be received and visualized in the other instance.
  • Set up a connection with three or more Manufacturing Connect Edge instances. Data in one instance will be sent through a NATS connector, which allows the data to be received and visualized in multiple other instances.
  • Set up a connection with one Manufacturing Connect Edge instance and an external developer application. Data in the instance will be sent through a NATS connector, and the developer application is properly set up as a NATS client to subscribe to NATS data and receive it.

REST API Keys

This section allows users to create, edit, remove and validate API keys. An API token is a unique identifier of an application requesting access to a service. It is utilized when you use REST API endpoints for sending requests and retrieving data.

You need an authorization token to make requests from API endpoints. See your administrator for access to full API. The REST API Keys section allows you to add, modify, validate and remove a key. You can copy the API token from the Value column for a key.

To make requests and updates using a REST API endpoint, you need to use curl from the command line or a GUI-based software like Postman. See Test REST API using Postman or Curl.

Access Accounts

This section allows users to create new accounts, enable or disable accounts and modify topics, view the API key, reset the account and remove the account.

Access Tokens UI

To access the Tokens pane:

  1. Log in to Manufacturing Connect Edge.
  2. From the Navigation panel, navigate to System > Tokens. The NATS Proxy pane appears.

    Tokens pane
    Tokens pane
    

Next Steps