storage 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.storage.add | MethodResponse[AddResponse] | handler |
POST | /api/method/shc.storage.cephfs.disable | MethodResponse[CephFSDisableResponse] | handler |
POST | /api/method/shc.storage.cephfs.enable | MethodResponse[CephFSEnableResponse] | handler |
GET | /api/method/shc.storage.cephfs.health | MethodResponse[CephFSHealthResponse] | handler |
POST | /api/method/shc.storage.cephfs.health | MethodResponse[CephFSHealthResponse] | handler |
POST | /api/method/shc.storage.cephfs.join | MethodResponse[CephFSJoinResponse] | handler |
POST | /api/method/shc.storage.cephfs.leave | MethodResponse[CephFSLeaveResponse] | handler |
GET | /api/method/shc.storage.cephfs.status | MethodResponse[CephFSStatusResponse] | handler |
POST | /api/method/shc.storage.cephfs.status | MethodResponse[CephFSStatusResponse] | handler |
POST | /api/method/shc.storage.get | MethodResponse[ProviderInfo] | handler |
POST | /api/method/shc.storage.link | MethodResponse[LinkResponse] | handler |
GET | /api/method/shc.storage.logs.stream | chunked text/plain log stream | annotation |
GET | /api/method/shc.storage.ls | MethodResponse[ListResponse] | handler |
POST | /api/method/shc.storage.ls | MethodResponse[ListResponse] | handler |
POST | /api/method/shc.storage.nfs.disable | MethodResponse[NFSDisableResponse] | handler |
POST | /api/method/shc.storage.nfs.enable | MethodResponse[NFSEnableResponse] | handler |
POST | /api/method/shc.storage.nfs.join | MethodResponse[NFSJoinResponse] | handler |
POST | /api/method/shc.storage.nfs.leave | MethodResponse[NFSLeaveResponse] | handler |
GET | /api/method/shc.storage.nfs.status | MethodResponse[NFSStatusResponse] | handler |
POST | /api/method/shc.storage.nfs.status | MethodResponse[NFSStatusResponse] | handler |
POST | /api/method/shc.storage.rm | MethodResponse[DeleteResponse] | handler |
POST | /api/method/shc.storage.unlink | MethodResponse[UnlinkResponse] | handler |
GET | /api/method/shc.storage.volume.ls | MethodResponse[volumeLsResponse] | handler |
POST | /api/method/shc.storage.volume.ls | MethodResponse[volumeLsResponse] | handler |
POST | /api/method/shc.storage.volume.rebind | MethodResponse[volumeRebindResponse] | handler |
POST | /api/method/shc.storage.volume.rm | MethodResponse[volumeRmResponse] | handler |
POST | /internal/storage/cephfs/disable | MethodResponse[string] | handler |
POST | /internal/storage/cephfs/enable-client | MethodResponse[string] | handler |
POST | /internal/storage/nfs/disable | MethodResponse[string] | handler |
POST | /internal/storage/nfs/enable-client | MethodResponse[string] | handler |
POST | /internal/storage/nfs/enable-server | MethodResponse[string] | handler |
GET | /internal/storage/nfs/status | NFSNodeStatusResponse | handler |
POST | /internal/storage/volume/mount | MethodResponse[string] | handler |
POST | /internal/storage/volume/unmount | MethodResponse[string] | handler |
shc@docs:~$