Get ingress controller network usage trend (kBs)
Get the per-minute trend of network usage for the ingress controller, categorized by inbound and outbound.
Query parameters
clusterIdsstringRequired
Cluster ID for the query target
controllerIdsstringRequired
Name of the Ingress Controller for the query target
startstringRequired
Start date/time of the query (YYYYmmddHHMMss)
endstringRequired
End date/time of the query (YYYYmmddHHMMss)
Responses
200
OK
*/*
get
GET /v2/monitoring-ingress/metric/controller-network-pressure/result/transition?clusterIds=text&controllerIds=text&start=text&end=text HTTP/1.1
Host:
Accept: */*
200
OK
[
{
"metrics": {
"cluster": "thingcluster",
"measure": "inbound"
},
"timestamp": 1687741080,
"value": 43.46666666666667
}
]
(deprecated) Get ingress controller network usage trend (kBs)- After 4.8.1, it will no longer be supported.
get
Get the per-minute trend of network usage for the ingress controller, categorized by inbound and outbound.
Query parameters
clusterIdsstringRequired
startstringRequired
Start date for the query
endstringRequired
End date for the query
Responses
200
OK
*/*
get
GET /v1/monitoring-ingress/metric/controller-network-pressure/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host:
Accept: */*
200
OK
[
{
"metrics": {
"cluster": "thingcluster",
"measure": "inbound"
},
"timestamp": 1687741080,
"value": 43.46666666666667
}
]
PreviousGet ingress controller Memory usage trend (MiB)NextGet ingress controller config reload count
Was this helpful?