DOM Instance Bulk Deletion

Hi Daniela, You can delete multiple instances at once in batches of max 100 objects (docs). public void BulkDeleteInstances<T>(ICollection<T> instances) where T : InstanceBase<T> { if (instances == null) { …

DOM Instance Bulk Deletion

Hi Daniela, You can probably adjust the preferredPageSize value for the .PreparePaging() method. I believe the default size is 500, but you could try increasing it to see if the …

IDP – Discovery & Provisioning API

Hi Ive,, the latest IDP version 1.5.1 contains exactly what you need. You can download it here: IDP | Catalog (dataminer.services) The release notes haven’t been published yet but will …

Aggregate multiple source in one LCA

Hi Marco, Regarding your question, I will first check if web services fit your requirements. If you see that you will need to implement multiple methods or process large chunks …

IAS TextBox PlaceHolder

Hi David, Your code snippet looks correct. After running more tests, I can confirm that I see the same behavior on the latest 10.4.10 dataminer release. In the dataminer cube, …

ChatOps Mention User

Hi Mauro, Your approach was almost correct, the only difference is that msteams, as shown in the MS Docs that you’ve linked, should be defined next to the body of …