---
sourceDocument: Australia IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/it-operations-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Serverless Discovery

# Serverless Discovery {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 30. Juni 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 Minuten Lesedauer

Discovery can find applications on host machines without the need to discover the host
first. This type of Discovery is referred to as serverless
Discovery.
Serverless Discovery relies on infrastructure patterns to explore CIs on a host. This kind of Discovery skips the [scanning and classification
phases of Discovery](https://servicenow-prod.fluidtopics.net/V8kBP_ufS_1GJm~dcxlfog "Horizontal discovery with patterns has four phases, just as horizontal discovery with probes does. However, for the last two phases, Discovery triggers operations from a pattern, rather than additional sets of probes."). There are two types of serverless Discovery: standard and host-based. Both types require an infrastructure pattern.

## Standard serverless Discovery {#serverless-discovery__section_ypx_tlm_5z}

Standard serverless Discovery finds remote application CIs that reside on an unknown host.
This type of serverless Discovery uses protocols, such as REST or HTTP, to find the CIs. The IP
address of the host machine is not required. You define input parameters in an infrastructure
pattern to connect to a remote resource. Use this type of Discovery when you want to discover
web-based applications.

## Host-based serverless Discovery {#serverless-discovery__section_f3n_5lm_5z}

Host-based serverless Discovery finds CIs that reside on a host machine that you already discovered. The host acts as a proxy through which you find other CIs. You do not actually run Discovery on the host. Use this type of Discovery when:

* You do not know the IP address of the CIs you want to discover, or the CIs do not actually have IP addresses.
* The CIs reside on an already discovered host CI.
{#serverless-discovery__ul_ush_kq4_zz}

For this type of Discovery, you also need an infrastructure pattern, but you do not need to
define input parameters like you do for standard serverless Discovery. The pattern can specify
operations, such as a WMI Query, which executes queries on a host. After Discovery connects to
the host, it uses the credentials of the host to perform the Discovery of CIs you are exploring
in the pattern. You do not need to specify additional credentials. When you run debug mode on
the pattern, you can see the details under Temporary Variables on the
pattern. You can then create pattern operations that make API calls from the host to the CIs you
are trying to discover.

## Serverless Discovery schedules {#serverless-discovery__section_tkm_1yl_5z}

The infrastructure patterns that serverless Discovery uses are triggered from a Discovery schedule, rather than from a classifier. Serverless Discovery ignores classifiers. Use a serverless schedule type for both types of serverless Discovery. The serverless schedule allows you to specify:

* Values for input parameters in the pattern if you are using standard serverless Discovery. See [Create a schedule for standard serverless Discovery](https://servicenow-prod.fluidtopics.net/FoDomEXE6R6A_AJMi15~ig#create-serverless-disco-schedule "After you create a pattern for standard serverless discovery, create a Discovery schedule and specify the pattern. Discovery triggers the pattern from the schedule rather than from a classifier.") for instructions.
* A host CI if you are using proxy-host based Discovery. See [Create a schedule for host-based serverless Discovery](https://servicenow-prod.fluidtopics.net/fcVSoTldeQWq9VfB07~W5g#create-proxy-serverless-disco-schedule "Discovery triggers the pattern for host-based, serverless Discovery from the schedule rather than from a classifier.") for more information.
{#serverless-discovery__ul_uyh_svm_5z}

