Skip to main content

api.addIdmap

api.addIdmap(ep1, id1, ep2, id2)

Description

Creates an id mapping association between endpoint ep1, id id1 and endpoint ep2, id id2.

Parameters

ParameterTypeExplanation
ep1StringThe first endpoint
id1StringThe first id
ep2StringThe second endpoint
id2StringThe second id

Example

api.addIdmap("Endpoint1", "1", "Endpoint2", "id")