Get metrics of DBaaS service

POST /dbaas-service-metrics/{service-name}

Get metrics of DBaaS service

Body Required

  • period string

    Metrics time period (default: hour)

    Values are hour, week, year, month, or day.

Responses

POST /dbaas-service-metrics/{service-name}
curl \
 -X POST https://api-ch-gva-2.exoscale.com/v2/dbaas-service-metrics/{service-name} \
 -H "Content-Type: application/json" \
 -d '{"period":"hour"}'
Request example
{
  "period": "hour"
}
Response example (200)
{
  "metrics": {}
}