REST Utilities - Login
This utility is used to log on to the TrueSight Orchestration server and obtain an authentication token for executing processes by using REST API.
Login workflow input
Input | Description | Required |
---|---|---|
adapter name | Specifies the name of the REST adapter | Yes |
url | Specifies the target server URL | Yes |
user name | Specifies the username required to log on to the target server | Yes |
password | Specifies the password that matches the username. | Yes |
Login workflow output
Output | Description |
---|---|
authentication token | Contains the authentication token required for executing processes on the target server. |
status | Contains the status of the utility. |
status code | Contains the status code returned by the utility. If successful, returns 200. |
status reason | Contains the status of the utility. If successful, returns OK. |
error message | If the utility failed, contains the error message. |
error number | Contains the error number. |
remediation message | Contains any additional message. |