pydo.databases.get_eviction_policy()
Generated on 4 Jun 2026
from pydo version
v0.35.0
Usage
client.databases.get_eviction_policy(
database_cluster_uuid="9cc10173-e9ea-4176-9dbc-a4cee4c4ff30",
)Description
To retrieve the configured eviction policy for an existing Caching or Valkey cluster, send a GET request to /v2/databases/{database_cluster_uuid}/eviction_policy.
The response will be a JSON object with an eviction_policy key. This will be set to a string representing the eviction policy.
Parameters
database_cluster_uuidstring requiredA unique identifier for a database cluster.
Request Sample
Response Example
More Information
See /v2/databases/{database_cluster_uuid}/eviction_policy in the API reference for additional detail on responses, headers, parameters, and more.