Help Defining HTTP API Error Handling in My First Driver
5th March 2025
Hi Deema, How should I define this error structure in my protocol? What parameters do I need to capture from the API response? the code to check if it is …
Answer
5th March 2025
Hi Deema, How should I define this error structure in my protocol? What parameters do I need to capture from the API response? the code to check if it is …
4th March 2025
Hello Tamara, The keyboard support is currenty very limited. It allows jumping to the next focusable item through Tab and jumping back to the previous focusable item through Shift + …
4th March 2025
Hi Apurva As mentioned in Display keys | DataMiner Docs, a Display Key needs to be unique in a table. As you are doing the .GetValue() method, you can easily …
4th March 2025
Hi Jan-Klaas, I have created a list of the different core software states below. As this information is missing from the ‘booking stages’ documentation page you linked, we will update …
4th March 2025
I get the impression that this question has already been answered in the comments. If this is indeed the case, could you select this answer to indicate that the question …
3rd March 2025
Hi Maya, As Hideyuki mentioned, there are plenty of online materials available to help you get started (Learning → Courses). Additionally, you might consider applying for the DataMiner Open Training …
3rd March 2025
Hi, A possible option that could work in your use case is using script conditions. For example, see the following correlation rule example: The script condition checks a value from …
3rd March 2025
Hi Anna, Unfortunately, grouping users by uplink port directly within the table isn’t possible. However, a good approach would be to create an Uplink Port table containing all available port …
3rd March 2025
The list of users will be quite extensive, I would like to be able to group like in the dashboard. Is this possible?
3rd March 2025
Hello, I would have a look under the advanced settings for the element inclusion. For the elements that should not affect the service status you can change the maximum inclusion …
3rd March 2025
Hi Anna, If you want to group users based on the uplink port, you can simply click on the “Uplink Port” column to sort the table. This will effectively group …
3rd March 2025
Note: For simplicity of the explanation below, currently, OnStopUpdates is always called right before OnDestroy. So ‘destroyed’ here means both OnStopUpdates and OnDestroy will be called. Within GQI, there are …
3rd March 2025
Hi Fawzan, Since you would like to have the color of the ring represent the state of the Element “Interra Orion OTT”, I would suggest that you then link that …
3rd March 2025
Hi Jared Thank you for reaching out! As explained by the connector help page, you should be able to make it work by entering the correct credentials on the General …
3rd March 2025
Hi Samantha Unfortunately, this is not directly possible. Some alternatives are listed in the answer of the following question: Condition or Exception to hide or disable button in protocol – …