Expand description
HSM group CRUD operations and membership management.
Structs§
- GetGroup
Params - Typed parameters for fetching HSM groups.
Functions§
- add_
nodes_ to_ group - Resolve
hosts_expressionand add the resulting nodes to the existing HSM grouptarget_hsm_name. - create_
group - Create the HSM group described by
group. - delete_
group - Delete the HSM group named
label. - delete_
group_ members - Resolve
host_expressionand remove the resolved nodes fromgroup_name. - get_
groups - List HSM groups visible to the caller.
- resolve_
target_ and_ available_ groups - Resolve the caller’s accessible groups (
Vec<Group>) and the target-label vector in a single backend round-trip. - validate_
group_ deletion - Check that deleting
labelwould not leave any node without a group.