---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# ShazzamResult - Global

# ShazzamResult - Global {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

The ShazzamResult script include provides methods to encapsulate a Shazzam result.

Use this script include during the discovery scanning phase.

## ShazzamResult - active {#ariaid-title2}

Property that shows if the IP address is active
{#r_SHZR-active__table_avk_rfy_yt__entry__3}

| Name | Type | Description |
|-|-|-|
| active | Boolean | True if this IP address is active, which means at least one port is open. |
[Table 1. Field]

{#r_SHZR-active__table_avk_rfy_yt}

## ShazzamResult - alive {#ariaid-title3}

Property is true if this IP address is alive, which means no ports are open, but at
least one responded.
{#r_SHZR-alive__table_k1b_jgy_yt__entry__3}

| Name | Type | Description |
|-|-|-|
| alive | Boolean | True if the IP address is alive, meaning no ports are open, but at least one port responded. |
[Table 2. Field]

{#r_SHZR-alive__table_k1b_jgy_yt}

## ShazzamResult - domainName {#ariaid-title4}

The Windows domain name for the IP.
{#r_SHZR-domainName__table_ohp_nhy_yt__entry__3}

| Name | Type | Description |
|-|-|-|
| domainName | String | The Windows domain name for the IP if one was resolved by the scanner. |
[Table 3. Field]

{#r_SHZR-domainName__table_ohp_nhy_yt}

## ShazzamResult - hostName {#ariaid-title5}

Host name for the IP.
{#r_SHZR-hostName__table_byh_dhy_yt__entry__3}

| Name | Type | Description |
|-|-|-|
| hostName | String | Host name of the IP if one was resolved by the scanner. |
[Table 4. Field]

{#r_SHZR-hostName__table_byh_dhy_yt}

## ShazzamResult - ip {#ariaid-title6}

IP address of the results.
{#r_ShZR-ip__table_dxw_dfy_yt__entry__3}

| Name | Type | Description |
|-|-|-|
| ip | String | IP address of the results |
[Table 5. Field]

{#r_ShZR-ip__table_dxw_dfy_yt}

## ShazzamResult - scanners {#ariaid-title7}

A JavaScript array of ShazzamScanner instances.
{#r_SHZR-scanners__table_n3r_5gy_yt__entry__3}

| Name | Type | Description |
|-|-|-|
| scanners | Array | Array of ShazzamScanner instances |
[Table 6. Field]

{#r_SHZR-scanners__table_n3r_5gy_yt}

