/
/Ratus
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
health2
  • getCheck the liveness of the instance
  • getCheck the readiness of the instance
metrics1
  • getGet Prometheus metrics of the instance
promises7
  • getList all promises in a topic
  • postMake a promise to claim and execute the next available task in a topic
  • deleteDelete all promises in a topic
  • getGet a promise by the unique ID of its target task
  • putMake a promise to claim and execute a task regardless of its current state
  • postMake a promise to claim and execute a task if it is in pending state
  • deleteDelete a promise by the unique ID of its target task
tasks9
  • getList all tasks in a topic
  • putInsert or update a batch of tasks
  • postInsert a batch of tasks while ignoring existing ones
  • deleteDelete all tasks in a topic
  • getGet a task by its unique ID
  • putInsert or update a task
  • postInsert a new task
  • deleteDelete a task by its unique ID
  • patchApply a set of updates to a task and return the updated task
topics4
  • getList all topics
  • deleteDelete all topics and tasks
  • getGet information about a topic
  • deleteDelete a topic and its tasks
    health

    Check the liveness of the instance

    get/livez

    Response

    OK

    Changes