NetworkFlowMonitor#
Client#
- class NetworkFlowMonitor.Client#
A low-level client representing Network Flow Monitor
Network Flow Monitor is a feature of Amazon CloudWatch Network Monitoring that provides visibility into the performance of network flows for your Amazon Web Services workloads, between instances in subnets, as well as to and from Amazon Web Services. Lightweight agents that you install on the instances capture performance metrics for your network flows, such as packet loss and latency, and send them to the Network Flow Monitor backend. Then, you can view and analyze metrics from the top contributors for each metric type, to help troubleshoot issues.
In addition, when you create a monitor, Network Flow Monitor provides a network health indicator (NHI) that informs you whether there were Amazon Web Services network issues for one or more of the network flows tracked by a monitor, during a time period that you choose. By using this value, you can independently determine if the Amazon Web Services network is impacting your workload during a specific time frame, to help you focus troubleshooting efforts.
To learn more about Network Flow Monitor, see the Network Flow Monitor User Guide in the Amazon CloudWatch User Guide.
client = session.create_client('networkflowmonitor')
These are the available methods:
- can_paginate
- close
- create_monitor
- create_scope
- delete_monitor
- delete_scope
- get_monitor
- get_paginator
- get_query_results_monitor_top_contributors
- get_query_results_workload_insights_top_contributors
- get_query_results_workload_insights_top_contributors_data
- get_query_status_monitor_top_contributors
- get_query_status_workload_insights_top_contributors
- get_query_status_workload_insights_top_contributors_data
- get_scope
- get_waiter
- list_monitors
- list_scopes
- list_tags_for_resource
- start_query_monitor_top_contributors
- start_query_workload_insights_top_contributors
- start_query_workload_insights_top_contributors_data
- stop_query_monitor_top_contributors
- stop_query_workload_insights_top_contributors
- stop_query_workload_insights_top_contributors_data
- tag_resource
- untag_resource
- update_monitor
- update_scope
Client Exceptions#
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: