Machine (HTTP)
Generated content. This page is produced by
cargo run --bin gen_docs(src-tauri/src/bin/gen_docs/) readingsrc-tauri/src/http/machine.rs's real axum route registrations, re-run on every docs-site build. Do not hand-edit it: fix the generator or the source it reads instead.
| Method | Path | Description | Request | Response |
|---|---|---|---|---|
GET | /v1/machines/default | none | MachineStatus | |
GET | /v1/machines/default/actionPolicy | none | ActionPolicy | |
GET | /v1/machines/default:verb | none | none | |
POST | /v1/machines/default:verb | none | none |
Request/response bodies are the JSON (pbjson) mapping of the identically named proto message: see the gRPC reference for field-level detail. All routes require the Authorization: Bearer <key> header described in Using the API.