Comments
-
Hello, "Mission Terms & Conditions: US, UK, and Canada | Germany" means that it's only available in these countries ? Or all countries listed in thwack store are eligible ? Thanks
-
@"serena" So you split 1 template to 10/20/30 templates, unbelievable In a template containing multiple components, changing one component from <on duty> 'No' to 'Yes' means copying it from one template to another, removing it from first template, loosing all history... Custom Properties on application template is a very…
-
Bump, we need CP on Component too (for severity) Without it, we need to create another template, copy components, delete component in the first template, deploy it, etc...
-
Is solarwinds planning to be available as a saas solution ? Solarwinds is not in the short list (for POC) of my new company because of that. We have more than 100k nodes and the plan to be full cloud shortly.
-
This is an information you can change in Orion.UserSettings (= [dbo].[WebUserSettings]) table (for each group/user) HardwareHealth.HWHTemperatureUnit2 for C, 3 for F PowerControlUnit.PCUTemperatureUnit0 for F, 1 for C, 2 for K
-
Same thing here > moving out from Solarwinds huge deception
-
Hi, An example of how you can manipulate timestamp SELECT getdate() as TimeStamp, max(DateTime) as LastResponseTime, R.Node.Caption, R.Node.Engine.ServerName as PollingEngine, MINUTEDIFF(max(DateTime),getdate()) as MinDiff FROM Orion.ResponseTime R GROUP BY R.Node.NodeID, R.Node.Caption, R.Node.Engine.ServerName timestamp…
-
For that kind of usage, I use a API manager (Gravitee) with white list (only permit GET on /v3/Json/Query/**) which will be between the user and solarwinds API to filter
-
Hi, An example of how I use Orion.Accounts with UpdateAccount verb to set rights : <span>$minimum_rights</span><span> </span><span>=</span><span> </span><span>@</span><span>{</span><span> </span><span>AllowNodeManagement</span><span> </span><span>=</span><span> </span><span>$false</span><span> ; </span><span>…
-
Yep I'm currently using invoke-sqlcmd to update thresholds when a new node is added in solarwinds (to change cpu/ram thresholds) ; you can't use SDK oh i just opened the link, i saw that i ask it 3 years ago. And I finally made it with sql injection
-
- Remove-SwisObject is the pwsh verb- https://solarwinds.github.io/OrionSDK/swagger-ui/#/CRUD/Delete is the API way. You can remove anything having an Uri (volume, interface, node, agent, app template, etc)
-
the link when you click on your total point (top right) still on thwack.solarwinds.com/.../store
-
Are you sure you used SAML account to connect to SWQL studio ? Not the certificate ?
-
Lol ok I use it on my instances, so yes, it works. (mute for 99 hours in this case) (edit : ok my bad @"bobmarley" the threads layout is confusing)
-
Can you verify if the account you use to create swisconnection have enought right to mute/unmute object ? nodes = Get-SwisData $swis -Query "SELECT Uri FROM Orion.Nodes WHERE SysName LIKE 'MYSERVERNAME'" foreach ($Uri in $nodes) { Invoke-SwisVerb $swis -EntityName Orion.AlertSuppression -Verb SuppressAlerts -Arguments @(…
-
Yep i did not find it ; i found ncm admin in Orion.UserSettings but not sam admin :( [edit : just saw you have looked there too] The table you mentioned is [dbo].[APM_WebUserPermissions] right ?
-
I manage (create/update/delete) accounts with entity Orion.Accounts : https://solarwinds.github.io/OrionSDK/2020.2/schema/Orion.Accounts.html using SDK. If you want to use API, as the account has Uri column, you can…
-
Hi, Before trying to get it through alert action, try it in a powershell console. Here your variable $swis is empty, which is used to connect/auth to orion You need to set it : $swis = Connect-Swis -Hostname "YOUR_SERVER" -CertificateOR$swis = Connect-Swis -Hostname "YOUR_SERVER" -UserName xxx -Password yyyetc...
-
Hi, You can use the "real" alertsuppression verb https://solarwinds.github.io/OrionSDK/2020.2/schema/Orion.AlertSuppression.html https://github.com/solarwinds/OrionSDK/wiki/Alerts#orionalertsuppression Invoke-SwisVerb $swis -EntityName Orion.AlertSuppression -Verb SuppressAlerts -Arguments @( [string[]] $uri, (Get-Date),…
-
sure : https://solarwinds.github.io/OrionSDK/swagger-ui/#/ https://github.com/solarwinds/OrionSDK/wiki/REST Basically, for query, this is just swql queries with '+' instead of 'space'
-
You want to use solarwinds API to query solarwinds data, right ? Basic Auth is the only way (https://thwack.solarwinds.com/product-forums/the-orion-platform/f/orion-sdk/95717/solarwinds-rest-api-authentication)
-
It's actually working like that on my configuration. We have an apim (api managment : gravitee), load balanced between MPE (main polling engine) and 3 AWS (add web sever) And even without APIM, i can make API calls to AWS without problem. We use HTTP internally, the certificate (from http to https) is managed by a WAF. >…
-
-
You are using the Solarwinds' API with a user created in API Poller credentials ? You should create a user in User management and use basic auth with username:password in base64
-
I think the OperationalStatus and AdministrativeStatus refer to the port itself, not to the endpoint the combination of 1/2 (up/down) : operationalstatus, administrativestatus, finalstatus 1, 1, port active 1, 2, port inactive 2, 2, port shutdown
-
I use MPE and AWS for API usage, your message is missing information about the error you have
-
Ok got it https://solarwinds.github.io/OrionSDK/swagger-ui/#/CRUD/Update is the good endpoint to do this edit : https://solarwinds.github.io/OrionSDK/swagger-ui/#/CRUD/BulkUpdate works too
-
Hum yeah ok... But this is not what i'm asking
-
It does not work like this ; if you have never used routing neighbor then i think you will not be able to answer the question "routing neighbor" is not a "object", you can't create a group with them
-
Thanks for your answer ; custom property is not a good solution for us what i want is to be able to create a group and put as member : "node - neighbor IP"