pydo.databases.update_cluster_metrics_credentials()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.databases.update_cluster_metrics_credentials(
body={
"credentials": {...},
},
)Description
To update the credentials for all database clusters’ metrics endpoints, send a PUT request to /v2/databases/metrics/credentials. A successful request will receive a 204 No Content status code with no body in response.
Parameters
credentialsobject optionalShow child properties
basic_auth_usernamestring optionalExample:
usernamebasic authentication username for metrics HTTP endpoint
basic_auth_passwordstring optionalExample:
passwordbasic authentication password for metrics HTTP endpoint
Request Sample
More Information
See /v2/databases/metrics/credentials in the API reference for additional detail on responses, headers, parameters, and more.