[ Web Proxy ]
URL:
Viewing: https://docs.digitalocean.com/reference/pydo/reference/monitoring/get_lb_frontend_cpu_utilization/ [Back]  [Original]

pydo.monitoring.get_lb_frontend_cpu_utilization() | DigitalOcean Documentation

For AI agents: The documentation index is at https://docs.digitalocean.com/llms.txt. Markdown versions of pages use the same URL with index.html.md in place of the HTML page (for example, append index.html.md to the directory path instead of opening the HTML document).

pydo.monitoring.get_lb_frontend_cpu_utilization()

Generated on 3 Aug 2026 from pydo version v0.40.0

Copy page as Markdown View page as Markdown

Usage

client.monitoring.get_lb_frontend_cpu_utilization(
    lb_id="4de7ac8b-495b-4884-9a69-1050c6793cd6",
    start="1620683817",
    end="1620705417",
)
Returns JSONRaises HttpResponseError

Description

To retrieve frontend average percentage CPU utilization for a given load balancer, send a GET request to /v2/monitoring/metrics/load_balancer/frontend_cpu_utilization.

Parameters

lb_id string required

A unique identifier for a load balancer.

start string required

UNIX timestamp to start metric window.

end string required

UNIX timestamp to end metric window.

Response Example

Show Response Example
{
  "data": {
    "result": [],
    "resultType": "matrix"
  },
  "status": "success"
}

More Information

See /v2/monitoring/metrics/load_balancer/frontend_cpu_utilization in the API reference for additional detail on responses, headers, parameters, and more.

In this article...


We can't find any results for your search.

Try using different keywords or simplifying your search terms.


Web Proxy Viewer  |  New URL  |  Original Page