Table of Contents

Search

  1. Preface
  2. Introduction to Informatica MDM - Relate 360
  3. Linking Batch Data
  4. Tokenizing Batch Data
  5. Processing Streaming Data
  6. Creating Relationship Graph
  7. Loading Linked and Consolidated Data into Hive
  8. Searching Data
  9. Monitoring the Batch Jobs
  10. Troubleshooting
  11. Glossary

User Guide

User Guide

GETINGESTLAYOUT Web Service

GETINGESTLAYOUT Web Service

The GETINGESTLAYOUT web service gets a layout for the input data based on the configuration file. The layout contains a list of fields and their lengths that you can use to specify the input data for the INGEST web service in the JSON format.

Request URL

Use the GET method to run the GETINGESTLAYOUT web service.
To run the GETINGESTLAYOUT web service, use the following URL format:
http://<Host>:<Port>/<WAR File Name>/<Version Number>/<Configuration File Identifier>/GETINGESTLAYOUT
For example:
http://localhost:8080/MDMBDRMSYS/
v5.0
/SYS/GETINGESTLAYOUT

Request Header

Use the request header to specify the following headers:
Token
Required if you secure the RESTful web services. Authentication token that the Authenticate web service returns. If the token is not valid or you do not specify the
Token
header, the web service request uses the
Authorization
header.
Authorization
Required if you have secured the RESTful web services, but optional if you specify the
Token
header.
Type of authentication and the user credentials in the Base64 format. The RESTful web services use the HTTP basic authentication. Use the following format to specify the value for the
Authorization
header:
Basic <Encoded User Credentials>
Basic
indicates the HTTP basic authentication, and
Encoded User Credentials
indicates the Base64 format of the user name and password separated by a colon. For example,
Authorization: Basic dGVzdDpUZXN0
Accept
Format of the response. The supported response format is JSON. Specify
application/json
as the header value.

Sample Response

The following response format shows a list of fields that you can use to specify the input data:
{ "input":{ "SOURCE":"MaxLen:20", "PERSON":"MaxLen:100", "DATE_OF_BIRTH":"MaxLen:10", "ADDRESS":"MaxLen:100", "POSTCODE":"MaxLen:10", "CITY":"MaxLen:100", "ROWID":"MaxLen:21" }, "resultCount":0, "messages":{ } }

0 COMMENTS

We’d like to hear from you!