I’ve built a Web Module the connects to a Nexpose rest API. The API uses a “dynamic” URL to fetch details for the asset. I can not figure out how to modify/use substitution for the URL Path prefix for the Asset ID.
When hardcoded it works : /api/3/assets/123523/vulnerabilities
I’ve tried a few things like this: /api/3/assets/&P900_ASSET_ID./vulnerabilities but the substitution does not occur at run time.
Version I’m using:
Application Express 20.1.0.00.13
Thank you
-Brian