User info
First name | Pieter |
Last name | Carlu |
DevOps Program
Acquired rank |
![]()
Advocate
|
Points progress |
![]()
1491
DevOps Points
|
![]() |
|
DevOps attestation | Request your attestation ID and expiry date |
Achievements
|
Questions asked
Answers given
Hi Charlie, You can use the GetCorrelationRuleMessage for this: var msg = new GetCorrelationRuleMessage() { RuleName = "Correlation rule" }; var resp = engine.SendSLNetSingleResponseMessage(msg) as GetCorrelationRuleResponse;...
View QuestionHi Maximiliano, You can get all information events by sending a GetAlarmDetailsFromDbMessage in which you define the start time, end time and DMA ID. This can do this as follows: var msg = new GetAlarmDetailsFromDbMessage()...
View QuestionHi, You can do this by first getting the resources in that pool and then deleting them. Do note that if those resources are in use by bookings, traceData will be thrown. var helper = new ResourceManagerHelper(_engine.SendSLNetSingleResponseMessage);...
View QuestionHi Tom, Currently it's only possible to remove multiple instances by passing the list of instances you want to delete. You can find more information here: https://docs.dataminer.services/user-guide/Advanced_Modules/DOM/DOM_examples/DOM_BulkProcessing_Example.html#remove-multiple-dominstances
View Question