Schemas / Client / start_discoverer

start_discoverer#

Schemas.Client.start_discoverer(**kwargs)#

Starts the discoverer

See also: AWS API Documentation

Request Syntax

response = client.start_discoverer(
    DiscovererId='string'
)
Parameters:

DiscovererId (string) –

[REQUIRED]

The ID of the discoverer.

Return type:

dict

Returns:

Response Syntax

{
    'DiscovererId': 'string',
    'State': 'STARTED'|'STOPPED'
}

Response Structure

  • (dict) –

    200 response

    • DiscovererId (string) –

      The ID of the discoverer.

    • State (string) –

      The state of the discoverer.

Exceptions