TCP/IP Processing Agent Input/Output Data and MIM

TCP/IP Processing Agent Input/Output Data and MIM

Input/Output Data

The Input/Output data is the type of data an agent expects and delivers.

Direction

Data Types

Description

Direction

Data Types

Description

Input

ByteArrays
ConnectionRequestUDR
RequestUDRs

Data types the agent expects to receive

  • When the agent receives a byte array, it will broadcast that information to all the remote host connections established via that agent.

  • When the agent receives ConnectionRequestUDR, it will try to establish a connection/multiple connections with Remote host config based on the connections_per_destination field in RemoteHostConfig UDR.

  • Upon receiving RequestUDR which contains data(bytearray), it will be forwarded to the remoteHost(also part of Request UDR)

Output

ConnectionStateUDRs
ResponseUDRs
ErrorUDRs

Data types the agent returns

MIM

The Meta Information Model (MIM) enables agents in a workflow to get information from other agents in the workflow. See https://infozone.atlassian.net/wiki/spaces/MD92/pages/112263903 for more information about the MIM and a list of the general MIM parameters.

This agent does not publish or access any MIM parameters.