Unify and manage your data

Show Page Sections

Share a Model

This API shares an existing Match IQ model so that it could be used on another tenant.

Request

POST https://ml-model-share.reltio.com/api​/v1.0​/{environment}​/{tenantId}​/flows​/{flowId}​/share
Table 1. Parameters
Name Type Required Details

environment

path

Yes

Source environment of the Match IQ model.

Example: test.

tenantId

path

Yes

Source tenant of the Match IQ model.

Example: TestTenant.

flowId

path

Yes

Match IQ flow identifier that contains the model.

Example: eb4c7fcc-5afc-11eb-ae93-0242ac130002.

Sample

Request

Content-Type:application/json { "destination": { "test": [ "TestTenant" ], "ap-360": [ "ProductionTenant" ] } }

Response

Content-Type:application/json { "id": "6ccbf3f2-5fd0-11eb-ae93-0242ac130002" }
Was this content helpful?