Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColorlightgrey
borderWidth1
borderStylesolid

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.

...

TWC_user_nameTWC_user_
ParameterInRequired or optionalDescription
server_hostpathrequiredThe Teamwork Cloud server host name.
server_portpathrequiredThe Teamwork Cloud server port.
usernamepathoptional

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.

passwordpathoptionalThe Teamwork Cloud password. If you do not specify the password in the request, an input field will be provided to specify it later.
tokenpathoptionalThe 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

...