ProductArtifactsPath - System Parameter
Manage and verify where the individual components of Nodinite Core Services are installed for seamless operations and troubleshooting.
The System Parameter ProductArtifactsPath provides essential information about the installation paths of each Nodinite Core Services component. This parameter is crucial for automation, troubleshooting, and ensuring all integrations point to the correct locations.
Important
The ProductArtifactsPath system parameter is primarily intended for the internal operation of Nodinite.
Using the Install and Update Tool, you have quick-access buttons to the Web applications:
- Web Client – Perform a search in the Admin Log View and verify that Log Events are present in the results.
- Web API – Use the Swagger feature to test Get operations for Roles. All roles should be returned in the response JSON.
- Log API – If possible, post a minimal JSON Log Event example and confirm it appears in the Admin Log View.
Tip: If you change the configuration, always test the quick links in the Install and Update Tool to ensure all paths are correct.
Make sure to test the links if you change the value for the ProductArtifactsPath system parameter.
Example Configuration
json
JSON text string with valid values
[
{"Name":"WebAPI","Uri":"http://localhost/Nodinite/Dev/WebAPI/","XApiKey":""},
{"Name":"WebClient","Uri":"http://localhost/Nodinite/Dev/WebClient/","XApiKey":""},
{"Name":"LogAPI","Uri":"http://localhost/Nodinite/Dev/LogAPI/","XApiKey":""},
{"Name":"LoggingService","Uri":"http://localhost:8000/Nodinite/Dev/Service/Logging/","XApiKey":"1234d170-1921-48d6-abcf-c93ff2888344"},
{"Name":"MonitoringService","Uri":"http://localhost:8000/Nodinite/Dev/Service/Monitoring/","XApiKey":"1234d170-ed36-479c-ba1b-6c189a3eb418"}
]
Info
API keys in the provided example are for demonstration only and do not reflect real-world values.
This feature is available from Nodinite version 4.
Frequently asked questions
Find more solutions and answers in the Nodinite System Parameters FAQ and the Troubleshooting user guide.
The actual addresses used depend on post-installation steps performed as described in the Nodinite Hardening user guide.