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

Get Strategies Web Service

Get Strategies Web Service

The Get Strategies web service gets a list of consolidation rules that you can use to consolidate the linked data.

Request URL

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

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 sample response shows a list of rules that the Get Strategies web service returns:
{ "rowStrategies":[ "RANK", "MOST_DATA", "MODAL_EXACT", "MIN_COLUMN", "MAX_COLUMN", "MOST_FILLED", "EQUALS_COLUMN" ], "columnStrategies":[ "RANK", "MOST_DATA", "MODAL_EXACT", "MIN_COLUMN", "MAX_COLUMN", "FROM_MASTER", "EQUALS_OTHER_COLUMN", "MIN_OTHER_COLUMN", "MAX_OTHER_COLUMN" ], "defaultStrategies":[ "LATEST_TIMESTAMP", "MAX_PK" ], "debug":false, "resultCount":0, "messages":{ } }

0 COMMENTS

We’d like to hear from you!