diff options
| author | hrbrmstr <bob@rud.is> | 2026-09-04 10:47:32 -0400 |
|---|---|---|
| committer | hrbrmstr <bob@rud.is> | 2026-09-04 10:47:32 -0400 |
| commit | c283bcc507b0a7946a8660677a04da6f53cc77e1 (patch) | |
| tree | fa65ff7c7f13e7640eb128857f4f8203b9362c80 /2026/cybersec-llmstxt/llms/ibm.com.txt | |
| parent | e93e7f67d4f70177c3ab5a34e8cc5b24fa2dde6d (diff) | |
add: cybersec-llmstxt
Diffstat (limited to '2026/cybersec-llmstxt/llms/ibm.com.txt')
| -rw-r--r-- | 2026/cybersec-llmstxt/llms/ibm.com.txt | 394 |
1 files changed, 394 insertions, 0 deletions
diff --git a/2026/cybersec-llmstxt/llms/ibm.com.txt b/2026/cybersec-llmstxt/llms/ibm.com.txt new file mode 100644 index 0000000..8b348af --- /dev/null +++ b/2026/cybersec-llmstxt/llms/ibm.com.txt @@ -0,0 +1,394 @@ +<!DOCTYPE html> +<html lang="en-US"> + <head> + <meta name="robots" content="index,follow"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="description" content="The page you requested cannot be displayed (HTTP response code 404)"> + <meta name="keywords" content="The page you requested cannot be displayed (HTTP response code 404)"> + <title>IBM notice: The page you requested cannot be displayed</title> + + <!-- IBM Plex fonts + Carbon reset --> + <link rel="stylesheet" href="https://1.www.s81c.com/common/carbon-for-ibm-dotcom/version/v2.55.3/plex.css" /> + + <!-- Legacy Carbon Flex Grid (cds--grid, cds--row, cds--col-*) --> + <link rel="stylesheet" href="https://1.www.s81c.com/common/carbon-for-ibm-dotcom/version/v2.55.3/grid.css" /> + + <!-- Carbon theme zones and CSS custom properties --> + <link rel="stylesheet" href="https://1.www.s81c.com/common/carbon-for-ibm-dotcom/version/v2.55.3/themes.css" /> + + <!-- Masthead + footer web components --> + <script type="module" src="https://1.www.s81c.com/common/carbon-for-ibm-dotcom/version/v2.55.3/masthead.min.js"></script> + <script type="module" src="https://1.www.s81c.com/common/carbon-for-ibm-dotcom/version/v2.55.3/footer.min.js"></script> + + <style> + :root { + --cds-spacing-01: 0.125rem; + --cds-spacing-02: 0.25rem; + --cds-spacing-03: 0.5rem; + --cds-spacing-04: 0.75rem; + --cds-spacing-05: 1rem; + --cds-spacing-06: 1.5rem; + --cds-spacing-07: 2rem; + --cds-spacing-08: 2.5rem; + --cds-spacing-09: 3rem; + --cds-spacing-10: 4rem; + --cds-spacing-11: 5rem; + --cds-spacing-12: 6rem; + --cds-spacing-13: 10rem; + } + + /* Layout shift prevention — mirrors prevent-layout-shift-carbon.html */ + c4d-masthead-container:not(:defined) { + opacity: 0; + transition: opacity 0.3s ease-in-out; + } + + c4d-masthead-container:defined { + transition: opacity 0.3s ease-in-out; + opacity: 1; + } + + c4d-footer-container:not(:defined) { + display: none; + } + + c4d-locale-button[slot="locale-button"] { + display: none; + } + + c4d-megamenu-language-selector { + display: none; + } + + *, *::before, *::after { box-sizing: border-box; } + + html, body { + margin: 0; + padding: 0; + font-family: "IBM Plex Sans", -apple-system, "Segoe UI", system-ui, sans-serif; + background: #ffffff; + overflow-x: hidden; + } + + .cds-theme-zone-g10 { + color: var(--cds-text-primary); + background: var(--cds-background); + } + + /* fluid-heading-05 */ + .fluid-heading-05 { + font-size: 2rem; + line-height: 2.5rem; + font-weight: 400; + margin: 0; + } + @media (min-width: 672px) { + .fluid-heading-05 { + font-size: 2.25rem; + line-height: 2.75rem; + font-weight: 300; + } + } + @media (min-width: 1056px) { + .fluid-heading-05 { + font-size: 2.625rem; + line-height: 3.125rem; + } + } + @media (min-width: 1312px) { + .fluid-heading-05 { + font-size: 3rem; + line-height: 3.5rem; + } + } + @media (min-width: 1584px) { + .fluid-heading-05 { + font-size: 3.75rem; + line-height: 4.375rem; + } + } + + /* fluid-heading-04 */ + .fluid-heading-04 { + font-size: 1.75rem; + font-weight: 400; + line-height: 2.25rem; + margin: 0; + } + @media (min-width: 1312px) { + .fluid-heading-04 { + font-size: 2rem; + line-height: 2.5rem; + } + } + + /* heading-compact-02 */ + .heading-compact-02 { + display: block; + font-size: 1rem; + font-weight: 600; + line-height: 1.375rem; + } + + header { + height: 49px; + } + + /* hero */ + .hero { + padding-block: var(--cds-spacing-07); + } + + .hero__back { + display: inline-flex; + align-items: center; + gap: 0.5rem; + text-decoration: none; + font-size: 1rem; + line-height: 1.375rem; + } + + .hero__back:hover { text-decoration: underline; } + + .hero__back svg { fill: currentColor; flex-shrink: 0; } + + .hero__content { + display: flex; + flex-direction: column; + gap: var(--cds-spacing-05); + justify-content: center; + } + + .hero__illustration { + order: -1; + } + + .hero__illustration svg { + display: block; + width: 100%; + max-width: 640px; + margin-inline: auto; + } + + .hero__illustration path { + fill: var(--cds-background-brand); + } + + @media (min-width: 1056px) { + .hero__illustration { + order: initial; + } + } + + .hero__illustration .frame { + opacity: 0; + animation: frame-show 20s step-end infinite; + } + + @keyframes frame-show { + 0% { opacity: 1; } + 10% { opacity: 0; } + 100% { opacity: 0; } + } + + .hero__illustration .frame01 { animation-delay: 0s; } + .hero__illustration .frame02 { animation-delay: -18s; } + .hero__illustration .frame03 { animation-delay: -16s; } + .hero__illustration .frame04 { animation-delay: -14s; } + .hero__illustration .frame05 { animation-delay: -12s; } + .hero__illustration .frame06 { animation-delay: -10s; } + .hero__illustration .frame07 { animation-delay: -8s; } + .hero__illustration .frame08 { animation-delay: -6s; } + .hero__illustration .frame09 { animation-delay: -4s; } + .hero__illustration .frame10 { animation-delay: -2s; } + + /* search */ + .search { + padding-block: var(--cds-spacing-06) var(--cds-spacing-09); + } + + .search__input { + margin-block-start: var(--cds-spacing-06); + height: 48px; + max-width: 358px; + } + + .search__input c4d-search-with-typeahead[active] { + z-index: 1; + } + + .search__input c4d-search-with-typeahead::part(header-search-actions) { + background: var(--cds-layer-01,#f4f4f4); + } + + .search__input c4d-search-with-typeahead::part(search-input) { + padding-left: 0; + } + + /* links */ + .links { + padding-block: var(--cds-spacing-10) var(--cds-spacing-12); + } + + .ibmcom-link-list { + display: flex; + flex-direction: column; + gap: var(--cds-spacing-05); + } + + .ibmcom-link-list ul { + padding: 0; + margin: 0; + list-style: none; + } + + /* Split list — two-column grid at md (672px) per _link_list.scss line 242 */ + .ibmcom-ce--link-list__list--split { + display: grid; + } + + @media (min-width: 672px) { + .ibmcom-ce--link-list__list--split { + grid-template-columns: 1fr 1fr; + grid-template-rows: repeat(4, auto); + grid-auto-flow: column; + column-gap: var(--cds-spacing-07); + } + } + + .ibmcom-link-list .ibmcom-ce--link-list__list--split > li > a.cds--link { + border-block-start: 1px solid var(--cds-border-subtle); + border-block-end: 1px solid var(--cds-border-subtle); + margin-block-start: -1px; + } + + .ibmcom-link-list a.cds--link { + display: flex; + align-content: flex-start; + justify-content: space-between; + padding-block: 0.5rem; /* $spacing-03 */ + gap: 0.5rem; + inline-size: 100%; + text-decoration: none; + font-size: 1rem; + font-weight: 400; + line-height: 1.375rem; + } + + .ibmcom-link-list a.cds--link:hover { + text-decoration: underline; + } + + .ibmcom-link-list a.cds--link:focus { + outline: 2px solid; + outline-offset: 0; + } + + .ibmcom-link-list a.cds--link svg { + flex-shrink: 0; + align-self: center; + fill: currentColor; + } + </style> + </head> + <body> + <header> + <c4d-masthead-container + auth-method="profile-api" + has-profile="true" + has-search="true" + has-contact="false" + ></c4d-masthead-container> + </header> + <main> + <section class="hero cds-theme-zone-white"> + <div class="cds--grid"> + <div class="cds--row"> + <div class="cds--col-lg-16"> + <a class="hero__back" href="javascript:history.back()"> + <svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="20" height="20" viewBox="0 0 20 20"><path d="M8.2 2.8L9.2 3.8 3.8 9.3 19 9.3 19 10.7 3.8 10.7 9.2 16.2 8.2 17.2 1 10z"></path></svg> + Go back + </a> + </div> + </div> + <div class="cds--row"> + <div class="hero__content cds--col-lg-8"> + <h1 class="fluid-heading-05">This isn't the page you were looking for</h1> + <p class="fluid-heading-04">But we can help you get to the right one</p> + </div> + + <div class="hero__illustration cds--col-lg-8" aria-hidden="true"> + <svg viewBox="0 0 640 320" xmlns="http://www.w3.org/2000/svg"> + <path class="frame frame10" d="M320.004 225.812C246.802 225.812 219.493 161.609 219.225 160.963C218.972 160.344 218.972 159.648 219.225 159.036C219.493 158.389 246.802 94.1867 320.004 94.1867C393.2 94.1867 420.516 158.382 420.783 159.036C421.036 159.655 421.036 160.351 420.783 160.963C420.516 161.609 393.2 225.812 320.004 225.812ZM224.344 159.999C228.008 167.853 255.113 220.749 320.004 220.749C384.896 220.749 412.001 167.86 415.665 159.999C412.001 152.138 384.896 99.2492 320.004 99.2492C255.113 99.2492 228.008 152.138 224.344 159.999ZM320.004 211.749C291.472 211.749 268.254 188.532 268.254 159.999C268.254 131.466 291.472 108.249 320.004 108.249C348.544 108.249 371.754 131.466 371.754 159.999C371.754 188.539 348.544 211.749 320.004 211.749ZM320.004 113.312C294.263 113.312 273.317 134.258 273.317 159.999C273.317 185.741 294.263 206.687 320.004 206.687C345.746 206.687 366.692 185.741 366.692 159.999C366.692 134.258 345.746 113.312 320.004 113.312ZM320.004 187.14C305.042 187.14 292.864 174.962 292.864 159.999C292.864 145.037 305.035 132.859 320.004 132.859C334.967 132.859 347.145 145.03 347.145 159.999C347.145 174.962 334.967 187.14 320.004 187.14ZM320.004 137.921C307.833 137.921 297.926 147.828 297.926 159.999C297.926 172.17 307.833 182.077 320.004 182.077C332.175 182.077 342.083 172.177 342.083 159.999C342.083 147.821 332.175 137.921 320.004 137.921Z" /> + <path class="frame frame09" d="M390.312 253.94H362.187C360.786 253.94 359.653 252.808 359.653 251.406V223.281C359.653 221.881 360.786 220.747 362.187 220.747H390.312C391.713 220.747 392.846 221.88 392.846 223.281V251.406C392.846 252.807 391.713 253.94 390.312 253.94ZM364.721 248.872H387.779V225.815H364.721V248.872ZM320 246.909C286.643 246.909 255.822 227.436 241.482 197.292L246.055 195.122C259.557 223.501 288.582 241.842 320 241.842C326.934 241.842 333.815 240.977 340.455 239.267L341.718 244.17C334.667 245.989 327.361 246.909 320 246.909ZM391.651 209.198L387.476 206.328C396.876 192.671 401.84 176.651 401.84 160C401.84 135.017 390.648 111.718 371.127 96.0838L374.285 92.1358C395.015 108.735 406.907 133.472 406.907 160.001C406.907 177.681 401.627 194.689 391.651 209.198ZM320 204.722C301.728 204.722 282.313 198.906 282.313 188.125V131.875C282.313 121.098 301.727 115.282 320 115.282C338.272 115.282 357.69 121.097 357.69 131.875V188.125C357.69 198.905 338.272 204.722 320 204.722ZM287.374 168.625V188.125C287.374 193.57 301.327 199.653 320 199.653C338.672 199.653 352.622 193.57 352.622 188.125V168.625C338.696 179.062 301.299 179.062 287.374 168.625ZM287.374 160C287.374 165.441 301.327 171.528 320 171.528C338.672 171.528 352.622 165.441 352.622 160V140.5C338.696 150.944 301.299 150.944 287.373 140.5L287.374 160ZM320 120.343C301.326 120.343 287.374 126.433 287.374 131.875C287.374 137.316 301.327 143.407 320 143.407C338.672 143.407 352.622 137.316 352.622 131.875C352.622 126.433 338.669 120.343 320 120.343ZM256.718 183.628H221.562C220.642 183.628 219.794 183.126 219.348 182.323C218.902 181.521 218.929 180.531 219.417 179.756L236.991 151.627C237.912 150.151 240.356 150.151 241.283 151.627L258.865 179.756C259.352 180.532 259.38 181.513 258.934 182.323C258.487 183.127 257.638 183.628 256.718 183.628ZM226.128 178.56H252.152L239.137 157.744L226.128 178.56ZM240.75 139.469L235.847 138.206C245.749 99.8673 280.352 73.0944 320 73.0944V78.1548C282.663 78.1548 250.075 103.369 240.75 139.469ZM348.125 92.218C338.971 92.218 331.528 84.7747 331.528 75.625C331.528 66.4752 338.971 59.0319 348.125 59.0319C357.278 59.0319 364.721 66.4752 364.721 75.625C364.721 84.7747 357.278 92.218 348.125 92.218ZM348.125 64.093C341.766 64.093 336.596 69.2666 336.596 75.625C336.596 81.9833 341.767 87.1569 348.125 87.1569C354.482 87.1569 359.653 81.9833 359.653 75.625C359.653 69.2666 354.482 64.093 348.125 64.093Z" /> + <path class="frame frame08" d="M320.001 256C319.982 256 319.97 256 319.951 256C267.038 255.969 224.001 212.919 224.001 160C224.001 138.55 231.257 117.575 244.457 100.756C240.988 96.2 241.332 89.65 245.482 85.4937C249.651 81.3375 256.201 80.9937 260.751 84.4562C277.582 71.25 298.545 64 320.001 64C320.02 64 320.032 64 320.051 64C372.97 64.025 416.001 107.081 416.001 160C416.001 181.462 408.745 202.419 395.538 219.244C399.013 223.8 398.67 230.344 394.513 234.506C390.351 238.656 383.813 239.019 379.251 235.531C362.426 248.744 341.457 256 320.001 256ZM320.001 251.5C340.363 251.5 360.257 244.644 376.257 232.162C373.651 227.712 374.257 221.881 378.07 218.069C381.888 214.262 387.701 213.65 392.17 216.256C404.651 200.256 411.501 180.362 411.501 160C411.501 123.675 390.232 92.2312 359.495 77.4625C374.838 89.3125 384.751 107.9 384.751 128.75C384.751 164.45 355.707 193.5 320.001 193.5V189C353.22 189 380.251 161.975 380.251 128.75C380.251 95.5437 353.251 68.525 320.051 68.5C320.038 68.5 320.02 68.5 320.001 68.5C299.638 68.5 279.745 75.35 263.745 87.8312C266.351 92.2812 265.751 98.1125 261.932 101.925C258.126 105.737 252.295 106.344 247.838 103.744C235.357 119.744 228.501 139.644 228.501 160C228.501 196.325 249.776 227.769 280.513 242.531C265.157 230.687 255.251 212.1 255.251 191.25C255.251 155.55 284.295 126.5 320.001 126.5V131C286.782 131 259.751 158.031 259.751 191.25C259.751 224.45 286.751 251.475 319.951 251.5C319.97 251.5 319.988 251.5 320.001 251.5ZM386.288 219.169C384.463 219.169 382.638 219.862 381.251 221.256C378.476 224.031 378.476 228.55 381.251 231.325C384.02 234.106 388.551 234.106 391.32 231.325C394.095 228.55 394.095 224.031 391.32 221.256C389.938 219.862 388.113 219.169 386.288 219.169ZM253.707 86.5875C251.882 86.5875 250.057 87.2812 248.67 88.6687C245.895 91.4437 245.895 95.9625 248.67 98.7437C251.445 101.519 255.963 101.512 258.745 98.7437C261.52 95.9625 261.52 91.4437 258.745 88.6625C257.357 87.2812 255.532 86.5875 253.707 86.5875ZM301.251 199.75H288.751C287.507 199.75 286.501 198.744 286.501 197.5V185C286.501 183.756 287.507 182.75 288.751 182.75H301.251C302.495 182.75 303.501 183.756 303.501 185V197.5C303.501 198.744 302.495 199.75 301.251 199.75ZM291.001 195.25H299.001V187.25H291.001V195.25ZM351.251 137.25H338.751C337.507 137.25 336.501 136.244 336.501 135V122.5C336.501 121.256 337.507 120.25 338.751 120.25H351.251C352.495 120.25 353.501 121.256 353.501 122.5V135C353.501 136.244 352.495 137.25 351.251 137.25ZM341.001 132.75H348.995V124.75H341.001V132.75Z" /> + <path class="frame frame07" d="M327.947 253.6C326.819 253.6 325.863 252.741 325.765 251.601C325.113 244.325 320.421 236.495 311.658 236.495C303.614 236.495 298.934 241.022 293.998 248.335C293.328 249.347 291.963 249.602 290.952 248.932C289.946 248.256 289.684 246.885 290.36 245.885C295.193 238.725 301.116 232.101 311.658 232.101C323.175 232.101 329.306 242.01 330.134 251.211C330.244 252.418 329.354 253.484 328.148 253.594C328.075 253.594 328.008 253.6 327.947 253.6ZM351.859 247.847C351.469 247.847 351.072 247.738 350.713 247.518C339.007 240.352 331.737 228.829 331.737 217.434C331.737 213.265 332.578 208.671 333.973 205.142C334.424 204.015 335.686 203.479 336.825 203.912C337.953 204.362 338.501 205.636 338.056 206.763C336.636 210.347 336.131 214.624 336.131 217.434C336.131 227.305 342.602 237.397 353.016 243.777C354.046 244.411 354.375 245.757 353.735 246.793C353.315 247.47 352.596 247.847 351.859 247.847ZM274.389 241.467C273.676 241.467 272.981 241.12 272.561 240.486C271.89 239.475 272.165 238.11 273.176 237.445C290.385 226.032 304.297 214.972 318.294 201.59C325.649 194.552 337.977 180.438 337.977 164.972C337.977 155.405 331.182 145.515 319.812 145.515C309.33 145.515 301.445 157.355 293.822 168.812C289.806 174.838 286.016 180.536 281.811 184.643C270.306 195.892 258.387 202.583 245.12 209.567C244.042 210.133 242.72 209.713 242.159 208.652C241.592 207.574 242.007 206.252 243.079 205.691C256.034 198.872 267.661 192.352 278.746 181.505C282.615 177.727 286.284 172.218 290.165 166.386C298.429 153.973 306.978 141.14 319.812 141.14C333.931 141.14 342.371 153.266 342.371 164.985C342.371 182.084 329.184 197.251 321.329 204.771C307.137 218.348 293.036 229.554 275.601 241.114C275.224 241.352 274.803 241.467 274.389 241.467ZM375.898 234.466C375.63 234.466 375.356 234.411 375.094 234.313C355.088 226.452 350.884 210.267 350.884 198.08C350.884 192.803 351.926 187.842 353.029 182.596C354.327 176.38 355.673 169.963 355.673 161.81C355.673 147.167 343.212 126.887 319.812 126.887C300.104 126.887 288.191 142.054 282.847 151.097C277.716 159.781 263.414 180.859 241.543 188.945C240.398 189.347 239.142 188.787 238.722 187.647C238.302 186.508 238.88 185.246 240.02 184.826C254.279 179.555 268.874 166.112 279.069 148.861C284.894 139.013 297.923 122.499 319.812 122.499C343.888 122.499 360.061 142.822 360.061 161.81C360.061 170.414 358.604 177.361 357.319 183.491C356.27 188.507 355.277 193.254 355.277 198.08C355.277 208.902 358.988 223.271 376.703 230.23C377.83 230.669 378.385 231.943 377.94 233.076C377.599 233.935 376.77 234.466 375.898 234.466ZM257.984 229.383C257.247 229.383 256.528 229.006 256.114 228.335C255.48 227.305 255.803 225.953 256.833 225.319C276.759 213.052 303.547 192.736 317.996 165.606C318.562 164.534 319.885 164.125 320.963 164.704C322.03 165.277 322.438 166.606 321.865 167.672C306.948 195.673 279.514 216.513 259.124 229.06C258.777 229.274 258.38 229.383 257.984 229.383ZM387.428 219.633C387.135 219.633 386.837 219.572 386.55 219.451C372.912 213.515 370.237 205.063 370.237 192.449C370.237 184.582 371.145 180.633 372.108 176.441C373.138 171.968 374.198 167.343 374.198 156.935C374.198 133.577 353.406 108.368 319.805 108.368C294.425 108.368 282.152 121.03 271.75 133.998C270.605 135.424 269.355 137.087 268.002 138.891C261.543 147.496 252.701 159.275 241.598 163.772C240.465 164.229 239.191 163.687 238.74 162.565C238.283 161.438 238.826 160.164 239.947 159.707C249.922 155.661 258.344 144.449 264.492 136.259C265.882 134.412 267.155 132.706 268.325 131.256C279.392 117.453 292.481 103.98 319.799 103.98C356.106 103.98 378.58 131.469 378.58 156.935C378.58 167.837 377.41 172.931 376.38 177.422C375.478 181.359 374.625 185.082 374.625 192.449C374.625 205.337 377.946 210.925 388.293 215.429C389.408 215.91 389.914 217.202 389.433 218.317C389.085 219.14 388.275 219.633 387.428 219.633ZM389.932 201.334C389.481 201.334 389.03 201.2 388.634 200.913C387.659 200.194 387.446 198.823 388.159 197.842C393.625 190.359 397.025 177.331 397.025 163.827C397.025 156.466 396.434 148.404 392.144 139.257C391.632 138.16 392.102 136.85 393.199 136.338C394.295 135.832 395.606 136.289 396.117 137.392C400.785 147.343 401.413 156.338 401.413 163.827C401.413 178.427 397.781 192.12 391.7 200.438C391.267 201.017 390.603 201.334 389.932 201.334ZM245.236 135.57C244.822 135.57 244.401 135.454 244.03 135.211C243.018 134.546 242.738 133.181 243.402 132.17C256.589 112.152 278.855 85.5404 319.805 85.5404C348.215 85.5404 374.521 99.7206 390.17 123.48C390.834 124.498 390.554 125.857 389.542 126.521C388.537 127.185 387.172 126.911 386.502 125.893C371.669 103.371 346.74 89.9279 319.805 89.9279C280.976 89.9279 259.697 115.418 247.064 134.589C246.65 135.229 245.949 135.57 245.236 135.57ZM385.648 98.6237C385.076 98.6237 384.509 98.4043 384.082 97.9656C367.245 80.769 344.18 70.8667 320.799 70.7875C320.683 70.7875 320.567 70.7875 320.451 70.7875C295.54 70.7875 273.298 80.0743 256.114 97.6609C255.273 98.5262 253.877 98.5384 253.018 97.6975C252.147 96.8504 252.134 95.4611 252.981 94.5957C271.007 76.1439 294.34 66.4 320.451 66.4C320.573 66.4 320.695 66.4 320.817 66.4C345.363 66.4853 369.573 76.869 387.215 94.8943C388.068 95.7597 388.049 97.149 387.184 97.9961C386.757 98.4165 386.203 98.6237 385.648 98.6237Z" /> + <path class="frame frame06" d="M356.597 243.887L358.403 248.012C346.272 253.312 333.353 255.999 320.003 255.999C267.065 255.999 224.003 212.937 224.003 159.999C224.003 131.624 236.247 105.518 257.603 87.2492H238.753V82.7492H266.003V109.999H261.503V89.8305C240.547 107.28 228.503 132.53 228.503 159.999C228.503 210.449 269.547 251.499 320.003 251.499C332.728 251.499 345.047 248.937 356.597 243.887ZM416.003 159.999C416.003 107.062 372.94 63.9992 320.003 63.9992C306.653 63.9992 293.734 66.6867 281.603 71.9867L283.403 76.1117C294.965 71.0617 307.278 68.4992 320.003 68.4992C370.453 68.4992 411.503 109.543 411.503 159.999C411.503 187.462 399.465 212.712 378.509 230.162V209.999H374.003V237.249H401.253V232.749H382.403C403.759 214.474 416.003 188.368 416.003 159.999ZM384.753 128.749C384.753 154.543 364.547 174.749 338.753 174.749H322.253V234.999H317.753V193.499H301.253C275.459 193.499 255.253 173.293 255.253 147.499V128.749C255.253 127.505 256.259 126.499 257.503 126.499H276.253C294.784 126.499 310.428 136.924 317.772 152.362C318.478 127.23 338.422 107.749 363.753 107.749H382.503C383.747 107.749 384.753 108.755 384.753 109.999V128.749ZM317.753 172.499C317.753 149.23 299.522 130.999 276.253 130.999H259.753V147.499C259.753 170.774 277.984 188.999 301.253 188.999H314.572L280.909 155.324L284.09 152.143L317.753 185.818V172.499ZM380.253 112.249H363.753C340.478 112.249 322.253 130.48 322.253 153.749V167.068L355.909 133.412L359.097 136.593L325.434 170.249H338.753C362.028 170.249 380.253 152.018 380.253 128.749V112.249Z" /> + <path class="frame frame05" d="M370.003 230.999H282.503C250.247 230.999 224.003 204.756 224.003 172.499C224.003 140.243 250.247 113.999 282.503 113.999C285.522 113.999 288.653 114.262 291.835 114.781C301.828 102.349 316.578 95.2493 332.503 95.2493C359.241 95.2493 381.278 114.949 384.366 141.324C403.066 147.474 416.003 165.212 416.003 184.999C416.003 210.368 395.372 230.999 370.003 230.999ZM282.503 118.499C252.728 118.499 228.503 142.724 228.503 172.499C228.503 202.274 252.728 226.499 282.503 226.499H370.003C392.885 226.499 411.503 207.881 411.503 184.999C411.503 166.693 399.228 150.324 381.653 145.193C380.76 144.931 380.122 144.156 380.041 143.231C377.835 118.443 357.397 99.7493 332.503 99.7493C317.535 99.7493 303.703 106.618 294.56 118.599C294.041 119.274 293.191 119.599 292.36 119.449C288.941 118.812 285.716 118.499 282.503 118.499Z" /> + <path class="frame frame04" d="M320 256C315.956 256 312.562 253.163 311.706 249.369C265.875 245.163 230.25 206.269 230.25 160C230.25 113.725 265.875 74.8313 311.706 70.6313C312.562 66.8375 315.956 64 320 64C324.425 64 328.075 67.4 328.462 71.7313C341.95 76.5125 353.087 92.2938 359.637 114H391.8C389.787 110.875 387.556 107.875 385.125 104.994C383.937 105.638 382.575 106 381.125 106C376.437 106 372.625 102.188 372.625 97.5C372.625 92.8125 376.437 89 381.125 89C385.812 89 389.625 92.8125 389.625 97.5C389.625 99.1063 389.175 100.613 388.4 101.894C400.462 116.063 407.681 133.213 409.368 151.706C413.156 152.563 416 155.956 416 160C416 164.044 413.156 167.438 409.368 168.294C405.437 211.056 371.05 245.444 328.287 249.375C327.437 253.156 324.043 256 320 256ZM320 243.5C317.793 243.5 316 245.294 316 247.5C316 249.706 317.793 251.5 320 251.5C322.206 251.5 324 249.706 324 247.5C324 245.294 322.206 243.5 320 243.5ZM285.131 206C291.193 225.256 300.943 239.319 312.362 243.775C313.425 241.6 315.381 239.956 317.75 239.3V206H285.131ZM322.25 239.3C324.618 239.95 326.575 241.6 327.637 243.769C337.756 239.8 346.943 228.006 353.225 210.838C351.531 209.713 350.256 208 349.712 206H322.25V239.3ZM357.5 212.238C352.325 226.431 345.131 237.269 336.925 243.563C359.781 238.919 379.418 225.019 391.7 206H366.1C365.075 209.719 361.518 212.45 357.5 212.238ZM248.312 206C260.525 224.95 280.05 238.869 302.968 243.544C293.375 236.238 285.475 222.956 280.362 206H248.312ZM357.9 199.75C355.693 199.75 353.9 201.544 353.9 203.75C353.9 205.956 355.693 207.75 357.9 207.75C360.106 207.75 361.9 205.956 361.9 203.75C361.9 201.544 360.106 199.75 357.9 199.75ZM366.1 201.5H394.406C400.062 191.431 403.731 180.106 404.868 168.088C402.168 167.2 400.056 165.006 399.3 162.25H365.981C365.843 174.15 364.537 185.606 362.106 196.363C364.043 197.469 365.5 199.313 366.1 201.5ZM322.25 201.5H349.706C350.681 197.956 353.906 195.325 357.75 195.256C360.087 184.85 361.337 173.769 361.487 162.25H322.25V201.5ZM283.806 201.5H317.75V162.25H284.443C283.668 165.069 281.475 167.306 278.687 168.144C279.25 180.119 281.043 191.419 283.806 201.5ZM245.606 201.5H279.093C276.443 191.419 274.737 180.188 274.193 168.25C271.218 167.513 268.862 165.2 268.056 162.256H234.781C235.15 176.406 239.037 189.794 245.606 201.5ZM407.5 156C405.293 156 403.5 157.794 403.5 160C403.5 162.206 405.293 164 407.5 164C409.706 164 411.5 162.206 411.5 160C411.5 157.794 409.706 156 407.5 156ZM276.25 156C274.043 156 272.25 157.794 272.25 160C272.25 162.206 274.043 164 276.25 164C278.456 164 280.25 162.206 280.25 160C280.25 157.794 278.456 156 276.25 156ZM365.981 157.75H399.3C400.056 154.994 402.168 152.794 404.868 151.913C403.756 140.025 400.237 128.725 394.512 118.494H360.912C364.012 130.294 365.812 143.619 365.981 157.75ZM322.25 157.75H361.487C361.306 143.631 359.406 130.244 356.187 118.5H322.25V157.75ZM284.45 157.75H317.756V118.5H283.806C281.043 128.581 279.25 139.881 278.693 151.856C281.481 152.694 283.675 154.931 284.45 157.75ZM234.781 157.75H268.056C268.862 154.806 271.218 152.494 274.193 151.75C274.737 139.813 276.443 128.588 279.093 118.5H245.6C239.031 130.213 235.15 143.594 234.781 157.75ZM322.25 114H354.868C348.818 94.7875 339.106 80.6938 327.637 76.225C326.575 78.3938 324.618 80.0438 322.25 80.6938V114ZM285.125 114H317.75V80.7C315.381 80.05 313.425 78.4 312.362 76.2313C300.95 80.6813 291.193 94.7438 285.125 114ZM248.312 114H280.356C285.468 97.0438 293.375 83.7563 302.962 76.4563C280.05 81.125 260.525 95.0438 248.312 114ZM381.125 93.5C378.918 93.5 377.125 95.2938 377.125 97.5C377.125 99.7063 378.918 101.5 381.125 101.5C383.331 101.5 385.125 99.7063 385.125 97.5C385.125 95.2938 383.331 93.5 381.125 93.5ZM320 68.5C317.793 68.5 316 70.2938 316 72.5C316 74.7063 317.793 76.5 320 76.5C322.206 76.5 324 74.7063 324 72.5C324 70.2938 322.206 68.5 320 68.5Z" /> + <path class="frame frame03" d="M320.003 91.2493C320.003 94.6993 317.203 97.4993 313.753 97.4993C310.303 97.4993 307.503 94.6993 307.503 91.2493C307.503 87.7993 310.303 84.9993 313.753 84.9993C317.203 84.9993 320.003 87.7993 320.003 91.2493ZM263.753 172.499C260.303 172.499 257.503 175.299 257.503 178.749C257.503 182.199 260.303 184.999 263.753 184.999C267.203 184.999 270.003 182.199 270.003 178.749C270.003 175.299 267.203 172.499 263.753 172.499ZM282.503 100.624C280.778 100.624 279.378 102.024 279.378 103.749C279.378 105.474 280.778 106.874 282.503 106.874C284.228 106.874 285.628 105.474 285.628 103.749C285.628 102.024 284.228 100.624 282.503 100.624ZM288.753 131.874C287.028 131.874 285.628 133.274 285.628 134.999C285.628 136.724 287.028 138.124 288.753 138.124C290.478 138.124 291.878 136.724 291.878 134.999C291.878 133.274 290.478 131.874 288.753 131.874ZM257.503 119.374C255.778 119.374 254.378 120.774 254.378 122.499C254.378 124.224 255.778 125.624 257.503 125.624C259.228 125.624 260.628 124.224 260.628 122.499C260.628 120.774 259.228 119.374 257.503 119.374ZM297.253 103.749C297.253 95.618 290.635 88.9993 282.503 88.9993C274.372 88.9993 267.753 95.618 267.753 103.749C267.753 111.881 274.372 118.499 282.503 118.499C290.635 118.499 297.253 111.881 297.253 103.749ZM292.753 103.749C292.753 109.399 288.153 113.999 282.503 113.999C276.853 113.999 272.253 109.399 272.253 103.749C272.253 98.0993 276.853 93.4993 282.503 93.4993C288.153 93.4993 292.753 98.0993 292.753 103.749ZM267.253 149.999C267.253 143.243 261.76 137.749 255.003 137.749C248.247 137.749 242.753 143.243 242.753 149.999C242.753 156.756 248.247 162.249 255.003 162.249C261.76 162.249 267.253 156.749 267.253 149.999ZM262.753 149.999C262.753 154.274 259.272 157.749 255.003 157.749C250.735 157.749 247.253 154.268 247.253 149.999C247.253 145.731 250.735 142.249 255.003 142.249C259.272 142.249 262.753 145.724 262.753 149.999ZM416.003 219.374V253.749C416.003 254.993 414.997 255.999 413.753 255.999H276.253C275.341 255.999 274.522 255.449 274.172 254.606C273.822 253.762 274.016 252.799 274.66 252.149L297.578 229.237C297.997 228.818 298.572 228.581 299.166 228.581H377.128V219.374C377.128 218.131 378.135 217.124 379.378 217.124H393.31C397.71 209.068 400.028 199.974 400.028 190.737C400.028 171.262 389.778 153.343 373.128 143.424C369.728 149.087 363.528 152.887 356.453 152.887C353.172 152.887 350.072 152.068 347.366 150.631L328.228 183.762C327.61 184.849 326.241 185.212 325.153 184.587L317.185 179.987L313.703 186.012L321.678 190.618C322.197 190.918 322.572 191.406 322.722 191.987C322.878 192.562 322.797 193.174 322.497 193.687L316.766 203.606C316.147 204.687 314.785 205.056 313.691 204.431L283.922 187.249C282.847 186.624 282.478 185.256 283.097 184.181L288.828 174.256C289.128 173.737 289.616 173.356 290.197 173.206C290.766 173.056 291.391 173.124 291.903 173.431L299.878 178.031L303.353 172.006L295.378 167.406C294.86 167.106 294.485 166.618 294.335 166.043C294.178 165.468 294.26 164.856 294.56 164.337L342.472 81.3618C330.328 72.9618 316.116 68.4993 301.253 68.4993C261.141 68.4993 228.503 101.137 228.503 141.249C228.503 181.362 261.141 213.999 301.253 213.999V218.506C258.66 218.499 224.003 183.843 224.003 141.249C224.003 98.6555 258.66 63.9993 301.253 63.9993C316.916 63.9993 331.897 68.6743 344.741 77.4555L351.866 65.1243C352.491 64.0493 353.872 63.693 354.935 64.2993L384.703 81.468C385.222 81.768 385.603 82.2555 385.753 82.8368C385.903 83.418 385.828 84.0243 385.528 84.543L366.791 116.987C372.26 120.431 375.903 126.518 375.903 133.443C375.903 135.481 375.585 137.443 374.997 139.293C393.266 149.968 404.541 169.493 404.541 190.731C404.541 199.906 402.422 208.949 398.391 217.118H413.753C414.997 217.124 416.003 218.131 416.003 219.374ZM299.591 183.049C299.56 183.037 299.528 183.018 299.503 182.999L291.616 178.443L288.135 184.468L314.003 199.399L317.485 193.381L299.591 183.049ZM306.828 182.031L309.816 183.756L313.297 177.731L307.272 174.249L303.797 180.274L306.828 182.031ZM343.653 148.062C339.591 144.499 337.016 139.268 337.016 133.449C337.016 122.737 345.741 114.018 356.453 114.018C358.641 114.018 360.747 114.381 362.71 115.049L380.497 84.243L354.628 69.3243L299.591 164.637L307.466 169.187C307.497 169.206 307.535 169.224 307.566 169.243L314.391 173.187L325.46 179.568L343.653 148.062ZM371.397 133.449C371.397 125.218 364.697 118.512 356.46 118.512C348.222 118.512 341.522 125.212 341.522 133.449C341.522 138.349 343.891 142.706 347.547 145.431C347.603 145.456 347.666 145.487 347.716 145.524C347.897 145.631 348.06 145.749 348.197 145.893C350.566 147.468 353.403 148.387 356.453 148.387C362.528 148.387 367.766 144.743 370.097 139.531C370.128 139.456 370.166 139.381 370.203 139.299C370.972 137.499 371.397 135.524 371.397 133.449ZM411.503 221.624H394.797C394.666 221.618 394.56 221.618 394.453 221.624H381.628V230.837C381.628 232.081 380.622 233.087 379.378 233.087H300.103L281.685 251.499H411.503V221.624Z" /> + <path class="frame frame02" d="M320.003 255.999C294.322 255.999 270.959 245.855 253.715 229.374C252.647 228.393 251.615 227.368 250.634 226.293C234.147 209.049 224.003 185.68 224.003 159.999C224.003 134.162 234.265 110.674 250.928 93.3992C251.684 92.5055 252.509 91.6805 253.403 90.9242C270.678 74.2617 294.165 63.9992 320.003 63.9992C345.684 63.9992 369.053 74.143 386.297 90.6242C387.372 91.6055 388.397 92.6367 389.378 93.7055C405.859 110.949 416.003 134.312 416.003 159.993C416.003 186.13 405.503 209.862 388.503 227.187C388.09 227.643 387.653 228.08 387.197 228.493C369.872 245.505 346.14 255.999 320.003 255.999ZM296.272 241.368C302.265 247.612 310.69 251.499 320.003 251.499C338.147 251.499 352.909 236.743 352.909 218.593C352.909 217.812 352.884 217.037 352.828 216.268C352.734 215.643 352.678 215.012 352.64 214.368C351.278 203.768 344.847 194.724 335.865 189.762C335.94 190.88 335.984 192.005 335.984 193.143C335.984 217.018 318.872 236.962 296.272 241.368ZM356.74 225.643C354.928 235.124 349.528 243.337 342.015 248.824C353.678 245.93 364.465 240.799 373.897 233.905C366.972 234.08 360.628 230.818 356.74 225.643ZM278.578 241.574C284.69 244.693 291.197 247.143 297.997 248.824C295.359 246.899 292.984 244.637 290.928 242.105C286.822 242.43 282.584 242.249 278.578 241.574ZM256.784 226.087C264.959 233.562 276.015 238.168 287.89 237.755C284.528 232.149 282.597 225.593 282.597 218.593C282.597 197.968 299.378 181.187 320.003 181.187C323.54 181.187 326.972 181.68 330.222 182.612C325.478 163.074 307.834 148.524 286.859 148.524C262.253 148.524 242.234 168.543 242.234 193.155C242.234 204.737 246.665 215.293 253.922 223.23C254.853 224.199 255.809 225.155 256.784 226.087ZM320.003 185.687C301.859 185.687 287.097 200.443 287.097 218.593C287.097 225.555 289.272 232.024 292.984 237.355C314.703 234.362 331.478 215.674 331.478 193.149C331.478 191.28 331.359 189.437 331.14 187.624C327.665 186.374 323.909 185.687 320.003 185.687ZM357.303 215.768C358.509 223.487 365.215 229.418 373.272 229.418C377.44 229.418 381.24 227.83 384.109 225.23C384.49 224.855 384.859 224.487 385.234 224.105C387.834 221.237 389.422 217.437 389.422 213.268C389.422 204.355 382.178 197.112 373.272 197.112C364.359 197.112 357.115 204.355 357.115 213.268C357.115 213.505 357.115 213.743 357.128 213.974C357.197 214.562 357.259 215.162 357.303 215.768ZM373.265 192.605C384.653 192.605 393.922 201.874 393.922 213.268C393.922 213.474 393.915 213.68 393.909 213.893C404.972 198.768 411.497 180.137 411.497 160.005C411.497 145.105 407.922 131.024 401.572 118.58C402.028 121.274 402.272 124.043 402.272 126.862C402.272 153.949 380.234 175.987 353.147 175.987C344.934 175.987 337.178 173.962 330.365 170.38C332.647 174.724 334.297 179.443 335.19 184.424C343.947 188.337 350.947 195.512 354.597 204.405C357.934 197.43 365.047 192.605 373.265 192.605ZM246.059 106.155C235.022 121.274 228.503 139.893 228.503 159.999C228.503 174.899 232.084 188.987 238.434 201.43C237.972 198.737 237.734 195.968 237.734 193.149C237.734 166.062 259.772 144.024 286.859 144.024C295.072 144.024 302.815 146.049 309.628 149.624C307.347 145.28 305.697 140.562 304.803 135.58C296.034 131.662 289.034 124.462 285.378 115.555C282.059 122.53 274.94 127.362 266.715 127.362C255.328 127.362 246.059 118.099 246.059 106.705C246.053 106.524 246.059 106.343 246.059 106.155ZM309.778 137.393C314.528 156.93 332.172 171.474 353.147 171.474C377.753 171.474 397.772 151.455 397.772 126.855C397.772 115.28 393.347 104.718 386.09 96.7805C385.159 95.8055 384.203 94.8492 383.228 93.9117C375.284 86.6555 364.728 82.2242 353.153 82.2242C352.803 82.2242 352.465 82.2305 352.122 82.2367C355.478 87.843 357.415 94.3992 357.415 101.399C357.415 122.024 340.628 138.805 320.009 138.805C316.459 138.812 313.028 138.318 309.778 137.393ZM308.859 132.374C312.34 133.624 316.097 134.312 320.003 134.312C338.147 134.312 352.909 119.549 352.909 101.405C352.909 94.4367 350.734 87.9742 347.028 82.6492C325.309 85.643 308.528 104.33 308.528 126.855C308.522 128.724 308.64 130.562 308.859 132.374ZM287.315 105.193C288.559 115.98 295.04 125.193 304.14 130.224C304.065 129.105 304.028 127.987 304.028 126.849C304.028 102.98 321.14 83.0305 343.74 78.6305C337.747 72.393 329.315 68.4992 320.003 68.4992C301.859 68.4992 287.097 83.2617 287.097 101.405C287.097 102.318 287.134 103.23 287.209 104.13C287.253 104.48 287.29 104.837 287.315 105.193ZM254.272 96.4055C251.953 99.2055 250.553 102.793 250.553 106.705C250.553 115.618 257.803 122.862 266.709 122.862C275.622 122.862 282.865 115.612 282.865 106.705C282.865 106.337 282.853 105.974 282.828 105.612C282.79 105.28 282.759 104.943 282.728 104.605C281.703 96.6867 274.909 90.5492 266.709 90.5492C262.797 90.5492 259.209 91.9492 256.409 94.268C255.684 94.968 254.972 95.6805 254.272 96.4055ZM266.709 86.0492C273.478 86.0492 279.49 89.318 283.259 94.3555C285.072 84.8805 290.478 76.6555 297.99 71.1742C286.353 74.0617 275.578 79.1867 266.159 86.0555C266.347 86.0555 266.528 86.0492 266.709 86.0492ZM353.153 77.7305C355.972 77.7305 358.747 77.968 361.434 78.4305C355.322 75.3117 348.809 72.8617 342.015 71.1742C344.653 73.0992 347.028 75.3617 349.084 77.8992C350.422 77.7867 351.778 77.7305 353.153 77.7305Z" /> + <path class="frame frame01" d="M412.161 160C412.161 109.18 370.821 67.84 320.001 67.84C299.337 67.84 279.213 74.89 263.031 87.64C261.291 86.512 259.227 85.84 257.001 85.84C250.851 85.84 245.841 90.844 245.841 97C245.841 99.214 246.507 101.272 247.629 103.012C234.885 119.182 227.841 139.354 227.841 160C227.841 210.82 269.181 252.16 320.001 252.16C340.653 252.16 360.795 245.11 376.977 232.366C378.717 233.488 380.781 234.16 383.001 234.16C389.151 234.16 394.161 229.15 394.161 223C394.161 220.78 393.489 218.722 392.367 216.982C405.111 200.794 412.161 180.652 412.161 160ZM389.337 213.832C387.537 212.584 385.353 211.84 383.001 211.84C380.703 211.84 378.567 212.542 376.791 213.736L291.243 128.188C300.495 126.922 310.089 126.154 320.001 126.154C367.617 126.154 407.841 141.652 407.841 159.994C407.841 170.254 394.965 180.244 373.383 186.73L374.625 190.864C389.751 186.322 400.749 180.13 406.797 173.032C404.565 187.858 398.565 201.946 389.337 213.832ZM406.767 147.016C394.191 132.208 360.597 121.84 320.001 121.84C308.733 121.84 297.777 122.698 287.355 124.3L266.265 103.21C267.459 101.434 268.161 99.298 268.161 97C268.161 94.648 267.423 92.476 266.175 90.67C281.517 78.754 300.501 72.16 320.001 72.16C364.011 72.16 400.461 104.728 406.767 147.016ZM257.001 90.16C260.769 90.16 263.841 93.232 263.841 97C263.841 100.768 260.769 103.84 257.001 103.84C253.233 103.84 250.161 100.768 250.161 97C250.161 93.232 253.233 90.16 257.001 90.16ZM250.665 106.162C252.465 107.416 254.643 108.16 257.001 108.16C259.299 108.16 261.435 107.458 263.211 106.264L348.753 191.812C339.513 193.078 329.919 193.84 320.001 193.84C272.385 193.84 232.161 178.348 232.161 160C232.161 149.746 245.043 139.75 266.625 133.264L265.383 129.13C250.251 133.678 239.253 139.87 233.199 146.968C235.431 132.148 241.431 118.048 250.665 106.162ZM233.229 172.978C245.805 187.792 279.399 198.16 320.001 198.16C331.287 198.16 342.243 197.302 352.641 195.7L373.731 216.79C372.537 218.566 371.835 220.702 371.835 223C371.835 225.352 372.573 227.53 373.821 229.33C358.491 241.246 339.489 247.84 320.001 247.84C275.985 247.84 239.535 215.266 233.229 172.978ZM383.001 229.84C379.227 229.84 376.161 226.774 376.161 223C376.161 219.226 379.227 216.16 383.001 216.16C386.775 216.16 389.841 219.226 389.841 223C389.841 226.774 386.775 229.84 383.001 229.84Z" /> + <path d="M163.685 273.774H157.623V225.282H47V218.917L156.108 62.2262H163.685V219.523H199.448V225.282H163.685V273.774ZM157.017 70.7123L53.6677 219.523H157.623V70.7123H157.017Z" /> + <path d="M557.132 273.774H551.071V225.282H440.448V218.917L549.555 62.2262H557.132V219.523H592.895V225.282H557.132V273.774ZM550.465 70.7123L447.115 219.523H551.071V70.7123H550.465Z" /> + </svg> + </div> + </div> + </div> + </section> + + <section class="search cds-theme-zone-white"> + <div class="cds--grid"> + <div class="cds--row"> + <div class="cds--col-lg-16"> + <p class="fluid-heading-04">Try searching ibm.com</p> + <div class="search__input"> + <c4d-search-with-typeahead leadspace-search></c4d-search-with-typeahead> + </div> + </div> + </div> + </div> + </section> + + <section class="links cds-theme-zone-g10"> + <div class="cds--grid"> + <div class="cds--row"> + <div class="cds--col-lg-16"> + <div class="ibmcom-link-list"> + <p class="heading-compact-02">Or, try some other popular searches and pages</p> + <ul class="ibmcom-ce--link-list__list--split"> + <li><a class="cds--link" href="https://www.ibm.com/products">Search IBM Products <svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="20" height="20" viewBox="0 0 20 20"><path d="M11.8 2.8L10.8 3.8 16.2 9.3 1 9.3 1 10.7 16.2 10.7 10.8 16.2 11.8 17.2 19 10z"></path></svg></a></li> + <li><a class="cds--link" href="https://www.ibm.com/docs">Search IBM Documentation <svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="20" height="20" viewBox="0 0 20 20"><path d="M11.8 2.8L10.8 3.8 16.2 9.3 1 9.3 1 10.7 16.2 10.7 10.8 16.2 11.8 17.2 19 10z"></path></svg></a></li> + <li><a class="cds--link" href="https://www.ibm.com/mysupport">Search IBM Support <svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="20" height="20" viewBox="0 0 20 20"><path d="M11.8 2.8L10.8 3.8 16.2 9.3 1 9.3 1 10.7 16.2 10.7 10.8 16.2 11.8 17.2 19 10z"></path></svg></a></li> + <li><a class="cds--link" href="https://www.ibm.com">IBM Homepage <svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="20" height="20" viewBox="0 0 20 20"><path d="M11.8 2.8L10.8 3.8 16.2 9.3 1 9.3 1 10.7 16.2 10.7 10.8 16.2 11.8 17.2 19 10z"></path></svg></a></li> + <li><a class="cds--link" href="https://www.ibm.com/employment">Careers <svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="20" height="20" viewBox="0 0 20 20"><path d="M11.8 2.8L10.8 3.8 16.2 9.3 1 9.3 1 10.7 16.2 10.7 10.8 16.2 11.8 17.2 19 10z"></path></svg></a></li> + <li><a class="cds--link" href="https://www.ibm.com/consulting">Consulting services <svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="20" height="20" viewBox="0 0 20 20"><path d="M11.8 2.8L10.8 3.8 16.2 9.3 1 9.3 1 10.7 16.2 10.7 10.8 16.2 11.8 17.2 19 10z"></path></svg></a></li> + <li><a class="cds--link" href="https://www.ibm.com/think">Think <svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="20" height="20" viewBox="0 0 20 20"><path d="M11.8 2.8L10.8 3.8 16.2 9.3 1 9.3 1 10.7 16.2 10.7 10.8 16.2 11.8 17.2 19 10z"></path></svg></a></li> + <li><a class="cds--link" href="https://www.ibm.com/contact">Contact us <svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="20" height="20" viewBox="0 0 20 20"><path d="M11.8 2.8L10.8 3.8 16.2 9.3 1 9.3 1 10.7 16.2 10.7 10.8 16.2 11.8 17.2 19 10z"></path></svg></a></li> + </ul> + </div> + </div> + </div> + </div> + </section> + </main> + <footer> + <c4d-footer-container></c4d-footer-container> + </footer> + </body> + <script> + let l0Json = "{\x22profileMenu\x22:{\x22signedout\x22:[{\x22title\x22:\x22My IBM\x22,\x22url\x22:\x22https:\/\/myibm.ibm.com\/?lnk=mmi\x22},{\x22title\x22:\x22Log in\x22,\x22url\x22:\x22https:\/\/login.ibm.com\/oidc\/endpoint\/default\/authorize?redirect_uri=https%3A%2F%2Fmyibm.ibm.com%2FOIDCHandler.html\x26response_type=token\x26client_id=v18LoginProdCI\x26scope=openid\x26state=https%3A%2F%2Fwww.ibm.com\x26nonce=8675309\x22}],\x22signedin\x22:[{\x22title\x22:\x22My IBM\x22,\x22url\x22:\x22https:\/\/myibm.ibm.com\/?lnk=mmi\x22},{\x22title\x22:\x22Profile\x22,\x22url\x22:\x22https:\/\/myibm.ibm.com\/profile\/?lnk=mmi\x22},{\x22title\x22:\x22Billing\x22,\x22url\x22:\x22https:\/\/myibm.ibm.com\/billing\/?lnk=mmi\x22},{\x22title\x22:\x22Log out\x22,\x22url\x22:\x22https:\/\/myibm.ibm.com\/pkmslogout?filename=accountRedir.html\x22}]},\x22mastheadNav\x22:{\x22links\x22:[{\x22title\x22:\x22Software\x22,\x22url\x22:\x22\x22,\x22submenu\x22:{\x22sections\x22:[{\x22heading\x22:{\x22title\x22:\x22Artificial intelligence\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/solutions\/artificial\u002Dintelligence\x22,\x22description\x22:\x22\x22},\x22groups\x22:[{\x22heading\x22:{\x22title\x22:\x22\x22,\x22description\x22:\x22\x22},\x22links\x22:[{\x22title\x22:\x22AI coding agent\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/ai\u002Dcoding\u002Dagent?lnk=flatitem\x22,\x22description\x22:\x22Bob your AI software development partner\x22},{\x22title\x22:\x22Maximo Application Suite\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/maximo?lnk=flatitem\x22,\x22description\x22:\x22AI\u002Dpowered monitoring, predictive maintenance, and reliability planning, available as SaaS or on Red Hat OpenShift\x22},{\x22title\x22:\x22watsonx\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/watsonx?lnk=flatitem\x22,\x22description\x22:\x22AI and data platform\x22},{\x22title\x22:\x22watsonx Orchestrate\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/watsonx\u002Dorchestrate?lnk=flatitem\x22,\x22description\x22:\x22Generative AI and automation solution that empowers your business\x22},{\x22title\x22:\x22watsonx.data\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/watsonx\u002Ddata?lnk=flatitem\x22,\x22description\x22:\x22Open, hybrid data foundation delivering trusted real\u002Dtime data for AI and analytics across the enterprise\x22},{\x22title\x22:\x22watsonx.data integration\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/watsonx\u002Ddata\u002Dintegration?lnk=flatitem\x22,\x22description\x22:\x22Adaptive data integration tool designed to future proof your data integration\x22},{\x22title\x22:\x22watsonx.data intelligence\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/watsonx\u002Ddata\u002Dintelligence?lnk=flatitem\x22,\x22description\x22:\x22Discover, curate and govern data assets across on prem and public, private or hybrid cloud\x22},{\x22title\x22:\x22watsonx.governance\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/watsonx\u002Dgovernance?lnk=flatitem\x22,\x22description\x22:\x22Direct, manage and monitor your AI with a single platform\x22}]}]},{\x22heading\x22:{\x22title\x22:\x22Data \x26 analytics\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/solutions\/analytics\x22,\x22description\x22:\x22\x22},\x22groups\x22:[{\x22heading\x22:{\x22title\x22:\x22\x22,\x22description\x22:\x22\x22},\x22links\x22:[{\x22title\x22:\x22Cloud Databases for Elasticsearch\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/databases\u002Dfor\u002Delasticsearch?lnk=flatitem\x22,\x22description\x22:\x22A powerful tool for rich data with a full\u002Dtext search engine and JSON document database indexing\x22},{\x22title\x22:\x22Cloud Pak for Data\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/cloud\u002Dpak\u002Dfor\u002Ddata?lnk=flatitem\x22,\x22description\x22:\x22Tools for data analysis, organization and management\x22},{\x22title\x22:\x22Cloudant\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/cloudant?lnk=flatitem\x22,\x22description\x22:\x22A JSON document database based on Apache CouchDB that offers independent serverless scaling of throughput capacity and storage\x22},{\x22title\x22:\x22Cognos Analytics\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/cognos\u002Danalytics?lnk=flatitem\x22,\x22description\x22:\x22Transform your data into actionable insights with a trusted AI co\u002Dpilot\x22},{\x22title\x22:\x22DataStage\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/datastage?lnk=flatitem\x22,\x22description\x22:\x22A visual interface for designing, developing and deploying data pipelines.\x22},{\x22title\x22:\x22Db2\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/db2?lnk=flatitem\x22,\x22description\x22:\x22Power low\u002Dlatency transactions and real\u002Dtime analytics across any cloud\x22},{\x22title\x22:\x22EDB Postgres Enterprise and Standard with IBM\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/postgres\u002Denterprise?lnk=flatitem\x22,\x22description\x22:\x22Develop and run applications on a security\u002Drich, enterprise\u002Dclass database based on open source PostgreSQL\x22},{\x22title\x22:\x22ILOG CPLEX Optimization Studio\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/ilog\u002Dcplex\u002Doptimization\u002Dstudio?lnk=flatitem\x22,\x22description\x22:\x22A decision optimization software for building and solving complex optimization models\x22},{\x22title\x22:\x22ILOG CPLEX Optimizer\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/ilog\u002Dcplex\u002Doptimization\u002Dstudio\/cplex\u002Doptimizer?lnk=flatitem\x22,\x22description\x22:\x22Produce precise and logical decisions for planning and resource allocation problems\x22},{\x22title\x22:\x22Planning Analytics\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/planning\u002Danalytics?lnk=flatitem\x22,\x22description\x22:\x22A business performance management software with planning, forecasting and reporting features\x22},{\x22title\x22:\x22SPSS\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/spss?lnk=flatitem\x22,\x22description\x22:\x22Software for statistical analysis and business intelligence\x22},{\x22title\x22:\x22StreamSets\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/streamsets?lnk=flatitem\x22,\x22description\x22:\x22Build robust and intelligent streaming data pipelines\x22}]}]},{\x22heading\x22:{\x22title\x22:\x22DevOps\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/solutions\/devops\x22,\x22description\x22:\x22\x22},\x22groups\x22:[{\x22heading\x22:{\x22title\x22:\x22\x22,\x22description\x22:\x22\x22},\x22links\x22:[{\x22title\x22:\x22Cloud Pak for AIOps\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/cloud\u002Dpak\u002Dfor\u002Daiops?lnk=flatitem\x22,\x22description\x22:\x22Enable IT operators to place AI at the core of their ITOps toolchain\x22},{\x22title\x22:\x22Cloud Pak for Applications\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/cloud\u002Dpak\u002Dfor\u002Dapplications?lnk=flatitem\x22,\x22description\x22:\x22Collection of cloud\u002D native runtimes, Al\u002Dpowered application modernization tools, and a Kubernetes Platform\x22},{\x22title\x22:\x22Concert\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/concert?lnk=flatitem\x22,\x22description\x22:\x22A generative AI\u002Ddriven technology automation platform\x22},{\x22title\x22:\x22DevOps Code ClearCase\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/devops\u002Dcode\u002Dclearcase?lnk=flatitem\x22,\x22description\x22:\x22Configuration management system for software asset access control\x22},{\x22title\x22:\x22DevOps Test\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/devops\u002Dtest?lnk=flatitem\x22,\x22description\x22:\x22Continuous testing and virtualization platform\x22},{\x22title\x22:\x22Engineering Lifecycle Management\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/engineering\u002Dlifecycle\u002Dmanagement?lnk=flatitem\x22,\x22description\x22:\x22Comprehensive end\u002Dto\u002Dend engineering solution\x22},{\x22title\x22:\x22Instana Observability\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/instana?lnk=flatitem\x22,\x22description\x22:\x22Incident prevention with automated full\u002Dstack visibility\x22},{\x22title\x22:\x22Kubecost\x22,\x22url\x22:\x22https:\/\/www.apptio.com\/products\/kubecost?lnk=flatitem\x22,\x22description\x22:\x22A comprehensive cost monitoring and optimization solution for teams running Kubernetes\x22},{\x22title\x22:\x22Terraform\x22,\x22url\x22:\x22https:\/\/www.hashicorp.com\/en\/products\/terraform?lnk=flatitem\x22,\x22description\x22:\x22Maximize infrastructure investments using a standardized automated workflow from Terraform\x22},{\x22title\x22:\x22Turbonomic\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/turbonomic?lnk=flatitem\x22,\x22description\x22:\x22Automate resource management for assured performance across multicloud environments\x22},{\x22title\x22:\x22Vault\x22,\x22url\x22:\x22https:\/\/www.hashicorp.com\/en\/products\/vault?lnk=flatitem\x22,\x22description\x22:\x22Standardize secrets management with identity\u002Dbased security from Vault\x22}]}]},{\x22heading\x22:{\x22title\x22:\x22Integration\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/software\/integration\u002Dresilience\x22,\x22description\x22:\x22\x22},\x22groups\x22:[{\x22heading\x22:{\x22title\x22:\x22\x22,\x22description\x22:\x22\x22},\x22links\x22:[{\x22title\x22:\x22API Connect\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/api\u002Dconnect?lnk=flatitem\x22,\x22description\x22:\x22Seamlessly develop, manage, secure and socialize your API types\x22},{\x22title\x22:\x22App Connect\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/app\u002Dconnect?lnk=flatitem\x22,\x22description\x22:\x22An application integration software that connects applications and data sources\x22},{\x22title\x22:\x22Aspera\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/aspera?lnk=flatitem\x22,\x22description\x22:\x22A suite of data transfer software for moving amounts of data quickly and securely\x22},{\x22title\x22:\x22Cloud Pak for Integration\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/cloud\u002Dpak\u002Dfor\u002Dintegration?lnk=flatitem\x22,\x22description\x22:\x22Connects apps, services and data\x22},{\x22title\x22:\x22Event Automation\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/event\u002Dautomation?lnk=flatitem\x22,\x22description\x22:\x22A composable solution to help accelerate business event\u002Ddriven efforts\x22},{\x22title\x22:\x22MQ\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/mq\x22,\x22description\x22:\x22Secure, reliable enterprise messaging that connects applications and data across hybrid environments.\x22},{\x22title\x22:\x22NS1 Connect\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/ns1\u002Dconnect?lnk=flatitem\x22,\x22description\x22:\x22Resilient, fast, authoritative DNS connections to prevent network outages\x22},{\x22title\x22:\x22Sterling B2B Integration SaaS\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/b2b\u002Dintegration\u002Dsaas?lnk=flatitem\x22,\x22description\x22:\x22SaaS solution to simplify and optimize your EDI and B2B API transactions. Fully \u002Dmanage service option\x22},{\x22title\x22:\x22Sterling B2B Integration Value\u002DAdded Network\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/b2b\u002Dintegration\u002Dvan?lnk=flatitem\x22,\x22description\x22:\x22Highly reliable B2B network accelerates onboarding of new customers, suppliers or other trading partners\x22},{\x22title\x22:\x22Sterling Secure File Transfer\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/secure\u002Dfile\u002Dtransfer?lnk=flatitem\x22,\x22description\x22:\x22Fast, scalable, file transfer platform for on\u002D premise or hybrid cloud containerized software deployment\x22},{\x22title\x22:\x22webMethods B2B Integration\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/webmethods\u002Db2b?lnk=flatitem\x22,\x22description\x22:\x22Increase control of B2B transaction data with seamless integration across system\x22},{\x22title\x22:\x22webMethods Hybrid Integration\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/webmethods\u002Dhybrid\u002Dintegration?lnk=flatitem\x22,\x22description\x22:\x22Transform AI pilots into production with enterprise integration in one unified iPaaS\x22},{\x22title\x22:\x22webMethods Managed File Transfer\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/webmethods\u002Dmft?lnk=flatitem\x22,\x22description\x22:\x22Automated end\u002Dto\u002Dend secure file transfers with AI\u002Dpowered integration capabilities\x22}]}]},{\x22heading\x22:{\x22title\x22:\x22Security\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/categories\/security\u002Dproducts\x22,\x22description\x22:\x22\x22},\x22groups\x22:[{\x22heading\x22:{\x22title\x22:\x22\x22,\x22description\x22:\x22\x22},\x22links\x22:[{\x22title\x22:\x22Cloud App ID\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/app\u002Did?lnk=flatitem\x22,\x22description\x22:\x22Authentication and user profiles as a service for mobile and web apps\x22},{\x22title\x22:\x22Cloud Cyber Recovery\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/solutions\/cyber\u002Drecovery?lnk=flatitem\x22,\x22description\x22:\x22A simple, isolated resilient infrastructure with air gaps, disaster recovery and business continuity plan against ransomware\x22},{\x22title\x22:\x22Guardium\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/guardium?lnk=flatitem\x22,\x22description\x22:\x22Suite for data encryption, management and simplified compliance\x22},{\x22title\x22:\x22Guardium Data Encryption\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/guardium\u002Ddata\u002Dencryption?lnk=flatitem\x22,\x22description\x22:\x22A family of data encryption and key management software used to manages policies, configurations and encryption keys\x22},{\x22title\x22:\x22Guardium Data Protection\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/guardium\u002Ddata\u002Dprotection?lnk=flatitem\x22,\x22description\x22:\x22Discover, classify and secure structured and unstructured data across hybrid environments\x22},{\x22title\x22:\x22Guardium Key Lifecycle Manager\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/guardium\u002Dkey\u002Dlifecycle\u002Dmanager?lnk=flatitem\x22,\x22description\x22:\x22Centralize, simplify and automate encryption key management\x22},{\x22title\x22:\x22Guardium Vulnerability Assessment\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/guardium\u002Dvulnerability\u002Dassessment?lnk=flatitem\x22,\x22description\x22:\x22Scan your data environment to detect vulnerabilities and suggest remedial actions\x22},{\x22title\x22:\x22MaaS360\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/maas360?lnk=flatitem\x22,\x22description\x22:\x22Unified endpoint management for mobile workforces\x22},{\x22title\x22:\x22QRadar\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/qradar?lnk=flatitem\x22,\x22description\x22:\x22Identify, investigate, and remediate threats across enterprise networks\x22},{\x22title\x22:\x22Secrets Manager\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/secrets\u002Dmanager?lnk=flatitem\x22,\x22description\x22:\x22Centrally manage your secrets in a single\u002Dtenant, dedicated instance\x22},{\x22title\x22:\x22Trusteer\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/trusteer?lnk=flatitem\x22,\x22description\x22:\x22Software to authenticate customers, detect fraud and assess risk\x22},{\x22title\x22:\x22Verify\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/verify?lnk=flatitem\x22,\x22description\x22:\x22Identity, authentication, and access control software\x22}]}]},{\x22heading\x22:{\x22title\x22:\x22Technology business management\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/categories\/technology\u002Dbusiness\u002Dmanagement\u002Dproducts\x22,\x22description\x22:\x22\x22},\x22groups\x22:[{\x22heading\x22:{\x22title\x22:\x22\x22,\x22description\x22:\x22\x22},\x22links\x22:[{\x22title\x22:\x22Apptio\x22,\x22url\x22:\x22https:\/\/www.apptio.com\/products\/ibm\u002Dapptio?lnk=flatitem\x22,\x22description\x22:\x22Empower digital leaders to make data\u002Ddriven decisions, realize value and transform the business\x22},{\x22title\x22:\x22Cloudability\x22,\x22url\x22:\x22https:\/\/www.apptio.com\/products\/cloudability?lnk=flatitem\x22,\x22description\x22:\x22Empower FinOps teams to manage and optimize multi\u002Dcloud, AI and Kubernetes spend\x22},{\x22title\x22:\x22Concert\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/concert?lnk=flatitem\x22,\x22description\x22:\x22A generative AI\u002Ddriven technology automation platform\x22},{\x22title\x22:\x22Instana Observability\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/instana?lnk=flatitem\x22,\x22description\x22:\x22Incident prevention with automated full\u002Dstack visibility\x22},{\x22title\x22:\x22Kubecost\x22,\x22url\x22:\x22https:\/\/www.apptio.com\/products\/kubecost?lnk=flatitem\x22,\x22description\x22:\x22A comprehensive cost monitoring and optimization solution for teams running Kubernetes\x22},{\x22title\x22:\x22Targetprocess\x22,\x22url\x22:\x22https:\/\/www.apptio.com\/products\/targetprocess?lnk=flatitem\x22,\x22description\x22:\x22Connect strategy and execution to achieve enterprise\u002Dwide alignment\x22},{\x22title\x22:\x22Turbonomic\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/turbonomic?lnk=flatitem\x22,\x22description\x22:\x22Automate resource management for assured performance across multicloud environments\x22}]}]}],\x22viewAll\x22:{\x22title\x22:\x22Explore all products\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\x22}}},{\x22title\x22:\x22Infrastructure\x22,\x22url\x22:\x22\x22,\x22submenu\x22:{\x22sections\x22:[{\x22heading\x22:{\x22title\x22:\x22Cloud\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/solutions\/cloud\x22,\x22description\x22:\x22\x22},\x22groups\x22:[{\x22heading\x22:{\x22title\x22:\x22\x22,\x22description\x22:\x22\x22},\x22links\x22:[{\x22title\x22:\x22Cloud Bare Metal Servers\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/bare\u002Dmetal\u002Dservers?lnk=flatitem\x22,\x22description\x22:\x22100% dedicated, secure, bare metal servers\x22},{\x22title\x22:\x22Cloud Code Engine\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/code\u002Dengine?lnk=flatitem\x22,\x22description\x22:\x22A fully managed, serverless platform, running containerized workloads\x22},{\x22title\x22:\x22Cloud Container Registry\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/container\u002Dregistry?lnk=flatitem\x22,\x22description\x22:\x22Store and distribute Docker images in a managed, private registry\x22},{\x22title\x22:\x22Cloud for SAP\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/cloud\/sap?lnk=flatitem\x22,\x22description\x22:\x22Simplify and accelerate the delivery of SAP software in the cloud\x22},{\x22title\x22:\x22Cloud Internet Services\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/cloud\u002Dinternet\u002Dservices?lnk=flatitem\x22,\x22description\x22:\x22Security, reliability and performance capabilities designed to protect public\u002Dfacing web content and applications\x22},{\x22title\x22:\x22Cloud Kubernetes Service\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/kubernetes\u002Dservice?lnk=flatitem\x22,\x22description\x22:\x22Enable the orchestration of intelligent scheduling, self\u002Dhealing and horizontal scaling\x22},{\x22title\x22:\x22Cloud Object Storage\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/cloud\u002Dobject\u002Dstorage?lnk=flatitem\x22,\x22description\x22:\x22Store any data securely at scale, anywhere, backed by resilient architecture with simple all‑inclusive pricing for every usage cost\x22},{\x22title\x22:\x22Cloud Pak for Business Automation\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/cloud\u002Dpak\u002Dfor\u002Dbusiness\u002Dautomation?lnk=flatitem\x22,\x22description\x22:\x22A modular set of integrated software components for operations management and automation\x22},{\x22title\x22:\x22Cloud Paks\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/cloud\u002Dpaks?lnk=flatitem\x22,\x22description\x22:\x22Integrated, open, containerized solutions certified by IBM\x22},{\x22title\x22:\x22Cloud Satellite\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/satellite?lnk=flatitem\x22,\x22description\x22:\x22A software platform that allows you provision managed cloud services across any environment\x22},{\x22title\x22:\x22Cloud Virtual Servers for VPC\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/virtual\u002Dservers?lnk=flatitem\x22,\x22description\x22:\x22Configurable single\u002D or multi\u002Dtenant virtual machines, available with Intel, IBM zSystems, and IBM LinuxONE architectures\x22},{\x22title\x22:\x22GPUs and AI Accelerators on IBM Cloud\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/gpu\u002Dai\u002Daccelerator?lnk=flatitem\x22,\x22description\x22:\x22Securely scale AI and HPC workloads on a trusted enterprise environment\x22},{\x22title\x22:\x22Power Virtual Server\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/power\u002Dvirtual\u002Dserver?lnk=flatitem\x22,\x22description\x22:\x22A family of configurable, multitenant, virtual IBM Power servers that help you expand your hybrid journey\x22},{\x22title\x22:\x22Red Hat OpenShift\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/openshift?lnk=flatitem\x22,\x22description\x22:\x22Bring mission\u002Dcritical applications and AI initiatives to market with Red Hat OpenShift on IBM Cloud\x22}]}]},{\x22heading\x22:{\x22title\x22:\x22Compute\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/categories\/compute\u002Dproducts\x22,\x22description\x22:\x22\x22},\x22groups\x22:[{\x22heading\x22:{\x22title\x22:\x22\x22,\x22description\x22:\x22\x22},\x22links\x22:[{\x22title\x22:\x22AIX\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/aix?lnk=flatitem\x22,\x22description\x22:\x22IBM’s proprietary Unix operating system designed to run on IBM Power servers\x22},{\x22title\x22:\x22Confidential Computing Container Runtime\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/confidential\u002Dcomputing\u002Dcontainer\u002Druntime?lnk=flatitem\x22,\x22description\x22:\x22Hardware\u002Dlevel security for virtual servers on IBM Z and LinuxONE, available in on\u002Dpremises servers and managed offerings on IBM Cloud\x22},{\x22title\x22:\x22DataPower Gateway\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/datapower\u002Dgateway?lnk=flatitem\x22,\x22description\x22:\x22A purpose\u002Dbuilt security and integration platform for mobile, web, API, SOA, B2B and cloud workloads\x22},{\x22title\x22:\x22Digital Asset Haven\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/digital\u002Dasset\u002Dhaven?lnk=flatitem\x22,\x22description\x22:\x22Operational backbone for financial institutions and regulated enterprises entering the digital asset economy\x22},{\x22title\x22:\x22IBM i\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/ibm\u002Di?lnk=flatitem\x22,\x22description\x22:\x22Secure, stable, and integrated operating system for IBM Power Systems\x22},{\x22title\x22:\x22LinuxOne\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/linuxone?lnk=flatitem\x22,\x22description\x22:\x22Family of enterprise\u002Dgrade Linux servers, powered by the IBM Telum processor.\x22},{\x22title\x22:\x22Oracle on IBM Power\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/power\/oracle?lnk=flatitem\x22,\x22description\x22:\x22Designed to support the most demanding workloads for your Oracle hybrid cloud environment\x22},{\x22title\x22:\x22Power\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/power?lnk=flatitem\x22,\x22description\x22:\x22Accelerate big data insights and hybrid cloud deployment with an open server ecosystem\x22},{\x22title\x22:\x22Quantum\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/quantum?lnk=flatitem\x22,\x22description\x22:\x22Access the world’s largest fleet of 100+ qubit quantum computers and performant Qiskit software tools\x22}]}]},{\x22heading\x22:{\x22title\x22:\x22IBM Z\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/z\x22,\x22description\x22:\x22\x22},\x22groups\x22:[{\x22heading\x22:{\x22title\x22:\x22\x22,\x22description\x22:\x22\x22},\x22links\x22:[{\x22title\x22:\x22Application Discovery and Delivery Intelligence\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/app\u002Ddiscovery\u002Dand\u002Ddelivery\u002Dintelligence?lnk=flatitem\x22,\x22description\x22:\x22A software to analyze and visualize applications, data, and jobs on z\/OS\x22},{\x22title\x22:\x22CICS Transaction Server for z\/OS\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/cics\u002Dtransaction\u002Dserver?lnk=flatitem\x22,\x22description\x22:\x22Drive operational efficiencies while increasing service agility, with a service delivery platform for cloud computing\x22},{\x22title\x22:\x22Db2 for z\/OS\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/db2\u002Dfor\u002Dzos?lnk=flatitem\x22,\x22description\x22:\x22A relational database management system for z\/OS\x22},{\x22title\x22:\x22Developer for z\/OS Enterprise Edition\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/developer\u002Dfor\u002Dzos?lnk=flatitem\x22,\x22description\x22:\x22VS Code, full debugging, cloud, and AI tools, built on the core Eclipse\u002Dbased IBM Developer for z\/OS\x22},{\x22title\x22:\x22OMEGAMON\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/omegamon?lnk=flatitem\x22,\x22description\x22:\x22Monitor and manage sophisticated mainframe applications and environments\x22},{\x22title\x22:\x22watsonx Assistant for Z\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/watsonx\u002Dassistant\u002Dfor\u002Dz?lnk=flatitem\x22,\x22description\x22:\x22An AI\u002Dpowered tool that simplifies how users interact with and manage the mainframe with agentic workflows and generative AI\x22},{\x22title\x22:\x22watsonx Code Assistant for Z\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/watsonx\u002Dcode\u002Dassistant\u002Dz?lnk=flatitem\x22,\x22description\x22:\x22Accelerate the mainframe application lifecycle with generative AI and automation with IBM watsonx Code Assistant for Z\x22},{\x22title\x22:\x22Z Development and Test Environment\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/z\u002Ddevelopment\u002Dtest\u002Denvironment?lnk=flatitem\x22,\x22description\x22:\x22Develop and test IBM Z systems applications on Intel\u002Dbased hardware\x22},{\x22title\x22:\x22Z IntelliMagic Vision\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/z\u002Dintellimagic\u002Dvision?lnk=flatitem\x22,\x22description\x22:\x22Advanced performance analysis software for IBM Z\x22},{\x22title\x22:\x22z\/OS\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/zos?lnk=flatitem\x22,\x22description\x22:\x22A highly secure and scalable operating system for running mission\u002Dcritical applications\x22},{\x22title\x22:\x22z16\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/z16?lnk=flatitem\x22,\x22description\x22:\x22The latest IBM Z mainframe with on\u002Dchip AI inferencing and quantum\u002Dsafe technology\x22},{\x22title\x22:\x22z17\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/z17?lnk=flatitem\x22,\x22description\x22:\x22Process up to 5 million inference operations per second\x22}]}]},{\x22heading\x22:{\x22title\x22:\x22Storage\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/solutions\/storage?lnk=flatitem\x22,\x22description\x22:\x22\x22},\x22groups\x22:[{\x22heading\x22:{\x22title\x22:\x22\x22,\x22description\x22:\x22\x22},\x22links\x22:[{\x22title\x22:\x22FlashSystem\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/flashsystem?lnk=flatitem\x22,\x22description\x22:\x22Storage for mission critical workloads where availability, performance, and integrity cannot fail.\x22},{\x22title\x22:\x22 Fusion\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/storage\u002Dfusion?lnk=flatitem\x22,\x22description\x22:\x22Integrated compute, networking, and storage platform for containerized workloads and modern application environments.\x22},{\x22title\x22:\x22Storage area network (SAN)\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/storage\u002Darea\u002Dnetwork?lnk=flatitem\x22,\x22description\x22:\x22Consistent, lossless data movement between systems so performance, availability, and recovery are not impacted by the network.\x22},{\x22title\x22:\x22Storage Ceph\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/storage\u002Dceph?lnk=flatitem\x22,\x22description\x22:\x22Software\u002Ddefined unified storage for operational workloads and unstructured data.\x22},{\x22title\x22:\x22Storage Defender\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/storage\u002Ddefender?lnk=flatitem\x22,\x22description\x22:\x22Detect, protect, and recover from data breaches with immutable storage and automated resilience workflows.\x22},{\x22title\x22:\x22Storage DS8000\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/ds8000?lnk=flatitem\x22,\x22description\x22:\x22Mainframe storage designed for systems where transaction consistency must be guaranteed without exception.\x22},{\x22title\x22:\x22Storage Insights\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/storage\u002Dinsights?lnk=flatitem\x22,\x22description\x22:\x22Monitor, optimize, and predict storage behavior across environments so issues are address before they impact storage systems.\x22},{\x22title\x22:\x22Storage Scale System\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/storage\u002Dscale\u002Dsystem?lnk=flatitem\x22,\x22description\x22:\x22High\u002Dperformance file and object storage for large datasets, analytics, and data\u002Dintensive workloads.\x22},{\x22title\x22:\x22Tape Storage\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/tape?lnk=flatitem\x22,\x22description\x22:\x22Low\u002Dcost, energy\u002Defficient storage for long\u002Dterm retention and air\u002Dgapped data protection.\x22}]}]}],\x22viewAll\x22:{\x22title\x22:\x22Explore all products\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\x22}}},{\x22title\x22:\x22Consulting\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/consulting?lnk=L0G\x22},{\x22title\x22:\x22Support\x22,\x22url\x22:null,\x22submenu\x22:[{\x22title\x22:\x22Overview\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/mysupport\/s\/?language=en_US\x26lnk=flathl\x22,\x22description\x22:\x22Resolve product issues with self\u002Dservice tools\x22},{\x22title\x22:\x22Community\x22,\x22url\x22:\x22https:\/\/community.ibm.com\/community\/user\/community?lnk=flathl\x22,\x22description\x22:\x22Share knowledge in a collaborative environment to unlock innovation\x22},{\x22title\x22:\x22Developer\x22,\x22url\x22:\x22https:\/\/developer.ibm.com\/?lnk=flathl\x22,\x22description\x22:\x22Access digital resources, code samples and code trials\x22},{\x22title\x22:\x22Documentation\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/docs\/en?lnk=flathl\x22,\x22description\x22:\x22Understand, develop and deploy our products with comprehensive technical resources\x22},{\x22title\x22:\x22IBM Cloud platform\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/cloud\/support?lnk=flathl\x22,\x22description\x22:\x22Access subject matter experts and content to address questions and issues about IBM Cloud\x22},{\x22title\x22:\x22Implementation\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/products\/expertlabs?lnk=flatitem\x22,\x22description\x22:\x22Drive better business outcomes with an experienced team of IBM product experts\x22},{\x22title\x22:\x22Training\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/training\/?lnk=flathl\x22,\x22description\x22:\x22Develop your skills with premiere educational offerings and credentials\x22},{\x22title\x22:\x22Technology Lifecycle Services\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/services\/technology\u002Dlifecycle\u002Dservices?lnk=flathl\x22,\x22description\x22:\x22Elevate your support experience with a holistic approach to data center management across your IT environment\x22}]},{\x22title\x22:\x22Think\x22,\x22url\x22:\x22https:\/\/www.ibm.com\/think\x22}]}}"; + const data = JSON.parse(l0Json); + const mastheadContainerEl = document.querySelector( + 'c4d-masthead-container' + ); + + mastheadContainerEl.l0Data = data.mastheadNav.links; + mastheadContainerEl.unauthenticatedProfileItems = data.profileMenu.signedout; + mastheadContainerEl.authenticatedProfileItems = data.profileMenu.signedin; + + setTimeout(() => { + mastheadContainerEl.setAttribute('has-language-selector', false); + }, 500); + </script> +</html> |
