Parameter Name | Parameter Description |
adapterTypeName | Adapter type name registered with the Integration Server. Value is AS400Adapter for AS/400 Adapter. Note: You can get the display name and adapter type name of all the adapters registered with Integration Server by invoking the Administrator API as follows: { "method" : "get", "httpMethod" : "GET", "urlTemplate" : "/admin/adapters/", "input" : "", "output" : "" } |
enableValue | Possible values: enable. Enables adapter connection, or adapter listener. disable. Disables adapter connection, or adapter listener. |
expandValue | Possible values: true. Displays the details of each adapter connection, or adapter listener. false. Default. Displays the name and URL of each adapter connection, or adapter listener. |
connectionAlias | Name of the adapter connection. |
connectionFactoryTypeName | Name of the adapter connection factory type. Note: You can get the list of adapter connection factory types available for AS/400 Adapter by invoking the Administrator API as follows: { "method" : "describeConnectionFactory", "httpMethod" : "GET", "urlTemplate" : "/admin/adapters/describe/AS400Adapter/connection/", "input" : "", "output" : "" } |
listenerAlias | Name of the adapter listener. |
listenerFactoryTypeName | Name of the adapter listener factory type. Note: AS/400 Adapter does not have explicit listener factory types. |
listenerTemplate | Same as listenerFactoryTypeName |