Skip to main content

Query System Metrics Top N (v2.0)

POST 

/sdwan/v2.0/api/monitor/sys_metrics/topn

Query the details of the system metrics Top N.

Request

Body

Filter for top N

    end_time date

    The end time to get the Topn N reports. The time period for the Topn N reports is usually for week.

    filter object

    Details of the filter used in this query.

    name string

    The name of the Top N report. Maz size = 128.

    start_time date

    The start time to get the Topn N reports. The time period for the Topn N reports is usually for week.

    top_n BaseTopNViewrequired

    The details of the limit and type of the Top N reports.

    limit integer

    The query limit of the Top N reports. Should be between 1 and 10.

    type stringrequired

    The type of Top N reports.

    topn_basis stringrequired

    The basis of the Top N reports.

Responses

Successful Operation

Schema
    top_n BaseTopNResponseData

    The details of the Top N reports.

    end_time string

    The end time to get the Topn N reports. The time period for the Topn N reports is usually a week.

    items string[]

    The items in the query.

    limit integer

    The details of the limit and type of the Top N reports.

    start_time string

    The start time to get the Topn N reports. The time period for the Topn N reports is usually a week.

    topn_basis string

    The basis of the Top N reports.

    type string

    The type of Top N report.

Loading...