Sign inSign up

openlegacy/rest

By openlegacy

Updated over 5 years ago

OpenLegacy's no-code application allows integration to REST APIs

Image
0

638

openlegacy/rest repository overview

What is OpenLegacy

OpenLegacy's Digital-Driven Integration enables organizations with legacy systems to release new digital services faster and easier than ever before. Connecting directly to even the most complex core systems, OpenLegacy automatically generates the digital-ready components needed to integrate legacy assets into new exciting innovations. With OpenLegacy, industry-leading companies release new apps, features, and updates while spending a fraction of the time and resources, so they quickly and easily become digital to the core.

More information can be found at: openlegacy.com

What is this image

This image contains an OpenLegacy no-code application that allows simple configuration-based integration to AS/400 systems.

How to use this image

Start the application

$ docker run --name some-rest -d -v /temp/config/config.json:/app/config/config.json -p 8080:8080 openlegacy/rest

Configuration can be provided via volumes like the example above or by adding config.json as an environment variable.

Configuration

Defaults
  • Port: 8080
  • OpenAPI endpoint: /openapi/openapi.yml
  • Swagger UI endpoint: /openapi
Example
{
  "source-provider": {
    "type": "HUB",
    "hub": {
      "project-name": "my-project",
      "api-key": "..."
    }
  }
}
License

License is required to run this image. For HUB users the license is fetched automatically on startup.

License can also be supplied in the json configuration:

{
  "license": "..."
}

Tag summary

Content type

Image

Digest

Size

115.3 MB

Last updated

over 5 years ago

docker pull openlegacy/rest