v1
latestSwagger 2.02026-07-1792120.1 KBstatus
Get the current status of the Coordinator.
The status indicates the current state of the coordinator, and can be one of the following:
- 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.
- Coordinator is ready to accept a manifest on /manifest
- Coordinator is running correctly and ready to accept marbles through the Marble API
get/status
Response
Example response
{
"Data": {
"StatusCode": 2,
"StatusMessage": "Coordinator is ready to accept a manifest."
},
"Status": "success"
}