NetworkFlowMonitor / Client / stop_query_monitor_top_contributors

stop_query_monitor_top_contributors

NetworkFlowMonitor.Client.stop_query_monitor_top_contributors(**kwargs)

Stop a query with the Network Flow Monitor query interface. Specify the query that you want to stop by providing a query ID and a monitor name. This query returns the top contributors for a specific monitor.

Top contributors in Network Flow Monitor are network flows with the highest values for a specific metric type, related to a scope (for workload insights) or a monitor.

See also: AWS API Documentation

Request Syntax

response = client.stop_query_monitor_top_contributors(
    monitorName='string',
    queryId='string'
)
Parameters:
  • monitorName (string) –

    [REQUIRED]

    The name of the monitor.

  • queryId (string) –

    [REQUIRED]

    The identifier for the query. A query ID is an internally-generated identifier for a specific query returned from an API call to start a query.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions