Adding a REST server
Add a server and configure the properties that your external service uses to invoke a REST API. Server configurations can be shared by multiple external services in a process app or toolkit.
About this task
External services must provide connection information and authentication information to invoke a service on the host. The connection information, as well as defaults for basic authentication information, are defined in a server. The external service points to the server. Multiple external services can point to the same server. A server lets you maintain the connection information in one place so that you need to update it only once if something changes. If the API changes but the server is the same, you can rediscover the service without changing the server.
You can choose to create a server when you discover a REST service. The host, port and secure server properties are added for you if the Swagger definition specifies them. You can also add a server in the Process App Settings editor. To add a REST server, follow these steps.