Why can't Administrators create API Tokens?
It makes no sense that Administrators cannot themselves create API Tokens (e.g for new API-only users in a read-only role). I have to either: Ask someone to demote my account (e.g. to the “manager” role) Create the API Token Ask them to promote my account back to the administrator role OR Create myself a second identity (which is contrary to our security policy). OR Create an API Token creation tool to bypass this nonsense.169Views11likes9CommentsCan token values be evaluated in a complex datapoint?
I would like to construct a conditional datapoint which returns a value if the instance WILDVALUE is equal to a match, otherwise a different value is returned. Is it possible in expressions or groovy script complex datapoints to include tokens such as ##WILDVALUE##? These are some examples which are not currently working: eq(##WILDVALUE##,"C:\") or if(output[##WILDVALUE##]=="C:\") { return(1); } else { return(0); }179Views5likes5Comments