Skip to content

Stop Discoverer

schemas_stop_discoverer R Documentation

Stops the discoverer

Description

Stops the discoverer

Usage

schemas_stop_discoverer(DiscovererId)

Arguments

DiscovererId

[required] The ID of the discoverer.

Value

A list with the following syntax:

list(
  DiscovererId = "string",
  State = "STARTED"|"STOPPED"
)

Request syntax

svc$stop_discoverer(
  DiscovererId = "string"
)