Cluster Management API
The Cluster Management API is the primary endpoint for actions related to settings and management of all parts of a cluster, including repositories, segments, nodes, and storage buckets. The information is for users managing self-hosted Falcon LogScale installations.
All requests except the status
and autosharding
endpoints require root-level access. See
Managing Root Access.
Refer to the Cluster Management documentation for more details on how to perform common tasks like adding and removing nodes from a cluster.
For a list of the supported endpoints and methods, see the table below.
Available Endpoints
Table:
HTTP Method | URI | Description |
---|---|---|
GET | /api/v1/bucket-storage-target | Returns a list of the known buckets used for storage |
DELETE | /api/v1/bucket-storage-target/ | Deletes a bucket storage configuration |
GET | /api/v1/clusterconfig/ingestpartitions | Returns a list of the digest partitions. |
GET | /api/v1/clusterconfig/members/ | Shows a node in the cluster |
PUT | /api/v1/clusterconfig/members/ | Update the configuration of a node in the cluster. |
DELETE | /api/v1/clusterconfig/members/ | Delete the configuration of a node in the cluster. |
GET | /api/v1/clusterconfig/members | Returns a list of the nodes that are members of a cluster |
POST | /api/v1/clusterconfig/segments/distribute-evenly | Modify settings for segments in a cluster. |
POST | /api/v1/clusterconfig/segments/partitions/setdefaults | Modify the segment partitions of a node in the cluster. |
POST | /api/v1/clusterconfig/segments/partitions | Assign the segment partitions to nodes in the cluster. |
POST | /api/v1/clusterconfig/segments/partitions/set-replication-defaults | Modify the segment partitions of a node in the cluster. |
GET | /api/v1/clusterconfig/segments/partitions | List the segment partitions of a node in the cluster. |
POST | /api/v1/delete-missing-segments | Remove missing segments from the cluster. |
GET | /api/v1/missing-segments | Returns list of all missing segments in CSV format. |
DELETE | /api/v1/repositories/ | Mark a segment file for deletion. |
GET | /api/v1/repositories/ | Show the autosharding settings for a datasource. |
POST | /api/v1/repositories/ | Update the autosharding settings for a datasource. |
DELETE | /api/v1/repositories/ | Delete the autosharding settings for a datasource. |
GET | /api/v1/repositories/ | See the current default limit on the number of datasources. |
POST | /api/v1/repositories/ | Set a new value for the maximum number of allowed datasources. |
DELETE | /api/v1/repositories/ | Marks the datasource for deletion, triggering deletion of all segments in the datasource. |
POST | /api/v1/repositories/ | Restore recently deleted segments. |
GET | /api/v1/repositories/ | List repositories grouped by tags in the cluster. |
POST | /api/v1/repositories/ | Apply new tag grouping rules to repositories in the cluster. |
GET | /api/v1/status | Check whether node can be reached and current version. |