Core

Core endpoints are related to the essential features of Replicante Core.

POST
/api/unstable/core/cluster/:cluster_id/refresh

Request the refresh of the state of a cluster.

URL parameters:

  • :cluster_id: the ID of the cluster to refresh.

Body: None

Response:

  • task_id: the internal ID of the task that will perform the refresh (for debugging).
{
  "task_id": "dfe270e070ca03b4a07de43383997b31"
}