pydo.databases.list_opeasearch_indexes()
Generated on 30 Jun 2025
from pydo
version
v0.12.0
Description
To list all of a OpenSearch cluster’s indexes, send a GET request to
/v2/databases/$DATABASE_ID/indexes
.
The result will be a JSON object with a indexes
key.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
database_cluster_uuid |
string | True | A unique identifier for a database cluster. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.