API Deployment – Custom port and HTTPS support

To extend the answer from Ive: The format of the config file C:\Skyline DataMiner\SLAPIEndpoint\appsettings.json is shown in the screenshot below. Port numbers may be changed, but the change is not …

Fixed Parameter in Dynamic Shape based on Elements/Services

Hi Jan-Piet, You can remove the “AllowInheritance” options, and replace them by “ForcePropertyFromXXX” options. In your example, if you add the “ForcePropertyFromShape” option on the service shape and the “ForcePropertyFromParent” …

Max number of views in a DMS

Hi Bernard, Technically speaking, you can indeed cross that limit, but then you might indeed experience performance issues… Basically, the system would behave slower and slower the more views you …

API Deployment – Custom port and HTTPS support

Another alternative is to use the already-configured IIS HTTPS on port 443 as reverse proxy. This requires the IIS ApplicationRequestRouting plugin to be installed and enabled. The “Reroute API Deployment” …

SRM – preference for resources

Hi Gerwin To accomplish that you can create a capability parameter on those resources profile definition. Then for each resource you fill with a value indicating to each resource it …

[SRM] Script to Update Matrix Resources

Hi Yohan, Yes you can, below you can find an example of some code to do it, you will need to complete with the logic to get the correct resources …

The [Actual Consumption] parameter in IDP app

Hi Shimo, The actual consumption will only take into account devices available in the Facilities View, typically handled by the Rack Layout Manager. More information can be found in the …

IDP correlation rules and scripts

Hi Jeroen, The elements available and/or managed by IDP are registered through element tables. Besides the element IDs, also the names are stored in certain places. Edit: All element name …

ElasticSearch TLS using self signed certificates

Hi Philip, Self-signed certificates are supported (but note that issued certificates add more security). Make sure the IP of the elastic nodes is added in the Subject Alternative Names of …