Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Why do I get an empty result when making request to get CPU Metrics?
both using HTTP request and pydo package gives me an empty result.
example request from docs:
curl -X 'GET' \
'https://api.digitalocean.com/v2/monitoring/metrics/droplet/cpu?host_id=3400xxxxx&start=1620683817&end=1620705417' \
-H 'accept: application/json' \
-H 'Authorization: Bearer dop_v1_3xaxxfxxx'
The result:
{
"status": "success",
"data": {
"resultType": "matrix",
"result": []
}
}
I was also trying the Swagger from the docs but doesn’t work either. The access in API settings is full access, but still get an empty result.
What do I miss?
9c1989c1c80144c7a9977905ce64c9
Scott H
1e6b823ea20d4cb189a34a922f5588
Rory McEwan
lan
kprichard
realmag777
Edward Narrdo
Vinoth K