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
| Parameter | Type | Explanation |
|---|---|---|
| ep1 | String | The first endpoint |
| id1 | String | The first id |
| ep2 | String | The second endpoint |
| id2 | String | The second id |
Example
api.addIdmap("Endpoint1", "1", "Endpoint2", "id")