Skip to content

Start Discoverer

schemas_start_discoverer R Documentation

Starts the discoverer

Description

Starts the discoverer

Usage

schemas_start_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$start_discoverer(
  DiscovererId = "string"
)