User Defined API How To Get Data From Request Body?

Hi João, It looks like you try to access the properties from your ‘requestData’ class using the lowercase name. Instead of calling ‘requestData.workOrderId’, make sure to call ‘requestData.WorkOrderId’, the same …

Low Code App Parameter Table Column Names

Hi Michael There is currently no way you can hide this part of the column name in a parameter table. We have a task on our backlog to fix issue …

Graph without data in query Low Code Apps

Hi Juan Can you try visualizing the data from the right graph in a table visualization? This will give you a clear overview of the trend points that the graph …

Low Code App graph with query

Hi Juan The line chart using GQI queries is not designed to work with discrete values but can work with them as long as their underlying value is a number. …

Monitoring app : Drop-down list

Hi Wale, Can you give some more information about the parameter that creates this difference? The monitoring app should display everything in a similar way as in Cube, so this …

Unit testing for a SNMP Connector

Hi Mohamed, You should be unit testing only the code you’ve written, and based on your post I don’t think you’ve written any code in this particular case. If you …

Script for corelation alarms

Hi Matija, Please find an existing script on our catalog to enable or disable a specific correlation rule: SkylineCommunications_SLC-AS-Enable-Disable-CorrelationRules | Catalog Kind regards,

Protocol managing minor OID differences

Hi Sam, The method you are suggesting is a correct workaround. By either using a togglebutton or check the version via polling, you can fill the wildcards with the correct …