Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Data Engineering Integration
  3. Mappings
  4. Mapping Optimization
  5. Sources
  6. Targets
  7. Transformations
  8. Python Transformation
  9. Data Preview
  10. Cluster Workflows
  11. Profiles
  12. Monitoring
  13. Hierarchical Data Processing
  14. Hierarchical Data Processing Configuration
  15. Hierarchical Data Processing with Schema Changes
  16. Intelligent Structure Models
  17. Blockchain
  18. Stateful Computing
  19. Appendix A: Connections Reference
  20. Appendix B: Data Type Reference
  21. Appendix C: Function Reference

Response Ports

Response Ports

If you use a transaction that uses an HTTP GET request, the Developer tool creates response ports in addition to the ports that contain the data that the transaction returns.
The Developer tool creates the following additional ports:
Response_200
The
Response_200
port is a struct that represents the asset. To view the nested elements in the struct, create a read or write operation.
responseCode
The
responseCode
port stores the HTTP status code that the request returns.
For example, the response code
200 (OK)
indicates that data was returned. You can pass the code to a Filter transformation that uses a filter condition such as
responseCode=200
to filter out data that is not available.
Similarly, the response code
401 (Unauthorized)
indicates that the client is not authorized to perform the transaction. You might use the response code to detect issues in a security configuration on the blockchain or in the blockchain connection properties.

0 COMMENTS

We’d like to hear from you!