Show the runtime parameters of the plug-in server JVM

Purpose

Shows the runtime parameters of the plug-in server JVM.

URI

Use the Eclipse Amlen REST API GET method with the following Eclipse Amlen configuration URI:

http://<admin-endpoint-IP:Port>/ima/v1/configuration/PluginVMArgs

Usage NotesĀ®

  • Capitalization must be used as shown.

Related REST Administration APIs

Example

Shows the runtime parameters of the plug-in server JVM by using cURL:
curl -X GET http://127.0.0.1:9089/ima/v1/configuration/PluginVMArgs
An example response to the GET method:

     {   
       "Version": "v1",
       "PluginVMArgs": "-Xms2G -Xmx4G"
      }