Unique Entity ID's Mapping

Custom id patterns, such as prefixed/suffixed IDs may be not recognized automatically during the mapping stage. Use entity IDs mapping settings to prevent duplicate APIs, to streamline catalog organization and when you recognize static IDs in the api-catalog.

Policy id wasn't automatically mapped as it is custom prefixed

Here are the steps to map the ID:

  1. Head to settings, in the dotted menu at the top-right corner of the screen

  2. Select 'PER-SERVICE' tab and insert a unique regular-expression into 'Ids Path Regexes'.

In our case, the id prefixed with 'cust' followed with four digits (cust\d{4})
  1. Select 'Apply changes to existing APIs' in order to re-map existing api's and click on save.

    The result will show one unified endpoint with a placeholder for the id.

Notes:

  • Loadmill tracks changes in the API-catalog, a previous state can be achieved by selecting "Undo Settings Changes" in the top right corner dotted menu.

  • The id is evaluated on individual part of the path in the url, the specified regex should match just the id part between/after the slash/es.

Last updated