Need to enable Maintenance mode in Solarwinds using change record start and end date in servicenow. How to do it via Rest apAPI call from servicenow
Hi @Vishnupriya_Gopu
I am not sure what options ServiceNow provides, but I am sure there would be several ways to do this. You will easily find ps scripts or API calls to unmanage a device in SolarWinds.
What you need to look for is what's available on ServiceNow to use them.
API calls (you will need to massage this accordingly):
Get Node ID
POST https://<solarwinds-server>:17774/SolarWinds/InformationService/v3/Json/Query Content-Type: application/json { "query": "SELECT NodeID, Caption FROM Orion.Nodes" }
Unmanage Call based on Node ID
POST https://<solarwinds-server>:17774/SolarWinds/InformationService/v3/Json/Invoke/Orion.Nodes/Unmanage Content-Type: application/json { "nodeIDs": [123, 456], "startTime": "2024-06-01T10:00:00Z", "endTime": "2024-06-01T14:00:00Z", "isRecurring": false }
OR
Is there a way to call ps scripts from ServiceNow? Below is a script which you use, you will need to massage it accordingly for your requirement.
Unmanage-SolarWindsNode/Unmanage-SolarwindsNode.ps1 at master · mambojuice/Unmanage-SolarWindsNode · GitHub
Hope this helps.
I wanted to share a new dashboard a co-worker ( @mblackburn ) came up with to help us better view groups of interfaces and various metrics for each. Using a single HTML widget, we are able to visually compare numerous different interfaces by populating each interface dataset onto its own graph. We are able to view…
PALO-ALG - Logging.xmlPalo Alto Networks ALG Security Technical Implementation Guide :: Version 2, Release: 3 Benchmark Date: 27 Oct 2022
Alert Cleared.htmlHello, I would like to share the HTML template details we have prepared so that Solarwinds alarms can become more meaningful. It can list alarm object details and connected device details separately in HTML template. Except for object and device details, you can easily add custom property information…
Cisco ASR Devices.pollerCisco ASR Devices