ITOM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Get Sys_Id from CI name

Hello, Need to get sys_id of a server from  server name. I am using below script it is not working. var tableGr = new GlideRecord('cmdb_ci_computer');tableGr.addQuery('name', 'LAPTOP-AFB9NR12');tableGr.query();var sysId = tableGr.sys_id;gs.print(sysI...

kranthi by Tera Contributor
  • 2679 Views
  • 4 replies
  • 0 helpfuls

Resolved! Inbound REST message via MID Server

In ServiceNow, i'm aware i can send outbound REST request via a MID Server to resources within my local network. Is it possible to receive REST messages from local resources to my mid server, rather than pointing the endpoint directly to the instance...

Abbey2 by Tera Expert
  • 8450 Views
  • 11 replies
  • 7 helpfuls

Azure Discovery not creating windows/linux server CIs

We have activated Azure Discovery in our company.  We are trying to understand the OOTB behaviour for when an Azure virtual machine is being discovered.When an azure virtual machine is detected, will ServiceNow  Create a new CI under the Azure Virtua...

peggyl by Tera Contributor
  • 1679 Views
  • 3 replies
  • 0 helpfuls

Resolved! Manage Most Recent Discovery on Azure Service Graph

Hi community!I implemented the Azure Service Graph connector and also we are using the 'Delta' functionality, so the data sources will use the last run datetime.If this ServiceGraph discovers an Azure Device it will be created in ServiceNow with the ...

Adding custom attributes to 'Server' CI class

Hi, I have Server class CI, in its relation, 'Registered on' we can see the ESX server name. I want to add attributes from ESX Server to Server CI whenever we run Discovery. could you please help me with this? I hope using BR is not the only method t...

I_0507_0-1700926134323.png
Community Alums by Community Alums  
  • 1533 Views
  • 4 replies
  • 0 helpfuls

Resolved! Link Alert task to Change?

BackgroundWe are running Event Management pretty much out-of-box. On an Alert record, I've seen operators link the task filed to a Change Request. To me this sounds a bit strange, because I see the task filed as a representation of the current incide...

HenrikJutterst_0-1700734654857.png

Azure Discovery for China

Hello everyone,I am trying to configure an Azure Discovery for China, however encounter the following error right after I configure the Service Principal record and press the 'Discover Subscriptions' UI action:Discovery Subscription Error : Failed to...

mihhail by Tera Contributor
  • 2258 Views
  • 5 replies
  • 0 helpfuls

Storage Discovery error => : Identification Engine: Discovery status is FAILURE, Identification sections in pattern failed: section: Identification, error: null java.lang.ClassCastException

Hello Folks, we are facing issue in storage discovery. can anyone help here to fix it. error message and snap for more. 1.message from Horizontal log- Storage Discovery error  => : Identification Engine: Discovery status is FAILURE, Identification s...

find_real_file.png find_real_file.png find_real_file.png
Bth1 by Giga Contributor
  • 3320 Views
  • 4 replies
  • 0 helpfuls

VCenter appliance 7.0.3 Discovery in ServiceNow

Hello Everyone, We are trying to discover VCenter appliance in ServiceNow, version:  Version:7.0.3. VMWare admin has added the desired user in VCenter with read-only, license-admin role.We are able to see that during the discovery "cmdb_ci_vcenter" i...