Servicenow CMDB 1.1.1
  • 02 Apr 2025
  • 1 Minute to read
  • Dark
    Light
  • PDF

Servicenow CMDB 1.1.1

  • Dark
    Light
  • PDF

Article summary

Servicenow CMDB - 1.1.1

tags: Python | ServiceNow | CMDB | Enrichments


Table of Contents


Description

Integration with Service-Now CMDB is Prepared to provide enrichments for internal host; which enable CDC users to take an informed decision in Incident response.

ServiceNow CMDB is a configuration management database (CMDB) i.e a central repository that acts as a data warehouse, storing information about IT environment and it is a purpose-built database for configuration management.

We use custom adaptive cards to display host related information in meaningful intuitive GUI, to facilitate easy understanding of host data.

We have provided Cli commands to enrich host by IP address, host name, serial number of host.

Integration Type:Enrichment
Information Enriched:Host Information
API Supported:SNOW Table API
Input:IP Address, Host Name, Serial Number
Output:Detailed enriched information about host.

CDC Command Lines

  • get_cmdb_details_by_domain_name_cli
    Get CMDB details performing like search on dns_domain in cmdb_ci table from servicenow.
OptionTypeDescriptionRequired
domain_namestringThe DNS domain name to search cmdb host detailsTrue
  • get_cmdb_details_by_ip_address_cli
    Get CMDB details performing like search on ip_address in cmdb_ci table from servicenow.
OptionTypeDescriptionRequired
ip_addressstringThe ip_address to search cmdb host detailsTrue
  • get_cmdb_details_by_name_cli
    Get CMDB details performing like search on name in cmdb_ci table from servicenow.
OptionTypeDescriptionRequired
namestringThe name to search cmdb host detailsTrue
  • get_cmdb_details_by_serial_number_cli
    Get CMDB details performing like search on serial_number in cmdb_ci table from servicenow.
OptionTypeDescriptionRequired
serial_numberstringThe cmdb serial_number to search host detailsTrue

Workflows

  • post_get_cmdb_details_by_domain_name
    Post get-cmdb-details-by-domain-name in CDC by ID of incident/message/chanel.

  • post_get_cmdb_details_by_ip_address
    Post get-cmdb-details-by-ip-address in CDC by ID of incident/message/chanel.

  • post_get_cmdb_details_by_name
    Post get-cmdb-details-by-name in CDC by ID of incident/message/chanel.

  • post_get_cmdb_details_by_serial_number
    Post get-cmdb-details-by-serial-number in CDC by ID of incident/message/chanel.


Rules

No rules


Sensors

No sensors


Triggers

No triggers


Known Issues


Was this article helpful?