TryBMC Expert GitLab

Commit d3e7d37e authored by Adam Nieves's avatar Adam Nieves
Browse files

Update helloworld.ipynb

parent 62e5910d
......@@ -86,6 +86,7 @@
" ctm_user = fp.readline().strip()\n",
" ctm_pwd = fp.readline().strip()\n",
"\n",
"onprem_endpoint = \"mobility<MOBILITY_NUMBER>-tdctm.trybmc.com\"\n",
"helix_endpoint = \"https://<helix_endpoint>/automation-api\"\n",
"helix_token = \"<helix_token>\""
]
......@@ -110,7 +111,7 @@
"outputs": [],
"source": [
"#On Premise Control-M Environment \n",
"myOnPremEnv = Environment.create_onprem('ctm-aws-production.bmcdemo.com', credentials=SimpleCredentials(ctm_user, ctm_pwd)) \n",
"myOnPremEnv = Environment.create_onprem(onprem_endpoint, credentials=SimpleCredentials(ctm_user, ctm_pwd)) \n",
"\n",
"#Helix Control-M Environment\n",
"#mySaaSEnv = Environment.create_saas(helix_endpoint, credentials=SimpleCredentials('<username>', helix_token)) \n"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment