cluster response models
Generated file — do not edit by hand. Regenerate from the repo root with
CGO_ENABLED=0 go run scripts/gen-response-models-md.go.
Part of the API response model reference, which explains the Response model and Origin columns. Route inventory: routes.md. Named payload structs: payload-shapes.md.
| Method | Path | Response model | Origin |
|---|---|---|---|
GET | /api/method/shc.cluster.certs.list | MethodResponse[CertsListMessage] | handler |
POST | /api/method/shc.cluster.certs.rotate | MethodResponse[CertsRotateMessage] | handler |
POST | /api/method/shc.cluster.certs.rotate_now | MethodResponse[CertsRotateNowMessage] | handler |
POST | /api/method/shc.cluster.drain | MethodResponse[DrainMessage] | handler |
GET | /api/method/shc.cluster.fabric.status | MethodResponse[Status] | handler |
POST | /api/method/shc.cluster.force_leader | MethodResponse[ForceLeaderMessage] | handler |
POST | /api/method/shc.cluster.forget | MethodResponse[ForgetMessage] | handler |
POST | /api/method/shc.cluster.leave | MethodResponse[LeaveLifecycleMessage] | handler |
POST | /api/method/shc.cluster.lighthouse.add | MethodResponse[LighthouseAckMessage] | handler |
GET | /api/method/shc.cluster.lighthouse.ls | MethodResponse[LighthouseListMessage] | handler |
DELETE | /api/method/shc.cluster.lighthouse.rm | MethodResponse[LighthouseAckMessage] | handler |
GET | /api/method/shc.cluster.logs | MethodResponse[LogsMessage] | handler |
GET | /api/method/shc.cluster.mesh.diagnose | MethodResponse[MeshDiagnose] | handler |
POST | /api/method/shc.cluster.mesh.disable | MethodResponse[MeshClusterResult] | handler |
POST | /api/method/shc.cluster.mesh.enable | MethodResponse[MeshClusterResult] | handler |
GET | /api/method/shc.cluster.mesh.status | MethodResponse[MeshStatus] | handler |
GET | /api/method/shc.cluster.nodes | MethodResponse[NodesMessage] | handler |
GET | /api/method/shc.cluster.ping | MethodResponse[PingMessage] | handler |
POST | /api/method/shc.cluster.repair | MethodResponse[RepairMessage] | handler |
DELETE | /api/method/shc.cluster.rm | MethodResponse[RmMessage] | handler |
GET | /api/method/shc.cluster.status | MethodResponse[ClusterStatus] | handler |
POST | /api/method/shc.cluster.token | MethodResponse[TokenMessage] | handler |
GET | /api/method/shc.node.ls | MethodResponse[NodesMessage] | handler |
GET | /api/method/shc.node.status | MethodResponse[NodeStatusMessage] | handler |
POST | /api/method/shc.node.update | MethodResponse[NodeUpdateMessage] | handler |
GET | /internal/certs/info | CertInfoResponse | handler |
POST | /internal/certs/renew | CertRenewResponse | handler |
POST | /internal/certs/rotate | CertRotateResponse | handler |
POST | /internal/enroll | EnrollResponse | handler |
shc@docs:~$