User info
First name | José |
Last name | Silva |
DevOps Program
Acquired rank |
Enabler
|
Points progress |
12116
DevOps Points
|
Here are a few tips to level up your DevOps game and unlock an arsenal of perks and benefits. | |
DevOps attestation | Request your attestation ID and expiry date |
Achievements
|
Questions asked
Answers given
Hi Michiel, You are using the FillArray method to fill columns instead of rows. Please try the following overloaded FillArray method: “protocol.FillArray(Parameter.Audiolevelstable.tablePid, rows.Values.Select(row...
View QuestionHi Chirangee, To address your question, you will need to use a DataMiner agent. Are you familiar with what that is? It seems like you might be missing some key DataMiner concepts, so I’d recommend...
View QuestionHi Ryan, I think you will need to add a property on the node you want to be optional. Property: Options Value: Optional Edit: I saw a similar question, it might help you SRM - Options = Optional vs...
View QuestionHi Stefan, To set one parameter before another in the same row, you’ll indeed need to handle this within a QAction. Here’s how you can approach it: Triggering the QAction: Set up the QAction to...
View QuestionHi Raamesh, I recently addressed a question regarding dynamically showing and hiding pages in DataMiner. You might find this approach helpful for your case. This was the question: dynamic sub pages -...
View QuestionHi, If you want a good tutorial where anomaly detection is discussed (e.g, flatline, pattern matching, etc), I recommend this one AI - DataMiner Dojo Kind regards,
View QuestionHi Meekaeel, The validator should ignore pages that start with "CPEIntegration_". A task was already created for that (ID 128947) In short: For EPM (CPE) integrations table column parameters can be displayed...
View QuestionHi Emilija , Could you please share some screenshots of your element configuration or any other relevant details that might help us troubleshoot the issue more effectively? Additionally, you might want...
View QuestionHi Baranisudha, It sounds like you're working on a GQI query in a dashboard or app. If you're looking to retrieve alarms for your entire DM cluster rather than for individual elements, I recommend checking...
View QuestionHi Apurva, It's difficult to pinpoint the issue without seeing more of your code. Could you please share additional details, such as how the buttons are initialized or if there are any conditions that...
View QuestionHi Chirangee, If you want to know the IP that is configured in the element and use this information in a QAction, first you will need to create a parameter of type pollingip Example: More info: Type...
View QuestionHi Gaspar, If you want to display to the user a nice error message, you can use the GenIfException. Example: You can also try to do something like the following:
View QuestionHi Hugo, Yes, you can link a Visio diagram to a service protocol, and it will function similarly to a regular protocol. For example, you can create a service protocol for bookings, and within that protocol,...
View QuestionHi Chirangee, I'm not sure if I fully understood your question, but if you're looking to have a DataMiner instance for testing purposes, you can create a DaaS (DataMiner as a Service). Below is a tutorial...
View QuestionHi Wale, Yes, it's possible to add custom messages and select the desired severity level. You can use the ProfileParameterEntryHelper to achieve this. The helper includes a Log method (Log(message, type)...
View QuestionHi Bing, Maybe you could create an Ad-Hoc data source to read and parse the Security.xml file that is available at C:\Skyline DataMiner/Security.xml. More information about Ad-Hoc data sources: https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_Data_Sources/Get_ad_hoc_data.html...
View QuestionHi Mieke, I attempted to implement your solution, but I encountered a problem. The reservation takes a few seconds to be created, and as a result, the script that attempts to retrieve the reservation and...
View QuestionHi Satrap, Unfortunately, as Jarno mentioned, directly changing the text color in a StaticText is not supported. If your goal is to indicate an issue or highlight something important that is missing,...
View QuestionHi Pedro, Could you share the full session details with us? Also, have you tried adding the following as a header? <Header key="Content-Type">application/json</Header> Kind regards,
View QuestionHi Chirangee, I recommend creating an alarm template for your element first. Once it's set up, you can use the AlarmTemplateHelper to dynamically adjust the thresholds for your desired parameters. You...
View QuestionHi Chirangee, Yes, it's possible to create dynamic pages (not just subpages). You can find more details here. In short, here’s how it works: First, you need a parameter that determines which page...
View QuestionHi Rubens, I checked our Catalog and from Broadpeak I think we only have the following: - BkA100 - BKS350 - CDN Mediator BkM100 Kind regards,
View QuestionHi Chirangee, Overall, your C# code looks good, but there are a few issues in your XML file. First, you should always define the PID of the read parameters in your columnOptions, unless the column is...
View QuestionHi Chirangee, I’m not sure if I fully understood the question, but it seems clear that you'll need a QAction to manage what you want to achieve with the table. 1) What type of table is it? SNMP? If...
View QuestionHi Marco, As Carlos said, its not possible to have multiple default values on a parameter (in case you are referring to using the DefaultValue element as described in DefaultValue element | DataMiner...
View QuestionHi everyone, I found a solution to my issue. Before adding the rows to my template, I perform the following SLNet call, and this resolves the problem:
View QuestionHi Dieter, If you want to have full control of what is displayed in a table, you can create a GQI Operator and than read the desired column and output to the same table the layout that you want (e.g,...
View Question[Solved] By utilizing the "forceFullTable" option and the "column=xx" filter (see DynamicTableFilterSyntax), I was able to effectively fetch the desired information from the specified columns, resulting...
View QuestionHi Michiel, A better way to do it, is by using the LinkerTableEntries property present in your FunctionResource object. This tuple contains the [Generic DVE Linker Table] mapping (see table below)...
View Question