pydo.databases.get_cluster_metrics_credentials()

Generated on 7 Jul 2026 from pydo version v0.39.0

Usage

client.databases.get_cluster_metrics_credentials()
Returns JSONRaises HttpResponseError

Description

To show the credentials for all database clusters’ metrics endpoints, send a GET request to /v2/databases/metrics/credentials. The result will be a JSON object with a credentials key.

Response Example

Show Response Example
{
  "credentials": {
    "basic_auth_username": "username",
    "basic_auth_password": "password"
  }
}

More Information

See /v2/databases/metrics/credentials in the API reference for additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.