Skip to main content

Module admin_resources

Module admin_resources 

Source

Structs§

AdminResourcesRequest
AdminResourcesResponse
ClusterControlAvailability
Capability state included in each cluster management result.
ClusterManagementRequest
Wire payload for one authenticated, idempotent cluster management invocation. target is JSON because the server adapter intentionally delegates operation-specific validation to the committed metadata layer.
ClusterManagementResponse
Stable machine-readable management result returned by the admin API.
ColumnarSegmentResource
SqlColumnResource
SqlTableResource
TruncatedSections

Enums§

ClusterManagementOperation
Public cluster-management verbs accepted by the v0.8 admin API. This mirrors the wire contract without exposing a consensus implementation to the CLI.

Functions§

fetch_admin_resources
invoke_cluster_management
Invoke the same authenticated cluster-management endpoint for every server cluster command. HTTP status and authorization handling stays in HttpClient, so CLI commands cannot bypass the server’s admin boundary.