User Activity
12-18-2020
Check if the below 6 steps help to create a new pattern for SNMP storage server.
Setup SNMP v3 credential in your storage server and copy same credentials in ServiceNow - discovery_credentials. Run quick discovery on the IP, ServiceNow will stop afte...
01-07-2020
Couple of frequently used script
I have put together couple of frequently used scripts, that may helpful for quick reference
Regex if blocks
This is helpful because no need to worry about the case. Starts with, end with conditions are easy
//reg ex i...
01-07-2020
Introduction
In one of the integration, the zip file was sent as a response. Due to the complexity of data I had to parse it manually and cannot use Data source. When I searched around, cannot find any solution. So I build the below logic to unzip th...