List the potential change impacts to a data model
Lists the potential change impacts to an existing data model by providing a different version of the XML schema of this data model into the request. By performing this call, no change will be applied to the existing data model though.
For more information about the data model change impact level, see https://help.talend.com/r/en-US/7.3/studio-user-guide/data-model-changes-and-their-impact-levels.
Information noteNote: Only the Super Admin type users with
the administration role have access to this API. For more information about MDM
user types, see the related description in
Talend Administration Center User Guide.
Request |
|
Parameters |
|
Headers |
|
Response | The potential data model change impacts description in XML format. |
Status |
|
Sample response
The following sample shows the potential change impacts to the data model Company in Get the XML schema of a data model by providing a different version of its XML schema described in Update a data model with XSD.
<result>
<high>
<change>
<message>Element 'Gender' was added.</message>
</change>
</high>
<medium/>
<low/>
<entitiesToDrop>
<entity>Employee</entity>
</entitiesToDrop>
</result>