API Gateway TCP response variables not filled in
search cancel

API Gateway TCP response variables not filled in

book

Article ID: 143528

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

After using "route to HTTP" assertion the TCP response variables are not available :

  •  ${response.tcp.localIP}
  •  ${response.tcp.remotePort}
  •  ${response.tcp.localPort}
  •  ${response.tcp.localHost}

The TCP request variables are available shows the relevant values from the incoming request :

  • ${request.tcp.remoteIP}
  • ${request.tcp.localIP}
  • ${request.tcp.remotePort}
  • ${request.tcp.localPort}

Environment

Release : 9.4

Component : API GTW ENTERPRISE MANAGER

Resolution

This is by design the response TCP variables are currently not supported ,This is planned for a future release.