Comments
-
The SolarWinds Web Help Desk (WHD) REST API is notoriously under-documented for advanced querying, and sorting is one of the pain points many users hit (including in THWACK threads from 2025 with the exact same issue you're describing). The default sort on /Tickets (or /tickets.json) is indeed by lastUpdated descending…
-
(assuming API auth via API key or basic auth; adjust headers as needed): $baseUrl = "https://your-whd-server:port/helpdesk/WebObjects/Helpdesk.woa/ra/Tickets.json" $apiKey = "YOUR_API_KEY_HERE" # Or use Basic Auth $headers = @{ "Authorization" = "Basic…
-
Required: Your Bearer token$token = "<REDACTED>" Build the payload - WRAP in "other_asset"$otherAsset = @{ name = "Cisco Switch-Old-Test" description = "Test Item" manufacturer = "Cisco" model = "Catalyst 3560G 48 Port PoE+" serial_number = "FOC14564Y86" ip_address = "0.0.0.0" # Note: changed from 'ip' # status_id = 123 #…
-
The 422 Unprocessable Entity error from the SolarWinds Service Desk (formerly Samanage) API typically means the server understands the request structure and syntax (e.g., valid JSON, correct endpoint, auth), but it cannot process it due to semantic/validation issues in the payload — such as missing required fields, invalid…
-
Yes, this is a known change/behavior in ARM 2025.4 (starting with build 2025.4.0.381 and carried forward in 2025.4.x updates). It's intentional design from SolarWinds to align with role-based separation of duties and reduce the risk of over-privileged admins accidentally (or intentionally) performing bulk operational…
-
Best practice for Azure Application Secrets in SolarWinds Orion Platform (SAM / Cloud Monitoring for Azure): Your company policy (max 180-day secret lifetime) directly conflicts with the old SolarWinds documentation that still says “select Never expires”. Microsoft no longer allows unlimited secrets anyway (hard max is now…
-
The SolarWinds Free SFTP/SCP Server is a lightweight, standalone free tool (not part of the paid Orion Platform or Serv-U MFT product line), designed mainly for basic secure file transfers like uploading IOS images or configs to network devices. Updates, Fixes, and Future Enhancements This is a free utility, so it does not…
-
=============================================SolarWinds SWIS – Bulk Import Nodes from CSV with FULL SNMP MonitoringWorks for SNMP v2c (easy to extend to v3)=============================================Import-Module SwisPowerShell -ErrorAction Stop === CONFIG ===$OrionServer = "your-orion-server.domain.com" $Credential =…
-
Yes — you're hitting the exact classic gotcha with SWIS node imports. Creating the Orion.Nodes row (even with ObjectSubType = "SNMP", SNMPVersion, and Community) only creates the basic node record.It does not register the SNMP pollers (CPU, Memory, Uptime, Details, etc.) and does not run the resource discovery that the…
-
Very cool, thank you.
-
The Product described in the table is a Network Monitoring System (NMS) — specifically, a centralized, web-based, on-premises monitoring solution designed for multi-vendor network environments. This specification outlines requirements for a comprehensive enterprise-grade NMS tool that matches or closely aligns with several…
-
What you are seeing is a known behavior in **SolarWinds Virtualization Manager / VMAN polling of **Microsoft Hyper-V environments. When checkpoints exist, the standard VM disk fields often return the active AVHDX delta file, not the full disk chain. However, the Chargeback report uses a different dataset that aggregates…
-
The formatting limitations you are encountering are a known constraint within the Solutions/Knowledge module of SolarWinds Service Desk. The editor is intentionally simplified and does not fully support rich formatting from external sources such as Microsoft Word, and it strips certain elements (particularly embedded…
-
For an environment with approximately 240,000 tickets, the conversion of SolarWinds Service Desk from standard ITSM to Enterprise Service Management (ESM) typically results in several hours of controlled downtime, but the exact duration depends primarily on data complexity rather than just ticket count. In most comparable…
-
The behavior you are encountering in SolarWinds Engineer’s Toolset Desktop v2025.3 is expected. The legacy Alerting Engine used in the desktop Toolset does not expose a TLS toggle, and historically it only supported: Plain SMTP SMTP with authentication Opportunistic STARTTLS (if the server allowed fallback) However,…
-
In SolarWinds Network Configuration Manager (NCM), the variable picker for NCM.Interfaces[] is populated directly from the Orion Interfaces inventory table. The platform does not natively support UI-level filtering of that dropdown inside a Config Change Template. As a result, when a node has many ports, the list becomes…
-
Yes—organizations migrating monitored systems from on-prem to Amazon Web Services commonly face this exact issue in SolarWinds. The short answer: The THWACK method you found can work, but For Linux agent-based nodes, the safer and more scalable approaches are SWQL updates, API automation, or agent reconnection methods,…
-
The behavior you are observing is common with SolarWinds Service Desk because outbound notifications are sent through Amazon SES infrastructure rather than directly from your internal mail system such as Microsoft Exchange. Security gateways like Mimecast frequently flag these messages as spoofing if SPF, DKIM, or DMARC…
-
Your observation is correct: SolarWinds Network Configuration Manager (NCM) does not ship with built-in firmware upgrade templates for newer Cisco Catalyst 9200 / 9300 (Catalyst 9000 series) platforms. The default templates in many NCM builds cover older models such as 2960, 3560, 3750, and 3850, which is why you do not…
-
As long as we keep getting 3K points per month, I say it works for me for now.
-
Very Welcome.
-
When integrating SolarWinds Orion Platform REST data sources with the Salesforce REST API, pagination does not work automatically because Salesforce does not use traditional page/offset parameters. Instead, Salesforce returns: { "done": false, "nextRecordsUrl": "/services/data/v59.0/query/01gXXXXXXXX-2000", "records":…
-
SolarWinds Service Desk does not natively replicate the legacy reservation workflow found in SolarWinds Web Help Desk (i.e., calendar-based asset reservation with check-in/check-out controls). However, a workable and supportable loaner equipment reservation system can be implemented using: Asset records Custom fields…
-
You are encountering duplicate GraphPOID values because your Python automation is likely reusing the same Container/Graph definition object when creating maps through the SolarWinds Orion SDK. In SolarWinds Orion Platform (modern Maps subsystem), GraphPOID is not something you manually generate. It is: Automatically…
-
Yes — this is a common design issue in distributed polling architectures within the SolarWinds Orion Platform. When an Additional Polling Engine (APE) goes offline: All nodes assigned to that engine stop responding “Node Down” and “Node Rebooted” alerts trigger Downstream systems (e.g., ServiceNow) receive a flood of false…
-
Store Under Maintenance We apologize for the inconvenience, but our store is currently undergoing scheduled maintenance to bring you an enhanced shopping experience. We'll be back soon with exciting new features and improvements. Thank you for your patience and understanding! We'll be back shortly
-
Yes, SQL Sentry supports connectivity to a Microsoft SQL Server Always On Availability Groups listener. However, the SQL Sentry Client error — “The SQL Sentry database can't be reached and may be offline” — when connecting via the AG listener name typically indicates a configuration mismatch rather than a product…
-
If SolarWinds cannot see one 16TB disk via SNMP, while other disks on the same device report correctly, the issue is typically related to one of the following: 32-bit SNMP counter limitations Unsupported storage type in HOST-RESOURCES-MIB Polling method mismatch (SNMP vs WMI/Agent) Indexing issue in hrStorageTable…
-
To retrieve all alerts from a SolarWinds Orion Platform instance programmatically, you should use the SolarWinds API, specifically via SWIS (SolarWinds Information Service). The API exposes alerts, their properties, statuses, and related metadata. 1. API Endpoint Overview SolarWinds exposes a REST-like interface via SWIS,…
-
To build a custom HSRP status matrix table in SolarWinds Orion Platform using UNDP-polled HSRP address and state, you will need a SWQL query that: Pulls the UNDP values for: HSRP Virtual IP (HSRP address) HSRP State (Active / Standby / Listen) Groups by Virtual IP Pivots router names into columns Because SWQL does not…