Page History
...
| Panel | ||||||
|---|---|---|---|---|---|---|
| ||||||
client = SimulationWebClient('http(s)://<server_host>:<server_port>', '<TWC_user_name><username>', '<password>','<TWC_user_password><token>', False) |
This request starts a work session and provides authentication to Teamwork Cloud.
...
| Parameter | In | Required or optional | Description |
|---|---|---|---|
| server_host | path | required | The Teamwork Cloud server host name. |
| server_port | path | required | The Teamwork Cloud server port. |
| username | path | optional | The Teamwork Cloud user name. If you do not specify the user name in the request, an input field will be provided to specify it later. | TWC_user_
| password | path | optional | The Teamwork Cloud password. If you do not specify the password in the request, an input field will be provided to specify it later. |
| token | path | optional | The Teamwork Cloud token. You can either provide a username/password or a token. To learn more about generating a token, click here. |
| Tip |
|---|
For instructions on how to run server-side simulation using SSL, refer to Running server-side simulation with SSL |
...