nebula 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 |
|---|---|---|---|
POST | /api/method/shc.nebula.rotate_now | MethodResponse[RotateNowMessage] | handler |
GET | /api/method/shc.nebula.status | MethodResponse[RotationStatusMessage] | handler |
POST | /internal/mesh/diagnose | MeshDiagnoseResponse | handler |
POST | /internal/mesh/install | MeshInstallResponse | handler |
GET | /internal/mesh/status | MeshStatusResponse | handler |
POST | /internal/mesh/uninstall | MeshUninstallResponse | handler |
POST | /internal/nebula/reload | ReloadResponse | handler |
POST | /internal/nebula/rotate | RotationResult | handler |
GET | /internal/nebula/status | NebulaStatusResponse | handler |
POST | /internal/nebula/update-lighthouses | UpdateLighthousesResponse | handler |
shc@docs:~$