v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1425123120.1 KB

Return the data for a query with the Network Flow Monitor query interface. You specify the query that you want to return results for by providing a query ID and a monitor name. This query returns the top contributors for a specific monitor.

Create a query ID for this call by calling the corresponding API call to start the query, StartQueryMonitorTopContributors. Use the scope ID that was returned for your account by CreateScope.

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.

get/monitors/{monitorName}/topContributorsQueries/{queryId}/results

Path parameters

monitorNamestring required

The name of the monitor.

queryIdstring 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.

Query parameters

nextTokenstring

The token for the next set of results. You receive this token from a previous call.

maxResultsinteger

The number of query results that you want to return with this call.

Response

Success

unit'Seconds' | 'Microseconds' | 'Milliseconds' | 'Bytes' | 'Kilobytes' | 'Megabytes' | 'Gigabytes' | 'Terabytes' | 'Bits' | 'Kilobits' | 'Megabits' | 'Gigabits' | 'Terabits' | 'Percent' | 'Count' | 'Bytes/Second' | 'Kilobytes/Second' | 'Megabytes/Second' | 'Gigabytes/Second' | 'Terabytes/Second' | 'Bits/Second' | 'Kilobits/Second' | 'Megabits/Second' | 'Gigabits/Second' | 'Terabits/Second' | 'Count/Second' | 'None'

The units for a metric returned by the query.

nextTokenstring

The token for the next set of results. You receive this token from a previous call.