qospolicy detach-user

Prev Next

This command unassigns a user from a user QoS policy.

Usage

qospolicy detach-user --id POLICY_ID
                      --identifier-type USERID_TYPE
                      --identifier-value USERID_VALUE

Required Parameters

--id POLICY_ID

An ID of the QoS policy from which to unassign a user.

--identifier-type USERID_TYPE

The type of a user identifier that you are going to enter in --identifier-value to identify the user.

Valid values:

  • sid_str for user's Security ID (SID).

  • uid for user's POSIX UID attribute.

  • vid for user's VAST ID.

--identifier-value USERID_VALUE

The user identifier. Enter an identifier of the type specified in --identifier-type.

Example

vcli: admin> qospolicy attach-user --id 4 --identifier-type sid-str --identifier-value <user's SID>