-
Notifications
You must be signed in to change notification settings - Fork 1
create local user
Chris Lowth edited this page Sep 21, 2022
·
7 revisions
Usage:
tbutil [{cred}] create local user [-list-roles] {user_name} {role} [{password}]
Creates the named local user (which must not already exist).
The role
must be one of the recognised Turbonomic user roles. You get get the list of valid roles by using the -list-roles
option.
If you omit the password
, then you will be prompted for it.
Example:
tbutil @my_instance create local user mickey advisor "good boyY plut0!"
The tool displays the JSON description of the new user (which excludes the password).
See also: "delete user", "export user", "import user", "list users"
NB: This WIKI is a work in progress and is known to be incomplete and inaccurate in places as it stands.
Starting points
Popular pages