ambari_clusters_getclusters
Retrieve all clusters managed by Apache Ambari. Supports filtering by fields, sorting, and pagination for efficient data access.
Instructions
Returns all clusters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Filter fields in the response (identifier fields are mandatory) | Clusters/* |
| sortBy | No | Sort resources in result by (asc | desc) | |
| page_size | No | The number of resources to be returned for the paged response. | |
| from | No | The starting page resource (inclusive). "start" is also accepted. | |
| to | No | The ending page resource (inclusive). "end" is also accepted. |