TryBMC Expert GitLab
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Customer Repository
Advanced Tech Day - Under Development
Lab 06 - CTM Python Client
Commits
d3e7d37e
Commit
d3e7d37e
authored
1 year ago
by
Adam Nieves
Browse files
Options
Download
Email Patches
Plain Diff
Update helloworld.ipynb
parent
62e5910d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Part 1 - Hello World/helloworld.ipynb
Part 1 - Hello World/helloworld.ipynb
+2
-1
No files found.
Part 1 - Hello World/helloworld.ipynb
View file @
d3e7d37e
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment