Comments
-
years of waiting
-
Great idea
-
Got it, thank you
-
Anyone asked about SAML auth in API/SDK? I missed this live
-
Release Updates != hot fixes/BD's So seems like not implemented yet.
-
Yes, it's a must
-
Makes sense, +1
-
My vote! This feature will be very usefull
-
18:00 Could you share this custom HTML widget with time zones please?
-
Hello. I have some old dashboard with "Network Quality Map" widget, which I edit in desktop "NetworkAtlas" application. Can new Orion Maps replace Atlas maps? Atlas maps are deprecated then?
-
Lol weird.
-
Hope this will be implemented for SAM
-
Voted. Very useful thing
-
Oh, I see: Don't know why, btw. Looks like anti-spam bug
-
Funny but after we update our production environment to 2022.3.0, nothing has changed. It's still not valid on our 2022.3.0 Prod and valid on our 2022.3.0 Lab. Case # - 01178297 was created.
-
Tested on 2022.3.0 Not solved.
-
Tested on 2020.2.6: And on my lab (2022.3 RC?): Hm.
-
Yep, #01179118 (and this is a known SAML issue for RC, as I was replied) If you're asking about enormous size issue - #00714856 and #00867645
-
Has anyone tested it on 2022.3.0 RC? Seems like report scheduling is broken - couldn't pass domain user verification in the first step of creating new report schedule.
-
Tried, same result
-
The same query works fine as a report btw.
-
Well, something is wrong: Why? Everything is okay when I run it from DB manager:
-
Looks like a solution for me: --FOR TESTING SELECT IPAM_NodeReportView.IPAddress, IPAM_NodeReportView.IPNodeId, [Subnet].Friendlyname, [Report].historytype, [Report].Time, [Report].fromvalue, [Report].intovalue, [Report].username FROM IPAM_NodeReportView INNER JOIN IPAM_Group AS [Subnet] ON IPAM_NodeReportView.SubnetId =…
-
Well, I found out that SubnetID from IPAM_NodeReportView is referring to GroupID from IPAM_Group And there is a FriendlyName value in IPAM_Group And it's possible to find an IP in IPAM_NodeReportView I believe I'm on the right track
-
Hello. Any plans to fix this in 2022.x releases?
-
Hi all. I'd like to know if these problem is going to be solved in 2022.3.0 or not. We want to use normal healthy HTML-reports instead of attached PDF's.
-
How does this affect, what's the result?
-
It's a must.
-
Is it possible to make 'IPAM subnet has been removed' alert? Event code is 911 but I can't find a right option from a drop-down: IPAM Networks can't show me this info, because it selects from "IPAM.GroupReport AS GroupReport" but I need "IPAM.Event"
-
Thanks. Btw I found a solution for SWQL: SELECT -- CREDENTIALS c.ID AS CredentialID, c.Name as [Credential name], -- NODES n.Caption as [Node caption], n.NodeID, n.IPAddress, -- CREDENTIALS cr.Username as [String], cr.AuthenticationMethod as [Method], cr.AuthenticationKey as [Key] FROM Orion.Nodes n INNER JOIN…