NetworkFlowMonitor / Client / stop_query_workload_insights_top_contributors_data
stop_query_workload_insights_top_contributors_data¶
- NetworkFlowMonitor.Client.stop_query_workload_insights_top_contributors_data(**kwargs)¶
Stop a top contributors data query for workload insights. Specify the query that you want to stop by providing a query ID and a scope ID.
Top contributors in Network Flow Monitor are network flows with the highest values for a specific metric type. Top contributors can be across all workload insights, for a given scope, or for a specific monitor. Use the applicable call for the top contributors that you want to be returned.
See also: AWS API Documentation
Request Syntax
response = client.stop_query_workload_insights_top_contributors_data( scopeId='string', queryId='string' )
- Parameters:
scopeId (string) –
[REQUIRED]
The identifier for the scope that includes the resources you want to get data results for. A scope ID is an internally-generated identifier that includes all the resources for a specific root account.
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 create a query.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
NetworkFlowMonitor.Client.exceptions.ServiceQuotaExceededExceptionNetworkFlowMonitor.Client.exceptions.ValidationExceptionNetworkFlowMonitor.Client.exceptions.ThrottlingExceptionNetworkFlowMonitor.Client.exceptions.AccessDeniedExceptionNetworkFlowMonitor.Client.exceptions.InternalServerException