- 2 minutes to read

ProductArtifactsPath - System Parameter

Manage the information about where the individual components of the Nodinite Core Services are installed.

The System Parameter ProductArtifactsPath provides information about where the individual components of the Nodinite Core Services are installed.

The ProductArtifactsPath system parameter is mainly intended for the internal operation of Nodinite

Using the Install and Update Tool there are buttons with quick links to the Web applications:

  • Web Client - Perform a search in the Admin Log View and verify that there are Log Events in the search result
  • Web API - Using the Swagger feature, perform a test of the Get operations for Roles. All roles should be returned in the response JSON
  • Log API - If possible try to post a minimal JSON Log Event example and find it in the Admin Log View

If you change the configuration, make sure to test the links from the buttons in the Install and Update Tool.

Quick Link Buttons 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"}
]

NOTE: API keys in the provided example do not mirror actual values used in the real-world


This feature comes with Nodinite version 4


Frequently asked questions

Additional solutions to common problems and the FAQ for the Nodinite System Parameters exist in the Troubleshooting user guide.

The actual addresses used depends on post-installation steps performed as described in the Nodinite Hardening user guide.


Next Step

Administration