-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathims-apis.html
More file actions
440 lines (426 loc) · 17.9 KB
/
ims-apis.html
File metadata and controls
440 lines (426 loc) · 17.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Basic meta -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="geo.country" content="ZZ" />
<meta name="dcterms.rights" content="� Copyright IBM Corp. 2020" />
<meta name="dcterms.date" content="2020-07-18" />
<meta name="keywords" content="IMS Central, IMS Developer, IMS" />
<meta name="robots" content="index, follow" />
<!-- Favicon -->
<link
id="favicon"
rel="shortcut icon"
type="image/x-icon"
href="wp-content/IMS_logo_small.png" />
<!-- Page title-->
<title>IMS and APIs</title>
<!-- Meta for social media -->
<link rel="canonical" href="ims-apis.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="APIs & IMS" />
<meta property="og:description" content="IMS and APIs" />
<meta
property="og:url"
content="http://www/imsdev.github.io/ims-apis.html" />
<meta property="og:site_name" content="IMS Central" />
<meta
property="og:image"
content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="IMS and APIs" />
<meta name="twitter:title" content="IMS and APIs" />
<meta
property="og:image"
content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" />
<!-- Sheets -->
<!-- Imported styling -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
<!-- Migrated styling -->
<link
rel="stylesheet"
id="dwboomer-style-css"
href="wp-content/themes/boomer-v18/style.css"
type="text/css"
media="all" />
<link href="wp-includes/css/www.css" rel="stylesheet" />
<!-- Pure CSS -->
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css" />
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css" />
<!-- Custom CSS -->
<link
rel="stylesheet"
type="text/css"
href="wp-includes/css/homepage.css" />
<link rel="stylesheet" href="wp-includes/css/nav.css" />
<link rel="stylesheet" href="wp-includes/css/dropnav.css" />
<link rel="stylesheet" href="wp-includes/css/page.css" />
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
<script>
(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 132193, hjsv: 6 };
a = o.getElementsByTagName("head")[0];
r = o.createElement("script");
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
</script>
<!-- TipueSearch -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script>
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_set.js"></script>
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch.min.js"></script>
<!-- delayed search -->
<script src="jekyll-tipue-search/assets/tipuesearch/delayedsearch.js"></script>
<!-- Web components -->
<script
src="web-components/nav-header/nav-header.js"
type="module"></script>
<script
src="web-components/hero-section/hero-section.js"
type="module"></script>
<script src="web-components/footer/footer.js" type="module"></script>
</head>
<body id="ibm-com" class="ibm-com">
<nav-header></nav-header>
<main id="content" class="main-content">
<!-- =========================== IMS APIs Hero Banner =========================== -->
<hero-section
name="IBM z/OS Connect"
image="wp-content/icons/icon_zos_connect.svg"
section="Innovate"
desc="Create and deploy RESTful APIs that access IMS™ applications and data in minutes with point and click Eclipse tooling.">
</hero-section>
<!-- =========================== Call APIs from Z =========================== -->
<section class="white-bg pure-g">
<div class="pure-u-1 section-header">
<h2>Call APIs from Z</h2>
<p>
Create application programming interfaces (APIs) in minutes to
access IBM Z® applications and data.
</p>
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.ibm.com/downloads/cas/9DQBDQRB">
Download PDF →
</a>
</div>
<div class="pure-u-1">
<div class="pure-g pure-g-pad-wd">
<div class="pure-u-1 pure-u-lg-1-2">
<h4>Designed for DevOps</h4>
<p>
Drive agility across your development teams with parallel
development for APIs and services using source code management
systems like Git (or RTC/Jazz). Orchestrate the deployment of
your API and service artifacts with tools like Jenkins and
UrbanCode® Deploy.
</p>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Learn more about DevOps"
href="https://www.ibm.com/docs/en/zosconnect/3.0?topic=edition-devops-zos-connect-ee"
>Learn more →</a
>
</div>
<div class="pure-u-1 pure-u-lg-1-2">
<h4>Monitor end-to-end API requests</h4>
<p>
Keep all your IBM z/OS Connect APIs running smoothly using tools
like AppDynamics, IBM APM, Splunk and ELK. Monitor your API
workloads and quickly identify any issues across your essential
Z assets before they become a problem.
</p>
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.ibm.com/docs/en/zosconnect/3.0?topic=monitoring"
>Learn more about monitoring methods →</a
>
<a
target="_blank"
rel="noopener noreferrer"
href="https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/yun-han-li1/2020/08/10/using-splunk-with-zos-connect-ee">
Learn more about Splunk and IBM z/OS Connect →</a
>
</div>
<div class="pure-u-1 pure-u-lg-1-2">
<h4>Enterprise-ready security</h4>
<p>
Scale to over 100m API requests per day across highly available
configurations on one of the most reliable platforms in the
world. Secure those API calls both in and out of Z using web
security patterns like JWT and OAuth to propagate user
identities across end-to-end API flows.
</p>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Learn more about API security"
href="https://www.ibm.com/docs/en/zos-connect/zosconnect/3.0?topic=securing-zos-connect-resources"
>Learn more →</a
>
</div>
<div class="pure-u-1 pure-u-lg-1-2">
<h4>Active 3rd party ecosystem</h4>
<p>
IBM z/OS Connect is pluggable and extensible, offering 3rd party
support for tools like File Manager (to access VSAM data), IBM
Data Virtualization Manager (to provide single views to data),
Host Access Transformation Services (for 3270 interfaces), and
over 30 IBM z/OS Connect service interfaces provided by DXC to
HOGAN CAMS II core banking functions.
</p>
<a
class="apis-link"
target="_blank"
rel="noopener noreferrer"
aria-label="Learn more about 3rd party support"
href="https://www.ibm.com/docs/en/zosconnect/3.0?topic=extending-zos-connect-ee"
>Learn more →</a
>
</div>
</div>
</div>
</section>
<!-- =========================== Try it out! =========================== -->
<section class="light-gray-bg pure-g">
<div class="pure-u-1 pure-u-xl-1-4 section-header">
<h2>Check it out!</h2>
</div>
<div class="pure-u-1 pure-u-xl-3-4">
<div class="pure-g pure-g-pad-v">
<div class="pure-u-1 pure-u-lg-1-2">
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-2-24 pure-u-lg-1">
<img
class="icon-sm"
src="wp-content/Icon_ZTrials_z OS ConnectPage.svg"
alt="" />
</div>
<div class="pure-u-1 pure-u-sm-22-24 pure-u-lg-1">
<h3>z/OS Connect Designer tutorials</h3>
<p><b>No installation required.</b></p>
<p>
Check out these videos on how to use z/OS Connect Designer.
</p>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Watch this video on z/OS Connect Designer"
href="https://mediacenter.ibm.com/playlist/details/1_ykaqj9pe">
Watch →</a
>
</div>
</div>
</div>
<div class="pure-u-1 pure-u-lg-1-2">
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-2-24 pure-u-lg-1">
<img
class="icon-sm"
src="wp-content/Icon_API toolkit_z OS ConnectPage.svg"
alt="" />
</div>
<div class="pure-u-1 pure-u-sm-22-24 pure-u-lg-1">
<h3>Get the API toolkit</h3>
<p>
IBM z/OS Connect base already installed? Design, map, and
deploy your APIs with our Eclipse-based tooling.
</p>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Learn more about the z/OS Connect API toolkit"
href="https://www.ibm.com/products/zos-connect-enterprise-edition/pricing">
Learn more →</a
>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- =========================== Resources =========================== -->
<section class="dark-gray-bg pure-g">
<!-- =========================== Case studies =========================== -->
<div class="pure-u-1 pure-u-xl-1-4 section-header">
<h2>Case studies</h2>
</div>
<div class="pure-u-1 pure-u-xl-3-4">
<div class="pure-g pure-g-pad-v">
<div class="pure-u-1 pure-u-lg-1-2">
<h3>
Efficient, low-risk modernization of core banking applications
</h3>
<p>
Java alongside COBOL preserves the best of both the IBM zSystems
and distributed worlds.
</p>
<div>
<img
src="wp-content/Icon_Atruvia_z OS ConnectPage.svg"
alt="Atruvia logo"
class="pure-pad-v" />
</div>
<a
target="_blank"
aria-label="Read the case study on Atruvia"
rel="noopener noreferrer"
href="https://www.ibm.com/case-studies/atruvia-ag">
Read the case study →</a
>
</div>
<div class="pure-u-1 pure-u-lg-1-2">
<img
src="wp-content/images/atruvia-casestudy.png"
alt="Buildings"
class="img-md" />
</div>
</div>
</div>
<!-- divider -->
<div class="pure-u-1 hr-container">
<hr />
</div>
<!-- =========================== On-demand webinars =========================== -->
<div class="pure-u-1 pure-u-xl-1-4 section-header">
<h2>On-demand webinars</h2>
</div>
<div class="pure-u-1 pure-u-xl-3-4">
<div class="pure-g pure-g-pad-v">
<div class="pure-u-1 pure-u-lg-1-2">
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-2-24 pure-u-lg-1">
<img
class="icon-sm"
src="wp-content/Icon_APIs on IBM Z_z OS ConnectPage.svg"
alt="" />
</div>
<div class="pure-u-1 pure-u-sm-22-24 pure-u-lg-1">
<h3>A look at APIs on IBM Z</h3>
<p>
Learn more about IBM z/OS Connect and how it accesses core
System of Record transaction servers exposing applications
as RESTful APIs.
</p>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Register for a webinar on z/OS Connect"
href="https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg20.jsp&referrer=&eventid=2612255&sessionid=1&key=9F83B003AE38BB81CBD1EF1EF373C47A®Tag=&V2=false&sourcepage=register&_ga=2.121445512.1058035363.1623199990-2051871492.1623199990">
Register →
</a>
</div>
</div>
</div>
<div class="pure-u-1 pure-u-lg-1-2">
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-2-24 pure-u-lg-1">
<img
class="icon-sm"
src="wp-content/Icon_CICS Portfolio_z OS ConnectPage.svg"
alt="" />
</div>
<div class="pure-u-1 pure-u-sm-22-24 pure-u-lg-1">
<h3>
CICS Portfolio: IBM z/OS Connect - From PoC to production
webinar
</h3>
<p>
Explore how key CICS tools can reduce risk and effort while
maximizing return on investment and efficiency at every
stage of an application's lifecycle.
</p>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Register for a webinar on leveraging CICS tools"
href="https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg20.jsp&referrer=&eventid=2745637&sessionid=1&key=7373B86AF7EEF3A5879E661DD9B3CDF5®Tag=&V2=false&sourcepage=register&_ga=2.121445512.1058035363.1623199990-2051871492.1623199990">
Register →</a
>
</div>
</div>
</div>
</div>
</div>
<!-- divider -->
<div class="pure-u-1 hr-container">
<hr />
</div>
<!-- =========================== Communities =========================== -->
<div class="pure-u-1 pure-u-xl-1-4 section-header">
<h2>Communities</h2>
</div>
<div class="pure-u-1 pure-u-xl-3-4">
<div class="pure-g pure-g-pad-v">
<div class="pure-u-1 pure-u-lg-1-2">
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-2-24 pure-u-lg-1">
<img
class="icon-sm"
src="wp-content/Icon_Enterprise Edition Community_z OS ConnectPage.svg"
alt="" />
</div>
<div class="pure-u-1 pure-u-sm-22-24 pure-u-lg-1">
<h3>IBM z/OS Connect Community</h3>
<p>
Join a rich community of business and technical expertise
and access blogs and forums for IBM z/OS Connect.
</p>
<a
target="_blank"
aria-label="Join the IBM z/OS Connect Community"
rel="noopener noreferrer"
href="https://community.ibm.com/community/user/ibmz-and-linuxone/groups/topic-home?CommunityKey=53f7f9ef-d807-4db9-99ec-d3a45a7fc9f4">
Join →
</a>
</div>
</div>
</div>
<div class="pure-u-1 pure-u-lg-1-2">
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-2-24 pure-u-lg-1">
<img
class="icon-sm"
src="wp-content/Icon_IBM Developer Community_z OS ConnectPage.svg"
alt="" />
</div>
<div class="pure-u-1 pure-u-sm-22-24 pure-u-lg-1">
<h3>IBM Developer Community: IBM z/OS Connect</h3>
<p>
Access open source projects, developer advocates and a
global community of developers for IBM z/OS Connect.
</p>
<a
target="_blank"
aria-label="Join the IBM Developer Community"
rel="noopener noreferrer"
href="https://developer.ibm.com/components/zos-connect/">
Join →</a
>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<imscentral-footer></imscentral-footer>
</body>
</html>