Operators

To display a list of operators (local and LDAP), run the following command:

./iem get operators

To get roles associated to an operator, run the following command:

./iem get operator/OperatorName/roles

To add an operator, use the XML syntax example from ./iem get operators, remove the row <LastLoginTime>. For a local operator, add the row <Password>, and then run the following command:

./iem post MyOperator.xml operators

To modify an operator, use the XML syntax example from ./iem get operators, and then run the following command:

./iem post /tmp/Operator.xml operator/MyOperatorName

To remove an operator (local and LDAP), run the following command:

./iem delete operator/OperatorName