Skip to content

Latest commit

 

History

History

sag-apigateway-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

API Gateway server

Use this template to provision and maintain API Gateway server.

Requirements and limitations

There should not be any other packages installed on the Integration Server or Microservices Runtime instance where API Gateway is running.

This template provisions Internal Data Store. You must prepare your environment for Internal Data Store installation by completing the required steps, provided in the Installing Software AG Products help on Empower.

Supported Software AG releases

  • Command Central 10.3 and higher
  • API Gateway with Integration Server 10.1 to 10.15
  • API Gateway with Microservices Runtime 10.1 to 10.3

NOTE: This template is not supported for Microservices Runtime version 10.4.

Supported platforms

All supported Windows and UNIX platforms.

Supported use cases

  • Provisioning a new Integration Server or Microservices Runtime instance with API Gateway 10.1 and higher
  • Installing latest fixes
  • Configuration of:
    • License
    • JVM memory
    • Primary, diagnostics, and JMX ports for Integration Server or Microservices Runtime

Using the template to provisioning a new API Gateway server instance

For information about applying templates, see Applying template using Command Central CLI.

To provision a new Integration Server instance named "apigateway" with API Gateway 10.3 and all latest fixes:

sagcc exec templates composite apply sag-apigateway-server nodes=node \
  agw.memory.max=512 \
  repo.product=products-10.3 \
  repo.fix=fixes-10.3 \
  --sync-job --wait 360

To provision a new Microservices Runtime instance named "apigateway" with API Gateway 10.3 and all latest fixes:

sagcc exec templates composite apply sag-apigateway-server nodes=node \
  is.instance.type=MSC \
  repo.product=products-10.3 \
  repo.fix=fixes-10.3 \
  --sync-job --wait 360