v1

latestSwagger 2.02026-07-1792120.1 KB
status

Get the current status of the Coordinator.

The status indicates the current state of the coordinator, and can be one of the following:

  1. Coordinator is in recovery mode. Either upload a key to unseal the saved state, or set a new manifest. Waiting for user input on /recover.
  2. Coordinator is ready to accept a manifest on /manifest
  3. Coordinator is running correctly and ready to accept marbles through the Marble API
get/status

Response

Statusstring

Example response

{
  "Data": {
    "StatusCode": 2,
    "StatusMessage": "Coordinator is ready to accept a manifest."
  },
  "Status": "success"
}