Comments
-
Thanks for your answer! There where all very helpful. I have found a solution: First getting de node URI via a query, after that I'm using GET to this uri swis://hostname/Orion/Orion.Nodes/NodeID=1/CustomProperties This way a get some extra information which I can delete and I save time of making that custom query. Thanks…
-
Probably, that's pretty ugly to do but it seems the only way right now. Thanks a lot! I will leave the post open for a few days so maybe someone has any other ideas, meanwhile I will implement this.
-
Hey! Thanks for your reply, this is really good info but just not what I was looking for. In my case I'm querying from nodeJS via the implementation SDK in that language, I'm currently using sth like this: 'SELECT \ nodeName, \ ipAddress, \ NodeID, \ Nodes.CustomProperties.primarycontact as [contact], \…
-
Yep! Its really great, I've been working on this topic recently on nodejs, working perfectly.
-
thanks a lot! That will do it!
-
Thanks a lot! This really helps me. Still I couldn't realize where in the schema you are extracting this data. I have similar table from the database manager. I got some cases for 4 and 5... 4 there some "ScriptBody" and 5 "ExecutionMode: LocalHost". For now I will only set for boolean, string, integer and float but I will…
-
I'm doing a post to Create/Orion.APM.ComponentSetting with a body 4 example {Key: PortNumber ,Value: 3000, ValueType: ???, Required: false, ComponentID: 131}
-
Thanks! That will do. Yes, I've been working on creating/updating ComponentSettings, talking about this, I wonder if there's any documentation about 'ValueType', over induction I go that '3' is for boolean types but I will be very thankful if you have any intel on this topic. Thanks again! Francisco.
-
Answer update by myself: you now can update this values with the SDK. With this URI: "swis://host/Orion/Orion.APM.ComponentSetting/ComponentID=@componentid,Key=@key"and passing {Value: @value}
-
Any news about this issue from newer versions of SDK since 2018? Thanks!
-
Hey there, i don't have the full answer but here you can get the statistics data. Orion.APM.CurrentStatistics | Orion SDK Schemas (solarwinds.github.io) which I think can be access by SWQL with sth like: SELECT ComponentStatisticData FROM Orion.APM.CurrentStatistics WHERE ComponentID = @componentid