Unit testing for a SNMP Connector
14th November 2024
Hi, As Edib mentioned, unit tests are meant to ensure that small parts of your code do what is expected. This makes it easier to pinpoint the problem in a …
Answer
14th November 2024
Hi, As Edib mentioned, unit tests are meant to ensure that small parts of your code do what is expected. This makes it easier to pinpoint the problem in a …
14th November 2024
Hi Robin, This one is a bit difficult to predict and to be sure we need to analyze the exact situation your are in. During the migration, both (current + …
14th November 2024
Hi Amber, Are you sure that you need the ParentDisplayTableIndex? This is typically used in when hierarchical shapes are created dynamically based on rows in a table (ref. Docs: [ParentDisplayTableIndex]). …
14th November 2024
Hi Adrian, Setting the value ‘No Preferences’ indeed results in no preferred source being set, if this is successful, the value ‘N/A’ will show inside the table cell. Most likely …
14th November 2024
Hi Robin, Think it will highly depend on the use-case and the downtime that is allowed to do the migration. From this question it is hard to understand the scale …
14th November 2024
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 …
14th November 2024
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 …
14th November 2024
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 …
14th November 2024
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. …
14th November 2024
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 …
14th November 2024
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 …
14th November 2024
Hi, it looks like you have a print statement in your python script and that’s the source of the ‘——‘ in the logs. Can you check the same logs to …
13th November 2024
Hi Steve, A possible option is using the method QueryData available in the class library. Below similar questions that shows how this method can be used: Automation – filter on …
13th November 2024
Hi Jan-Klaas, I did a quick test. Three elements were created with a version that includes the logger table (Cisco Manager v5.1.7.25). Key spaces were created. After that, the versions …
13th November 2024
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,