From 18b54571ce68504376e008c3a7ea1664981669c2 Mon Sep 17 00:00:00 2001 From: RefaelBeker7 Date: Tue, 2 Jul 2024 11:07:22 +0300 Subject: [PATCH] update Control-M Python Client documentation Chaining Jobs --- docs/_images/notebooks_hello_19_0.svg | 4 +- docs/_images/notebooks_hello_23_0.svg | 8 +- docs/_images/notebooks_hello_25_0.svg | 12 +- docs/_sources/notebooks/hello.ipynb.txt | 269 +- docs/_static/basic.css | 18 + docs/_static/pygments.css | 15 +- docs/_static/scripts/furo.js | 2 +- docs/_static/scripts/furo.js.map | 2 +- docs/_static/styles/furo.css | 2 +- docs/_static/styles/furo.css.map | 2 +- docs/aapi.html | 6048 ++++++++++++---------- docs/aapi.integration_factory.html | 4467 ++++++++++------ docs/beyond.html | 101 +- docs/ctm_python_client.core.html | 277 +- docs/ctm_python_client.ext.html | 115 +- docs/ctm_python_client.html | 101 +- docs/genindex.html | 724 ++- docs/gettingstarted.html | 105 +- docs/index.html | 121 +- docs/notebooks/ai.html | 99 +- docs/notebooks/authentication.html | 101 +- docs/notebooks/autogen.html | 97 +- docs/notebooks/connectionprofiles.html | 141 +- docs/notebooks/folders.html | 107 +- docs/notebooks/hello.html | 173 +- docs/notebooks/hello.ipynb | 170 +- docs/notebooks/jobproperties.html | 173 +- docs/notebooks/jobtypes.html | 165 +- docs/notebooks/monitoring.html | 105 +- docs/objects.inv | Bin 86188 -> 90876 bytes docs/py-modindex.html | 88 +- docs/search.html | 91 +- docs/searchindex.js | 2 +- docs/tutorials.html | 97 +- docs_source/source/notebooks/hello.ipynb | 269 +- requirements.txt | 2 +- 36 files changed, 9287 insertions(+), 4986 deletions(-) diff --git a/docs/_images/notebooks_hello_19_0.svg b/docs/_images/notebooks_hello_19_0.svg index 1048540..7265a72 100644 --- a/docs/_images/notebooks_hello_19_0.svg +++ b/docs/_images/notebooks_hello_19_0.svg @@ -1,14 +1,14 @@ - root - + cluster_0 diff --git a/docs/_images/notebooks_hello_23_0.svg b/docs/_images/notebooks_hello_23_0.svg index f94aec9..3ee7e5e 100644 --- a/docs/_images/notebooks_hello_23_0.svg +++ b/docs/_images/notebooks_hello_23_0.svg @@ -1,14 +1,14 @@ - root - + cluster_0 @@ -29,8 +29,8 @@ MyFolder/MyFirstJob->MyFolder/MySecondJob - - + + diff --git a/docs/_images/notebooks_hello_25_0.svg b/docs/_images/notebooks_hello_25_0.svg index 3fa3185..8dd6078 100644 --- a/docs/_images/notebooks_hello_25_0.svg +++ b/docs/_images/notebooks_hello_25_0.svg @@ -1,14 +1,14 @@ - root - + cluster_0 @@ -29,8 +29,8 @@ ChainedJobs/MyFirstJob->ChainedJobs/MySecondJob - - + + @@ -41,8 +41,8 @@ ChainedJobs/MySecondJob->ChainedJobs/MyThirdJob - - + + diff --git a/docs/_sources/notebooks/hello.ipynb.txt b/docs/_sources/notebooks/hello.ipynb.txt index 4cbc0e8..dc6d7bf 100644 --- a/docs/_sources/notebooks/hello.ipynb.txt +++ b/docs/_sources/notebooks/hello.ipynb.txt @@ -34,7 +34,7 @@ "outputs": [], "source": [ "workflow = Workflow(\n", - " Environment.create_workbench(),\n", + " Environment.create_workbench(host='workbench'),\n", " WorkflowDefaults(\n", " run_as='workbench', # defining workbench as the user to run the jobs by default\n", " )\n", @@ -260,9 +260,40 @@ "outputs": [ { "data": { - "image/svg+xml": "\n\n\n\n\n\nroot\n\n\ncluster_0\n\nMyFolder\n\n\n\nMyFolder/MyFirstJob\n\nMyFirstJob\n\n\n\nMyFolder/MySecondJob\n\nMySecondJob\n\n\n\n", + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "root\n", + "\n", + "\n", + "cluster_0\n", + "\n", + "MyFolder\n", + "\n", + "\n", + "\n", + "MyFolder/MyFirstJob\n", + "\n", + "MyFirstJob\n", + "\n", + "\n", + "\n", + "MyFolder/MySecondJob\n", + "\n", + "MySecondJob\n", + "\n", + "\n", + "\n" + ], "text/plain": [ - "" + "" ] }, "execution_count": 10, @@ -315,9 +346,46 @@ "outputs": [ { "data": { - "image/svg+xml": "\n\n\n\n\n\nroot\n\n\ncluster_0\n\nMyFolder\n\n\n\nMyFolder/MyFirstJob\n\nMyFirstJob\n\n\n\nMyFolder/MySecondJob\n\nMySecondJob\n\n\n\nMyFolder/MyFirstJob->MyFolder/MySecondJob\n\n\n\n\n\n", + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "root\n", + "\n", + "\n", + "cluster_0\n", + "\n", + "MyFolder\n", + "\n", + "\n", + "\n", + "MyFolder/MyFirstJob\n", + "\n", + "MyFirstJob\n", + "\n", + "\n", + "\n", + "MyFolder/MySecondJob\n", + "\n", + "MySecondJob\n", + "\n", + "\n", + "\n", + "MyFolder/MyFirstJob->MyFolder/MySecondJob\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], "text/plain": [ - "" + "" ] }, "execution_count": 12, @@ -346,9 +414,58 @@ "outputs": [ { "data": { - "image/svg+xml": "\n\n\n\n\n\nroot\n\n\ncluster_0\n\nChainedJobs\n\n\n\nChainedJobs/MyFirstJob\n\nMyFirstJob\n\n\n\nChainedJobs/MySecondJob\n\nMySecondJob\n\n\n\nChainedJobs/MyFirstJob->ChainedJobs/MySecondJob\n\n\n\n\n\nChainedJobs/MyThirdJob\n\nMyThirdJob\n\n\n\nChainedJobs/MySecondJob->ChainedJobs/MyThirdJob\n\n\n\n\n\n", + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "root\n", + "\n", + "\n", + "cluster_0\n", + "\n", + "ChainedJobs\n", + "\n", + "\n", + "\n", + "ChainedJobs/MyFirstJob\n", + "\n", + "MyFirstJob\n", + "\n", + "\n", + "\n", + "ChainedJobs/MySecondJob\n", + "\n", + "MySecondJob\n", + "\n", + "\n", + "\n", + "ChainedJobs/MyFirstJob->ChainedJobs/MySecondJob\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ChainedJobs/MyThirdJob\n", + "\n", + "MyThirdJob\n", + "\n", + "\n", + "\n", + "ChainedJobs/MySecondJob->ChainedJobs/MyThirdJob\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], "text/plain": [ - "" + "" ] }, "execution_count": 13, @@ -372,6 +489,138 @@ "get_graph(workflow)" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "In another example, \n", + "\n", + "Job1 triggers Job2 and Job3, and Job4 is waiting for both Job2 and Job3 to complete." + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [ + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "root\n", + "\n", + "\n", + "cluster_0\n", + "\n", + "ChainedJobs\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job1\n", + "\n", + "Job1\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job2\n", + "\n", + "Job2\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job1->ChainedJobs/Job2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job3\n", + "\n", + "Job3\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job1->ChainedJobs/Job3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job4\n", + "\n", + "Job4\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job2->ChainedJobs/Job4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job3->ChainedJobs/Job4\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "execution_count": 14, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "workflow.clear_all()\n", + "\n", + "workflow.chain(\n", + " [\n", + " JobCommand('Job1', command='echo Hello1'),\n", + " JobCommand('Job2', command='echo Hello2')\n", + " \n", + " ],\n", + " inpath='ChainedJobs'\n", + ")\n", + "workflow.chain(\n", + " [\n", + " JobCommand('Job1', command='echo Hello1'),\n", + " JobCommand('Job3', command='echo Hello3')\n", + " \n", + " ],\n", + " inpath='ChainedJobs'\n", + ")\n", + "workflow.chain(\n", + " [\n", + " JobCommand('Job2', command='echo Hello2'),\n", + " JobCommand('Job4', command='echo Hello4')\n", + " \n", + " ],\n", + " inpath='ChainedJobs'\n", + ")\n", + "workflow.chain(\n", + " [\n", + " JobCommand('Job3', command='echo Hello3'),\n", + " JobCommand('Job4', command='echo Hello4')\n", + " \n", + " ],\n", + " inpath='ChainedJobs'\n", + ")\n", + "\n", + "get_graph(workflow)" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -387,7 +636,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 15, "metadata": {}, "outputs": [ { @@ -438,7 +687,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 16, "metadata": {}, "outputs": [ { @@ -489,7 +738,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.4" + "version": "3.8.9" }, "orig_nbformat": 4, "vscode": { diff --git a/docs/_static/basic.css b/docs/_static/basic.css index 7577acb..cfc60b8 100644 --- a/docs/_static/basic.css +++ b/docs/_static/basic.css @@ -670,6 +670,16 @@ dd { margin-left: 30px; } +.sig dd { + margin-top: 0px; + margin-bottom: 0px; +} + +.sig dl { + margin-top: 0px; + margin-bottom: 0px; +} + dl > dd:last-child, dl > dd:last-child > :last-child { margin-bottom: 0; @@ -738,6 +748,14 @@ abbr, acronym { cursor: help; } +.translated { + background-color: rgba(207, 255, 207, 0.2) +} + +.untranslated { + background-color: rgba(255, 207, 207, 0.2) +} + /* -- code displays --------------------------------------------------------- */ pre { diff --git a/docs/_static/pygments.css b/docs/_static/pygments.css index d9a83a7..02b4b12 100644 --- a/docs/_static/pygments.css +++ b/docs/_static/pygments.css @@ -22,6 +22,7 @@ .highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */ .highlight .gd { color: #a40000 } /* Generic.Deleted */ .highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */ +.highlight .ges { color: #000000; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ .highlight .gr { color: #ef2929 } /* Generic.Error */ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight .gi { color: #00A000 } /* Generic.Inserted */ @@ -105,16 +106,17 @@ body[data-theme="dark"] .highlight .cp { color: #ff3a3a; font-weight: bold } /* body[data-theme="dark"] .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */ body[data-theme="dark"] .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */ body[data-theme="dark"] .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ -body[data-theme="dark"] .highlight .gd { color: #d22323 } /* Generic.Deleted */ +body[data-theme="dark"] .highlight .gd { color: #ff3a3a } /* Generic.Deleted */ body[data-theme="dark"] .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ -body[data-theme="dark"] .highlight .gr { color: #d22323 } /* Generic.Error */ +body[data-theme="dark"] .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ +body[data-theme="dark"] .highlight .gr { color: #ff3a3a } /* Generic.Error */ body[data-theme="dark"] .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ body[data-theme="dark"] .highlight .gi { color: #589819 } /* Generic.Inserted */ body[data-theme="dark"] .highlight .go { color: #cccccc } /* Generic.Output */ body[data-theme="dark"] .highlight .gp { color: #aaaaaa } /* Generic.Prompt */ body[data-theme="dark"] .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ body[data-theme="dark"] .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ -body[data-theme="dark"] .highlight .gt { color: #d22323 } /* Generic.Traceback */ +body[data-theme="dark"] .highlight .gt { color: #ff3a3a } /* Generic.Traceback */ body[data-theme="dark"] .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */ body[data-theme="dark"] .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */ body[data-theme="dark"] .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */ @@ -190,16 +192,17 @@ body:not([data-theme="light"]) .highlight .cp { color: #ff3a3a; font-weight: bol body:not([data-theme="light"]) .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */ body:not([data-theme="light"]) .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */ body:not([data-theme="light"]) .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ -body:not([data-theme="light"]) .highlight .gd { color: #d22323 } /* Generic.Deleted */ +body:not([data-theme="light"]) .highlight .gd { color: #ff3a3a } /* Generic.Deleted */ body:not([data-theme="light"]) .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ -body:not([data-theme="light"]) .highlight .gr { color: #d22323 } /* Generic.Error */ +body:not([data-theme="light"]) .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ +body:not([data-theme="light"]) .highlight .gr { color: #ff3a3a } /* Generic.Error */ body:not([data-theme="light"]) .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ body:not([data-theme="light"]) .highlight .gi { color: #589819 } /* Generic.Inserted */ body:not([data-theme="light"]) .highlight .go { color: #cccccc } /* Generic.Output */ body:not([data-theme="light"]) .highlight .gp { color: #aaaaaa } /* Generic.Prompt */ body:not([data-theme="light"]) .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ body:not([data-theme="light"]) .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ -body:not([data-theme="light"]) .highlight .gt { color: #d22323 } /* Generic.Traceback */ +body:not([data-theme="light"]) .highlight .gt { color: #ff3a3a } /* Generic.Traceback */ body:not([data-theme="light"]) .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */ body:not([data-theme="light"]) .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */ body:not([data-theme="light"]) .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */ diff --git a/docs/_static/scripts/furo.js b/docs/_static/scripts/furo.js index 32e7c05..0267c7e 100644 --- a/docs/_static/scripts/furo.js +++ b/docs/_static/scripts/furo.js @@ -1,3 +1,3 @@ /*! For license information please see furo.js.LICENSE.txt */ -(()=>{var t={212:function(t,e,n){var o,r;r=void 0!==n.g?n.g:"undefined"!=typeof window?window:this,o=function(){return function(t){"use strict";var e={navClass:"active",contentClass:"active",nested:!1,nestedClass:"active",offset:0,reflow:!1,events:!0},n=function(t,e,n){if(n.settings.events){var o=new CustomEvent(t,{bubbles:!0,cancelable:!0,detail:n});e.dispatchEvent(o)}},o=function(t){var e=0;if(t.offsetParent)for(;t;)e+=t.offsetTop,t=t.offsetParent;return e>=0?e:0},r=function(t){t&&t.sort((function(t,e){return o(t.content)=Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight)},l=function(t,e){var n=t[t.length-1];if(function(t,e){return!(!s()||!c(t.content,e,!0))}(n,e))return n;for(var o=t.length-1;o>=0;o--)if(c(t[o].content,e))return t[o]},a=function(t,e){if(e.nested&&t.parentNode){var n=t.parentNode.closest("li");n&&(n.classList.remove(e.nestedClass),a(n,e))}},i=function(t,e){if(t){var o=t.nav.closest("li");o&&(o.classList.remove(e.navClass),t.content.classList.remove(e.contentClass),a(o,e),n("gumshoeDeactivate",o,{link:t.nav,content:t.content,settings:e}))}},u=function(t,e){if(e.nested){var n=t.parentNode.closest("li");n&&(n.classList.add(e.nestedClass),u(n,e))}};return function(o,c){var s,a,d,f,m,v={setup:function(){s=document.querySelectorAll(o),a=[],Array.prototype.forEach.call(s,(function(t){var e=document.getElementById(decodeURIComponent(t.hash.substr(1)));e&&a.push({nav:t,content:e})})),r(a)},detect:function(){var t=l(a,m);t?d&&t.content===d.content||(i(d,m),function(t,e){if(t){var o=t.nav.closest("li");o&&(o.classList.add(e.navClass),t.content.classList.add(e.contentClass),u(o,e),n("gumshoeActivate",o,{link:t.nav,content:t.content,settings:e}))}}(t,m),d=t):d&&(i(d,m),d=null)}},h=function(e){f&&t.cancelAnimationFrame(f),f=t.requestAnimationFrame(v.detect)},g=function(e){f&&t.cancelAnimationFrame(f),f=t.requestAnimationFrame((function(){r(a),v.detect()}))};return v.destroy=function(){d&&i(d,m),t.removeEventListener("scroll",h,!1),m.reflow&&t.removeEventListener("resize",g,!1),a=null,s=null,d=null,f=null,m=null},m=function(){var t={};return Array.prototype.forEach.call(arguments,(function(e){for(var n in e){if(!e.hasOwnProperty(n))return;t[n]=e[n]}})),t}(e,c||{}),v.setup(),v.detect(),t.addEventListener("scroll",h,!1),m.reflow&&t.addEventListener("resize",g,!1),v}}(r)}.apply(e,[]),void 0===o||(t.exports=o)}},e={};function n(o){var r=e[o];if(void 0!==r)return r.exports;var c=e[o]={exports:{}};return t[o].call(c.exports,c,c.exports,n),c.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),(()=>{"use strict";var t=n(212),e=n.n(t),o=null,r=null,c=window.pageYOffset||document.documentElement.scrollTop;const s=64;function l(){const t=localStorage.getItem("theme")||"auto";var e;"light"!==(e=window.matchMedia("(prefers-color-scheme: dark)").matches?"auto"===t?"light":"light"==t?"dark":"auto":"auto"===t?"dark":"dark"==t?"light":"auto")&&"dark"!==e&&"auto"!==e&&(console.error(`Got invalid theme mode: ${e}. Resetting to auto.`),e="auto"),document.body.dataset.theme=e,localStorage.setItem("theme",e),console.log(`Changed to ${e} mode.`)}function a(){!function(){const t=document.getElementsByClassName("theme-toggle");Array.from(t).forEach((t=>{t.addEventListener("click",l)}))}(),function(){let t=0,e=!1;window.addEventListener("scroll",(function(n){t=window.scrollY,e||(window.requestAnimationFrame((function(){var n;n=t,0==Math.floor(r.getBoundingClientRect().top)?r.classList.add("scrolled"):r.classList.remove("scrolled"),function(t){tc&&document.documentElement.classList.remove("show-back-to-top"),c=t}(n),function(t){null!==o&&(0==t?o.scrollTo(0,0):Math.ceil(t)>=Math.floor(document.documentElement.scrollHeight-window.innerHeight)?o.scrollTo(0,o.scrollHeight):document.querySelector(".scroll-current"))}(n),e=!1})),e=!0)})),window.scroll()}(),null!==o&&new(e())(".toc-tree a",{reflow:!0,recursive:!0,navClass:"scroll-current",offset:()=>{let t=parseFloat(getComputedStyle(document.documentElement).fontSize);return r.getBoundingClientRect().height+.5*t+1}})}document.addEventListener("DOMContentLoaded",(function(){document.body.parentNode.classList.remove("no-js"),r=document.querySelector("header"),o=document.querySelector(".toc-scroll"),a()}))})()})(); +(()=>{var t={856:function(t,e,n){var o,r;r=void 0!==n.g?n.g:"undefined"!=typeof window?window:this,o=function(){return function(t){"use strict";var e={navClass:"active",contentClass:"active",nested:!1,nestedClass:"active",offset:0,reflow:!1,events:!0},n=function(t,e,n){if(n.settings.events){var o=new CustomEvent(t,{bubbles:!0,cancelable:!0,detail:n});e.dispatchEvent(o)}},o=function(t){var e=0;if(t.offsetParent)for(;t;)e+=t.offsetTop,t=t.offsetParent;return e>=0?e:0},r=function(t){t&&t.sort((function(t,e){return o(t.content)=Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight)},l=function(t,e){var n=t[t.length-1];if(function(t,e){return!(!s()||!c(t.content,e,!0))}(n,e))return n;for(var o=t.length-1;o>=0;o--)if(c(t[o].content,e))return t[o]},a=function(t,e){if(e.nested&&t.parentNode){var n=t.parentNode.closest("li");n&&(n.classList.remove(e.nestedClass),a(n,e))}},i=function(t,e){if(t){var o=t.nav.closest("li");o&&(o.classList.remove(e.navClass),t.content.classList.remove(e.contentClass),a(o,e),n("gumshoeDeactivate",o,{link:t.nav,content:t.content,settings:e}))}},u=function(t,e){if(e.nested){var n=t.parentNode.closest("li");n&&(n.classList.add(e.nestedClass),u(n,e))}};return function(o,c){var s,a,d,f,m,v={setup:function(){s=document.querySelectorAll(o),a=[],Array.prototype.forEach.call(s,(function(t){var e=document.getElementById(decodeURIComponent(t.hash.substr(1)));e&&a.push({nav:t,content:e})})),r(a)},detect:function(){var t=l(a,m);t?d&&t.content===d.content||(i(d,m),function(t,e){if(t){var o=t.nav.closest("li");o&&(o.classList.add(e.navClass),t.content.classList.add(e.contentClass),u(o,e),n("gumshoeActivate",o,{link:t.nav,content:t.content,settings:e}))}}(t,m),d=t):d&&(i(d,m),d=null)}},h=function(e){f&&t.cancelAnimationFrame(f),f=t.requestAnimationFrame(v.detect)},g=function(e){f&&t.cancelAnimationFrame(f),f=t.requestAnimationFrame((function(){r(a),v.detect()}))};return v.destroy=function(){d&&i(d,m),t.removeEventListener("scroll",h,!1),m.reflow&&t.removeEventListener("resize",g,!1),a=null,s=null,d=null,f=null,m=null},m=function(){var t={};return Array.prototype.forEach.call(arguments,(function(e){for(var n in e){if(!e.hasOwnProperty(n))return;t[n]=e[n]}})),t}(e,c||{}),v.setup(),v.detect(),t.addEventListener("scroll",h,!1),m.reflow&&t.addEventListener("resize",g,!1),v}}(r)}.apply(e,[]),void 0===o||(t.exports=o)}},e={};function n(o){var r=e[o];if(void 0!==r)return r.exports;var c=e[o]={exports:{}};return t[o].call(c.exports,c,c.exports,n),c.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),(()=>{"use strict";var t=n(856),e=n.n(t),o=null,r=null,c=window.pageYOffset||document.documentElement.scrollTop;const s=64;function l(){const t=localStorage.getItem("theme")||"auto";var e;"light"!==(e=window.matchMedia("(prefers-color-scheme: dark)").matches?"auto"===t?"light":"light"==t?"dark":"auto":"auto"===t?"dark":"dark"==t?"light":"auto")&&"dark"!==e&&"auto"!==e&&(console.error(`Got invalid theme mode: ${e}. Resetting to auto.`),e="auto"),document.body.dataset.theme=e,localStorage.setItem("theme",e),console.log(`Changed to ${e} mode.`)}function a(){!function(){const t=document.getElementsByClassName("theme-toggle");Array.from(t).forEach((t=>{t.addEventListener("click",l)}))}(),function(){let t=0,e=!1;window.addEventListener("scroll",(function(n){t=window.scrollY,e||(window.requestAnimationFrame((function(){var n;n=t,0==Math.floor(r.getBoundingClientRect().top)?r.classList.add("scrolled"):r.classList.remove("scrolled"),function(t){tc&&document.documentElement.classList.remove("show-back-to-top"),c=t}(n),function(t){null!==o&&(0==t?o.scrollTo(0,0):Math.ceil(t)>=Math.floor(document.documentElement.scrollHeight-window.innerHeight)?o.scrollTo(0,o.scrollHeight):document.querySelector(".scroll-current"))}(n),e=!1})),e=!0)})),window.scroll()}(),null!==o&&new(e())(".toc-tree a",{reflow:!0,recursive:!0,navClass:"scroll-current",offset:()=>{let t=parseFloat(getComputedStyle(document.documentElement).fontSize);return r.getBoundingClientRect().height+2.5*t+1}})}document.addEventListener("DOMContentLoaded",(function(){document.body.parentNode.classList.remove("no-js"),r=document.querySelector("header"),o=document.querySelector(".toc-scroll"),a()}))})()})(); //# sourceMappingURL=furo.js.map \ No newline at end of file diff --git a/docs/_static/scripts/furo.js.map b/docs/_static/scripts/furo.js.map index 7b7ddb1..c3b37aa 100644 --- a/docs/_static/scripts/furo.js.map +++ b/docs/_static/scripts/furo.js.map @@ -1 +1 @@ -{"version":3,"file":"scripts/furo.js","mappings":"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","sources":["webpack:///./src/furo/assets/scripts/gumshoe-patched.js","webpack:///webpack/bootstrap","webpack:///webpack/runtime/compat get default export","webpack:///webpack/runtime/define property getters","webpack:///webpack/runtime/global","webpack:///webpack/runtime/hasOwnProperty shorthand","webpack:///./src/furo/assets/scripts/furo.js"],"sourcesContent":["/*!\n * gumshoejs v5.1.2 (patched by @pradyunsg)\n * A simple, framework-agnostic scrollspy script.\n * (c) 2019 Chris Ferdinandi\n * MIT License\n * http://github.com/cferdinandi/gumshoe\n */\n\n(function (root, factory) {\n if (typeof define === \"function\" && define.amd) {\n define([], function () {\n return factory(root);\n });\n } else if (typeof exports === \"object\") {\n module.exports = factory(root);\n } else {\n root.Gumshoe = factory(root);\n }\n})(\n typeof global !== \"undefined\"\n ? global\n : typeof window !== \"undefined\"\n ? window\n : this,\n function (window) {\n \"use strict\";\n\n //\n // Defaults\n //\n\n var defaults = {\n // Active classes\n navClass: \"active\",\n contentClass: \"active\",\n\n // Nested navigation\n nested: false,\n nestedClass: \"active\",\n\n // Offset & reflow\n offset: 0,\n reflow: false,\n\n // Event support\n events: true,\n };\n\n //\n // Methods\n //\n\n /**\n * Merge two or more objects together.\n * @param {Object} objects The objects to merge together\n * @returns {Object} Merged values of defaults and options\n */\n var extend = function () {\n var merged = {};\n Array.prototype.forEach.call(arguments, function (obj) {\n for (var key in obj) {\n if (!obj.hasOwnProperty(key)) return;\n merged[key] = obj[key];\n }\n });\n return merged;\n };\n\n /**\n * Emit a custom event\n * @param {String} type The event type\n * @param {Node} elem The element to attach the event to\n * @param {Object} detail Any details to pass along with the event\n */\n var emitEvent = function (type, elem, detail) {\n // Make sure events are enabled\n if (!detail.settings.events) return;\n\n // Create a new event\n var event = new CustomEvent(type, {\n bubbles: true,\n cancelable: true,\n detail: detail,\n });\n\n // Dispatch the event\n elem.dispatchEvent(event);\n };\n\n /**\n * Get an element's distance from the top of the Document.\n * @param {Node} elem The element\n * @return {Number} Distance from the top in pixels\n */\n var getOffsetTop = function (elem) {\n var location = 0;\n if (elem.offsetParent) {\n while (elem) {\n location += elem.offsetTop;\n elem = elem.offsetParent;\n }\n }\n return location >= 0 ? location : 0;\n };\n\n /**\n * Sort content from first to last in the DOM\n * @param {Array} contents The content areas\n */\n var sortContents = function (contents) {\n if (contents) {\n contents.sort(function (item1, item2) {\n var offset1 = getOffsetTop(item1.content);\n var offset2 = getOffsetTop(item2.content);\n if (offset1 < offset2) return -1;\n return 1;\n });\n }\n };\n\n /**\n * Get the offset to use for calculating position\n * @param {Object} settings The settings for this instantiation\n * @return {Float} The number of pixels to offset the calculations\n */\n var getOffset = function (settings) {\n // if the offset is a function run it\n if (typeof settings.offset === \"function\") {\n return parseFloat(settings.offset());\n }\n\n // Otherwise, return it as-is\n return parseFloat(settings.offset);\n };\n\n /**\n * Get the document element's height\n * @private\n * @returns {Number}\n */\n var getDocumentHeight = function () {\n return Math.max(\n document.body.scrollHeight,\n document.documentElement.scrollHeight,\n document.body.offsetHeight,\n document.documentElement.offsetHeight,\n document.body.clientHeight,\n document.documentElement.clientHeight,\n );\n };\n\n /**\n * Determine if an element is in view\n * @param {Node} elem The element\n * @param {Object} settings The settings for this instantiation\n * @param {Boolean} bottom If true, check if element is above bottom of viewport instead\n * @return {Boolean} Returns true if element is in the viewport\n */\n var isInView = function (elem, settings, bottom) {\n var bounds = elem.getBoundingClientRect();\n var offset = getOffset(settings);\n if (bottom) {\n return (\n parseInt(bounds.bottom, 10) <\n (window.innerHeight || document.documentElement.clientHeight)\n );\n }\n return parseInt(bounds.top, 10) <= offset;\n };\n\n /**\n * Check if at the bottom of the viewport\n * @return {Boolean} If true, page is at the bottom of the viewport\n */\n var isAtBottom = function () {\n if (\n Math.ceil(window.innerHeight + window.pageYOffset) >=\n getDocumentHeight()\n )\n return true;\n return false;\n };\n\n /**\n * Check if the last item should be used (even if not at the top of the page)\n * @param {Object} item The last item\n * @param {Object} settings The settings for this instantiation\n * @return {Boolean} If true, use the last item\n */\n var useLastItem = function (item, settings) {\n if (isAtBottom() && isInView(item.content, settings, true)) return true;\n return false;\n };\n\n /**\n * Get the active content\n * @param {Array} contents The content areas\n * @param {Object} settings The settings for this instantiation\n * @return {Object} The content area and matching navigation link\n */\n var getActive = function (contents, settings) {\n var last = contents[contents.length - 1];\n if (useLastItem(last, settings)) return last;\n for (var i = contents.length - 1; i >= 0; i--) {\n if (isInView(contents[i].content, settings)) return contents[i];\n }\n };\n\n /**\n * Deactivate parent navs in a nested navigation\n * @param {Node} nav The starting navigation element\n * @param {Object} settings The settings for this instantiation\n */\n var deactivateNested = function (nav, settings) {\n // If nesting isn't activated, bail\n if (!settings.nested || !nav.parentNode) return;\n\n // Get the parent navigation\n var li = nav.parentNode.closest(\"li\");\n if (!li) return;\n\n // Remove the active class\n li.classList.remove(settings.nestedClass);\n\n // Apply recursively to any parent navigation elements\n deactivateNested(li, settings);\n };\n\n /**\n * Deactivate a nav and content area\n * @param {Object} items The nav item and content to deactivate\n * @param {Object} settings The settings for this instantiation\n */\n var deactivate = function (items, settings) {\n // Make sure there are items to deactivate\n if (!items) return;\n\n // Get the parent list item\n var li = items.nav.closest(\"li\");\n if (!li) return;\n\n // Remove the active class from the nav and content\n li.classList.remove(settings.navClass);\n items.content.classList.remove(settings.contentClass);\n\n // Deactivate any parent navs in a nested navigation\n deactivateNested(li, settings);\n\n // Emit a custom event\n emitEvent(\"gumshoeDeactivate\", li, {\n link: items.nav,\n content: items.content,\n settings: settings,\n });\n };\n\n /**\n * Activate parent navs in a nested navigation\n * @param {Node} nav The starting navigation element\n * @param {Object} settings The settings for this instantiation\n */\n var activateNested = function (nav, settings) {\n // If nesting isn't activated, bail\n if (!settings.nested) return;\n\n // Get the parent navigation\n var li = nav.parentNode.closest(\"li\");\n if (!li) return;\n\n // Add the active class\n li.classList.add(settings.nestedClass);\n\n // Apply recursively to any parent navigation elements\n activateNested(li, settings);\n };\n\n /**\n * Activate a nav and content area\n * @param {Object} items The nav item and content to activate\n * @param {Object} settings The settings for this instantiation\n */\n var activate = function (items, settings) {\n // Make sure there are items to activate\n if (!items) return;\n\n // Get the parent list item\n var li = items.nav.closest(\"li\");\n if (!li) return;\n\n // Add the active class to the nav and content\n li.classList.add(settings.navClass);\n items.content.classList.add(settings.contentClass);\n\n // Activate any parent navs in a nested navigation\n activateNested(li, settings);\n\n // Emit a custom event\n emitEvent(\"gumshoeActivate\", li, {\n link: items.nav,\n content: items.content,\n settings: settings,\n });\n };\n\n /**\n * Create the Constructor object\n * @param {String} selector The selector to use for navigation items\n * @param {Object} options User options and settings\n */\n var Constructor = function (selector, options) {\n //\n // Variables\n //\n\n var publicAPIs = {};\n var navItems, contents, current, timeout, settings;\n\n //\n // Methods\n //\n\n /**\n * Set variables from DOM elements\n */\n publicAPIs.setup = function () {\n // Get all nav items\n navItems = document.querySelectorAll(selector);\n\n // Create contents array\n contents = [];\n\n // Loop through each item, get it's matching content, and push to the array\n Array.prototype.forEach.call(navItems, function (item) {\n // Get the content for the nav item\n var content = document.getElementById(\n decodeURIComponent(item.hash.substr(1)),\n );\n if (!content) return;\n\n // Push to the contents array\n contents.push({\n nav: item,\n content: content,\n });\n });\n\n // Sort contents by the order they appear in the DOM\n sortContents(contents);\n };\n\n /**\n * Detect which content is currently active\n */\n publicAPIs.detect = function () {\n // Get the active content\n var active = getActive(contents, settings);\n\n // if there's no active content, deactivate and bail\n if (!active) {\n if (current) {\n deactivate(current, settings);\n current = null;\n }\n return;\n }\n\n // If the active content is the one currently active, do nothing\n if (current && active.content === current.content) return;\n\n // Deactivate the current content and activate the new content\n deactivate(current, settings);\n activate(active, settings);\n\n // Update the currently active content\n current = active;\n };\n\n /**\n * Detect the active content on scroll\n * Debounced for performance\n */\n var scrollHandler = function (event) {\n // If there's a timer, cancel it\n if (timeout) {\n window.cancelAnimationFrame(timeout);\n }\n\n // Setup debounce callback\n timeout = window.requestAnimationFrame(publicAPIs.detect);\n };\n\n /**\n * Update content sorting on resize\n * Debounced for performance\n */\n var resizeHandler = function (event) {\n // If there's a timer, cancel it\n if (timeout) {\n window.cancelAnimationFrame(timeout);\n }\n\n // Setup debounce callback\n timeout = window.requestAnimationFrame(function () {\n sortContents(contents);\n publicAPIs.detect();\n });\n };\n\n /**\n * Destroy the current instantiation\n */\n publicAPIs.destroy = function () {\n // Undo DOM changes\n if (current) {\n deactivate(current, settings);\n }\n\n // Remove event listeners\n window.removeEventListener(\"scroll\", scrollHandler, false);\n if (settings.reflow) {\n window.removeEventListener(\"resize\", resizeHandler, false);\n }\n\n // Reset variables\n contents = null;\n navItems = null;\n current = null;\n timeout = null;\n settings = null;\n };\n\n /**\n * Initialize the current instantiation\n */\n var init = function () {\n // Merge user options into defaults\n settings = extend(defaults, options || {});\n\n // Setup variables based on the current DOM\n publicAPIs.setup();\n\n // Find the currently active content\n publicAPIs.detect();\n\n // Setup event listeners\n window.addEventListener(\"scroll\", scrollHandler, false);\n if (settings.reflow) {\n window.addEventListener(\"resize\", resizeHandler, false);\n }\n };\n\n //\n // Initialize and return the public APIs\n //\n\n init();\n return publicAPIs;\n };\n\n //\n // Return the Constructor\n //\n\n return Constructor;\n },\n);\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","import Gumshoe from \"./gumshoe-patched.js\";\n\n////////////////////////////////////////////////////////////////////////////////\n// Scroll Handling\n////////////////////////////////////////////////////////////////////////////////\nvar tocScroll = null;\nvar header = null;\nvar lastScrollTop = window.pageYOffset || document.documentElement.scrollTop;\nconst GO_TO_TOP_OFFSET = 64;\n\nfunction scrollHandlerForHeader() {\n if (Math.floor(header.getBoundingClientRect().top) == 0) {\n header.classList.add(\"scrolled\");\n } else {\n header.classList.remove(\"scrolled\");\n }\n}\n\nfunction scrollHandlerForBackToTop(positionY) {\n if (positionY < GO_TO_TOP_OFFSET) {\n document.documentElement.classList.remove(\"show-back-to-top\");\n } else {\n if (positionY < lastScrollTop) {\n document.documentElement.classList.add(\"show-back-to-top\");\n } else if (positionY > lastScrollTop) {\n document.documentElement.classList.remove(\"show-back-to-top\");\n }\n }\n lastScrollTop = positionY;\n}\n\nfunction scrollHandlerForTOC(positionY) {\n if (tocScroll === null) {\n return;\n }\n\n // top of page.\n if (positionY == 0) {\n tocScroll.scrollTo(0, 0);\n } else if (\n // bottom of page.\n Math.ceil(positionY) >=\n Math.floor(document.documentElement.scrollHeight - window.innerHeight)\n ) {\n tocScroll.scrollTo(0, tocScroll.scrollHeight);\n } else {\n // somewhere in the middle.\n const current = document.querySelector(\".scroll-current\");\n if (current == null) {\n return;\n }\n\n // https://github.com/pypa/pip/issues/9159 This breaks scroll behaviours.\n // // scroll the currently \"active\" heading in toc, into view.\n // const rect = current.getBoundingClientRect();\n // if (0 > rect.top) {\n // current.scrollIntoView(true); // the argument is \"alignTop\"\n // } else if (rect.bottom > window.innerHeight) {\n // current.scrollIntoView(false);\n // }\n }\n}\n\nfunction scrollHandler(positionY) {\n scrollHandlerForHeader();\n scrollHandlerForBackToTop(positionY);\n scrollHandlerForTOC(positionY);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n// Theme Toggle\n////////////////////////////////////////////////////////////////////////////////\nfunction setTheme(mode) {\n if (mode !== \"light\" && mode !== \"dark\" && mode !== \"auto\") {\n console.error(`Got invalid theme mode: ${mode}. Resetting to auto.`);\n mode = \"auto\";\n }\n\n document.body.dataset.theme = mode;\n localStorage.setItem(\"theme\", mode);\n console.log(`Changed to ${mode} mode.`);\n}\n\nfunction cycleThemeOnce() {\n const currentTheme = localStorage.getItem(\"theme\") || \"auto\";\n const prefersDark = window.matchMedia(\"(prefers-color-scheme: dark)\").matches;\n\n if (prefersDark) {\n // Auto (dark) -> Light -> Dark\n if (currentTheme === \"auto\") {\n setTheme(\"light\");\n } else if (currentTheme == \"light\") {\n setTheme(\"dark\");\n } else {\n setTheme(\"auto\");\n }\n } else {\n // Auto (light) -> Dark -> Light\n if (currentTheme === \"auto\") {\n setTheme(\"dark\");\n } else if (currentTheme == \"dark\") {\n setTheme(\"light\");\n } else {\n setTheme(\"auto\");\n }\n }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n// Setup\n////////////////////////////////////////////////////////////////////////////////\nfunction setupScrollHandler() {\n // Taken from https://developer.mozilla.org/en-US/docs/Web/API/Document/scroll_event\n let last_known_scroll_position = 0;\n let ticking = false;\n\n window.addEventListener(\"scroll\", function (e) {\n last_known_scroll_position = window.scrollY;\n\n if (!ticking) {\n window.requestAnimationFrame(function () {\n scrollHandler(last_known_scroll_position);\n ticking = false;\n });\n\n ticking = true;\n }\n });\n window.scroll();\n}\n\nfunction setupScrollSpy() {\n if (tocScroll === null) {\n return;\n }\n\n // Scrollspy -- highlight table on contents, based on scroll\n new Gumshoe(\".toc-tree a\", {\n reflow: true,\n recursive: true,\n navClass: \"scroll-current\",\n offset: () => {\n let rem = parseFloat(getComputedStyle(document.documentElement).fontSize);\n return header.getBoundingClientRect().height + 0.5 * rem + 1;\n },\n });\n}\n\nfunction setupTheme() {\n // Attach event handlers for toggling themes\n const buttons = document.getElementsByClassName(\"theme-toggle\");\n Array.from(buttons).forEach((btn) => {\n btn.addEventListener(\"click\", cycleThemeOnce);\n });\n}\n\nfunction setup() {\n setupTheme();\n setupScrollHandler();\n setupScrollSpy();\n}\n\n////////////////////////////////////////////////////////////////////////////////\n// Main entrypoint\n////////////////////////////////////////////////////////////////////////////////\nfunction main() {\n document.body.parentNode.classList.remove(\"no-js\");\n\n header = document.querySelector(\"header\");\n tocScroll = document.querySelector(\".toc-scroll\");\n\n setup();\n}\n\ndocument.addEventListener(\"DOMContentLoaded\", main);\n"],"names":["root","g","window","this","defaults","navClass","contentClass","nested","nestedClass","offset","reflow","events","emitEvent","type","elem","detail","settings","event","CustomEvent","bubbles","cancelable","dispatchEvent","getOffsetTop","location","offsetParent","offsetTop","sortContents","contents","sort","item1","item2","content","isInView","bottom","bounds","getBoundingClientRect","parseFloat","getOffset","parseInt","innerHeight","document","documentElement","clientHeight","top","isAtBottom","Math","ceil","pageYOffset","max","body","scrollHeight","offsetHeight","getActive","last","length","item","useLastItem","i","deactivateNested","nav","parentNode","li","closest","classList","remove","deactivate","items","link","activateNested","add","selector","options","navItems","current","timeout","publicAPIs","querySelectorAll","Array","prototype","forEach","call","getElementById","decodeURIComponent","hash","substr","push","active","activate","scrollHandler","cancelAnimationFrame","requestAnimationFrame","detect","resizeHandler","destroy","removeEventListener","merged","arguments","obj","key","hasOwnProperty","extend","setup","addEventListener","factory","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","exports","module","__webpack_modules__","n","getter","__esModule","d","a","definition","o","Object","defineProperty","enumerable","get","globalThis","Function","e","prop","tocScroll","header","lastScrollTop","scrollTop","GO_TO_TOP_OFFSET","cycleThemeOnce","currentTheme","localStorage","getItem","mode","matchMedia","matches","console","error","dataset","theme","setItem","log","buttons","getElementsByClassName","from","btn","setupTheme","last_known_scroll_position","ticking","scrollY","positionY","floor","scrollHandlerForBackToTop","scrollTo","querySelector","scrollHandlerForTOC","scroll","setupScrollHandler","recursive","rem","getComputedStyle","fontSize","height"],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"scripts/furo.js","mappings":"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","sources":["webpack:///./src/furo/assets/scripts/gumshoe-patched.js","webpack:///webpack/bootstrap","webpack:///webpack/runtime/compat get default export","webpack:///webpack/runtime/define property getters","webpack:///webpack/runtime/global","webpack:///webpack/runtime/hasOwnProperty shorthand","webpack:///./src/furo/assets/scripts/furo.js"],"sourcesContent":["/*!\n * gumshoejs v5.1.2 (patched by @pradyunsg)\n * A simple, framework-agnostic scrollspy script.\n * (c) 2019 Chris Ferdinandi\n * MIT License\n * http://github.com/cferdinandi/gumshoe\n */\n\n(function (root, factory) {\n if (typeof define === \"function\" && define.amd) {\n define([], function () {\n return factory(root);\n });\n } else if (typeof exports === \"object\") {\n module.exports = factory(root);\n } else {\n root.Gumshoe = factory(root);\n }\n})(\n typeof global !== \"undefined\"\n ? global\n : typeof window !== \"undefined\"\n ? window\n : this,\n function (window) {\n \"use strict\";\n\n //\n // Defaults\n //\n\n var defaults = {\n // Active classes\n navClass: \"active\",\n contentClass: \"active\",\n\n // Nested navigation\n nested: false,\n nestedClass: \"active\",\n\n // Offset & reflow\n offset: 0,\n reflow: false,\n\n // Event support\n events: true,\n };\n\n //\n // Methods\n //\n\n /**\n * Merge two or more objects together.\n * @param {Object} objects The objects to merge together\n * @returns {Object} Merged values of defaults and options\n */\n var extend = function () {\n var merged = {};\n Array.prototype.forEach.call(arguments, function (obj) {\n for (var key in obj) {\n if (!obj.hasOwnProperty(key)) return;\n merged[key] = obj[key];\n }\n });\n return merged;\n };\n\n /**\n * Emit a custom event\n * @param {String} type The event type\n * @param {Node} elem The element to attach the event to\n * @param {Object} detail Any details to pass along with the event\n */\n var emitEvent = function (type, elem, detail) {\n // Make sure events are enabled\n if (!detail.settings.events) return;\n\n // Create a new event\n var event = new CustomEvent(type, {\n bubbles: true,\n cancelable: true,\n detail: detail,\n });\n\n // Dispatch the event\n elem.dispatchEvent(event);\n };\n\n /**\n * Get an element's distance from the top of the Document.\n * @param {Node} elem The element\n * @return {Number} Distance from the top in pixels\n */\n var getOffsetTop = function (elem) {\n var location = 0;\n if (elem.offsetParent) {\n while (elem) {\n location += elem.offsetTop;\n elem = elem.offsetParent;\n }\n }\n return location >= 0 ? location : 0;\n };\n\n /**\n * Sort content from first to last in the DOM\n * @param {Array} contents The content areas\n */\n var sortContents = function (contents) {\n if (contents) {\n contents.sort(function (item1, item2) {\n var offset1 = getOffsetTop(item1.content);\n var offset2 = getOffsetTop(item2.content);\n if (offset1 < offset2) return -1;\n return 1;\n });\n }\n };\n\n /**\n * Get the offset to use for calculating position\n * @param {Object} settings The settings for this instantiation\n * @return {Float} The number of pixels to offset the calculations\n */\n var getOffset = function (settings) {\n // if the offset is a function run it\n if (typeof settings.offset === \"function\") {\n return parseFloat(settings.offset());\n }\n\n // Otherwise, return it as-is\n return parseFloat(settings.offset);\n };\n\n /**\n * Get the document element's height\n * @private\n * @returns {Number}\n */\n var getDocumentHeight = function () {\n return Math.max(\n document.body.scrollHeight,\n document.documentElement.scrollHeight,\n document.body.offsetHeight,\n document.documentElement.offsetHeight,\n document.body.clientHeight,\n document.documentElement.clientHeight,\n );\n };\n\n /**\n * Determine if an element is in view\n * @param {Node} elem The element\n * @param {Object} settings The settings for this instantiation\n * @param {Boolean} bottom If true, check if element is above bottom of viewport instead\n * @return {Boolean} Returns true if element is in the viewport\n */\n var isInView = function (elem, settings, bottom) {\n var bounds = elem.getBoundingClientRect();\n var offset = getOffset(settings);\n if (bottom) {\n return (\n parseInt(bounds.bottom, 10) <\n (window.innerHeight || document.documentElement.clientHeight)\n );\n }\n return parseInt(bounds.top, 10) <= offset;\n };\n\n /**\n * Check if at the bottom of the viewport\n * @return {Boolean} If true, page is at the bottom of the viewport\n */\n var isAtBottom = function () {\n if (\n Math.ceil(window.innerHeight + window.pageYOffset) >=\n getDocumentHeight()\n )\n return true;\n return false;\n };\n\n /**\n * Check if the last item should be used (even if not at the top of the page)\n * @param {Object} item The last item\n * @param {Object} settings The settings for this instantiation\n * @return {Boolean} If true, use the last item\n */\n var useLastItem = function (item, settings) {\n if (isAtBottom() && isInView(item.content, settings, true)) return true;\n return false;\n };\n\n /**\n * Get the active content\n * @param {Array} contents The content areas\n * @param {Object} settings The settings for this instantiation\n * @return {Object} The content area and matching navigation link\n */\n var getActive = function (contents, settings) {\n var last = contents[contents.length - 1];\n if (useLastItem(last, settings)) return last;\n for (var i = contents.length - 1; i >= 0; i--) {\n if (isInView(contents[i].content, settings)) return contents[i];\n }\n };\n\n /**\n * Deactivate parent navs in a nested navigation\n * @param {Node} nav The starting navigation element\n * @param {Object} settings The settings for this instantiation\n */\n var deactivateNested = function (nav, settings) {\n // If nesting isn't activated, bail\n if (!settings.nested || !nav.parentNode) return;\n\n // Get the parent navigation\n var li = nav.parentNode.closest(\"li\");\n if (!li) return;\n\n // Remove the active class\n li.classList.remove(settings.nestedClass);\n\n // Apply recursively to any parent navigation elements\n deactivateNested(li, settings);\n };\n\n /**\n * Deactivate a nav and content area\n * @param {Object} items The nav item and content to deactivate\n * @param {Object} settings The settings for this instantiation\n */\n var deactivate = function (items, settings) {\n // Make sure there are items to deactivate\n if (!items) return;\n\n // Get the parent list item\n var li = items.nav.closest(\"li\");\n if (!li) return;\n\n // Remove the active class from the nav and content\n li.classList.remove(settings.navClass);\n items.content.classList.remove(settings.contentClass);\n\n // Deactivate any parent navs in a nested navigation\n deactivateNested(li, settings);\n\n // Emit a custom event\n emitEvent(\"gumshoeDeactivate\", li, {\n link: items.nav,\n content: items.content,\n settings: settings,\n });\n };\n\n /**\n * Activate parent navs in a nested navigation\n * @param {Node} nav The starting navigation element\n * @param {Object} settings The settings for this instantiation\n */\n var activateNested = function (nav, settings) {\n // If nesting isn't activated, bail\n if (!settings.nested) return;\n\n // Get the parent navigation\n var li = nav.parentNode.closest(\"li\");\n if (!li) return;\n\n // Add the active class\n li.classList.add(settings.nestedClass);\n\n // Apply recursively to any parent navigation elements\n activateNested(li, settings);\n };\n\n /**\n * Activate a nav and content area\n * @param {Object} items The nav item and content to activate\n * @param {Object} settings The settings for this instantiation\n */\n var activate = function (items, settings) {\n // Make sure there are items to activate\n if (!items) return;\n\n // Get the parent list item\n var li = items.nav.closest(\"li\");\n if (!li) return;\n\n // Add the active class to the nav and content\n li.classList.add(settings.navClass);\n items.content.classList.add(settings.contentClass);\n\n // Activate any parent navs in a nested navigation\n activateNested(li, settings);\n\n // Emit a custom event\n emitEvent(\"gumshoeActivate\", li, {\n link: items.nav,\n content: items.content,\n settings: settings,\n });\n };\n\n /**\n * Create the Constructor object\n * @param {String} selector The selector to use for navigation items\n * @param {Object} options User options and settings\n */\n var Constructor = function (selector, options) {\n //\n // Variables\n //\n\n var publicAPIs = {};\n var navItems, contents, current, timeout, settings;\n\n //\n // Methods\n //\n\n /**\n * Set variables from DOM elements\n */\n publicAPIs.setup = function () {\n // Get all nav items\n navItems = document.querySelectorAll(selector);\n\n // Create contents array\n contents = [];\n\n // Loop through each item, get it's matching content, and push to the array\n Array.prototype.forEach.call(navItems, function (item) {\n // Get the content for the nav item\n var content = document.getElementById(\n decodeURIComponent(item.hash.substr(1)),\n );\n if (!content) return;\n\n // Push to the contents array\n contents.push({\n nav: item,\n content: content,\n });\n });\n\n // Sort contents by the order they appear in the DOM\n sortContents(contents);\n };\n\n /**\n * Detect which content is currently active\n */\n publicAPIs.detect = function () {\n // Get the active content\n var active = getActive(contents, settings);\n\n // if there's no active content, deactivate and bail\n if (!active) {\n if (current) {\n deactivate(current, settings);\n current = null;\n }\n return;\n }\n\n // If the active content is the one currently active, do nothing\n if (current && active.content === current.content) return;\n\n // Deactivate the current content and activate the new content\n deactivate(current, settings);\n activate(active, settings);\n\n // Update the currently active content\n current = active;\n };\n\n /**\n * Detect the active content on scroll\n * Debounced for performance\n */\n var scrollHandler = function (event) {\n // If there's a timer, cancel it\n if (timeout) {\n window.cancelAnimationFrame(timeout);\n }\n\n // Setup debounce callback\n timeout = window.requestAnimationFrame(publicAPIs.detect);\n };\n\n /**\n * Update content sorting on resize\n * Debounced for performance\n */\n var resizeHandler = function (event) {\n // If there's a timer, cancel it\n if (timeout) {\n window.cancelAnimationFrame(timeout);\n }\n\n // Setup debounce callback\n timeout = window.requestAnimationFrame(function () {\n sortContents(contents);\n publicAPIs.detect();\n });\n };\n\n /**\n * Destroy the current instantiation\n */\n publicAPIs.destroy = function () {\n // Undo DOM changes\n if (current) {\n deactivate(current, settings);\n }\n\n // Remove event listeners\n window.removeEventListener(\"scroll\", scrollHandler, false);\n if (settings.reflow) {\n window.removeEventListener(\"resize\", resizeHandler, false);\n }\n\n // Reset variables\n contents = null;\n navItems = null;\n current = null;\n timeout = null;\n settings = null;\n };\n\n /**\n * Initialize the current instantiation\n */\n var init = function () {\n // Merge user options into defaults\n settings = extend(defaults, options || {});\n\n // Setup variables based on the current DOM\n publicAPIs.setup();\n\n // Find the currently active content\n publicAPIs.detect();\n\n // Setup event listeners\n window.addEventListener(\"scroll\", scrollHandler, false);\n if (settings.reflow) {\n window.addEventListener(\"resize\", resizeHandler, false);\n }\n };\n\n //\n // Initialize and return the public APIs\n //\n\n init();\n return publicAPIs;\n };\n\n //\n // Return the Constructor\n //\n\n return Constructor;\n },\n);\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","import Gumshoe from \"./gumshoe-patched.js\";\n\n////////////////////////////////////////////////////////////////////////////////\n// Scroll Handling\n////////////////////////////////////////////////////////////////////////////////\nvar tocScroll = null;\nvar header = null;\nvar lastScrollTop = window.pageYOffset || document.documentElement.scrollTop;\nconst GO_TO_TOP_OFFSET = 64;\n\nfunction scrollHandlerForHeader() {\n if (Math.floor(header.getBoundingClientRect().top) == 0) {\n header.classList.add(\"scrolled\");\n } else {\n header.classList.remove(\"scrolled\");\n }\n}\n\nfunction scrollHandlerForBackToTop(positionY) {\n if (positionY < GO_TO_TOP_OFFSET) {\n document.documentElement.classList.remove(\"show-back-to-top\");\n } else {\n if (positionY < lastScrollTop) {\n document.documentElement.classList.add(\"show-back-to-top\");\n } else if (positionY > lastScrollTop) {\n document.documentElement.classList.remove(\"show-back-to-top\");\n }\n }\n lastScrollTop = positionY;\n}\n\nfunction scrollHandlerForTOC(positionY) {\n if (tocScroll === null) {\n return;\n }\n\n // top of page.\n if (positionY == 0) {\n tocScroll.scrollTo(0, 0);\n } else if (\n // bottom of page.\n Math.ceil(positionY) >=\n Math.floor(document.documentElement.scrollHeight - window.innerHeight)\n ) {\n tocScroll.scrollTo(0, tocScroll.scrollHeight);\n } else {\n // somewhere in the middle.\n const current = document.querySelector(\".scroll-current\");\n if (current == null) {\n return;\n }\n\n // https://github.com/pypa/pip/issues/9159 This breaks scroll behaviours.\n // // scroll the currently \"active\" heading in toc, into view.\n // const rect = current.getBoundingClientRect();\n // if (0 > rect.top) {\n // current.scrollIntoView(true); // the argument is \"alignTop\"\n // } else if (rect.bottom > window.innerHeight) {\n // current.scrollIntoView(false);\n // }\n }\n}\n\nfunction scrollHandler(positionY) {\n scrollHandlerForHeader();\n scrollHandlerForBackToTop(positionY);\n scrollHandlerForTOC(positionY);\n}\n\n////////////////////////////////////////////////////////////////////////////////\n// Theme Toggle\n////////////////////////////////////////////////////////////////////////////////\nfunction setTheme(mode) {\n if (mode !== \"light\" && mode !== \"dark\" && mode !== \"auto\") {\n console.error(`Got invalid theme mode: ${mode}. Resetting to auto.`);\n mode = \"auto\";\n }\n\n document.body.dataset.theme = mode;\n localStorage.setItem(\"theme\", mode);\n console.log(`Changed to ${mode} mode.`);\n}\n\nfunction cycleThemeOnce() {\n const currentTheme = localStorage.getItem(\"theme\") || \"auto\";\n const prefersDark = window.matchMedia(\"(prefers-color-scheme: dark)\").matches;\n\n if (prefersDark) {\n // Auto (dark) -> Light -> Dark\n if (currentTheme === \"auto\") {\n setTheme(\"light\");\n } else if (currentTheme == \"light\") {\n setTheme(\"dark\");\n } else {\n setTheme(\"auto\");\n }\n } else {\n // Auto (light) -> Dark -> Light\n if (currentTheme === \"auto\") {\n setTheme(\"dark\");\n } else if (currentTheme == \"dark\") {\n setTheme(\"light\");\n } else {\n setTheme(\"auto\");\n }\n }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n// Setup\n////////////////////////////////////////////////////////////////////////////////\nfunction setupScrollHandler() {\n // Taken from https://developer.mozilla.org/en-US/docs/Web/API/Document/scroll_event\n let last_known_scroll_position = 0;\n let ticking = false;\n\n window.addEventListener(\"scroll\", function (e) {\n last_known_scroll_position = window.scrollY;\n\n if (!ticking) {\n window.requestAnimationFrame(function () {\n scrollHandler(last_known_scroll_position);\n ticking = false;\n });\n\n ticking = true;\n }\n });\n window.scroll();\n}\n\nfunction setupScrollSpy() {\n if (tocScroll === null) {\n return;\n }\n\n // Scrollspy -- highlight table on contents, based on scroll\n new Gumshoe(\".toc-tree a\", {\n reflow: true,\n recursive: true,\n navClass: \"scroll-current\",\n offset: () => {\n let rem = parseFloat(getComputedStyle(document.documentElement).fontSize);\n return header.getBoundingClientRect().height + 2.5 * rem + 1;\n },\n });\n}\n\nfunction setupTheme() {\n // Attach event handlers for toggling themes\n const buttons = document.getElementsByClassName(\"theme-toggle\");\n Array.from(buttons).forEach((btn) => {\n btn.addEventListener(\"click\", cycleThemeOnce);\n });\n}\n\nfunction setup() {\n setupTheme();\n setupScrollHandler();\n setupScrollSpy();\n}\n\n////////////////////////////////////////////////////////////////////////////////\n// Main entrypoint\n////////////////////////////////////////////////////////////////////////////////\nfunction main() {\n document.body.parentNode.classList.remove(\"no-js\");\n\n header = document.querySelector(\"header\");\n tocScroll = document.querySelector(\".toc-scroll\");\n\n setup();\n}\n\ndocument.addEventListener(\"DOMContentLoaded\", main);\n"],"names":["root","g","window","this","defaults","navClass","contentClass","nested","nestedClass","offset","reflow","events","emitEvent","type","elem","detail","settings","event","CustomEvent","bubbles","cancelable","dispatchEvent","getOffsetTop","location","offsetParent","offsetTop","sortContents","contents","sort","item1","item2","content","isInView","bottom","bounds","getBoundingClientRect","parseFloat","getOffset","parseInt","innerHeight","document","documentElement","clientHeight","top","isAtBottom","Math","ceil","pageYOffset","max","body","scrollHeight","offsetHeight","getActive","last","length","item","useLastItem","i","deactivateNested","nav","parentNode","li","closest","classList","remove","deactivate","items","link","activateNested","add","selector","options","navItems","current","timeout","publicAPIs","querySelectorAll","Array","prototype","forEach","call","getElementById","decodeURIComponent","hash","substr","push","active","activate","scrollHandler","cancelAnimationFrame","requestAnimationFrame","detect","resizeHandler","destroy","removeEventListener","merged","arguments","obj","key","hasOwnProperty","extend","setup","addEventListener","factory","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","exports","module","__webpack_modules__","n","getter","__esModule","d","a","definition","o","Object","defineProperty","enumerable","get","globalThis","Function","e","prop","tocScroll","header","lastScrollTop","scrollTop","GO_TO_TOP_OFFSET","cycleThemeOnce","currentTheme","localStorage","getItem","mode","matchMedia","matches","console","error","dataset","theme","setItem","log","buttons","getElementsByClassName","from","btn","setupTheme","last_known_scroll_position","ticking","scrollY","positionY","floor","scrollHandlerForBackToTop","scrollTo","querySelector","scrollHandlerForTOC","scroll","setupScrollHandler","recursive","rem","getComputedStyle","fontSize","height"],"sourceRoot":""} \ No newline at end of file diff --git a/docs/_static/styles/furo.css b/docs/_static/styles/furo.css index f853550..e3d4e57 100644 --- a/docs/_static/styles/furo.css +++ b/docs/_static/styles/furo.css @@ -1,2 +1,2 @@ -/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}@media print{.content-icon-container,.headerlink,.mobile-header,.related-pages{display:none!important}.highlight{border:.1pt solid var(--color-foreground-border)}a,blockquote,dl,ol,pre,table,ul{page-break-inside:avoid}caption,figure,h1,h2,h3,h4,h5,h6,img{page-break-after:avoid;page-break-inside:avoid}dl,ol,ul{page-break-before:avoid}}.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}:-moz-focusring{outline:auto}body{--font-stack:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;--font-stack--monospace:"SFMono-Regular",Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;--font-size--normal:100%;--font-size--small:87.5%;--font-size--small--2:81.25%;--font-size--small--3:75%;--font-size--small--4:62.5%;--sidebar-caption-font-size:var(--font-size--small--2);--sidebar-item-font-size:var(--font-size--small);--sidebar-search-input-font-size:var(--font-size--small);--toc-font-size:var(--font-size--small--3);--toc-font-size--mobile:var(--font-size--normal);--toc-title-font-size:var(--font-size--small--4);--admonition-font-size:0.8125rem;--admonition-title-font-size:0.8125rem;--code-font-size:var(--font-size--small--2);--api-font-size:var(--font-size--small);--header-height:calc(var(--sidebar-item-line-height) + var(--sidebar-item-spacing-vertical)*4);--header-padding:0.5rem;--sidebar-tree-space-above:1.5rem;--sidebar-caption-space-above:1rem;--sidebar-item-line-height:1rem;--sidebar-item-spacing-vertical:0.5rem;--sidebar-item-spacing-horizontal:1rem;--sidebar-item-height:calc(var(--sidebar-item-line-height) + var(--sidebar-item-spacing-vertical)*2);--sidebar-expander-width:var(--sidebar-item-height);--sidebar-search-space-above:0.5rem;--sidebar-search-input-spacing-vertical:0.5rem;--sidebar-search-input-spacing-horizontal:0.5rem;--sidebar-search-input-height:1rem;--sidebar-search-icon-size:var(--sidebar-search-input-height);--toc-title-padding:0.25rem 0;--toc-spacing-vertical:1.5rem;--toc-spacing-horizontal:1.5rem;--toc-item-spacing-vertical:0.4rem;--toc-item-spacing-horizontal:1rem;--icon-search:url('data:image/svg+xml;charset=utf-8,');--icon-pencil:url('data:image/svg+xml;charset=utf-8,');--icon-abstract:url('data:image/svg+xml;charset=utf-8,');--icon-info:url('data:image/svg+xml;charset=utf-8,');--icon-flame:url('data:image/svg+xml;charset=utf-8,');--icon-question:url('data:image/svg+xml;charset=utf-8,');--icon-warning:url('data:image/svg+xml;charset=utf-8,');--icon-failure:url('data:image/svg+xml;charset=utf-8,');--icon-spark:url('data:image/svg+xml;charset=utf-8,');--color-admonition-title--caution:#ff9100;--color-admonition-title-background--caution:rgba(255,145,0,.2);--color-admonition-title--warning:#ff9100;--color-admonition-title-background--warning:rgba(255,145,0,.2);--color-admonition-title--danger:#ff5252;--color-admonition-title-background--danger:rgba(255,82,82,.2);--color-admonition-title--attention:#ff5252;--color-admonition-title-background--attention:rgba(255,82,82,.2);--color-admonition-title--error:#ff5252;--color-admonition-title-background--error:rgba(255,82,82,.2);--color-admonition-title--hint:#00c852;--color-admonition-title-background--hint:rgba(0,200,82,.2);--color-admonition-title--tip:#00c852;--color-admonition-title-background--tip:rgba(0,200,82,.2);--color-admonition-title--important:#00bfa5;--color-admonition-title-background--important:rgba(0,191,165,.2);--color-admonition-title--note:#00b0ff;--color-admonition-title-background--note:rgba(0,176,255,.2);--color-admonition-title--seealso:#448aff;--color-admonition-title-background--seealso:rgba(68,138,255,.2);--color-admonition-title--admonition-todo:grey;--color-admonition-title-background--admonition-todo:hsla(0,0%,50%,.2);--color-admonition-title:#651fff;--color-admonition-title-background:rgba(101,31,255,.2);--icon-admonition-default:var(--icon-abstract);--color-topic-title:#14b8a6;--color-topic-title-background:rgba(20,184,166,.2);--icon-topic-default:var(--icon-pencil);--color-problematic:#b30000;--color-foreground-primary:#000;--color-foreground-secondary:#5a5c63;--color-foreground-muted:#646776;--color-foreground-border:#878787;--color-background-primary:#fff;--color-background-secondary:#f8f9fb;--color-background-hover:#efeff4;--color-background-hover--transparent:#efeff400;--color-background-border:#eeebee;--color-background-item:#ccc;--color-announcement-background:#000000dd;--color-announcement-text:#eeebee;--color-brand-primary:#2962ff;--color-brand-content:#2a5adf;--color-api-background:var(--color-background-hover--transparent);--color-api-background-hover:var(--color-background-hover);--color-api-overall:var(--color-foreground-secondary);--color-api-name:var(--color-problematic);--color-api-pre-name:var(--color-problematic);--color-api-paren:var(--color-foreground-secondary);--color-api-keyword:var(--color-foreground-primary);--color-highlight-on-target:#ffc;--color-inline-code-background:var(--color-background-secondary);--color-highlighted-background:#def;--color-highlighted-text:var(--color-foreground-primary);--color-guilabel-background:#ddeeff80;--color-guilabel-border:#bedaf580;--color-guilabel-text:var(--color-foreground-primary);--color-admonition-background:transparent;--color-table-header-background:var(--color-background-secondary);--color-table-border:var(--color-background-border);--color-card-border:var(--color-background-secondary);--color-card-background:transparent;--color-card-marginals-background:var(--color-background-secondary);--color-header-background:var(--color-background-primary);--color-header-border:var(--color-background-border);--color-header-text:var(--color-foreground-primary);--color-sidebar-background:var(--color-background-secondary);--color-sidebar-background-border:var(--color-background-border);--color-sidebar-brand-text:var(--color-foreground-primary);--color-sidebar-caption-text:var(--color-foreground-muted);--color-sidebar-link-text:var(--color-foreground-secondary);--color-sidebar-link-text--top-level:var(--color-brand-primary);--color-sidebar-item-background:var(--color-sidebar-background);--color-sidebar-item-background--current:var( --color-sidebar-item-background );--color-sidebar-item-background--hover:linear-gradient(90deg,var(--color-background-hover--transparent) 0%,var(--color-background-hover) var(--sidebar-item-spacing-horizontal),var(--color-background-hover) 100%);--color-sidebar-item-expander-background:transparent;--color-sidebar-item-expander-background--hover:var( --color-background-hover );--color-sidebar-search-text:var(--color-foreground-primary);--color-sidebar-search-background:var(--color-background-secondary);--color-sidebar-search-background--focus:var(--color-background-primary);--color-sidebar-search-border:var(--color-background-border);--color-sidebar-search-icon:var(--color-foreground-muted);--color-toc-background:var(--color-background-primary);--color-toc-title-text:var(--color-foreground-muted);--color-toc-item-text:var(--color-foreground-secondary);--color-toc-item-text--hover:var(--color-foreground-primary);--color-toc-item-text--active:var(--color-brand-primary);--color-content-foreground:var(--color-foreground-primary);--color-content-background:transparent;--color-link:var(--color-brand-content);--color-link--hover:var(--color-brand-content);--color-link-underline:var(--color-background-border);--color-link-underline--hover:var(--color-foreground-border)}.only-light{display:block!important}html body .only-dark{display:none!important}@media not print{body[data-theme=dark]{--color-problematic:#ee5151;--color-foreground-primary:#ffffffcc;--color-foreground-secondary:#9ca0a5;--color-foreground-muted:#81868d;--color-foreground-border:#666;--color-background-primary:#131416;--color-background-secondary:#1a1c1e;--color-background-hover:#1e2124;--color-background-hover--transparent:#1e212400;--color-background-border:#303335;--color-background-item:#444;--color-announcement-background:#000000dd;--color-announcement-text:#eeebee;--color-brand-primary:#2b8cee;--color-brand-content:#368ce2;--color-highlighted-background:#083563;--color-guilabel-background:#08356380;--color-guilabel-border:#13395f80;--color-api-keyword:var(--color-foreground-secondary);--color-highlight-on-target:#330;--color-admonition-background:#18181a;--color-card-border:var(--color-background-secondary);--color-card-background:#18181a;--color-card-marginals-background:var(--color-background-hover)}html body[data-theme=dark] .only-light{display:none!important}body[data-theme=dark] .only-dark{display:block!important}@media(prefers-color-scheme:dark){body:not([data-theme=light]){--color-problematic:#ee5151;--color-foreground-primary:#ffffffcc;--color-foreground-secondary:#9ca0a5;--color-foreground-muted:#81868d;--color-foreground-border:#666;--color-background-primary:#131416;--color-background-secondary:#1a1c1e;--color-background-hover:#1e2124;--color-background-hover--transparent:#1e212400;--color-background-border:#303335;--color-background-item:#444;--color-announcement-background:#000000dd;--color-announcement-text:#eeebee;--color-brand-primary:#2b8cee;--color-brand-content:#368ce2;--color-highlighted-background:#083563;--color-guilabel-background:#08356380;--color-guilabel-border:#13395f80;--color-api-keyword:var(--color-foreground-secondary);--color-highlight-on-target:#330;--color-admonition-background:#18181a;--color-card-border:var(--color-background-secondary);--color-card-background:#18181a;--color-card-marginals-background:var(--color-background-hover)}html body:not([data-theme=light]) .only-light{display:none!important}body:not([data-theme=light]) .only-dark{display:block!important}}}body[data-theme=auto] .theme-toggle svg.theme-icon-when-auto,body[data-theme=dark] .theme-toggle svg.theme-icon-when-dark,body[data-theme=light] .theme-toggle svg.theme-icon-when-light{display:block}body{font-family:var(--font-stack)}code,kbd,pre,samp{font-family:var(--font-stack--monospace)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}article{line-height:1.5}h1,h2,h3,h4,h5,h6{border-radius:.5rem;font-weight:700;line-height:1.25;margin:.5rem -.5rem;padding-left:.5rem;padding-right:.5rem}h1+p,h2+p,h3+p,h4+p,h5+p,h6+p{margin-top:0}h1{font-size:2.5em;margin-bottom:1rem}h1,h2{margin-top:1.75rem}h2{font-size:2em}h3{font-size:1.5em}h4{font-size:1.25em}h5{font-size:1.125em}h6{font-size:1em}small{font-size:80%;opacity:75%}p{margin-bottom:.75rem;margin-top:.5rem}hr.docutils{background-color:var(--color-background-border);border:0;height:1px;margin:2rem 0;padding:0}.centered{text-align:center}a{color:var(--color-link);text-decoration:underline;text-decoration-color:var(--color-link-underline)}a:hover{color:var(--color-link--hover);text-decoration-color:var(--color-link-underline--hover)}a.muted-link{color:inherit}a.muted-link:hover{color:var(--color-link);text-decoration-color:var(--color-link-underline--hover)}html{overflow-x:hidden;overflow-y:scroll;scroll-behavior:smooth}.sidebar-scroll,.toc-scroll,article[role=main] *{scrollbar-color:var(--color-foreground-border) transparent;scrollbar-width:thin}.sidebar-scroll::-webkit-scrollbar,.toc-scroll::-webkit-scrollbar,article[role=main] ::-webkit-scrollbar{height:.25rem;width:.25rem}.sidebar-scroll::-webkit-scrollbar-thumb,.toc-scroll::-webkit-scrollbar-thumb,article[role=main] ::-webkit-scrollbar-thumb{background-color:var(--color-foreground-border);border-radius:.125rem}body,html{background:var(--color-background-primary);color:var(--color-foreground-primary);height:100%}article{background:var(--color-content-background);color:var(--color-content-foreground)}.page{display:flex;min-height:100%}.mobile-header{background-color:var(--color-header-background);border-bottom:1px solid var(--color-header-border);color:var(--color-header-text);display:none;height:var(--header-height);width:100%;z-index:10}.mobile-header.scrolled{border-bottom:none;box-shadow:0 0 .2rem rgba(0,0,0,.1),0 .2rem .4rem rgba(0,0,0,.2)}.mobile-header .header-center a{color:var(--color-header-text);text-decoration:none}.main{display:flex;flex:1}.sidebar-drawer{background:var(--color-sidebar-background);border-right:1px solid var(--color-sidebar-background-border);box-sizing:border-box;display:flex;justify-content:flex-end;min-width:15em;width:calc(50% - 26em)}.sidebar-container,.toc-drawer{box-sizing:border-box;width:15em}.toc-drawer{background:var(--color-toc-background);padding-right:1rem}.sidebar-sticky,.toc-sticky{display:flex;flex-direction:column;height:min(100%,100vh);height:100vh;position:sticky;top:0}.sidebar-scroll,.toc-scroll{flex-grow:1;flex-shrink:1;overflow:auto;scroll-behavior:smooth}.content{display:flex;flex-direction:column;justify-content:space-between;padding:0 3em;width:46em}.icon{display:inline-block;height:1rem;width:1rem}.icon svg{height:100%;width:100%}.announcement{align-items:center;background-color:var(--color-announcement-background);color:var(--color-announcement-text);display:flex;height:var(--header-height);overflow-x:auto}.announcement+.page{min-height:calc(100% - var(--header-height))}.announcement-content{box-sizing:border-box;min-width:100%;padding:.5rem;text-align:center;white-space:nowrap}.announcement-content a{color:var(--color-announcement-text);text-decoration-color:var(--color-announcement-text)}.announcement-content a:hover{color:var(--color-announcement-text);text-decoration-color:var(--color-link--hover)}.no-js .theme-toggle-container{display:none}.theme-toggle-container{vertical-align:middle}.theme-toggle{background:transparent;border:none;cursor:pointer;padding:0}.theme-toggle svg{color:var(--color-foreground-primary);display:none;height:1rem;vertical-align:middle;width:1rem}.theme-toggle-header{float:left;padding:1rem .5rem}.nav-overlay-icon,.toc-overlay-icon{cursor:pointer;display:none}.nav-overlay-icon .icon,.toc-overlay-icon .icon{color:var(--color-foreground-secondary);height:1rem;width:1rem}.nav-overlay-icon,.toc-header-icon{align-items:center;justify-content:center}.toc-content-icon{height:1.5rem;width:1.5rem}.content-icon-container{display:flex;float:right;gap:.5rem;margin-bottom:1rem;margin-left:1rem;margin-top:1.5rem}.content-icon-container .edit-this-page svg{color:inherit;height:1rem;width:1rem}.sidebar-toggle{display:none;position:absolute}.sidebar-toggle[name=__toc]{left:20px}.sidebar-toggle:checked{left:40px}.overlay{background-color:rgba(0,0,0,.54);height:0;opacity:0;position:fixed;top:0;transition:width 0ms,height 0ms,opacity .25s ease-out;width:0}.sidebar-overlay{z-index:20}.toc-overlay{z-index:40}.sidebar-drawer{transition:left .25s ease-in-out;z-index:30}.toc-drawer{transition:right .25s ease-in-out;z-index:50}#__navigation:checked~.sidebar-overlay{height:100%;opacity:1;width:100%}#__navigation:checked~.page .sidebar-drawer{left:0;top:0}#__toc:checked~.toc-overlay{height:100%;opacity:1;width:100%}#__toc:checked~.page .toc-drawer{right:0;top:0}.back-to-top{background:var(--color-background-primary);border-radius:1rem;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 1px 0 hsla(220,9%,46%,.502);display:none;font-size:.8125rem;left:0;margin-left:50%;padding:.5rem .75rem .5rem .5rem;position:fixed;text-decoration:none;top:1rem;transform:translateX(-50%);z-index:10}.back-to-top svg{fill:currentColor;display:inline-block;height:1rem;width:1rem}.back-to-top span{margin-left:.25rem}.show-back-to-top .back-to-top{align-items:center;display:flex}@media(min-width:97em){html{font-size:110%}}@media(max-width:82em){.toc-content-icon{display:flex}.toc-drawer{border-left:1px solid var(--color-background-muted);height:100vh;position:fixed;right:-15em;top:0}.toc-tree{border-left:none;font-size:var(--toc-font-size--mobile)}.sidebar-drawer{width:calc(50% - 18.5em)}}@media(max-width:67em){.nav-overlay-icon{display:flex}.sidebar-drawer{height:100vh;left:-15em;position:fixed;top:0;width:15em}.toc-header-icon{display:flex}.theme-toggle-content,.toc-content-icon{display:none}.theme-toggle-header{display:block}.mobile-header{align-items:center;display:flex;justify-content:space-between;position:sticky;top:0}.mobile-header .header-left,.mobile-header .header-right{display:flex;height:var(--header-height);padding:0 var(--header-padding)}.mobile-header .header-left label,.mobile-header .header-right label{height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.nav-overlay-icon .icon,.theme-toggle svg{height:1.25rem;width:1.25rem}:target{scroll-margin-top:var(--header-height)}.back-to-top{top:calc(var(--header-height) + .5rem)}.page{flex-direction:column;justify-content:center}.content{margin-left:auto;margin-right:auto}}@media(max-width:52em){.content{overflow-x:auto;width:100%}}@media(max-width:46em){.content{padding:0 1em}article aside.sidebar{float:none;margin:1rem 0;width:100%}}.admonition,.topic{background:var(--color-admonition-background);border-radius:.2rem;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1);font-size:var(--admonition-font-size);margin:1rem auto;overflow:hidden;padding:0 .5rem .5rem;page-break-inside:avoid}.admonition>:nth-child(2),.topic>:nth-child(2){margin-top:0}.admonition>:last-child,.topic>:last-child{margin-bottom:0}p.admonition-title,p.topic-title{font-size:var(--admonition-title-font-size);font-weight:500;line-height:1.3;margin:0 -.5rem .5rem;padding:.4rem .5rem .4rem 2rem;position:relative}p.admonition-title:before,p.topic-title:before{content:"";height:1rem;left:.5rem;position:absolute;width:1rem}p.admonition-title{background-color:var(--color-admonition-title-background)}p.admonition-title:before{background-color:var(--color-admonition-title);-webkit-mask-image:var(--icon-admonition-default);mask-image:var(--icon-admonition-default);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}p.topic-title{background-color:var(--color-topic-title-background)}p.topic-title:before{background-color:var(--color-topic-title);-webkit-mask-image:var(--icon-topic-default);mask-image:var(--icon-topic-default);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.admonition{border-left:.2rem solid var(--color-admonition-title)}.admonition.caution{border-left-color:var(--color-admonition-title--caution)}.admonition.caution>.admonition-title{background-color:var(--color-admonition-title-background--caution)}.admonition.caution>.admonition-title:before{background-color:var(--color-admonition-title--caution);-webkit-mask-image:var(--icon-spark);mask-image:var(--icon-spark)}.admonition.warning{border-left-color:var(--color-admonition-title--warning)}.admonition.warning>.admonition-title{background-color:var(--color-admonition-title-background--warning)}.admonition.warning>.admonition-title:before{background-color:var(--color-admonition-title--warning);-webkit-mask-image:var(--icon-warning);mask-image:var(--icon-warning)}.admonition.danger{border-left-color:var(--color-admonition-title--danger)}.admonition.danger>.admonition-title{background-color:var(--color-admonition-title-background--danger)}.admonition.danger>.admonition-title:before{background-color:var(--color-admonition-title--danger);-webkit-mask-image:var(--icon-spark);mask-image:var(--icon-spark)}.admonition.attention{border-left-color:var(--color-admonition-title--attention)}.admonition.attention>.admonition-title{background-color:var(--color-admonition-title-background--attention)}.admonition.attention>.admonition-title:before{background-color:var(--color-admonition-title--attention);-webkit-mask-image:var(--icon-warning);mask-image:var(--icon-warning)}.admonition.error{border-left-color:var(--color-admonition-title--error)}.admonition.error>.admonition-title{background-color:var(--color-admonition-title-background--error)}.admonition.error>.admonition-title:before{background-color:var(--color-admonition-title--error);-webkit-mask-image:var(--icon-failure);mask-image:var(--icon-failure)}.admonition.hint{border-left-color:var(--color-admonition-title--hint)}.admonition.hint>.admonition-title{background-color:var(--color-admonition-title-background--hint)}.admonition.hint>.admonition-title:before{background-color:var(--color-admonition-title--hint);-webkit-mask-image:var(--icon-question);mask-image:var(--icon-question)}.admonition.tip{border-left-color:var(--color-admonition-title--tip)}.admonition.tip>.admonition-title{background-color:var(--color-admonition-title-background--tip)}.admonition.tip>.admonition-title:before{background-color:var(--color-admonition-title--tip);-webkit-mask-image:var(--icon-info);mask-image:var(--icon-info)}.admonition.important{border-left-color:var(--color-admonition-title--important)}.admonition.important>.admonition-title{background-color:var(--color-admonition-title-background--important)}.admonition.important>.admonition-title:before{background-color:var(--color-admonition-title--important);-webkit-mask-image:var(--icon-flame);mask-image:var(--icon-flame)}.admonition.note{border-left-color:var(--color-admonition-title--note)}.admonition.note>.admonition-title{background-color:var(--color-admonition-title-background--note)}.admonition.note>.admonition-title:before{background-color:var(--color-admonition-title--note);-webkit-mask-image:var(--icon-pencil);mask-image:var(--icon-pencil)}.admonition.seealso{border-left-color:var(--color-admonition-title--seealso)}.admonition.seealso>.admonition-title{background-color:var(--color-admonition-title-background--seealso)}.admonition.seealso>.admonition-title:before{background-color:var(--color-admonition-title--seealso);-webkit-mask-image:var(--icon-info);mask-image:var(--icon-info)}.admonition.admonition-todo{border-left-color:var(--color-admonition-title--admonition-todo)}.admonition.admonition-todo>.admonition-title{background-color:var(--color-admonition-title-background--admonition-todo)}.admonition.admonition-todo>.admonition-title:before{background-color:var(--color-admonition-title--admonition-todo);-webkit-mask-image:var(--icon-pencil);mask-image:var(--icon-pencil)}.admonition-todo>.admonition-title{text-transform:uppercase}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dd{margin-left:2rem}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dd>:first-child{margin-top:.125rem}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list,dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dd>:last-child{margin-bottom:.75rem}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list>dt{font-size:var(--font-size--small);text-transform:uppercase}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list dd:empty{margin-bottom:.5rem}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list dd>ul{margin-left:-1.2rem}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list dd>ul>li>p:nth-child(2){margin-top:0}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list dd>ul>li>p+p:last-child:empty{margin-bottom:0;margin-top:0}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt{color:var(--color-api-overall)}.sig:not(.sig-inline){background:var(--color-api-background);border-radius:.25rem;font-family:var(--font-stack--monospace);font-size:var(--api-font-size);font-weight:700;margin-left:-.25rem;margin-right:-.25rem;padding:.25rem .5rem .25rem 3em;text-indent:-2.5em;transition:background .1s ease-out}.sig:not(.sig-inline):hover{background:var(--color-api-background-hover)}.sig:not(.sig-inline) a.reference .viewcode-link{font-weight:400;width:3.5rem}.sig:not(.sig-inline) span.pre{overflow-wrap:anywhere}em.property{font-style:normal}em.property:first-child{color:var(--color-api-keyword)}.sig-name{color:var(--color-api-name)}.sig-prename{color:var(--color-api-pre-name);font-weight:400}.sig-paren{color:var(--color-api-paren)}.sig-param{font-style:normal}.versionmodified{font-style:italic}div.deprecated p,div.versionadded p,div.versionchanged p{margin-bottom:.125rem;margin-top:.125rem}.viewcode-back,.viewcode-link{float:right;text-align:right}.line-block{margin-bottom:.75rem;margin-top:.5rem}.line-block .line-block{margin-bottom:0;margin-top:0;padding-left:1rem}.code-block-caption,article p.caption,table>caption{font-size:var(--font-size--small);text-align:center}.toctree-wrapper.compound .caption,.toctree-wrapper.compound :not(.caption)>.caption-text{font-size:var(--font-size--small);margin-bottom:0;text-align:initial;text-transform:uppercase}.toctree-wrapper.compound>ul{margin-bottom:0;margin-top:0}.sig-inline,code.literal{background:var(--color-inline-code-background);border-radius:.2em;font-size:var(--font-size--small--2);overflow-wrap:break-word;padding:.1em .2em}p .sig-inline,p code.literal{border:1px solid var(--color-background-border)}.sig-inline{font-family:var(--font-stack--monospace)}div[class*=" highlight-"],div[class^=highlight-]{display:flex;margin:1em 0}div[class*=" highlight-"] .table-wrapper,div[class^=highlight-] .table-wrapper,pre{margin:0;padding:0}pre{overflow:auto}article[role=main] .highlight pre{line-height:1.5}.highlight pre,pre.literal-block{font-size:var(--code-font-size);padding:.625rem .875rem}pre.literal-block{background-color:var(--color-code-background);border-radius:.2rem;color:var(--color-code-foreground);margin-bottom:1rem;margin-top:1rem}.highlight{border-radius:.2rem;width:100%}.highlight .gp,.highlight span.linenos{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.highlight .hll{display:block;margin-left:-.875rem;margin-right:-.875rem;padding-left:.875rem;padding-right:.875rem}.code-block-caption{background-color:var(--color-code-background);border-bottom:1px solid;border-radius:.25rem;border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:var(--color-background-border);color:var(--color-code-foreground);display:flex;font-weight:300;padding:.625rem .875rem}.code-block-caption+div[class]{margin-top:0}.code-block-caption+div[class] pre{border-top-left-radius:0;border-top-right-radius:0}.highlighttable{display:block;width:100%}.highlighttable tbody{display:block}.highlighttable tr{display:flex}.highlighttable td.linenos{background-color:var(--color-code-background);border-bottom-left-radius:.2rem;border-top-left-radius:.2rem;color:var(--color-code-foreground);padding:.625rem 0 .625rem .875rem}.highlighttable .linenodiv{box-shadow:-.0625rem 0 var(--color-foreground-border) inset;font-size:var(--code-font-size);padding-right:.875rem}.highlighttable td.code{display:block;flex:1;overflow:hidden;padding:0}.highlighttable td.code .highlight{border-bottom-left-radius:0;border-top-left-radius:0}.highlight span.linenos{box-shadow:-.0625rem 0 var(--color-foreground-border) inset;display:inline-block;margin-right:.875rem;padding-left:0;padding-right:.875rem}.footnote-reference{font-size:var(--font-size--small--4);vertical-align:super}dl.footnote.brackets{color:var(--color-foreground-secondary);display:grid;font-size:var(--font-size--small);grid-template-columns:max-content auto}dl.footnote.brackets dt{margin:0}dl.footnote.brackets dt>.fn-backref{margin-left:.25rem}dl.footnote.brackets dt:after{content:":"}dl.footnote.brackets dt .brackets:before{content:"["}dl.footnote.brackets dt .brackets:after{content:"]"}dl.footnote.brackets dd{margin:0;padding:0 1rem}aside.footnote{color:var(--color-foreground-secondary);font-size:var(--font-size--small)}aside.footnote>span,div.citation>span{float:left;font-weight:500;padding-right:.25rem}aside.footnote>p,div.citation>p{margin-left:2rem}img{box-sizing:border-box;height:auto;max-width:100%}article .figure,article figure{border-radius:.2rem;margin:0}article .figure :last-child,article figure :last-child{margin-bottom:0}article .align-left{clear:left;float:left;margin:0 1rem 1rem}article .align-right{clear:right;float:right;margin:0 1rem 1rem}article .align-center,article .align-default{display:block;margin-left:auto;margin-right:auto;text-align:center}article table.align-default{display:table;text-align:initial}.domainindex-jumpbox,.genindex-jumpbox{border-bottom:1px solid var(--color-background-border);border-top:1px solid var(--color-background-border);padding:.25rem}.domainindex-section h2,.genindex-section h2{margin-bottom:.5rem;margin-top:.75rem}.domainindex-section ul,.genindex-section ul{margin-bottom:0;margin-top:0}ol,ul{margin-bottom:1rem;margin-top:1rem;padding-left:1.2rem}ol li>p:first-child,ul li>p:first-child{margin-bottom:.25rem;margin-top:.25rem}ol li>p:last-child,ul li>p:last-child{margin-top:.25rem}ol li>ol,ol li>ul,ul li>ol,ul li>ul{margin-bottom:.5rem;margin-top:.5rem}ol.arabic{list-style:decimal}ol.loweralpha{list-style:lower-alpha}ol.upperalpha{list-style:upper-alpha}ol.lowerroman{list-style:lower-roman}ol.upperroman{list-style:upper-roman}.simple li>ol,.simple li>ul,.toctree-wrapper li>ol,.toctree-wrapper li>ul{margin-bottom:0;margin-top:0}.field-list dt,.option-list dt,dl.footnote dt,dl.glossary dt,dl.simple dt,dl:not([class]) dt{font-weight:500;margin-top:.25rem}.field-list dt+dt,.option-list dt+dt,dl.footnote dt+dt,dl.glossary dt+dt,dl.simple dt+dt,dl:not([class]) dt+dt{margin-top:0}.field-list dt .classifier:before,.option-list dt .classifier:before,dl.footnote dt .classifier:before,dl.glossary dt .classifier:before,dl.simple dt .classifier:before,dl:not([class]) dt .classifier:before{content:":";margin-left:.2rem;margin-right:.2rem}.field-list dd ul,.field-list dd>p:first-child,.option-list dd ul,.option-list dd>p:first-child,dl.footnote dd ul,dl.footnote dd>p:first-child,dl.glossary dd ul,dl.glossary dd>p:first-child,dl.simple dd ul,dl.simple dd>p:first-child,dl:not([class]) dd ul,dl:not([class]) dd>p:first-child{margin-top:.125rem}.field-list dd ul,.option-list dd ul,dl.footnote dd ul,dl.glossary dd ul,dl.simple dd ul,dl:not([class]) dd ul{margin-bottom:.125rem}.math-wrapper{overflow-x:auto;width:100%}div.math{position:relative;text-align:center}div.math .headerlink,div.math:focus .headerlink{display:none}div.math:hover .headerlink{display:inline-block}div.math span.eqno{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);z-index:1}abbr[title]{cursor:help}.problematic{color:var(--color-problematic)}kbd:not(.compound){background-color:var(--color-background-secondary);border:1px solid var(--color-foreground-border);border-radius:.2rem;box-shadow:0 .0625rem 0 rgba(0,0,0,.2),inset 0 0 0 .125rem var(--color-background-primary);color:var(--color-foreground-primary);display:inline-block;font-size:var(--font-size--small--3);margin:0 .2rem;padding:0 .2rem;vertical-align:text-bottom}blockquote{background:var(--color-background-secondary);border-left:4px solid var(--color-background-border);margin-left:0;margin-right:0;padding:.5rem 1rem}blockquote .attribution{font-weight:600;text-align:right}blockquote.highlights,blockquote.pull-quote{font-size:1.25em}blockquote.epigraph,blockquote.pull-quote{border-left-width:0;border-radius:.5rem}blockquote.highlights{background:transparent;border-left-width:0}p .reference img{vertical-align:middle}p.rubric{font-size:1.125em;font-weight:700;line-height:1.25}dd p.rubric{font-size:var(--font-size--small);font-weight:inherit;line-height:inherit;text-transform:uppercase}article .sidebar{background-color:var(--color-background-secondary);border:1px solid var(--color-background-border);border-radius:.2rem;clear:right;float:right;margin-left:1rem;margin-right:0;width:30%}article .sidebar>*{padding-left:1rem;padding-right:1rem}article .sidebar>ol,article .sidebar>ul{padding-left:2.2rem}article .sidebar .sidebar-title{border-bottom:1px solid var(--color-background-border);font-weight:500;margin:0;padding:.5rem 1rem}.table-wrapper{margin-bottom:.5rem;margin-top:1rem;overflow-x:auto;padding:.2rem .2rem .75rem;width:100%}table.docutils{border-collapse:collapse;border-radius:.2rem;border-spacing:0;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1)}table.docutils th{background:var(--color-table-header-background)}table.docutils td,table.docutils th{border-bottom:1px solid var(--color-table-border);border-left:1px solid var(--color-table-border);border-right:1px solid var(--color-table-border);padding:0 .25rem}table.docutils td p,table.docutils th p{margin:.25rem}table.docutils td:first-child,table.docutils th:first-child{border-left:none}table.docutils td:last-child,table.docutils th:last-child{border-right:none}table.docutils td.text-left,table.docutils th.text-left{text-align:left}table.docutils td.text-right,table.docutils th.text-right{text-align:right}table.docutils td.text-center,table.docutils th.text-center{text-align:center}:target{scroll-margin-top:.5rem}@media(max-width:67em){:target{scroll-margin-top:calc(.5rem + var(--header-height))}section>span:target{scroll-margin-top:calc(.8rem + var(--header-height))}}.headerlink{font-weight:100;-webkit-user-select:none;-moz-user-select:none;user-select:none}.code-block-caption>.headerlink,dl dt>.headerlink,figcaption p>.headerlink,h1>.headerlink,h2>.headerlink,h3>.headerlink,h4>.headerlink,h5>.headerlink,h6>.headerlink,p.caption>.headerlink,table>caption>.headerlink{margin-left:.5rem;visibility:hidden}.code-block-caption:hover>.headerlink,dl dt:hover>.headerlink,figcaption p:hover>.headerlink,h1:hover>.headerlink,h2:hover>.headerlink,h3:hover>.headerlink,h4:hover>.headerlink,h5:hover>.headerlink,h6:hover>.headerlink,p.caption:hover>.headerlink,table>caption:hover>.headerlink{visibility:visible}.code-block-caption>.toc-backref,dl dt>.toc-backref,figcaption p>.toc-backref,h1>.toc-backref,h2>.toc-backref,h3>.toc-backref,h4>.toc-backref,h5>.toc-backref,h6>.toc-backref,p.caption>.toc-backref,table>caption>.toc-backref{color:inherit;text-decoration-line:none}figure:hover>figcaption>p>.headerlink,table:hover>caption>.headerlink{visibility:visible}:target>h1:first-of-type,:target>h2:first-of-type,:target>h3:first-of-type,:target>h4:first-of-type,:target>h5:first-of-type,:target>h6:first-of-type,span:target~h1:first-of-type,span:target~h2:first-of-type,span:target~h3:first-of-type,span:target~h4:first-of-type,span:target~h5:first-of-type,span:target~h6:first-of-type{background-color:var(--color-highlight-on-target)}:target>h1:first-of-type code.literal,:target>h2:first-of-type code.literal,:target>h3:first-of-type code.literal,:target>h4:first-of-type code.literal,:target>h5:first-of-type code.literal,:target>h6:first-of-type code.literal,span:target~h1:first-of-type code.literal,span:target~h2:first-of-type code.literal,span:target~h3:first-of-type code.literal,span:target~h4:first-of-type code.literal,span:target~h5:first-of-type code.literal,span:target~h6:first-of-type code.literal{background-color:transparent}.literal-block-wrapper:target .code-block-caption,.this-will-duplicate-information-and-it-is-still-useful-here li :target,figure:target,table:target>caption{background-color:var(--color-highlight-on-target)}dt:target{background-color:var(--color-highlight-on-target)!important}.footnote-reference:target,.footnote>dt:target+dd{background-color:var(--color-highlight-on-target)}.guilabel{background-color:var(--color-guilabel-background);border:1px solid var(--color-guilabel-border);border-radius:.5em;color:var(--color-guilabel-text);font-size:.9em;padding:0 .3em}footer{display:flex;flex-direction:column;font-size:var(--font-size--small);margin-top:2rem}.bottom-of-page{align-items:center;border-top:1px solid var(--color-background-border);color:var(--color-foreground-secondary);display:flex;justify-content:space-between;line-height:1.5;margin-top:1rem;padding-bottom:1rem;padding-top:1rem}@media(max-width:46em){.bottom-of-page{flex-direction:column-reverse;gap:.25rem;text-align:center}}.bottom-of-page .left-details{font-size:var(--font-size--small)}.bottom-of-page .right-details{display:flex;flex-direction:column;gap:.25rem;text-align:right}.bottom-of-page .icons{display:flex;font-size:1rem;gap:.25rem;justify-content:flex-end}.bottom-of-page .icons a{text-decoration:none}.bottom-of-page .icons img,.bottom-of-page .icons svg{font-size:1.125rem;height:1em;width:1em}.related-pages a{align-items:center;display:flex;text-decoration:none}.related-pages a:hover .page-info .title{color:var(--color-link);text-decoration:underline;text-decoration-color:var(--color-link-underline)}.related-pages a svg.furo-related-icon,.related-pages a svg.furo-related-icon>use{color:var(--color-foreground-border);flex-shrink:0;height:.75rem;margin:0 .5rem;width:.75rem}.related-pages a.next-page{clear:right;float:right;max-width:50%;text-align:right}.related-pages a.prev-page{clear:left;float:left;max-width:50%}.related-pages a.prev-page svg{transform:rotate(180deg)}.page-info{display:flex;flex-direction:column;overflow-wrap:anywhere}.next-page .page-info{align-items:flex-end}.page-info .context{align-items:center;color:var(--color-foreground-muted);display:flex;font-size:var(--font-size--small);padding-bottom:.1rem;text-decoration:none}ul.search{list-style:none;padding-left:0}ul.search li{border-bottom:1px solid var(--color-background-border);padding:1rem 0}[role=main] .highlighted{background-color:var(--color-highlighted-background);color:var(--color-highlighted-text)}.sidebar-brand{display:flex;flex-direction:column;flex-shrink:0;padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal);text-decoration:none}.sidebar-brand-text{color:var(--color-sidebar-brand-text);font-size:1.5rem;overflow-wrap:break-word}.sidebar-brand-text,.sidebar-logo-container{margin:var(--sidebar-item-spacing-vertical) 0}.sidebar-logo{display:block;margin:0 auto;max-width:100%}.sidebar-search-container{align-items:center;background:var(--color-sidebar-search-background);display:flex;margin-top:var(--sidebar-search-space-above);position:relative}.sidebar-search-container:focus-within,.sidebar-search-container:hover{background:var(--color-sidebar-search-background--focus)}.sidebar-search-container:before{background-color:var(--color-sidebar-search-icon);content:"";height:var(--sidebar-search-icon-size);left:var(--sidebar-item-spacing-horizontal);-webkit-mask-image:var(--icon-search);mask-image:var(--icon-search);position:absolute;width:var(--sidebar-search-icon-size)}.sidebar-search{background:transparent;border:none;border-bottom:1px solid var(--color-sidebar-search-border);border-top:1px solid var(--color-sidebar-search-border);box-sizing:border-box;color:var(--color-sidebar-search-foreground);padding:var(--sidebar-search-input-spacing-vertical) var(--sidebar-search-input-spacing-horizontal) var(--sidebar-search-input-spacing-vertical) calc(var(--sidebar-item-spacing-horizontal) + var(--sidebar-search-input-spacing-horizontal) + var(--sidebar-search-icon-size));width:100%;z-index:10}.sidebar-search:focus{outline:none}.sidebar-search::-moz-placeholder{font-size:var(--sidebar-search-input-font-size)}.sidebar-search::placeholder{font-size:var(--sidebar-search-input-font-size)}#searchbox .highlight-link{margin:0;padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal) 0;text-align:center}#searchbox .highlight-link a{color:var(--color-sidebar-search-icon);font-size:var(--font-size--small--2)}.sidebar-tree{font-size:var(--sidebar-item-font-size);margin-bottom:var(--sidebar-item-spacing-vertical);margin-top:var(--sidebar-tree-space-above)}.sidebar-tree ul{display:flex;flex-direction:column;list-style:none;margin-bottom:0;margin-top:0;padding:0}.sidebar-tree li{margin:0;position:relative}.sidebar-tree li>ul{margin-left:var(--sidebar-item-spacing-horizontal)}.sidebar-tree .icon,.sidebar-tree .reference{color:var(--color-sidebar-link-text)}.sidebar-tree .reference{box-sizing:border-box;display:inline-block;height:100%;line-height:var(--sidebar-item-line-height);overflow-wrap:anywhere;padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal);text-decoration:none;width:100%}.sidebar-tree .reference:hover{background:var(--color-sidebar-item-background--hover)}.sidebar-tree .reference.external:after{color:var(--color-sidebar-link-text);content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23607D8B' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0 0h24v24H0z' stroke='none'/%3E%3Cpath d='M11 7H6a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-5M10 14 20 4M15 4h5v5'/%3E%3C/svg%3E");margin:0 .25rem;vertical-align:middle}.sidebar-tree .current-page>.reference{font-weight:700}.sidebar-tree label{align-items:center;cursor:pointer;display:flex;height:var(--sidebar-item-height);justify-content:center;position:absolute;right:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--sidebar-expander-width)}.sidebar-tree .caption,.sidebar-tree :not(.caption)>.caption-text{color:var(--color-sidebar-caption-text);font-size:var(--sidebar-caption-font-size);font-weight:700;margin:var(--sidebar-caption-space-above) 0 0 0;padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal);text-transform:uppercase}.sidebar-tree li.has-children>.reference{padding-right:var(--sidebar-expander-width)}.sidebar-tree .toctree-l1>.reference,.sidebar-tree .toctree-l1>label .icon{color:var(--color-sidebar-link-text--top-level)}.sidebar-tree label{background:var(--color-sidebar-item-expander-background)}.sidebar-tree label:hover{background:var(--color-sidebar-item-expander-background--hover)}.sidebar-tree .current>.reference{background:var(--color-sidebar-item-background--current)}.sidebar-tree .current>.reference:hover{background:var(--color-sidebar-item-background--hover)}.toctree-checkbox{display:none;position:absolute}.toctree-checkbox~ul{display:none}.toctree-checkbox~label .icon svg{transform:rotate(90deg)}.toctree-checkbox:checked~ul{display:block}.toctree-checkbox:checked~label .icon svg{transform:rotate(-90deg)}.toc-title-container{padding:var(--toc-title-padding);padding-top:var(--toc-spacing-vertical)}.toc-title{color:var(--color-toc-title-text);font-size:var(--toc-title-font-size);padding-left:var(--toc-spacing-horizontal);text-transform:uppercase}.no-toc{display:none}.toc-tree-container{padding-bottom:var(--toc-spacing-vertical)}.toc-tree{border-left:1px solid var(--color-background-border);font-size:var(--toc-font-size);line-height:1.3;padding-left:calc(var(--toc-spacing-horizontal) - var(--toc-item-spacing-horizontal))}.toc-tree>ul>li:first-child{padding-top:0}.toc-tree>ul>li:first-child>ul{padding-left:0}.toc-tree>ul>li:first-child>a{display:none}.toc-tree ul{list-style-type:none;margin-bottom:0;margin-top:0;padding-left:var(--toc-item-spacing-horizontal)}.toc-tree li{padding-top:var(--toc-item-spacing-vertical)}.toc-tree li.scroll-current>.reference{color:var(--color-toc-item-text--active);font-weight:700}.toc-tree .reference{color:var(--color-toc-item-text);overflow-wrap:anywhere;text-decoration:none}.toc-scroll{max-height:100vh;overflow-y:scroll}.contents:not(.this-will-duplicate-information-and-it-is-still-useful-here){background:rgba(255,0,0,.25);color:var(--color-problematic)}.contents:not(.this-will-duplicate-information-and-it-is-still-useful-here):before{content:"ERROR: Adding a table of contents in Furo-based documentation is unnecessary, and does not work well with existing styling.Add a 'this-will-duplicate-information-and-it-is-still-useful-here' class, if you want an escape hatch."}.text-align\:left>p{text-align:left}.text-align\:center>p{text-align:center}.text-align\:right>p{text-align:right} +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}@media print{.content-icon-container,.headerlink,.mobile-header,.related-pages{display:none!important}.highlight{border:.1pt solid var(--color-foreground-border)}a,blockquote,dl,ol,pre,table,ul{page-break-inside:avoid}caption,figure,h1,h2,h3,h4,h5,h6,img{page-break-after:avoid;page-break-inside:avoid}dl,ol,ul{page-break-before:avoid}}.visually-hidden{height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;background:var(--color-background-primary);border:0!important;color:var(--color-foreground-primary);white-space:nowrap!important}:-moz-focusring{outline:auto}body{--font-stack:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;--font-stack--monospace:"SFMono-Regular",Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;--font-stack--headings:var(--font-stack);--font-size--normal:100%;--font-size--small:87.5%;--font-size--small--2:81.25%;--font-size--small--3:75%;--font-size--small--4:62.5%;--sidebar-caption-font-size:var(--font-size--small--2);--sidebar-item-font-size:var(--font-size--small);--sidebar-search-input-font-size:var(--font-size--small);--toc-font-size:var(--font-size--small--3);--toc-font-size--mobile:var(--font-size--normal);--toc-title-font-size:var(--font-size--small--4);--admonition-font-size:0.8125rem;--admonition-title-font-size:0.8125rem;--code-font-size:var(--font-size--small--2);--api-font-size:var(--font-size--small);--header-height:calc(var(--sidebar-item-line-height) + var(--sidebar-item-spacing-vertical)*4);--header-padding:0.5rem;--sidebar-tree-space-above:1.5rem;--sidebar-caption-space-above:1rem;--sidebar-item-line-height:1rem;--sidebar-item-spacing-vertical:0.5rem;--sidebar-item-spacing-horizontal:1rem;--sidebar-item-height:calc(var(--sidebar-item-line-height) + var(--sidebar-item-spacing-vertical)*2);--sidebar-expander-width:var(--sidebar-item-height);--sidebar-search-space-above:0.5rem;--sidebar-search-input-spacing-vertical:0.5rem;--sidebar-search-input-spacing-horizontal:0.5rem;--sidebar-search-input-height:1rem;--sidebar-search-icon-size:var(--sidebar-search-input-height);--toc-title-padding:0.25rem 0;--toc-spacing-vertical:1.5rem;--toc-spacing-horizontal:1.5rem;--toc-item-spacing-vertical:0.4rem;--toc-item-spacing-horizontal:1rem;--icon-search:url('data:image/svg+xml;charset=utf-8,');--icon-pencil:url('data:image/svg+xml;charset=utf-8,');--icon-abstract:url('data:image/svg+xml;charset=utf-8,');--icon-info:url('data:image/svg+xml;charset=utf-8,');--icon-flame:url('data:image/svg+xml;charset=utf-8,');--icon-question:url('data:image/svg+xml;charset=utf-8,');--icon-warning:url('data:image/svg+xml;charset=utf-8,');--icon-failure:url('data:image/svg+xml;charset=utf-8,');--icon-spark:url('data:image/svg+xml;charset=utf-8,');--color-admonition-title--caution:#ff9100;--color-admonition-title-background--caution:rgba(255,145,0,.2);--color-admonition-title--warning:#ff9100;--color-admonition-title-background--warning:rgba(255,145,0,.2);--color-admonition-title--danger:#ff5252;--color-admonition-title-background--danger:rgba(255,82,82,.2);--color-admonition-title--attention:#ff5252;--color-admonition-title-background--attention:rgba(255,82,82,.2);--color-admonition-title--error:#ff5252;--color-admonition-title-background--error:rgba(255,82,82,.2);--color-admonition-title--hint:#00c852;--color-admonition-title-background--hint:rgba(0,200,82,.2);--color-admonition-title--tip:#00c852;--color-admonition-title-background--tip:rgba(0,200,82,.2);--color-admonition-title--important:#00bfa5;--color-admonition-title-background--important:rgba(0,191,165,.2);--color-admonition-title--note:#00b0ff;--color-admonition-title-background--note:rgba(0,176,255,.2);--color-admonition-title--seealso:#448aff;--color-admonition-title-background--seealso:rgba(68,138,255,.2);--color-admonition-title--admonition-todo:grey;--color-admonition-title-background--admonition-todo:hsla(0,0%,50%,.2);--color-admonition-title:#651fff;--color-admonition-title-background:rgba(101,31,255,.2);--icon-admonition-default:var(--icon-abstract);--color-topic-title:#14b8a6;--color-topic-title-background:rgba(20,184,166,.2);--icon-topic-default:var(--icon-pencil);--color-problematic:#b30000;--color-foreground-primary:#000;--color-foreground-secondary:#5a5c63;--color-foreground-muted:#6b6f76;--color-foreground-border:#878787;--color-background-primary:#fff;--color-background-secondary:#f8f9fb;--color-background-hover:#efeff4;--color-background-hover--transparent:#efeff400;--color-background-border:#eeebee;--color-background-item:#ccc;--color-announcement-background:#000000dd;--color-announcement-text:#eeebee;--color-brand-primary:#0a4bff;--color-brand-content:#2757dd;--color-brand-visited:#872ee0;--color-api-background:var(--color-background-hover--transparent);--color-api-background-hover:var(--color-background-hover);--color-api-overall:var(--color-foreground-secondary);--color-api-name:var(--color-problematic);--color-api-pre-name:var(--color-problematic);--color-api-paren:var(--color-foreground-secondary);--color-api-keyword:var(--color-foreground-primary);--color-api-added:#21632c;--color-api-added-border:#38a84d;--color-api-changed:#046172;--color-api-changed-border:#06a1bc;--color-api-deprecated:#605706;--color-api-deprecated-border:#f0d90f;--color-api-removed:#b30000;--color-api-removed-border:#ff5c5c;--color-highlight-on-target:#ffc;--color-inline-code-background:var(--color-background-secondary);--color-highlighted-background:#def;--color-highlighted-text:var(--color-foreground-primary);--color-guilabel-background:#ddeeff80;--color-guilabel-border:#bedaf580;--color-guilabel-text:var(--color-foreground-primary);--color-admonition-background:transparent;--color-table-header-background:var(--color-background-secondary);--color-table-border:var(--color-background-border);--color-card-border:var(--color-background-secondary);--color-card-background:transparent;--color-card-marginals-background:var(--color-background-secondary);--color-header-background:var(--color-background-primary);--color-header-border:var(--color-background-border);--color-header-text:var(--color-foreground-primary);--color-sidebar-background:var(--color-background-secondary);--color-sidebar-background-border:var(--color-background-border);--color-sidebar-brand-text:var(--color-foreground-primary);--color-sidebar-caption-text:var(--color-foreground-muted);--color-sidebar-link-text:var(--color-foreground-secondary);--color-sidebar-link-text--top-level:var(--color-brand-primary);--color-sidebar-item-background:var(--color-sidebar-background);--color-sidebar-item-background--current:var( --color-sidebar-item-background );--color-sidebar-item-background--hover:linear-gradient(90deg,var(--color-background-hover--transparent) 0%,var(--color-background-hover) var(--sidebar-item-spacing-horizontal),var(--color-background-hover) 100%);--color-sidebar-item-expander-background:transparent;--color-sidebar-item-expander-background--hover:var( --color-background-hover );--color-sidebar-search-text:var(--color-foreground-primary);--color-sidebar-search-background:var(--color-background-secondary);--color-sidebar-search-background--focus:var(--color-background-primary);--color-sidebar-search-border:var(--color-background-border);--color-sidebar-search-icon:var(--color-foreground-muted);--color-toc-background:var(--color-background-primary);--color-toc-title-text:var(--color-foreground-muted);--color-toc-item-text:var(--color-foreground-secondary);--color-toc-item-text--hover:var(--color-foreground-primary);--color-toc-item-text--active:var(--color-brand-primary);--color-content-foreground:var(--color-foreground-primary);--color-content-background:transparent;--color-link:var(--color-brand-content);--color-link-underline:var(--color-background-border);--color-link--hover:var(--color-brand-content);--color-link-underline--hover:var(--color-foreground-border);--color-link--visited:var(--color-brand-visited);--color-link-underline--visited:var(--color-background-border);--color-link--visited--hover:var(--color-brand-visited);--color-link-underline--visited--hover:var(--color-foreground-border)}.only-light{display:block!important}html body .only-dark{display:none!important}@media not print{body[data-theme=dark]{--color-problematic:#ee5151;--color-foreground-primary:#cfd0d0;--color-foreground-secondary:#9ca0a5;--color-foreground-muted:#81868d;--color-foreground-border:#666;--color-background-primary:#131416;--color-background-secondary:#1a1c1e;--color-background-hover:#1e2124;--color-background-hover--transparent:#1e212400;--color-background-border:#303335;--color-background-item:#444;--color-announcement-background:#000000dd;--color-announcement-text:#eeebee;--color-brand-primary:#3d94ff;--color-brand-content:#5ca5ff;--color-brand-visited:#b27aeb;--color-highlighted-background:#083563;--color-guilabel-background:#08356380;--color-guilabel-border:#13395f80;--color-api-keyword:var(--color-foreground-secondary);--color-highlight-on-target:#330;--color-api-added:#3db854;--color-api-added-border:#267334;--color-api-changed:#09b0ce;--color-api-changed-border:#056d80;--color-api-deprecated:#b1a10b;--color-api-deprecated-border:#6e6407;--color-api-removed:#ff7575;--color-api-removed-border:#b03b3b;--color-admonition-background:#18181a;--color-card-border:var(--color-background-secondary);--color-card-background:#18181a;--color-card-marginals-background:var(--color-background-hover)}html body[data-theme=dark] .only-light{display:none!important}body[data-theme=dark] .only-dark{display:block!important}@media(prefers-color-scheme:dark){body:not([data-theme=light]){--color-problematic:#ee5151;--color-foreground-primary:#cfd0d0;--color-foreground-secondary:#9ca0a5;--color-foreground-muted:#81868d;--color-foreground-border:#666;--color-background-primary:#131416;--color-background-secondary:#1a1c1e;--color-background-hover:#1e2124;--color-background-hover--transparent:#1e212400;--color-background-border:#303335;--color-background-item:#444;--color-announcement-background:#000000dd;--color-announcement-text:#eeebee;--color-brand-primary:#3d94ff;--color-brand-content:#5ca5ff;--color-brand-visited:#b27aeb;--color-highlighted-background:#083563;--color-guilabel-background:#08356380;--color-guilabel-border:#13395f80;--color-api-keyword:var(--color-foreground-secondary);--color-highlight-on-target:#330;--color-api-added:#3db854;--color-api-added-border:#267334;--color-api-changed:#09b0ce;--color-api-changed-border:#056d80;--color-api-deprecated:#b1a10b;--color-api-deprecated-border:#6e6407;--color-api-removed:#ff7575;--color-api-removed-border:#b03b3b;--color-admonition-background:#18181a;--color-card-border:var(--color-background-secondary);--color-card-background:#18181a;--color-card-marginals-background:var(--color-background-hover)}html body:not([data-theme=light]) .only-light{display:none!important}body:not([data-theme=light]) .only-dark{display:block!important}}}body[data-theme=auto] .theme-toggle svg.theme-icon-when-auto-light{display:block}@media(prefers-color-scheme:dark){body[data-theme=auto] .theme-toggle svg.theme-icon-when-auto-dark{display:block}body[data-theme=auto] .theme-toggle svg.theme-icon-when-auto-light{display:none}}body[data-theme=dark] .theme-toggle svg.theme-icon-when-dark,body[data-theme=light] .theme-toggle svg.theme-icon-when-light{display:block}body{font-family:var(--font-stack)}code,kbd,pre,samp{font-family:var(--font-stack--monospace)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}article{line-height:1.5}h1,h2,h3,h4,h5,h6{border-radius:.5rem;font-family:var(--font-stack--headings);font-weight:700;line-height:1.25;margin:.5rem -.5rem;padding-left:.5rem;padding-right:.5rem}h1+p,h2+p,h3+p,h4+p,h5+p,h6+p{margin-top:0}h1{font-size:2.5em;margin-bottom:1rem}h1,h2{margin-top:1.75rem}h2{font-size:2em}h3{font-size:1.5em}h4{font-size:1.25em}h5{font-size:1.125em}h6{font-size:1em}small{font-size:80%;opacity:75%}p{margin-bottom:.75rem;margin-top:.5rem}hr.docutils{background-color:var(--color-background-border);border:0;height:1px;margin:2rem 0;padding:0}.centered{text-align:center}a{color:var(--color-link);text-decoration:underline;text-decoration-color:var(--color-link-underline)}a:visited{color:var(--color-link--visited);text-decoration-color:var(--color-link-underline--visited)}a:visited:hover{color:var(--color-link--visited--hover);text-decoration-color:var(--color-link-underline--visited--hover)}a:hover{color:var(--color-link--hover);text-decoration-color:var(--color-link-underline--hover)}a.muted-link{color:inherit}a.muted-link:hover{color:var(--color-link--hover);text-decoration-color:var(--color-link-underline--hover)}a.muted-link:hover:visited{color:var(--color-link--visited--hover);text-decoration-color:var(--color-link-underline--visited--hover)}html{overflow-x:hidden;overflow-y:scroll;scroll-behavior:smooth}.sidebar-scroll,.toc-scroll,article[role=main] *{scrollbar-color:var(--color-foreground-border) transparent;scrollbar-width:thin}.sidebar-scroll::-webkit-scrollbar,.toc-scroll::-webkit-scrollbar,article[role=main] ::-webkit-scrollbar{height:.25rem;width:.25rem}.sidebar-scroll::-webkit-scrollbar-thumb,.toc-scroll::-webkit-scrollbar-thumb,article[role=main] ::-webkit-scrollbar-thumb{background-color:var(--color-foreground-border);border-radius:.125rem}body,html{height:100%}.skip-to-content,body,html{background:var(--color-background-primary);color:var(--color-foreground-primary)}.skip-to-content{border-radius:1rem;left:.25rem;padding:1rem;position:fixed;top:.25rem;transform:translateY(-200%);transition:transform .3s ease-in-out;z-index:40}.skip-to-content:focus-within{transform:translateY(0)}article{background:var(--color-content-background);color:var(--color-content-foreground);overflow-wrap:break-word}.page{display:flex;min-height:100%}.mobile-header{background-color:var(--color-header-background);border-bottom:1px solid var(--color-header-border);color:var(--color-header-text);display:none;height:var(--header-height);width:100%;z-index:10}.mobile-header.scrolled{border-bottom:none;box-shadow:0 0 .2rem rgba(0,0,0,.1),0 .2rem .4rem rgba(0,0,0,.2)}.mobile-header .header-center a{color:var(--color-header-text);text-decoration:none}.main{display:flex;flex:1}.sidebar-drawer{background:var(--color-sidebar-background);border-right:1px solid var(--color-sidebar-background-border);box-sizing:border-box;display:flex;justify-content:flex-end;min-width:15em;width:calc(50% - 26em)}.sidebar-container,.toc-drawer{box-sizing:border-box;width:15em}.toc-drawer{background:var(--color-toc-background);padding-right:1rem}.sidebar-sticky,.toc-sticky{display:flex;flex-direction:column;height:min(100%,100vh);height:100vh;position:sticky;top:0}.sidebar-scroll,.toc-scroll{flex-grow:1;flex-shrink:1;overflow:auto;scroll-behavior:smooth}.content{display:flex;flex-direction:column;justify-content:space-between;padding:0 3em;width:46em}.icon{display:inline-block;height:1rem;width:1rem}.icon svg{height:100%;width:100%}.announcement{align-items:center;background-color:var(--color-announcement-background);color:var(--color-announcement-text);display:flex;height:var(--header-height);overflow-x:auto}.announcement+.page{min-height:calc(100% - var(--header-height))}.announcement-content{box-sizing:border-box;min-width:100%;padding:.5rem;text-align:center;white-space:nowrap}.announcement-content a{color:var(--color-announcement-text);text-decoration-color:var(--color-announcement-text)}.announcement-content a:hover{color:var(--color-announcement-text);text-decoration-color:var(--color-link--hover)}.no-js .theme-toggle-container{display:none}.theme-toggle-container{vertical-align:middle}.theme-toggle{background:transparent;border:none;cursor:pointer;padding:0}.theme-toggle svg{color:var(--color-foreground-primary);display:none;height:1.25rem;vertical-align:middle;width:1.25rem}.theme-toggle-header{float:left;padding:1rem .5rem}.nav-overlay-icon,.toc-overlay-icon{cursor:pointer;display:none}.nav-overlay-icon .icon,.toc-overlay-icon .icon{color:var(--color-foreground-secondary);height:1.25rem;width:1.25rem}.nav-overlay-icon,.toc-header-icon{align-items:center;justify-content:center}.toc-content-icon{height:1.5rem;width:1.5rem}.content-icon-container{display:flex;float:right;gap:.5rem;margin-bottom:1rem;margin-left:1rem;margin-top:1.5rem}.content-icon-container .edit-this-page svg,.content-icon-container .view-this-page svg{color:inherit;height:1.25rem;width:1.25rem}.sidebar-toggle{display:none;position:absolute}.sidebar-toggle[name=__toc]{left:20px}.sidebar-toggle:checked{left:40px}.overlay{background-color:rgba(0,0,0,.54);height:0;opacity:0;position:fixed;top:0;transition:width 0ms,height 0ms,opacity .25s ease-out;width:0}.sidebar-overlay{z-index:20}.toc-overlay{z-index:40}.sidebar-drawer{transition:left .25s ease-in-out;z-index:30}.toc-drawer{transition:right .25s ease-in-out;z-index:50}#__navigation:checked~.sidebar-overlay{height:100%;opacity:1;width:100%}#__navigation:checked~.page .sidebar-drawer{left:0;top:0}#__toc:checked~.toc-overlay{height:100%;opacity:1;width:100%}#__toc:checked~.page .toc-drawer{right:0;top:0}.back-to-top{background:var(--color-background-primary);border-radius:1rem;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 1px 0 hsla(220,9%,46%,.502);display:none;font-size:.8125rem;left:0;margin-left:50%;padding:.5rem .75rem .5rem .5rem;position:fixed;text-decoration:none;top:1rem;transform:translateX(-50%);z-index:10}.back-to-top svg{height:1rem;width:1rem;fill:currentColor;display:inline-block}.back-to-top span{margin-left:.25rem}.show-back-to-top .back-to-top{align-items:center;display:flex}@media(min-width:97em){html{font-size:110%}}@media(max-width:82em){.toc-content-icon{display:flex}.toc-drawer{border-left:1px solid var(--color-background-muted);height:100vh;position:fixed;right:-15em;top:0}.toc-tree{border-left:none;font-size:var(--toc-font-size--mobile)}.sidebar-drawer{width:calc(50% - 18.5em)}}@media(max-width:67em){.nav-overlay-icon{display:flex}.sidebar-drawer{height:100vh;left:-15em;position:fixed;top:0;width:15em}.toc-header-icon{display:flex}.theme-toggle-content,.toc-content-icon{display:none}.theme-toggle-header{display:block}.mobile-header{align-items:center;display:flex;justify-content:space-between;position:sticky;top:0}.mobile-header .header-left,.mobile-header .header-right{display:flex;height:var(--header-height);padding:0 var(--header-padding)}.mobile-header .header-left label,.mobile-header .header-right label{height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.nav-overlay-icon .icon,.theme-toggle svg{height:1.25rem;width:1.25rem}:target{scroll-margin-top:calc(var(--header-height) + 2.5rem)}.back-to-top{top:calc(var(--header-height) + .5rem)}.page{flex-direction:column;justify-content:center}.content{margin-left:auto;margin-right:auto}}@media(max-width:52em){.content{overflow-x:auto;width:100%}}@media(max-width:46em){.content{padding:0 1em}article aside.sidebar{float:none;margin:1rem 0;width:100%}}.admonition,.topic{background:var(--color-admonition-background);border-radius:.2rem;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1);font-size:var(--admonition-font-size);margin:1rem auto;overflow:hidden;padding:0 .5rem .5rem;page-break-inside:avoid}.admonition>:nth-child(2),.topic>:nth-child(2){margin-top:0}.admonition>:last-child,.topic>:last-child{margin-bottom:0}.admonition p.admonition-title,p.topic-title{font-size:var(--admonition-title-font-size);font-weight:500;line-height:1.3;margin:0 -.5rem .5rem;padding:.4rem .5rem .4rem 2rem;position:relative}.admonition p.admonition-title:before,p.topic-title:before{content:"";height:1rem;left:.5rem;position:absolute;width:1rem}p.admonition-title{background-color:var(--color-admonition-title-background)}p.admonition-title:before{background-color:var(--color-admonition-title);-webkit-mask-image:var(--icon-admonition-default);mask-image:var(--icon-admonition-default);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}p.topic-title{background-color:var(--color-topic-title-background)}p.topic-title:before{background-color:var(--color-topic-title);-webkit-mask-image:var(--icon-topic-default);mask-image:var(--icon-topic-default);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.admonition{border-left:.2rem solid var(--color-admonition-title)}.admonition.caution{border-left-color:var(--color-admonition-title--caution)}.admonition.caution>.admonition-title{background-color:var(--color-admonition-title-background--caution)}.admonition.caution>.admonition-title:before{background-color:var(--color-admonition-title--caution);-webkit-mask-image:var(--icon-spark);mask-image:var(--icon-spark)}.admonition.warning{border-left-color:var(--color-admonition-title--warning)}.admonition.warning>.admonition-title{background-color:var(--color-admonition-title-background--warning)}.admonition.warning>.admonition-title:before{background-color:var(--color-admonition-title--warning);-webkit-mask-image:var(--icon-warning);mask-image:var(--icon-warning)}.admonition.danger{border-left-color:var(--color-admonition-title--danger)}.admonition.danger>.admonition-title{background-color:var(--color-admonition-title-background--danger)}.admonition.danger>.admonition-title:before{background-color:var(--color-admonition-title--danger);-webkit-mask-image:var(--icon-spark);mask-image:var(--icon-spark)}.admonition.attention{border-left-color:var(--color-admonition-title--attention)}.admonition.attention>.admonition-title{background-color:var(--color-admonition-title-background--attention)}.admonition.attention>.admonition-title:before{background-color:var(--color-admonition-title--attention);-webkit-mask-image:var(--icon-warning);mask-image:var(--icon-warning)}.admonition.error{border-left-color:var(--color-admonition-title--error)}.admonition.error>.admonition-title{background-color:var(--color-admonition-title-background--error)}.admonition.error>.admonition-title:before{background-color:var(--color-admonition-title--error);-webkit-mask-image:var(--icon-failure);mask-image:var(--icon-failure)}.admonition.hint{border-left-color:var(--color-admonition-title--hint)}.admonition.hint>.admonition-title{background-color:var(--color-admonition-title-background--hint)}.admonition.hint>.admonition-title:before{background-color:var(--color-admonition-title--hint);-webkit-mask-image:var(--icon-question);mask-image:var(--icon-question)}.admonition.tip{border-left-color:var(--color-admonition-title--tip)}.admonition.tip>.admonition-title{background-color:var(--color-admonition-title-background--tip)}.admonition.tip>.admonition-title:before{background-color:var(--color-admonition-title--tip);-webkit-mask-image:var(--icon-info);mask-image:var(--icon-info)}.admonition.important{border-left-color:var(--color-admonition-title--important)}.admonition.important>.admonition-title{background-color:var(--color-admonition-title-background--important)}.admonition.important>.admonition-title:before{background-color:var(--color-admonition-title--important);-webkit-mask-image:var(--icon-flame);mask-image:var(--icon-flame)}.admonition.note{border-left-color:var(--color-admonition-title--note)}.admonition.note>.admonition-title{background-color:var(--color-admonition-title-background--note)}.admonition.note>.admonition-title:before{background-color:var(--color-admonition-title--note);-webkit-mask-image:var(--icon-pencil);mask-image:var(--icon-pencil)}.admonition.seealso{border-left-color:var(--color-admonition-title--seealso)}.admonition.seealso>.admonition-title{background-color:var(--color-admonition-title-background--seealso)}.admonition.seealso>.admonition-title:before{background-color:var(--color-admonition-title--seealso);-webkit-mask-image:var(--icon-info);mask-image:var(--icon-info)}.admonition.admonition-todo{border-left-color:var(--color-admonition-title--admonition-todo)}.admonition.admonition-todo>.admonition-title{background-color:var(--color-admonition-title-background--admonition-todo)}.admonition.admonition-todo>.admonition-title:before{background-color:var(--color-admonition-title--admonition-todo);-webkit-mask-image:var(--icon-pencil);mask-image:var(--icon-pencil)}.admonition-todo>.admonition-title{text-transform:uppercase}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dd{margin-left:2rem}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dd>:first-child{margin-top:.125rem}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list,dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dd>:last-child{margin-bottom:.75rem}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list>dt{font-size:var(--font-size--small);text-transform:uppercase}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list dd:empty{margin-bottom:.5rem}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list dd>ul{margin-left:-1.2rem}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list dd>ul>li>p:nth-child(2){margin-top:0}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .field-list dd>ul>li>p+p:last-child:empty{margin-bottom:0;margin-top:0}dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt{color:var(--color-api-overall)}.sig:not(.sig-inline){background:var(--color-api-background);border-radius:.25rem;font-family:var(--font-stack--monospace);font-size:var(--api-font-size);font-weight:700;margin-left:-.25rem;margin-right:-.25rem;padding:.25rem .5rem .25rem 3em;text-indent:-2.5em;transition:background .1s ease-out}.sig:not(.sig-inline):hover{background:var(--color-api-background-hover)}.sig:not(.sig-inline) a.reference .viewcode-link{font-weight:400;width:4.25rem}em.property{font-style:normal}em.property:first-child{color:var(--color-api-keyword)}.sig-name{color:var(--color-api-name)}.sig-prename{color:var(--color-api-pre-name);font-weight:400}.sig-paren{color:var(--color-api-paren)}.sig-param{font-style:normal}div.deprecated,div.versionadded,div.versionchanged,div.versionremoved{border-left:.1875rem solid;border-radius:.125rem;padding-left:.75rem}div.deprecated p,div.versionadded p,div.versionchanged p,div.versionremoved p{margin-bottom:.125rem;margin-top:.125rem}div.versionadded{border-color:var(--color-api-added-border)}div.versionadded .versionmodified{color:var(--color-api-added)}div.versionchanged{border-color:var(--color-api-changed-border)}div.versionchanged .versionmodified{color:var(--color-api-changed)}div.deprecated{border-color:var(--color-api-deprecated-border)}div.deprecated .versionmodified{color:var(--color-api-deprecated)}div.versionremoved{border-color:var(--color-api-removed-border)}div.versionremoved .versionmodified{color:var(--color-api-removed)}.viewcode-back,.viewcode-link{float:right;text-align:right}.line-block{margin-bottom:.75rem;margin-top:.5rem}.line-block .line-block{margin-bottom:0;margin-top:0;padding-left:1rem}.code-block-caption,article p.caption,table>caption{font-size:var(--font-size--small);text-align:center}.toctree-wrapper.compound .caption,.toctree-wrapper.compound :not(.caption)>.caption-text{font-size:var(--font-size--small);margin-bottom:0;text-align:initial;text-transform:uppercase}.toctree-wrapper.compound>ul{margin-bottom:0;margin-top:0}.sig-inline,code.literal{background:var(--color-inline-code-background);border-radius:.2em;font-size:var(--font-size--small--2);padding:.1em .2em}pre.literal-block .sig-inline,pre.literal-block code.literal{font-size:inherit;padding:0}p .sig-inline,p code.literal{border:1px solid var(--color-background-border)}.sig-inline{font-family:var(--font-stack--monospace)}div[class*=" highlight-"],div[class^=highlight-]{display:flex;margin:1em 0}div[class*=" highlight-"] .table-wrapper,div[class^=highlight-] .table-wrapper,pre{margin:0;padding:0}pre{overflow:auto}article[role=main] .highlight pre{line-height:1.5}.highlight pre,pre.literal-block{font-size:var(--code-font-size);padding:.625rem .875rem}pre.literal-block{background-color:var(--color-code-background);border-radius:.2rem;color:var(--color-code-foreground);margin-bottom:1rem;margin-top:1rem}.highlight{border-radius:.2rem;width:100%}.highlight .gp,.highlight span.linenos{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.highlight .hll{display:block;margin-left:-.875rem;margin-right:-.875rem;padding-left:.875rem;padding-right:.875rem}.code-block-caption{background-color:var(--color-code-background);border-bottom:1px solid;border-radius:.25rem;border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:var(--color-background-border);color:var(--color-code-foreground);display:flex;font-weight:300;padding:.625rem .875rem}.code-block-caption+div[class]{margin-top:0}.code-block-caption+div[class] pre{border-top-left-radius:0;border-top-right-radius:0}.highlighttable{display:block;width:100%}.highlighttable tbody{display:block}.highlighttable tr{display:flex}.highlighttable td.linenos{background-color:var(--color-code-background);border-bottom-left-radius:.2rem;border-top-left-radius:.2rem;color:var(--color-code-foreground);padding:.625rem 0 .625rem .875rem}.highlighttable .linenodiv{box-shadow:-.0625rem 0 var(--color-foreground-border) inset;font-size:var(--code-font-size);padding-right:.875rem}.highlighttable td.code{display:block;flex:1;overflow:hidden;padding:0}.highlighttable td.code .highlight{border-bottom-left-radius:0;border-top-left-radius:0}.highlight span.linenos{box-shadow:-.0625rem 0 var(--color-foreground-border) inset;display:inline-block;margin-right:.875rem;padding-left:0;padding-right:.875rem}.footnote-reference{font-size:var(--font-size--small--4);vertical-align:super}dl.footnote.brackets{color:var(--color-foreground-secondary);display:grid;font-size:var(--font-size--small);grid-template-columns:max-content auto}dl.footnote.brackets dt{margin:0}dl.footnote.brackets dt>.fn-backref{margin-left:.25rem}dl.footnote.brackets dt:after{content:":"}dl.footnote.brackets dt .brackets:before{content:"["}dl.footnote.brackets dt .brackets:after{content:"]"}dl.footnote.brackets dd{margin:0;padding:0 1rem}aside.footnote{color:var(--color-foreground-secondary);font-size:var(--font-size--small)}aside.footnote>span,div.citation>span{float:left;font-weight:500;padding-right:.25rem}aside.footnote>:not(span),div.citation>p{margin-left:2rem}img{box-sizing:border-box;height:auto;max-width:100%}article .figure,article figure{border-radius:.2rem;margin:0}article .figure :last-child,article figure :last-child{margin-bottom:0}article .align-left{clear:left;float:left;margin:0 1rem 1rem}article .align-right{clear:right;float:right;margin:0 1rem 1rem}article .align-center,article .align-default{display:block;margin-left:auto;margin-right:auto;text-align:center}article table.align-default{display:table;text-align:initial}.domainindex-jumpbox,.genindex-jumpbox{border-bottom:1px solid var(--color-background-border);border-top:1px solid var(--color-background-border);padding:.25rem}.domainindex-section h2,.genindex-section h2{margin-bottom:.5rem;margin-top:.75rem}.domainindex-section ul,.genindex-section ul{margin-bottom:0;margin-top:0}ol,ul{margin-bottom:1rem;margin-top:1rem;padding-left:1.2rem}ol li>p:first-child,ul li>p:first-child{margin-bottom:.25rem;margin-top:.25rem}ol li>p:last-child,ul li>p:last-child{margin-top:.25rem}ol li>ol,ol li>ul,ul li>ol,ul li>ul{margin-bottom:.5rem;margin-top:.5rem}ol.arabic{list-style:decimal}ol.loweralpha{list-style:lower-alpha}ol.upperalpha{list-style:upper-alpha}ol.lowerroman{list-style:lower-roman}ol.upperroman{list-style:upper-roman}.simple li>ol,.simple li>ul,.toctree-wrapper li>ol,.toctree-wrapper li>ul{margin-bottom:0;margin-top:0}.field-list dt,.option-list dt,dl.footnote dt,dl.glossary dt,dl.simple dt,dl:not([class]) dt{font-weight:500;margin-top:.25rem}.field-list dt+dt,.option-list dt+dt,dl.footnote dt+dt,dl.glossary dt+dt,dl.simple dt+dt,dl:not([class]) dt+dt{margin-top:0}.field-list dt .classifier:before,.option-list dt .classifier:before,dl.footnote dt .classifier:before,dl.glossary dt .classifier:before,dl.simple dt .classifier:before,dl:not([class]) dt .classifier:before{content:":";margin-left:.2rem;margin-right:.2rem}.field-list dd ul,.field-list dd>p:first-child,.option-list dd ul,.option-list dd>p:first-child,dl.footnote dd ul,dl.footnote dd>p:first-child,dl.glossary dd ul,dl.glossary dd>p:first-child,dl.simple dd ul,dl.simple dd>p:first-child,dl:not([class]) dd ul,dl:not([class]) dd>p:first-child{margin-top:.125rem}.field-list dd ul,.option-list dd ul,dl.footnote dd ul,dl.glossary dd ul,dl.simple dd ul,dl:not([class]) dd ul{margin-bottom:.125rem}.math-wrapper{overflow-x:auto;width:100%}div.math{position:relative;text-align:center}div.math .headerlink,div.math:focus .headerlink{display:none}div.math:hover .headerlink{display:inline-block}div.math span.eqno{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);z-index:1}abbr[title]{cursor:help}.problematic{color:var(--color-problematic)}kbd:not(.compound){background-color:var(--color-background-secondary);border:1px solid var(--color-foreground-border);border-radius:.2rem;box-shadow:0 .0625rem 0 rgba(0,0,0,.2),inset 0 0 0 .125rem var(--color-background-primary);color:var(--color-foreground-primary);display:inline-block;font-size:var(--font-size--small--3);margin:0 .2rem;padding:0 .2rem;vertical-align:text-bottom}blockquote{background:var(--color-background-secondary);border-left:4px solid var(--color-background-border);margin-left:0;margin-right:0;padding:.5rem 1rem}blockquote .attribution{font-weight:600;text-align:right}blockquote.highlights,blockquote.pull-quote{font-size:1.25em}blockquote.epigraph,blockquote.pull-quote{border-left-width:0;border-radius:.5rem}blockquote.highlights{background:transparent;border-left-width:0}p .reference img{vertical-align:middle}p.rubric{font-size:1.125em;font-weight:700;line-height:1.25}dd p.rubric{font-size:var(--font-size--small);font-weight:inherit;line-height:inherit;text-transform:uppercase}article .sidebar{background-color:var(--color-background-secondary);border:1px solid var(--color-background-border);border-radius:.2rem;clear:right;float:right;margin-left:1rem;margin-right:0;width:30%}article .sidebar>*{padding-left:1rem;padding-right:1rem}article .sidebar>ol,article .sidebar>ul{padding-left:2.2rem}article .sidebar .sidebar-title{border-bottom:1px solid var(--color-background-border);font-weight:500;margin:0;padding:.5rem 1rem}.table-wrapper{margin-bottom:.5rem;margin-top:1rem;overflow-x:auto;padding:.2rem .2rem .75rem;width:100%}table.docutils{border-collapse:collapse;border-radius:.2rem;border-spacing:0;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1)}table.docutils th{background:var(--color-table-header-background)}table.docutils td,table.docutils th{border-bottom:1px solid var(--color-table-border);border-left:1px solid var(--color-table-border);border-right:1px solid var(--color-table-border);padding:0 .25rem}table.docutils td p,table.docutils th p{margin:.25rem}table.docutils td:first-child,table.docutils th:first-child{border-left:none}table.docutils td:last-child,table.docutils th:last-child{border-right:none}table.docutils td.text-left,table.docutils th.text-left{text-align:left}table.docutils td.text-right,table.docutils th.text-right{text-align:right}table.docutils td.text-center,table.docutils th.text-center{text-align:center}:target{scroll-margin-top:2.5rem}@media(max-width:67em){:target{scroll-margin-top:calc(2.5rem + var(--header-height))}section>span:target{scroll-margin-top:calc(2.8rem + var(--header-height))}}.headerlink{font-weight:100;-webkit-user-select:none;-moz-user-select:none;user-select:none}.code-block-caption>.headerlink,dl dt>.headerlink,figcaption p>.headerlink,h1>.headerlink,h2>.headerlink,h3>.headerlink,h4>.headerlink,h5>.headerlink,h6>.headerlink,p.caption>.headerlink,table>caption>.headerlink{margin-left:.5rem;visibility:hidden}.code-block-caption:hover>.headerlink,dl dt:hover>.headerlink,figcaption p:hover>.headerlink,h1:hover>.headerlink,h2:hover>.headerlink,h3:hover>.headerlink,h4:hover>.headerlink,h5:hover>.headerlink,h6:hover>.headerlink,p.caption:hover>.headerlink,table>caption:hover>.headerlink{visibility:visible}.code-block-caption>.toc-backref,dl dt>.toc-backref,figcaption p>.toc-backref,h1>.toc-backref,h2>.toc-backref,h3>.toc-backref,h4>.toc-backref,h5>.toc-backref,h6>.toc-backref,p.caption>.toc-backref,table>caption>.toc-backref{color:inherit;text-decoration-line:none}figure:hover>figcaption>p>.headerlink,table:hover>caption>.headerlink{visibility:visible}:target>h1:first-of-type,:target>h2:first-of-type,:target>h3:first-of-type,:target>h4:first-of-type,:target>h5:first-of-type,:target>h6:first-of-type,span:target~h1:first-of-type,span:target~h2:first-of-type,span:target~h3:first-of-type,span:target~h4:first-of-type,span:target~h5:first-of-type,span:target~h6:first-of-type{background-color:var(--color-highlight-on-target)}:target>h1:first-of-type code.literal,:target>h2:first-of-type code.literal,:target>h3:first-of-type code.literal,:target>h4:first-of-type code.literal,:target>h5:first-of-type code.literal,:target>h6:first-of-type code.literal,span:target~h1:first-of-type code.literal,span:target~h2:first-of-type code.literal,span:target~h3:first-of-type code.literal,span:target~h4:first-of-type code.literal,span:target~h5:first-of-type code.literal,span:target~h6:first-of-type code.literal{background-color:transparent}.literal-block-wrapper:target .code-block-caption,.this-will-duplicate-information-and-it-is-still-useful-here li :target,figure:target,table:target>caption{background-color:var(--color-highlight-on-target)}dt:target{background-color:var(--color-highlight-on-target)!important}.footnote-reference:target,.footnote>dt:target+dd{background-color:var(--color-highlight-on-target)}.guilabel{background-color:var(--color-guilabel-background);border:1px solid var(--color-guilabel-border);border-radius:.5em;color:var(--color-guilabel-text);font-size:.9em;padding:0 .3em}footer{display:flex;flex-direction:column;font-size:var(--font-size--small);margin-top:2rem}.bottom-of-page{align-items:center;border-top:1px solid var(--color-background-border);color:var(--color-foreground-secondary);display:flex;justify-content:space-between;line-height:1.5;margin-top:1rem;padding-bottom:1rem;padding-top:1rem}@media(max-width:46em){.bottom-of-page{flex-direction:column-reverse;gap:.25rem;text-align:center}}.bottom-of-page .left-details{font-size:var(--font-size--small)}.bottom-of-page .right-details{display:flex;flex-direction:column;gap:.25rem;text-align:right}.bottom-of-page .icons{display:flex;font-size:1rem;gap:.25rem;justify-content:flex-end}.bottom-of-page .icons a{text-decoration:none}.bottom-of-page .icons img,.bottom-of-page .icons svg{font-size:1.125rem;height:1em;width:1em}.related-pages a{align-items:center;display:flex;text-decoration:none}.related-pages a:hover .page-info .title{color:var(--color-link);text-decoration:underline;text-decoration-color:var(--color-link-underline)}.related-pages a svg.furo-related-icon,.related-pages a svg.furo-related-icon>use{color:var(--color-foreground-border);flex-shrink:0;height:.75rem;margin:0 .5rem;width:.75rem}.related-pages a.next-page{clear:right;float:right;max-width:50%;text-align:right}.related-pages a.prev-page{clear:left;float:left;max-width:50%}.related-pages a.prev-page svg{transform:rotate(180deg)}.page-info{display:flex;flex-direction:column;overflow-wrap:anywhere}.next-page .page-info{align-items:flex-end}.page-info .context{align-items:center;color:var(--color-foreground-muted);display:flex;font-size:var(--font-size--small);padding-bottom:.1rem;text-decoration:none}ul.search{list-style:none;padding-left:0}ul.search li{border-bottom:1px solid var(--color-background-border);padding:1rem 0}[role=main] .highlighted{background-color:var(--color-highlighted-background);color:var(--color-highlighted-text)}.sidebar-brand{display:flex;flex-direction:column;flex-shrink:0;padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal);text-decoration:none}.sidebar-brand-text{color:var(--color-sidebar-brand-text);font-size:1.5rem;overflow-wrap:break-word}.sidebar-brand-text,.sidebar-logo-container{margin:var(--sidebar-item-spacing-vertical) 0}.sidebar-logo{display:block;margin:0 auto;max-width:100%}.sidebar-search-container{align-items:center;background:var(--color-sidebar-search-background);display:flex;margin-top:var(--sidebar-search-space-above);position:relative}.sidebar-search-container:focus-within,.sidebar-search-container:hover{background:var(--color-sidebar-search-background--focus)}.sidebar-search-container:before{background-color:var(--color-sidebar-search-icon);content:"";height:var(--sidebar-search-icon-size);left:var(--sidebar-item-spacing-horizontal);-webkit-mask-image:var(--icon-search);mask-image:var(--icon-search);position:absolute;width:var(--sidebar-search-icon-size)}.sidebar-search{background:transparent;border:none;border-bottom:1px solid var(--color-sidebar-search-border);border-top:1px solid var(--color-sidebar-search-border);box-sizing:border-box;color:var(--color-sidebar-search-foreground);padding:var(--sidebar-search-input-spacing-vertical) var(--sidebar-search-input-spacing-horizontal) var(--sidebar-search-input-spacing-vertical) calc(var(--sidebar-item-spacing-horizontal) + var(--sidebar-search-input-spacing-horizontal) + var(--sidebar-search-icon-size));width:100%;z-index:10}.sidebar-search:focus{outline:none}.sidebar-search::-moz-placeholder{font-size:var(--sidebar-search-input-font-size)}.sidebar-search::placeholder{font-size:var(--sidebar-search-input-font-size)}#searchbox .highlight-link{margin:0;padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal) 0;text-align:center}#searchbox .highlight-link a{color:var(--color-sidebar-search-icon);font-size:var(--font-size--small--2)}.sidebar-tree{font-size:var(--sidebar-item-font-size);margin-bottom:var(--sidebar-item-spacing-vertical);margin-top:var(--sidebar-tree-space-above)}.sidebar-tree ul{display:flex;flex-direction:column;list-style:none;margin-bottom:0;margin-top:0;padding:0}.sidebar-tree li{margin:0;position:relative}.sidebar-tree li>ul{margin-left:var(--sidebar-item-spacing-horizontal)}.sidebar-tree .icon,.sidebar-tree .reference{color:var(--color-sidebar-link-text)}.sidebar-tree .reference{box-sizing:border-box;display:inline-block;height:100%;line-height:var(--sidebar-item-line-height);overflow-wrap:anywhere;padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal);text-decoration:none;width:100%}.sidebar-tree .reference:hover{background:var(--color-sidebar-item-background--hover);color:var(--color-sidebar-link-text)}.sidebar-tree .reference.external:after{color:var(--color-sidebar-link-text);content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23607D8B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M11 7H6a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-5M10 14 20 4M15 4h5v5'/%3E%3C/svg%3E");margin:0 .25rem;vertical-align:middle}.sidebar-tree .current-page>.reference{font-weight:700}.sidebar-tree label{align-items:center;cursor:pointer;display:flex;height:var(--sidebar-item-height);justify-content:center;position:absolute;right:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--sidebar-expander-width)}.sidebar-tree .caption,.sidebar-tree :not(.caption)>.caption-text{color:var(--color-sidebar-caption-text);font-size:var(--sidebar-caption-font-size);font-weight:700;margin:var(--sidebar-caption-space-above) 0 0 0;padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal);text-transform:uppercase}.sidebar-tree li.has-children>.reference{padding-right:var(--sidebar-expander-width)}.sidebar-tree .toctree-l1>.reference,.sidebar-tree .toctree-l1>label .icon{color:var(--color-sidebar-link-text--top-level)}.sidebar-tree label{background:var(--color-sidebar-item-expander-background)}.sidebar-tree label:hover{background:var(--color-sidebar-item-expander-background--hover)}.sidebar-tree .current>.reference{background:var(--color-sidebar-item-background--current)}.sidebar-tree .current>.reference:hover{background:var(--color-sidebar-item-background--hover)}.toctree-checkbox{display:none;position:absolute}.toctree-checkbox~ul{display:none}.toctree-checkbox~label .icon svg{transform:rotate(90deg)}.toctree-checkbox:checked~ul{display:block}.toctree-checkbox:checked~label .icon svg{transform:rotate(-90deg)}.toc-title-container{padding:var(--toc-title-padding);padding-top:var(--toc-spacing-vertical)}.toc-title{color:var(--color-toc-title-text);font-size:var(--toc-title-font-size);padding-left:var(--toc-spacing-horizontal);text-transform:uppercase}.no-toc{display:none}.toc-tree-container{padding-bottom:var(--toc-spacing-vertical)}.toc-tree{border-left:1px solid var(--color-background-border);font-size:var(--toc-font-size);line-height:1.3;padding-left:calc(var(--toc-spacing-horizontal) - var(--toc-item-spacing-horizontal))}.toc-tree>ul>li:first-child{padding-top:0}.toc-tree>ul>li:first-child>ul{padding-left:0}.toc-tree>ul>li:first-child>a{display:none}.toc-tree ul{list-style-type:none;margin-bottom:0;margin-top:0;padding-left:var(--toc-item-spacing-horizontal)}.toc-tree li{padding-top:var(--toc-item-spacing-vertical)}.toc-tree li.scroll-current>.reference{color:var(--color-toc-item-text--active);font-weight:700}.toc-tree a.reference{color:var(--color-toc-item-text);overflow-wrap:anywhere;text-decoration:none}.toc-scroll{max-height:100vh;overflow-y:scroll}.contents:not(.this-will-duplicate-information-and-it-is-still-useful-here){background:rgba(255,0,0,.25);color:var(--color-problematic)}.contents:not(.this-will-duplicate-information-and-it-is-still-useful-here):before{content:"ERROR: Adding a table of contents in Furo-based documentation is unnecessary, and does not work well with existing styling. Add a 'this-will-duplicate-information-and-it-is-still-useful-here' class, if you want an escape hatch."}.text-align\:left>p{text-align:left}.text-align\:center>p{text-align:center}.text-align\:right>p{text-align:right} /*# sourceMappingURL=furo.css.map*/ \ No newline at end of file diff --git a/docs/_static/styles/furo.css.map b/docs/_static/styles/furo.css.map index 997200a..6e02d0b 100644 --- a/docs/_static/styles/furo.css.map +++ b/docs/_static/styles/furo.css.map @@ -1 +1 @@ -{"version":3,"file":"styles/furo.css","mappings":"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","sources":["webpack:///./node_modules/normalize.css/normalize.css","webpack:///./src/furo/assets/styles/base/_print.sass","webpack:///./src/furo/assets/styles/base/_screen-readers.sass","webpack:///./src/furo/assets/styles/base/_theme.sass","webpack:///./src/furo/assets/styles/variables/_fonts.scss","webpack:///./src/furo/assets/styles/variables/_spacing.scss","webpack:///./src/furo/assets/styles/variables/_icons.scss","webpack:///./src/furo/assets/styles/variables/_admonitions.scss","webpack:///./src/furo/assets/styles/variables/_colors.scss","webpack:///./src/furo/assets/styles/base/_typography.sass","webpack:///./src/furo/assets/styles/_scaffold.sass","webpack:///./src/furo/assets/styles/content/_admonitions.sass","webpack:///./src/furo/assets/styles/content/_api.sass","webpack:///./src/furo/assets/styles/content/_blocks.sass","webpack:///./src/furo/assets/styles/content/_captions.sass","webpack:///./src/furo/assets/styles/content/_code.sass","webpack:///./src/furo/assets/styles/content/_footnotes.sass","webpack:///./src/furo/assets/styles/content/_images.sass","webpack:///./src/furo/assets/styles/content/_indexes.sass","webpack:///./src/furo/assets/styles/content/_lists.sass","webpack:///./src/furo/assets/styles/content/_math.sass","webpack:///./src/furo/assets/styles/content/_misc.sass","webpack:///./src/furo/assets/styles/content/_rubrics.sass","webpack:///./src/furo/assets/styles/content/_sidebar.sass","webpack:///./src/furo/assets/styles/content/_tables.sass","webpack:///./src/furo/assets/styles/content/_target.sass","webpack:///./src/furo/assets/styles/content/_gui-labels.sass","webpack:///./src/furo/assets/styles/components/_footer.sass","webpack:///./src/furo/assets/styles/components/_sidebar.sass","webpack:///./src/furo/assets/styles/components/_table_of_contents.sass","webpack:///./src/furo/assets/styles/_shame.sass"],"sourcesContent":["/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n\n/* Document\n ========================================================================== */\n\n/**\n * 1. Correct the line height in all browsers.\n * 2. Prevent adjustments of font size after orientation changes in iOS.\n */\n\nhtml {\n line-height: 1.15; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/* Sections\n ========================================================================== */\n\n/**\n * Remove the margin in all browsers.\n */\n\nbody {\n margin: 0;\n}\n\n/**\n * Render the `main` element consistently in IE.\n */\n\nmain {\n display: block;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/* Grouping content\n ========================================================================== */\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\npre {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * Remove the gray background on active links in IE 10.\n */\n\na {\n background-color: transparent;\n}\n\n/**\n * 1. Remove the bottom border in Chrome 57-\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\nabbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Remove the border on images inside links in IE 10.\n */\n\nimg {\n border-style: none;\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * 1. Change the font styles in all browsers.\n * 2. Remove the margin in Firefox and Safari.\n */\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-size: 100%; /* 1 */\n line-height: 1.15; /* 1 */\n margin: 0; /* 2 */\n}\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n\nbutton,\ninput { /* 1 */\n overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\nbutton,\nselect { /* 1 */\n text-transform: none;\n}\n\n/**\n * Correct the inability to style clickable types in iOS and Safari.\n */\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\n/**\n * Remove the inner border and padding in Firefox.\n */\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n/**\n * Correct the padding in Firefox.\n */\n\nfieldset {\n padding: 0.35em 0.75em 0.625em;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n\nlegend {\n box-sizing: border-box; /* 1 */\n color: inherit; /* 2 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n white-space: normal; /* 1 */\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\nprogress {\n vertical-align: baseline;\n}\n\n/**\n * Remove the default vertical scrollbar in IE 10+.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10.\n * 2. Remove the padding in IE 10.\n */\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Remove the inner padding in Chrome and Safari on macOS.\n */\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/* Interactive\n ========================================================================== */\n\n/*\n * Add the correct display in Edge, IE 10+, and Firefox.\n */\n\ndetails {\n display: block;\n}\n\n/*\n * Add the correct display in all browsers.\n */\n\nsummary {\n display: list-item;\n}\n\n/* Misc\n ========================================================================== */\n\n/**\n * Add the correct display in IE 10+.\n */\n\ntemplate {\n display: none;\n}\n\n/**\n * Add the correct display in IE 10.\n */\n\n[hidden] {\n display: none;\n}\n","// This file contains styles for managing print media.\n\n////////////////////////////////////////////////////////////////////////////////\n// Hide elements not relevant to print media.\n////////////////////////////////////////////////////////////////////////////////\n@media print\n // Hide icon container.\n .content-icon-container\n display: none !important\n\n // Hide showing header links if hovering over when printing.\n .headerlink\n display: none !important\n\n // Hide mobile header.\n .mobile-header\n display: none !important\n\n // Hide navigation links.\n .related-pages\n display: none !important\n\n////////////////////////////////////////////////////////////////////////////////\n// Tweaks related to decolorization.\n////////////////////////////////////////////////////////////////////////////////\n@media print\n // Apply a border around code which no longer have a color background.\n .highlight\n border: 0.1pt solid var(--color-foreground-border)\n\n////////////////////////////////////////////////////////////////////////////////\n// Avoid page break in some relevant cases.\n////////////////////////////////////////////////////////////////////////////////\n@media print\n ul, ol, dl, a, table, pre, blockquote\n page-break-inside: avoid\n\n h1, h2, h3, h4, h5, h6, img, figure, caption\n page-break-inside: avoid\n page-break-after: avoid\n\n ul, ol, dl\n page-break-before: avoid\n",".visually-hidden\n position: absolute !important\n width: 1px !important\n height: 1px !important\n padding: 0 !important\n margin: -1px !important\n overflow: hidden !important\n clip: rect(0,0,0,0) !important\n white-space: nowrap !important\n border: 0 !important\n\n:-moz-focusring\n outline: auto\n","// This file serves as the \"skeleton\" of the theming logic.\n//\n// This contains the bulk of the logic for handling dark mode, color scheme\n// toggling and the handling of color-scheme-specific hiding of elements.\n\nbody\n @include fonts\n @include spacing\n @include icons\n @include admonitions\n @include default-admonition(#651fff, \"abstract\")\n @include default-topic(#14B8A6, \"pencil\")\n\n @include colors\n\n.only-light\n display: block !important\nhtml body .only-dark\n display: none !important\n\n// Ignore dark-mode hints if print media.\n@media not print\n // Enable dark-mode, if requested.\n body[data-theme=\"dark\"]\n @include colors-dark\n\n html & .only-light\n display: none !important\n .only-dark\n display: block !important\n\n // Enable dark mode, unless explicitly told to avoid.\n @media (prefers-color-scheme: dark)\n body:not([data-theme=\"light\"])\n @include colors-dark\n\n html & .only-light\n display: none !important\n .only-dark\n display: block !important\n\n//\n// Theme toggle presentation\n//\nbody[data-theme=\"auto\"]\n .theme-toggle svg.theme-icon-when-auto\n display: block\n\nbody[data-theme=\"dark\"]\n .theme-toggle svg.theme-icon-when-dark\n display: block\n\nbody[data-theme=\"light\"]\n .theme-toggle svg.theme-icon-when-light\n display: block\n","// Fonts used by this theme.\n//\n// There are basically two things here -- using the system font stack and\n// defining sizes for various elements in %ages. We could have also used `em`\n// but %age is easier to reason about for me.\n\n@mixin fonts {\n // These are adapted from https://systemfontstack.com/\n --font-stack: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,\n sans-serif, Apple Color Emoji, Segoe UI Emoji;\n --font-stack--monospace: \"SFMono-Regular\", Menlo, Consolas, Monaco,\n Liberation Mono, Lucida Console, monospace;\n\n --font-size--normal: 100%;\n --font-size--small: 87.5%;\n --font-size--small--2: 81.25%;\n --font-size--small--3: 75%;\n --font-size--small--4: 62.5%;\n\n // Sidebar\n --sidebar-caption-font-size: var(--font-size--small--2);\n --sidebar-item-font-size: var(--font-size--small);\n --sidebar-search-input-font-size: var(--font-size--small);\n\n // Table of Contents\n --toc-font-size: var(--font-size--small--3);\n --toc-font-size--mobile: var(--font-size--normal);\n --toc-title-font-size: var(--font-size--small--4);\n\n // Admonitions\n //\n // These aren't defined in terms of %ages, since nesting these is permitted.\n --admonition-font-size: 0.8125rem;\n --admonition-title-font-size: 0.8125rem;\n\n // Code\n --code-font-size: var(--font-size--small--2);\n\n // API\n --api-font-size: var(--font-size--small);\n}\n","// Spacing for various elements on the page\n//\n// If the user wants to tweak things in a certain way, they are permitted to.\n// They also have to deal with the consequences though!\n\n@mixin spacing {\n // Header!\n --header-height: calc(\n var(--sidebar-item-line-height) + 4 * #{var(--sidebar-item-spacing-vertical)}\n );\n --header-padding: 0.5rem;\n\n // Sidebar\n --sidebar-tree-space-above: 1.5rem;\n --sidebar-caption-space-above: 1rem;\n\n --sidebar-item-line-height: 1rem;\n --sidebar-item-spacing-vertical: 0.5rem;\n --sidebar-item-spacing-horizontal: 1rem;\n --sidebar-item-height: calc(\n var(--sidebar-item-line-height) + 2 *#{var(--sidebar-item-spacing-vertical)}\n );\n\n --sidebar-expander-width: var(--sidebar-item-height); // be square\n\n --sidebar-search-space-above: 0.5rem;\n --sidebar-search-input-spacing-vertical: 0.5rem;\n --sidebar-search-input-spacing-horizontal: 0.5rem;\n --sidebar-search-input-height: 1rem;\n --sidebar-search-icon-size: var(--sidebar-search-input-height);\n\n // Table of Contents\n --toc-title-padding: 0.25rem 0;\n --toc-spacing-vertical: 1.5rem;\n --toc-spacing-horizontal: 1.5rem;\n --toc-item-spacing-vertical: 0.4rem;\n --toc-item-spacing-horizontal: 1rem;\n}\n","// Expose theme icons as CSS variables.\n\n$icons: (\n // Adapted from tabler-icons\n // url: https://tablericons.com/\n \"search\":\n url('data:image/svg+xml;charset=utf-8,'),\n // Factored out from mkdocs-material on 24-Aug-2020.\n // url: https://squidfunk.github.io/mkdocs-material/reference/admonitions/\n \"pencil\":\n url('data:image/svg+xml;charset=utf-8,'),\n \"abstract\":\n url('data:image/svg+xml;charset=utf-8,'),\n \"info\":\n url('data:image/svg+xml;charset=utf-8,'),\n \"flame\":\n url('data:image/svg+xml;charset=utf-8,'),\n \"question\":\n url('data:image/svg+xml;charset=utf-8,'),\n \"warning\":\n url('data:image/svg+xml;charset=utf-8,'),\n \"failure\":\n url('data:image/svg+xml;charset=utf-8,'),\n \"spark\":\n url('data:image/svg+xml;charset=utf-8,')\n);\n\n@mixin icons {\n @each $name, $glyph in $icons {\n --icon-#{$name}: #{$glyph};\n }\n}\n","// Admonitions\n\n// Structure of these is:\n// admonition-class: color \"icon-name\";\n//\n// The colors are translated into CSS variables below. The icons are\n// used directly in the main declarations to set the `mask-image` in\n// the title.\n\n// prettier-ignore\n$admonitions: (\n // Each of these has an reST directives for it.\n \"caution\": #ff9100 \"spark\",\n \"warning\": #ff9100 \"warning\",\n \"danger\": #ff5252 \"spark\",\n \"attention\": #ff5252 \"warning\",\n \"error\": #ff5252 \"failure\",\n \"hint\": #00c852 \"question\",\n \"tip\": #00c852 \"info\",\n \"important\": #00bfa5 \"flame\",\n \"note\": #00b0ff \"pencil\",\n \"seealso\": #448aff \"info\",\n \"admonition-todo\": #808080 \"pencil\"\n);\n\n@mixin default-admonition($color, $icon-name) {\n --color-admonition-title: #{$color};\n --color-admonition-title-background: #{rgba($color, 0.2)};\n\n --icon-admonition-default: var(--icon-#{$icon-name});\n}\n\n@mixin default-topic($color, $icon-name) {\n --color-topic-title: #{$color};\n --color-topic-title-background: #{rgba($color, 0.2)};\n\n --icon-topic-default: var(--icon-#{$icon-name});\n}\n\n@mixin admonitions {\n @each $name, $values in $admonitions {\n --color-admonition-title--#{$name}: #{nth($values, 1)};\n --color-admonition-title-background--#{$name}: #{rgba(\n nth($values, 1),\n 0.2\n )};\n }\n}\n","// Colors used throughout this theme.\n//\n// The aim is to give the user more control. Thus, instead of hard-coding colors\n// in various parts of the stylesheet, the approach taken is to define all\n// colors as CSS variables and reusing them in all the places.\n//\n// `colors-dark` depends on `colors` being included at a lower specificity.\n\n@mixin colors {\n --color-problematic: #b30000;\n\n // Base Colors\n --color-foreground-primary: black; // for main text and headings\n --color-foreground-secondary: #5a5c63; // for secondary text\n --color-foreground-muted: #646776; // for muted text\n --color-foreground-border: #878787; // for content borders\n\n --color-background-primary: white; // for content\n --color-background-secondary: #f8f9fb; // for navigation + ToC\n --color-background-hover: #efeff4ff; // for navigation-item hover\n --color-background-hover--transparent: #efeff400;\n --color-background-border: #eeebee; // for UI borders\n --color-background-item: #ccc; // for \"background\" items (eg: copybutton)\n\n // Announcements\n --color-announcement-background: #000000dd;\n --color-announcement-text: #eeebee;\n\n // Brand colors\n --color-brand-primary: #2962ff;\n --color-brand-content: #2a5adf;\n\n // API documentation\n --color-api-background: var(--color-background-hover--transparent);\n --color-api-background-hover: var(--color-background-hover);\n --color-api-overall: var(--color-foreground-secondary);\n --color-api-name: var(--color-problematic);\n --color-api-pre-name: var(--color-problematic);\n --color-api-paren: var(--color-foreground-secondary);\n --color-api-keyword: var(--color-foreground-primary);\n --color-highlight-on-target: #ffffcc;\n\n // Inline code background\n --color-inline-code-background: var(--color-background-secondary);\n\n // Highlighted text (search)\n --color-highlighted-background: #ddeeff;\n --color-highlighted-text: var(--color-foreground-primary);\n\n // GUI Labels\n --color-guilabel-background: #ddeeff80;\n --color-guilabel-border: #bedaf580;\n --color-guilabel-text: var(--color-foreground-primary);\n\n // Admonitions!\n --color-admonition-background: transparent;\n\n //////////////////////////////////////////////////////////////////////////////\n // Everything below this should be one of:\n // - var(...)\n // - *-gradient(...)\n // - special literal values (eg: transparent, none)\n //////////////////////////////////////////////////////////////////////////////\n\n // Tables\n --color-table-header-background: var(--color-background-secondary);\n --color-table-border: var(--color-background-border);\n\n // Cards\n --color-card-border: var(--color-background-secondary);\n --color-card-background: transparent;\n --color-card-marginals-background: var(--color-background-secondary);\n\n // Header\n --color-header-background: var(--color-background-primary);\n --color-header-border: var(--color-background-border);\n --color-header-text: var(--color-foreground-primary);\n\n // Sidebar (left)\n --color-sidebar-background: var(--color-background-secondary);\n --color-sidebar-background-border: var(--color-background-border);\n\n --color-sidebar-brand-text: var(--color-foreground-primary);\n --color-sidebar-caption-text: var(--color-foreground-muted);\n --color-sidebar-link-text: var(--color-foreground-secondary);\n --color-sidebar-link-text--top-level: var(--color-brand-primary);\n\n --color-sidebar-item-background: var(--color-sidebar-background);\n --color-sidebar-item-background--current: var(\n --color-sidebar-item-background\n );\n --color-sidebar-item-background--hover: linear-gradient(\n 90deg,\n var(--color-background-hover--transparent) 0%,\n var(--color-background-hover) var(--sidebar-item-spacing-horizontal),\n var(--color-background-hover) 100%\n );\n\n --color-sidebar-item-expander-background: transparent;\n --color-sidebar-item-expander-background--hover: var(\n --color-background-hover\n );\n\n --color-sidebar-search-text: var(--color-foreground-primary);\n --color-sidebar-search-background: var(--color-background-secondary);\n --color-sidebar-search-background--focus: var(--color-background-primary);\n --color-sidebar-search-border: var(--color-background-border);\n --color-sidebar-search-icon: var(--color-foreground-muted);\n\n // Table of Contents (right)\n --color-toc-background: var(--color-background-primary);\n --color-toc-title-text: var(--color-foreground-muted);\n --color-toc-item-text: var(--color-foreground-secondary);\n --color-toc-item-text--hover: var(--color-foreground-primary);\n --color-toc-item-text--active: var(--color-brand-primary);\n\n // Actual page contents\n --color-content-foreground: var(--color-foreground-primary);\n --color-content-background: transparent;\n\n // Links\n --color-link: var(--color-brand-content);\n --color-link--hover: var(--color-brand-content);\n --color-link-underline: var(--color-background-border);\n --color-link-underline--hover: var(--color-foreground-border);\n}\n\n@mixin colors-dark {\n --color-problematic: #ee5151;\n\n // Base Colors\n --color-foreground-primary: #ffffffcc; // for main text and headings\n --color-foreground-secondary: #9ca0a5; // for secondary text\n --color-foreground-muted: #81868d; // for muted text\n --color-foreground-border: #666666; // for content borders\n\n --color-background-primary: #131416; // for content\n --color-background-secondary: #1a1c1e; // for navigation + ToC\n --color-background-hover: #1e2124ff; // for navigation-item hover\n --color-background-hover--transparent: #1e212400;\n --color-background-border: #303335; // for UI borders\n --color-background-item: #444; // for \"background\" items (eg: copybutton)\n\n // Announcements\n --color-announcement-background: #000000dd;\n --color-announcement-text: #eeebee;\n\n // Brand colors\n --color-brand-primary: #2b8cee;\n --color-brand-content: #368ce2;\n\n // Highlighted text (search)\n --color-highlighted-background: #083563;\n\n // GUI Labels\n --color-guilabel-background: #08356380;\n --color-guilabel-border: #13395f80;\n\n // API documentation\n --color-api-keyword: var(--color-foreground-secondary);\n --color-highlight-on-target: #333300;\n\n // Admonitions\n --color-admonition-background: #18181a;\n\n // Cards\n --color-card-border: var(--color-background-secondary);\n --color-card-background: #18181a;\n --color-card-marginals-background: var(--color-background-hover);\n}\n","// This file contains the styling for making the content throughout the page,\n// including fonts, paragraphs, headings and spacing among these elements.\n\nbody\n font-family: var(--font-stack)\npre,\ncode,\nkbd,\nsamp\n font-family: var(--font-stack--monospace)\n\n// Make fonts look slightly nicer.\nbody\n -webkit-font-smoothing: antialiased\n -moz-osx-font-smoothing: grayscale\n\n// Line height from Bootstrap 4.1\narticle\n line-height: 1.5\n\n//\n// Headings\n//\nh1,\nh2,\nh3,\nh4,\nh5,\nh6\n line-height: 1.25\n font-weight: bold\n\n border-radius: 0.5rem\n margin-top: 0.5rem\n margin-bottom: 0.5rem\n margin-left: -0.5rem\n margin-right: -0.5rem\n padding-left: 0.5rem\n padding-right: 0.5rem\n\n + p\n margin-top: 0\n\nh1\n font-size: 2.5em\n margin-top: 1.75rem\n margin-bottom: 1rem\nh2\n font-size: 2em\n margin-top: 1.75rem\nh3\n font-size: 1.5em\nh4\n font-size: 1.25em\nh5\n font-size: 1.125em\nh6\n font-size: 1em\n\nsmall\n opacity: 75%\n font-size: 80%\n\n// Paragraph\np\n margin-top: 0.5rem\n margin-bottom: 0.75rem\n\n// Horizontal rules\nhr.docutils\n height: 1px\n padding: 0\n margin: 2rem 0\n background-color: var(--color-background-border)\n border: 0\n\n.centered\n text-align: center\n\n// Links\na\n text-decoration: underline\n\n color: var(--color-link)\n text-decoration-color: var(--color-link-underline)\n\n &:hover\n color: var(--color-link--hover)\n text-decoration-color: var(--color-link-underline--hover)\n &.muted-link\n color: inherit\n &:hover\n color: var(--color-link)\n text-decoration-color: var(--color-link-underline--hover)\n","// This file contains the styles for the overall layouting of the documentation\n// skeleton, including the responsive changes as well as sidebar toggles.\n//\n// This is implemented as a mobile-last design, which isn't ideal, but it is\n// reasonably good-enough and I got pretty tired by the time I'd finished this\n// to move the rules around to fix this. Shouldn't take more than 3-4 hours,\n// if you know what you're doing tho.\n\n// HACK: Not all browsers account for the scrollbar width in media queries.\n// This results in horizontal scrollbars in the breakpoint where we go\n// from displaying everything to hiding the ToC. We accomodate for this by\n// adding a bit of padding to the TOC drawer, disabling the horizontal\n// scrollbar and allowing the scrollbars to cover the padding.\n// https://www.456bereastreet.com/archive/201301/media_query_width_and_vertical_scrollbars/\n\n// HACK: Always having the scrollbar visible, prevents certain browsers from\n// causing the content to stutter horizontally between taller-than-viewport and\n// not-taller-than-viewport pages.\n\nhtml\n overflow-x: hidden\n overflow-y: scroll\n scroll-behavior: smooth\n\n.sidebar-scroll, .toc-scroll, article[role=main] *\n // Override Firefox scrollbar style\n scrollbar-width: thin\n scrollbar-color: var(--color-foreground-border) transparent\n\n // Override Chrome scrollbar styles\n &::-webkit-scrollbar\n width: 0.25rem\n height: 0.25rem\n &::-webkit-scrollbar-thumb\n background-color: var(--color-foreground-border)\n border-radius: 0.125rem\n\n//\n// Overalls\n//\nhtml,\nbody\n height: 100%\n color: var(--color-foreground-primary)\n background: var(--color-background-primary)\n\narticle\n color: var(--color-content-foreground)\n background: var(--color-content-background)\n\n.page\n display: flex\n // fill the viewport for pages with little content.\n min-height: 100%\n\n.mobile-header\n width: 100%\n height: var(--header-height)\n background-color: var(--color-header-background)\n color: var(--color-header-text)\n border-bottom: 1px solid var(--color-header-border)\n\n // Looks like sub-script/super-script have this, and we need this to\n // be \"on top\" of those.\n z-index: 10\n\n // We don't show the header on large screens.\n display: none\n\n // Add shadow when scrolled\n &.scrolled\n border-bottom: none\n box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2)\n\n .header-center\n a\n color: var(--color-header-text)\n text-decoration: none\n\n.main\n display: flex\n flex: 1\n\n// Sidebar (left) also covers the entire left portion of screen.\n.sidebar-drawer\n box-sizing: border-box\n\n border-right: 1px solid var(--color-sidebar-background-border)\n background: var(--color-sidebar-background)\n\n display: flex\n justify-content: flex-end\n // These next two lines took me two days to figure out.\n width: calc((100% - #{$full-width}) / 2 + #{$sidebar-width})\n min-width: $sidebar-width\n\n// Scroll-along sidebars\n.sidebar-container,\n.toc-drawer\n box-sizing: border-box\n width: $sidebar-width\n\n.toc-drawer\n background: var(--color-toc-background)\n // See HACK described on top of this document\n padding-right: 1rem\n\n.sidebar-sticky,\n.toc-sticky\n position: sticky\n top: 0\n height: min(100%, 100vh)\n height: 100vh\n\n display: flex\n flex-direction: column\n\n.sidebar-scroll,\n.toc-scroll\n flex-grow: 1\n flex-shrink: 1\n\n overflow: auto\n scroll-behavior: smooth\n\n// Central items.\n.content\n padding: 0 $content-padding\n width: $content-width\n\n display: flex\n flex-direction: column\n justify-content: space-between\n\n.icon\n display: inline-block\n height: 1rem\n width: 1rem\n svg\n width: 100%\n height: 100%\n\n//\n// Accommodate announcement banner\n//\n.announcement\n background-color: var(--color-announcement-background)\n color: var(--color-announcement-text)\n\n height: var(--header-height)\n display: flex\n align-items: center\n overflow-x: auto\n & + .page\n min-height: calc(100% - var(--header-height))\n\n.announcement-content\n box-sizing: border-box\n padding: 0.5rem\n min-width: 100%\n white-space: nowrap\n text-align: center\n\n a\n color: var(--color-announcement-text)\n text-decoration-color: var(--color-announcement-text)\n\n &:hover\n color: var(--color-announcement-text)\n text-decoration-color: var(--color-link--hover)\n\n////////////////////////////////////////////////////////////////////////////////\n// Toggles for theme\n////////////////////////////////////////////////////////////////////////////////\n.no-js .theme-toggle-container // don't show theme toggle if there's no JS\n display: none\n\n.theme-toggle-container\n vertical-align: middle\n\n.theme-toggle\n cursor: pointer\n border: none\n padding: 0\n background: transparent\n\n.theme-toggle svg\n vertical-align: middle\n height: 1rem\n width: 1rem\n color: var(--color-foreground-primary)\n display: none\n\n.theme-toggle-header\n float: left\n padding: 1rem 0.5rem\n\n////////////////////////////////////////////////////////////////////////////////\n// Toggles for elements\n////////////////////////////////////////////////////////////////////////////////\n.toc-overlay-icon, .nav-overlay-icon\n display: none\n cursor: pointer\n\n .icon\n color: var(--color-foreground-secondary)\n height: 1rem\n width: 1rem\n\n.toc-header-icon, .nav-overlay-icon\n // for when we set display: flex\n justify-content: center\n align-items: center\n\n.toc-content-icon\n height: 1.5rem\n width: 1.5rem\n\n.content-icon-container\n float: right\n display: flex\n margin-top: 1.5rem\n margin-left: 1rem\n margin-bottom: 1rem\n gap: 0.5rem\n\n .edit-this-page svg\n color: inherit\n height: 1rem\n width: 1rem\n\n.sidebar-toggle\n position: absolute\n display: none\n// \n.sidebar-toggle[name=\"__toc\"]\n left: 20px\n.sidebar-toggle:checked\n left: 40px\n// \n\n.overlay\n position: fixed\n top: 0\n width: 0\n height: 0\n\n transition: width 0ms, height 0ms, opacity 250ms ease-out\n\n opacity: 0\n background-color: rgba(0, 0, 0, 0.54)\n.sidebar-overlay\n z-index: 20\n.toc-overlay\n z-index: 40\n\n// Keep things on top and smooth.\n.sidebar-drawer\n z-index: 30\n transition: left 250ms ease-in-out\n.toc-drawer\n z-index: 50\n transition: right 250ms ease-in-out\n\n// Show the Sidebar\n#__navigation:checked\n & ~ .sidebar-overlay\n width: 100%\n height: 100%\n opacity: 1\n & ~ .page\n .sidebar-drawer\n top: 0\n left: 0\n // Show the toc sidebar\n#__toc:checked\n & ~ .toc-overlay\n width: 100%\n height: 100%\n opacity: 1\n & ~ .page\n .toc-drawer\n top: 0\n right: 0\n\n////////////////////////////////////////////////////////////////////////////////\n// Back to top\n////////////////////////////////////////////////////////////////////////////////\n.back-to-top\n text-decoration: none\n\n display: none\n position: fixed\n left: 0\n top: 1rem\n padding: 0.5rem\n padding-right: 0.75rem\n border-radius: 1rem\n font-size: 0.8125rem\n\n background: var(--color-background-primary)\n box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), #6b728080 0px 0px 1px 0px\n\n z-index: 10\n\n margin-left: 50%\n transform: translateX(-50%)\n svg\n height: 1rem\n width: 1rem\n fill: currentColor\n display: inline-block\n\n span\n margin-left: 0.25rem\n\n .show-back-to-top &\n display: flex\n align-items: center\n\n////////////////////////////////////////////////////////////////////////////////\n// Responsive layouting\n////////////////////////////////////////////////////////////////////////////////\n// Make things a bit bigger on bigger screens.\n@media (min-width: $full-width + $sidebar-width)\n html\n font-size: 110%\n\n@media (max-width: $full-width)\n // Collapse \"toc\" into the icon.\n .toc-content-icon\n display: flex\n .toc-drawer\n position: fixed\n height: 100vh\n top: 0\n right: -$sidebar-width\n border-left: 1px solid var(--color-background-muted)\n .toc-tree\n border-left: none\n font-size: var(--toc-font-size--mobile)\n\n // Accomodate for a changed content width.\n .sidebar-drawer\n width: calc((100% - #{$full-width - $sidebar-width}) / 2 + #{$sidebar-width})\n\n@media (max-width: $full-width - $sidebar-width)\n // Collapse \"navigation\".\n .nav-overlay-icon\n display: flex\n .sidebar-drawer\n position: fixed\n height: 100vh\n width: $sidebar-width\n\n top: 0\n left: -$sidebar-width\n\n // Swap which icon is visible.\n .toc-header-icon\n display: flex\n .toc-content-icon, .theme-toggle-content\n display: none\n .theme-toggle-header\n display: block\n\n // Show the header.\n .mobile-header\n position: sticky\n top: 0\n display: flex\n justify-content: space-between\n align-items: center\n\n .header-left,\n .header-right\n display: flex\n height: var(--header-height)\n padding: 0 var(--header-padding)\n label\n height: 100%\n width: 100%\n user-select: none\n\n .nav-overlay-icon .icon,\n .theme-toggle svg\n height: 1.25rem\n width: 1.25rem\n\n // Add a scroll margin for the content\n :target\n scroll-margin-top: var(--header-height)\n\n // Show back-to-top below the header\n .back-to-top\n top: calc(var(--header-height) + 0.5rem)\n\n // Center the page, and accommodate for the header.\n .page\n flex-direction: column\n justify-content: center\n .content\n margin-left: auto\n margin-right: auto\n\n@media (max-width: $content-width + 2* $content-padding)\n // Content should respect window limits.\n .content\n width: 100%\n overflow-x: auto\n\n@media (max-width: $content-width)\n .content\n padding: 0 $content-padding--small\n // Don't float sidebars to the right.\n article aside.sidebar\n float: none\n width: 100%\n margin: 1rem 0\n","//\n// The design here is strongly inspired by mkdocs-material.\n.admonition, .topic\n margin: 1rem auto\n padding: 0 0.5rem 0.5rem 0.5rem\n\n background: var(--color-admonition-background)\n\n border-radius: 0.2rem\n box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), 0 0 0.0625rem rgba(0, 0, 0, 0.1)\n\n font-size: var(--admonition-font-size)\n\n overflow: hidden\n page-break-inside: avoid\n\n // First element should have no margin, since the title has it.\n > :nth-child(2)\n margin-top: 0\n\n // Last item should have no margin, since we'll control that w/ padding\n > :last-child\n margin-bottom: 0\n\np.admonition-title, p.topic-title\n position: relative\n margin: 0 -0.5rem 0.5rem\n padding-left: 2rem\n padding-right: .5rem\n padding-top: .4rem\n padding-bottom: .4rem\n\n font-weight: 500\n font-size: var(--admonition-title-font-size)\n line-height: 1.3\n\n // Our fancy icon\n &::before\n content: \"\"\n position: absolute\n left: 0.5rem\n width: 1rem\n height: 1rem\n\n// Default styles\np.admonition-title\n background-color: var(--color-admonition-title-background)\n &::before\n background-color: var(--color-admonition-title)\n mask-image: var(--icon-admonition-default)\n mask-repeat: no-repeat\n\np.topic-title\n background-color: var(--color-topic-title-background)\n &::before\n background-color: var(--color-topic-title)\n mask-image: var(--icon-topic-default)\n mask-repeat: no-repeat\n\n//\n// Variants\n//\n.admonition\n border-left: 0.2rem solid var(--color-admonition-title)\n\n @each $type, $value in $admonitions\n &.#{$type}\n border-left-color: var(--color-admonition-title--#{$type})\n > .admonition-title\n background-color: var(--color-admonition-title-background--#{$type})\n &::before\n background-color: var(--color-admonition-title--#{$type})\n mask-image: var(--icon-#{nth($value, 2)})\n\n.admonition-todo > .admonition-title\n text-transform: uppercase\n","// This file stylizes the API documentation (stuff generated by autodoc). It's\n// deeply nested due to how autodoc structures the HTML without enough classes\n// to select the relevant items.\n\n// API docs!\ndl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)\n // Tweak the spacing of all the things!\n dd\n margin-left: 2rem\n > :first-child\n margin-top: 0.125rem\n > :last-child\n margin-bottom: 0.75rem\n\n // This is used for the arguments\n .field-list\n margin-bottom: 0.75rem\n\n // \"Headings\" (like \"Parameters\" and \"Return\")\n > dt\n text-transform: uppercase\n font-size: var(--font-size--small)\n\n dd:empty\n margin-bottom: 0.5rem\n dd > ul\n margin-left: -1.2rem\n > li\n > p:nth-child(2)\n margin-top: 0\n // When the last-empty-paragraph follows a paragraph, it doesn't need\n // to augument the existing spacing.\n > p + p:last-child:empty\n margin-top: 0\n margin-bottom: 0\n\n // Colorize the elements\n > dt\n color: var(--color-api-overall)\n\n.sig:not(.sig-inline)\n font-weight: bold\n\n font-size: var(--api-font-size)\n font-family: var(--font-stack--monospace)\n\n margin-left: -0.25rem\n margin-right: -0.25rem\n padding-top: 0.25rem\n padding-bottom: 0.25rem\n padding-right: 0.5rem\n\n // These are intentionally em, to properly match the font size.\n padding-left: 3em\n text-indent: -2.5em\n\n border-radius: 0.25rem\n\n background: var(--color-api-background)\n transition: background 100ms ease-out\n\n &:hover\n background: var(--color-api-background-hover)\n\n // adjust the size of the [source] link on the right.\n a.reference\n .viewcode-link\n font-weight: normal\n width: 3.5rem\n\n // Break words when they're too long\n span.pre\n overflow-wrap: anywhere\n\nem.property\n font-style: normal\n &:first-child\n color: var(--color-api-keyword)\n.sig-name\n color: var(--color-api-name)\n.sig-prename\n font-weight: normal\n color: var(--color-api-pre-name)\n.sig-paren\n color: var(--color-api-paren)\n.sig-param\n font-style: normal\n\n.versionmodified\n font-style: italic\ndiv.versionadded, div.versionchanged, div.deprecated\n p\n margin-top: 0.125rem\n margin-bottom: 0.125rem\n\n// Align the [docs] and [source] to the right.\n.viewcode-link, .viewcode-back\n float: right\n text-align: right\n",".line-block\n margin-top: 0.5rem\n margin-bottom: 0.75rem\n .line-block\n margin-top: 0rem\n margin-bottom: 0rem\n padding-left: 1rem\n","// Captions\narticle p.caption,\ntable > caption,\n.code-block-caption\n font-size: var(--font-size--small)\n text-align: center\n\n// Caption above a TOCTree\n.toctree-wrapper.compound\n .caption, :not(.caption) > .caption-text\n font-size: var(--font-size--small)\n text-transform: uppercase\n\n text-align: initial\n margin-bottom: 0\n\n > ul\n margin-top: 0\n margin-bottom: 0\n","// Inline code\ncode.literal, .sig-inline\n background: var(--color-inline-code-background)\n border-radius: 0.2em\n // Make the font smaller, and use padding to recover.\n font-size: var(--font-size--small--2)\n padding: 0.1em 0.2em\n\n overflow-wrap: break-word\n\n p &\n border: 1px solid var(--color-background-border)\n\n.sig-inline\n font-family: var(--font-stack--monospace)\n\n// Code and Literal Blocks\n$code-spacing-vertical: 0.625rem\n$code-spacing-horizontal: 0.875rem\n\n// Wraps every literal block + line numbers.\ndiv[class*=\" highlight-\"],\ndiv[class^=\"highlight-\"]\n margin: 1em 0\n display: flex\n\n .table-wrapper\n margin: 0\n padding: 0\n\npre\n margin: 0\n padding: 0\n overflow: auto\n\n // Needed to have more specificity than pygments' \"pre\" selector. :(\n article[role=\"main\"] .highlight &\n line-height: 1.5\n\n &.literal-block,\n .highlight &\n font-size: var(--code-font-size)\n padding: $code-spacing-vertical $code-spacing-horizontal\n\n // Make it look like all the other blocks.\n &.literal-block\n margin-top: 1rem\n margin-bottom: 1rem\n\n border-radius: 0.2rem\n background-color: var(--color-code-background)\n color: var(--color-code-foreground)\n\n// All code is always contained in this.\n.highlight\n width: 100%\n border-radius: 0.2rem\n\n // Make line numbers and prompts un-selectable.\n .gp, span.linenos\n user-select: none\n pointer-events: none\n\n // Expand the line-highlighting.\n .hll\n display: block\n margin-left: -$code-spacing-horizontal\n margin-right: -$code-spacing-horizontal\n padding-left: $code-spacing-horizontal\n padding-right: $code-spacing-horizontal\n\n/* Make code block captions be nicely integrated */\n.code-block-caption\n display: flex\n padding: $code-spacing-vertical $code-spacing-horizontal\n\n border-radius: 0.25rem\n border-bottom-left-radius: 0\n border-bottom-right-radius: 0\n font-weight: 300\n border-bottom: 1px solid\n\n background-color: var(--color-code-background)\n color: var(--color-code-foreground)\n border-color: var(--color-background-border)\n\n + div[class]\n margin-top: 0\n pre\n border-top-left-radius: 0\n border-top-right-radius: 0\n\n// When `html_codeblock_linenos_style` is table.\n.highlighttable\n width: 100%\n display: block\n tbody\n display: block\n\n tr\n display: flex\n\n // Line numbers\n td.linenos\n background-color: var(--color-code-background)\n color: var(--color-code-foreground)\n padding: $code-spacing-vertical $code-spacing-horizontal\n padding-right: 0\n border-top-left-radius: 0.2rem\n border-bottom-left-radius: 0.2rem\n\n .linenodiv\n padding-right: $code-spacing-horizontal\n font-size: var(--code-font-size)\n box-shadow: -0.0625rem 0 var(--color-foreground-border) inset\n\n // Actual code\n td.code\n padding: 0\n display: block\n flex: 1\n overflow: hidden\n\n .highlight\n border-top-left-radius: 0\n border-bottom-left-radius: 0\n\n// When `html_codeblock_linenos_style` is inline.\n.highlight\n span.linenos\n display: inline-block\n padding-left: 0\n padding-right: $code-spacing-horizontal\n margin-right: $code-spacing-horizontal\n box-shadow: -0.0625rem 0 var(--color-foreground-border) inset\n","// Inline Footnote Reference\n.footnote-reference\n font-size: var(--font-size--small--4)\n vertical-align: super\n\n// Definition list, listing the content of each note.\n// docutils <= 0.17\ndl.footnote.brackets\n font-size: var(--font-size--small)\n color: var(--color-foreground-secondary)\n\n display: grid\n grid-template-columns: max-content auto\n dt\n margin: 0\n > .fn-backref\n margin-left: 0.25rem\n\n &:after\n content: \":\"\n\n .brackets\n &:before\n content: \"[\"\n &:after\n content: \"]\"\n\n dd\n margin: 0\n padding: 0 1rem\n\n// docutils >= 0.18\naside.footnote\n font-size: var(--font-size--small)\n color: var(--color-foreground-secondary)\n\naside.footnote > span,\ndiv.citation > span\n float: left\n font-weight: 500\n padding-right: 0.25rem\n\naside.footnote > p,\ndiv.citation > p\n margin-left: 2rem\n","//\n// Figures\n//\nimg\n box-sizing: border-box\n max-width: 100%\n height: auto\n\narticle\n figure, .figure\n border-radius: 0.2rem\n\n margin: 0\n :last-child\n margin-bottom: 0\n\n .align-left\n float: left\n clear: left\n margin: 0 1rem 1rem\n\n .align-right\n float: right\n clear: right\n margin: 0 1rem 1rem\n\n .align-default,\n .align-center\n display: block\n text-align: center\n margin-left: auto\n margin-right: auto\n\n // WELL, table needs to be stylised like a table.\n table.align-default\n display: table\n text-align: initial\n",".genindex-jumpbox, .domainindex-jumpbox\n border-top: 1px solid var(--color-background-border)\n border-bottom: 1px solid var(--color-background-border)\n padding: 0.25rem\n\n.genindex-section, .domainindex-section\n h2\n margin-top: 0.75rem\n margin-bottom: 0.5rem\n ul\n margin-top: 0\n margin-bottom: 0\n","ul,\nol\n padding-left: 1.2rem\n\n // Space lists out like paragraphs\n margin-top: 1rem\n margin-bottom: 1rem\n // reduce margins within li.\n li\n > p:first-child\n margin-top: 0.25rem\n margin-bottom: 0.25rem\n\n > p:last-child\n margin-top: 0.25rem\n\n > ul,\n > ol\n margin-top: 0.5rem\n margin-bottom: 0.5rem\n\nol\n &.arabic\n list-style: decimal\n &.loweralpha\n list-style: lower-alpha\n &.upperalpha\n list-style: upper-alpha\n &.lowerroman\n list-style: lower-roman\n &.upperroman\n list-style: upper-roman\n\n// Don't space lists out when they're \"simple\" or in a `.. toctree::`\n.simple,\n.toctree-wrapper\n li\n > ul,\n > ol\n margin-top: 0\n margin-bottom: 0\n\n// Definition Lists\n.field-list,\n.option-list,\ndl:not([class]),\ndl.simple,\ndl.footnote,\ndl.glossary\n dt\n font-weight: 500\n margin-top: 0.25rem\n + dt\n margin-top: 0\n\n .classifier::before\n content: \":\"\n margin-left: 0.2rem\n margin-right: 0.2rem\n\n dd\n > p:first-child,\n ul\n margin-top: 0.125rem\n\n ul\n margin-bottom: 0.125rem\n",".math-wrapper\n width: 100%\n overflow-x: auto\n\ndiv.math\n position: relative\n text-align: center\n\n .headerlink,\n &:focus .headerlink\n display: none\n\n &:hover .headerlink\n display: inline-block\n\n span.eqno\n position: absolute\n right: 0.5rem\n top: 50%\n transform: translate(0, -50%)\n z-index: 1\n","// Abbreviations\nabbr[title]\n cursor: help\n\n// \"Problematic\" content, as identified by Sphinx\n.problematic\n color: var(--color-problematic)\n\n// Keyboard / Mouse \"instructions\"\nkbd:not(.compound)\n margin: 0 0.2rem\n padding: 0 0.2rem\n border-radius: 0.2rem\n border: 1px solid var(--color-foreground-border)\n color: var(--color-foreground-primary)\n vertical-align: text-bottom\n\n font-size: var(--font-size--small--3)\n display: inline-block\n\n box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2), inset 0 0 0 0.125rem var(--color-background-primary)\n\n background-color: var(--color-background-secondary)\n\n// Blockquote\nblockquote\n border-left: 4px solid var(--color-background-border)\n background: var(--color-background-secondary)\n\n margin-left: 0\n margin-right: 0\n padding: 0.5rem 1rem\n\n .attribution\n font-weight: 600\n text-align: right\n\n &.pull-quote,\n &.highlights\n font-size: 1.25em\n\n &.epigraph,\n &.pull-quote\n border-left-width: 0\n border-radius: 0.5rem\n\n &.highlights\n border-left-width: 0\n background: transparent\n\n// Center align embedded-in-text images\np .reference img\n vertical-align: middle\n","p.rubric\n line-height: 1.25\n font-weight: bold\n font-size: 1.125em\n\n // For Numpy-style documentation that's got rubrics within it.\n // https://github.com/pradyunsg/furo/discussions/505\n dd &\n line-height: inherit\n font-weight: inherit\n\n font-size: var(--font-size--small)\n text-transform: uppercase\n","article .sidebar\n float: right\n clear: right\n width: 30%\n\n margin-left: 1rem\n margin-right: 0\n\n border-radius: 0.2rem\n background-color: var(--color-background-secondary)\n border: var(--color-background-border) 1px solid\n\n > *\n padding-left: 1rem\n padding-right: 1rem\n\n > ul, > ol // lists need additional padding, because bullets.\n padding-left: 2.2rem\n\n .sidebar-title\n margin: 0\n padding: 0.5rem 1rem\n border-bottom: var(--color-background-border) 1px solid\n\n font-weight: 500\n\n// TODO: subtitle\n// TODO: dedicated variables?\n",".table-wrapper\n width: 100%\n overflow-x: auto\n margin-top: 1rem\n margin-bottom: 0.5rem\n padding: 0.2rem 0.2rem 0.75rem\n\ntable.docutils\n border-radius: 0.2rem\n border-spacing: 0\n border-collapse: collapse\n\n box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), 0 0 0.0625rem rgba(0, 0, 0, 0.1)\n\n th\n background: var(--color-table-header-background)\n\n td,\n th\n // Space things out properly\n padding: 0 0.25rem\n\n // Get the borders looking just-right.\n border-left: 1px solid var(--color-table-border)\n border-right: 1px solid var(--color-table-border)\n border-bottom: 1px solid var(--color-table-border)\n\n p\n margin: 0.25rem\n\n &:first-child\n border-left: none\n &:last-child\n border-right: none\n\n // MyST-parser tables set these classes for control of column alignment\n &.text-left\n text-align: left\n &.text-right\n text-align: right\n &.text-center\n text-align: center\n",":target\n scroll-margin-top: 0.5rem\n\n@media (max-width: $full-width - $sidebar-width)\n :target\n scroll-margin-top: calc(0.5rem + var(--header-height))\n\n // When a heading is selected\n section > span:target\n scroll-margin-top: calc(0.8rem + var(--header-height))\n\n// Permalinks\n.headerlink\n font-weight: 100\n user-select: none\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\ndl dt,\np.caption,\nfigcaption p,\ntable > caption,\n.code-block-caption\n > .headerlink\n margin-left: 0.5rem\n visibility: hidden\n &:hover > .headerlink\n visibility: visible\n\n // Don't change to link-like, if someone adds the contents directive.\n > .toc-backref\n color: inherit\n text-decoration-line: none\n\n// Figure and table captions are special.\nfigure:hover > figcaption > p > .headerlink,\ntable:hover > caption > .headerlink\n visibility: visible\n\n:target >, // Regular section[id] style anchors\nspan:target ~ // Non-regular span[id] style \"extra\" anchors\n h1,\n h2,\n h3,\n h4,\n h5,\n h6\n &:nth-of-type(1)\n background-color: var(--color-highlight-on-target)\n // .headerlink\n // visibility: visible\n code.literal\n background-color: transparent\n\ntable:target > caption,\nfigure:target\n background-color: var(--color-highlight-on-target)\n\n// Inline page contents\n.this-will-duplicate-information-and-it-is-still-useful-here li :target\n background-color: var(--color-highlight-on-target)\n\n// Code block permalinks\n.literal-block-wrapper:target .code-block-caption\n background-color: var(--color-highlight-on-target)\n\n// When a definition list item is selected\n//\n// There isn't really an alternative to !important here, due to the\n// high-specificity of API documentation's selector.\ndt:target\n background-color: var(--color-highlight-on-target) !important\n\n// When a footnote reference is selected\n.footnote > dt:target + dd,\n.footnote-reference:target\n background-color: var(--color-highlight-on-target)\n",".guilabel\n background-color: var(--color-guilabel-background)\n border: 1px solid var(--color-guilabel-border)\n color: var(--color-guilabel-text)\n\n padding: 0 0.3em\n border-radius: 0.5em\n font-size: 0.9em\n","// This file contains the styles used for stylizing the footer that's shown\n// below the content.\n\nfooter\n font-size: var(--font-size--small)\n display: flex\n flex-direction: column\n\n margin-top: 2rem\n\n// Bottom of page information\n.bottom-of-page\n display: flex\n align-items: center\n justify-content: space-between\n\n margin-top: 1rem\n padding-top: 1rem\n padding-bottom: 1rem\n\n color: var(--color-foreground-secondary)\n border-top: 1px solid var(--color-background-border)\n\n line-height: 1.5\n\n @media (max-width: $content-width)\n text-align: center\n flex-direction: column-reverse\n gap: 0.25rem\n\n .left-details\n font-size: var(--font-size--small)\n\n .right-details\n display: flex\n flex-direction: column\n gap: 0.25rem\n text-align: right\n\n .icons\n display: flex\n justify-content: flex-end\n gap: 0.25rem\n font-size: 1rem\n\n a\n text-decoration: none\n\n svg,\n img\n font-size: 1.125rem\n height: 1em\n width: 1em\n\n// Next/Prev page information\n.related-pages\n a\n display: flex\n align-items: center\n\n text-decoration: none\n &:hover .page-info .title\n text-decoration: underline\n color: var(--color-link)\n text-decoration-color: var(--color-link-underline)\n\n svg.furo-related-icon,\n svg.furo-related-icon > use\n flex-shrink: 0\n\n color: var(--color-foreground-border)\n\n width: 0.75rem\n height: 0.75rem\n margin: 0 0.5rem\n\n &.next-page\n max-width: 50%\n\n float: right\n clear: right\n text-align: right\n\n &.prev-page\n max-width: 50%\n\n float: left\n clear: left\n\n svg\n transform: rotate(180deg)\n\n.page-info\n display: flex\n flex-direction: column\n overflow-wrap: anywhere\n\n .next-page &\n align-items: flex-end\n\n .context\n display: flex\n align-items: center\n\n padding-bottom: 0.1rem\n\n color: var(--color-foreground-muted)\n font-size: var(--font-size--small)\n text-decoration: none\n","// This file contains the styles for the contents of the left sidebar, which\n// contains the navigation tree, logo, search etc.\n\n////////////////////////////////////////////////////////////////////////////////\n// Brand on top of the scrollable tree.\n////////////////////////////////////////////////////////////////////////////////\n.sidebar-brand\n display: flex\n flex-direction: column\n flex-shrink: 0\n\n padding: var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal)\n text-decoration: none\n\n.sidebar-brand-text\n color: var(--color-sidebar-brand-text)\n overflow-wrap: break-word\n margin: var(--sidebar-item-spacing-vertical) 0\n font-size: 1.5rem\n\n.sidebar-logo-container\n margin: var(--sidebar-item-spacing-vertical) 0\n\n.sidebar-logo\n margin: 0 auto\n display: block\n max-width: 100%\n\n////////////////////////////////////////////////////////////////////////////////\n// Search\n////////////////////////////////////////////////////////////////////////////////\n.sidebar-search-container\n display: flex\n align-items: center\n margin-top: var(--sidebar-search-space-above)\n\n position: relative\n\n background: var(--color-sidebar-search-background)\n &:hover,\n &:focus-within\n background: var(--color-sidebar-search-background--focus)\n\n &::before\n content: \"\"\n position: absolute\n left: var(--sidebar-item-spacing-horizontal)\n width: var(--sidebar-search-icon-size)\n height: var(--sidebar-search-icon-size)\n\n background-color: var(--color-sidebar-search-icon)\n mask-image: var(--icon-search)\n\n.sidebar-search\n box-sizing: border-box\n\n border: none\n border-top: 1px solid var(--color-sidebar-search-border)\n border-bottom: 1px solid var(--color-sidebar-search-border)\n\n padding-top: var(--sidebar-search-input-spacing-vertical)\n padding-bottom: var(--sidebar-search-input-spacing-vertical)\n padding-right: var(--sidebar-search-input-spacing-horizontal)\n padding-left: calc(var(--sidebar-item-spacing-horizontal) + var(--sidebar-search-input-spacing-horizontal) + var(--sidebar-search-icon-size))\n\n width: 100%\n\n color: var(--color-sidebar-search-foreground)\n background: transparent\n z-index: 10\n\n &:focus\n outline: none\n\n &::placeholder\n font-size: var(--sidebar-search-input-font-size)\n\n//\n// Hide Search Matches link\n//\n#searchbox .highlight-link\n padding: var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal) 0\n margin: 0\n text-align: center\n\n a\n color: var(--color-sidebar-search-icon)\n font-size: var(--font-size--small--2)\n\n////////////////////////////////////////////////////////////////////////////////\n// Structure/Skeleton of the navigation tree (left)\n////////////////////////////////////////////////////////////////////////////////\n.sidebar-tree\n font-size: var(--sidebar-item-font-size)\n margin-top: var(--sidebar-tree-space-above)\n margin-bottom: var(--sidebar-item-spacing-vertical)\n\n ul\n padding: 0\n margin-top: 0\n margin-bottom: 0\n\n display: flex\n flex-direction: column\n\n list-style: none\n\n li\n position: relative\n margin: 0\n\n > ul\n margin-left: var(--sidebar-item-spacing-horizontal)\n\n .icon\n color: var(--color-sidebar-link-text)\n\n .reference\n box-sizing: border-box\n color: var(--color-sidebar-link-text)\n\n // Fill the parent.\n display: inline-block\n line-height: var(--sidebar-item-line-height)\n text-decoration: none\n\n // Don't allow long words to cause wrapping.\n overflow-wrap: anywhere\n\n height: 100%\n width: 100%\n\n padding: var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal)\n\n &:hover\n background: var(--color-sidebar-item-background--hover)\n\n // Add a nice little \"external-link\" arrow here.\n &.external::after\n content: url('data:image/svg+xml,')\n margin: 0 0.25rem\n vertical-align: middle\n color: var(--color-sidebar-link-text)\n\n // Make the current page reference bold.\n .current-page > .reference\n font-weight: bold\n\n label\n position: absolute\n top: 0\n right: 0\n height: var(--sidebar-item-height)\n width: var(--sidebar-expander-width)\n\n cursor: pointer\n user-select: none\n\n display: flex\n justify-content: center\n align-items: center\n\n .caption, :not(.caption) > .caption-text\n font-size: var(--sidebar-caption-font-size)\n color: var(--color-sidebar-caption-text)\n\n font-weight: bold\n text-transform: uppercase\n\n margin: var(--sidebar-caption-space-above) 0 0 0\n padding: var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal)\n\n // If it has children, add a bit more padding to wrap the content to avoid\n // overlapping with the - + aapi package - Control-M Python Client documentation - - - + + + @@ -71,7 +71,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -86,7 +86,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -94,7 +94,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -104,6 +104,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -115,6 +169,8 @@
Hide table of contents sidebar
+Skip to content +
@@ -132,7 +188,8 @@
@@ -201,11 +258,17 @@ Back to top
- +
@@ -215,11 +278,11 @@
-
+
-

aapi package#

+

aapi packageΒΆ

-

Subpackages#

+

SubpackagesΒΆ

-

aapi.action module#

+

aapi.action moduleΒΆ

-class aapi.action.Action(object_name: str, *, action_field: str | None = None)#
+class aapi.action.Action(object_name: str, *, action_field: str | None = None)ΒΆ

Bases: AAPIObject

-action_field: str#
+action_field: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.action.ActionRerun(object_name: str, *, action_field: str | None = None)#
+class aapi.action.ActionRerun(object_name: str, *, action_field: str | None = None)ΒΆ

Bases: Action

-object_name: str#
+object_name: strΒΆ
-class aapi.action.ActionSetToNotOK(object_name: str, *, action_field: str | None = None)#
+class aapi.action.ActionSetToNotOK(object_name: str, *, action_field: str | None = None)ΒΆ

Bases: Action

-object_name: str#
+object_name: strΒΆ
-class aapi.action.ActionSetToOK(object_name: str, *, action_field: str | None = None)#
+class aapi.action.ActionSetToOK(object_name: str, *, action_field: str | None = None)ΒΆ

Bases: Action

-object_name: str#
+object_name: strΒΆ
-class aapi.action.ActionStopCyclicRun(object_name: str, *, action_field: str | None = None)#
+class aapi.action.ActionStopCyclicRun(object_name: str, *, action_field: str | None = None)ΒΆ

Bases: Action

-object_name: str#
+object_name: strΒΆ
-

aapi.addevents module#

+

aapi.addevents moduleΒΆ

-class aapi.addevents.AddEvents(events: List[EventOutAdd])#
+class aapi.addevents.AddEvents(events: List[EventOutAdd])ΒΆ

Bases: AAPIObject

-events: List[EventOutAdd]#
+events: List[EventOutAdd]ΒΆ
-object_name: str#
+object_name: strΒΆ
-

aapi.ai module#

+

aapi.ai moduleΒΆ

-class aapi.ai.AIConnectionProfile(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None)#
+class aapi.ai.AIConnectionProfile(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None)ΒΆ

Bases: ConnectionProfile

-static field(name: str)#
+static field(name: str)ΒΆ
-static field_optional(name: str, default: str | None = None)#
+static field_optional(name: str, default: str | None = None)ΒΆ
-object_name: str#
+object_name: strΒΆ
-static type_field(name: str)#
+static type_field(name: str)ΒΆ
-class aapi.ai.AIJob(object_name: str, connection_profile: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.ai.AIJob(object_name: str, connection_profile: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: Job

-connection_profile: str#
+connection_profile: strΒΆ
-static field(name: str)#
+static field(name: str)ΒΆ
-static field_optional(name: str, default: str | None = None)#
+static field_optional(name: str, default: str | None = None)ΒΆ
-object_name: str#
+object_name: strΒΆ
-static type_field(name: str)#
+static type_field(name: str)ΒΆ
-

aapi.basefolder module#

+

aapi.basefolder moduleΒΆ

-class aapi.basefolder.Folder(object_name: str, *, controlm_server: str = None, order_method: OrderMethod = None, folder_library: str = None, site_standard: str = None, business_fields: List[Dict[str, str]] = NOTHING, job_list: List[Job] = NOTHING, flow_list: List[Flow] = NOTHING, folder_client_data_list: List[FolderClientData] = NOTHING, priority: Priority = None, application: str = None, created_by: str = None, confirm: bool = None, days_keep_active: str = None, description: str = None, days_keep_active_if_not_ok: str = None, active_retention_policy: ActiveRetentionPolicy = None, run_as: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, member_library: str = None, statistics_calendar: str = None, sac: Sac = None, must_end: MustEnd = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, adjust_events: str = None, when: When = None, if_list: List[IfBase] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, resource_lock_list: List[ResourceLock] = NOTHING, sub_folder_list: List[SubFolder] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING)#
+class aapi.basefolder.Folder(object_name: str, *, controlm_server: str = None, order_method: OrderMethod = None, folder_library: str = None, site_standard: str = None, business_fields: List[Dict[str, str]] = _Nothing.NOTHING, job_list: List[Job] = _Nothing.NOTHING, flow_list: List[Flow] = _Nothing.NOTHING, folder_client_data_list: List[FolderClientData] = _Nothing.NOTHING, priority: Priority = None, application: str = None, created_by: str = None, confirm: bool = None, days_keep_active: str = None, description: str = None, days_keep_active_if_not_ok: str = None, active_retention_policy: ActiveRetentionPolicy = None, run_as: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, member_library: str = None, statistics_calendar: str = None, sac: Sac = None, must_end: MustEnd = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, adjust_events: str = None, when: When = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, resource_lock_list: List[ResourceLock] = _Nothing.NOTHING, sub_folder_list: List[SubFolder] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING)ΒΆ

Bases: SimpleFolder, AAPIJob

-class ActiveRetentionPolicy(value)#
+class ActiveRetentionPolicy(value)ΒΆ

Bases: Enum

An enumeration.

-CleanEndedOK = 'CleanEndedOK'#
+CleanEndedOK = 'CleanEndedOK'ΒΆ
-KeepAll = 'KeepAll'#
+KeepAll = 'KeepAll'ΒΆ
-class AdjustEvents(value)#
+class AdjustEvents(value)ΒΆ

Bases: Enum

An enumeration.

-Bridge = 'Bridge'#
+Bridge = 'Bridge'ΒΆ
-Dummy = 'Dummy'#
+Dummy = 'Dummy'ΒΆ
-N = 'N'#
+N = 'N'ΒΆ
-Y = 'Y'#
+Y = 'Y'ΒΆ
-class DaysKeepActive(value)#
+class DaysKeepActive(value)ΒΆ

Bases: Enum

An enumeration.

-Forever = 'Forever'#
+Forever = 'Forever'ΒΆ
-class DocumentationFile(*, path: str | None = None, file_name: str | None = None)#
+class DocumentationFile(*, path: str | None = None, file_name: str | None = None)ΒΆ

Bases: AAPIObject

-file_name: str#
+file_name: strΒΆ
-path: str#
+path: strΒΆ
-class DocumentationUrl(*, url: str | None = None, file_name: str | None = None)#
+class DocumentationUrl(*, url: str | None = None, file_name: str | None = None)ΒΆ

Bases: AAPIObject

-file_name: str#
+file_name: strΒΆ
-url: str#
+url: strΒΆ
-class MustEnd(*, hours: str | None = None, minutes: str | None = None, days: int | None = None)#
+class MustEnd(*, hours: str | None = None, minutes: str | None = None, days: int | None = None)ΒΆ

Bases: AAPIObject

-days: int#
+days: intΒΆ
-hours: str#
+hours: strΒΆ
-minutes: str#
+minutes: strΒΆ
-class Priority(value)#
+class Priority(value)ΒΆ

Bases: Enum

An enumeration.

-High = 'High'#
+High = 'High'ΒΆ
-Low = 'Low'#
+Low = 'Low'ΒΆ
-Medium = 'Medium'#
+Medium = 'Medium'ΒΆ
-Very_High = 'Very_High'#
+Very_High = 'Very_High'ΒΆ
-Very_Low = 'Very_Low'#
+Very_Low = 'Very_Low'ΒΆ
-class Rerun(*, times: str = None, every: str = None, from_: From = None, units: Units = None)#
+class Rerun(*, times: str = None, every: str = None, from_: From = None, units: Units = None)ΒΆ

Bases: AAPIObject

-class From(value)#
+class From(value)ΒΆ

Bases: Enum

An enumeration.

-End = 'End'#
+End = 'End'ΒΆ
-Start = 'Start'#
+Start = 'Start'ΒΆ
-Target = 'Target'#
+Target = 'Target'ΒΆ
-class Units(value)#
+class Units(value)ΒΆ

Bases: Enum

An enumeration.

-Days = 'Days'#
+Days = 'Days'ΒΆ
-Hours = 'Hours'#
+Hours = 'Hours'ΒΆ
-Minutes = 'Minutes'#
+Minutes = 'Minutes'ΒΆ
-every: str#
+every: strΒΆ
-from_: From#
+from_: FromΒΆ
-times: str#
+times: strΒΆ
-units: Units#
+units: UnitsΒΆ
-class RerunIntervals(*, times: str = None, intervals: List[str] = None, from_: From = None)#
+class RerunIntervals(*, times: str = None, intervals: List[str] = None, from_: From = None)ΒΆ

Bases: AAPIObject

-class From(value)#
+class From(value)ΒΆ

Bases: Enum

An enumeration.

-End = 'End'#
+End = 'End'ΒΆ
-Start = 'Start'#
+Start = 'Start'ΒΆ
-Target = 'Target'#
+Target = 'Target'ΒΆ
-from_: From#
+from_: FromΒΆ
-intervals: List[str]#
+intervals: List[str]ΒΆ
-times: str#
+times: strΒΆ
-class RerunLimit(*, times: str = None, every: int = None, from_: From = None, units: Units = None, rerun_member: str = None)#
+class RerunLimit(*, times: str = None, every: int = None, from_: From = None, units: Units = None, rerun_member: str = None)ΒΆ

Bases: AAPIObject

-class From(value)#
+class From(value)ΒΆ

Bases: Enum

An enumeration.

-End = 'End'#
+End = 'End'ΒΆ
-Start = 'Start'#
+Start = 'Start'ΒΆ
-Target = 'Target'#
+Target = 'Target'ΒΆ
-class Units(value)#
+class Units(value)ΒΆ

Bases: Enum

An enumeration.

-Days = 'Days'#
+Days = 'Days'ΒΆ
-Hours = 'Hours'#
+Hours = 'Hours'ΒΆ
-Minutes = 'Minutes'#
+Minutes = 'Minutes'ΒΆ
-every: int#
+every: intΒΆ
-from_: From#
+from_: FromΒΆ
-rerun_member: str#
+rerun_member: strΒΆ
-times: str#
+times: strΒΆ
-units: Units#
+units: UnitsΒΆ
-class RerunSpecificTimes(*, times: str | None = None, at: List[str] | None = None, tolerance: str | None = None)#
+class RerunSpecificTimes(*, times: str | None = None, at: List[str] | None = None, tolerance: str | None = None)ΒΆ

Bases: AAPIObject

-at: List[str]#
+at: List[str]ΒΆ
-times: str#
+times: strΒΆ
-tolerance: str#
+tolerance: strΒΆ
-class Sac(value)#
+class Sac(value)ΒΆ

Bases: Enum

An enumeration.

-Default = 'Default'#
+Default = 'Default'ΒΆ
-Next = 'Next'#
+Next = 'Next'ΒΆ
-Prev = 'Prev'#
+Prev = 'Prev'ΒΆ
-SmartFolderNext = 'SmartFolderNext'#
+SmartFolderNext = 'SmartFolderNext'ΒΆ
-SmartFolderPrev = 'SmartFolderPrev'#
+SmartFolderPrev = 'SmartFolderPrev'ΒΆ
-class When(*, schedule: str = None, month_days: List[str] = None, months: List[str] = None, week_days: List[str] = None, week_days_calendar: str = None, month_days_calendar: str = None, days_relation: DaysRelation = None, specific_dates: List[str] = None, from_time: str = None, days: str = None, to_time: str = None, start_date: str = None, end_date: str = None, active_period: bool = None, rule_based_calendars: RuleBasedCalendars = None)#
+class When(*, schedule: str = None, month_days: List[str] = None, months: List[str] = None, week_days: List[str] = None, week_days_calendar: str = None, month_days_calendar: str = None, days_relation: DaysRelation = None, specific_dates: List[str] = None, from_time: str = None, days: str = None, to_time: str = None, start_date: str = None, end_date: str = None, active_period: bool = None, rule_based_calendars: RuleBasedCalendars = None)ΒΆ

Bases: AAPIObject

-class DaysRelation(value)#
+class DaysRelation(value)ΒΆ

Bases: Enum

An enumeration.

-AND = 'AND'#
+AND = 'AND'ΒΆ
-OR = 'OR'#
+OR = 'OR'ΒΆ
-class RuleBasedCalendars(*, included: List[TagGlobal] = None, excluded: List[TagGlobal] = None, calendar_rule_based_list: List[CalendarRuleBased] = NOTHING)#
+class RuleBasedCalendars(*, included: List[TagGlobal] = None, excluded: List[TagGlobal] = None, calendar_rule_based_list: List[CalendarRuleBased] = _Nothing.NOTHING)ΒΆ

Bases: AAPIObject

-calendar_rule_based_list: List[CalendarRuleBased]#
+calendar_rule_based_list: List[CalendarRuleBased]ΒΆ
-excluded: List[TagGlobal]#
+excluded: List[TagGlobal]ΒΆ
-included: List[TagGlobal]#
+included: List[TagGlobal]ΒΆ
-active_period: bool#
+active_period: boolΒΆ
-days: str#
+days: strΒΆ
-days_relation: DaysRelation#
+days_relation: DaysRelationΒΆ
-end_date: str#
+end_date: strΒΆ
-from_time: str#
+from_time: strΒΆ
-month_days: List[str]#
+month_days: List[str]ΒΆ
-month_days_calendar: str#
+month_days_calendar: strΒΆ
-months: List[str]#
+months: List[str]ΒΆ
-rule_based_calendars: RuleBasedCalendars#
+rule_based_calendars: RuleBasedCalendarsΒΆ
-schedule: str#
+schedule: strΒΆ
-specific_dates: List[str]#
+specific_dates: List[str]ΒΆ
-start_date: str#
+start_date: strΒΆ
-to_time: str#
+to_time: strΒΆ
-week_days: List[str]#
+week_days: List[str]ΒΆ
-week_days_calendar: str#
+week_days_calendar: strΒΆ
-active_retention_policy: ActiveRetentionPolicy#
+active_retention_policy: ActiveRetentionPolicyΒΆ
-add_events_list: List[AddEvents]#
+add_events_list: List[AddEvents]ΒΆ
-adjust_events: str#
+adjust_events: strΒΆ
-application: str#
+application: strΒΆ
-confirm: bool#
+confirm: boolΒΆ
-created_by: str#
+created_by: strΒΆ
-days_keep_active: str#
+days_keep_active: strΒΆ
-days_keep_active_if_not_ok: str#
+days_keep_active_if_not_ok: strΒΆ
-delete_events_list: List[DeleteEvents]#
+delete_events_list: List[DeleteEvents]ΒΆ
-description: str#
+description: strΒΆ
-documentation_file: DocumentationFile#
+documentation_file: DocumentationFileΒΆ
-documentation_url: DocumentationUrl#
+documentation_url: DocumentationUrlΒΆ +
+ +
+
+event_list: List[Event]ΒΆ
-events_to_add: List[AddEvents]#
+events_to_add: List[AddEvents]ΒΆ
-events_to_delete: List[DeleteEvents]#
+events_to_delete: List[DeleteEvents]ΒΆ
-if_list: List[IfBase]#
+if_list: List[IfBase]ΒΆ
-member_library: str#
+member_library: strΒΆ
-must_end: MustEnd#
+must_end: MustEndΒΆ
-notify_list: List[Notify]#
+notify_list: List[Notify]ΒΆ
-object_name: str#
+object_name: strΒΆ
-priority: Priority#
+priority: PriorityΒΆ
-rerun: Rerun#
+rerun: RerunΒΆ
-rerun_intervals: RerunIntervals#
+rerun_intervals: RerunIntervalsΒΆ
-rerun_limit: RerunLimit#
+rerun_limit: RerunLimitΒΆ
-rerun_specific_times: RerunSpecificTimes#
+rerun_specific_times: RerunSpecificTimesΒΆ
-resource_lock_list: List[ResourceLock]#
+resource_lock_list: List[ResourceLock]ΒΆ
-run_as: str#
+run_as: strΒΆ
-sac: Sac#
+sac: SacΒΆ
-statistics_calendar: str#
+statistics_calendar: strΒΆ
-sub_application: str#
+sub_application: strΒΆ
-sub_folder_list: List[SubFolder]#
+sub_folder_list: List[SubFolder]ΒΆ
-time_zone: str#
+time_zone: strΒΆ
-variables: List[Dict[str, str]]#
+variables: List[Dict[str, str]]ΒΆ
-wait_for_events: List[WaitForEvents]#
+wait_for_events: List[WaitForEvents]ΒΆ
-wait_for_events_list: List[WaitForEvents]#
+wait_for_events_list: List[WaitForEvents]ΒΆ
-when: When#
+when: WhenΒΆ
-class aapi.basefolder.SimpleFolder(object_name: str, *, controlm_server: str = None, order_method: OrderMethod = None, folder_library: str = None, site_standard: str = None, business_fields: List[Dict[str, str]] = NOTHING, job_list: List[Job] = NOTHING, flow_list: List[Flow] = NOTHING, folder_client_data_list: List[FolderClientData] = NOTHING)#
+class aapi.basefolder.SimpleFolder(object_name: str, *, controlm_server: str = None, order_method: OrderMethod = None, folder_library: str = None, site_standard: str = None, business_fields: List[Dict[str, str]] = _Nothing.NOTHING, job_list: List[Job] = _Nothing.NOTHING, flow_list: List[Flow] = _Nothing.NOTHING, folder_client_data_list: List[FolderClientData] = _Nothing.NOTHING)ΒΆ

Bases: AAPIObject

-class OrderMethod(value)#
+class OrderMethod(value)ΒΆ

Bases: Enum

An enumeration.

-Automatic = 'Automatic'#
+Automatic = 'Automatic'ΒΆ
-Manual = 'Manual'#
+Manual = 'Manual'ΒΆ
-business_fields: List[Dict[str, str]]#
+business_fields: List[Dict[str, str]]ΒΆ
-controlm_server: str#
+controlm_server: strΒΆ
-flow_list: List[Flow]#
+flow_list: List[Flow]ΒΆ
-folder_client_data_list: List[FolderClientData]#
+folder_client_data_list: List[FolderClientData]ΒΆ
-folder_library: str#
+folder_library: strΒΆ
-job_list: List[Job]#
+job_list: List[Job]ΒΆ
-object_name: str#
+object_name: strΒΆ
-order_method: OrderMethod#
+order_method: OrderMethodΒΆ
-site_standard: str#
+site_standard: strΒΆ
-

aapi.bases module#

+

aapi.bases moduleΒΆ

-class aapi.bases.AAPIJob#
+class aapi.bases.AAPIJobΒΆ

Bases: object

-class aapi.bases.AAPIObject#
+class aapi.bases.AAPIObjectΒΆ

Bases: object

-as_aapi_dict()#
+as_aapi_dict()ΒΆ
-as_dict()#
+as_dict()ΒΆ
-dump_aapi(f, indent=None)#
+dump_aapi(f, indent=None)ΒΆ
-dumps_aapi(indent=None)#
+dumps_aapi(indent=None)ΒΆ
-

aapi.businessfield module#

+

aapi.businessfield moduleΒΆ

-class aapi.businessfield.BusinessField(object_name: str)#
+class aapi.businessfield.BusinessField(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.businessparameter module#

+

aapi.businessparameter moduleΒΆ

-class aapi.businessparameter.BusinessParameter(object_name: str, *, parameter_name: str = None, include: Include = None, characters: Characters = None, exclude: Exclude = None, required: bool = None)#
+class aapi.businessparameter.BusinessParameter(object_name: str, *, parameter_name: str = None, include: Include = None, characters: Characters = None, exclude: Exclude = None, required: bool = None)ΒΆ

Bases: AAPIObject

-class Characters(*, minimum_length: int = None, maximum_length: int = None, any: Any = None, alphanumeric: Alphanumeric = None)#
+class Characters(*, minimum_length: int = None, maximum_length: int = None, any: Any = None, alphanumeric: Alphanumeric = None)ΒΆ

Bases: AAPIObject

-class Alphanumeric(*, uppercase_letters: bool | None = None, lowercase_letters: bool | None = None, digits: bool | None = None, specific_characters: str | None = None)#
+class Alphanumeric(*, uppercase_letters: bool | None = None, lowercase_letters: bool | None = None, digits: bool | None = None, specific_characters: str | None = None)ΒΆ

Bases: AAPIObject

-digits: bool#
+digits: boolΒΆ
-lowercase_letters: bool#
+lowercase_letters: boolΒΆ
-specific_characters: str#
+specific_characters: strΒΆ
-uppercase_letters: bool#
+uppercase_letters: boolΒΆ
-class Any(*, except_for_characters: str | None = None)#
+class Any(*, except_for_characters: str | None = None)ΒΆ

Bases: AAPIObject

-except_for_characters: str#
+except_for_characters: strΒΆ
-alphanumeric: Alphanumeric#
+alphanumeric: AlphanumericΒΆ
-any: Any#
+any: AnyΒΆ
-maximum_length: int#
+maximum_length: intΒΆ
-minimum_length: int#
+minimum_length: intΒΆ
-class Exclude(*, values: List[SiteStandardPossibleValue] = None, patterns: List[str] = None)#
+class Exclude(*, values: List[SiteStandardPossibleValue] = None, patterns: List[str] = None)ΒΆ

Bases: AAPIObject

-patterns: List[str]#
+patterns: List[str]ΒΆ
-values: List[SiteStandardPossibleValue]#
+values: List[SiteStandardPossibleValue]ΒΆ
-class Include(*, values: List[SiteStandardPossibleValue] = None, patterns: List[str] = None)#
+class Include(*, values: List[SiteStandardPossibleValue] = None, patterns: List[str] = None)ΒΆ

Bases: AAPIObject

-patterns: List[str]#
+patterns: List[str]ΒΆ
-values: List[SiteStandardPossibleValue]#
+values: List[SiteStandardPossibleValue]ΒΆ
-characters: Characters#
+characters: CharactersΒΆ
-exclude: Exclude#
+exclude: ExcludeΒΆ
-include: Include#
+include: IncludeΒΆ
-object_name: str#
+object_name: strΒΆ
-parameter_name: str#
+parameter_name: strΒΆ
-required: bool#
+required: boolΒΆ
-

aapi.calendar module#

+

aapi.calendar moduleΒΆ

-class aapi.calendar.Calendar(object_name: str)#
+class aapi.calendar.Calendar(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-class aapi.calendar.CalendarPeriodic(object_name: str, *, when: When = None, server: Server = None, alias: str = None, description: str = None)#
+class aapi.calendar.CalendarPeriodic(object_name: str, *, when: When = None, server: Server = None, alias: str = None, description: str = None)ΒΆ

Bases: Calendar

-class Server(value)#
+class Server(value)ΒΆ

Bases: Enum

An enumeration.

-Global = 'Global'#
+Global = 'Global'ΒΆ
-class When(*, periods: List[Period] = None)#
+class When(*, periods: List[Period] = None)ΒΆ

Bases: AAPIObject

-periods: List[Period]#
+periods: List[Period]ΒΆ
-alias: str#
+alias: strΒΆ
-description: str#
+description: strΒΆ
-object_name: str#
+object_name: strΒΆ
-server: Server#
+server: ServerΒΆ
-when: When#
+when: WhenΒΆ
-class aapi.calendar.CalendarRegular(object_name: str, *, when: When = None, server: Server = None, alias: str = None, description: str = None)#
+class aapi.calendar.CalendarRegular(object_name: str, *, when: When = None, server: Server = None, alias: str = None, description: str = None)ΒΆ

Bases: Calendar

-class Server(value)#
+class Server(value)ΒΆ

Bases: Enum

An enumeration.

-Global = 'Global'#
+Global = 'Global'ΒΆ
-class When(*, years: List[Year] = None)#
+class When(*, years: List[Year] = None)ΒΆ

Bases: AAPIObject

-years: List[Year]#
+years: List[Year]ΒΆ
-alias: str#
+alias: strΒΆ
-description: str#
+description: strΒΆ
-object_name: str#
+object_name: strΒΆ
-server: Server#
+server: ServerΒΆ
-when: When#
+when: WhenΒΆ
-class aapi.calendar.CalendarRuleBased(object_name: str, *, when: When = None)#
+class aapi.calendar.CalendarRuleBased(object_name: str, *, when: When = None)ΒΆ

Bases: Calendar

-class When(*, specific_dates: List[str] = None, schedule: str = None, month_days: List[str] = None, months: List[str] = None, week_days: List[str] = None, week_days_calendar: str = None, month_days_calendar: str = None, days_relation: DaysRelation = None, start_date: str = None, end_date: str = None, active_period: bool = None, days_keep_active: DaysKeepActive = None, confirmation_calendars: ConfirmationCalendars = None)#
+class When(*, specific_dates: List[str] = None, schedule: str = None, month_days: List[str] = None, months: List[str] = None, week_days: List[str] = None, week_days_calendar: str = None, month_days_calendar: str = None, days_relation: DaysRelation = None, start_date: str = None, end_date: str = None, active_period: bool = None, days_keep_active: DaysKeepActive = None, confirmation_calendars: ConfirmationCalendars = None)ΒΆ

Bases: AAPIObject

-class ConfirmationCalendars(*, calendar: str = None, shift_by: int = None, exception_policy: ExceptionPolicy = None)#
+class ConfirmationCalendars(*, calendar: str = None, shift_by: int = None, exception_policy: ExceptionPolicy = None)ΒΆ

Bases: AAPIObject

-class ExceptionPolicy(value)#
+class ExceptionPolicy(value)ΒΆ

Bases: Enum

An enumeration.

-DoNotOrder = 'DoNotOrder'#
+DoNotOrder = 'DoNotOrder'ΒΆ
-OrderAnyway = 'OrderAnyway'#
+OrderAnyway = 'OrderAnyway'ΒΆ
-OrderOnNextConfirmedDay = 'OrderOnNextConfirmedDay'#
+OrderOnNextConfirmedDay = 'OrderOnNextConfirmedDay'ΒΆ
-OrderOnPreviousConfirmedDay = 'OrderOnPreviousConfirmedDay'#
+OrderOnPreviousConfirmedDay = 'OrderOnPreviousConfirmedDay'ΒΆ
-calendar: str#
+calendar: strΒΆ
-exception_policy: ExceptionPolicy#
+exception_policy: ExceptionPolicyΒΆ
-shift_by: int#
+shift_by: intΒΆ
-class DaysKeepActive(value)#
+class DaysKeepActive(value)ΒΆ

Bases: Enum

An enumeration.

-Forever = 'Forever'#
+Forever = 'Forever'ΒΆ
-class DaysRelation(value)#
+class DaysRelation(value)ΒΆ

Bases: Enum

An enumeration.

-AND = 'AND'#
+AND = 'AND'ΒΆ
-OR = 'OR'#
+OR = 'OR'ΒΆ
-active_period: bool#
+active_period: boolΒΆ
-confirmation_calendars: ConfirmationCalendars#
+confirmation_calendars: ConfirmationCalendarsΒΆ
-days_keep_active: DaysKeepActive#
+days_keep_active: DaysKeepActiveΒΆ
-days_relation: DaysRelation#
+days_relation: DaysRelationΒΆ
-end_date: str#
+end_date: strΒΆ
-month_days: List[str]#
+month_days: List[str]ΒΆ
-month_days_calendar: str#
+month_days_calendar: strΒΆ
-months: List[str]#
+months: List[str]ΒΆ
-schedule: str#
+schedule: strΒΆ
-specific_dates: List[str]#
+specific_dates: List[str]ΒΆ
-start_date: str#
+start_date: strΒΆ
-week_days: List[str]#
+week_days: List[str]ΒΆ
-week_days_calendar: str#
+week_days_calendar: strΒΆ
-object_name: str#
+object_name: strΒΆ
-when: When#
+when: WhenΒΆ
-class aapi.calendar.CalendarRuleBasedCalendar(object_name: str, *, when: When = None, server: Server = None, alias: str = None)#
+class aapi.calendar.CalendarRuleBasedCalendar(object_name: str, *, when: When = None, server: Server = None, alias: str = None)ΒΆ

Bases: Calendar

-class Server(value)#
+class Server(value)ΒΆ

Bases: Enum

An enumeration.

-Global = 'Global'#
+Global = 'Global'ΒΆ
-class When(*, schedule: str = None, month_days: List[str] = None, months: List[str] = None, week_days: List[str] = None, week_days_calendar: str = None, month_days_calendar: str = None, days_relation: DaysRelation = None, start_date: str = None, end_date: str = None, active_period: bool = None, specific_dates: List[str] = None, days_keep_active: DaysKeepActive = None, confirmation_calendars: ConfirmationCalendars = None)#
+class When(*, schedule: str = None, month_days: List[str] = None, months: List[str] = None, week_days: List[str] = None, week_days_calendar: str = None, month_days_calendar: str = None, days_relation: DaysRelation = None, start_date: str = None, end_date: str = None, active_period: bool = None, specific_dates: List[str] = None, days_keep_active: DaysKeepActive = None, confirmation_calendars: ConfirmationCalendars = None)ΒΆ

Bases: AAPIObject

-class ConfirmationCalendars(*, calendar: str = None, shift_by: int = None, exception_policy: ExceptionPolicy = None)#
+class ConfirmationCalendars(*, calendar: str = None, shift_by: int = None, exception_policy: ExceptionPolicy = None)ΒΆ

Bases: AAPIObject

-class ExceptionPolicy(value)#
+class ExceptionPolicy(value)ΒΆ

Bases: Enum

An enumeration.

-DoNotOrder = 'DoNotOrder'#
+DoNotOrder = 'DoNotOrder'ΒΆ
-OrderAnyway = 'OrderAnyway'#
+OrderAnyway = 'OrderAnyway'ΒΆ
-OrderOnNextConfirmedDay = 'OrderOnNextConfirmedDay'#
+OrderOnNextConfirmedDay = 'OrderOnNextConfirmedDay'ΒΆ
-OrderOnPreviousConfirmedDay = 'OrderOnPreviousConfirmedDay'#
+OrderOnPreviousConfirmedDay = 'OrderOnPreviousConfirmedDay'ΒΆ
-calendar: str#
+calendar: strΒΆ
-exception_policy: ExceptionPolicy#
+exception_policy: ExceptionPolicyΒΆ
-shift_by: int#
+shift_by: intΒΆ
-class DaysKeepActive(value)#
+class DaysKeepActive(value)ΒΆ

Bases: Enum

An enumeration.

-Forever = 'Forever'#
+Forever = 'Forever'ΒΆ
-class DaysRelation(value)#
+class DaysRelation(value)ΒΆ

Bases: Enum

An enumeration.

-AND = 'AND'#
+AND = 'AND'ΒΆ
-OR = 'OR'#
+OR = 'OR'ΒΆ
-active_period: bool#
+active_period: boolΒΆ
-confirmation_calendars: ConfirmationCalendars#
+confirmation_calendars: ConfirmationCalendarsΒΆ
-days_keep_active: DaysKeepActive#
+days_keep_active: DaysKeepActiveΒΆ
-days_relation: DaysRelation#
+days_relation: DaysRelationΒΆ
-end_date: str#
+end_date: strΒΆ
-month_days: List[str]#
+month_days: List[str]ΒΆ
-month_days_calendar: str#
+month_days_calendar: strΒΆ
-months: List[str]#
+months: List[str]ΒΆ
-schedule: str#
+schedule: strΒΆ
-specific_dates: List[str]#
+specific_dates: List[str]ΒΆ
-start_date: str#
+start_date: strΒΆ
-week_days: List[str]#
+week_days: List[str]ΒΆ
-week_days_calendar: str#
+week_days_calendar: strΒΆ
-alias: str#
+alias: strΒΆ
-object_name: str#
+object_name: strΒΆ
-server: Server#
+server: ServerΒΆ
-when: When#
+when: WhenΒΆ
-

aapi.calendarfields module#

+

aapi.calendarfields moduleΒΆ

-class aapi.calendarfields.CalendarFields(object_name: str)#
+class aapi.calendarfields.CalendarFields(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-class aapi.calendarfields.CalendarFieldsPeriodic(object_name: str)#
+class aapi.calendarfields.CalendarFieldsPeriodic(object_name: str)ΒΆ

Bases: CalendarFields

-object_name: str#
+object_name: strΒΆ
-class aapi.calendarfields.CalendarFieldsRegular(object_name: str)#
+class aapi.calendarfields.CalendarFieldsRegular(object_name: str)ΒΆ

Bases: CalendarFields

-object_name: str#
+object_name: strΒΆ
-class aapi.calendarfields.CalendarFieldsRuleBased(object_name: str)#
+class aapi.calendarfields.CalendarFieldsRuleBased(object_name: str)ΒΆ

Bases: CalendarFields

-object_name: str#
+object_name: strΒΆ
-

aapi.calendarkey module#

+

aapi.calendarkey moduleΒΆ

-class aapi.calendarkey.CalendarKey(object_name: str)#
+class aapi.calendarkey.CalendarKey(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-class aapi.calendarkey.CalendarKeyPeriodic(object_name: str)#
+class aapi.calendarkey.CalendarKeyPeriodic(object_name: str)ΒΆ

Bases: CalendarKey

-object_name: str#
+object_name: strΒΆ
-class aapi.calendarkey.CalendarKeyRegular(object_name: str)#
+class aapi.calendarkey.CalendarKeyRegular(object_name: str)ΒΆ

Bases: CalendarKey

-object_name: str#
+object_name: strΒΆ
-class aapi.calendarkey.CalendarKeyRuleBased(object_name: str)#
+class aapi.calendarkey.CalendarKeyRuleBased(object_name: str)ΒΆ

Bases: CalendarKey

-object_name: str#
+object_name: strΒΆ
-

aapi.captureoutput module#

+

aapi.captureoutput moduleΒΆ

-class aapi.captureoutput.ActionCaptureOutput(object_name: str, *, variable_name: VariableName = None, search: str = None, forward_by: ForwardBy = None, capture: Capture = None)#
+class aapi.captureoutput.ActionCaptureOutput(object_name: str, *, variable_name: VariableName = None, search: str = None, forward_by: ForwardBy = None, capture: Capture = None)ΒΆ

Bases: AAPIObject

-class Capture(value)#
+class Capture(value)ΒΆ

Bases: Enum

An enumeration.

-UpToEndOfLine = 'UpToEndOfLine'#
+UpToEndOfLine = 'UpToEndOfLine'ΒΆ
-var_ = 'var_'#
+var_ = 'var_'ΒΆ
-class ForwardBy(*, lines: int = None, columns: int = None, columns_option: ColumnsOption = None, delimiter: Delimiter = None)#
+class ForwardBy(*, lines: int = None, columns: int = None, columns_option: ColumnsOption = None, delimiter: Delimiter = None)ΒΆ

Bases: AAPIObject

-class ColumnsOption(value)#
+class ColumnsOption(value)ΒΆ

Bases: Enum

An enumeration.

-Characters = 'Characters'#
+Characters = 'Characters'ΒΆ
-Words = 'Words'#
+Words = 'Words'ΒΆ
-class Delimiter(value)#
+class Delimiter(value)ΒΆ

Bases: Enum

An enumeration.

-Space = 'Space'#
+Space = 'Space'ΒΆ
-Tab = 'Tab'#
+Tab = 'Tab'ΒΆ
-WhiteSpace = 'WhiteSpace'#
+WhiteSpace = 'WhiteSpace'ΒΆ
-var_ = 'var_'#
+var_ = 'var_'ΒΆ
-columns: int#
+columns: intΒΆ
-columns_option: ColumnsOption#
+columns_option: ColumnsOptionΒΆ
-delimiter: Delimiter#
+delimiter: DelimiterΒΆ
-lines: int#
+lines: intΒΆ
-class VariableName(value)#
+class VariableName(value)ΒΆ

Bases: Enum

An enumeration.

-var_ = 'var_'#
+var_ = 'var_'ΒΆ
-capture: Capture#
+capture: CaptureΒΆ
-forward_by: ForwardBy#
+forward_by: ForwardByΒΆ
-object_name: str#
+object_name: strΒΆ
-search: str#
+search: strΒΆ
-variable_name: VariableName#
+variable_name: VariableNameΒΆ
-

aapi.condition module#

+

aapi.condition moduleΒΆ

-class aapi.condition.Condition(*, event: str = None, date: Date = None)#
+class aapi.condition.Condition(*, event: str = None, date: Date = None)ΒΆ

Bases: AAPIObject

-class Date(value)#
+class Date(value)ΒΆ

Bases: Enum

An enumeration.

-AnyDate = 'AnyDate'#
+AnyDate = 'AnyDate'ΒΆ
-NextOrderDate = 'NextOrderDate'#
+NextOrderDate = 'NextOrderDate'ΒΆ
-NoDate = 'NoDate'#
+NoDate = 'NoDate'ΒΆ
-OrderDate = 'OrderDate'#
+OrderDate = 'OrderDate'ΒΆ
-PreviousOrderDate = 'PreviousOrderDate'#
+PreviousOrderDate = 'PreviousOrderDate'ΒΆ
-date: Date#
+date: DateΒΆ
-event: str#
+event: strΒΆ
-class aapi.condition.ConditionIn(*, event: str = None, date: Date = None)#
+class aapi.condition.ConditionIn(*, event: str = None, date: Date = None)ΒΆ

Bases: Condition

-class aapi.condition.ConditionOut(*, event: str = None, date: Date = None)#
+class aapi.condition.ConditionOut(*, event: str = None, date: Date = None)ΒΆ

Bases: Condition

-class aapi.condition.ConditionOutAdd(*, event: str = None, date: Date = None)#
+class aapi.condition.ConditionOutAdd(*, event: str = None, date: Date = None)ΒΆ

Bases: ConditionOut

-class aapi.condition.ConditionOutDelete(*, event: str = None, date: Date = None)#
+class aapi.condition.ConditionOutDelete(*, event: str = None, date: Date = None)ΒΆ

Bases: ConditionOut

-

aapi.config module#

+

aapi.config moduleΒΆ

-class aapi.config.Config(object_name: str)#
+class aapi.config.Config(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-class aapi.config.ConfigHadoop(object_name: str, *, agent_principal: str | None = None, agent_keytab_file_path: str | None = None)#
+class aapi.config.ConfigHadoop(object_name: str, *, agent_principal: str | None = None, agent_keytab_file_path: str | None = None)ΒΆ

Bases: Config

-agent_keytab_file_path: str#
+agent_keytab_file_path: strΒΆ
-agent_principal: str#
+agent_principal: strΒΆ
-object_name: str#
+object_name: strΒΆ
-

aapi.connectionprofile module#

+

aapi.connectionprofile moduleΒΆ

-class aapi.connectionprofile.ConnectionProfile(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None)#
+class aapi.connectionprofile.ConnectionProfile(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None)ΒΆ

Bases: AAPIObject

-centralized: bool#
+centralized: boolΒΆ
-description: str#
+description: strΒΆ
-no_test_on_deploy: bool#
+no_test_on_deploy: boolΒΆ
-object_name: str#
+object_name: strΒΆ
-target_agent: str#
+target_agent: strΒΆ
-target_ctm: str#
+target_ctm: strΒΆ
-test_on_build: bool#
+test_on_build: boolΒΆ
-class aapi.connectionprofile.ConnectionProfileAWS(object_name: str, region: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, access_key: str = None, secret_access_key: str = None, iam_role: str = None, proxy_settings: ProxySettings = None)#
+class aapi.connectionprofile.ConnectionProfileAWS(object_name: str, region: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, access_key: str = None, secret_access_key: str = None, iam_role: str = None, proxy_settings: ProxySettings = None)ΒΆ

Bases: ConnectionProfile

-class ProxySettings(host: str, port: int, username: str, password: str)#
+class ProxySettings(host: str, port: int, username: str, password: str)ΒΆ

Bases: AAPIObject

-host: str#
+host: strΒΆ
-password: str#
+password: strΒΆ
-port: int#
+port: intΒΆ
-username: str#
+username: strΒΆ
-access_key: str#
+access_key: strΒΆ
-iam_role: str#
+iam_role: strΒΆ
-object_name: str#
+object_name: strΒΆ
-proxy_settings: ProxySettings#
+proxy_settings: ProxySettingsΒΆ
-region: str#
+region: strΒΆ
-secret_access_key: str#
+secret_access_key: strΒΆ
-class aapi.connectionprofile.ConnectionProfileAirflow(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None)#
+class aapi.connectionprofile.ConnectionProfileAirflow(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None)ΒΆ

Bases: ConnectionProfile

-object_name: str#
+object_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer(object_name: str, service_account_key: str, base_url: str, target_audience: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, service_account_key_filename: str | None = None)#
+class aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer(object_name: str, service_account_key: str, base_url: str, target_audience: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, service_account_key_filename: str | None = None)ΒΆ

Bases: ConnectionProfileAirflow

-base_url: str#
+base_url: strΒΆ
-object_name: str#
+object_name: strΒΆ
-service_account_key: str#
+service_account_key: strΒΆ
-service_account_key_filename: str#
+service_account_key_filename: strΒΆ
-target_audience: str#
+target_audience: strΒΆ
-class aapi.connectionprofile.ConnectionProfileAirflowStandalone(object_name: str, host: str, user: str, password: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, port: int | None = None, secured_connection: bool | None = None)#
+class aapi.connectionprofile.ConnectionProfileAirflowStandalone(object_name: str, host: str, user: str, password: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, port: int | None = None, secured_connection: bool | None = None)ΒΆ

Bases: ConnectionProfileAirflow

-host: str#
+host: strΒΆ
-object_name: str#
+object_name: strΒΆ
-password: str#
+password: strΒΆ
-port: int#
+port: intΒΆ
-secured_connection: bool#
+secured_connection: boolΒΆ
-user: str#
+user: strΒΆ
-class aapi.connectionprofile.ConnectionProfileAzure(object_name: str, subscription_id: str, application_id: str, password: str, user: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, active_directory_domain_name: str = None, batch: Batch = None)#
+class aapi.connectionprofile.ConnectionProfileAzure(object_name: str, subscription_id: str, application_id: str, password: str, user: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, active_directory_domain_name: str = None, batch: Batch = None)ΒΆ

Bases: ConnectionProfile

-class Batch(batch_account_name: str, batch_account_key: str, location: str)#
+class Batch(batch_account_name: str, batch_account_key: str, location: str)ΒΆ

Bases: AAPIObject

-batch_account_key: str#
+batch_account_key: strΒΆ
-batch_account_name: str#
+batch_account_name: strΒΆ
-location: str#
+location: strΒΆ
-active_directory_domain_name: str#
+active_directory_domain_name: strΒΆ
-application_id: str#
+application_id: strΒΆ
-batch: Batch#
+batch: BatchΒΆ
-object_name: str#
+object_name: strΒΆ
-password: str#
+password: strΒΆ
-subscription_id: str#
+subscription_id: strΒΆ
-user: str#
+user: strΒΆ
-class aapi.connectionprofile.ConnectionProfileDatabase(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None)#
+class aapi.connectionprofile.ConnectionProfileDatabase(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None)ΒΆ

Bases: ConnectionProfile

-connection_idle_time: str#
+connection_idle_time: strΒΆ
-connection_retry_num: str#
+connection_retry_num: strΒΆ
-connection_retry_time_out: str#
+connection_retry_time_out: strΒΆ
-max_concurrent_connections: str#
+max_concurrent_connections: strΒΆ
-object_name: str#
+object_name: strΒΆ
-password: str#
+password: strΒΆ
-user: str#
+user: strΒΆ
-class aapi.connectionprofile.ConnectionProfileDatabaseDB2(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, database_type: str | None = None, database_version: str | None = None, host: str | None = None, port: str | None = None, database_name: str | None = None)#
+class aapi.connectionprofile.ConnectionProfileDatabaseDB2(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, database_type: str | None = None, database_version: str | None = None, host: str | None = None, port: str | None = None, database_name: str | None = None)ΒΆ

Bases: ConnectionProfileDatabase

-database_name: str#
+database_name: strΒΆ
-database_type: str#
+database_type: strΒΆ
-database_version: str#
+database_version: strΒΆ
-host: str#
+host: strΒΆ
-object_name: str#
+object_name: strΒΆ
-port: str#
+port: strΒΆ
-class aapi.connectionprofile.ConnectionProfileDatabaseJDBC(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, port: str | None = None, database_name: str | None = None, host: str | None = None, driver: str | None = None)#
+class aapi.connectionprofile.ConnectionProfileDatabaseJDBC(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, port: str | None = None, database_name: str | None = None, host: str | None = None, driver: str | None = None)ΒΆ

Bases: ConnectionProfileDatabase

-database_name: str#
+database_name: strΒΆ
-driver: str#
+driver: strΒΆ
-host: str#
+host: strΒΆ
-object_name: str#
+object_name: strΒΆ
-port: str#
+port: strΒΆ
-class aapi.connectionprofile.ConnectionProfileDatabaseMSSql(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, user: str = None, password: str = None, max_concurrent_connections: str = None, connection_retry_num: str = None, connection_retry_time_out: str = None, connection_idle_time: str = None, database_type: str = None, database_version: str = None, host: str = None, port: str = None, authentication_type: AuthenticationType = None, database_name: str = None, secure: str = None)#
+class aapi.connectionprofile.ConnectionProfileDatabaseMSSql(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, user: str = None, password: str = None, max_concurrent_connections: str = None, connection_retry_num: str = None, connection_retry_time_out: str = None, connection_idle_time: str = None, database_type: str = None, database_version: str = None, host: str = None, port: str = None, authentication_type: AuthenticationType = None, database_name: str = None, secure: str = None)ΒΆ

Bases: ConnectionProfileDatabase

-class AuthenticationType(value)#
+class AuthenticationType(value)ΒΆ

Bases: Enum

An enumeration.

-NTLM2_Windows_Authentication = 'NTLM2_Windows_Authentication'#
+NTLM2_Windows_Authentication = 'NTLM2_Windows_Authentication'ΒΆ
-SQL_Server_Authentication = 'SQL_Server_Authentication'#
+SQL_Server_Authentication = 'SQL_Server_Authentication'ΒΆ
-Windows_Authentication = 'Windows_Authentication'#
+Windows_Authentication = 'Windows_Authentication'ΒΆ
-authentication_type: AuthenticationType#
+authentication_type: AuthenticationTypeΒΆ
-database_name: str#
+database_name: strΒΆ
-database_type: str#
+database_type: strΒΆ
-database_version: str#
+database_version: strΒΆ
-host: str#
+host: strΒΆ
-object_name: str#
+object_name: strΒΆ
-port: str#
+port: strΒΆ
-secure: str#
+secure: strΒΆ
-class aapi.connectionprofile.ConnectionProfileDatabaseMSSqlSSIS(object_name: str, skip_packages_test: bool, ssis: List[Package], *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, user: str = None, password: str = None, max_concurrent_connections: str = None, connection_retry_num: str = None, connection_retry_time_out: str = None, connection_idle_time: str = None, database_type: str = None, database_version: str = None, host: str = None, port: str = None, authentication_type: AuthenticationType = None, database_name: str = None, secure: str = None)#
+class aapi.connectionprofile.ConnectionProfileDatabaseMSSqlSSIS(object_name: str, skip_packages_test: bool, ssis: List[Package], *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, user: str = None, password: str = None, max_concurrent_connections: str = None, connection_retry_num: str = None, connection_retry_time_out: str = None, connection_idle_time: str = None, database_type: str = None, database_version: str = None, host: str = None, port: str = None, authentication_type: AuthenticationType = None, database_name: str = None, secure: str = None)ΒΆ

Bases: ConnectionProfileDatabaseMSSql

-object_name: str#
+object_name: strΒΆ
-skip_packages_test: bool#
+skip_packages_test: boolΒΆ
-ssis: List[Package]#
+ssis: List[Package]ΒΆ
-class aapi.connectionprofile.ConnectionProfileDatabaseOracle(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, database_version: str | None = None)#
+class aapi.connectionprofile.ConnectionProfileDatabaseOracle(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, database_version: str | None = None)ΒΆ

Bases: ConnectionProfileDatabase

-database_version: str#
+database_version: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileDatabaseOracleConnectionString(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, database_version: str | None = None, connection_string: str | None = None)#
+class aapi.connectionprofile.ConnectionProfileDatabaseOracleConnectionString(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, database_version: str | None = None, connection_string: str | None = None)ΒΆ

Bases: ConnectionProfileDatabaseOracle

-connection_string: str#
+connection_string: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileDatabaseOracleSID(object_name: str, sid: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, database_version: str | None = None, port: str | None = None, host: str | None = None)#
+class aapi.connectionprofile.ConnectionProfileDatabaseOracleSID(object_name: str, sid: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, database_version: str | None = None, port: str | None = None, host: str | None = None)ΒΆ

Bases: ConnectionProfileDatabaseOracle

-host: str#
+host: strΒΆ
-object_name: str#
+object_name: strΒΆ
-port: str#
+port: strΒΆ
-sid: str#
+sid: strΒΆ
-class aapi.connectionprofile.ConnectionProfileDatabaseOracleServiceName(object_name: str, service_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, database_version: str | None = None, port: str | None = None, host: str | None = None)#
+class aapi.connectionprofile.ConnectionProfileDatabaseOracleServiceName(object_name: str, service_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, database_version: str | None = None, port: str | None = None, host: str | None = None)ΒΆ

Bases: ConnectionProfileDatabaseOracle

-host: str#
+host: strΒΆ
-object_name: str#
+object_name: strΒΆ
-port: str#
+port: strΒΆ
-service_name: str#
+service_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileDatabasePostgreSql(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, database_type: str | None = None, database_version: str | None = None, host: str | None = None, port: str | None = None, database_name: str | None = None)#
+class aapi.connectionprofile.ConnectionProfileDatabasePostgreSql(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, database_type: str | None = None, database_version: str | None = None, host: str | None = None, port: str | None = None, database_name: str | None = None)ΒΆ

Bases: ConnectionProfileDatabase

-database_name: str#
+database_name: strΒΆ
-database_type: str#
+database_type: strΒΆ
-database_version: str#
+database_version: strΒΆ
-host: str#
+host: strΒΆ
-object_name: str#
+object_name: strΒΆ
-port: str#
+port: strΒΆ
-class aapi.connectionprofile.ConnectionProfileDatabaseSybase(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, database_type: str | None = None, database_version: str | None = None, host: str | None = None, port: str | None = None, database_name: str | None = None)#
+class aapi.connectionprofile.ConnectionProfileDatabaseSybase(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, password: str | None = None, max_concurrent_connections: str | None = None, connection_retry_num: str | None = None, connection_retry_time_out: str | None = None, connection_idle_time: str | None = None, database_type: str | None = None, database_version: str | None = None, host: str | None = None, port: str | None = None, database_name: str | None = None)ΒΆ

Bases: ConnectionProfileDatabase

-database_name: str#
+database_name: strΒΆ
-database_type: str#
+database_type: strΒΆ
-database_version: str#
+database_version: strΒΆ
-host: str#
+host: strΒΆ
-object_name: str#
+object_name: strΒΆ
-port: str#
+port: strΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransfer(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransfer(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None)ΒΆ

Bases: ConnectionProfile

-additional_parameters: List[PackageParams]#
+additional_parameters: List[PackageParams]ΒΆ
-conntype: str#
+conntype: strΒΆ
-home_directory: str#
+home_directory: strΒΆ
-host_name: str#
+host_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-os_type: str#
+os_type: strΒΆ
-passphrase: str#
+passphrase: strΒΆ
-password: str#
+password: strΒΆ
-port: str#
+port: strΒΆ
-private_key_name: str#
+private_key_name: strΒΆ
-user: str#
+user: strΒΆ
-verify_bytes: bool#
+verify_bytes: boolΒΆ
-verify_checksum: bool#
+verify_checksum: boolΒΆ
-verify_destination: bool#
+verify_destination: boolΒΆ
-workload_automation_groups: List[str]#
+workload_automation_groups: List[str]ΒΆ
-workload_automation_users: List[str]#
+workload_automation_users: List[str]ΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferAS2(object_name: str, partner_as2_id: str, partner_destination_url: str, partner_certificate_alias: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, sign_message_parameters: SignMessageParameters = None, encrypt_message_parameters: EncryptMessageParameters = None, compress_message: bool = None, request_receipt_parameters: RequestReceiptParameters = None, send_message_timeout: int = None, async_mdn_timeout: int = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferAS2(object_name: str, partner_as2_id: str, partner_destination_url: str, partner_certificate_alias: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, sign_message_parameters: SignMessageParameters = None, encrypt_message_parameters: EncryptMessageParameters = None, compress_message: bool = None, request_receipt_parameters: RequestReceiptParameters = None, send_message_timeout: int = None, async_mdn_timeout: int = None)ΒΆ

Bases: ConnectionProfileFileTransfer

-class EncryptMessageParameters(*, encrypt_message: bool = None, encryption_algorithm: EncryptionAlgorithm = None)#
+class EncryptMessageParameters(*, encrypt_message: bool = None, encryption_algorithm: EncryptionAlgorithm = None)ΒΆ

Bases: AAPIObject

-class EncryptionAlgorithm(value)#
+class EncryptionAlgorithm(value)ΒΆ

Bases: Enum

An enumeration.

-AES128_CBC = 'AES128_CBC'#
+AES128_CBC = 'AES128_CBC'ΒΆ
-AES128_GCM = 'AES128_GCM'#
+AES128_GCM = 'AES128_GCM'ΒΆ
-AES192_CBC = 'AES192_CBC'#
+AES192_CBC = 'AES192_CBC'ΒΆ
-AES192_GCM = 'AES192_GCM'#
+AES192_GCM = 'AES192_GCM'ΒΆ
-AES256_CBC = 'AES256_CBC'#
+AES256_CBC = 'AES256_CBC'ΒΆ
-AES256_GCM = 'AES256_GCM'#
+AES256_GCM = 'AES256_GCM'ΒΆ
-CAST5_CBC = 'CAST5_CBC'#
+CAST5_CBC = 'CAST5_CBC'ΒΆ
-IDEA_CBC = 'IDEA_CBC'#
+IDEA_CBC = 'IDEA_CBC'ΒΆ
-RC2_CBC = 'RC2_CBC'#
+RC2_CBC = 'RC2_CBC'ΒΆ
-tripleDES_DES_EDE3 = 'tripleDES_DES_EDE3'#
+tripleDES_DES_EDE3 = 'tripleDES_DES_EDE3'ΒΆ
-encrypt_message: bool#
+encrypt_message: boolΒΆ
-encryption_algorithm: EncryptionAlgorithm#
+encryption_algorithm: EncryptionAlgorithmΒΆ
-class RequestReceiptParameters(*, request_receipt: bool = None, sign: Sign = None, mode: Mode = None)#
+class RequestReceiptParameters(*, request_receipt: bool = None, sign: Sign = None, mode: Mode = None)ΒΆ

Bases: AAPIObject

-class Mode(value)#
+class Mode(value)ΒΆ

Bases: Enum

An enumeration.

-Asynchronous = 'Asynchronous'#
+Asynchronous = 'Asynchronous'ΒΆ
-Synchronous = 'Synchronous'#
+Synchronous = 'Synchronous'ΒΆ
-class Sign(value)#
+class Sign(value)ΒΆ

Bases: Enum

An enumeration.

-Signed = 'Signed'#
+Signed = 'Signed'ΒΆ
-Unsigned = 'Unsigned'#
+Unsigned = 'Unsigned'ΒΆ
-mode: Mode#
+mode: ModeΒΆ
-request_receipt: bool#
+request_receipt: boolΒΆ
-sign: Sign#
+sign: SignΒΆ
-class SignMessageParameters(*, sign_message: bool = None, signature_algorithm: SignatureAlgorithm = None)#
+class SignMessageParameters(*, sign_message: bool = None, signature_algorithm: SignatureAlgorithm = None)ΒΆ

Bases: AAPIObject

-class SignatureAlgorithm(value)#
+class SignatureAlgorithm(value)ΒΆ

Bases: Enum

An enumeration.

-RSA_with_MD5 = 'RSA_with_MD5'#
+RSA_with_MD5 = 'RSA_with_MD5'ΒΆ
-RSA_with_SHA_1 = 'RSA_with_SHA_1'#
+RSA_with_SHA_1 = 'RSA_with_SHA_1'ΒΆ
-RSA_with_SHA_224 = 'RSA_with_SHA_224'#
+RSA_with_SHA_224 = 'RSA_with_SHA_224'ΒΆ
-RSA_with_SHA_256 = 'RSA_with_SHA_256'#
+RSA_with_SHA_256 = 'RSA_with_SHA_256'ΒΆ
-RSA_with_SHA_384 = 'RSA_with_SHA_384'#
+RSA_with_SHA_384 = 'RSA_with_SHA_384'ΒΆ
-RSA_with_SHA_512 = 'RSA_with_SHA_512'#
+RSA_with_SHA_512 = 'RSA_with_SHA_512'ΒΆ
-sign_message: bool#
+sign_message: boolΒΆ
-signature_algorithm: SignatureAlgorithm#
+signature_algorithm: SignatureAlgorithmΒΆ
-async_mdn_timeout: int#
+async_mdn_timeout: intΒΆ
-compress_message: bool#
+compress_message: boolΒΆ
-encrypt_message_parameters: EncryptMessageParameters#
+encrypt_message_parameters: EncryptMessageParametersΒΆ
-object_name: str#
+object_name: strΒΆ
-partner_as2_id: str#
+partner_as2_id: strΒΆ
-partner_certificate_alias: str#
+partner_certificate_alias: strΒΆ
-partner_destination_url: str#
+partner_destination_url: strΒΆ
-request_receipt_parameters: RequestReceiptParameters#
+request_receipt_parameters: RequestReceiptParametersΒΆ
-send_message_timeout: int#
+send_message_timeout: intΒΆ
-sign_message_parameters: SignMessageParameters#
+sign_message_parameters: SignMessageParametersΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferAzure(object_name: str, azure_account_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferAzure(object_name: str, azure_account_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None)ΒΆ

Bases: ConnectionProfileFileTransfer

-azure_account_name: str#
+azure_account_name: strΒΆ
-azure_credential_method: str#
+azure_credential_method: strΒΆ
-azure_endpoint: str#
+azure_endpoint: strΒΆ
-azure_storage_type: str#
+azure_storage_type: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate(azure_account_name: str, object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None, azure_tenant_id: str = None, azure_client_id: str = None, azure_client_certificate_format: str = None, azure_client_certificate_path: str = None, azure_client_certificate_password: str = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate(azure_account_name: str, object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None, azure_tenant_id: str = None, azure_client_id: str = None, azure_client_certificate_format: str = None, azure_client_certificate_path: str = None, azure_client_certificate_password: str = None)ΒΆ

Bases: ConnectionProfileFileTransferAzure

-azure_client_certificate_format: str#
+azure_client_certificate_format: strΒΆ
-azure_client_certificate_password: str#
+azure_client_certificate_password: strΒΆ
-azure_client_certificate_path: str#
+azure_client_certificate_path: strΒΆ
-azure_client_id: str#
+azure_client_id: strΒΆ
-azure_tenant_id: str#
+azure_tenant_id: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferAzureAdClientSecret(azure_account_name: str, object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None, azure_tenant_id: str = None, azure_client_id: str = None, azure_client_secret: str = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferAzureAdClientSecret(azure_account_name: str, object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None, azure_tenant_id: str = None, azure_client_id: str = None, azure_client_secret: str = None)ΒΆ

Bases: ConnectionProfileFileTransferAzure

-azure_client_id: str#
+azure_client_id: strΒΆ
-azure_client_secret: str#
+azure_client_secret: strΒΆ
-azure_tenant_id: str#
+azure_tenant_id: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass(azure_account_name: str, object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None, azure_tenant_id: str = None, azure_client_id: str = None, azure_user_name_ad: str = None, azure_user_password_ad: str = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass(azure_account_name: str, object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None, azure_tenant_id: str = None, azure_client_id: str = None, azure_user_name_ad: str = None, azure_user_password_ad: str = None)ΒΆ

Bases: ConnectionProfileFileTransferAzure

-azure_client_id: str#
+azure_client_id: strΒΆ
-azure_tenant_id: str#
+azure_tenant_id: strΒΆ
-azure_user_name_ad: str#
+azure_user_name_ad: strΒΆ
-azure_user_password_ad: str#
+azure_user_password_ad: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferAzureConnectionString(azure_account_name: str, object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None, azure_account_connection_string: str = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferAzureConnectionString(azure_account_name: str, object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None, azure_account_connection_string: str = None)ΒΆ

Bases: ConnectionProfileFileTransferAzure

-azure_account_connection_string: str#
+azure_account_connection_string: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferAzureManagedIdentity(azure_account_name: str, object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None, azure_tenant_id: str = None, azure_client_id: str = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferAzureManagedIdentity(azure_account_name: str, object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None, azure_tenant_id: str = None, azure_client_id: str = None)ΒΆ

Bases: ConnectionProfileFileTransferAzure

-azure_client_id: str#
+azure_client_id: strΒΆ
-azure_tenant_id: str#
+azure_tenant_id: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedAccessSignature(azure_account_name: str, object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None, azure_account_sas_token: str = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedAccessSignature(azure_account_name: str, object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None, azure_account_sas_token: str = None)ΒΆ

Bases: ConnectionProfileFileTransferAzure

-azure_account_sas_token: str#
+azure_account_sas_token: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedKey(azure_account_name: str, object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None, azure_account_access_key: str = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedKey(azure_account_name: str, object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, azure_storage_type: str = None, azure_endpoint: str = None, azure_credential_method: str = None, azure_account_access_key: str = None)ΒΆ

Bases: ConnectionProfileFileTransferAzure

-azure_account_access_key: str#
+azure_account_access_key: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, verify_checksum: bool = None, endpoint_src_ftp_list: List[EndpointSrcFtp] = NOTHING, endpoint_dest_ftp_list: List[EndpointDestFtp] = NOTHING, endpoint_src_ftps_list: List[EndpointSrcFtps] = NOTHING, endpoint_dest_ftps_list: List[EndpointDestFtps] = NOTHING, endpoint_src_sftp_list: List[EndpointSrcSftp] = NOTHING, endpoint_dest_sftp_list: List[EndpointDestSftp] = NOTHING, endpoint_src_local_list: List[EndpointSrcLocal] = NOTHING, endpoint_dest_local_list: List[EndpointDestLocal] = NOTHING)#
+class aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, verify_checksum: bool = None, endpoint_src_ftp_list: List[EndpointSrcFtp] = _Nothing.NOTHING, endpoint_dest_ftp_list: List[EndpointDestFtp] = _Nothing.NOTHING, endpoint_src_ftps_list: List[EndpointSrcFtps] = _Nothing.NOTHING, endpoint_dest_ftps_list: List[EndpointDestFtps] = _Nothing.NOTHING, endpoint_src_sftp_list: List[EndpointSrcSftp] = _Nothing.NOTHING, endpoint_dest_sftp_list: List[EndpointDestSftp] = _Nothing.NOTHING, endpoint_src_local_list: List[EndpointSrcLocal] = _Nothing.NOTHING, endpoint_dest_local_list: List[EndpointDestLocal] = _Nothing.NOTHING)ΒΆ

Bases: ConnectionProfile

-endpoint_dest_ftp_list: List[EndpointDestFtp]#
+endpoint_dest_ftp_list: List[EndpointDestFtp]ΒΆ
-endpoint_dest_ftps_list: List[EndpointDestFtps]#
+endpoint_dest_ftps_list: List[EndpointDestFtps]ΒΆ
-endpoint_dest_local_list: List[EndpointDestLocal]#
+endpoint_dest_local_list: List[EndpointDestLocal]ΒΆ
-endpoint_dest_sftp_list: List[EndpointDestSftp]#
+endpoint_dest_sftp_list: List[EndpointDestSftp]ΒΆ
-endpoint_src_ftp_list: List[EndpointSrcFtp]#
+endpoint_src_ftp_list: List[EndpointSrcFtp]ΒΆ
-endpoint_src_ftps_list: List[EndpointSrcFtps]#
+endpoint_src_ftps_list: List[EndpointSrcFtps]ΒΆ
-endpoint_src_local_list: List[EndpointSrcLocal]#
+endpoint_src_local_list: List[EndpointSrcLocal]ΒΆ
-endpoint_src_sftp_list: List[EndpointSrcSftp]#
+endpoint_src_sftp_list: List[EndpointSrcSftp]ΒΆ
-object_name: str#
+object_name: strΒΆ
-verify_bytes: bool#
+verify_bytes: boolΒΆ
-verify_checksum: bool#
+verify_checksum: boolΒΆ
-verify_destination: bool#
+verify_destination: boolΒΆ
-workload_automation_groups: List[str]#
+workload_automation_groups: List[str]ΒΆ
-workload_automation_users: List[str]#
+workload_automation_users: List[str]ΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferFTP(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, connection_mode: ConnectionMode = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferFTP(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, connection_mode: ConnectionMode = None)ΒΆ

Bases: ConnectionProfileFileTransfer

-class ConnectionMode(value)#
+class ConnectionMode(value)ΒΆ

Bases: Enum

An enumeration.

-Active = 'Active'#
+Active = 'Active'ΒΆ
-EPSV = 'EPSV'#
+EPSV = 'EPSV'ΒΆ
-EPSVSubstituteIpAddress = 'EPSVSubstituteIpAddress'#
+EPSVSubstituteIpAddress = 'EPSVSubstituteIpAddress'ΒΆ
-Passive = 'Passive'#
+Passive = 'Passive'ΒΆ
-PassiveSubstituteIpAddress = 'PassiveSubstituteIpAddress'#
+PassiveSubstituteIpAddress = 'PassiveSubstituteIpAddress'ΒΆ
-noSubstituteIP = 'noSubstituteIP'#
+noSubstituteIP = 'noSubstituteIP'ΒΆ
-off = 'off'#
+off = 'off'ΒΆ
-on = 'on'#
+on = 'on'ΒΆ
-connection_mode: ConnectionMode#
+connection_mode: ConnectionModeΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferFTPS(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, connection_mode: ConnectionMode = None, ssl_level: SslLevel = None, ssl_implicit: bool = None, clear_data_channel: bool = None, clear_command_channel: bool = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferFTPS(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, connection_mode: ConnectionMode = None, ssl_level: SslLevel = None, ssl_implicit: bool = None, clear_data_channel: bool = None, clear_command_channel: bool = None)ΒΆ

Bases: ConnectionProfileFileTransfer

-class ConnectionMode(value)#
+class ConnectionMode(value)ΒΆ

Bases: Enum

An enumeration.

-Active = 'Active'#
+Active = 'Active'ΒΆ
-EPSV = 'EPSV'#
+EPSV = 'EPSV'ΒΆ
-EPSVSubstituteIpAddress = 'EPSVSubstituteIpAddress'#
+EPSVSubstituteIpAddress = 'EPSVSubstituteIpAddress'ΒΆ
-Passive = 'Passive'#
+Passive = 'Passive'ΒΆ
-PassiveSubstituteIpAddress = 'PassiveSubstituteIpAddress'#
+PassiveSubstituteIpAddress = 'PassiveSubstituteIpAddress'ΒΆ
-noSubstituteIP = 'noSubstituteIP'#
+noSubstituteIP = 'noSubstituteIP'ΒΆ
-off = 'off'#
+off = 'off'ΒΆ
-on = 'on'#
+on = 'on'ΒΆ
-class SslLevel(value)#
+class SslLevel(value)ΒΆ

Bases: Enum

An enumeration.

-ClientServerAuthentication = 'ClientServerAuthentication'#
+ClientServerAuthentication = 'ClientServerAuthentication'ΒΆ
-NoAuthentication = 'NoAuthentication'#
+NoAuthentication = 'NoAuthentication'ΒΆ
-ServerAuthentication = 'ServerAuthentication'#
+ServerAuthentication = 'ServerAuthentication'ΒΆ
-clear_command_channel: bool#
+clear_command_channel: boolΒΆ
-clear_data_channel: bool#
+clear_data_channel: boolΒΆ
-connection_mode: ConnectionMode#
+connection_mode: ConnectionModeΒΆ
-object_name: str#
+object_name: strΒΆ
-ssl_implicit: bool#
+ssl_implicit: boolΒΆ
-ssl_level: SslLevel#
+ssl_level: SslLevelΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferGcs(object_name: str, gcs_service_account_key: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, gcs_service_account_key_file_name: str = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferGcs(object_name: str, gcs_service_account_key: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, gcs_service_account_key_file_name: str = None)ΒΆ

Bases: ConnectionProfileFileTransfer

-gcs_service_account_key: str#
+gcs_service_account_key: strΒΆ
-gcs_service_account_key_file_name: str#
+gcs_service_account_key_file_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferGroup(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, group_accounts: List[str] = None, connection_profile_file_transfer_as2_list: List[ConnectionProfileFileTransferAS2] = NOTHING, connection_profile_file_transfer_s3_compatible_list: List[ConnectionProfileFileTransferS3Compatible] = NOTHING, connection_profile_file_transfer_s3_amazon_list: List[ConnectionProfileFileTransferS3Amazon] = NOTHING, connection_profile_file_transfer_s3_list: List[ConnectionProfileFileTransferS3] = NOTHING, connection_profile_file_transfer_azure_list: List[ConnectionProfileFileTransferAzure] = NOTHING, connection_profile_file_transfer_gcs_list: List[ConnectionProfileFileTransferGcs] = NOTHING, connection_profile_file_transfer_sftp_list: List[ConnectionProfileFileTransferSFTP] = NOTHING, connection_profile_file_transfer_ftps_list: List[ConnectionProfileFileTransferFTPS] = NOTHING, connection_profile_file_transfer_ftp_list: List[ConnectionProfileFileTransferFTP] = NOTHING)#
+class aapi.connectionprofile.ConnectionProfileFileTransferGroup(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, group_accounts: List[str] = None, connection_profile_file_transfer_as2_list: List[ConnectionProfileFileTransferAS2] = _Nothing.NOTHING, connection_profile_file_transfer_s3_compatible_list: List[ConnectionProfileFileTransferS3Compatible] = _Nothing.NOTHING, connection_profile_file_transfer_s3_amazon_list: List[ConnectionProfileFileTransferS3Amazon] = _Nothing.NOTHING, connection_profile_file_transfer_s3_list: List[ConnectionProfileFileTransferS3] = _Nothing.NOTHING, connection_profile_file_transfer_azure_list: List[ConnectionProfileFileTransferAzure] = _Nothing.NOTHING, connection_profile_file_transfer_gcs_list: List[ConnectionProfileFileTransferGcs] = _Nothing.NOTHING, connection_profile_file_transfer_sftp_list: List[ConnectionProfileFileTransferSFTP] = _Nothing.NOTHING, connection_profile_file_transfer_ftps_list: List[ConnectionProfileFileTransferFTPS] = _Nothing.NOTHING, connection_profile_file_transfer_ftp_list: List[ConnectionProfileFileTransferFTP] = _Nothing.NOTHING)ΒΆ

Bases: ConnectionProfile

-connection_profile_file_transfer_as2_list: List[ConnectionProfileFileTransferAS2]#
+connection_profile_file_transfer_as2_list: List[ConnectionProfileFileTransferAS2]ΒΆ
-connection_profile_file_transfer_azure_list: List[ConnectionProfileFileTransferAzure]#
+connection_profile_file_transfer_azure_list: List[ConnectionProfileFileTransferAzure]ΒΆ
-connection_profile_file_transfer_ftp_list: List[ConnectionProfileFileTransferFTP]#
+connection_profile_file_transfer_ftp_list: List[ConnectionProfileFileTransferFTP]ΒΆ
-connection_profile_file_transfer_ftps_list: List[ConnectionProfileFileTransferFTPS]#
+connection_profile_file_transfer_ftps_list: List[ConnectionProfileFileTransferFTPS]ΒΆ
-connection_profile_file_transfer_gcs_list: List[ConnectionProfileFileTransferGcs]#
+connection_profile_file_transfer_gcs_list: List[ConnectionProfileFileTransferGcs]ΒΆ
-connection_profile_file_transfer_s3_amazon_list: List[ConnectionProfileFileTransferS3Amazon]#
+connection_profile_file_transfer_s3_amazon_list: List[ConnectionProfileFileTransferS3Amazon]ΒΆ
-connection_profile_file_transfer_s3_compatible_list: List[ConnectionProfileFileTransferS3Compatible]#
+connection_profile_file_transfer_s3_compatible_list: List[ConnectionProfileFileTransferS3Compatible]ΒΆ
-connection_profile_file_transfer_s3_list: List[ConnectionProfileFileTransferS3]#
+connection_profile_file_transfer_s3_list: List[ConnectionProfileFileTransferS3]ΒΆ
-connection_profile_file_transfer_sftp_list: List[ConnectionProfileFileTransferSFTP]#
+connection_profile_file_transfer_sftp_list: List[ConnectionProfileFileTransferSFTP]ΒΆ
-group_accounts: List[str]#
+group_accounts: List[str]ΒΆ
-object_name: str#
+object_name: strΒΆ
-workload_automation_groups: List[str]#
+workload_automation_groups: List[str]ΒΆ
-workload_automation_users: List[str]#
+workload_automation_users: List[str]ΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferLocal(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferLocal(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None)ΒΆ

Bases: ConnectionProfileFileTransfer

-object_name: str#
+object_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferS3(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, access_key: str = None, secret_access_key: str = None, s3_storage_type: str = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferS3(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, access_key: str = None, secret_access_key: str = None, s3_storage_type: str = None)ΒΆ

Bases: ConnectionProfileFileTransfer

-access_key: str#
+access_key: strΒΆ
-object_name: str#
+object_name: strΒΆ
-s3_storage_type: str#
+s3_storage_type: strΒΆ
-secret_access_key: str#
+secret_access_key: strΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferS3Amazon(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, access_key: str = None, secret_access_key: str = None, s3_storage_type: str = None, region: str = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferS3Amazon(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, access_key: str = None, secret_access_key: str = None, s3_storage_type: str = None, region: str = None)ΒΆ

Bases: ConnectionProfileFileTransferS3

-object_name: str#
+object_name: strΒΆ
-region: str#
+region: strΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferS3Compatible(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, access_key: str = None, secret_access_key: str = None, s3_storage_type: str = None, rest_end_point: str = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferS3Compatible(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, access_key: str = None, secret_access_key: str = None, s3_storage_type: str = None, rest_end_point: str = None)ΒΆ

Bases: ConnectionProfileFileTransferS3

-object_name: str#
+object_name: strΒΆ
-rest_end_point: str#
+rest_end_point: strΒΆ
-class aapi.connectionprofile.ConnectionProfileFileTransferSFTP(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, ssh_compression: bool = None)#
+class aapi.connectionprofile.ConnectionProfileFileTransferSFTP(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host_name: str = None, os_type: str = None, user: str = None, port: str = None, home_directory: str = None, password: str = None, conntype: str = None, workload_automation_users: List[str] = None, workload_automation_groups: List[str] = None, verify_bytes: bool = None, verify_destination: bool = None, private_key_name: str = None, passphrase: str = None, verify_checksum: bool = None, additional_parameters: List[PackageParams] = None, ssh_compression: bool = None)ΒΆ

Bases: ConnectionProfileFileTransfer

-object_name: str#
+object_name: strΒΆ
-ssh_compression: bool#
+ssh_compression: boolΒΆ
-class aapi.connectionprofile.ConnectionProfileHadoop(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, run_as: str = None, key_tab_path: str = None, sqoop: Sqoop = None, hive: Hive = None, tajo: Tajo = None, oozie: Oozie = None, spark: Spark = None)#
+class aapi.connectionprofile.ConnectionProfileHadoop(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, run_as: str = None, key_tab_path: str = None, sqoop: Sqoop = None, hive: Hive = None, tajo: Tajo = None, oozie: Oozie = None, spark: Spark = None)ΒΆ

Bases: ConnectionProfile

-class Hive(*, database_name: str = None, host: str = None, port: str = None, user: str = None, password: str = None, principal: str = None, connection_definitions_type: ConnectionDefinitionsType = None, connection_string: str = None)#
+class Hive(*, database_name: str = None, host: str = None, port: str = None, user: str = None, password: str = None, principal: str = None, connection_definitions_type: ConnectionDefinitionsType = None, connection_string: str = None)ΒΆ

Bases: AAPIObject

-class ConnectionDefinitionsType(value)#
+class ConnectionDefinitionsType(value)ΒΆ

Bases: Enum

An enumeration.

-Properties = 'Properties'#
+Properties = 'Properties'ΒΆ
-String = 'String'#
+String = 'String'ΒΆ
-connection_definitions_type: ConnectionDefinitionsType#
+connection_definitions_type: ConnectionDefinitionsTypeΒΆ
-connection_string: str#
+connection_string: strΒΆ
-database_name: str#
+database_name: strΒΆ
-host: str#
+host: strΒΆ
-password: str#
+password: strΒΆ
-port: str#
+port: strΒΆ
-principal: str#
+principal: strΒΆ
-user: str#
+user: strΒΆ
-class Oozie(*, host: str = None, port: str = None, ssl_enabled: bool = None, extraction_rules: List[ExtractRule] = None)#
+class Oozie(*, host: str = None, port: str = None, ssl_enabled: bool = None, extraction_rules: List[ExtractRule] = None)ΒΆ

Bases: AAPIObject

-extraction_rules: List[ExtractRule]#
+extraction_rules: List[ExtractRule]ΒΆ
-host: str#
+host: strΒΆ
-port: str#
+port: strΒΆ
-ssl_enabled: bool#
+ssl_enabled: boolΒΆ
-class Spark(*, custom_path: str | None = None)#
+class Spark(*, custom_path: str | None = None)ΒΆ

Bases: AAPIObject

-custom_path: str#
+custom_path: strΒΆ
-class Sqoop(*, user: str | None = None, password: str | None = None, password_file: str | None = None, database_vendor: str | None = None, database_host: str | None = None, database_name: str | None = None, database_port: str | None = None, connection_string: str | None = None, driver_class: str | None = None, database_type: bool | None = None)#
+class Sqoop(*, user: str | None = None, password: str | None = None, password_file: str | None = None, database_vendor: str | None = None, database_host: str | None = None, database_name: str | None = None, database_port: str | None = None, connection_string: str | None = None, driver_class: str | None = None, database_type: bool | None = None)ΒΆ

Bases: AAPIObject

-connection_string: str#
+connection_string: strΒΆ
-database_host: str#
+database_host: strΒΆ
-database_name: str#
+database_name: strΒΆ
-database_port: str#
+database_port: strΒΆ
-database_type: bool#
+database_type: boolΒΆ
-database_vendor: str#
+database_vendor: strΒΆ
-driver_class: str#
+driver_class: strΒΆ
-password: str#
+password: strΒΆ
-password_file: str#
+password_file: strΒΆ
-user: str#
+user: strΒΆ
-class Tajo(*, binary_path: str | None = None, database_name: str | None = None, master_server_name: str | None = None, master_server_port: str | None = None)#
+class Tajo(*, binary_path: str | None = None, database_name: str | None = None, master_server_name: str | None = None, master_server_port: str | None = None)ΒΆ

Bases: AAPIObject

-binary_path: str#
+binary_path: strΒΆ
-database_name: str#
+database_name: strΒΆ
-master_server_name: str#
+master_server_name: strΒΆ
-master_server_port: str#
+master_server_port: strΒΆ
-hive: Hive#
+hive: HiveΒΆ
-key_tab_path: str#
+key_tab_path: strΒΆ
-object_name: str#
+object_name: strΒΆ
-oozie: Oozie#
+oozie: OozieΒΆ
-run_as: str#
+run_as: strΒΆ
-spark: Spark#
+spark: SparkΒΆ
-sqoop: Sqoop#
+sqoop: SqoopΒΆ
-tajo: Tajo#
+tajo: TajoΒΆ
-class aapi.connectionprofile.ConnectionProfileInformatica(object_name: str, host: str, user: str, power_center_domain: str, repository: str, integration_service: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, port: int = None, password: str = None, security_domain: str = None, max_concurrent_connections: int = None, connection_type: ConnectionType = None)#
+class aapi.connectionprofile.ConnectionProfileInformatica(object_name: str, host: str, user: str, power_center_domain: str, repository: str, integration_service: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, port: int = None, password: str = None, security_domain: str = None, max_concurrent_connections: int = None, connection_type: ConnectionType = None)ΒΆ

Bases: ConnectionProfile

-class ConnectionType(value)#
+class ConnectionType(value)ΒΆ

Bases: Enum

An enumeration.

-HTTP = 'HTTP'#
+HTTP = 'HTTP'ΒΆ
-HTTPS = 'HTTPS'#
+HTTPS = 'HTTPS'ΒΆ
-connection_type: ConnectionType#
+connection_type: ConnectionTypeΒΆ
-host: str#
+host: strΒΆ
-integration_service: str#
+integration_service: strΒΆ
-max_concurrent_connections: int#
+max_concurrent_connections: intΒΆ
-object_name: str#
+object_name: strΒΆ
-password: str#
+password: strΒΆ
-port: int#
+port: intΒΆ
-power_center_domain: str#
+power_center_domain: strΒΆ
-repository: str#
+repository: strΒΆ
-security_domain: str#
+security_domain: strΒΆ
-user: str#
+user: strΒΆ
-class aapi.connectionprofile.ConnectionProfilePeopleSoft(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, application_servers: List[str] | None = None, password: str | None = None, domain_password: str | None = None, people_tools_version: str | None = None)#
+class aapi.connectionprofile.ConnectionProfilePeopleSoft(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, user: str | None = None, application_servers: List[str] | None = None, password: str | None = None, domain_password: str | None = None, people_tools_version: str | None = None)ΒΆ

Bases: ConnectionProfile

-application_servers: List[str]#
+application_servers: List[str]ΒΆ
-domain_password: str#
+domain_password: strΒΆ
-object_name: str#
+object_name: strΒΆ
-password: str#
+password: strΒΆ
-people_tools_version: str#
+people_tools_version: strΒΆ
-user: str#
+user: strΒΆ
-class aapi.connectionprofile.ConnectionProfileSAP(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, user: str = None, password: str = None, sap_client: str = None, language: str = None, xbp_version: str = None, app_version: str = None, sap_response_time_out: str = None, use_extended: bool = None, is_solution_manager_connection_profile: bool = None, solution_manager_connection_profile: str = None, group_logon: GroupLogon = None, application_server_logon: ApplicationServerLogon = None, secured_network_connection: SecuredNetworkConnection = None, sap_router: str = None)#
+class aapi.connectionprofile.ConnectionProfileSAP(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, user: str = None, password: str = None, sap_client: str = None, language: str = None, xbp_version: str = None, app_version: str = None, sap_response_time_out: str = None, use_extended: bool = None, is_solution_manager_connection_profile: bool = None, solution_manager_connection_profile: str = None, group_logon: GroupLogon = None, application_server_logon: ApplicationServerLogon = None, secured_network_connection: SecuredNetworkConnection = None, sap_router: str = None)ΒΆ

Bases: ConnectionProfile

-class ApplicationServerLogon(*, host: str | None = None, system_number: str | None = None, sapr3_use_logon_group: str | None = None)#
+class ApplicationServerLogon(*, host: str | None = None, system_number: str | None = None, sapr3_use_logon_group: str | None = None)ΒΆ

Bases: AAPIObject

-host: str#
+host: strΒΆ
-sapr3_use_logon_group: str#
+sapr3_use_logon_group: strΒΆ
-system_number: str#
+system_number: strΒΆ
-class GroupLogon(*, system_id: str | None = None, message_server_host_name: str | None = None, group_name: str | None = None, sapr3_use_logon_group: str | None = None)#
+class GroupLogon(*, system_id: str | None = None, message_server_host_name: str | None = None, group_name: str | None = None, sapr3_use_logon_group: str | None = None)ΒΆ

Bases: AAPIObject

-group_name: str#
+group_name: strΒΆ
-message_server_host_name: str#
+message_server_host_name: strΒΆ
-sapr3_use_logon_group: str#
+sapr3_use_logon_group: strΒΆ
-system_id: str#
+system_id: strΒΆ
-class SecuredNetworkConnection(*, snc_lib: str | None = None, snc_partner_name: str | None = None, quality_of_protection: str | None = None, snc_my_name: str | None = None, snc_mode: str | None = None)#
+class SecuredNetworkConnection(*, snc_lib: str | None = None, snc_partner_name: str | None = None, quality_of_protection: str | None = None, snc_my_name: str | None = None, snc_mode: str | None = None)ΒΆ

Bases: AAPIObject

-quality_of_protection: str#
+quality_of_protection: strΒΆ
-snc_lib: str#
+snc_lib: strΒΆ
-snc_mode: str#
+snc_mode: strΒΆ
-snc_my_name: str#
+snc_my_name: strΒΆ
-snc_partner_name: str#
+snc_partner_name: strΒΆ
-app_version: str#
+app_version: strΒΆ
-application_server_logon: ApplicationServerLogon#
+application_server_logon: ApplicationServerLogonΒΆ
-group_logon: GroupLogon#
+group_logon: GroupLogonΒΆ
-is_solution_manager_connection_profile: bool#
+is_solution_manager_connection_profile: boolΒΆ
-language: str#
+language: strΒΆ
-object_name: str#
+object_name: strΒΆ
-password: str#
+password: strΒΆ
-sap_client: str#
+sap_client: strΒΆ
-sap_response_time_out: str#
+sap_response_time_out: strΒΆ
-sap_router: str#
+sap_router: strΒΆ
-secured_network_connection: SecuredNetworkConnection#
+secured_network_connection: SecuredNetworkConnectionΒΆ
-solution_manager_connection_profile: str#
+solution_manager_connection_profile: strΒΆ
-use_extended: bool#
+use_extended: boolΒΆ
-user: str#
+user: strΒΆ
-xbp_version: str#
+xbp_version: strΒΆ
-class aapi.connectionprofile.ConnectionProfileWSCONFIG(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, http_proxy_host: str | None = None, http_proxy_port: str | None = None, http_non_proxy_hosts: str | None = None, http_authentication: str | None = None, cm_container_port: str | None = None)#
+class aapi.connectionprofile.ConnectionProfileWSCONFIG(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, http_proxy_host: str | None = None, http_proxy_port: str | None = None, http_non_proxy_hosts: str | None = None, http_authentication: str | None = None, cm_container_port: str | None = None)ΒΆ

Bases: ConnectionProfile

-cm_container_port: str#
+cm_container_port: strΒΆ
-http_authentication: str#
+http_authentication: strΒΆ
-http_non_proxy_hosts: str#
+http_non_proxy_hosts: strΒΆ
-http_proxy_host: str#
+http_proxy_host: strΒΆ
-http_proxy_port: str#
+http_proxy_port: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.connectionprofile.ConnectionProfileWebServices(object_name: str, service_type: ServiceType, location: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, old_account_name: str = None, http_authentication: str = None, login_url: str = None, login_header: str = None, login_body: str = None, job_preset: str = None)#
+class aapi.connectionprofile.ConnectionProfileWebServices(object_name: str, service_type: ServiceType, location: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, old_account_name: str = None, http_authentication: str = None, login_url: str = None, login_header: str = None, login_body: str = None, job_preset: str = None)ΒΆ

Bases: ConnectionProfile

-class ServiceType(value)#
+class ServiceType(value)ΒΆ

Bases: Enum

An enumeration.

-File = 'File'#
+File = 'File'ΒΆ
-Rest = 'Rest'#
+Rest = 'Rest'ΒΆ
-WebServices = 'WebServices'#
+WebServices = 'WebServices'ΒΆ
-http_authentication: str#
+http_authentication: strΒΆ
-job_preset: str#
+job_preset: strΒΆ
-location: str#
+location: strΒΆ
-login_body: str#
+login_body: strΒΆ
-login_header: str#
+login_header: strΒΆ
-login_url: str#
+login_url: strΒΆ
-object_name: str#
+object_name: strΒΆ
-old_account_name: str#
+old_account_name: strΒΆ
-service_type: ServiceType#
+service_type: ServiceTypeΒΆ
-

aapi.ctbruledata module#

+

aapi.ctbruledata moduleΒΆ

-class aapi.ctbruledata.ActionControlMAnalyzerRule(object_name: str, name: str, *, arg: str | None = None)#
+class aapi.ctbruledata.ActionControlMAnalyzerRule(object_name: str, name: str, *, arg: str | None = None)ΒΆ

Bases: AAPIObject

-arg: str#
+arg: strΒΆ
-name: str#
+name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-

aapi.date module#

+

aapi.date moduleΒΆ

-class aapi.date.Date(object_name: str)#
+class aapi.date.Date(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.definitionitemdetails module#

+

aapi.definitionitemdetails moduleΒΆ

-class aapi.definitionitemdetails.DefinitionItemDetails(object_name: str)#
+class aapi.definitionitemdetails.DefinitionItemDetails(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.deleteevents module#

+

aapi.deleteevents moduleΒΆ

-class aapi.deleteevents.DeleteEvents(events: List[EventOutDelete])#
+class aapi.deleteevents.DeleteEvents(events: List[EventOutDelete])ΒΆ

Bases: AAPIObject

-events: List[EventOutDelete]#
+events: List[EventOutDelete]ΒΆ
-object_name: str#
+object_name: strΒΆ
-

aapi.disallowedoptions module#

+

aapi.disallowedoptions moduleΒΆ

-class aapi.disallowedoptions.DisallowedOptions(object_name: str)#
+class aapi.disallowedoptions.DisallowedOptions(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.do module#

+

aapi.do moduleΒΆ

-class aapi.do.Do(object_name: str)#
+class aapi.do.Do(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.donotify module#

+

aapi.donotify moduleΒΆ

-class aapi.donotify.ActionNotify(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None)#
+class aapi.donotify.ActionNotify(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None)ΒΆ

Bases: AAPIObject

-class Destination(value)#
+class Destination(value)ΒΆ

Bases: Enum

An enumeration.

-Alerts = 'Alerts'#
+Alerts = 'Alerts'ΒΆ
-Console = 'Console'#
+Console = 'Console'ΒΆ
-JobLog = 'JobLog'#
+JobLog = 'JobLog'ΒΆ
-class Urgency(value)#
+class Urgency(value)ΒΆ

Bases: Enum

An enumeration.

-Regular = 'Regular'#
+Regular = 'Regular'ΒΆ
-Urgent = 'Urgent'#
+Urgent = 'Urgent'ΒΆ
-VeryUrgent = 'VeryUrgent'#
+VeryUrgent = 'VeryUrgent'ΒΆ
-destination: Destination#
+destination: DestinationΒΆ
-message: str#
+message: strΒΆ
-object_name: str#
+object_name: strΒΆ
-urgency: Urgency#
+urgency: UrgencyΒΆ
-

aapi.driver module#

+

aapi.driver moduleΒΆ

-class aapi.driver.DriverJdbcDatabase(object_name: str, target_agent: str, *, target_ctm: str | None = None, string_template: str | None = None, driver_jars_folder: str | None = None, class_name: str | None = None, line_comment: str | None = None, statement_separator: str | None = None)#
+class aapi.driver.DriverJdbcDatabase(object_name: str, target_agent: str, *, target_ctm: str | None = None, string_template: str | None = None, driver_jars_folder: str | None = None, class_name: str | None = None, line_comment: str | None = None, statement_separator: str | None = None)ΒΆ

Bases: AAPIObject

-class_name: str#
+class_name: strΒΆ
-driver_jars_folder: str#
+driver_jars_folder: strΒΆ
-line_comment: str#
+line_comment: strΒΆ
-object_name: str#
+object_name: strΒΆ
-statement_separator: str#
+statement_separator: strΒΆ
-string_template: str#
+string_template: strΒΆ
-target_agent: str#
+target_agent: strΒΆ
-target_ctm: str#
+target_ctm: strΒΆ
-

aapi.endpoint module#

+

aapi.endpoint moduleΒΆ

-class aapi.endpoint.Endpoint(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None)#
+class aapi.endpoint.Endpoint(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None)ΒΆ

Bases: AAPIObject

-class OsType(value)#
+class OsType(value)ΒΆ

Bases: Enum

An enumeration.

-Tandem = 'Tandem'#
+Tandem = 'Tandem'ΒΆ
-additional_parameters: List[PackageParams]#
+additional_parameters: List[PackageParams]ΒΆ
-conntype: str#
+conntype: strΒΆ
-home_directory: str#
+home_directory: strΒΆ
-host_name: str#
+host_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-os_type: OsType#
+os_type: OsTypeΒΆ
-passphrase: str#
+passphrase: strΒΆ
-password: str#
+password: strΒΆ
-port: str#
+port: strΒΆ
-private_key_name: str#
+private_key_name: strΒΆ
-user: str#
+user: strΒΆ
-class aapi.endpoint.EndpointDest(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None)#
+class aapi.endpoint.EndpointDest(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None)ΒΆ

Bases: Endpoint

-object_name: str#
+object_name: strΒΆ
-class aapi.endpoint.EndpointDestFtp(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None, connection_mode: ConnectionMode = None)#
+class aapi.endpoint.EndpointDestFtp(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None, connection_mode: ConnectionMode = None)ΒΆ

Bases: EndpointDest

-class ConnectionMode(value)#
+class ConnectionMode(value)ΒΆ

Bases: Enum

An enumeration.

-Active = 'Active'#
+Active = 'Active'ΒΆ
-EPSV = 'EPSV'#
+EPSV = 'EPSV'ΒΆ
-EPSVSubstituteIpAddress = 'EPSVSubstituteIpAddress'#
+EPSVSubstituteIpAddress = 'EPSVSubstituteIpAddress'ΒΆ
-Passive = 'Passive'#
+Passive = 'Passive'ΒΆ
-PassiveSubstituteIpAddress = 'PassiveSubstituteIpAddress'#
+PassiveSubstituteIpAddress = 'PassiveSubstituteIpAddress'ΒΆ
-noSubstituteIP = 'noSubstituteIP'#
+noSubstituteIP = 'noSubstituteIP'ΒΆ
-off = 'off'#
+off = 'off'ΒΆ
-on = 'on'#
+on = 'on'ΒΆ
-connection_mode: ConnectionMode#
+connection_mode: ConnectionModeΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.endpoint.EndpointDestFtps(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None, connection_mode: ConnectionMode = None, ssl_level: SslLevel = None, ssl_implicit: bool = None, clear_data_channel: bool = None, clear_command_channel: bool = None)#
+class aapi.endpoint.EndpointDestFtps(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None, connection_mode: ConnectionMode = None, ssl_level: SslLevel = None, ssl_implicit: bool = None, clear_data_channel: bool = None, clear_command_channel: bool = None)ΒΆ

Bases: EndpointDest

-class ConnectionMode(value)#
+class ConnectionMode(value)ΒΆ

Bases: Enum

An enumeration.

-Active = 'Active'#
+Active = 'Active'ΒΆ
-EPSV = 'EPSV'#
+EPSV = 'EPSV'ΒΆ
-EPSVSubstituteIpAddress = 'EPSVSubstituteIpAddress'#
+EPSVSubstituteIpAddress = 'EPSVSubstituteIpAddress'ΒΆ
-Passive = 'Passive'#
+Passive = 'Passive'ΒΆ
-PassiveSubstituteIpAddress = 'PassiveSubstituteIpAddress'#
+PassiveSubstituteIpAddress = 'PassiveSubstituteIpAddress'ΒΆ
-noSubstituteIP = 'noSubstituteIP'#
+noSubstituteIP = 'noSubstituteIP'ΒΆ
-off = 'off'#
+off = 'off'ΒΆ
-on = 'on'#
+on = 'on'ΒΆ
-class SslLevel(value)#
+class SslLevel(value)ΒΆ

Bases: Enum

An enumeration.

-ClientServerAuthentication = 'ClientServerAuthentication'#
+ClientServerAuthentication = 'ClientServerAuthentication'ΒΆ
-NoAuthentication = 'NoAuthentication'#
+NoAuthentication = 'NoAuthentication'ΒΆ
-ServerAuthentication = 'ServerAuthentication'#
+ServerAuthentication = 'ServerAuthentication'ΒΆ
-clear_command_channel: bool#
+clear_command_channel: boolΒΆ
-clear_data_channel: bool#
+clear_data_channel: boolΒΆ
-connection_mode: ConnectionMode#
+connection_mode: ConnectionModeΒΆ
-object_name: str#
+object_name: strΒΆ
-ssl_implicit: bool#
+ssl_implicit: boolΒΆ
-ssl_level: SslLevel#
+ssl_level: SslLevelΒΆ
-class aapi.endpoint.EndpointDestLocal(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None)#
+class aapi.endpoint.EndpointDestLocal(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None)ΒΆ

Bases: EndpointDest

-object_name: str#
+object_name: strΒΆ
-class aapi.endpoint.EndpointDestSftp(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None, ssh_compression: bool = None)#
+class aapi.endpoint.EndpointDestSftp(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None, ssh_compression: bool = None)ΒΆ

Bases: EndpointDest

-object_name: str#
+object_name: strΒΆ
-ssh_compression: bool#
+ssh_compression: boolΒΆ
-class aapi.endpoint.EndpointSrc(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None)#
+class aapi.endpoint.EndpointSrc(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None)ΒΆ

Bases: Endpoint

-object_name: str#
+object_name: strΒΆ
-class aapi.endpoint.EndpointSrcFtp(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None, connection_mode: ConnectionMode = None)#
+class aapi.endpoint.EndpointSrcFtp(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None, connection_mode: ConnectionMode = None)ΒΆ

Bases: EndpointSrc

-class ConnectionMode(value)#
+class ConnectionMode(value)ΒΆ

Bases: Enum

An enumeration.

-Active = 'Active'#
+Active = 'Active'ΒΆ
-EPSV = 'EPSV'#
+EPSV = 'EPSV'ΒΆ
-EPSVSubstituteIpAddress = 'EPSVSubstituteIpAddress'#
+EPSVSubstituteIpAddress = 'EPSVSubstituteIpAddress'ΒΆ
-Passive = 'Passive'#
+Passive = 'Passive'ΒΆ
-PassiveSubstituteIpAddress = 'PassiveSubstituteIpAddress'#
+PassiveSubstituteIpAddress = 'PassiveSubstituteIpAddress'ΒΆ
-noSubstituteIP = 'noSubstituteIP'#
+noSubstituteIP = 'noSubstituteIP'ΒΆ
-off = 'off'#
+off = 'off'ΒΆ
-on = 'on'#
+on = 'on'ΒΆ
-connection_mode: ConnectionMode#
+connection_mode: ConnectionModeΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.endpoint.EndpointSrcFtps(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None, connection_mode: ConnectionMode = None, ssl_level: SslLevel = None, ssl_implicit: bool = None, clear_data_channel: bool = None, clear_command_channel: bool = None)#
+class aapi.endpoint.EndpointSrcFtps(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None, connection_mode: ConnectionMode = None, ssl_level: SslLevel = None, ssl_implicit: bool = None, clear_data_channel: bool = None, clear_command_channel: bool = None)ΒΆ

Bases: EndpointSrc

-class ConnectionMode(value)#
+class ConnectionMode(value)ΒΆ

Bases: Enum

An enumeration.

-Active = 'Active'#
+Active = 'Active'ΒΆ
-EPSV = 'EPSV'#
+EPSV = 'EPSV'ΒΆ
-EPSVSubstituteIpAddress = 'EPSVSubstituteIpAddress'#
+EPSVSubstituteIpAddress = 'EPSVSubstituteIpAddress'ΒΆ
-Passive = 'Passive'#
+Passive = 'Passive'ΒΆ
-PassiveSubstituteIpAddress = 'PassiveSubstituteIpAddress'#
+PassiveSubstituteIpAddress = 'PassiveSubstituteIpAddress'ΒΆ
-noSubstituteIP = 'noSubstituteIP'#
+noSubstituteIP = 'noSubstituteIP'ΒΆ
-off = 'off'#
+off = 'off'ΒΆ
-on = 'on'#
+on = 'on'ΒΆ
-class SslLevel(value)#
+class SslLevel(value)ΒΆ

Bases: Enum

An enumeration.

-ClientServerAuthentication = 'ClientServerAuthentication'#
+ClientServerAuthentication = 'ClientServerAuthentication'ΒΆ
-NoAuthentication = 'NoAuthentication'#
+NoAuthentication = 'NoAuthentication'ΒΆ
-ServerAuthentication = 'ServerAuthentication'#
+ServerAuthentication = 'ServerAuthentication'ΒΆ
-clear_command_channel: bool#
+clear_command_channel: boolΒΆ
-clear_data_channel: bool#
+clear_data_channel: boolΒΆ
-connection_mode: ConnectionMode#
+connection_mode: ConnectionModeΒΆ
-object_name: str#
+object_name: strΒΆ
-ssl_implicit: bool#
+ssl_implicit: boolΒΆ
-ssl_level: SslLevel#
+ssl_level: SslLevelΒΆ
-class aapi.endpoint.EndpointSrcLocal(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None)#
+class aapi.endpoint.EndpointSrcLocal(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None)ΒΆ

Bases: EndpointSrc

-object_name: str#
+object_name: strΒΆ
-class aapi.endpoint.EndpointSrcSftp(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None, ssh_compression: bool = None)#
+class aapi.endpoint.EndpointSrcSftp(object_name: str, *, user: str = None, os_type: OsType = None, port: str = None, home_directory: str = None, host_name: str = None, password: str = None, conntype: str = None, private_key_name: str = None, passphrase: str = None, additional_parameters: List[PackageParams] = None, ssh_compression: bool = None)ΒΆ

Bases: EndpointSrc

-object_name: str#
+object_name: strΒΆ
-ssh_compression: bool#
+ssh_compression: boolΒΆ
-

aapi.event module#

+

aapi.event moduleΒΆ

-class aapi.event.Event(*, event: str = None, date: Date = None)#
+class aapi.event.Event(*, event: str = None, date: Date = None)ΒΆ

Bases: AAPIObject

-class Date(value)#
+class Date(value)ΒΆ

Bases: Enum

An enumeration.

-AnyDate = 'AnyDate'#
+AnyDate = 'AnyDate'ΒΆ
-NextOrderDate = 'NextOrderDate'#
+NextOrderDate = 'NextOrderDate'ΒΆ
-NoDate = 'NoDate'#
+NoDate = 'NoDate'ΒΆ
-OrderDate = 'OrderDate'#
+OrderDate = 'OrderDate'ΒΆ
-PreviousOrderDate = 'PreviousOrderDate'#
+PreviousOrderDate = 'PreviousOrderDate'ΒΆ
-date: Date#
+date: DateΒΆ
-event: str#
+event: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.event.EventAdd(object_name: str, *, event: str = None, date: Date = None)#
+class aapi.event.EventAdd(object_name: str, *, event: str = None, date: Date = None)ΒΆ

Bases: Event

-object_name: str#
+object_name: strΒΆ
-class aapi.event.EventDelete(object_name: str, *, event: str = None, date: Date = None)#
+class aapi.event.EventDelete(object_name: str, *, event: str = None, date: Date = None)ΒΆ

Bases: Event

-object_name: str#
+object_name: strΒΆ
-class aapi.event.EventIn(*, event: str = None, date: Date = None)#
+class aapi.event.EventIn(*, event: str = None, date: Date = None)ΒΆ

Bases: Event

-class aapi.event.EventOut(*, event: str = None, date: Date = None)#
+class aapi.event.EventOut(*, event: str = None, date: Date = None)ΒΆ

Bases: Event

-class aapi.event.EventOutAdd(*, event: str = None, date: Date = None)#
+class aapi.event.EventOutAdd(*, event: str = None, date: Date = None)ΒΆ

Bases: EventOut

-class aapi.event.EventOutDelete(*, event: str = None, date: Date = None)#
+class aapi.event.EventOutDelete(*, event: str = None, date: Date = None)ΒΆ

Bases: EventOut

-

aapi.extractrule module#

+

aapi.extractrule moduleΒΆ

-class aapi.extractrule.ExtractRule(*, rule_name: str | None = None, work_flow_name: str | None = None, work_flow_user_name: str | None = None, folder_name: str | None = None, job_name: str | None = None)#
+class aapi.extractrule.ExtractRule(*, rule_name: str | None = None, work_flow_name: str | None = None, work_flow_user_name: str | None = None, folder_name: str | None = None, job_name: str | None = None)ΒΆ

Bases: AAPIObject

-folder_name: str#
+folder_name: strΒΆ
-job_name: str#
+job_name: strΒΆ
-rule_name: str#
+rule_name: strΒΆ
-work_flow_name: str#
+work_flow_name: strΒΆ
-work_flow_user_name: str#
+work_flow_user_name: strΒΆ
-

aapi.filetransfer module#

+

aapi.filetransfer moduleΒΆ

-class aapi.filetransfer.FileTransfer(*, src: str = None, dest: str = None, as2_subject: str = None, as2_message: str = None, transfer_option: TransferOption = None, transfer_type: TransferType = None, file_watcher_options: FileWatcherOptions = None, pre_command_src: PreCommandSrc = None, post_command_src: PostCommandSrc = None, pre_command_dest: PreCommandDest = None, post_command_dest: PostCommandDest = None, nullflds: str = None, srcopt: str = None, vernum: str = None, caseifs: str = None, trim: str = None, exclude_wildcard: str = None, if_exist: str = None, unique: str = None, dstopt: str = None, abstime: str = None, timelimit: str = None, recursive: str = None)#
+class aapi.filetransfer.FileTransfer(*, src: str = None, dest: str = None, as2_subject: str = None, as2_message: str = None, transfer_option: TransferOption = None, transfer_type: TransferType = None, file_watcher_options: FileWatcherOptions = None, pre_command_src: PreCommandSrc = None, post_command_src: PostCommandSrc = None, pre_command_dest: PreCommandDest = None, post_command_dest: PostCommandDest = None, nullflds: str = None, srcopt: str = None, vernum: str = None, caseifs: str = None, trim: str = None, exclude_wildcard: str = None, if_exist: str = None, unique: str = None, dstopt: str = None, abstime: str = None, timelimit: str = None, recursive: str = None)ΒΆ

Bases: AAPIObject

-class FileWatcherOptions(*, min_detected_size_in_bytes: str = None, min_file_age: str = None, max_file_age: str = None, assign_file_name_to_variable: str = None, transfer_all_matching_files: bool = None, time_limit_policy: TimeLimitPolicy = None, time_limit_value: str = None)#
+class FileWatcherOptions(*, min_detected_size_in_bytes: str = None, min_file_age: str = None, max_file_age: str = None, assign_file_name_to_variable: str = None, transfer_all_matching_files: bool = None, time_limit_policy: TimeLimitPolicy = None, time_limit_value: str = None)ΒΆ

Bases: AAPIObject

-class TimeLimitPolicy(value)#
+class TimeLimitPolicy(value)ΒΆ

Bases: Enum

An enumeration.

-MinutesToWait = 'MinutesToWait'#
+MinutesToWait = 'MinutesToWait'ΒΆ
-WaitUntil = 'WaitUntil'#
+WaitUntil = 'WaitUntil'ΒΆ
-assign_file_name_to_variable: str#
+assign_file_name_to_variable: strΒΆ
-max_file_age: str#
+max_file_age: strΒΆ
-min_detected_size_in_bytes: str#
+min_detected_size_in_bytes: strΒΆ
-min_file_age: str#
+min_file_age: strΒΆ
-time_limit_policy: TimeLimitPolicy#
+time_limit_policy: TimeLimitPolicyΒΆ
-time_limit_value: str#
+time_limit_value: strΒΆ
-transfer_all_matching_files: bool#
+transfer_all_matching_files: boolΒΆ
-class PostCommandDest(*, action: str | None = None, arg1: str | None = None, arg2: str | None = None)#
+class PostCommandDest(*, action: str | None = None, arg1: str | None = None, arg2: str | None = None)ΒΆ

Bases: AAPIObject

-action: str#
+action: strΒΆ
-arg1: str#
+arg1: strΒΆ
-arg2: str#
+arg2: strΒΆ
-class PostCommandSrc(*, action: str | None = None, arg1: str | None = None, arg2: str | None = None)#
+class PostCommandSrc(*, action: str | None = None, arg1: str | None = None, arg2: str | None = None)ΒΆ

Bases: AAPIObject

-action: str#
+action: strΒΆ
-arg1: str#
+arg1: strΒΆ
-arg2: str#
+arg2: strΒΆ
-class PreCommandDest(*, action: str | None = None, arg1: str | None = None, arg2: str | None = None)#
+class PreCommandDest(*, action: str | None = None, arg1: str | None = None, arg2: str | None = None)ΒΆ

Bases: AAPIObject

-action: str#
+action: strΒΆ
-arg1: str#
+arg1: strΒΆ
-arg2: str#
+arg2: strΒΆ
-class PreCommandSrc(*, action: str | None = None, arg1: str | None = None, arg2: str | None = None)#
+class PreCommandSrc(*, action: str | None = None, arg1: str | None = None, arg2: str | None = None)ΒΆ

Bases: AAPIObject

-action: str#
+action: strΒΆ
-arg1: str#
+arg1: strΒΆ
-arg2: str#
+arg2: strΒΆ
-class TransferOption(value)#
+class TransferOption(value)ΒΆ

Bases: Enum

An enumeration.

-DestToSrc = 'DestToSrc'#
+DestToSrc = 'DestToSrc'ΒΆ
-DestToSrcFileWatcher = 'DestToSrcFileWatcher'#
+DestToSrcFileWatcher = 'DestToSrcFileWatcher'ΒΆ
-DirectoryListing = 'DirectoryListing'#
+DirectoryListing = 'DirectoryListing'ΒΆ
-FileWatcher = 'FileWatcher'#
+FileWatcher = 'FileWatcher'ΒΆ
-SrcToDest = 'SrcToDest'#
+SrcToDest = 'SrcToDest'ΒΆ
-SrcToDestFileWatcher = 'SrcToDestFileWatcher'#
+SrcToDestFileWatcher = 'SrcToDestFileWatcher'ΒΆ
-SyncDestToSrc = 'SyncDestToSrc'#
+SyncDestToSrc = 'SyncDestToSrc'ΒΆ
-SyncSrcToDest = 'SyncSrcToDest'#
+SyncSrcToDest = 'SyncSrcToDest'ΒΆ
-class TransferType(value)#
+class TransferType(value)ΒΆ

Bases: Enum

An enumeration.

-Ascii = 'Ascii'#
+Ascii = 'Ascii'ΒΆ
-Binary = 'Binary'#
+Binary = 'Binary'ΒΆ
-abstime: str#
+abstime: strΒΆ
-as2_message: str#
+as2_message: strΒΆ
-as2_subject: str#
+as2_subject: strΒΆ
-caseifs: str#
+caseifs: strΒΆ
-dest: str#
+dest: strΒΆ
-dstopt: str#
+dstopt: strΒΆ
-exclude_wildcard: str#
+exclude_wildcard: strΒΆ
-file_watcher_options: FileWatcherOptions#
+file_watcher_options: FileWatcherOptionsΒΆ
-if_exist: str#
+if_exist: strΒΆ
-nullflds: str#
+nullflds: strΒΆ
-post_command_dest: PostCommandDest#
+post_command_dest: PostCommandDestΒΆ
-post_command_src: PostCommandSrc#
+post_command_src: PostCommandSrcΒΆ
-pre_command_dest: PreCommandDest#
+pre_command_dest: PreCommandDestΒΆ
-pre_command_src: PreCommandSrc#
+pre_command_src: PreCommandSrcΒΆ
-recursive: str#
+recursive: strΒΆ
-src: str#
+src: strΒΆ
-srcopt: str#
+srcopt: strΒΆ
-timelimit: str#
+timelimit: strΒΆ
-transfer_option: TransferOption#
+transfer_option: TransferOptionΒΆ
-transfer_type: TransferType#
+transfer_type: TransferTypeΒΆ
-trim: str#
+trim: strΒΆ
-unique: str#
+unique: strΒΆ
-vernum: str#
+vernum: strΒΆ
-

aapi.filetransfergroup module#

+

aapi.filetransfergroup moduleΒΆ

-class aapi.filetransfergroup.FileTransferGroup(object_name: str)#
+class aapi.filetransfergroup.FileTransferGroup(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.flow_ module#

+

aapi.flow_ moduleΒΆ

-class aapi.flow_.Flow_(object_name: str, sequence: List[str])#
+class aapi.flow_.Flow_(object_name: str, sequence: List[str])ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-sequence: List[str]#
+sequence: List[str]ΒΆ
-

aapi.folderclientdata module#

+

aapi.folderclientdata moduleΒΆ

-class aapi.folderclientdata.FolderClientData(object_name: str)#
+class aapi.folderclientdata.FolderClientData(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.folderjobbase module#

+

aapi.folderjobbase moduleΒΆ

-class aapi.folderjobbase.FolderJobBase(object_name: str, *, application: str = None, sub_application: str = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, variables: List[Dict[str, str]] = NOTHING, created_by: str = None, confirm: bool = None, priority: Priority = None)#
+class aapi.folderjobbase.FolderJobBase(object_name: str, *, application: str = None, sub_application: str = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, created_by: str = None, confirm: bool = None, priority: Priority = None)ΒΆ

Bases: AAPIObject

-class DocumentationFile(*, path: str | None = None, file_name: str | None = None)#
+class DocumentationFile(*, path: str | None = None, file_name: str | None = None)ΒΆ

Bases: AAPIObject

-file_name: str#
+file_name: strΒΆ
-path: str#
+path: strΒΆ
-class DocumentationUrl(*, url: str | None = None, file_name: str | None = None)#
+class DocumentationUrl(*, url: str | None = None, file_name: str | None = None)ΒΆ

Bases: AAPIObject

-file_name: str#
+file_name: strΒΆ
-url: str#
+url: strΒΆ
-class Priority(value)#
+class Priority(value)ΒΆ

Bases: Enum

An enumeration.

-High = 'High'#
+High = 'High'ΒΆ
-Low = 'Low'#
+Low = 'Low'ΒΆ
-Medium = 'Medium'#
+Medium = 'Medium'ΒΆ
-Very_High = 'Very_High'#
+Very_High = 'Very_High'ΒΆ
-Very_Low = 'Very_Low'#
+Very_Low = 'Very_Low'ΒΆ
-application: str#
+application: strΒΆ
-confirm: bool#
+confirm: boolΒΆ
-created_by: str#
+created_by: strΒΆ
-description: str#
+description: strΒΆ
-documentation_file: DocumentationFile#
+documentation_file: DocumentationFileΒΆ
-documentation_url: DocumentationUrl#
+documentation_url: DocumentationUrlΒΆ
-object_name: str#
+object_name: strΒΆ
-priority: Priority#
+priority: PriorityΒΆ
-sub_application: str#
+sub_application: strΒΆ
-variables: List[Dict[str, str]]#
+variables: List[Dict[str, str]]ΒΆ
-class aapi.folderjobbase.FolderJobBaseSmart(object_name: str, *, application: str = None, sub_application: str = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, variables: List[Dict[str, str]] = NOTHING, created_by: str = None, confirm: bool = None, priority: Priority = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, rerun: Rerun = None, tag_list: List[Tag] = NOTHING, tag_folder_list: List[TagFolder] = NOTHING)#
+class aapi.folderjobbase.FolderJobBaseSmart(object_name: str, *, application: str = None, sub_application: str = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, created_by: str = None, confirm: bool = None, priority: Priority = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, rerun: Rerun = None, tag_list: List[Tag] = _Nothing.NOTHING, tag_folder_list: List[TagFolder] = _Nothing.NOTHING)ΒΆ

Bases: FolderJobBase

-class Rerun(*, times: str = None, from_: From = None, every: int = None, units: Units = None)#
+class Rerun(*, times: str = None, from_: From = None, every: int = None, units: Units = None)ΒΆ

Bases: AAPIObject

-class From(value)#
+class From(value)ΒΆ

Bases: Enum

An enumeration.

-End = 'End'#
+End = 'End'ΒΆ
-Start = 'Start'#
+Start = 'Start'ΒΆ
-Target = 'Target'#
+Target = 'Target'ΒΆ
-class Units(value)#
+class Units(value)ΒΆ

Bases: Enum

An enumeration.

-Days = 'Days'#
+Days = 'Days'ΒΆ
-Hours = 'Hours'#
+Hours = 'Hours'ΒΆ
-Minutes = 'Minutes'#
+Minutes = 'Minutes'ΒΆ
-every: int#
+every: intΒΆ
-from_: From#
+from_: FromΒΆ
-times: str#
+times: strΒΆ
-units: Units#
+units: UnitsΒΆ
-class RerunIntervals(*, times: str = None, intervals: List[str] = None, from_: From = None)#
+class RerunIntervals(*, times: str = None, intervals: List[str] = None, from_: From = None)ΒΆ

Bases: AAPIObject

-class From(value)#
+class From(value)ΒΆ

Bases: Enum

An enumeration.

-End = 'End'#
+End = 'End'ΒΆ
-Start = 'Start'#
+Start = 'Start'ΒΆ
-Target = 'Target'#
+Target = 'Target'ΒΆ
-from_: From#
+from_: FromΒΆ
-intervals: List[str]#
+intervals: List[str]ΒΆ
-times: str#
+times: strΒΆ
-class RerunSpecificTimes(*, times: str | None = None, at: List[str] | None = None, tolerance: str | None = None)#
+class RerunSpecificTimes(*, times: str | None = None, at: List[str] | None = None, tolerance: str | None = None)ΒΆ

Bases: AAPIObject

-at: List[str]#
+at: List[str]ΒΆ
-times: str#
+times: strΒΆ
-tolerance: str#
+tolerance: strΒΆ
-object_name: str#
+object_name: strΒΆ
-rerun: Rerun#
+rerun: RerunΒΆ
-rerun_intervals: RerunIntervals#
+rerun_intervals: RerunIntervalsΒΆ
-rerun_specific_times: RerunSpecificTimes#
+rerun_specific_times: RerunSpecificTimesΒΆ
-tag_folder_list: List[TagFolder]#
+tag_folder_list: List[TagFolder]ΒΆ
-tag_list: List[Tag]#
+tag_list: List[Tag]ΒΆ
-class aapi.folderjobbase.SubFolder(object_name: str, *, application: str = None, sub_application: str = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, variables: List[Dict[str, str]] = NOTHING, created_by: str = None, confirm: bool = None, priority: Priority = None, path_element: PathElement = None, active_retention_policy: ActiveRetentionPolicy = None, days_keep_active: DaysKeepActive = None, reference_path: str = None, run_as: str = None, time_zone: str = None, adjust_events: str = None, when: When = None, job_list: List[Job] = NOTHING, sub_folder_list: List[SubFolder] = NOTHING, flow_list: List[Flow] = NOTHING, job_tag_list: List[JobTag] = NOTHING, resource_lock_list: List[ResourceLock] = NOTHING, if_list: List[IfBase] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING)#
+class aapi.folderjobbase.SubFolder(object_name: str, *, application: str = None, sub_application: str = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, created_by: str = None, confirm: bool = None, priority: Priority = None, path_element: PathElement = None, active_retention_policy: ActiveRetentionPolicy = None, days_keep_active: DaysKeepActive = None, reference_path: str = None, run_as: str = None, time_zone: str = None, adjust_events: str = None, when: When = None, job_list: List[Job] = _Nothing.NOTHING, sub_folder_list: List[SubFolder] = _Nothing.NOTHING, flow_list: List[Flow] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, resource_lock_list: List[ResourceLock] = _Nothing.NOTHING, if_list: List[IfBase] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING)ΒΆ

Bases: FolderJobBase, AAPIJob

-class ActiveRetentionPolicy(value)#
+class ActiveRetentionPolicy(value)ΒΆ

Bases: Enum

An enumeration.

-CleanEndedOK = 'CleanEndedOK'#
+CleanEndedOK = 'CleanEndedOK'ΒΆ
-KeepAll = 'KeepAll'#
+KeepAll = 'KeepAll'ΒΆ
-class AdjustEvents(value)#
+class AdjustEvents(value)ΒΆ

Bases: Enum

An enumeration.

-Bridge = 'Bridge'#
+Bridge = 'Bridge'ΒΆ
-Dummy = 'Dummy'#
+Dummy = 'Dummy'ΒΆ
-N = 'N'#
+N = 'N'ΒΆ
-Y = 'Y'#
+Y = 'Y'ΒΆ
-class DaysKeepActive(value)#
+class DaysKeepActive(value)ΒΆ

Bases: Enum

An enumeration.

-Forever = 'Forever'#
+Forever = 'Forever'ΒΆ
-class PathElement(folder: str, *, server: str | None = None, library: str | None = None)#
+class PathElement(folder: str, *, server: str | None = None, library: str | None = None)ΒΆ

Bases: AAPIObject

-folder: str#
+folder: strΒΆ
-library: str#
+library: strΒΆ
-server: str#
+server: strΒΆ
-class When(*, specific_dates: List[str] = None, from_time: str = None, days: str = None, to_time: str = None, days_relation: DaysRelation = None, rule_based_calendars: RuleBasedCalendars = None)#
+class When(*, specific_dates: List[str] = None, from_time: str = None, days: str = None, to_time: str = None, days_relation: DaysRelation = None, rule_based_calendars: RuleBasedCalendars = None)ΒΆ

Bases: AAPIObject

-class DaysRelation(value)#
+class DaysRelation(value)ΒΆ

Bases: Enum

An enumeration.

-AND = 'AND'#
+AND = 'AND'ΒΆ
-OR = 'OR'#
+OR = 'OR'ΒΆ
-class RuleBasedCalendars(*, relationship: Relationship = None, included: List[JobTag] = None, excluded: List[JobTag] = None)#
+class RuleBasedCalendars(*, relationship: Relationship = None, included: List[JobTag] = None, excluded: List[JobTag] = None)ΒΆ

Bases: AAPIObject

-class Relationship(value)#
+class Relationship(value)ΒΆ

Bases: Enum

An enumeration.

-AND = 'AND'#
+AND = 'AND'ΒΆ
-OR = 'OR'#
+OR = 'OR'ΒΆ
-excluded: List[JobTag]#
+excluded: List[JobTag]ΒΆ
-included: List[JobTag]#
+included: List[JobTag]ΒΆ
-relationship: Relationship#
+relationship: RelationshipΒΆ
-days: str#
+days: strΒΆ
-days_relation: DaysRelation#
+days_relation: DaysRelationΒΆ
-from_time: str#
+from_time: strΒΆ
-rule_based_calendars: RuleBasedCalendars#
+rule_based_calendars: RuleBasedCalendarsΒΆ
-specific_dates: List[str]#
+specific_dates: List[str]ΒΆ
-to_time: str#
+to_time: strΒΆ
-active_retention_policy: ActiveRetentionPolicy#
+active_retention_policy: ActiveRetentionPolicyΒΆ
-add_events_list: List[AddEvents]#
+add_events_list: List[AddEvents]ΒΆ
-adjust_events: str#
+adjust_events: strΒΆ
-days_keep_active: DaysKeepActive#
+days_keep_active: DaysKeepActiveΒΆ
-delete_events_list: List[DeleteEvents]#
+delete_events_list: List[DeleteEvents]ΒΆ
-events_to_add: List[AddEvents]#
+events_to_add: List[AddEvents]ΒΆ
-events_to_delete: List[DeleteEvents]#
+events_to_delete: List[DeleteEvents]ΒΆ
-flow_list: List[Flow]#
+flow_list: List[Flow]ΒΆ
-if_list: List[IfBase]#
+if_list: List[IfBase]ΒΆ
-job_list: List[Job]#
+job_list: List[Job]ΒΆ
-job_tag_list: List[JobTag]#
+job_tag_list: List[JobTag]ΒΆ
-notify_list: List[Notify]#
+notify_list: List[Notify]ΒΆ
-object_name: str#
+object_name: strΒΆ
-path_element: PathElement#
+path_element: PathElementΒΆ
-reference_path: str#
+reference_path: strΒΆ
-resource_lock_list: List[ResourceLock]#
+resource_lock_list: List[ResourceLock]ΒΆ
-run_as: str#
+run_as: strΒΆ
-sub_folder_list: List[SubFolder]#
+sub_folder_list: List[SubFolder]ΒΆ
-time_zone: str#
+time_zone: strΒΆ
-wait_for_events: List[WaitForEvents]#
+wait_for_events: List[WaitForEvents]ΒΆ
-wait_for_events_list: List[WaitForEvents]#
+wait_for_events_list: List[WaitForEvents]ΒΆ
-when: When#
+when: WhenΒΆ
-

aapi.hostfiletransfer module#

+

aapi.hostfiletransfer moduleΒΆ

-class aapi.hostfiletransfer.HostFileTransfer(object_name: str)#
+class aapi.hostfiletransfer.HostFileTransfer(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.hostmapping module#

+

aapi.hostmapping moduleΒΆ

-class aapi.hostmapping.HostMapping(object_name: str, *, host: str = None, map_to: str = None, server: Server = None)#
+class aapi.hostmapping.HostMapping(object_name: str, *, host: str = None, map_to: str = None, server: Server = None)ΒΆ

Bases: AAPIObject

-class Server(value)#
+class Server(value)ΒΆ

Bases: Enum

An enumeration.

-Global = 'Global'#
+Global = 'Global'ΒΆ
-host: str#
+host: strΒΆ
-map_to: str#
+map_to: strΒΆ
-object_name: str#
+object_name: strΒΆ
-server: Server#
+server: ServerΒΆ
-

aapi.if_ module#

+

aapi.if_ moduleΒΆ

-

aapi.ifbase module#

+

aapi.ifbase moduleΒΆ

-class aapi.ifbase.IfBase(object_name: str, *, on_list: List[On] = NOTHING, do_list: List[Do] = NOTHING)#
+class aapi.ifbase.IfBase(object_name: str, *, on_list: List[On] = _Nothing.NOTHING, do_list: List[Do] = _Nothing.NOTHING)ΒΆ

Bases: AAPIObject

-do_list: List[Do]#
+do_list: List[Do]ΒΆ
-object_name: str#
+object_name: strΒΆ
-on_list: List[On]#
+on_list: List[On]ΒΆ
-class aapi.ifbase.IfBaseFolder(object_name: str, *, on_list: List[On] = NOTHING, do_list: List[Do] = NOTHING)#
+class aapi.ifbase.IfBaseFolder(object_name: str, *, on_list: List[On] = _Nothing.NOTHING, do_list: List[Do] = _Nothing.NOTHING)ΒΆ

Bases: IfBase

-object_name: str#
+object_name: strΒΆ
-class aapi.ifbase.IfCompletionStatus(object_name: str, *, on_list: List[On] = NOTHING, do_list: List[Do] = NOTHING, completion_status: str = None)#
+class aapi.ifbase.IfCompletionStatus(object_name: str, *, on_list: List[On] = _Nothing.NOTHING, do_list: List[Do] = _Nothing.NOTHING, completion_status: str = None)ΒΆ

Bases: IfBaseFolder

-completion_status: str#
+completion_status: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.ifbase.IfJobNotSubmitted(object_name: str, *, on_list: List[On] = NOTHING, do_list: List[Do] = NOTHING, job_not_submitted: str = None)#
+class aapi.ifbase.IfJobNotSubmitted(object_name: str, *, on_list: List[On] = _Nothing.NOTHING, do_list: List[Do] = _Nothing.NOTHING, job_not_submitted: str = None)ΒΆ

Bases: IfBase

-job_not_submitted: str#
+job_not_submitted: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.ifbase.IfJobOutputNotFound(object_name: str, *, on_list: List[On] = NOTHING, do_list: List[Do] = NOTHING, job_output_not_found: str = None)#
+class aapi.ifbase.IfJobOutputNotFound(object_name: str, *, on_list: List[On] = _Nothing.NOTHING, do_list: List[Do] = _Nothing.NOTHING, job_output_not_found: str = None)ΒΆ

Bases: IfBase

-job_output_not_found: str#
+job_output_not_found: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.ifbase.IfNumberOfExecutions(object_name: str, *, on_list: List[On] = NOTHING, do_list: List[Do] = NOTHING, number_of_executions: str = None)#
+class aapi.ifbase.IfNumberOfExecutions(object_name: str, *, on_list: List[On] = _Nothing.NOTHING, do_list: List[Do] = _Nothing.NOTHING, number_of_executions: str = None)ΒΆ

Bases: IfBaseFolder

-number_of_executions: str#
+number_of_executions: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.ifbase.IfNumberOfFailures(object_name: str, *, on_list: List[On] = NOTHING, do_list: List[Do] = NOTHING, number_of_failures: str = None)#
+class aapi.ifbase.IfNumberOfFailures(object_name: str, *, on_list: List[On] = _Nothing.NOTHING, do_list: List[Do] = _Nothing.NOTHING, number_of_failures: str = None)ΒΆ

Bases: IfBaseFolder

-number_of_failures: str#
+number_of_failures: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.ifbase.IfNumberOfReruns(object_name: str, *, on_list: List[On] = NOTHING, do_list: List[Do] = NOTHING, number_of_reruns: str = None)#
+class aapi.ifbase.IfNumberOfReruns(object_name: str, *, on_list: List[On] = _Nothing.NOTHING, do_list: List[Do] = _Nothing.NOTHING, number_of_reruns: str = None)ΒΆ

Bases: IfBaseFolder

-number_of_reruns: str#
+number_of_reruns: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.ifbase.IfOutput(object_name: str, *, on_list: List[On] = NOTHING, do_list: List[Do] = NOTHING, code: str = None, statement: str = None)#
+class aapi.ifbase.IfOutput(object_name: str, *, on_list: List[On] = _Nothing.NOTHING, do_list: List[Do] = _Nothing.NOTHING, code: str = None, statement: str = None)ΒΆ

Bases: IfBaseFolder

-code: str#
+code: strΒΆ
-object_name: str#
+object_name: strΒΆ
-statement: str#
+statement: strΒΆ
-class aapi.ifbase.IfVariableValue(object_name: str, *, on_list: List[On] = NOTHING, do_list: List[Do] = NOTHING, variable_name: str = None, range_variable_value: RangeVariableValue = None, variable_value: str = None, operator: Operator = None)#
+class aapi.ifbase.IfVariableValue(object_name: str, *, on_list: List[On] = _Nothing.NOTHING, do_list: List[Do] = _Nothing.NOTHING, variable_name: str = None, range_variable_value: RangeVariableValue = None, variable_value: str = None, operator: Operator = None)ΒΆ

Bases: IfBase

-class Operator(value)#
+class Operator(value)ΒΆ

Bases: Enum

An enumeration.

-Contains = 'Contains'#
+Contains = 'Contains'ΒΆ
-DoesNotContain = 'DoesNotContain'#
+DoesNotContain = 'DoesNotContain'ΒΆ
-EndWith = 'EndWith'#
+EndWith = 'EndWith'ΒΆ
-EqualTo = 'EqualTo'#
+EqualTo = 'EqualTo'ΒΆ
-GreaterThan = 'GreaterThan'#
+GreaterThan = 'GreaterThan'ΒΆ
-GreaterThanOrEqual = 'GreaterThanOrEqual'#
+GreaterThanOrEqual = 'GreaterThanOrEqual'ΒΆ
-InRange = 'InRange'#
+InRange = 'InRange'ΒΆ
-IsEmpty = 'IsEmpty'#
+IsEmpty = 'IsEmpty'ΒΆ
-IsExactly = 'IsExactly'#
+IsExactly = 'IsExactly'ΒΆ
-IsNotEmpty = 'IsNotEmpty'#
+IsNotEmpty = 'IsNotEmpty'ΒΆ
-IsNotExactly = 'IsNotExactly'#
+IsNotExactly = 'IsNotExactly'ΒΆ
-LessThan = 'LessThan'#
+LessThan = 'LessThan'ΒΆ
-LessThanOrEqual = 'LessThanOrEqual'#
+LessThanOrEqual = 'LessThanOrEqual'ΒΆ
-Like = 'Like'#
+Like = 'Like'ΒΆ
-NotEqualTo = 'NotEqualTo'#
+NotEqualTo = 'NotEqualTo'ΒΆ
-NotInRange = 'NotInRange'#
+NotInRange = 'NotInRange'ΒΆ
-NotLike = 'NotLike'#
+NotLike = 'NotLike'ΒΆ
-StartsWith = 'StartsWith'#
+StartsWith = 'StartsWith'ΒΆ
-class RangeVariableValue(*, min: str | None = None, max: str | None = None)#
+class RangeVariableValue(*, min: str | None = None, max: str | None = None)ΒΆ

Bases: AAPIObject

-max: str#
+max: strΒΆ
-min: str#
+min: strΒΆ
-object_name: str#
+object_name: strΒΆ
-operator: Operator#
+operator: OperatorΒΆ
-range_variable_value: RangeVariableValue#
+range_variable_value: RangeVariableValueΒΆ
-variable_name: str#
+variable_name: strΒΆ
-variable_value: str#
+variable_value: strΒΆ
-

aapi.ifcollection module#

+

aapi.ifcollection moduleΒΆ

-class aapi.ifcollection.IfCollection(object_name: str, *, ifs: List[IfZOS] = None, do_list: List[Do] = NOTHING)#
+class aapi.ifcollection.IfCollection(object_name: str, *, ifs: List[IfZOS] = None, do_list: List[Do] = _Nothing.NOTHING)ΒΆ

Bases: AAPIObject

-do_list: List[Do]#
+do_list: List[Do]ΒΆ
-ifs: List[IfZOS]#
+ifs: List[IfZOS]ΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.ifcollection.IfCollectionZOS(object_name: str, *, ifs: List[IfZOS] = None, do_list: List[Do] = NOTHING)#
+class aapi.ifcollection.IfCollectionZOS(object_name: str, *, ifs: List[IfZOS] = None, do_list: List[Do] = _Nothing.NOTHING)ΒΆ

Bases: IfCollection

-object_name: str#
+object_name: strΒΆ
-

aapi.ifrerun module#

+

aapi.ifrerun moduleΒΆ

-class aapi.ifrerun.ActionRestart(object_name: str, *, from_program: str | None = None, from_procedure: str | None = None, to_program: str | None = None, to_procedure: str | None = None, confirm: bool | None = None)#
+class aapi.ifrerun.ActionRestart(object_name: str, *, from_program: str | None = None, from_procedure: str | None = None, to_program: str | None = None, to_procedure: str | None = None, confirm: bool | None = None)ΒΆ

Bases: AAPIObject

-confirm: bool#
+confirm: boolΒΆ
-from_procedure: str#
+from_procedure: strΒΆ
-from_program: str#
+from_program: strΒΆ
-object_name: str#
+object_name: strΒΆ
-to_procedure: str#
+to_procedure: strΒΆ
-to_program: str#
+to_program: strΒΆ
-

aapi.internalrule module#

+

aapi.internalrule moduleΒΆ

-class aapi.internalrule.InternalRule(object_name: str, *, rule_name: str = None, include: Include = None, characters: Characters = None, exclude: Exclude = None)#
+class aapi.internalrule.InternalRule(object_name: str, *, rule_name: str = None, include: Include = None, characters: Characters = None, exclude: Exclude = None)ΒΆ

Bases: AAPIObject

-class Characters(*, minimum_length: int = None, maximum_length: int = None, any: Any = None, alphanumeric: Alphanumeric = None)#
+class Characters(*, minimum_length: int = None, maximum_length: int = None, any: Any = None, alphanumeric: Alphanumeric = None)ΒΆ

Bases: AAPIObject

-class Alphanumeric(*, uppercase_letters: bool | None = None, lowercase_letters: bool | None = None, digits: bool | None = None, specific_characters: str | None = None)#
+class Alphanumeric(*, uppercase_letters: bool | None = None, lowercase_letters: bool | None = None, digits: bool | None = None, specific_characters: str | None = None)ΒΆ

Bases: AAPIObject

-digits: bool#
+digits: boolΒΆ
-lowercase_letters: bool#
+lowercase_letters: boolΒΆ
-specific_characters: str#
+specific_characters: strΒΆ
-uppercase_letters: bool#
+uppercase_letters: boolΒΆ
-class Any(*, except_for_characters: str | None = None)#
+class Any(*, except_for_characters: str | None = None)ΒΆ

Bases: AAPIObject

-except_for_characters: str#
+except_for_characters: strΒΆ
-alphanumeric: Alphanumeric#
+alphanumeric: AlphanumericΒΆ
-any: Any#
+any: AnyΒΆ
-maximum_length: int#
+maximum_length: intΒΆ
-minimum_length: int#
+minimum_length: intΒΆ
-class Exclude(*, values: List[SiteStandardPossibleValue] = None, patterns: List[str] = None)#
+class Exclude(*, values: List[SiteStandardPossibleValue] = None, patterns: List[str] = None)ΒΆ

Bases: AAPIObject

-patterns: List[str]#
+patterns: List[str]ΒΆ
-values: List[SiteStandardPossibleValue]#
+values: List[SiteStandardPossibleValue]ΒΆ
-class Include(*, values: List[SiteStandardPossibleValue] = None, patterns: List[str] = None)#
+class Include(*, values: List[SiteStandardPossibleValue] = None, patterns: List[str] = None)ΒΆ

Bases: AAPIObject

-patterns: List[str]#
+patterns: List[str]ΒΆ
-values: List[SiteStandardPossibleValue]#
+values: List[SiteStandardPossibleValue]ΒΆ
-characters: Characters#
+characters: CharactersΒΆ
-exclude: Exclude#
+exclude: ExcludeΒΆ
-include: Include#
+include: IncludeΒΆ
-object_name: str#
+object_name: strΒΆ
-rule_name: str#
+rule_name: strΒΆ
-

aapi.iteminfo module#

+

aapi.iteminfo moduleΒΆ

-class aapi.iteminfo.ItemInfo(object_name: str)#
+class aapi.iteminfo.ItemInfo(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.job module#

+

aapi.job moduleΒΆ

-class aapi.job.Job(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.Job(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: AAPIObject, AAPIJob

-class DaysKeepActive(value)#
+class DaysKeepActive(value)ΒΆ

Bases: Enum

An enumeration.

-Forever = 'Forever'#
+Forever = 'Forever'ΒΆ
-class DocumentationFile(*, path: str | None = None, file_name: str | None = None)#
+class DocumentationFile(*, path: str | None = None, file_name: str | None = None)ΒΆ

Bases: AAPIObject

-file_name: str#
+file_name: strΒΆ
-path: str#
+path: strΒΆ
-class DocumentationUrl(*, url: str | None = None, file_name: str | None = None)#
+class DocumentationUrl(*, url: str | None = None, file_name: str | None = None)ΒΆ

Bases: AAPIObject

-file_name: str#
+file_name: strΒΆ
-url: str#
+url: strΒΆ
-class Output(*, operation: Operation = None, destination: str = None)#
+class Output(*, operation: Operation = None, destination: str = None)ΒΆ

Bases: AAPIObject

-class Operation(value)#
+class Operation(value)ΒΆ

Bases: Enum

An enumeration.

-Copy = 'Copy'#
+Copy = 'Copy'ΒΆ
-Delete = 'Delete'#
+Delete = 'Delete'ΒΆ
-Move = 'Move'#
+Move = 'Move'ΒΆ
-Print = 'Print'#
+Print = 'Print'ΒΆ
-destination: str#
+destination: strΒΆ
-operation: Operation#
+operation: OperationΒΆ
-class PathElement(folder: str, *, server: str | None = None, library: str | None = None)#
+class PathElement(folder: str, *, server: str | None = None, library: str | None = None)ΒΆ

Bases: AAPIObject

-folder: str#
+folder: strΒΆ
-library: str#
+library: strΒΆ
-server: str#
+server: strΒΆ
-class Priority(value)#
+class Priority(value)ΒΆ

Bases: Enum

An enumeration.

-High = 'High'#
+High = 'High'ΒΆ
-Low = 'Low'#
+Low = 'Low'ΒΆ
-Medium = 'Medium'#
+Medium = 'Medium'ΒΆ
-Very_High = 'Very_High'#
+Very_High = 'Very_High'ΒΆ
-Very_Low = 'Very_Low'#
+Very_Low = 'Very_Low'ΒΆ
-class Rerun(*, times: str = None, every: str = None, from_: From = None, units: Units = None)#
+class Rerun(*, times: str = None, every: str = None, from_: From = None, units: Units = None)ΒΆ

Bases: AAPIObject

-class From(value)#
+class From(value)ΒΆ

Bases: Enum

An enumeration.

-End = 'End'#
+End = 'End'ΒΆ
-Start = 'Start'#
+Start = 'Start'ΒΆ
-Target = 'Target'#
+Target = 'Target'ΒΆ
-class Units(value)#
+class Units(value)ΒΆ

Bases: Enum

An enumeration.

-Days = 'Days'#
+Days = 'Days'ΒΆ
-Hours = 'Hours'#
+Hours = 'Hours'ΒΆ
-Minutes = 'Minutes'#
+Minutes = 'Minutes'ΒΆ
-every: str#
+every: strΒΆ
-from_: From#
+from_: FromΒΆ
-times: str#
+times: strΒΆ
-units: Units#
+units: UnitsΒΆ
-class RerunIntervals(*, times: str = None, intervals: List[str] = None, from_: From = None)#
+class RerunIntervals(*, times: str = None, intervals: List[str] = None, from_: From = None)ΒΆ

Bases: AAPIObject

-class From(value)#
+class From(value)ΒΆ

Bases: Enum

An enumeration.

-End = 'End'#
+End = 'End'ΒΆ
-Start = 'Start'#
+Start = 'Start'ΒΆ
-Target = 'Target'#
+Target = 'Target'ΒΆ
-from_: From#
+from_: FromΒΆ
-intervals: List[str]#
+intervals: List[str]ΒΆ
-times: str#
+times: strΒΆ
-class RerunLimit(*, times: str = None, every: int = None, from_: From = None, units: Units = None, rerun_member: str = None)#
+class RerunLimit(*, times: str = None, every: int = None, from_: From = None, units: Units = None, rerun_member: str = None)ΒΆ

Bases: AAPIObject

-class From(value)#
+class From(value)ΒΆ

Bases: Enum

An enumeration.

-End = 'End'#
+End = 'End'ΒΆ
-Start = 'Start'#
+Start = 'Start'ΒΆ
-Target = 'Target'#
+Target = 'Target'ΒΆ
-class Units(value)#
+class Units(value)ΒΆ

Bases: Enum

An enumeration.

-Days = 'Days'#
+Days = 'Days'ΒΆ
-Hours = 'Hours'#
+Hours = 'Hours'ΒΆ
-Minutes = 'Minutes'#
+Minutes = 'Minutes'ΒΆ
-every: int#
+every: intΒΆ
-from_: From#
+from_: FromΒΆ
-rerun_member: str#
+rerun_member: strΒΆ
-times: str#
+times: strΒΆ
-units: Units#
+units: UnitsΒΆ
-class RerunSpecificTimes(*, times: str | None = None, at: List[str] | None = None, tolerance: str | None = None)#
+class RerunSpecificTimes(*, times: str | None = None, at: List[str] | None = None, tolerance: str | None = None)ΒΆ

Bases: AAPIObject

-at: List[str]#
+at: List[str]ΒΆ
-times: str#
+times: strΒΆ
-tolerance: str#
+tolerance: strΒΆ
-class When(*, schedule: str = None, month_days: List[str] = None, months: List[str] = None, week_days: List[str] = None, week_days_calendar: str = None, month_days_calendar: str = None, days_relation: DaysRelation = None, specific_dates: List[str] = None, from_time: str = None, days: str = None, to_time: str = None, start_date: str = None, end_date: str = None, active_period: bool = None, rule_based_calendars: RuleBasedCalendars = None, confirmation_calendars: ConfirmationCalendars = None)#
+class When(*, schedule: str = None, month_days: List[str] = None, months: List[str] = None, week_days: List[str] = None, week_days_calendar: str = None, month_days_calendar: str = None, days_relation: DaysRelation = None, specific_dates: List[str] = None, from_time: str = None, days: str = None, to_time: str = None, start_date: str = None, end_date: str = None, active_period: bool = None, rule_based_calendars: RuleBasedCalendars = None, confirmation_calendars: ConfirmationCalendars = None)ΒΆ

Bases: AAPIObject

-class ConfirmationCalendars(*, calendar: str = None, shift_by: str = None, exception_policy: ExceptionPolicy = None)#
+class ConfirmationCalendars(*, calendar: str = None, shift_by: str = None, exception_policy: ExceptionPolicy = None)ΒΆ

Bases: AAPIObject

-class ExceptionPolicy(value)#
+class ExceptionPolicy(value)ΒΆ

Bases: Enum

An enumeration.

-DoNotOrder = 'DoNotOrder'#
+DoNotOrder = 'DoNotOrder'ΒΆ
-OrderAnyway = 'OrderAnyway'#
+OrderAnyway = 'OrderAnyway'ΒΆ
-OrderOnNextConfirmedDay = 'OrderOnNextConfirmedDay'#
+OrderOnNextConfirmedDay = 'OrderOnNextConfirmedDay'ΒΆ
-OrderOnPreviousConfirmedDay = 'OrderOnPreviousConfirmedDay'#
+OrderOnPreviousConfirmedDay = 'OrderOnPreviousConfirmedDay'ΒΆ
-calendar: str#
+calendar: strΒΆ
-exception_policy: ExceptionPolicy#
+exception_policy: ExceptionPolicyΒΆ
-shift_by: str#
+shift_by: strΒΆ
-class DaysRelation(value)#
+class DaysRelation(value)ΒΆ

Bases: Enum

An enumeration.

-AND = 'AND'#
+AND = 'AND'ΒΆ
-OR = 'OR'#
+OR = 'OR'ΒΆ
-class RuleBasedCalendars(*, relationship: Relationship = None, included: List[JobTag] = None, excluded: List[JobTag] = None)#
+class RuleBasedCalendars(*, relationship: Relationship = None, included: List[JobTag] = None, excluded: List[JobTag] = None)ΒΆ

Bases: AAPIObject

-class Relationship(value)#
+class Relationship(value)ΒΆ

Bases: Enum

An enumeration.

-AND = 'AND'#
+AND = 'AND'ΒΆ
-OR = 'OR'#
+OR = 'OR'ΒΆ
-excluded: List[JobTag]#
+excluded: List[JobTag]ΒΆ
-included: List[JobTag]#
+included: List[JobTag]ΒΆ
-relationship: Relationship#
+relationship: RelationshipΒΆ
-active_period: bool#
+active_period: boolΒΆ
-confirmation_calendars: ConfirmationCalendars#
+confirmation_calendars: ConfirmationCalendarsΒΆ
-days: str#
+days: strΒΆ
-days_relation: DaysRelation#
+days_relation: DaysRelationΒΆ
-end_date: str#
+end_date: strΒΆ
-from_time: str#
+from_time: strΒΆ
-month_days: List[str]#
+month_days: List[str]ΒΆ
-month_days_calendar: str#
+month_days_calendar: strΒΆ
-months: List[str]#
+months: List[str]ΒΆ
-rule_based_calendars: RuleBasedCalendars#
+rule_based_calendars: RuleBasedCalendarsΒΆ
-schedule: str#
+schedule: strΒΆ
-specific_dates: List[str]#
+specific_dates: List[str]ΒΆ
-start_date: str#
+start_date: strΒΆ
-to_time: str#
+to_time: strΒΆ
-week_days: List[str]#
+week_days: List[str]ΒΆ
-week_days_calendar: str#
+week_days_calendar: strΒΆ
-action_capture_output_list: List[ActionCaptureOutput]#
+action_capture_output_list: List[ActionCaptureOutput]ΒΆ
-add_events_list: List[AddEvents]#
+add_events_list: List[AddEvents]ΒΆ
-application: str#
+application: strΒΆ
-condition_list: List[Condition]#
+condition_list: List[Condition]ΒΆ
-confirm: bool#
+confirm: boolΒΆ
-created_by: str#
+created_by: strΒΆ
-critical: bool#
+critical: boolΒΆ
-days_keep_active: DaysKeepActive#
+days_keep_active: DaysKeepActiveΒΆ
-delete_events_list: List[DeleteEvents]#
+delete_events_list: List[DeleteEvents]ΒΆ
-description: str#
+description: strΒΆ
-documentation_file: DocumentationFile#
+documentation_file: DocumentationFileΒΆ
-documentation_url: DocumentationUrl#
+documentation_url: DocumentationUrlΒΆ
-end_folder: bool#
+end_folder: boolΒΆ
-event_list: List[Event]#
+event_list: List[Event]ΒΆ
-events_to_add: List[AddEvents]#
+events_to_add: List[AddEvents]ΒΆ
-events_to_delete: List[DeleteEvents]#
+events_to_delete: List[DeleteEvents]ΒΆ
-file_name: str#
+file_name: strΒΆ
-file_path: str#
+file_path: strΒΆ
-host: str#
+host: strΒΆ
-if_list: List[IfBase]#
+if_list: List[IfBase]ΒΆ
-job_tag_list: List[JobTag]#
+job_tag_list: List[JobTag]ΒΆ
-notify_list: List[Notify]#
+notify_list: List[Notify]ΒΆ
-object_name: str#
+object_name: strΒΆ
-output: Output#
+output: OutputΒΆ
-path_element: PathElement#
+path_element: PathElementΒΆ
-post_command: str#
+post_command: strΒΆ
-pre_command: str#
+pre_command: strΒΆ
-priority: Priority#
+priority: PriorityΒΆ
-rerun: Rerun#
+rerun: RerunΒΆ
-rerun_intervals: RerunIntervals#
+rerun_intervals: RerunIntervalsΒΆ
-rerun_limit: RerunLimit#
+rerun_limit: RerunLimitΒΆ
-rerun_specific_times: RerunSpecificTimes#
+rerun_specific_times: RerunSpecificTimesΒΆ
-resource_list: List[Resource]#
+resource_list: List[Resource]ΒΆ
-retroactive_order: bool#
+retroactive_order: boolΒΆ
-run_as: str#
+run_as: strΒΆ
-run_as_dummy: bool#
+run_as_dummy: boolΒΆ
-run_on_all_agents_in_group: bool#
+run_on_all_agents_in_group: boolΒΆ
-sub_application: str#
+sub_application: strΒΆ
-time_zone: str#
+time_zone: strΒΆ
-variables: List[Dict[str, str]]#
+variables: List[Dict[str, str]]ΒΆ
-wait_for_events: List[WaitForEvents]#
+wait_for_events: List[WaitForEvents]ΒΆ
-wait_for_events_list: List[WaitForEvents]#
+wait_for_events_list: List[WaitForEvents]ΒΆ
-when: When#
+when: WhenΒΆ
-class aapi.job.JobAWS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, append_log: bool = None)#
+class aapi.job.JobAWS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, append_log: bool = None)ΒΆ

Bases: Job

-append_log: bool#
+append_log: boolΒΆ
-connection_profile: str#
+connection_profile: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobAWSBatch(object_name: str, job_name: str, job_definition: str, job_queue: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, append_log: bool = None, job_definition_revision: str = None, aws_job_type: AwsJobType = None, array_size: str = None, environment: List[str] = None, parameters: List[str] = None, depends_on: DependsOn = None, v_cpus: str = None, memory: str = None, job_attempts: str = None, execution_timeout: str = None, command: str = None)#
+class aapi.job.JobAWSBatch(object_name: str, job_name: str, job_definition: str, job_queue: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, append_log: bool = None, job_definition_revision: str = None, aws_job_type: AwsJobType = None, array_size: str = None, environment: List[str] = None, parameters: List[str] = None, depends_on: DependsOn = None, v_cpus: str = None, memory: str = None, job_attempts: str = None, execution_timeout: str = None, command: str = None)ΒΆ

Bases: JobAWS

-class AwsJobType(value)#
+class AwsJobType(value)ΒΆ

Bases: Enum

An enumeration.

-Array = 'Array'#
+Array = 'Array'ΒΆ
-Single = 'Single'#
+Single = 'Single'ΒΆ
-class DependsOn(*, dependency_type: DependencyType = None, job_depends_on: str = None)#
+class DependsOn(*, dependency_type: DependencyType = None, job_depends_on: str = None)ΒΆ

Bases: AAPIObject

-class DependencyType(value)#
+class DependencyType(value)ΒΆ

Bases: Enum

An enumeration.

-N_to_N = 'N_to_N'#
+N_to_N = 'N_to_N'ΒΆ
-Sequential = 'Sequential'#
+Sequential = 'Sequential'ΒΆ
-Standard = 'Standard'#
+Standard = 'Standard'ΒΆ
-dependency_type: DependencyType#
+dependency_type: DependencyTypeΒΆ
-job_depends_on: str#
+job_depends_on: strΒΆ
-array_size: str#
+array_size: strΒΆ
-aws_job_type: AwsJobType#
+aws_job_type: AwsJobTypeΒΆ
-command: str#
+command: strΒΆ
-depends_on: DependsOn#
+depends_on: DependsOnΒΆ
-environment: List[str]#
+environment: List[str]ΒΆ
-execution_timeout: str#
+execution_timeout: strΒΆ
-job_attempts: str#
+job_attempts: strΒΆ
-job_definition: str#
+job_definition: strΒΆ
-job_definition_revision: str#
+job_definition_revision: strΒΆ
-job_name: str#
+job_name: strΒΆ
-job_queue: str#
+job_queue: strΒΆ
-memory: str#
+memory: strΒΆ
-object_name: str#
+object_name: strΒΆ
-parameters: List[str]#
+parameters: List[str]ΒΆ
-v_cpus: str#
+v_cpus: strΒΆ
-class aapi.job.JobAWSLambda(object_name: str, function_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, append_log: bool = None, version: str = None, payload: str = None, client_context_json: str = None)#
+class aapi.job.JobAWSLambda(object_name: str, function_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, append_log: bool = None, version: str = None, payload: str = None, client_context_json: str = None)ΒΆ

Bases: JobAWS

-client_context_json: str#
+client_context_json: strΒΆ
-function_name: str#
+function_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-payload: str#
+payload: strΒΆ
-version: str#
+version: strΒΆ
-class aapi.job.JobAWSStepFunction(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, append_log: bool = None, state_machine: str = None, execution_name: str = None, input: str = None)#
+class aapi.job.JobAWSStepFunction(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, append_log: bool = None, state_machine: str = None, execution_name: str = None, input: str = None)ΒΆ

Bases: JobAWS

-execution_name: str#
+execution_name: strΒΆ
-input: str#
+input: strΒΆ
-object_name: str#
+object_name: strΒΆ
-state_machine: str#
+state_machine: strΒΆ
-class aapi.job.JobAirflow(object_name: str, connection_profile: str, dag_id: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, configuration_json: str = None, rerun_from_point_of_failure: bool = None, output_details: OutputDetails = None)#
+class aapi.job.JobAirflow(object_name: str, connection_profile: str, dag_id: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, configuration_json: str = None, rerun_from_point_of_failure: bool = None, output_details: OutputDetails = None)ΒΆ

Bases: Job

-class OutputDetails(value)#
+class OutputDetails(value)ΒΆ

Bases: Enum

An enumeration.

-DoNotIncludeTaskLogs = 'DoNotIncludeTaskLogs'#
+DoNotIncludeTaskLogs = 'DoNotIncludeTaskLogs'ΒΆ
-IncludeAllTasksLogs = 'IncludeAllTasksLogs'#
+IncludeAllTasksLogs = 'IncludeAllTasksLogs'ΒΆ
-IncludeOnlyFailedTasksLogs = 'IncludeOnlyFailedTasksLogs'#
+IncludeOnlyFailedTasksLogs = 'IncludeOnlyFailedTasksLogs'ΒΆ
-configuration_json: str#
+configuration_json: strΒΆ
-connection_profile: str#
+connection_profile: strΒΆ
-dag_id: str#
+dag_id: strΒΆ
-object_name: str#
+object_name: strΒΆ
-output_details: OutputDetails#
+output_details: OutputDetailsΒΆ
-rerun_from_point_of_failure: bool#
+rerun_from_point_of_failure: boolΒΆ
-class aapi.job.JobAzure(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, append_log: bool = None, connection_profile: str = None)#
+class aapi.job.JobAzure(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, append_log: bool = None, connection_profile: str = None)ΒΆ

Bases: Job

-append_log: bool#
+append_log: boolΒΆ
-connection_profile: str#
+connection_profile: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobAzureBatchAccount(object_name: str, job_id: str, command_line: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, append_log: bool = None, connection_profile: str = None, wallclock: Wallclock = None, max_tries: MaxTries = None, retention: Retention = None)#
+class aapi.job.JobAzureBatchAccount(object_name: str, job_id: str, command_line: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, append_log: bool = None, connection_profile: str = None, wallclock: Wallclock = None, max_tries: MaxTries = None, retention: Retention = None)ΒΆ

Bases: JobAzure

-class MaxTries(option: Option, *, count: str = None)#
+class MaxTries(option: Option, *, count: str = None)ΒΆ

Bases: AAPIObject

-class Option(value)#
+class Option(value)ΒΆ

Bases: Enum

An enumeration.

-Custom = 'Custom'#
+Custom = 'Custom'ΒΆ
-Unlimited = 'Unlimited'#
+Unlimited = 'Unlimited'ΒΆ
-count: str#
+count: strΒΆ
-option: Option#
+option: OptionΒΆ
-class Retention(time: str, unit: Unit)#
+class Retention(time: str, unit: Unit)ΒΆ

Bases: AAPIObject

-class Unit(value)#
+class Unit(value)ΒΆ

Bases: Enum

An enumeration.

-Days = 'Days'#
+Days = 'Days'ΒΆ
-Hours = 'Hours'#
+Hours = 'Hours'ΒΆ
-Minutes = 'Minutes'#
+Minutes = 'Minutes'ΒΆ
-Seconds = 'Seconds'#
+Seconds = 'Seconds'ΒΆ
-time: str#
+time: strΒΆ
-unit: Unit#
+unit: UnitΒΆ
-class Wallclock(time: str, unit: Unit)#
+class Wallclock(time: str, unit: Unit)ΒΆ

Bases: AAPIObject

-class Unit(value)#
+class Unit(value)ΒΆ

Bases: Enum

An enumeration.

-Days = 'Days'#
+Days = 'Days'ΒΆ
-Hours = 'Hours'#
+Hours = 'Hours'ΒΆ
-Minutes = 'Minutes'#
+Minutes = 'Minutes'ΒΆ
-Seconds = 'Seconds'#
+Seconds = 'Seconds'ΒΆ
-time: str#
+time: strΒΆ
-unit: Unit#
+unit: UnitΒΆ
-command_line: str#
+command_line: strΒΆ
-job_id: str#
+job_id: strΒΆ
-max_tries: MaxTries#
+max_tries: MaxTriesΒΆ
-object_name: str#
+object_name: strΒΆ
-retention: Retention#
+retention: RetentionΒΆ
-wallclock: Wallclock#
+wallclock: WallclockΒΆ
-class aapi.job.JobAzureFunction(object_name: str, function: str, function_app: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, append_log: bool = None, connection_profile: str = None, parameters: List[Dict[str, str]] = None)#
+class aapi.job.JobAzureFunction(object_name: str, function: str, function_app: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, append_log: bool = None, connection_profile: str = None, parameters: List[Dict[str, str]] = None)ΒΆ

Bases: JobAzure

-function: str#
+function: strΒΆ
-function_app: str#
+function_app: strΒΆ
-object_name: str#
+object_name: strΒΆ
-parameters: List[Dict[str, str]]#
+parameters: List[Dict[str, str]]ΒΆ
-class aapi.job.JobAzureLogicApps(object_name: str, logic_app_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, append_log: bool = None, connection_profile: str = None, request_body: str = None)#
+class aapi.job.JobAzureLogicApps(object_name: str, logic_app_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, append_log: bool = None, connection_profile: str = None, request_body: str = None)ΒΆ

Bases: JobAzure

-logic_app_name: str#
+logic_app_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-request_body: str#
+request_body: strΒΆ
-class aapi.job.JobCommand(object_name: str, command: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, override_path: str = None, run_as_dummy: bool = None)#
+class aapi.job.JobCommand(object_name: str, command: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, override_path: str = None, run_as_dummy: bool = None)ΒΆ

Bases: Job

-command: str#
+command: strΒΆ
-object_name: str#
+object_name: strΒΆ
-override_path: str#
+override_path: strΒΆ
-run_as_dummy: bool#
+run_as_dummy: boolΒΆ
-class aapi.job.JobDatabase(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, autocommit: str = None, output_execution_log: str = None, output_sql_output: str = None, sql_output_format: str = None)#
+class aapi.job.JobDatabase(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, autocommit: str = None, output_execution_log: str = None, output_sql_output: str = None, sql_output_format: str = None)ΒΆ

Bases: Job

-autocommit: str#
+autocommit: strΒΆ
-connection_profile: str#
+connection_profile: strΒΆ
-object_name: str#
+object_name: strΒΆ
-output_execution_log: str#
+output_execution_log: strΒΆ
-output_sql_output: str#
+output_sql_output: strΒΆ
-sql_output_format: str#
+sql_output_format: strΒΆ
-class aapi.job.JobDatabaseEmbeddedQuery(object_name: str, query: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, autocommit: str = None, output_execution_log: str = None, output_sql_output: str = None, sql_output_format: str = None)#
+class aapi.job.JobDatabaseEmbeddedQuery(object_name: str, query: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, autocommit: str = None, output_execution_log: str = None, output_sql_output: str = None, sql_output_format: str = None)ΒΆ

Bases: JobDatabase

-object_name: str#
+object_name: strΒΆ
-query: str#
+query: strΒΆ
-class aapi.job.JobDatabaseMSSQLAgentJob(object_name: str, job_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, autocommit: str = None, output_execution_log: str = None, output_sql_output: str = None, sql_output_format: str = None, category: str = None)#
+class aapi.job.JobDatabaseMSSQLAgentJob(object_name: str, job_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, autocommit: str = None, output_execution_log: str = None, output_sql_output: str = None, sql_output_format: str = None, category: str = None)ΒΆ

Bases: JobDatabase

-category: str#
+category: strΒΆ
-job_name: str#
+job_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobDatabaseMSSQL_SSIS(object_name: str, package_source: PackageSource, package_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, autocommit: str = None, output_execution_log: str = None, output_sql_output: str = None, sql_output_format: str = None, catalog_env: str = None, config_files: List[str] = None, properties: List[Dict[str, str]] = None)#
+class aapi.job.JobDatabaseMSSQL_SSIS(object_name: str, package_source: PackageSource, package_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, autocommit: str = None, output_execution_log: str = None, output_sql_output: str = None, sql_output_format: str = None, catalog_env: str = None, config_files: List[str] = None, properties: List[Dict[str, str]] = None)ΒΆ

Bases: JobDatabase

-class PackageSource(value)#
+class PackageSource(value)ΒΆ

Bases: Enum

An enumeration.

-File_System = 'File System'#
+File_System = 'File System'ΒΆ
-SQL_Server = 'SQL Server'#
+SQL_Server = 'SQL Server'ΒΆ
-SSIS_Catalog = 'SSIS Catalog'#
+SSIS_Catalog = 'SSIS Catalog'ΒΆ
-SSIS_Package_Store = 'SSIS Package Store'#
+SSIS_Package_Store = 'SSIS Package Store'ΒΆ
-catalog_env: str#
+catalog_env: strΒΆ
-config_files: List[str]#
+config_files: List[str]ΒΆ
-object_name: str#
+object_name: strΒΆ
-package_name: str#
+package_name: strΒΆ
-package_source: PackageSource#
+package_source: PackageSourceΒΆ
-properties: List[Dict[str, str]]#
+properties: List[Dict[str, str]]ΒΆ
-class aapi.job.JobDatabaseSQLScript(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, autocommit: str = None, output_execution_log: str = None, output_sql_output: str = None, sql_output_format: str = None, sql_script: str = None, parameters: List[Dict[str, str]] = NOTHING)#
+class aapi.job.JobDatabaseSQLScript(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, autocommit: str = None, output_execution_log: str = None, output_sql_output: str = None, sql_output_format: str = None, sql_script: str = None, parameters: List[Dict[str, str]] = _Nothing.NOTHING)ΒΆ

Bases: JobDatabase

-object_name: str#
+object_name: strΒΆ
-parameters: List[Dict[str, str]]#
+parameters: List[Dict[str, str]]ΒΆ
-sql_script: str#
+sql_script: strΒΆ
-class aapi.job.JobDatabaseStoredProcedure(object_name: str, schema: str, stored_procedure: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, autocommit: str = None, output_execution_log: str = None, output_sql_output: str = None, sql_output_format: str = None, package: str = None, parameters: List[Any] = None, return_value: str = None)#
+class aapi.job.JobDatabaseStoredProcedure(object_name: str, schema: str, stored_procedure: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, autocommit: str = None, output_execution_log: str = None, output_sql_output: str = None, sql_output_format: str = None, package: str = None, parameters: List[Any] = None, return_value: str = None)ΒΆ

Bases: JobDatabase

-object_name: str#
+object_name: strΒΆ
-package: str#
+package: strΒΆ
-parameters: List[Any]#
+parameters: List[Any]ΒΆ
-return_value: str#
+return_value: strΒΆ
-schema: str#
+schema: strΒΆ
-stored_procedure: str#
+stored_procedure: strΒΆ
-class aapi.job.JobDummy(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobDummy(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: Job

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobEmbeddedScript(object_name: str, script: str, file_name: str, *, path_element: PathElement = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, override_path: str = None, run_as_dummy: bool = None)#
+class aapi.job.JobEmbeddedScript(object_name: str, script: str, file_name: str, *, path_element: PathElement = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, override_path: str = None, run_as_dummy: bool = None)ΒΆ

Bases: Job

-file_name: str#
+file_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-override_path: str#
+override_path: strΒΆ
-run_as_dummy: bool#
+run_as_dummy: boolΒΆ
-script: str#
+script: strΒΆ
-class aapi.job.JobFileTransfer(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile_src: str = None, connection_profile_dest: str = None, connection_profile_dual_endpoint: str = None, file_transfers: List[FileTransfer] = NOTHING, s3_bucket_name: str = None, s3_bucket_name_src: str = None, s3_bucket_name_dest: str = None, gcs_bucket_name_src: str = None, gcs_bucket_name_dest: str = None, azure_container_name_src: str = None, azure_container_name_dest: str = None, end_job_not_ok: bool = None, rerun_from_point_of_failure: bool = None, number_of_retries: str = None)#
+class aapi.job.JobFileTransfer(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile_src: str = None, connection_profile_dest: str = None, connection_profile_dual_endpoint: str = None, file_transfers: List[FileTransfer] = _Nothing.NOTHING, s3_bucket_name: str = None, s3_bucket_name_src: str = None, s3_bucket_name_dest: str = None, gcs_bucket_name_src: str = None, gcs_bucket_name_dest: str = None, azure_container_name_src: str = None, azure_container_name_dest: str = None, end_job_not_ok: bool = None, rerun_from_point_of_failure: bool = None, number_of_retries: str = None)ΒΆ

Bases: Job

-azure_container_name_dest: str#
+azure_container_name_dest: strΒΆ
-azure_container_name_src: str#
+azure_container_name_src: strΒΆ
-connection_profile_dest: str#
+connection_profile_dest: strΒΆ
-connection_profile_dual_endpoint: str#
+connection_profile_dual_endpoint: strΒΆ
-connection_profile_src: str#
+connection_profile_src: strΒΆ
-end_job_not_ok: bool#
+end_job_not_ok: boolΒΆ
-file_transfers: List[FileTransfer]#
+file_transfers: List[FileTransfer]ΒΆ
-gcs_bucket_name_dest: str#
+gcs_bucket_name_dest: strΒΆ
-gcs_bucket_name_src: str#
+gcs_bucket_name_src: strΒΆ
-number_of_retries: str#
+number_of_retries: strΒΆ
-object_name: str#
+object_name: strΒΆ
-rerun_from_point_of_failure: bool#
+rerun_from_point_of_failure: boolΒΆ
-s3_bucket_name: str#
+s3_bucket_name: strΒΆ
-s3_bucket_name_dest: str#
+s3_bucket_name_dest: strΒΆ
-s3_bucket_name_src: str#
+s3_bucket_name_src: strΒΆ
-class aapi.job.JobFileWatcher(object_name: str, path: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, search_interval: str = None, time_limit: str = None, start_time: str = None, stop_time: str = None)#
+class aapi.job.JobFileWatcher(object_name: str, path: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, search_interval: str = None, time_limit: str = None, start_time: str = None, stop_time: str = None)ΒΆ

Bases: Job

-object_name: str#
+object_name: strΒΆ
-path: str#
+path: strΒΆ
-search_interval: str#
+search_interval: strΒΆ
-start_time: str#
+start_time: strΒΆ
-stop_time: str#
+stop_time: strΒΆ
-time_limit: str#
+time_limit: strΒΆ
-class aapi.job.JobFileWatcherCreate(object_name: str, path: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, search_interval: str = None, time_limit: str = None, start_time: str = None, stop_time: str = None, minimum_size: str = None, file_size_interval: str = None, wildcard: bool = None, iterations: str = None, minimal_age: str = None, maximal_age: str = None)#
+class aapi.job.JobFileWatcherCreate(object_name: str, path: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, search_interval: str = None, time_limit: str = None, start_time: str = None, stop_time: str = None, minimum_size: str = None, file_size_interval: str = None, wildcard: bool = None, iterations: str = None, minimal_age: str = None, maximal_age: str = None)ΒΆ

Bases: JobFileWatcher

-file_size_interval: str#
+file_size_interval: strΒΆ
-iterations: str#
+iterations: strΒΆ
-maximal_age: str#
+maximal_age: strΒΆ
-minimal_age: str#
+minimal_age: strΒΆ
-minimum_size: str#
+minimum_size: strΒΆ
-wildcard: bool#
+wildcard: boolΒΆ
-class aapi.job.JobFileWatcherDelete(object_name: str, path: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, search_interval: str = None, time_limit: str = None, start_time: str = None, stop_time: str = None)#
+class aapi.job.JobFileWatcherDelete(object_name: str, path: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, search_interval: str = None, time_limit: str = None, start_time: str = None, stop_time: str = None)ΒΆ

Bases: JobFileWatcher

-class aapi.job.JobHadoop(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None)#
+class aapi.job.JobHadoop(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None)ΒΆ

Bases: Job

-class PostCommands(*, fail_job_on_command_failure: bool | None = None, commands: List[str] | None = None)#
+class PostCommands(*, fail_job_on_command_failure: bool | None = None, commands: List[str] | None = None)ΒΆ

Bases: AAPIObject

-commands: List[str]#
+commands: List[str]ΒΆ
-fail_job_on_command_failure: bool#
+fail_job_on_command_failure: boolΒΆ
-class PreCommands(*, fail_job_on_command_failure: bool | None = None, commands: List[str] | None = None)#
+class PreCommands(*, fail_job_on_command_failure: bool | None = None, commands: List[str] | None = None)ΒΆ

Bases: AAPIObject

-commands: List[str]#
+commands: List[str]ΒΆ
-fail_job_on_command_failure: bool#
+fail_job_on_command_failure: boolΒΆ
-connection_profile: str#
+connection_profile: strΒΆ
-object_name: str#
+object_name: strΒΆ
-post_commands: PostCommands#
+post_commands: PostCommandsΒΆ
-pre_commands: PreCommands#
+pre_commands: PreCommandsΒΆ
-class aapi.job.JobHadoopDistCp(object_name: str, target_path: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, source_paths: List[str] = None, distcp_options: List[Dict[str, str]] = None)#
+class aapi.job.JobHadoopDistCp(object_name: str, target_path: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, source_paths: List[str] = None, distcp_options: List[Dict[str, str]] = None)ΒΆ

Bases: JobHadoop

-distcp_options: List[Dict[str, str]]#
+distcp_options: List[Dict[str, str]]ΒΆ
-object_name: str#
+object_name: strΒΆ
-source_paths: List[str]#
+source_paths: List[str]ΒΆ
-target_path: str#
+target_path: strΒΆ
-class aapi.job.JobHadoopHDFSCommands(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, commands: List[Dict[str, str]] = None)#
+class aapi.job.JobHadoopHDFSCommands(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, commands: List[Dict[str, str]] = None)ΒΆ

Bases: JobHadoop

-commands: List[Dict[str, str]]#
+commands: List[Dict[str, str]]ΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobHadoopHDFSFileWatcher(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, hdfs_file_path: str = None, min_detected_size: str = None, max_wait_time: str = None)#
+class aapi.job.JobHadoopHDFSFileWatcher(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, hdfs_file_path: str = None, min_detected_size: str = None, max_wait_time: str = None)ΒΆ

Bases: JobHadoop

-hdfs_file_path: str#
+hdfs_file_path: strΒΆ
-max_wait_time: str#
+max_wait_time: strΒΆ
-min_detected_size: str#
+min_detected_size: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobHadoopHive(object_name: str, hive_script: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, parameters: List[Dict[str, str]] = None, hive_archives: str = None, hive_files: str = None, hive_options: List[Dict[str, str]] = None)#
+class aapi.job.JobHadoopHive(object_name: str, hive_script: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, parameters: List[Dict[str, str]] = None, hive_archives: str = None, hive_files: str = None, hive_options: List[Dict[str, str]] = None)ΒΆ

Bases: JobHadoop

-hive_archives: str#
+hive_archives: strΒΆ
-hive_files: str#
+hive_files: strΒΆ
-hive_options: List[Dict[str, str]]#
+hive_options: List[Dict[str, str]]ΒΆ
-hive_script: str#
+hive_script: strΒΆ
-object_name: str#
+object_name: strΒΆ
-parameters: List[Dict[str, str]]#
+parameters: List[Dict[str, str]]ΒΆ
-class aapi.job.JobHadoopMapReduce(object_name: str, program_jar: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, main_class: str = None, arguments: List[str] = None)#
+class aapi.job.JobHadoopMapReduce(object_name: str, program_jar: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, main_class: str = None, arguments: List[str] = None)ΒΆ

Bases: JobHadoop

-arguments: List[str]#
+arguments: List[str]ΒΆ
-main_class: str#
+main_class: strΒΆ
-object_name: str#
+object_name: strΒΆ
-program_jar: str#
+program_jar: strΒΆ
-class aapi.job.JobHadoopMapredStreaming(object_name: str, input_path: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, output_path: str = None, mapper_command: str = None, reducer_command: str = None, steaming_options: List[str] = None, general_options: List[Dict[str, str]] = None)#
+class aapi.job.JobHadoopMapredStreaming(object_name: str, input_path: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, output_path: str = None, mapper_command: str = None, reducer_command: str = None, steaming_options: List[str] = None, general_options: List[Dict[str, str]] = None)ΒΆ

Bases: JobHadoop

-general_options: List[Dict[str, str]]#
+general_options: List[Dict[str, str]]ΒΆ
-input_path: str#
+input_path: strΒΆ
-mapper_command: str#
+mapper_command: strΒΆ
-object_name: str#
+object_name: strΒΆ
-output_path: str#
+output_path: strΒΆ
-reducer_command: str#
+reducer_command: strΒΆ
-steaming_options: List[str]#
+steaming_options: List[str]ΒΆ
-class aapi.job.JobHadoopOozie(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, job_properties_file: str = None, oozie_options: List[Dict[str, str]] = None)#
+class aapi.job.JobHadoopOozie(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, job_properties_file: str = None, oozie_options: List[Dict[str, str]] = None)ΒΆ

Bases: JobHadoop

-job_properties_file: str#
+job_properties_file: strΒΆ
-object_name: str#
+object_name: strΒΆ
-oozie_options: List[Dict[str, str]]#
+oozie_options: List[Dict[str, str]]ΒΆ
-class aapi.job.JobHadoopPig(object_name: str, pig_script: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, parameters: List[str] = None)#
+class aapi.job.JobHadoopPig(object_name: str, pig_script: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, parameters: List[str] = None)ΒΆ

Bases: JobHadoop

-object_name: str#
+object_name: strΒΆ
-parameters: List[str]#
+parameters: List[str]ΒΆ
-pig_script: str#
+pig_script: strΒΆ
-class aapi.job.JobHadoopSpark(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, arguments: List[str] = None, spark_options: List[Dict[str, str]] = None)#
+class aapi.job.JobHadoopSpark(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, arguments: List[str] = None, spark_options: List[Dict[str, str]] = None)ΒΆ

Bases: JobHadoop

-arguments: List[str]#
+arguments: List[str]ΒΆ
-object_name: str#
+object_name: strΒΆ
-spark_options: List[Dict[str, str]]#
+spark_options: List[Dict[str, str]]ΒΆ
-class aapi.job.JobHadoopSparkPython(object_name: str, spark_script: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, arguments: List[str] = None, spark_options: List[Dict[str, str]] = None)#
+class aapi.job.JobHadoopSparkPython(object_name: str, spark_script: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, arguments: List[str] = None, spark_options: List[Dict[str, str]] = None)ΒΆ

Bases: JobHadoopSpark

-object_name: str#
+object_name: strΒΆ
-spark_script: str#
+spark_script: strΒΆ
-class aapi.job.JobHadoopSparkScalaJava(object_name: str, program_jar: str, main_class: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, arguments: List[str] = None, spark_options: List[Dict[str, str]] = None)#
+class aapi.job.JobHadoopSparkScalaJava(object_name: str, program_jar: str, main_class: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, arguments: List[str] = None, spark_options: List[Dict[str, str]] = None)ΒΆ

Bases: JobHadoopSpark

-main_class: str#
+main_class: strΒΆ
-object_name: str#
+object_name: strΒΆ
-program_jar: str#
+program_jar: strΒΆ
-class aapi.job.JobHadoopSqoop(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, sqoop_command: str = None, sqoop_options: List[Dict[str, str]] = None, sqoop_archives: str = None, sqoop_files: str = None)#
+class aapi.job.JobHadoopSqoop(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, sqoop_command: str = None, sqoop_options: List[Dict[str, str]] = None, sqoop_archives: str = None, sqoop_files: str = None)ΒΆ

Bases: JobHadoop

-object_name: str#
+object_name: strΒΆ
-sqoop_archives: str#
+sqoop_archives: strΒΆ
-sqoop_command: str#
+sqoop_command: strΒΆ
-sqoop_files: str#
+sqoop_files: strΒΆ
-sqoop_options: List[Dict[str, str]]#
+sqoop_options: List[Dict[str, str]]ΒΆ
-class aapi.job.JobHadoopTajo(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, arguments: List[str] = None, tajo_options: List[Dict[str, str]] = None)#
+class aapi.job.JobHadoopTajo(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, arguments: List[str] = None, tajo_options: List[Dict[str, str]] = None)ΒΆ

Bases: JobHadoop

-arguments: List[str]#
+arguments: List[str]ΒΆ
-object_name: str#
+object_name: strΒΆ
-tajo_options: List[Dict[str, str]]#
+tajo_options: List[Dict[str, str]]ΒΆ
-class aapi.job.JobHadoopTajoInputFile(object_name: str, full_file_path: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, arguments: List[str] = None, tajo_options: List[Dict[str, str]] = None)#
+class aapi.job.JobHadoopTajoInputFile(object_name: str, full_file_path: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, arguments: List[str] = None, tajo_options: List[Dict[str, str]] = None)ΒΆ

Bases: JobHadoopTajo

-full_file_path: str#
+full_file_path: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobHadoopTajoQuery(object_name: str, open_query: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, arguments: List[str] = None, tajo_options: List[Dict[str, str]] = None)#
+class aapi.job.JobHadoopTajoQuery(object_name: str, open_query: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pre_commands: PreCommands = None, post_commands: PostCommands = None, arguments: List[str] = None, tajo_options: List[Dict[str, str]] = None)ΒΆ

Bases: JobHadoopTajo

-object_name: str#
+object_name: strΒΆ
-open_query: str#
+open_query: strΒΆ
-class aapi.job.JobIBMCognos(object_name: str, connection_profile: str, jobs: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobIBMCognos(object_name: str, connection_profile: str, jobs: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: Job

-connection_profile: str#
+connection_profile: strΒΆ
-jobs: str#
+jobs: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobIBMDataStage(object_name: str, connection_profile: str, project: str, data_stage_job: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobIBMDataStage(object_name: str, connection_profile: str, project: str, data_stage_job: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: Job

-connection_profile: str#
+connection_profile: strΒΆ
-data_stage_job: str#
+data_stage_job: strΒΆ
-object_name: str#
+object_name: strΒΆ
-project: str#
+project: strΒΆ
-class aapi.job.JobInformatica(object_name: str, connection_profile: str, repository_folder: str, workflow: str, workflow_execution_mode: WorkflowExecutionMode, workflow_restart_mode: WorkflowRestartMode, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, instance_name: str = None, os_profile: str = None, start_from_task: str = None, run_single_task: str = None, restart_from_task: str = None, depth: str = None, enable_error_details: bool = None, enable_output: bool = None, workflow_parameters_file: str = None)#
+class aapi.job.JobInformatica(object_name: str, connection_profile: str, repository_folder: str, workflow: str, workflow_execution_mode: WorkflowExecutionMode, workflow_restart_mode: WorkflowRestartMode, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, instance_name: str = None, os_profile: str = None, start_from_task: str = None, run_single_task: str = None, restart_from_task: str = None, depth: str = None, enable_error_details: bool = None, enable_output: bool = None, workflow_parameters_file: str = None)ΒΆ

Bases: Job

-class WorkflowExecutionMode(value)#
+class WorkflowExecutionMode(value)ΒΆ

Bases: Enum

An enumeration.

-RunSingleTask = 'RunSingleTask'#
+RunSingleTask = 'RunSingleTask'ΒΆ
-RunWholeWorkflow = 'RunWholeWorkflow'#
+RunWholeWorkflow = 'RunWholeWorkflow'ΒΆ
-StartFromTask = 'StartFromTask'#
+StartFromTask = 'StartFromTask'ΒΆ
-class WorkflowRestartMode(value)#
+class WorkflowRestartMode(value)ΒΆ

Bases: Enum

An enumeration.

-ForceRestart = 'ForceRestart'#
+ForceRestart = 'ForceRestart'ΒΆ
-ForceRestartFromSpecificTask = 'ForceRestartFromSpecificTask'#
+ForceRestartFromSpecificTask = 'ForceRestartFromSpecificTask'ΒΆ
-Recover = 'Recover'#
+Recover = 'Recover'ΒΆ
-connection_profile: str#
+connection_profile: strΒΆ
-depth: str#
+depth: strΒΆ
-enable_error_details: bool#
+enable_error_details: boolΒΆ
-enable_output: bool#
+enable_output: boolΒΆ
-instance_name: str#
+instance_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-os_profile: str#
+os_profile: strΒΆ
-repository_folder: str#
+repository_folder: strΒΆ
-restart_from_task: str#
+restart_from_task: strΒΆ
-run_single_task: str#
+run_single_task: strΒΆ
-start_from_task: str#
+start_from_task: strΒΆ
-workflow: str#
+workflow: strΒΆ
-workflow_execution_mode: WorkflowExecutionMode#
+workflow_execution_mode: WorkflowExecutionModeΒΆ
-workflow_parameters_file: str#
+workflow_parameters_file: strΒΆ
-workflow_restart_mode: WorkflowRestartMode#
+workflow_restart_mode: WorkflowRestartModeΒΆ
-class aapi.job.JobJava(object_name: str, connection_profile: str, object: str, method: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, java_profile: str = None)#
+class aapi.job.JobJava(object_name: str, connection_profile: str, object: str, method: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, java_profile: str = None)ΒΆ

Bases: Job

-connection_profile: str#
+connection_profile: strΒΆ
-java_profile: str#
+java_profile: strΒΆ
-method: str#
+method: strΒΆ
-object: str#
+object: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobMessaging(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None)#
+class aapi.job.JobMessaging(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None)ΒΆ

Bases: Job

-connection_profile: str#
+connection_profile: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobMessagingFreeText(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, use_free_text_message: str = None)#
+class aapi.job.JobMessagingFreeText(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, use_free_text_message: str = None)ΒΆ

Bases: JobMessaging

-object_name: str#
+object_name: strΒΆ
-use_free_text_message: str#
+use_free_text_message: strΒΆ
-class aapi.job.JobMessagingPreDefined(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, use_free_text_message: str = None)#
+class aapi.job.JobMessagingPreDefined(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, use_free_text_message: str = None)ΒΆ

Bases: JobMessaging

-object_name: str#
+object_name: strΒΆ
-use_free_text_message: str#
+use_free_text_message: strΒΆ
-class aapi.job.JobMessagingWaitForReply(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None)#
+class aapi.job.JobMessagingWaitForReply(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None)ΒΆ

Bases: JobMessaging

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobNetBackup(object_name: str, connection_profile: str, policy_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobNetBackup(object_name: str, connection_profile: str, policy_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: Job

-connection_profile: str#
+connection_profile: strΒΆ
-object_name: str#
+object_name: strΒΆ
-policy_name: str#
+policy_name: strΒΆ
-class aapi.job.JobOEBS(object_name: str, connection_profile: str, user_name: str, responsibility: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, single_request: SingleRequest = None, request_set: RequestSet = None)#
+class aapi.job.JobOEBS(object_name: str, connection_profile: str, user_name: str, responsibility: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, single_request: SingleRequest = None, request_set: RequestSet = None)ΒΆ

Bases: Job

-class RequestSet(set: str)#
+class RequestSet(set: str)ΒΆ

Bases: AAPIObject

-set: str#
+set: strΒΆ
-class SingleRequest(program_name: str)#
+class SingleRequest(program_name: str)ΒΆ

Bases: AAPIObject

-program_name: str#
+program_name: strΒΆ
-connection_profile: str#
+connection_profile: strΒΆ
-object_name: str#
+object_name: strΒΆ
-request_set: RequestSet#
+request_set: RequestSetΒΆ
-responsibility: str#
+responsibility: strΒΆ
-single_request: SingleRequest#
+single_request: SingleRequestΒΆ
-user_name: str#
+user_name: strΒΆ
-class aapi.job.JobOS400(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobOS400(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: Job

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobOS400ExternalJob(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, status: Status = None, duplicate_option: DuplicateOption = None)#
+class aapi.job.JobOS400ExternalJob(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, status: Status = None, duplicate_option: DuplicateOption = None)ΒΆ

Bases: JobOS400

-class DuplicateOption(value)#
+class DuplicateOption(value)ΒΆ

Bases: Enum

An enumeration.

-First = 'First'#
+First = 'First'ΒΆ
-Last = 'Last'#
+Last = 'Last'ΒΆ
-class Status(value)#
+class Status(value)ΒΆ

Bases: Enum

An enumeration.

-Active = 'Active'#
+Active = 'Active'ΒΆ
-All = 'All'#
+All = 'All'ΒΆ
-OutputQueue = 'OutputQueue'#
+OutputQueue = 'OutputQueue'ΒΆ
-Queue = 'Queue'#
+Queue = 'Queue'ΒΆ
-duplicate_option: DuplicateOption#
+duplicate_option: DuplicateOptionΒΆ
-object_name: str#
+object_name: strΒΆ
-status: Status#
+status: StatusΒΆ
-class aapi.job.JobOS400ExternalSubSystem(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobOS400ExternalSubSystem(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobOS400

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobOS400Full(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobOS400Full(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobOS400

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobOS400FullCommandLine(object_name: str, command_line: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, special_environment: SpecialEnvironment = None)#
+class aapi.job.JobOS400FullCommandLine(object_name: str, command_line: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, special_environment: SpecialEnvironment = None)ΒΆ

Bases: JobOS400Full

-class SpecialEnvironment(value)#
+class SpecialEnvironment(value)ΒΆ

Bases: Enum

An enumeration.

-Native = 'Native'#
+Native = 'Native'ΒΆ
-QShell = 'QShell'#
+QShell = 'QShell'ΒΆ
-S38 = 'S38'#
+S38 = 'S38'ΒΆ
-command_line: str#
+command_line: strΒΆ
-object_name: str#
+object_name: strΒΆ
-special_environment: SpecialEnvironment#
+special_environment: SpecialEnvironmentΒΆ
-class aapi.job.JobOS400FullDescriptionJob(object_name: str, library: str, description: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobOS400FullDescriptionJob(object_name: str, library: str, description: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobOS400Full

-description: str#
+description: strΒΆ
-library: str#
+library: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobOS400FullExternalJob(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, status: Status = None, duplicate_option: DuplicateOption = None)#
+class aapi.job.JobOS400FullExternalJob(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, status: Status = None, duplicate_option: DuplicateOption = None)ΒΆ

Bases: JobOS400Full

-class DuplicateOption(value)#
+class DuplicateOption(value)ΒΆ

Bases: Enum

An enumeration.

-First = 'First'#
+First = 'First'ΒΆ
-Last = 'Last'#
+Last = 'Last'ΒΆ
-class Status(value)#
+class Status(value)ΒΆ

Bases: Enum

An enumeration.

-Active = 'Active'#
+Active = 'Active'ΒΆ
-All = 'All'#
+All = 'All'ΒΆ
-OutputQueue = 'OutputQueue'#
+OutputQueue = 'OutputQueue'ΒΆ
-Queue = 'Queue'#
+Queue = 'Queue'ΒΆ
-duplicate_option: DuplicateOption#
+duplicate_option: DuplicateOptionΒΆ
-object_name: str#
+object_name: strΒΆ
-status: Status#
+status: StatusΒΆ
-class aapi.job.JobOS400FullExternalSubSystem(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobOS400FullExternalSubSystem(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobOS400Full

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobOS400FullMultipleCommands(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobOS400FullMultipleCommands(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobOS400Full

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobOS400FullProgram(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, program: str = None, library: str = None, special_environment: SpecialEnvironment = None)#
+class aapi.job.JobOS400FullProgram(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, program: str = None, library: str = None, special_environment: SpecialEnvironment = None)ΒΆ

Bases: JobOS400Full

-class SpecialEnvironment(value)#
+class SpecialEnvironment(value)ΒΆ

Bases: Enum

An enumeration.

-Native = 'Native'#
+Native = 'Native'ΒΆ
-QShell = 'QShell'#
+QShell = 'QShell'ΒΆ
-S38 = 'S38'#
+S38 = 'S38'ΒΆ
-library: str#
+library: strΒΆ
-object_name: str#
+object_name: strΒΆ
-program: str#
+program: strΒΆ
-special_environment: SpecialEnvironment#
+special_environment: SpecialEnvironmentΒΆ
-class aapi.job.JobOS400FullRestrictedStateAction(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, action: Action = None, device: str = None, batch_time_limit: str = None, command: str = None)#
+class aapi.job.JobOS400FullRestrictedStateAction(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, action: Action = None, device: str = None, batch_time_limit: str = None, command: str = None)ΒΆ

Bases: JobOS400Full

-class Action(value)#
+class Action(value)ΒΆ

Bases: Enum

An enumeration.

-ExecuteCommand = 'ExecuteCommand'#
+ExecuteCommand = 'ExecuteCommand'ΒΆ
-RunReclaimStorage = 'RunReclaimStorage'#
+RunReclaimStorage = 'RunReclaimStorage'ΒΆ
-SaveEntireSystem = 'SaveEntireSystem'#
+SaveEntireSystem = 'SaveEntireSystem'ΒΆ
-SaveOperationSystem = 'SaveOperationSystem'#
+SaveOperationSystem = 'SaveOperationSystem'ΒΆ
-action: Action#
+action: ActionΒΆ
-batch_time_limit: str#
+batch_time_limit: strΒΆ
-command: str#
+command: strΒΆ
-device: str#
+device: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobOS400FullScriptFile(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, special_environment: SpecialEnvironment = None, native_script_file_location: NativeScriptFileLocation = None, i_f_s_script_file_location: IFSScriptFileLocation = None, embedded_script_file_location: EmbeddedScriptFileLocation = None)#
+class aapi.job.JobOS400FullScriptFile(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, special_environment: SpecialEnvironment = None, native_script_file_location: NativeScriptFileLocation = None, i_f_s_script_file_location: IFSScriptFileLocation = None, embedded_script_file_location: EmbeddedScriptFileLocation = None)ΒΆ

Bases: JobOS400Full

-class EmbeddedScriptFileLocation(v_t_script_file_embedded: str, script: str, *, use_instream_jcl: str | None = None)#
+class EmbeddedScriptFileLocation(v_t_script_file_embedded: str, script: str, *, use_instream_jcl: str | None = None)ΒΆ

Bases: AAPIObject

-script: str#
+script: strΒΆ
-use_instream_jcl: str#
+use_instream_jcl: strΒΆ
-v_t_script_file_embedded: str#
+v_t_script_file_embedded: strΒΆ
-class IFSScriptFileLocation(v_t_script_file_i_f_s: str, path: str, script: str)#
+class IFSScriptFileLocation(v_t_script_file_i_f_s: str, path: str, script: str)ΒΆ

Bases: AAPIObject

-path: str#
+path: strΒΆ
-script: str#
+script: strΒΆ
-v_t_script_file_i_f_s: str#
+v_t_script_file_i_f_s: strΒΆ
-class NativeScriptFileLocation(v_t_script_file_native: str, script: str, library: str, *, use_instream_jcl: str | None = None)#
+class NativeScriptFileLocation(v_t_script_file_native: str, script: str, library: str, *, use_instream_jcl: str | None = None)ΒΆ

Bases: AAPIObject

-library: str#
+library: strΒΆ
-script: str#
+script: strΒΆ
-use_instream_jcl: str#
+use_instream_jcl: strΒΆ
-v_t_script_file_native: str#
+v_t_script_file_native: strΒΆ
-class SpecialEnvironment(value)#
+class SpecialEnvironment(value)ΒΆ

Bases: Enum

An enumeration.

-Native = 'Native'#
+Native = 'Native'ΒΆ
-QShell = 'QShell'#
+QShell = 'QShell'ΒΆ
-S38 = 'S38'#
+S38 = 'S38'ΒΆ
-embedded_script_file_location: EmbeddedScriptFileLocation#
+embedded_script_file_location: EmbeddedScriptFileLocationΒΆ
-i_f_s_script_file_location: IFSScriptFileLocation#
+i_f_s_script_file_location: IFSScriptFileLocationΒΆ
-native_script_file_location: NativeScriptFileLocation#
+native_script_file_location: NativeScriptFileLocationΒΆ
-object_name: str#
+object_name: strΒΆ
-special_environment: SpecialEnvironment#
+special_environment: SpecialEnvironmentΒΆ
-class aapi.job.JobOS400FullSubSystem(object_name: str, library: str, sub_system: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobOS400FullSubSystem(object_name: str, library: str, sub_system: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobOS400Full

-library: str#
+library: strΒΆ
-object_name: str#
+object_name: strΒΆ
-sub_system: str#
+sub_system: strΒΆ
-class aapi.job.JobOS400FullVirtualTerminal(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, native_script_file_location: NativeScriptFileLocation = None, i_f_s_script_file_location: IFSScriptFileLocation = None, embedded_script_file_location: EmbeddedScriptFileLocation = None)#
+class aapi.job.JobOS400FullVirtualTerminal(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, native_script_file_location: NativeScriptFileLocation = None, i_f_s_script_file_location: IFSScriptFileLocation = None, embedded_script_file_location: EmbeddedScriptFileLocation = None)ΒΆ

Bases: JobOS400Full

-class EmbeddedScriptFileLocation(v_t_script_file_embedded: str, script: str, *, use_instream_jcl: str | None = None)#
+class EmbeddedScriptFileLocation(v_t_script_file_embedded: str, script: str, *, use_instream_jcl: str | None = None)ΒΆ

Bases: AAPIObject

-script: str#
+script: strΒΆ
-use_instream_jcl: str#
+use_instream_jcl: strΒΆ
-v_t_script_file_embedded: str#
+v_t_script_file_embedded: strΒΆ
-class IFSScriptFileLocation(v_t_script_file_i_f_s: str)#
+class IFSScriptFileLocation(v_t_script_file_i_f_s: str)ΒΆ

Bases: AAPIObject

-v_t_script_file_i_f_s: str#
+v_t_script_file_i_f_s: strΒΆ
-class NativeScriptFileLocation(v_t_script_file_native: str)#
+class NativeScriptFileLocation(v_t_script_file_native: str)ΒΆ

Bases: AAPIObject

-v_t_script_file_native: str#
+v_t_script_file_native: strΒΆ
-embedded_script_file_location: EmbeddedScriptFileLocation#
+embedded_script_file_location: EmbeddedScriptFileLocationΒΆ
-i_f_s_script_file_location: IFSScriptFileLocation#
+i_f_s_script_file_location: IFSScriptFileLocationΒΆ
-native_script_file_location: NativeScriptFileLocation#
+native_script_file_location: NativeScriptFileLocationΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobOS400MultipleCommands(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobOS400MultipleCommands(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobOS400

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobOS400Program(object_name: str, program: str, library: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, special_environment: SpecialEnvironment = None)#
+class aapi.job.JobOS400Program(object_name: str, program: str, library: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, special_environment: SpecialEnvironment = None)ΒΆ

Bases: JobOS400

-class SpecialEnvironment(value)#
+class SpecialEnvironment(value)ΒΆ

Bases: Enum

An enumeration.

-Native = 'Native'#
+Native = 'Native'ΒΆ
-QShell = 'QShell'#
+QShell = 'QShell'ΒΆ
-S38 = 'S38'#
+S38 = 'S38'ΒΆ
-library: str#
+library: strΒΆ
-object_name: str#
+object_name: strΒΆ
-program: str#
+program: strΒΆ
-special_environment: SpecialEnvironment#
+special_environment: SpecialEnvironmentΒΆ
-class aapi.job.JobOS400VirtualTerminal(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, native_script_file_location: NativeScriptFileLocation = None, i_f_s_script_file_location: IFSScriptFileLocation = None, embedded_script_file_location: EmbeddedScriptFileLocation = None)#
+class aapi.job.JobOS400VirtualTerminal(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, native_script_file_location: NativeScriptFileLocation = None, i_f_s_script_file_location: IFSScriptFileLocation = None, embedded_script_file_location: EmbeddedScriptFileLocation = None)ΒΆ

Bases: JobOS400

-class EmbeddedScriptFileLocation(v_t_script_file_embedded: str, script: str, *, use_instream_jcl: str | None = None)#
+class EmbeddedScriptFileLocation(v_t_script_file_embedded: str, script: str, *, use_instream_jcl: str | None = None)ΒΆ

Bases: AAPIObject

-script: str#
+script: strΒΆ
-use_instream_jcl: str#
+use_instream_jcl: strΒΆ
-v_t_script_file_embedded: str#
+v_t_script_file_embedded: strΒΆ
-class IFSScriptFileLocation(v_t_script_file_i_f_s: str)#
+class IFSScriptFileLocation(v_t_script_file_i_f_s: str)ΒΆ

Bases: AAPIObject

-v_t_script_file_i_f_s: str#
+v_t_script_file_i_f_s: strΒΆ
-class NativeScriptFileLocation(v_t_script_file_native: str)#
+class NativeScriptFileLocation(v_t_script_file_native: str)ΒΆ

Bases: AAPIObject

-v_t_script_file_native: str#
+v_t_script_file_native: strΒΆ
-embedded_script_file_location: EmbeddedScriptFileLocation#
+embedded_script_file_location: EmbeddedScriptFileLocationΒΆ
-i_f_s_script_file_location: IFSScriptFileLocation#
+i_f_s_script_file_location: IFSScriptFileLocationΒΆ
-native_script_file_location: NativeScriptFileLocation#
+native_script_file_location: NativeScriptFileLocationΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobPeopleSoft(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, user: str = None, control_id: str = None, server_name: str = None, process_type: str = None, process_name: str = None, append_to_output: bool = None, bind_variables: List[str] = None)#
+class aapi.job.JobPeopleSoft(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, user: str = None, control_id: str = None, server_name: str = None, process_type: str = None, process_name: str = None, append_to_output: bool = None, bind_variables: List[str] = None)ΒΆ

Bases: Job

-append_to_output: bool#
+append_to_output: boolΒΆ
-bind_variables: List[str]#
+bind_variables: List[str]ΒΆ
-connection_profile: str#
+connection_profile: strΒΆ
-control_id: str#
+control_id: strΒΆ
-object_name: str#
+object_name: strΒΆ
-process_name: str#
+process_name: strΒΆ
-process_type: str#
+process_type: strΒΆ
-server_name: str#
+server_name: strΒΆ
-user: str#
+user: strΒΆ
-class aapi.job.JobSAP(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None)#
+class aapi.job.JobSAP(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None)ΒΆ

Bases: Job

-connection_profile: str#
+connection_profile: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobSAPBW(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, detect_spawned_job: DetectSpawnedJob = None)#
+class aapi.job.JobSAPBW(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, detect_spawned_job: DetectSpawnedJob = None)ΒΆ

Bases: JobSAP

-class DetectSpawnedJob(*, detect_and_create: DetectAndCreate = None, job_name: str = None, start_spawned_job: bool = None, job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: bool = None, job_completion_status_depends_on_child_jobs_status: bool = None)#
+class DetectSpawnedJob(*, detect_and_create: DetectAndCreate = None, job_name: str = None, start_spawned_job: bool = None, job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: bool = None, job_completion_status_depends_on_child_jobs_status: bool = None)ΒΆ

Bases: AAPIObject

-class DetectAndCreate(value)#
+class DetectAndCreate(value)ΒΆ

Bases: Enum

An enumeration.

-Comment = 'Comment'#
+Comment = 'Comment'ΒΆ
-CurrentJobDefinition = 'CurrentJobDefinition'#
+CurrentJobDefinition = 'CurrentJobDefinition'ΒΆ
-SpecificJobDefinition = 'SpecificJobDefinition'#
+SpecificJobDefinition = 'SpecificJobDefinition'ΒΆ
-detect_and_create: DetectAndCreate#
+detect_and_create: DetectAndCreateΒΆ
-job_completion_status_depends_on_child_jobs_status: bool#
+job_completion_status_depends_on_child_jobs_status: boolΒΆ
-job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: bool#
+job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: boolΒΆ
-job_name: str#
+job_name: strΒΆ
-start_spawned_job: bool#
+start_spawned_job: boolΒΆ
-detect_spawned_job: DetectSpawnedJob#
+detect_spawned_job: DetectSpawnedJobΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobSAPBWInfoPackage(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, detect_spawned_job: DetectSpawnedJob = None, info_package: InfoPackage = None)#
+class aapi.job.JobSAPBWInfoPackage(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, detect_spawned_job: DetectSpawnedJob = None, info_package: InfoPackage = None)ΒΆ

Bases: JobSAPBW

-class InfoPackage(*, description: str | None = None, tech_name: str | None = None, background_job_name: str | None = None)#
+class InfoPackage(*, description: str | None = None, tech_name: str | None = None, background_job_name: str | None = None)ΒΆ

Bases: AAPIObject

-background_job_name: str#
+background_job_name: strΒΆ
-description: str#
+description: strΒΆ
-tech_name: str#
+tech_name: strΒΆ
-info_package: InfoPackage#
+info_package: InfoPackageΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobSAPBWProcessChain(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, detect_spawned_job: DetectSpawnedJob = None, rerun_option: RerunOption = None, process_chain_description: str = None, id: str = None, enable_peridoic_job: bool = None, consider_only_overall_chain_status: bool = None, retrieve_log: str = None)#
+class aapi.job.JobSAPBWProcessChain(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, detect_spawned_job: DetectSpawnedJob = None, rerun_option: RerunOption = None, process_chain_description: str = None, id: str = None, enable_peridoic_job: bool = None, consider_only_overall_chain_status: bool = None, retrieve_log: str = None)ΒΆ

Bases: JobSAPBW

-class RerunOption(value)#
+class RerunOption(value)ΒΆ

Bases: Enum

An enumeration.

-RerunFromStart = 'RerunFromStart'#
+RerunFromStart = 'RerunFromStart'ΒΆ
-RestartFromFailiurePoint = 'RestartFromFailiurePoint'#
+RestartFromFailiurePoint = 'RestartFromFailiurePoint'ΒΆ
-consider_only_overall_chain_status: bool#
+consider_only_overall_chain_status: boolΒΆ
-enable_peridoic_job: bool#
+enable_peridoic_job: boolΒΆ
-id: str#
+id: strΒΆ
-object_name: str#
+object_name: strΒΆ
-process_chain_description: str#
+process_chain_description: strΒΆ
-rerun_option: RerunOption#
+rerun_option: RerunOptionΒΆ
-retrieve_log: str#
+retrieve_log: strΒΆ
-class aapi.job.JobSAPDataArchiving(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, start_condition: StartCondition = None)#
+class aapi.job.JobSAPDataArchiving(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, start_condition: StartCondition = None)ΒΆ

Bases: JobSAP

-class StartCondition(value)#
+class StartCondition(value)ΒΆ

Bases: Enum

An enumeration.

-ASAP = 'ASAP'#
+ASAP = 'ASAP'ΒΆ
-AfterEvent = 'AfterEvent'#
+AfterEvent = 'AfterEvent'ΒΆ
-Immediate = 'Immediate'#
+Immediate = 'Immediate'ΒΆ
-object_name: str#
+object_name: strΒΆ
-start_condition: StartCondition#
+start_condition: StartConditionΒΆ
-class aapi.job.JobSAPDataArchivingDelete(object_name: str, job_name: str, archiving_object: str, session_number: int, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, start_condition: StartCondition = None, target: str = None, copy_spool_file_to: str = None)#
+class aapi.job.JobSAPDataArchivingDelete(object_name: str, job_name: str, archiving_object: str, session_number: int, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, start_condition: StartCondition = None, target: str = None, copy_spool_file_to: str = None)ΒΆ

Bases: JobSAPDataArchiving

-archiving_object: str#
+archiving_object: strΒΆ
-copy_spool_file_to: str#
+copy_spool_file_to: strΒΆ
-job_name: str#
+job_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-session_number: int#
+session_number: intΒΆ
-target: str#
+target: strΒΆ
-class aapi.job.JobSAPDataArchivingStore(object_name: str, job_name: str, archiving_object: str, session_number: int, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, start_condition: StartCondition = None, target: str = None, copy_spool_file_to: str = None)#
+class aapi.job.JobSAPDataArchivingStore(object_name: str, job_name: str, archiving_object: str, session_number: int, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, start_condition: StartCondition = None, target: str = None, copy_spool_file_to: str = None)ΒΆ

Bases: JobSAPDataArchiving

-archiving_object: str#
+archiving_object: strΒΆ
-copy_spool_file_to: str#
+copy_spool_file_to: strΒΆ
-job_name: str#
+job_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-session_number: int#
+session_number: intΒΆ
-target: str#
+target: strΒΆ
-class aapi.job.JobSAPDataArchivingWrite(object_name: str, job_name: str, archiving_object: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, start_condition: StartCondition = None, target: str = None, job_class: JobClass = None, copy_spool_file_to: str = None, variant: Variant = None, validations: Validations = None, detect_spawned_job: DetectSpawnedJob = None)#
+class aapi.job.JobSAPDataArchivingWrite(object_name: str, job_name: str, archiving_object: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, start_condition: StartCondition = None, target: str = None, job_class: JobClass = None, copy_spool_file_to: str = None, variant: Variant = None, validations: Validations = None, detect_spawned_job: DetectSpawnedJob = None)ΒΆ

Bases: JobSAPDataArchiving

-class DetectSpawnedJob(*, detect_and_create: DetectAndCreate = None, job_name: str = None, start_spawned_job: bool = None)#
+class DetectSpawnedJob(*, detect_and_create: DetectAndCreate = None, job_name: str = None, start_spawned_job: bool = None)ΒΆ

Bases: AAPIObject

-class DetectAndCreate(value)#
+class DetectAndCreate(value)ΒΆ

Bases: Enum

An enumeration.

-Comment = 'Comment'#
+Comment = 'Comment'ΒΆ
-CurrentJobDefinition = 'CurrentJobDefinition'#
+CurrentJobDefinition = 'CurrentJobDefinition'ΒΆ
-SpecificJobDefinition = 'SpecificJobDefinition'#
+SpecificJobDefinition = 'SpecificJobDefinition'ΒΆ
-detect_and_create: DetectAndCreate#
+detect_and_create: DetectAndCreateΒΆ
-job_name: str#
+job_name: strΒΆ
-start_spawned_job: bool#
+start_spawned_job: boolΒΆ
-class JobClass(value)#
+class JobClass(value)ΒΆ

Bases: Enum

An enumeration.

-High = 'High'#
+High = 'High'ΒΆ
-Low = 'Low'#
+Low = 'Low'ΒΆ
-Medium = 'Medium'#
+Medium = 'Medium'ΒΆ
-class Validations(*, check_sessions: bool | None = None, check_variants: bool | None = None)#
+class Validations(*, check_sessions: bool | None = None, check_variants: bool | None = None)ΒΆ

Bases: AAPIObject

-check_sessions: bool#
+check_sessions: boolΒΆ
-check_variants: bool#
+check_variants: boolΒΆ
-class Variant(*, name: str | None = None, language: str | None = None, user: str | None = None)#
+class Variant(*, name: str | None = None, language: str | None = None, user: str | None = None)ΒΆ

Bases: AAPIObject

-language: str#
+language: strΒΆ
-name: str#
+name: strΒΆ
-user: str#
+user: strΒΆ
-archiving_object: str#
+archiving_object: strΒΆ
-copy_spool_file_to: str#
+copy_spool_file_to: strΒΆ
-detect_spawned_job: DetectSpawnedJob#
+detect_spawned_job: DetectSpawnedJobΒΆ
-job_class: JobClass#
+job_class: JobClassΒΆ
-job_name: str#
+job_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-target: str#
+target: strΒΆ
-validations: Validations#
+validations: ValidationsΒΆ
-variant: Variant#
+variant: VariantΒΆ
-class aapi.job.JobSAPR3(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, new_job_name: str = None)#
+class aapi.job.JobSAPR3(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, new_job_name: str = None)ΒΆ

Bases: JobSAP

-new_job_name: str#
+new_job_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobSAPR3BatchInputSession(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, new_job_name: str = None, exec: Exec = None, target: str = None, session: Session = None, pattern: Pattern = None)#
+class aapi.job.JobSAPR3BatchInputSession(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, new_job_name: str = None, exec: Exec = None, target: str = None, session: Session = None, pattern: Pattern = None)ΒΆ

Bases: JobSAPR3

-class Exec(value)#
+class Exec(value)ΒΆ

Bases: Enum

An enumeration.

-Server = 'Server'#
+Server = 'Server'ΒΆ
-class Pattern(name: str)#
+class Pattern(name: str)ΒΆ

Bases: AAPIObject

-name: str#
+name: strΒΆ
-class Session(name: str)#
+class Session(name: str)ΒΆ

Bases: AAPIObject

-name: str#
+name: strΒΆ
-exec: Exec#
+exec: ExecΒΆ
-object_name: str#
+object_name: strΒΆ
-pattern: Pattern#
+pattern: PatternΒΆ
-session: Session#
+session: SessionΒΆ
-target: str#
+target: strΒΆ
-class aapi.job.JobSAPR3COPY(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, sap_job_name: str = None, exec: Exec = None, target: str = None, job_count: JobCount = None, job_count_specific_name: str = None, new_job_name: str = None, start_condition: StartCondition = None, after_event: str = None, after_event_parameters: str = None, rerun_from_point_of_failure: bool = None, copy_from_step: int = None, post_job_action: PostJobAction = None, detect_spawned_job: DetectSpawnedJob = None)#
+class aapi.job.JobSAPR3COPY(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, sap_job_name: str = None, exec: Exec = None, target: str = None, job_count: JobCount = None, job_count_specific_name: str = None, new_job_name: str = None, start_condition: StartCondition = None, after_event: str = None, after_event_parameters: str = None, rerun_from_point_of_failure: bool = None, copy_from_step: int = None, post_job_action: PostJobAction = None, detect_spawned_job: DetectSpawnedJob = None)ΒΆ

Bases: JobSAPR3

-class DetectSpawnedJob(*, detect_and_create: DetectAndCreate = None, job_name: str = None, start_spawned_job: bool = None, job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: bool = None, job_completion_status_depends_on_child_jobs_status: bool = None)#
+class DetectSpawnedJob(*, detect_and_create: DetectAndCreate = None, job_name: str = None, start_spawned_job: bool = None, job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: bool = None, job_completion_status_depends_on_child_jobs_status: bool = None)ΒΆ

Bases: AAPIObject

-class DetectAndCreate(value)#
+class DetectAndCreate(value)ΒΆ

Bases: Enum

An enumeration.

-Comment = 'Comment'#
+Comment = 'Comment'ΒΆ
-CurrentJobDefinition = 'CurrentJobDefinition'#
+CurrentJobDefinition = 'CurrentJobDefinition'ΒΆ
-SpecificJobDefinition = 'SpecificJobDefinition'#
+SpecificJobDefinition = 'SpecificJobDefinition'ΒΆ
-detect_and_create: DetectAndCreate#
+detect_and_create: DetectAndCreateΒΆ
-job_completion_status_depends_on_child_jobs_status: bool#
+job_completion_status_depends_on_child_jobs_status: boolΒΆ
-job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: bool#
+job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: boolΒΆ
-job_name: str#
+job_name: strΒΆ
-start_spawned_job: bool#
+start_spawned_job: boolΒΆ
-class Exec(value)#
+class Exec(value)ΒΆ

Bases: Enum

An enumeration.

-Group = 'Group'#
+Group = 'Group'ΒΆ
-Server = 'Server'#
+Server = 'Server'ΒΆ
-class JobCount(value)#
+class JobCount(value)ΒΆ

Bases: Enum

An enumeration.

-First = 'First'#
+First = 'First'ΒΆ
-FirstScheduled = 'FirstScheduled'#
+FirstScheduled = 'FirstScheduled'ΒΆ
-Last = 'Last'#
+Last = 'Last'ΒΆ
-LastScheduled = 'LastScheduled'#
+LastScheduled = 'LastScheduled'ΒΆ
-SpecificJob = 'SpecificJob'#
+SpecificJob = 'SpecificJob'ΒΆ
-class PostJobAction(*, spool: Spool = None, spool_file: str = None, spool_save_to_p_d_f: bool = None, job_log: JobLog = None, job_log_file: str = None, job_completion_status_will_depend_on_application_status: bool = None)#
+class PostJobAction(*, spool: Spool = None, spool_file: str = None, spool_save_to_p_d_f: bool = None, job_log: JobLog = None, job_log_file: str = None, job_completion_status_will_depend_on_application_status: bool = None)ΒΆ

Bases: AAPIObject

-class JobLog(value)#
+class JobLog(value)ΒΆ

Bases: Enum

An enumeration.

-CopyToFile = 'CopyToFile'#
+CopyToFile = 'CopyToFile'ΒΆ
-CopyToOutput = 'CopyToOutput'#
+CopyToOutput = 'CopyToOutput'ΒΆ
-DoNotCopy = 'DoNotCopy'#
+DoNotCopy = 'DoNotCopy'ΒΆ
-class Spool(value)#
+class Spool(value)ΒΆ

Bases: Enum

An enumeration.

-Comment = 'Comment'#
+Comment = 'Comment'ΒΆ
-CopyToFile = 'CopyToFile'#
+CopyToFile = 'CopyToFile'ΒΆ
-CopyToOutput = 'CopyToOutput'#
+CopyToOutput = 'CopyToOutput'ΒΆ
-job_completion_status_will_depend_on_application_status: bool#
+job_completion_status_will_depend_on_application_status: boolΒΆ
-job_log: JobLog#
+job_log: JobLogΒΆ
-job_log_file: str#
+job_log_file: strΒΆ
-spool: Spool#
+spool: SpoolΒΆ
-spool_file: str#
+spool_file: strΒΆ
-spool_save_to_p_d_f: bool#
+spool_save_to_p_d_f: boolΒΆ
-class StartCondition(value)#
+class StartCondition(value)ΒΆ

Bases: Enum

An enumeration.

-ASAP = 'ASAP'#
+ASAP = 'ASAP'ΒΆ
-AfterEvent = 'AfterEvent'#
+AfterEvent = 'AfterEvent'ΒΆ
-Immediate = 'Immediate'#
+Immediate = 'Immediate'ΒΆ
-after_event: str#
+after_event: strΒΆ
-after_event_parameters: str#
+after_event_parameters: strΒΆ
-copy_from_step: int#
+copy_from_step: intΒΆ
-detect_spawned_job: DetectSpawnedJob#
+detect_spawned_job: DetectSpawnedJobΒΆ
-exec: Exec#
+exec: ExecΒΆ
-job_count: JobCount#
+job_count: JobCountΒΆ
-job_count_specific_name: str#
+job_count_specific_name: strΒΆ
-new_job_name: str#
+new_job_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-post_job_action: PostJobAction#
+post_job_action: PostJobActionΒΆ
-rerun_from_point_of_failure: bool#
+rerun_from_point_of_failure: boolΒΆ
-sap_job_name: str#
+sap_job_name: strΒΆ
-start_condition: StartCondition#
+start_condition: StartConditionΒΆ
-target: str#
+target: strΒΆ
-class aapi.job.JobSAPR3CREATE(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, sap_job_name: str = None, exec: Exec = None, target: str = None, start_condition: StartCondition = None, after_event: str = None, after_event_parameters: str = None, rerun_from_step: int = None, job_class: JobClass = None, new_job_name: str = None, rerun_from_point_of_failure: bool = None, copy_from_step: int = None, post_job_action: PostJobAction = None, detect_spawned_job: DetectSpawnedJob = None, spool_list_recipient: SpoolListRecipient = None)#
+class aapi.job.JobSAPR3CREATE(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, sap_job_name: str = None, exec: Exec = None, target: str = None, start_condition: StartCondition = None, after_event: str = None, after_event_parameters: str = None, rerun_from_step: int = None, job_class: JobClass = None, new_job_name: str = None, rerun_from_point_of_failure: bool = None, copy_from_step: int = None, post_job_action: PostJobAction = None, detect_spawned_job: DetectSpawnedJob = None, spool_list_recipient: SpoolListRecipient = None)ΒΆ

Bases: JobSAPR3

-class DetectSpawnedJob(*, detect_and_create: DetectAndCreate = None, job_name: str = None, start_spawned_job: bool = None, job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: bool = None, job_completion_status_depends_on_child_jobs_status: bool = None)#
+class DetectSpawnedJob(*, detect_and_create: DetectAndCreate = None, job_name: str = None, start_spawned_job: bool = None, job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: bool = None, job_completion_status_depends_on_child_jobs_status: bool = None)ΒΆ

Bases: AAPIObject

-class DetectAndCreate(value)#
+class DetectAndCreate(value)ΒΆ

Bases: Enum

An enumeration.

-Comment = 'Comment'#
+Comment = 'Comment'ΒΆ
-CurrentJobDefinition = 'CurrentJobDefinition'#
+CurrentJobDefinition = 'CurrentJobDefinition'ΒΆ
-SpecificJobDefinition = 'SpecificJobDefinition'#
+SpecificJobDefinition = 'SpecificJobDefinition'ΒΆ
-detect_and_create: DetectAndCreate#
+detect_and_create: DetectAndCreateΒΆ
-job_completion_status_depends_on_child_jobs_status: bool#
+job_completion_status_depends_on_child_jobs_status: boolΒΆ
-job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: bool#
+job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: boolΒΆ
-job_name: str#
+job_name: strΒΆ
-start_spawned_job: bool#
+start_spawned_job: boolΒΆ
-class Exec(value)#
+class Exec(value)ΒΆ

Bases: Enum

An enumeration.

-Group = 'Group'#
+Group = 'Group'ΒΆ
-Server = 'Server'#
+Server = 'Server'ΒΆ
-class JobClass(value)#
+class JobClass(value)ΒΆ

Bases: Enum

An enumeration.

-A = 'A'#
+A = 'A'ΒΆ
-B = 'B'#
+B = 'B'ΒΆ
-C = 'C'#
+C = 'C'ΒΆ
-class PostJobAction(*, spool: Spool = None, spool_file: str = None, spool_save_to_p_d_f: bool = None, job_log: JobLog = None, job_log_file: str = None, job_completion_status_will_depend_on_application_status: bool = None)#
+class PostJobAction(*, spool: Spool = None, spool_file: str = None, spool_save_to_p_d_f: bool = None, job_log: JobLog = None, job_log_file: str = None, job_completion_status_will_depend_on_application_status: bool = None)ΒΆ

Bases: AAPIObject

-class JobLog(value)#
+class JobLog(value)ΒΆ

Bases: Enum

An enumeration.

-CopyToFile = 'CopyToFile'#
+CopyToFile = 'CopyToFile'ΒΆ
-CopyToOutput = 'CopyToOutput'#
+CopyToOutput = 'CopyToOutput'ΒΆ
-DoNotCopy = 'DoNotCopy'#
+DoNotCopy = 'DoNotCopy'ΒΆ
-class Spool(value)#
+class Spool(value)ΒΆ

Bases: Enum

An enumeration.

-Comment = 'Comment'#
+Comment = 'Comment'ΒΆ
-CopyToFile = 'CopyToFile'#
+CopyToFile = 'CopyToFile'ΒΆ
-CopyToOutput = 'CopyToOutput'#
+CopyToOutput = 'CopyToOutput'ΒΆ
-job_completion_status_will_depend_on_application_status: bool#
+job_completion_status_will_depend_on_application_status: boolΒΆ
-job_log: JobLog#
+job_log: JobLogΒΆ
-job_log_file: str#
+job_log_file: strΒΆ
-spool: Spool#
+spool: SpoolΒΆ
-spool_file: str#
+spool_file: strΒΆ
-spool_save_to_p_d_f: bool#
+spool_save_to_p_d_f: boolΒΆ
-class SpoolListRecipient(*, recipient_type: RecipientType = None, recipient_name: str = None, recipient_copy: bool = None, recipient_blind_copy: bool = None, recipient_express: bool = None, recipt_no_forwarding: bool = None)#
+class SpoolListRecipient(*, recipient_type: RecipientType = None, recipient_name: str = None, recipient_copy: bool = None, recipient_blind_copy: bool = None, recipient_express: bool = None, recipt_no_forwarding: bool = None)ΒΆ

Bases: AAPIObject

-class RecipientType(value)#
+class RecipientType(value)ΒΆ

Bases: Enum

An enumeration.

-Comment = 'Comment'#
+Comment = 'Comment'ΒΆ
-ExternalAddress = 'ExternalAddress'#
+ExternalAddress = 'ExternalAddress'ΒΆ
-FaxNumber = 'FaxNumber'#
+FaxNumber = 'FaxNumber'ΒΆ
-InternetAddress = 'InternetAddress'#
+InternetAddress = 'InternetAddress'ΒΆ
-PrivateDistributionList = 'PrivateDistributionList'#
+PrivateDistributionList = 'PrivateDistributionList'ΒΆ
-RemoteMailAddress = 'RemoteMailAddress'#
+RemoteMailAddress = 'RemoteMailAddress'ΒΆ
-SapUserName = 'SapUserName'#
+SapUserName = 'SapUserName'ΒΆ
-SharedDistributionList = 'SharedDistributionList'#
+SharedDistributionList = 'SharedDistributionList'ΒΆ
-TelexNumber = 'TelexNumber'#
+TelexNumber = 'TelexNumber'ΒΆ
-X400Address = 'X400Address'#
+X400Address = 'X400Address'ΒΆ
-recipient_blind_copy: bool#
+recipient_blind_copy: boolΒΆ
-recipient_copy: bool#
+recipient_copy: boolΒΆ
-recipient_express: bool#
+recipient_express: boolΒΆ
-recipient_name: str#
+recipient_name: strΒΆ
-recipient_type: RecipientType#
+recipient_type: RecipientTypeΒΆ
-recipt_no_forwarding: bool#
+recipt_no_forwarding: boolΒΆ
-class StartCondition(value)#
+class StartCondition(value)ΒΆ

Bases: Enum

An enumeration.

-ASAP = 'ASAP'#
+ASAP = 'ASAP'ΒΆ
-AfterEvent = 'AfterEvent'#
+AfterEvent = 'AfterEvent'ΒΆ
-Immediate = 'Immediate'#
+Immediate = 'Immediate'ΒΆ
-after_event: str#
+after_event: strΒΆ
-after_event_parameters: str#
+after_event_parameters: strΒΆ
-copy_from_step: int#
+copy_from_step: intΒΆ
-detect_spawned_job: DetectSpawnedJob#
+detect_spawned_job: DetectSpawnedJobΒΆ
-exec: Exec#
+exec: ExecΒΆ
-job_class: JobClass#
+job_class: JobClassΒΆ
-new_job_name: str#
+new_job_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-post_job_action: PostJobAction#
+post_job_action: PostJobActionΒΆ
-rerun_from_point_of_failure: bool#
+rerun_from_point_of_failure: boolΒΆ
-rerun_from_step: int#
+rerun_from_step: intΒΆ
-sap_job_name: str#
+sap_job_name: strΒΆ
-spool_list_recipient: SpoolListRecipient#
+spool_list_recipient: SpoolListRecipientΒΆ
-start_condition: StartCondition#
+start_condition: StartConditionΒΆ
-target: str#
+target: strΒΆ
-class aapi.job.JobSAPR3MonitorSapJob(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, new_job_name: str = None, sap_job_name: str = None, job_count: JobCount = None, job_count_specific_name: str = None, rerun_from_point_of_failure: bool = None, copy_from_step: int = None, rerun_from_step: int = None, detect_spawned_job: DetectSpawnedJob = None)#
+class aapi.job.JobSAPR3MonitorSapJob(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, new_job_name: str = None, sap_job_name: str = None, job_count: JobCount = None, job_count_specific_name: str = None, rerun_from_point_of_failure: bool = None, copy_from_step: int = None, rerun_from_step: int = None, detect_spawned_job: DetectSpawnedJob = None)ΒΆ

Bases: JobSAPR3

-class DetectSpawnedJob(*, detect_and_create: DetectAndCreate = None, job_name: str = None, start_spawned_job: bool = None, job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: bool = None, job_completion_status_depends_on_child_jobs_status: bool = None)#
+class DetectSpawnedJob(*, detect_and_create: DetectAndCreate = None, job_name: str = None, start_spawned_job: bool = None, job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: bool = None, job_completion_status_depends_on_child_jobs_status: bool = None)ΒΆ

Bases: AAPIObject

-class DetectAndCreate(value)#
+class DetectAndCreate(value)ΒΆ

Bases: Enum

An enumeration.

-Comment = 'Comment'#
+Comment = 'Comment'ΒΆ
-CurrentJobDefinition = 'CurrentJobDefinition'#
+CurrentJobDefinition = 'CurrentJobDefinition'ΒΆ
-SpecificJobDefinition = 'SpecificJobDefinition'#
+SpecificJobDefinition = 'SpecificJobDefinition'ΒΆ
-detect_and_create: DetectAndCreate#
+detect_and_create: DetectAndCreateΒΆ
-job_completion_status_depends_on_child_jobs_status: bool#
+job_completion_status_depends_on_child_jobs_status: boolΒΆ
-job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: bool#
+job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: boolΒΆ
-job_name: str#
+job_name: strΒΆ
-start_spawned_job: bool#
+start_spawned_job: boolΒΆ
-class JobCount(value)#
+class JobCount(value)ΒΆ

Bases: Enum

An enumeration.

-SpecificJob = 'SpecificJob'#
+SpecificJob = 'SpecificJob'ΒΆ
-copy_from_step: int#
+copy_from_step: intΒΆ
-detect_spawned_job: DetectSpawnedJob#
+detect_spawned_job: DetectSpawnedJobΒΆ
-job_count: JobCount#
+job_count: JobCountΒΆ
-job_count_specific_name: str#
+job_count_specific_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-rerun_from_point_of_failure: bool#
+rerun_from_point_of_failure: boolΒΆ
-rerun_from_step: int#
+rerun_from_step: intΒΆ
-sap_job_name: str#
+sap_job_name: strΒΆ
-class aapi.job.JobSAPR3PredefinedSapJob(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, new_job_name: str = None, sap_job_name: str = None, exec: Exec = None, target: str = None, start_condition: StartCondition = None, after_event: str = None, after_event_parameters: str = None, rerun_from_step: int = None, job_count: JobCount = None, job_count_specific_name: str = None, rerun_from_point_of_failure: bool = None, copy_from_step: int = None, post_job_action: PostJobAction = None, detect_spawned_job: DetectSpawnedJob = None)#
+class aapi.job.JobSAPR3PredefinedSapJob(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, new_job_name: str = None, sap_job_name: str = None, exec: Exec = None, target: str = None, start_condition: StartCondition = None, after_event: str = None, after_event_parameters: str = None, rerun_from_step: int = None, job_count: JobCount = None, job_count_specific_name: str = None, rerun_from_point_of_failure: bool = None, copy_from_step: int = None, post_job_action: PostJobAction = None, detect_spawned_job: DetectSpawnedJob = None)ΒΆ

Bases: JobSAPR3

-class DetectSpawnedJob(*, detect_and_create: DetectAndCreate = None, job_name: str = None, start_spawned_job: bool = None, job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: bool = None, job_completion_status_depends_on_child_jobs_status: bool = None)#
+class DetectSpawnedJob(*, detect_and_create: DetectAndCreate = None, job_name: str = None, start_spawned_job: bool = None, job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: bool = None, job_completion_status_depends_on_child_jobs_status: bool = None)ΒΆ

Bases: AAPIObject

-class DetectAndCreate(value)#
+class DetectAndCreate(value)ΒΆ

Bases: Enum

An enumeration.

-Comment = 'Comment'#
+Comment = 'Comment'ΒΆ
-CurrentJobDefinition = 'CurrentJobDefinition'#
+CurrentJobDefinition = 'CurrentJobDefinition'ΒΆ
-SpecificJobDefinition = 'SpecificJobDefinition'#
+SpecificJobDefinition = 'SpecificJobDefinition'ΒΆ
-detect_and_create: DetectAndCreate#
+detect_and_create: DetectAndCreateΒΆ
-job_completion_status_depends_on_child_jobs_status: bool#
+job_completion_status_depends_on_child_jobs_status: boolΒΆ
-job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: bool#
+job_end_in_control_m_only_aftre_child_jobs_complete_on_sap: boolΒΆ
-job_name: str#
+job_name: strΒΆ
-start_spawned_job: bool#
+start_spawned_job: boolΒΆ
-class Exec(value)#
+class Exec(value)ΒΆ

Bases: Enum

An enumeration.

-Group = 'Group'#
+Group = 'Group'ΒΆ
-Server = 'Server'#
+Server = 'Server'ΒΆ
-class JobCount(value)#
+class JobCount(value)ΒΆ

Bases: Enum

An enumeration.

-FirstScheduled = 'FirstScheduled'#
+FirstScheduled = 'FirstScheduled'ΒΆ
-LastScheduled = 'LastScheduled'#
+LastScheduled = 'LastScheduled'ΒΆ
-SpecificJob = 'SpecificJob'#
+SpecificJob = 'SpecificJob'ΒΆ
-class PostJobAction(*, spool: Spool = None, spool_file: str = None, spool_save_to_p_d_f: bool = None, job_log: JobLog = None, job_log_file: str = None, job_completion_status_will_depend_on_application_status: bool = None)#
+class PostJobAction(*, spool: Spool = None, spool_file: str = None, spool_save_to_p_d_f: bool = None, job_log: JobLog = None, job_log_file: str = None, job_completion_status_will_depend_on_application_status: bool = None)ΒΆ

Bases: AAPIObject

-class JobLog(value)#
+class JobLog(value)ΒΆ

Bases: Enum

An enumeration.

-CopyToFile = 'CopyToFile'#
+CopyToFile = 'CopyToFile'ΒΆ
-CopyToOutput = 'CopyToOutput'#
+CopyToOutput = 'CopyToOutput'ΒΆ
-DoNotCopy = 'DoNotCopy'#
+DoNotCopy = 'DoNotCopy'ΒΆ
-class Spool(value)#
+class Spool(value)ΒΆ

Bases: Enum

An enumeration.

-Comment = 'Comment'#
+Comment = 'Comment'ΒΆ
-CopyToFile = 'CopyToFile'#
+CopyToFile = 'CopyToFile'ΒΆ
-CopyToOutput = 'CopyToOutput'#
+CopyToOutput = 'CopyToOutput'ΒΆ
-job_completion_status_will_depend_on_application_status: bool#
+job_completion_status_will_depend_on_application_status: boolΒΆ
-job_log: JobLog#
+job_log: JobLogΒΆ
-job_log_file: str#
+job_log_file: strΒΆ
-spool: Spool#
+spool: SpoolΒΆ
-spool_file: str#
+spool_file: strΒΆ
-spool_save_to_p_d_f: bool#
+spool_save_to_p_d_f: boolΒΆ
-class StartCondition(value)#
+class StartCondition(value)ΒΆ

Bases: Enum

An enumeration.

-ASAP = 'ASAP'#
+ASAP = 'ASAP'ΒΆ
-AfterEvent = 'AfterEvent'#
+AfterEvent = 'AfterEvent'ΒΆ
-Immediate = 'Immediate'#
+Immediate = 'Immediate'ΒΆ
-after_event: str#
+after_event: strΒΆ
-after_event_parameters: str#
+after_event_parameters: strΒΆ
-copy_from_step: int#
+copy_from_step: intΒΆ
-detect_spawned_job: DetectSpawnedJob#
+detect_spawned_job: DetectSpawnedJobΒΆ
-exec: Exec#
+exec: ExecΒΆ
-job_count: JobCount#
+job_count: JobCountΒΆ
-job_count_specific_name: str#
+job_count_specific_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-post_job_action: PostJobAction#
+post_job_action: PostJobActionΒΆ
-rerun_from_point_of_failure: bool#
+rerun_from_point_of_failure: boolΒΆ
-rerun_from_step: int#
+rerun_from_step: intΒΆ
-sap_job_name: str#
+sap_job_name: strΒΆ
-start_condition: StartCondition#
+start_condition: StartConditionΒΆ
-target: str#
+target: strΒΆ
-class aapi.job.JobSAPR3SapProfile(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, new_job_name: str = None)#
+class aapi.job.JobSAPR3SapProfile(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, new_job_name: str = None)ΒΆ

Bases: JobSAPR3

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobSAPR3SapProfileActivate(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, new_job_name: str = None, profile_information: ProfileInformation = None)#
+class aapi.job.JobSAPR3SapProfileActivate(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, new_job_name: str = None, profile_information: ProfileInformation = None)ΒΆ

Bases: JobSAPR3SapProfile

-class ProfileInformation(profile_id: str, *, profile_type: str | None = None)#
+class ProfileInformation(profile_id: str, *, profile_type: str | None = None)ΒΆ

Bases: AAPIObject

-profile_id: str#
+profile_id: strΒΆ
-profile_type: str#
+profile_type: strΒΆ
-object_name: str#
+object_name: strΒΆ
-profile_information: ProfileInformation#
+profile_information: ProfileInformationΒΆ
-class aapi.job.JobSAPR3SapProfileDeactivate(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, new_job_name: str = None, profile_information: ProfileInformation = None)#
+class aapi.job.JobSAPR3SapProfileDeactivate(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, new_job_name: str = None, profile_information: ProfileInformation = None)ΒΆ

Bases: JobSAPR3SapProfile

-class ProfileInformation(*, profile_type: str | None = None)#
+class ProfileInformation(*, profile_type: str | None = None)ΒΆ

Bases: AAPIObject

-profile_type: str#
+profile_type: strΒΆ
-object_name: str#
+object_name: strΒΆ
-profile_information: ProfileInformation#
+profile_information: ProfileInformationΒΆ
-class aapi.job.JobSAPR3TriggerSapEvent(object_name: str, event_id: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, new_job_name: str = None, parameter: str = None)#
+class aapi.job.JobSAPR3TriggerSapEvent(object_name: str, event_id: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, new_job_name: str = None, parameter: str = None)ΒΆ

Bases: JobSAPR3

-event_id: str#
+event_id: strΒΆ
-object_name: str#
+object_name: strΒΆ
-parameter: str#
+parameter: strΒΆ
-class aapi.job.JobSAPR3WatchSapEvent(object_name: str, event_id: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, new_job_name: str = None, parameter: str = None)#
+class aapi.job.JobSAPR3WatchSapEvent(object_name: str, event_id: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, new_job_name: str = None, parameter: str = None)ΒΆ

Bases: JobSAPR3

-event_id: str#
+event_id: strΒΆ
-object_name: str#
+object_name: strΒΆ
-parameter: str#
+parameter: strΒΆ
-class aapi.job.JobSLAManagement(object_name: str, service_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, run_as_dummy: str = None, service_priority: str = None, job_runs_deviations_tolerance: str = None, average_run_time_tolerance: AverageRunTimeTolerance = None, complete_by: CompleteBy = None, complete_in: CompleteIn = None)#
+class aapi.job.JobSLAManagement(object_name: str, service_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, run_as_dummy: str = None, service_priority: str = None, job_runs_deviations_tolerance: str = None, average_run_time_tolerance: AverageRunTimeTolerance = None, complete_by: CompleteBy = None, complete_in: CompleteIn = None)ΒΆ

Bases: Job

-class AverageRunTimeTolerance(*, average_run_time: str = None, units: Units = None)#
+class AverageRunTimeTolerance(*, average_run_time: str = None, units: Units = None)ΒΆ

Bases: AAPIObject

-class Units(value)#
+class Units(value)ΒΆ

Bases: Enum

An enumeration.

-Minutes = 'Minutes'#
+Minutes = 'Minutes'ΒΆ
-Percentage = 'Percentage'#
+Percentage = 'Percentage'ΒΆ
-average_run_time: str#
+average_run_time: strΒΆ
-units: Units#
+units: UnitsΒΆ
-class CompleteBy(*, time: str | None = None, days: str | None = None)#
+class CompleteBy(*, time: str | None = None, days: str | None = None)ΒΆ

Bases: AAPIObject

-days: str#
+days: strΒΆ
-time: str#
+time: strΒΆ
-class CompleteIn(*, time: str | None = None)#
+class CompleteIn(*, time: str | None = None)ΒΆ

Bases: AAPIObject

-time: str#
+time: strΒΆ
-average_run_time_tolerance: AverageRunTimeTolerance#
+average_run_time_tolerance: AverageRunTimeToleranceΒΆ
-complete_by: CompleteBy#
+complete_by: CompleteByΒΆ
-complete_in: CompleteIn#
+complete_in: CompleteInΒΆ
-job_runs_deviations_tolerance: str#
+job_runs_deviations_tolerance: strΒΆ
-object_name: str#
+object_name: strΒΆ
-run_as_dummy: str#
+run_as_dummy: strΒΆ
-service_name: str#
+service_name: strΒΆ
-service_priority: str#
+service_priority: strΒΆ
-class aapi.job.JobScript(object_name: str, file_name: str, file_path: str, *, path_element: PathElement = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, arguments: List[str] = None, override_path: str = None, run_as_dummy: bool = None)#
+class aapi.job.JobScript(object_name: str, file_name: str, file_path: str, *, path_element: PathElement = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, arguments: List[str] = None, override_path: str = None, run_as_dummy: bool = None)ΒΆ

Bases: Job

-arguments: List[str]#
+arguments: List[str]ΒΆ
-file_name: str#
+file_name: strΒΆ
-file_path: str#
+file_path: strΒΆ
-object_name: str#
+object_name: strΒΆ
-override_path: str#
+override_path: strΒΆ
-run_as_dummy: bool#
+run_as_dummy: boolΒΆ
-class aapi.job.JobTandem(object_name: str, job_owner: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobTandem(object_name: str, job_owner: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: Job

-job_owner: str#
+job_owner: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobTandemCommand(job_owner: str, object_name: str, command_line: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobTandemCommand(job_owner: str, object_name: str, command_line: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobTandem

-command_line: str#
+command_line: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobTandemEmbeddedTACLScript(job_owner: str, object_name: str, t_a_c_l_script: str, script: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobTandemEmbeddedTACLScript(job_owner: str, object_name: str, t_a_c_l_script: str, script: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobTandem

-object_name: str#
+object_name: strΒΆ
-script: str#
+script: strΒΆ
-t_a_c_l_script: str#
+t_a_c_l_script: strΒΆ
-class aapi.job.JobTandemExternalProcess(job_owner: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, external_process_id: ExternalProcessId = None, external_c_p_u_p_i_n: ExternalCPUPIN = None)#
+class aapi.job.JobTandemExternalProcess(job_owner: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, external_process_id: ExternalProcessId = None, external_c_p_u_p_i_n: ExternalCPUPIN = None)ΒΆ

Bases: JobTandem

-class ExternalCPUPIN(c_p_u_id: str)#
+class ExternalCPUPIN(c_p_u_id: str)ΒΆ

Bases: AAPIObject

-c_p_u_id: str#
+c_p_u_id: strΒΆ
-class ExternalProcessId(id: str)#
+class ExternalProcessId(id: str)ΒΆ

Bases: AAPIObject

-id: str#
+id: strΒΆ
-external_c_p_u_p_i_n: ExternalCPUPIN#
+external_c_p_u_p_i_n: ExternalCPUPINΒΆ
-external_process_id: ExternalProcessId#
+external_process_id: ExternalProcessIdΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobTandemProgram(job_owner: str, object_name: str, program: str, volume: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobTandemProgram(job_owner: str, object_name: str, program: str, volume: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobTandem

-object_name: str#
+object_name: strΒΆ
-program: str#
+program: strΒΆ
-volume: str#
+volume: strΒΆ
-class aapi.job.JobTandemTACLScript(job_owner: str, object_name: str, t_a_c_l_script: str, volume: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobTandemTACLScript(job_owner: str, object_name: str, t_a_c_l_script: str, volume: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobTandem

-object_name: str#
+object_name: strΒΆ
-t_a_c_l_script: str#
+t_a_c_l_script: strΒΆ
-volume: str#
+volume: strΒΆ
-class aapi.job.JobVMware(object_name: str, connection_profile: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMware(object_name: str, connection_profile: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: Job

-connection_profile: str#
+connection_profile: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwareConfiguration(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwareConfiguration(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMware

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwareConfigurationCloneVirtualMachine(connection_profile: str, object_name: str, new_virtual_machine_name: str, target_host: str, datastore: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwareConfigurationCloneVirtualMachine(connection_profile: str, object_name: str, new_virtual_machine_name: str, target_host: str, datastore: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwareConfiguration

-datastore: str#
+datastore: strΒΆ
-new_virtual_machine_name: str#
+new_virtual_machine_name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-target_host: str#
+target_host: strΒΆ
-class aapi.job.JobVMwareConfigurationDeployTemplate(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwareConfigurationDeployTemplate(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwareConfiguration

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwareConfigurationMigrateVirtualMachine(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwareConfigurationMigrateVirtualMachine(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwareConfiguration

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwareConfigurationReconfigureVirtualMachine(connection_profile: str, object_name: str, number_of_c_p_us: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwareConfigurationReconfigureVirtualMachine(connection_profile: str, object_name: str, number_of_c_p_us: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwareConfiguration

-number_of_c_p_us: str#
+number_of_c_p_us: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwarePower(connection_profile: str, object_name: str, virtual_machine_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwarePower(connection_profile: str, object_name: str, virtual_machine_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMware

-object_name: str#
+object_name: strΒΆ
-virtual_machine_name: str#
+virtual_machine_name: strΒΆ
-class aapi.job.JobVMwarePowerOff(connection_profile: str, virtual_machine_name: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwarePowerOff(connection_profile: str, virtual_machine_name: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwarePower

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwarePowerOn(connection_profile: str, virtual_machine_name: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwarePowerOn(connection_profile: str, virtual_machine_name: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwarePower

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwarePowerReboot(connection_profile: str, virtual_machine_name: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwarePowerReboot(connection_profile: str, virtual_machine_name: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwarePower

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwarePowerReset(connection_profile: str, virtual_machine_name: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwarePowerReset(connection_profile: str, virtual_machine_name: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwarePower

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwarePowerShutdown(connection_profile: str, virtual_machine_name: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwarePowerShutdown(connection_profile: str, virtual_machine_name: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwarePower

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwarePowerStandby(connection_profile: str, virtual_machine_name: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwarePowerStandby(connection_profile: str, virtual_machine_name: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwarePower

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwarePowerSuspend(connection_profile: str, virtual_machine_name: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwarePowerSuspend(connection_profile: str, virtual_machine_name: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwarePower

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwareSnapshot(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwareSnapshot(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMware

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwareSnapshotRemove(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwareSnapshotRemove(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwareSnapshot

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwareSnapshotRemoveAll(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwareSnapshotRemoveAll(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwareSnapshot

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwareSnapshotRevert(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwareSnapshotRevert(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwareSnapshot

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwareSnapshotRevertToCurrent(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwareSnapshotRevertToCurrent(connection_profile: str, object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwareSnapshot

-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobVMwareSnapshotTake(connection_profile: str, object_name: str, snapshot_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING)#
+class aapi.job.JobVMwareSnapshotTake(connection_profile: str, object_name: str, snapshot_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING)ΒΆ

Bases: JobVMwareSnapshot

-object_name: str#
+object_name: strΒΆ
-snapshot_name: str#
+snapshot_name: strΒΆ
-class aapi.job.JobWebServices(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, location: str = None, service: str = None, operation: str = None, request_type: RequestType = None, input_file: str = None, soap_header_file: str = None, override_url_endpoint: str = None, override_content_type: str = None, http_connection_timeout: str = None, preemptive_http_authentication: str = None, exclude_job_output: bool = None, include_title_in_output: bool = None, soap_request: List[str] = None, input_parameters: List[str] = None, output_parameters: List[Dict[str, str]] = None)#
+class aapi.job.JobWebServices(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, location: str = None, service: str = None, operation: str = None, request_type: RequestType = None, input_file: str = None, soap_header_file: str = None, override_url_endpoint: str = None, override_content_type: str = None, http_connection_timeout: str = None, preemptive_http_authentication: str = None, exclude_job_output: bool = None, include_title_in_output: bool = None, soap_request: List[str] = None, input_parameters: List[str] = None, output_parameters: List[Dict[str, str]] = None)ΒΆ

Bases: Job

-class RequestType(value)#
+class RequestType(value)ΒΆ

Bases: Enum

An enumeration.

-FreeText = 'FreeText'#
+FreeText = 'FreeText'ΒΆ
-InputFile = 'InputFile'#
+InputFile = 'InputFile'ΒΆ
-Parameter = 'Parameter'#
+Parameter = 'Parameter'ΒΆ
-connection_profile: str#
+connection_profile: strΒΆ
-exclude_job_output: bool#
+exclude_job_output: boolΒΆ
-http_connection_timeout: str#
+http_connection_timeout: strΒΆ
-include_title_in_output: bool#
+include_title_in_output: boolΒΆ
-input_file: str#
+input_file: strΒΆ
-input_parameters: List[str]#
+input_parameters: List[str]ΒΆ
-location: str#
+location: strΒΆ
-object_name: str#
+object_name: strΒΆ
-operation: str#
+operation: strΒΆ
-output_parameters: List[Dict[str, str]]#
+output_parameters: List[Dict[str, str]]ΒΆ
-override_content_type: str#
+override_content_type: strΒΆ
-override_url_endpoint: str#
+override_url_endpoint: strΒΆ
-preemptive_http_authentication: str#
+preemptive_http_authentication: strΒΆ
-request_type: RequestType#
+request_type: RequestTypeΒΆ
-service: str#
+service: strΒΆ
-soap_header_file: str#
+soap_header_file: strΒΆ
-soap_request: List[str]#
+soap_request: List[str]ΒΆ
-class aapi.job.JobZOS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, system_affinity: str = None, scheduling_environment: str = None, request_n_j_e_node: str = None, task_information: TaskInformation = None, control_d_category: str = None, prevent_n_c_t2: PreventNCT2 = None, statistics_calendar: str = None, sac: Sac = None, output_handling: OutputHandling = None, history: History = None, archiving: Archiving = None, scheduling: Scheduling = None, must_end: MustEnd = None, if_collection_list: List[IfCollection] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, step_range_list: List[StepRange] = NOTHING, condition_list: List[Condition] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING)#
+class aapi.job.JobZOS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, system_affinity: str = None, scheduling_environment: str = None, request_n_j_e_node: str = None, task_information: TaskInformation = None, control_d_category: str = None, prevent_n_c_t2: PreventNCT2 = None, statistics_calendar: str = None, sac: Sac = None, output_handling: OutputHandling = None, history: History = None, archiving: Archiving = None, scheduling: Scheduling = None, must_end: MustEnd = None, if_collection_list: List[IfCollection] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, step_range_list: List[StepRange] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING)ΒΆ

Bases: Job

-class Archiving(*, archive_sys_data: bool | None = None, days_to_retain_data: int | None = None, job_runs_to_retain_data: int | None = None, auto_archive: bool | None = None)#
+class Archiving(*, archive_sys_data: bool | None = None, days_to_retain_data: int | None = None, job_runs_to_retain_data: int | None = None, auto_archive: bool | None = None)ΒΆ

Bases: AAPIObject

-archive_sys_data: bool#
+archive_sys_data: boolΒΆ
-auto_archive: bool#
+auto_archive: boolΒΆ
-days_to_retain_data: int#
+days_to_retain_data: intΒΆ
-job_runs_to_retain_data: int#
+job_runs_to_retain_data: intΒΆ
-class History(*, retention_days: str | None = None, retention_generations: str | None = None)#
+class History(*, retention_days: str | None = None, retention_generations: str | None = None)ΒΆ

Bases: AAPIObject

-retention_days: str#
+retention_days: strΒΆ
-retention_generations: str#
+retention_generations: strΒΆ
-class MustEnd(*, hours: str | None = None, minutes: str | None = None, days: int | None = None)#
+class MustEnd(*, hours: str | None = None, minutes: str | None = None, days: int | None = None)ΒΆ

Bases: AAPIObject

-days: int#
+days: intΒΆ
-hours: str#
+hours: strΒΆ
-minutes: str#
+minutes: strΒΆ
-class OutputHandling(*, operation: Operation = None, destination: str = None, from_class: str = None)#
+class OutputHandling(*, operation: Operation = None, destination: str = None, from_class: str = None)ΒΆ

Bases: AAPIObject

-class Operation(value)#
+class Operation(value)ΒΆ

Bases: Enum

An enumeration.

-ChangeClass = 'ChangeClass'#
+ChangeClass = 'ChangeClass'ΒΆ
-Copy = 'Copy'#
+Copy = 'Copy'ΒΆ
-Delete = 'Delete'#
+Delete = 'Delete'ΒΆ
-Move = 'Move'#
+Move = 'Move'ΒΆ
-Release = 'Release'#
+Release = 'Release'ΒΆ
-destination: str#
+destination: strΒΆ
-from_class: str#
+from_class: strΒΆ
-operation: Operation#
+operation: OperationΒΆ
-class PreventNCT2(value)#
+class PreventNCT2(value)ΒΆ

Bases: Enum

An enumeration.

-Flush = 'Flush'#
+Flush = 'Flush'ΒΆ
-List = 'List'#
+List = 'List'ΒΆ
-No = 'No'#
+No = 'No'ΒΆ
-Yes = 'Yes'#
+Yes = 'Yes'ΒΆ
-class Sac(value)#
+class Sac(value)ΒΆ

Bases: Enum

An enumeration.

-Default = 'Default'#
+Default = 'Default'ΒΆ
-Next = 'Next'#
+Next = 'Next'ΒΆ
-Prev = 'Prev'#
+Prev = 'Prev'ΒΆ
-class Scheduling(*, partition_dataset: str | None = None, minimum_number_of_tracks: int | None = None)#
+class Scheduling(*, partition_dataset: str | None = None, minimum_number_of_tracks: int | None = None)ΒΆ

Bases: AAPIObject

-minimum_number_of_tracks: int#
+minimum_number_of_tracks: intΒΆ
-partition_dataset: str#
+partition_dataset: strΒΆ
-class TaskInformation(*, emergency_job: bool | None = None, run_as_started_task: bool | None = None)#
+class TaskInformation(*, emergency_job: bool | None = None, run_as_started_task: bool | None = None)ΒΆ

Bases: AAPIObject

-emergency_job: bool#
+emergency_job: boolΒΆ
-run_as_started_task: bool#
+run_as_started_task: boolΒΆ
-action_capture_output_list: List[ActionCaptureOutput]#
+action_capture_output_list: List[ActionCaptureOutput]ΒΆ
-add_events_list: List[AddEvents]#
+add_events_list: List[AddEvents]ΒΆ
-archiving: Archiving#
+archiving: ArchivingΒΆ
-condition_list: List[Condition]#
+condition_list: List[Condition]ΒΆ
-control_d_category: str#
+control_d_category: strΒΆ
-delete_events_list: List[DeleteEvents]#
+delete_events_list: List[DeleteEvents]ΒΆ
-event_list: List[Event]#
+event_list: List[Event]ΒΆ
-events_to_add: List[AddEvents]#
+events_to_add: List[AddEvents]ΒΆ
-events_to_delete: List[DeleteEvents]#
+events_to_delete: List[DeleteEvents]ΒΆ
-history: History#
+history: HistoryΒΆ
-if_collection_list: List[IfCollection]#
+if_collection_list: List[IfCollection]ΒΆ
-job_tag_list: List[JobTag]#
+job_tag_list: List[JobTag]ΒΆ
-must_end: MustEnd#
+must_end: MustEndΒΆ
-notify_list: List[Notify]#
+notify_list: List[Notify]ΒΆ
-object_name: str#
+object_name: strΒΆ
-output_handling: OutputHandling#
+output_handling: OutputHandlingΒΆ
-prevent_n_c_t2: PreventNCT2#
+prevent_n_c_t2: PreventNCT2ΒΆ
-request_n_j_e_node: str#
+request_n_j_e_node: strΒΆ
-resource_list: List[Resource]#
+resource_list: List[Resource]ΒΆ
-sac: Sac#
+sac: SacΒΆ
-scheduling: Scheduling#
+scheduling: SchedulingΒΆ
-scheduling_environment: str#
+scheduling_environment: strΒΆ
-statistics_calendar: str#
+statistics_calendar: strΒΆ
-step_range_list: List[StepRange]#
+step_range_list: List[StepRange]ΒΆ
-system_affinity: str#
+system_affinity: strΒΆ
-task_information: TaskInformation#
+task_information: TaskInformationΒΆ
-wait_for_events: List[WaitForEvents]#
+wait_for_events: List[WaitForEvents]ΒΆ
-wait_for_events_list: List[WaitForEvents]#
+wait_for_events_list: List[WaitForEvents]ΒΆ
-class aapi.job.JobZOSInStreamJCL(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, system_affinity: str = None, scheduling_environment: str = None, request_n_j_e_node: str = None, task_information: TaskInformation = None, control_d_category: str = None, prevent_n_c_t2: PreventNCT2 = None, statistics_calendar: str = None, sac: Sac = None, output_handling: OutputHandling = None, history: History = None, archiving: Archiving = None, scheduling: Scheduling = None, must_end: MustEnd = None, if_collection_list: List[IfCollection] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, step_range_list: List[StepRange] = NOTHING, condition_list: List[Condition] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, member_library: str = None, member: str = None, jcl: str = None)#
+class aapi.job.JobZOSInStreamJCL(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, system_affinity: str = None, scheduling_environment: str = None, request_n_j_e_node: str = None, task_information: TaskInformation = None, control_d_category: str = None, prevent_n_c_t2: PreventNCT2 = None, statistics_calendar: str = None, sac: Sac = None, output_handling: OutputHandling = None, history: History = None, archiving: Archiving = None, scheduling: Scheduling = None, must_end: MustEnd = None, if_collection_list: List[IfCollection] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, step_range_list: List[StepRange] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, member_library: str = None, member: str = None, jcl: str = None)ΒΆ

Bases: JobZOS

-jcl: str#
+jcl: strΒΆ
-member: str#
+member: strΒΆ
-member_library: str#
+member_library: strΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.job.JobZOSMember(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, system_affinity: str = None, scheduling_environment: str = None, request_n_j_e_node: str = None, task_information: TaskInformation = None, control_d_category: str = None, prevent_n_c_t2: PreventNCT2 = None, statistics_calendar: str = None, sac: Sac = None, output_handling: OutputHandling = None, history: History = None, archiving: Archiving = None, scheduling: Scheduling = None, must_end: MustEnd = None, if_collection_list: List[IfCollection] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, step_range_list: List[StepRange] = NOTHING, condition_list: List[Condition] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, member_library: str = None, member: str = None)#
+class aapi.job.JobZOSMember(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, system_affinity: str = None, scheduling_environment: str = None, request_n_j_e_node: str = None, task_information: TaskInformation = None, control_d_category: str = None, prevent_n_c_t2: PreventNCT2 = None, statistics_calendar: str = None, sac: Sac = None, output_handling: OutputHandling = None, history: History = None, archiving: Archiving = None, scheduling: Scheduling = None, must_end: MustEnd = None, if_collection_list: List[IfCollection] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, step_range_list: List[StepRange] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, member_library: str = None, member: str = None)ΒΆ

Bases: JobZOS

-member: str#
+member: strΒΆ
-member_library: str#
+member_library: strΒΆ
-object_name: str#
+object_name: strΒΆ
-

aapi.jobsfilter module#

+

aapi.jobsfilter moduleΒΆ

-class aapi.jobsfilter.JobsFilter(object_name: str)#
+class aapi.jobsfilter.JobsFilter(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.jobtag module#

+

aapi.jobtag moduleΒΆ

-class aapi.jobtag.JobTag(object_name: str, *, tag_name: TagName = None)#
+class aapi.jobtag.JobTag(object_name: str, *, tag_name: TagName = None)ΒΆ

Bases: AAPIObject

-class TagName(value)#
+class TagName(value)ΒΆ

Bases: Enum

An enumeration.

-USE_PARENT = 'USE_PARENT'#
+USE_PARENT = 'USE_PARENT'ΒΆ
-object_name: str#
+object_name: strΒΆ
-tag_name: TagName#
+tag_name: TagNameΒΆ
-

aapi.mail module#

+

aapi.mail moduleΒΆ

-class aapi.mail.ActionMail(object_name: str, *, urgency: Urgency = None, message: str = None, to: str = None, subject: str = None, cc: str = None, attach_output: bool = None)#
+class aapi.mail.ActionMail(object_name: str, *, urgency: Urgency = None, message: str = None, to: str = None, subject: str = None, cc: str = None, attach_output: bool = None)ΒΆ

Bases: AAPIObject

-class Urgency(value)#
+class Urgency(value)ΒΆ

Bases: Enum

An enumeration.

-Regular = 'Regular'#
+Regular = 'Regular'ΒΆ
-Urgent = 'Urgent'#
+Urgent = 'Urgent'ΒΆ
-VeryUrgent = 'VeryUrgent'#
+VeryUrgent = 'VeryUrgent'ΒΆ
-attach_output: bool#
+attach_output: boolΒΆ
-cc: str#
+cc: strΒΆ
-message: str#
+message: strΒΆ
-object_name: str#
+object_name: strΒΆ
-subject: str#
+subject: strΒΆ
-to: str#
+to: strΒΆ
-urgency: Urgency#
+urgency: UrgencyΒΆ
-

aapi.notify module#

+

aapi.notify moduleΒΆ

-class aapi.notify.Notify(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None)#
+class aapi.notify.Notify(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None)ΒΆ

Bases: AAPIObject

-class Destination(value)#
+class Destination(value)ΒΆ

Bases: Enum

An enumeration.

-Alerts = 'Alerts'#
+Alerts = 'Alerts'ΒΆ
-Console = 'Console'#
+Console = 'Console'ΒΆ
-JobLog = 'JobLog'#
+JobLog = 'JobLog'ΒΆ
-class Urgency(value)#
+class Urgency(value)ΒΆ

Bases: Enum

An enumeration.

-Regular = 'Regular'#
+Regular = 'Regular'ΒΆ
-Urgent = 'Urgent'#
+Urgent = 'Urgent'ΒΆ
-VeryUrgent = 'VeryUrgent'#
+VeryUrgent = 'VeryUrgent'ΒΆ
-destination: Destination#
+destination: DestinationΒΆ
-message: str#
+message: strΒΆ
-object_name: str#
+object_name: strΒΆ
-urgency: Urgency#
+urgency: UrgencyΒΆ
-class aapi.notify.NotifyDoesNotEnd(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None, by: str = None)#
+class aapi.notify.NotifyDoesNotEnd(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None, by: str = None)ΒΆ

Bases: Notify

-by: str#
+by: strΒΆ
-class aapi.notify.NotifyDoesNotStart(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None, by: str = None, days: str = None)#
+class aapi.notify.NotifyDoesNotStart(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None, by: str = None, days: str = None)ΒΆ

Bases: Notify

-by: str#
+by: strΒΆ
-days: str#
+days: strΒΆ
-class aapi.notify.NotifyExecutionTime(object_name: str, message: str, value: str, criteria: Criteria, *, destination: Destination = None, urgency: Urgency = None)#
+class aapi.notify.NotifyExecutionTime(object_name: str, message: str, value: str, criteria: Criteria, *, destination: Destination = None, urgency: Urgency = None)ΒΆ

Bases: Notify

-class Criteria(value)#
+class Criteria(value)ΒΆ

Bases: Enum

An enumeration.

-GreaterThan = 'GreaterThan'#
+GreaterThan = 'GreaterThan'ΒΆ
-GreaterThanAverage = 'GreaterThanAverage'#
+GreaterThanAverage = 'GreaterThanAverage'ΒΆ
-LessThan = 'LessThan'#
+LessThan = 'LessThan'ΒΆ
-LessThanAverage = 'LessThanAverage'#
+LessThanAverage = 'LessThanAverage'ΒΆ
-criteria: Criteria#
+criteria: CriteriaΒΆ
-value: str#
+value: strΒΆ
-class aapi.notify.NotifyLateCyclicSubmit(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None, by: str = None)#
+class aapi.notify.NotifyLateCyclicSubmit(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None, by: str = None)ΒΆ

Bases: Notify

-by: str#
+by: strΒΆ
-class aapi.notify.NotifyNotOK(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None)#
+class aapi.notify.NotifyNotOK(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None)ΒΆ

Bases: Notify

-class aapi.notify.NotifyOK(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None)#
+class aapi.notify.NotifyOK(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None)ΒΆ

Bases: Notify

-class aapi.notify.NotifyRerun(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None)#
+class aapi.notify.NotifyRerun(object_name: str, message: str, *, destination: Destination = None, urgency: Urgency = None)ΒΆ

Bases: Notify

-

aapi.on module#

+

aapi.on moduleΒΆ

-class aapi.on.On(object_name: str)#
+class aapi.on.On(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.output module#

+

aapi.output moduleΒΆ

-class aapi.output.ActionOutput(object_name: str, *, operation: Operation = None, destination: str = None)#
+class aapi.output.ActionOutput(object_name: str, *, operation: Operation = None, destination: str = None)ΒΆ

Bases: AAPIObject

-class Operation(value)#
+class Operation(value)ΒΆ

Bases: Enum

An enumeration.

-Copy = 'Copy'#
+Copy = 'Copy'ΒΆ
-Delete = 'Delete'#
+Delete = 'Delete'ΒΆ
-Move = 'Move'#
+Move = 'Move'ΒΆ
-Print = 'Print'#
+Print = 'Print'ΒΆ
-destination: str#
+destination: strΒΆ
-object_name: str#
+object_name: strΒΆ
-operation: Operation#
+operation: OperationΒΆ
-

aapi.package module#

+

aapi.package moduleΒΆ

-class aapi.package.Package(object_name: str, source: Source, name: str, password: str)#
+class aapi.package.Package(object_name: str, source: Source, name: str, password: str)ΒΆ

Bases: AAPIObject

-class Source(value)#
+class Source(value)ΒΆ

Bases: Enum

An enumeration.

-File_System = 'File_System'#
+File_System = 'File_System'ΒΆ
-SQL_Server = 'SQL_Server'#
+SQL_Server = 'SQL_Server'ΒΆ
-SSIS_Package_Store = 'SSIS_Package_Store'#
+SSIS_Package_Store = 'SSIS_Package_Store'ΒΆ
-name: str#
+name: strΒΆ
-object_name: str#
+object_name: strΒΆ
-password: str#
+password: strΒΆ
-source: Source#
+source: SourceΒΆ
-

aapi.packageparams module#

+

aapi.packageparams moduleΒΆ

-class aapi.packageparams.PackageParams(name: str, value: str)#
+class aapi.packageparams.PackageParams(name: str, value: str)ΒΆ

Bases: AAPIObject

-name: str#
+name: strΒΆ
-value: str#
+value: strΒΆ
-

aapi.period module#

+

aapi.period moduleΒΆ

-class aapi.period.Period(object_name: str, *, period: Period = None, years: List[Year] = None)#
+class aapi.period.Period(object_name: str, *, period: Period = None, years: List[Year] = None)ΒΆ

Bases: AAPIObject

-class Period(value)#
+class Period(value)ΒΆ

Bases: Enum

An enumeration.

-A = 'A'#
+A = 'A'ΒΆ
-All = 'All'#
+All = 'All'ΒΆ
-B = 'B'#
+B = 'B'ΒΆ
-C = 'C'#
+C = 'C'ΒΆ
-D = 'D'#
+D = 'D'ΒΆ
-E = 'E'#
+E = 'E'ΒΆ
-F = 'F'#
+F = 'F'ΒΆ
-G = 'G'#
+G = 'G'ΒΆ
-H = 'H'#
+H = 'H'ΒΆ
-I = 'I'#
+I = 'I'ΒΆ
-J = 'J'#
+J = 'J'ΒΆ
-K = 'K'#
+K = 'K'ΒΆ
-L = 'L'#
+L = 'L'ΒΆ
-M = 'M'#
+M = 'M'ΒΆ
-O = 'O'#
+O = 'O'ΒΆ
-P = 'P'#
+P = 'P'ΒΆ
-Q = 'Q'#
+Q = 'Q'ΒΆ
-R = 'R'#
+R = 'R'ΒΆ
-S = 'S'#
+S = 'S'ΒΆ
-T = 'T'#
+T = 'T'ΒΆ
-U = 'U'#
+U = 'U'ΒΆ
-V = 'V'#
+V = 'V'ΒΆ
-W = 'W'#
+W = 'W'ΒΆ
-X = 'X'#
+X = 'X'ΒΆ
-Z = 'Z'#
+Z = 'Z'ΒΆ
-object_name: str#
+object_name: strΒΆ
-period: Period#
+period: PeriodΒΆ
-years: List[Year]#
+years: List[Year]ΒΆ
-

aapi.possibleoptions module#

+

aapi.possibleoptions moduleΒΆ

-class aapi.possibleoptions.PossibleOptions(object_name: str)#
+class aapi.possibleoptions.PossibleOptions(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.propertycondition module#

+

aapi.propertycondition moduleΒΆ

-class aapi.propertycondition.PropertyCondition(object_name: str, *, property: Property = None, operator: Operator = None, value: str = None)#
+class aapi.propertycondition.PropertyCondition(object_name: str, *, property: Property = None, operator: Operator = None, value: str = None)ΒΆ

Bases: AAPIObject

-class Operator(value)#
+class Operator(value)ΒΆ

Bases: Enum

An enumeration.

-Contains = 'Contains'#
+Contains = 'Contains'ΒΆ
-DoesNotContain = 'DoesNotContain'#
+DoesNotContain = 'DoesNotContain'ΒΆ
-DoesNotEndsWith = 'DoesNotEndsWith'#
+DoesNotEndsWith = 'DoesNotEndsWith'ΒΆ
-DoesNotEqual = 'DoesNotEqual'#
+DoesNotEqual = 'DoesNotEqual'ΒΆ
-DoesNotStartsWith = 'DoesNotStartsWith'#
+DoesNotStartsWith = 'DoesNotStartsWith'ΒΆ
-EndsWith = 'EndsWith'#
+EndsWith = 'EndsWith'ΒΆ
-Equals = 'Equals'#
+Equals = 'Equals'ΒΆ
-GreaterThan = 'GreaterThan'#
+GreaterThan = 'GreaterThan'ΒΆ
-IsEmpty = 'IsEmpty'#
+IsEmpty = 'IsEmpty'ΒΆ
-IsNotEmpty = 'IsNotEmpty'#
+IsNotEmpty = 'IsNotEmpty'ΒΆ
-LessThan = 'LessThan'#
+LessThan = 'LessThan'ΒΆ
-StartsWith = 'StartsWith'#
+StartsWith = 'StartsWith'ΒΆ
-class Property(value)#
+class Property(value)ΒΆ

Bases: Enum

An enumeration.

-ActivePeriod = 'ActivePeriod'#
+ActivePeriod = 'ActivePeriod'ΒΆ
-Calendar = 'Calendar'#
+Calendar = 'Calendar'ΒΆ
-CaptureVariableName = 'CaptureVariableName'#
+CaptureVariableName = 'CaptureVariableName'ΒΆ
-ConfirmationCalendar = 'ConfirmationCalendar'#
+ConfirmationCalendar = 'ConfirmationCalendar'ΒΆ
-DaysKeepActive = 'DaysKeepActive'#
+DaysKeepActive = 'DaysKeepActive'ΒΆ
-Destination = 'Destination'#
+Destination = 'Destination'ΒΆ
-Event = 'Event'#
+Event = 'Event'ΒΆ
-ExceptionalPolicy = 'ExceptionalPolicy'#
+ExceptionalPolicy = 'ExceptionalPolicy'ΒΆ
-FolderName = 'FolderName'#
+FolderName = 'FolderName'ΒΆ
-FromProcedure = 'FromProcedure'#
+FromProcedure = 'FromProcedure'ΒΆ
-FromProgram = 'FromProgram'#
+FromProgram = 'FromProgram'ΒΆ
-LockName = 'LockName'#
+LockName = 'LockName'ΒΆ
-LockType = 'LockType'#
+LockType = 'LockType'ΒΆ
-Message = 'Message'#
+Message = 'Message'ΒΆ
-MonthDaysCalendar = 'MonthDaysCalendar'#
+MonthDaysCalendar = 'MonthDaysCalendar'ΒΆ
-Name = 'Name'#
+Name = 'Name'ΒΆ
-NotificationType = 'NotificationType'#
+NotificationType = 'NotificationType'ΒΆ
-OnFail = 'OnFail'#
+OnFail = 'OnFail'ΒΆ
-OnOK = 'OnOK'#
+OnOK = 'OnOK'ΒΆ
-PoolName = 'PoolName'#
+PoolName = 'PoolName'ΒΆ
-Quantity = 'Quantity'#
+Quantity = 'Quantity'ΒΆ
-Remove = 'Remove'#
+Remove = 'Remove'ΒΆ
-ToProcedure = 'ToProcedure'#
+ToProcedure = 'ToProcedure'ΒΆ
-ToProgram = 'ToProgram'#
+ToProgram = 'ToProgram'ΒΆ
-Urgency = 'Urgency'#
+Urgency = 'Urgency'ΒΆ
-Value = 'Value'#
+Value = 'Value'ΒΆ
-WeekDaysCalendar = 'WeekDaysCalendar'#
+WeekDaysCalendar = 'WeekDaysCalendar'ΒΆ
-object_name: str#
+object_name: strΒΆ
-operator: Operator#
+operator: OperatorΒΆ
-property: Property#
+property: PropertyΒΆ
-value: str#
+value: strΒΆ
-

aapi.rbcdetails module#

+

aapi.rbcdetails moduleΒΆ

-class aapi.rbcdetails.RbcDetails(object_name: str)#
+class aapi.rbcdetails.RbcDetails(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.remedy module#

+

aapi.remedy moduleΒΆ

-class aapi.remedy.ActionRemedy(object_name: str, *, urgency: Urgency = None, message: str = None, summary: str = None)#
+class aapi.remedy.ActionRemedy(object_name: str, *, urgency: Urgency = None, message: str = None, summary: str = None)ΒΆ

Bases: AAPIObject

-class Urgency(value)#
+class Urgency(value)ΒΆ

Bases: Enum

An enumeration.

-High = 'High'#
+High = 'High'ΒΆ
-Low = 'Low'#
+Low = 'Low'ΒΆ
-Medium = 'Medium'#
+Medium = 'Medium'ΒΆ
-Urgent = 'Urgent'#
+Urgent = 'Urgent'ΒΆ
-message: str#
+message: strΒΆ
-object_name: str#
+object_name: strΒΆ
-summary: str#
+summary: strΒΆ
-urgency: Urgency#
+urgency: UrgencyΒΆ
-

aapi.resource module#

+

aapi.resource moduleΒΆ

-class aapi.resource.Resource(object_name: str)#
+class aapi.resource.Resource(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-class aapi.resource.ResourceLock(object_name: str, *, lock_type: LockType = None, if_fail: IfFail = None)#
+class aapi.resource.ResourceLock(object_name: str, *, lock_type: LockType = None, if_fail: IfFail = None)ΒΆ

Bases: Resource

-class IfFail(value)#
+class IfFail(value)ΒΆ

Bases: Enum

An enumeration.

-Keep = 'Keep'#
+Keep = 'Keep'ΒΆ
-Release = 'Release'#
+Release = 'Release'ΒΆ
-class LockType(value)#
+class LockType(value)ΒΆ

Bases: Enum

An enumeration.

-Exclusive = 'Exclusive'#
+Exclusive = 'Exclusive'ΒΆ
-Shared = 'Shared'#
+Shared = 'Shared'ΒΆ
-if_fail: IfFail#
+if_fail: IfFailΒΆ
-lock_type: LockType#
+lock_type: LockTypeΒΆ
-object_name: str#
+object_name: strΒΆ
-class aapi.resource.ResourcePool(object_name: str, *, quantity: str = None, if_fail: IfFail = None, if_ok: IfOk = None)#
+class aapi.resource.ResourcePool(object_name: str, *, quantity: str = None, if_fail: IfFail = None, if_ok: IfOk = None)ΒΆ

Bases: Resource

-class IfFail(value)#
+class IfFail(value)ΒΆ

Bases: Enum

An enumeration.

-Keep = 'Keep'#
+Keep = 'Keep'ΒΆ
-Release = 'Release'#
+Release = 'Release'ΒΆ
-class IfOk(value)#
+class IfOk(value)ΒΆ

Bases: Enum

An enumeration.

-Discard = 'Discard'#
+Discard = 'Discard'ΒΆ
-Release = 'Release'#
+Release = 'Release'ΒΆ
-if_fail: IfFail#
+if_fail: IfFailΒΆ
-if_ok: IfOk#
+if_ok: IfOkΒΆ
-object_name: str#
+object_name: strΒΆ
-quantity: str#
+quantity: strΒΆ
-

aapi.resourcepools module#

+

aapi.resourcepools moduleΒΆ

-class aapi.resourcepools.ResourcePools(object_name: str, *, resource: str = None, quantity: int = None, server: str = None, periodic_days: PeriodicDays = None, range_dates: RangeDates = None, range_dates_with_times: RangeDatesWithTimes = None, week_days_range: WeekDaysRange = None, dates_list: DatesList = None, time: Time = None, specific_time: SpecificTime = None)#
+class aapi.resourcepools.ResourcePools(object_name: str, *, resource: str = None, quantity: int = None, server: str = None, periodic_days: PeriodicDays = None, range_dates: RangeDates = None, range_dates_with_times: RangeDatesWithTimes = None, week_days_range: WeekDaysRange = None, dates_list: DatesList = None, time: Time = None, specific_time: SpecificTime = None)ΒΆ

Bases: AAPIObject

-class DatesList(*, dates: List[str] | None = None)#
+class DatesList(*, dates: List[str] | None = None)ΒΆ

Bases: AAPIObject

-dates: List[str]#
+dates: List[str]ΒΆ
-class PeriodicDays(*, days_of_week: List[str] | None = None)#
+class PeriodicDays(*, days_of_week: List[str] | None = None)ΒΆ

Bases: AAPIObject

-days_of_week: List[str]#
+days_of_week: List[str]ΒΆ
-class RangeDates(*, from_date: str | None = None, to_date: str | None = None)#
+class RangeDates(*, from_date: str | None = None, to_date: str | None = None)ΒΆ

Bases: AAPIObject

-from_date: str#
+from_date: strΒΆ
-to_date: str#
+to_date: strΒΆ
-class RangeDatesWithTimes(*, from_date: str | None = None, to_date: str | None = None, from_time: str | None = None, to_time: str | None = None)#
+class RangeDatesWithTimes(*, from_date: str | None = None, to_date: str | None = None, from_time: str | None = None, to_time: str | None = None)ΒΆ

Bases: AAPIObject

-from_date: str#
+from_date: strΒΆ
-from_time: str#
+from_time: strΒΆ
-to_date: str#
+to_date: strΒΆ
-to_time: str#
+to_time: strΒΆ
-class SpecificTime(*, from_time: str | None = None, to_time: str | None = None)#
+class SpecificTime(*, from_time: str | None = None, to_time: str | None = None)ΒΆ

Bases: AAPIObject

-from_time: str#
+from_time: strΒΆ
-to_time: str#
+to_time: strΒΆ
-class Time(*, time_type: TimeType = None)#
+class Time(*, time_type: TimeType = None)ΒΆ

Bases: AAPIObject

-class TimeType(value)#
+class TimeType(value)ΒΆ

Bases: Enum

An enumeration.

-AllHours = 'AllHours'#
+AllHours = 'AllHours'ΒΆ
-BetweenHours = 'BetweenHours'#
+BetweenHours = 'BetweenHours'ΒΆ
-None_ = 'None_'#
+None_ = 'None_'ΒΆ
-time_type: TimeType#
+time_type: TimeTypeΒΆ
-class WeekDaysRange(*, from_day: FromDay = None, to_day: ToDay = None, from_time: str = None, to_time: str = None)#
+class WeekDaysRange(*, from_day: FromDay = None, to_day: ToDay = None, from_time: str = None, to_time: str = None)ΒΆ

Bases: AAPIObject

-class FromDay(value)#
+class FromDay(value)ΒΆ

Bases: Enum

An enumeration.

-Fri = 'Fri'#
+Fri = 'Fri'ΒΆ
-Mon = 'Mon'#
+Mon = 'Mon'ΒΆ
-Sat = 'Sat'#
+Sat = 'Sat'ΒΆ
-Sun = 'Sun'#
+Sun = 'Sun'ΒΆ
-Thu = 'Thu'#
+Thu = 'Thu'ΒΆ
-Tue = 'Tue'#
+Tue = 'Tue'ΒΆ
-Wed = 'Wed'#
+Wed = 'Wed'ΒΆ
-class ToDay(value)#
+class ToDay(value)ΒΆ

Bases: Enum

An enumeration.

-Fri = 'Fri'#
+Fri = 'Fri'ΒΆ
-Mon = 'Mon'#
+Mon = 'Mon'ΒΆ
-Sat = 'Sat'#
+Sat = 'Sat'ΒΆ
-Sun = 'Sun'#
+Sun = 'Sun'ΒΆ
-Thu = 'Thu'#
+Thu = 'Thu'ΒΆ
-Tue = 'Tue'#
+Tue = 'Tue'ΒΆ
-Wed = 'Wed'#
+Wed = 'Wed'ΒΆ
-from_day: FromDay#
+from_day: FromDayΒΆ
-from_time: str#
+from_time: strΒΆ
-to_day: ToDay#
+to_day: ToDayΒΆ
-to_time: str#
+to_time: strΒΆ
-dates_list: DatesList#
+dates_list: DatesListΒΆ
-object_name: str#
+object_name: strΒΆ
-periodic_days: PeriodicDays#
+periodic_days: PeriodicDaysΒΆ
-quantity: int#
+quantity: intΒΆ
-range_dates: RangeDates#
+range_dates: RangeDatesΒΆ
-range_dates_with_times: RangeDatesWithTimes#
+range_dates_with_times: RangeDatesWithTimesΒΆ
-resource: str#
+resource: strΒΆ
-server: str#
+server: strΒΆ
-specific_time: SpecificTime#
+specific_time: SpecificTimeΒΆ
-time: Time#
+time: TimeΒΆ
-week_days_range: WeekDaysRange#
+week_days_range: WeekDaysRangeΒΆ
-

aapi.run module#

+

aapi.run moduleΒΆ

-class aapi.run.ActionRun(object_name: str, *, folder: str | None = None, job: str | None = None, lib: str | None = None, date: str | None = None, controlm_server: str | None = None, run_as_independent_flow: bool | None = None, variables: List[Dict[str, str]] = NOTHING)#
+class aapi.run.ActionRun(object_name: str, *, folder: str | None = None, job: str | None = None, lib: str | None = None, date: str | None = None, controlm_server: str | None = None, run_as_independent_flow: bool | None = None, variables: List[Dict[str, str]] = _Nothing.NOTHING)ΒΆ

Bases: AAPIObject

-controlm_server: str#
+controlm_server: strΒΆ
-date: str#
+date: strΒΆ
-folder: str#
+folder: strΒΆ
-job: str#
+job: strΒΆ
-lib: str#
+lib: strΒΆ
-object_name: str#
+object_name: strΒΆ
-run_as_independent_flow: bool#
+run_as_independent_flow: boolΒΆ
-variables: List[Dict[str, str]]#
+variables: List[Dict[str, str]]ΒΆ
-

aapi.runningjobs module#

+

aapi.runningjobs moduleΒΆ

-class aapi.runningjobs.RunningJobs(object_name: str, *, quantity: int = None, server: Server = None, periodic_days: PeriodicDays = None, range_dates: RangeDates = None, range_dates_with_times: RangeDatesWithTimes = None, week_days_range: WeekDaysRange = None, dates_list: DatesList = None, time: Time = None, specific_time: SpecificTime = None)#
+class aapi.runningjobs.RunningJobs(object_name: str, *, quantity: int = None, server: Server = None, periodic_days: PeriodicDays = None, range_dates: RangeDates = None, range_dates_with_times: RangeDatesWithTimes = None, week_days_range: WeekDaysRange = None, dates_list: DatesList = None, time: Time = None, specific_time: SpecificTime = None)ΒΆ

Bases: AAPIObject

-class DatesList(*, dates: List[str] | None = None)#
+class DatesList(*, dates: List[str] | None = None)ΒΆ

Bases: AAPIObject

-dates: List[str]#
+dates: List[str]ΒΆ
-class PeriodicDays(*, days_of_week: List[str] | None = None)#
+class PeriodicDays(*, days_of_week: List[str] | None = None)ΒΆ

Bases: AAPIObject

-days_of_week: List[str]#
+days_of_week: List[str]ΒΆ
-class RangeDates(*, from_date: str | None = None, to_date: str | None = None)#
+class RangeDates(*, from_date: str | None = None, to_date: str | None = None)ΒΆ

Bases: AAPIObject

-from_date: str#
+from_date: strΒΆ
-to_date: str#
+to_date: strΒΆ
-class RangeDatesWithTimes(*, from_date: str | None = None, to_date: str | None = None, from_time: str | None = None, to_time: str | None = None)#
+class RangeDatesWithTimes(*, from_date: str | None = None, to_date: str | None = None, from_time: str | None = None, to_time: str | None = None)ΒΆ

Bases: AAPIObject

-from_date: str#
+from_date: strΒΆ
-from_time: str#
+from_time: strΒΆ
-to_date: str#
+to_date: strΒΆ
-to_time: str#
+to_time: strΒΆ
-class Server(value)#
+class Server(value)ΒΆ

Bases: Enum

An enumeration.

-Global = 'Global'#
+Global = 'Global'ΒΆ
-class SpecificTime(*, from_time: str | None = None, to_time: str | None = None)#
+class SpecificTime(*, from_time: str | None = None, to_time: str | None = None)ΒΆ

Bases: AAPIObject

-from_time: str#
+from_time: strΒΆ
-to_time: str#
+to_time: strΒΆ
-class Time(*, time_type: TimeType = None)#
+class Time(*, time_type: TimeType = None)ΒΆ

Bases: AAPIObject

-class TimeType(value)#
+class TimeType(value)ΒΆ

Bases: Enum

An enumeration.

-AllHours = 'AllHours'#
+AllHours = 'AllHours'ΒΆ
-BetweenHours = 'BetweenHours'#
+BetweenHours = 'BetweenHours'ΒΆ
-None_ = 'None_'#
+None_ = 'None_'ΒΆ
-time_type: TimeType#
+time_type: TimeTypeΒΆ
-class WeekDaysRange(*, from_day: FromDay = None, to_day: ToDay = None, from_time: str = None, to_time: str = None)#
+class WeekDaysRange(*, from_day: FromDay = None, to_day: ToDay = None, from_time: str = None, to_time: str = None)ΒΆ

Bases: AAPIObject

-class FromDay(value)#
+class FromDay(value)ΒΆ

Bases: Enum

An enumeration.

-Fri = 'Fri'#
+Fri = 'Fri'ΒΆ
-Mon = 'Mon'#
+Mon = 'Mon'ΒΆ
-Sat = 'Sat'#
+Sat = 'Sat'ΒΆ
-Sun = 'Sun'#
+Sun = 'Sun'ΒΆ
-Thu = 'Thu'#
+Thu = 'Thu'ΒΆ
-Tue = 'Tue'#
+Tue = 'Tue'ΒΆ
-Wed = 'Wed'#
+Wed = 'Wed'ΒΆ
-class ToDay(value)#
+class ToDay(value)ΒΆ

Bases: Enum

An enumeration.

-Fri = 'Fri'#
+Fri = 'Fri'ΒΆ
-Mon = 'Mon'#
+Mon = 'Mon'ΒΆ
-Sat = 'Sat'#
+Sat = 'Sat'ΒΆ
-Sun = 'Sun'#
+Sun = 'Sun'ΒΆ
-Thu = 'Thu'#
+Thu = 'Thu'ΒΆ
-Tue = 'Tue'#
+Tue = 'Tue'ΒΆ
-Wed = 'Wed'#
+Wed = 'Wed'ΒΆ
-from_day: FromDay#
+from_day: FromDayΒΆ
-from_time: str#
+from_time: strΒΆ
-to_day: ToDay#
+to_day: ToDayΒΆ
-to_time: str#
+to_time: strΒΆ
-dates_list: DatesList#
+dates_list: DatesListΒΆ
-object_name: str#
+object_name: strΒΆ
-periodic_days: PeriodicDays#
+periodic_days: PeriodicDaysΒΆ
-quantity: int#
+quantity: intΒΆ
-range_dates: RangeDates#
+range_dates: RangeDatesΒΆ
-range_dates_with_times: RangeDatesWithTimes#
+range_dates_with_times: RangeDatesWithTimesΒΆ
-server: Server#
+server: ServerΒΆ
-specific_time: SpecificTime#
+specific_time: SpecificTimeΒΆ
-time: Time#
+time: TimeΒΆ
-week_days_range: WeekDaysRange#
+week_days_range: WeekDaysRangeΒΆ
-

aapi.set_ module#

+

aapi.set_ moduleΒΆ

-class aapi.set_.ActionSet(object_name: str, *, variable: str | None = None, value: str | None = None)#
+class aapi.set_.ActionSet(object_name: str, *, variable: str | None = None, value: str | None = None)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-value: str#
+value: strΒΆ
-variable: str#
+variable: strΒΆ
-

aapi.sitestandard module#

+

aapi.sitestandard moduleΒΆ

-class aapi.sitestandard.SiteStandard(object_name: str, *, description: str = None, event_format: str = None, rules: List[str] = None, internal_rules: List[InternalRule] = None, business_parameters: List[BusinessParameter] = None)#
+class aapi.sitestandard.SiteStandard(object_name: str, *, description: str = None, event_format: str = None, rules: List[str] = None, internal_rules: List[InternalRule] = None, business_parameters: List[BusinessParameter] = None)ΒΆ

Bases: AAPIObject

-business_parameters: List[BusinessParameter]#
+business_parameters: List[BusinessParameter]ΒΆ
-description: str#
+description: strΒΆ
-event_format: str#
+event_format: strΒΆ
-internal_rules: List[InternalRule]#
+internal_rules: List[InternalRule]ΒΆ
-object_name: str#
+object_name: strΒΆ
-rules: List[str]#
+rules: List[str]ΒΆ
-

aapi.sitestandarddata module#

+

aapi.sitestandarddata moduleΒΆ

-class aapi.sitestandarddata.SiteStandardData(object_name: str)#
+class aapi.sitestandarddata.SiteStandardData(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.sitestandardoperatorvalueoptions module#

+

aapi.sitestandardoperatorvalueoptions moduleΒΆ

-class aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions(object_name: str, *, operator: Operator = None, value: int = None)#
+class aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions(object_name: str, *, operator: Operator = None, value: int = None)ΒΆ

Bases: AAPIObject

-class Operator(value)#
+class Operator(value)ΒΆ

Bases: Enum

An enumeration.

-DoesNotEqual = 'DoesNotEqual'#
+DoesNotEqual = 'DoesNotEqual'ΒΆ
-Equals = 'Equals'#
+Equals = 'Equals'ΒΆ
-Even = 'Even'#
+Even = 'Even'ΒΆ
-GreaterThan = 'GreaterThan'#
+GreaterThan = 'GreaterThan'ΒΆ
-LessThan = 'LessThan'#
+LessThan = 'LessThan'ΒΆ
-Odd = 'Odd'#
+Odd = 'Odd'ΒΆ
-object_name: str#
+object_name: strΒΆ
-operator: Operator#
+operator: OperatorΒΆ
-value: int#
+value: intΒΆ
-

aapi.sitestandardpolicy module#

+

aapi.sitestandardpolicy moduleΒΆ

-class aapi.sitestandardpolicy.SiteStandardPolicy(object_name: str, *, description: str = None, site_standard: str = None, business_fields: List[BusinessField] = None, status: Status = None, error_level: ErrorLevel = None, apply_on: ApplyOn = None)#
+class aapi.sitestandardpolicy.SiteStandardPolicy(object_name: str, *, description: str = None, site_standard: str = None, business_fields: List[BusinessField] = None, status: Status = None, error_level: ErrorLevel = None, apply_on: ApplyOn = None)ΒΆ

Bases: AAPIObject

-class ApplyOn(*, server: str | None = None, folder: str | None = None)#
+class ApplyOn(*, server: str | None = None, folder: str | None = None)ΒΆ

Bases: AAPIObject

-folder: str#
+folder: strΒΆ
-server: str#
+server: strΒΆ
-class ErrorLevel(value)#
+class ErrorLevel(value)ΒΆ

Bases: Enum

An enumeration.

-Default = 'Default'#
+Default = 'Default'ΒΆ
-Error = 'Error'#
+Error = 'Error'ΒΆ
-Warning = 'Warning'#
+Warning = 'Warning'ΒΆ
-class Status(value)#
+class Status(value)ΒΆ

Bases: Enum

An enumeration.

-Active = 'Active'#
+Active = 'Active'ΒΆ
-Not_Active = 'Not_Active'#
+Not_Active = 'Not_Active'ΒΆ
-apply_on: ApplyOn#
+apply_on: ApplyOnΒΆ
-business_fields: List[BusinessField]#
+business_fields: List[BusinessField]ΒΆ
-description: str#
+description: strΒΆ
-error_level: ErrorLevel#
+error_level: ErrorLevelΒΆ
-object_name: str#
+object_name: strΒΆ
-site_standard: str#
+site_standard: strΒΆ
-status: Status#
+status: StatusΒΆ
-

aapi.sitestandardpolicydata module#

+

aapi.sitestandardpolicydata moduleΒΆ

-class aapi.sitestandardpolicydata.SiteStandardPolicyData(object_name: str)#
+class aapi.sitestandardpolicydata.SiteStandardPolicyData(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.sitestandardpossiblevalue module#

+

aapi.sitestandardpossiblevalue moduleΒΆ

-class aapi.sitestandardpossiblevalue.SiteStandardPossibleValue(object_name: str, *, value: str | None = None, description: str | None = None)#
+class aapi.sitestandardpossiblevalue.SiteStandardPossibleValue(object_name: str, *, value: str | None = None, description: str | None = None)ΒΆ

Bases: AAPIObject

-description: str#
+description: strΒΆ
-object_name: str#
+object_name: strΒΆ
-value: str#
+value: strΒΆ
-

aapi.sitestandardrestriction module#

+

aapi.sitestandardrestriction moduleΒΆ

-class aapi.sitestandardrestriction.SiteStandardRestriction(object_name: str)#
+class aapi.sitestandardrestriction.SiteStandardRestriction(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-class aapi.sitestandardrestriction.SiteStandardRestrictionEnum(object_name: str)#
+class aapi.sitestandardrestriction.SiteStandardRestrictionEnum(object_name: str)ΒΆ

Bases: SiteStandardRestriction

-object_name: str#
+object_name: strΒΆ
-class aapi.sitestandardrestriction.SiteStandardRestrictionNumeric(object_name: str)#
+class aapi.sitestandardrestriction.SiteStandardRestrictionNumeric(object_name: str)ΒΆ

Bases: SiteStandardRestriction

-object_name: str#
+object_name: strΒΆ
-class aapi.sitestandardrestriction.SiteStandardRestrictionOperatorValue(object_name: str, *, values: List[SiteStandardOperatorValueOptions] = None)#
+class aapi.sitestandardrestriction.SiteStandardRestrictionOperatorValue(object_name: str, *, values: List[SiteStandardOperatorValueOptions] = None)ΒΆ

Bases: SiteStandardRestriction

-object_name: str#
+object_name: strΒΆ
-values: List[SiteStandardOperatorValueOptions]#
+values: List[SiteStandardOperatorValueOptions]ΒΆ
-class aapi.sitestandardrestriction.SiteStandardRestrictionText(object_name: str)#
+class aapi.sitestandardrestriction.SiteStandardRestrictionText(object_name: str)ΒΆ

Bases: SiteStandardRestriction

-object_name: str#
+object_name: strΒΆ
-

aapi.steprange module#

+

aapi.steprange moduleΒΆ

-class aapi.steprange.StepRange(object_name: str, *, from_program: str | None = None, from_procedure: str | None = None, to_program: str | None = None, to_procedure: str | None = None)#
+class aapi.steprange.StepRange(object_name: str, *, from_program: str | None = None, from_procedure: str | None = None, to_program: str | None = None, to_procedure: str | None = None)ΒΆ

Bases: AAPIObject

-from_procedure: str#
+from_procedure: strΒΆ
-from_program: str#
+from_program: strΒΆ
-object_name: str#
+object_name: strΒΆ
-to_procedure: str#
+to_procedure: strΒΆ
-to_program: str#
+to_program: strΒΆ
-

aapi.tag module#

+

aapi.tag moduleΒΆ

-class aapi.tag.Tag(object_name: str)#
+class aapi.tag.Tag(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-class aapi.tag.TagFolder(object_name: str, *, active_from: str | None = None, active_till: str | None = None, max_wait: str | None = None, tag_relation_dc_wc: str | None = None, week_days_calendar: str | None = None, month_days_calendar: str | None = None, exception_policy: str | None = None, calendar: str | None = None)#
+class aapi.tag.TagFolder(object_name: str, *, active_from: str | None = None, active_till: str | None = None, max_wait: str | None = None, tag_relation_dc_wc: str | None = None, week_days_calendar: str | None = None, month_days_calendar: str | None = None, exception_policy: str | None = None, calendar: str | None = None)ΒΆ

Bases: Tag

-active_from: str#
+active_from: strΒΆ
-active_till: str#
+active_till: strΒΆ
-calendar: str#
+calendar: strΒΆ
-exception_policy: str#
+exception_policy: strΒΆ
-max_wait: str#
+max_wait: strΒΆ
-month_days_calendar: str#
+month_days_calendar: strΒΆ
-object_name: str#
+object_name: strΒΆ
-tag_relation_dc_wc: str#
+tag_relation_dc_wc: strΒΆ
-week_days_calendar: str#
+week_days_calendar: strΒΆ
-class aapi.tag.TagGlobal(object_name: str)#
+class aapi.tag.TagGlobal(object_name: str)ΒΆ

Bases: Tag

-object_name: str#
+object_name: strΒΆ
-

aapi.time module#

+

aapi.time moduleΒΆ

-class aapi.time.Time(object_name: str)#
+class aapi.time.Time(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.variable module#

+

aapi.variable moduleΒΆ

-class aapi.variable.Variable(object_name: str)#
+class aapi.variable.Variable(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.waitforevents module#

+

aapi.waitforevents moduleΒΆ

-class aapi.waitforevents.WaitForEvents(events: List[EventIn])#
+class aapi.waitforevents.WaitForEvents(events: List[EventIn])ΒΆ

Bases: AAPIObject

-events: List[EventIn]#
+events: List[EventIn]ΒΆ
-object_name: str#
+object_name: strΒΆ
-

aapi.workloadflat module#

+

aapi.workloadflat moduleΒΆ

-class aapi.workloadflat.WorkloadFlat(object_name: str)#
+class aapi.workloadflat.WorkloadFlat(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.workloadpolicy module#

+

aapi.workloadpolicy moduleΒΆ

-class aapi.workloadpolicy.WorkloadPolicy(object_name: str, *, filter: Filter = None, host_mappings: List[HostMapping] = None, running_jobs: List[RunningJobs] = None, resource_pools: List[ResourcePools] = None, description: str = None)#
+class aapi.workloadpolicy.WorkloadPolicy(object_name: str, *, filter: Filter = None, host_mappings: List[HostMapping] = None, running_jobs: List[RunningJobs] = None, resource_pools: List[ResourcePools] = None, description: str = None)ΒΆ

Bases: AAPIObject

-class Filter(*, job_name: str | None = None, application: str | None = None, sub_application: str | None = None, job_type: str | None = None, folder: str | None = None, host: str | None = None, server: str | None = None)#
+class Filter(*, job_name: str | None = None, application: str | None = None, sub_application: str | None = None, job_type: str | None = None, folder: str | None = None, host: str | None = None, server: str | None = None)ΒΆ

Bases: AAPIObject

-application: str#
+application: strΒΆ
-folder: str#
+folder: strΒΆ
-host: str#
+host: strΒΆ
-job_name: str#
+job_name: strΒΆ
-job_type: str#
+job_type: strΒΆ
-server: str#
+server: strΒΆ
-sub_application: str#
+sub_application: strΒΆ
-description: str#
+description: strΒΆ
-filter: Filter#
+filter: FilterΒΆ
-host_mappings: List[HostMapping]#
+host_mappings: List[HostMapping]ΒΆ
-object_name: str#
+object_name: strΒΆ
-resource_pools: List[ResourcePools]#
+resource_pools: List[ResourcePools]ΒΆ
-running_jobs: List[RunningJobs]#
+running_jobs: List[RunningJobs]ΒΆ
-

aapi.wpperiod module#

+

aapi.wpperiod moduleΒΆ

-class aapi.wpperiod.WpPeriod(object_name: str)#
+class aapi.wpperiod.WpPeriod(object_name: str)ΒΆ

Bases: AAPIObject

-object_name: str#
+object_name: strΒΆ
-

aapi.year module#

+

aapi.year moduleΒΆ

-class aapi.year.Year(object_name: str, *, year: str | None = None, jan: List[str] | None = None, feb: List[str] | None = None, mar: List[str] | None = None, apr: List[str] | None = None, may: List[str] | None = None, jun: List[str] | None = None, jul: List[str] | None = None, aug: List[str] | None = None, sep: List[str] | None = None, oct: List[str] | None = None, nov: List[str] | None = None, dec: List[str] | None = None, description: str | None = None)#
+class aapi.year.Year(object_name: str, *, year: str | None = None, jan: List[str] | None = None, feb: List[str] | None = None, mar: List[str] | None = None, apr: List[str] | None = None, may: List[str] | None = None, jun: List[str] | None = None, jul: List[str] | None = None, aug: List[str] | None = None, sep: List[str] | None = None, oct: List[str] | None = None, nov: List[str] | None = None, dec: List[str] | None = None, description: str | None = None)ΒΆ

Bases: AAPIObject

-apr: List[str]#
+apr: List[str]ΒΆ
-aug: List[str]#
+aug: List[str]ΒΆ
-dec: List[str]#
+dec: List[str]ΒΆ
-description: str#
+description: strΒΆ
-feb: List[str]#
+feb: List[str]ΒΆ
-jan: List[str]#
+jan: List[str]ΒΆ
-jul: List[str]#
+jul: List[str]ΒΆ
-jun: List[str]#
+jun: List[str]ΒΆ
-mar: List[str]#
+mar: List[str]ΒΆ
-may: List[str]#
+may: List[str]ΒΆ
-nov: List[str]#
+nov: List[str]ΒΆ
-object_name: str#
+object_name: strΒΆ
-oct: List[str]#
+oct: List[str]ΒΆ
-sep: List[str]#
+sep: List[str]ΒΆ
-year: str#
+year: strΒΆ
-

Module contents#

+

Module contentsΒΆ

@@ -16632,6 +16973,7 @@

aapi.if_ moduleFolder.description
  • Folder.documentation_file
  • Folder.documentation_url
  • +
  • Folder.event_list
  • Folder.events_to_add
  • Folder.events_to_delete
  • Folder.if_list
  • @@ -20511,10 +20853,10 @@

    aapi.if_ module - - - +

    + + + \ No newline at end of file diff --git a/docs/aapi.integration_factory.html b/docs/aapi.integration_factory.html index 24f002f..7872104 100644 --- a/docs/aapi.integration_factory.html +++ b/docs/aapi.integration_factory.html @@ -1,15 +1,15 @@ - + - + aapi.integration_factory package - Control-M Python Client documentation - - - + + + @@ -71,7 +71,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -86,7 +86,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -94,7 +94,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -104,6 +104,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -115,6 +169,8 @@
    Hide table of contents sidebar
    +
    Skip to content +
    @@ -132,7 +188,8 @@
    @@ -201,11 +258,17 @@ Back to top
    - +
    @@ -215,6643 +278,7860 @@
    -
    +
    -

    aapi.integration_factory package#

    +

    aapi.integration_factory packageΒΆ

    -

    Submodules#

    +

    SubmodulesΒΆ

    -

    aapi.integration_factory.connection_profiles module#

    +

    aapi.integration_factory.connection_profiles moduleΒΆ

    -class aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, airbyte_base_url: str | None = None, api_key: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, airbyte_base_url: str | None = None, api_key: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -airbyte_base_url: str#
    +airbyte_base_url: strΒΆ
    -api_key: str#
    +api_key: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, trifacta_url: str | None = None, username: str | None = None, password: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, trifacta_url: str | None = None, username: str | None = None, password: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -password: str#
    +password: strΒΆ
    -trifacta_url: str#
    +trifacta_url: strΒΆ
    -username: str#
    +username: strΒΆ +
    + +
    + +
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileApacheNiFi(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, ni_fi_url: str | None = None, port: str | None = None, username: str | None = None, password: str | None = None, connection_timeout: str | None = None)ΒΆ
    +

    Bases: ConnectionProfile

    +
    +
    +connection_timeout: strΒΆ
    +
    + +
    +
    +ni_fi_url: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +password: strΒΆ
    +
    + +
    +
    +port: strΒΆ
    +
    + +
    +
    +username: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, host: str | None = None, user_name: str | None = None, password: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, host: str | None = None, user_name: str | None = None, password: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -host: str#
    +host: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -password: str#
    +password: strΒΆ
    -user_name: str#
    +user_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_base_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret_key: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_base_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret_key: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication: str#
    +authentication: strΒΆ
    -aws_access_key: str#
    +aws_access_key: strΒΆ
    -aws_base_url: str#
    +aws_base_url: strΒΆ
    -aws_region: str#
    +aws_region: strΒΆ
    -aws_secret_key: str#
    +aws_secret_key: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -iam_role: str#
    +iam_role: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_backup_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_backup_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication: str#
    +authentication: strΒΆ
    -aws_access_key: str#
    +aws_access_key: strΒΆ
    -aws_backup_url: str#
    +aws_backup_url: strΒΆ
    -aws_region: str#
    +aws_region: strΒΆ
    -aws_secret: str#
    +aws_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -iam_role: str#
    +iam_role: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, batch_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, batch_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication: str#
    +authentication: strΒΆ
    -aws_access_key: str#
    +aws_access_key: strΒΆ
    -aws_region: str#
    +aws_region: strΒΆ
    -aws_secret: str#
    +aws_secret: strΒΆ
    -batch_url: str#
    +batch_url: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -iam_role: str#
    +iam_role: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, cloud_formation_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, cloud_formation_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication: str#
    +authentication: strΒΆ
    -aws_access_key: str#
    +aws_access_key: strΒΆ
    -aws_region: str#
    +aws_region: strΒΆ
    -aws_secret: str#
    +aws_secret: strΒΆ
    -cloud_formation_url: str#
    +cloud_formation_url: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -iam_role: str#
    +iam_role: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, data_pipeline_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, data_pipeline_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication: str#
    +authentication: strΒΆ
    -aws_access_key: str#
    +aws_access_key: strΒΆ
    -aws_region: str#
    +aws_region: strΒΆ
    -aws_secret: str#
    +aws_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -data_pipeline_url: str#
    +data_pipeline_url: strΒΆ
    -iam_role: str#
    +iam_role: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_dynamo_db_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_dynamo_db_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication: str#
    +authentication: strΒΆ
    -aws_access_key: str#
    +aws_access_key: strΒΆ
    -aws_dynamo_db_url: str#
    +aws_dynamo_db_url: strΒΆ
    -aws_region: str#
    +aws_region: strΒΆ
    -aws_secret: str#
    +aws_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -iam_role: str#
    +iam_role: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, ec2_region: str | None = None, authentication: str | None = None, aws_access_key_id: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, ec2_region: str | None = None, authentication: str | None = None, aws_access_key_id: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication: str#
    +authentication: strΒΆ
    -aws_access_key_id: str#
    +aws_access_key_id: strΒΆ
    -aws_secret: str#
    +aws_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -ec2_region: str#
    +ec2_region: strΒΆ
    -iam_role: str#
    +iam_role: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_ecs_url: str | None = None, cloud_watch_url: str | None = None, aws_region: str | None = None, authentication_method: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, aws_iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_ecs_url: str | None = None, cloud_watch_url: str | None = None, aws_region: str | None = None, authentication_method: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, aws_iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication_method: str#
    +authentication_method: strΒΆ
    -aws_access_key: str#
    +aws_access_key: strΒΆ
    -aws_ecs_url: str#
    +aws_ecs_url: strΒΆ
    -aws_iam_role: str#
    +aws_iam_role: strΒΆ
    -aws_region: str#
    +aws_region: strΒΆ
    -aws_secret: str#
    +aws_secret: strΒΆ
    -cloud_watch_url: str#
    +cloud_watch_url: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_base_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key_id: str | None = None, aws_secret_access_key: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_base_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key_id: str | None = None, aws_secret_access_key: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication: str#
    +authentication: strΒΆ
    -aws_access_key_id: str#
    +aws_access_key_id: strΒΆ
    -aws_base_url: str#
    +aws_base_url: strΒΆ
    -aws_region: str#
    +aws_region: strΒΆ
    -aws_secret_access_key: str#
    +aws_secret_access_key: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -iam_role: str#
    +iam_role: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, glue_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key_id: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, glue_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key_id: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication: str#
    +authentication: strΒΆ
    -aws_access_key_id: str#
    +aws_access_key_id: strΒΆ
    -aws_region: str#
    +aws_region: strΒΆ
    -aws_secret: str#
    +aws_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -glue_url: str#
    +glue_url: strΒΆ
    -iam_role: str#
    +iam_role: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_api_base_url: str | None = None, aws_logs_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_api_base_url: str | None = None, aws_logs_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication: str#
    +authentication: strΒΆ
    -aws_access_key: str#
    +aws_access_key: strΒΆ
    -aws_api_base_url: str#
    +aws_api_base_url: strΒΆ
    -aws_logs_url: str#
    +aws_logs_url: strΒΆ
    -aws_region: str#
    +aws_region: strΒΆ
    -aws_secret: str#
    +aws_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -iam_role: str#
    +iam_role: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, lambda_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key_id: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, lambda_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key_id: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication: str#
    +authentication: strΒΆ
    -aws_access_key_id: str#
    +aws_access_key_id: strΒΆ
    -aws_region: str#
    +aws_region: strΒΆ
    -aws_secret: str#
    +aws_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -iam_role: str#
    +iam_role: strΒΆ
    -lambda_url: str#
    +lambda_url: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, mainframe_modernization_url: str | None = None, aws_logs_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, mainframe_modernization_url: str | None = None, aws_logs_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication: str#
    +authentication: strΒΆ
    -aws_access_key: str#
    +aws_access_key: strΒΆ
    -aws_logs_url: str#
    +aws_logs_url: strΒΆ
    -aws_region: str#
    +aws_region: strΒΆ
    -aws_secret: str#
    +aws_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -iam_role: str#
    +iam_role: strΒΆ
    -mainframe_modernization_url: str#
    +mainframe_modernization_url: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_quick_sight_url: str | None = None, aws_region: str | None = None, aws_account_id: str | None = None, authentication_method: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_quick_sight_url: str | None = None, aws_region: str | None = None, aws_account_id: str | None = None, authentication_method: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication_method: str#
    +authentication_method: strΒΆ
    -aws_access_key: str#
    +aws_access_key: strΒΆ
    -aws_account_id: str#
    +aws_account_id: strΒΆ
    -aws_quick_sight_url: str#
    +aws_quick_sight_url: strΒΆ
    -aws_region: str#
    +aws_region: strΒΆ
    -aws_secret: str#
    +aws_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -iam_role: str#
    +iam_role: strΒΆ
    -object_name: str#
    +object_name: strΒΆ +
    + +
    + +
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsSNS(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_sns_url: str | None = None, aws_region: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, connection_timeout: str | None = None)ΒΆ
    +

    Bases: ConnectionProfile

    +
    +
    +aws_access_key: strΒΆ
    +
    + +
    +
    +aws_region: strΒΆ
    +
    + +
    +
    +aws_secret: strΒΆ
    +
    + +
    +
    +aws_sns_url: strΒΆ
    +
    + +
    +
    +connection_timeout: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    + +
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsSQS(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, aws_sqs_url: str | None = None, aws_region: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, connection_timeout: str | None = None)ΒΆ
    +

    Bases: ConnectionProfile

    +
    +
    +aws_access_key: strΒΆ
    +
    + +
    +
    +aws_region: strΒΆ
    +
    + +
    +
    +aws_secret: strΒΆ
    +
    + +
    +
    +aws_sqs_url: strΒΆ
    +
    + +
    +
    +connection_timeout: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, sage_maker_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, sage_maker_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication: str#
    +authentication: strΒΆ
    -aws_access_key: str#
    +aws_access_key: strΒΆ
    -aws_region: str#
    +aws_region: strΒΆ
    -aws_secret: str#
    +aws_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -iam_role: str#
    +iam_role: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -sage_maker_url: str#
    +sage_maker_url: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, step_functions_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, step_functions_url: str | None = None, aws_region: str | None = None, authentication: str | None = None, aws_access_key: str | None = None, aws_secret: str | None = None, iam_role: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -authentication: str#
    +authentication: strΒΆ
    -aws_access_key: str#
    +aws_access_key: strΒΆ
    -aws_region: str#
    +aws_region: strΒΆ
    -aws_secret: str#
    +aws_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -iam_role: str#
    +iam_role: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -step_functions_url: str#
    +step_functions_url: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, azure_login_url: str | None = None, azure_management_url: str | None = None, subscription_id: str | None = None, authentication_method: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, tenant_id: str | None = None, application_id: str | None = None, client_secret: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, azure_login_url: str | None = None, azure_management_url: str | None = None, subscription_id: str | None = None, authentication_method: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, tenant_id: str | None = None, application_id: str | None = None, client_secret: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -application_id: str#
    +application_id: strΒΆ
    -authentication_method: str#
    +authentication_method: strΒΆ
    -azure_login_url: str#
    +azure_login_url: strΒΆ
    -azure_management_url: str#
    +azure_management_url: strΒΆ
    -client_secret: str#
    +client_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -managed_identity_client_id: str#
    +managed_identity_client_id: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -specify_managed_identity_client_id: str#
    +specify_managed_identity_client_id: strΒΆ
    -subscription_id: str#
    +subscription_id: strΒΆ
    -tenant_id: str#
    +tenant_id: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, azure_ad_url: str | None = None, authentication_method: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, tenant_id: str | None = None, app_id: str | None = None, client_secret: str | None = None, batch_resource_url: str | None = None, batch_account_name: str | None = None, batch_region_id: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, azure_ad_url: str | None = None, authentication_method: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, tenant_id: str | None = None, app_id: str | None = None, client_secret: str | None = None, batch_resource_url: str | None = None, batch_account_name: str | None = None, batch_region_id: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -app_id: str#
    +app_id: strΒΆ
    -authentication_method: str#
    +authentication_method: strΒΆ
    -azure_ad_url: str#
    +azure_ad_url: strΒΆ
    -batch_account_name: str#
    +batch_account_name: strΒΆ
    -batch_region_id: str#
    +batch_region_id: strΒΆ
    -batch_resource_url: str#
    +batch_resource_url: strΒΆ
    -client_secret: str#
    +client_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -managed_identity_client_id: str#
    +managed_identity_client_id: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -specify_managed_identity_client_id: str#
    +specify_managed_identity_client_id: strΒΆ
    -tenant_id: str#
    +tenant_id: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, subscription_id: str | None = None, identity_type: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, tenant_id: str | None = None, application_id: str | None = None, client_secret: str | None = None, rest_login_url: str | None = None, management_url: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, subscription_id: str | None = None, identity_type: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, tenant_id: str | None = None, application_id: str | None = None, client_secret: str | None = None, rest_login_url: str | None = None, management_url: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -application_id: str#
    +application_id: strΒΆ
    -client_secret: str#
    +client_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -identity_type: str#
    +identity_type: strΒΆ
    -managed_identity_client_id: str#
    +managed_identity_client_id: strΒΆ
    -management_url: str#
    +management_url: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -rest_login_url: str#
    +rest_login_url: strΒΆ
    -specify_managed_identity_client_id: str#
    +specify_managed_identity_client_id: strΒΆ
    -subscription_id: str#
    +subscription_id: strΒΆ
    -tenant_id: str#
    +tenant_id: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, tenant_id: str | None = None, application_id: str | None = None, client_secret: str | None = None, azure_login_url: str | None = None, databricks_url: str | None = None, databricks_resource: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, tenant_id: str | None = None, application_id: str | None = None, client_secret: str | None = None, azure_login_url: str | None = None, databricks_url: str | None = None, databricks_resource: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -application_id: str#
    +application_id: strΒΆ
    -azure_login_url: str#
    +azure_login_url: strΒΆ
    -client_secret: str#
    +client_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -databricks_resource: str#
    +databricks_resource: strΒΆ
    -databricks_url: str#
    +databricks_url: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -tenant_id: str#
    +tenant_id: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, azure_dev_ops_url: str | None = None, organization_id: str | None = None, azure_username: str | None = None, azure_devops_token: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, azure_dev_ops_url: str | None = None, organization_id: str | None = None, azure_username: str | None = None, azure_devops_token: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -azure_dev_ops_url: str#
    +azure_dev_ops_url: strΒΆ
    -azure_devops_token: str#
    +azure_devops_token: strΒΆ
    -azure_username: str#
    +azure_username: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -organization_id: str#
    +organization_id: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, subscription_id: str | None = None, identity_type: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, tenant_id: str | None = None, resource_group: str | None = None, application_id: str | None = None, client_secret: str | None = None, azure_login_url: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, subscription_id: str | None = None, identity_type: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, tenant_id: str | None = None, resource_group: str | None = None, application_id: str | None = None, client_secret: str | None = None, azure_login_url: str | None = None, function_app_web_site: str | None = None, custom_app_key: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -application_id: str#
    +application_id: strΒΆ
    -azure_login_url: str#
    +azure_login_url: strΒΆ
    -client_secret: str#
    +client_secret: strΒΆ +
    + +
    +
    +custom_app_key: strΒΆ
    +
    + +
    +
    +function_app_web_site: strΒΆ
    -identity_type: str#
    +identity_type: strΒΆ
    -managed_identity_client_id: str#
    +managed_identity_client_id: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -resource_group: str#
    +resource_group: strΒΆ
    -specify_managed_identity_client_id: str#
    +specify_managed_identity_client_id: strΒΆ
    -subscription_id: str#
    +subscription_id: strΒΆ
    -tenant_id: str#
    +tenant_id: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, cluster_name: str | None = None, cluster_username: str | None = None, cluster_password: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, cluster_name: str | None = None, cluster_username: str | None = None, cluster_password: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -cluster_name: str#
    +cluster_name: strΒΆ
    -cluster_password: str#
    +cluster_password: strΒΆ
    -cluster_username: str#
    +cluster_username: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, subscription_id: str | None = None, authentication_method: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, resource_group: str | None = None, tenant_id: str | None = None, application_id: str | None = None, client_secret: str | None = None, azure_login_url: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, subscription_id: str | None = None, authentication_method: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, resource_group: str | None = None, tenant_id: str | None = None, application_id: str | None = None, client_secret: str | None = None, azure_login_url: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -application_id: str#
    +application_id: strΒΆ
    -authentication_method: str#
    +authentication_method: strΒΆ
    -azure_login_url: str#
    +azure_login_url: strΒΆ
    -client_secret: str#
    +client_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -managed_identity_client_id: str#
    +managed_identity_client_id: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -resource_group: str#
    +resource_group: strΒΆ
    -specify_managed_identity_client_id: str#
    +specify_managed_identity_client_id: strΒΆ
    -subscription_id: str#
    +subscription_id: strΒΆ
    -tenant_id: str#
    +tenant_id: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, azure_login_url: str | None = None, azure_management_url: str | None = None, azure_ml_url: str | None = None, location_name: str | None = None, subscription_id: str | None = None, authentication_method: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, tenant_id: str | None = None, application_id: str | None = None, client_secret: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, azure_login_url: str | None = None, azure_management_url: str | None = None, azure_m_l_url: str | None = None, location_name: str | None = None, subscription_id: str | None = None, authentication_method: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, tenant_id: str | None = None, application_id: str | None = None, client_secret: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -application_id: str#
    +application_id: strΒΆ
    -authentication_method: str#
    +authentication_method: strΒΆ
    -azure_login_url: str#
    +azure_login_url: strΒΆ
    -
    -azure_management_url: str#
    +
    +azure_m_l_url: strΒΆ
    -
    -azure_ml_url: str#
    +
    +azure_management_url: strΒΆ
    -client_secret: str#
    +client_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -location_name: str#
    +location_name: strΒΆ
    -managed_identity_client_id: str#
    +managed_identity_client_id: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -specify_managed_identity_client_id: str#
    +specify_managed_identity_client_id: strΒΆ
    -subscription_id: str#
    +subscription_id: strΒΆ
    -tenant_id: str#
    +tenant_id: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, azure_login_url: str | None = None, azure_base_url: str | None = None, subscription_id: str | None = None, authentication_method: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, tenant_id: str | None = None, app_id: str | None = None, client_secret: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, azure_login_url: str | None = None, azure_base_url: str | None = None, subscription_id: str | None = None, authentication_method: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, tenant_id: str | None = None, app_id: str | None = None, client_secret: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -app_id: str#
    +app_id: strΒΆ
    -authentication_method: str#
    +authentication_method: strΒΆ
    -azure_base_url: str#
    +azure_base_url: strΒΆ
    -azure_login_url: str#
    +azure_login_url: strΒΆ
    -client_secret: str#
    +client_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -managed_identity_client_id: str#
    +managed_identity_client_id: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -specify_managed_identity_client_id: str#
    +specify_managed_identity_client_id: strΒΆ
    -subscription_id: str#
    +subscription_id: strΒΆ
    -tenant_id: str#
    +tenant_id: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, azure_ad_url: str | None = None, authentication_method: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, tenant_id: str | None = None, app_id: str | None = None, client_secret: str | None = None, synapse_resource: str | None = None, synapse_url: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, azure_ad_url: str | None = None, authentication_method: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, tenant_id: str | None = None, app_id: str | None = None, client_secret: str | None = None, synapse_resource: str | None = None, synapse_url: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -app_id: str#
    +app_id: strΒΆ
    -authentication_method: str#
    +authentication_method: strΒΆ
    -azure_ad_url: str#
    +azure_ad_url: strΒΆ
    -client_secret: str#
    +client_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -managed_identity_client_id: str#
    +managed_identity_client_id: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -specify_managed_identity_client_id: str#
    +specify_managed_identity_client_id: strΒΆ
    -synapse_resource: str#
    +synapse_resource: strΒΆ
    -synapse_url: str#
    +synapse_url: strΒΆ
    -tenant_id: str#
    +tenant_id: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, subscription_id: str | None = None, authentication_method: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, resource_group: str | None = None, tenant_id: str | None = None, application_id: str | None = None, client_secret: str | None = None, azure_login_url: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, subscription_id: str | None = None, authentication_method: str | None = None, specify_managed_identity_client_id: str | None = None, managed_identity_client_id: str | None = None, resource_group: str | None = None, tenant_id: str | None = None, application_id: str | None = None, client_secret: str | None = None, azure_login_url: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -application_id: str#
    +application_id: strΒΆ
    -authentication_method: str#
    +authentication_method: strΒΆ
    -azure_login_url: str#
    +azure_login_url: strΒΆ
    -client_secret: str#
    +client_secret: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -managed_identity_client_id: str#
    +managed_identity_client_id: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -resource_group: str#
    +resource_group: strΒΆ
    -specify_managed_identity_client_id: str#
    +specify_managed_identity_client_id: strΒΆ
    -subscription_id: str#
    +subscription_id: strΒΆ
    -tenant_id: str#
    +tenant_id: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, api_username: str | None = None, api_token: str | None = None, end_point: str | None = None, account_id: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, api_username: str | None = None, api_token: str | None = None, end_point: str | None = None, account_id: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -account_id: str#
    +account_id: strΒΆ
    -api_token: str#
    +api_token: strΒΆ
    -api_username: str#
    +api_username: strΒΆ
    -end_point: str#
    +end_point: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, microsoft_teams_webhook_url: str | None = None, slack_webhook_url: str | None = None, telegram_url: str | None = None, telegram_bot_token: str | None = None, telegram_chat_id: str | None = None, whats_app_url: str | None = None, whats_app_business_id: str | None = None, phone_number_id: str | None = None, recipient_phone_number: str | None = None, user_access_token: str | None = None, version: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, microsoft_teams_webhook_url: str | None = None, slack_webhook_url: str | None = None, telegram_url: str | None = None, telegram_bot_token: str | None = None, telegram_chat_id: str | None = None, whats_app_url: str | None = None, whats_app_business_id: str | None = None, phone_number_id: str | None = None, recipient_phone_number: str | None = None, user_access_token: str | None = None, version: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -microsoft_teams_webhook_url: str#
    +microsoft_teams_webhook_url: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -phone_number_id: str#
    +phone_number_id: strΒΆ
    -recipient_phone_number: str#
    +recipient_phone_number: strΒΆ
    -slack_webhook_url: str#
    +slack_webhook_url: strΒΆ
    -telegram_bot_token: str#
    +telegram_bot_token: strΒΆ
    -telegram_chat_id: str#
    +telegram_chat_id: strΒΆ
    -telegram_url: str#
    +telegram_url: strΒΆ
    -user_access_token: str#
    +user_access_token: strΒΆ
    -version: str#
    +version: strΒΆ
    -whats_app_business_id: str#
    +whats_app_business_id: strΒΆ
    -whats_app_url: str#
    +whats_app_url: strΒΆ +
    + +
    + +
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileControlMReports(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, control_m_hostname: str | None = None, control_m_port: str | None = None, authentication_method: str | None = None, api_token: str | None = None, username: str | None = None, password: str | None = None, connection_timeout: str | None = None)ΒΆ
    +

    Bases: ConnectionProfile

    +
    +
    +api_token: strΒΆ
    +
    + +
    +
    +authentication_method: strΒΆ
    +
    + +
    +
    +connection_timeout: strΒΆ
    +
    + +
    +
    +control_m_hostname: strΒΆ
    +
    + +
    +
    +control_m_port: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +password: strΒΆ
    +
    + +
    +
    +username: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileDBT(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, dbt_url: str | None = None, dbt_token: str | None = None, account_id: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileDBT(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, dbt_url: str | None = None, dbt_token: str | None = None, account_id: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -account_id: str#
    +account_id: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -dbt_token: str#
    +dbt_token: strΒΆ
    -dbt_url: str#
    +dbt_url: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, databricks_workspace_url: str | None = None, databricks_personal_access_token: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, databricks_workspace_url: str | None = None, databricks_personal_access_token: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -databricks_personal_access_token: str#
    +databricks_personal_access_token: strΒΆ
    -databricks_workspace_url: str#
    +databricks_workspace_url: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, batch_url: str | None = None, service_account_key: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, batch_url: str | None = None, service_account_key: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -batch_url: str#
    +batch_url: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -identity_type: str#
    +identity_type: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -service_account_key: str#
    +service_account_key: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, gcp_big_query_url: str | None = None, service_account_key: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, gcp_big_query_url: str | None = None, service_account_key: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -gcp_big_query_url: str#
    +gcp_big_query_url: strΒΆ
    -identity_type: str#
    +identity_type: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -service_account_key: str#
    +service_account_key: strΒΆ
    -
    -class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFlow(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, data_flow_url: str | None = None, service_account_key: str | None = None)#
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileGCPComposer(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, composer_url: str | None = None, identity_type: str | None = None, service_account_key: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -
    -data_flow_url: str#
    +
    +composer_url: strΒΆ
    +
    + +
    +
    +connection_timeout: strΒΆ
    -
    -identity_type: str#
    +
    +identity_type: strΒΆ
    -
    -object_name: str#
    +
    +object_name: strΒΆ
    -
    -service_account_key: str#
    +
    +service_account_key: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, gcp_data_fusion_url: str | None = None, identity_type: str | None = None, service_account_key: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, gcp_data_fusion_url: str | None = None, identity_type: str | None = None, service_account_key: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -gcp_data_fusion_url: str#
    +gcp_data_fusion_url: strΒΆ
    -identity_type: str#
    +identity_type: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -service_account_key: str#
    +service_account_key: strΒΆ +
    + +
    + +
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataflow(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, data_flow_url: str | None = None, service_account_key: str | None = None)ΒΆ
    +

    Bases: ConnectionProfile

    +
    +
    +data_flow_url: strΒΆ
    +
    + +
    +
    +identity_type: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +service_account_key: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, gcp_dataplex_url: str | None = None, service_account_key: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, gcp_dataplex_url: str | None = None, service_account_key: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -gcp_dataplex_url: str#
    +gcp_dataplex_url: strΒΆ
    -identity_type: str#
    +identity_type: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -service_account_key: str#
    +service_account_key: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataprep(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, gcp_dataprep_url: str | None = None, user_access_token: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataprep(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, gcp_dataprep_url: str | None = None, user_access_token: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -gcp_dataprep_url: str#
    +gcp_dataprep_url: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -user_access_token: str#
    +user_access_token: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, dataproc_url: str | None = None, service_account_key_json_format: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, dataproc_url: str | None = None, service_account_key_json_format: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -dataproc_url: str#
    +dataproc_url: strΒΆ
    -identity_type: str#
    +identity_type: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -service_account_key_json_format: str#
    +service_account_key_json_format: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, deployment_manager_url: str | None = None, service_account_key: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, deployment_manager_url: str | None = None, service_account_key: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -deployment_manager_url: str#
    +deployment_manager_url: strΒΆ
    -identity_type: str#
    +identity_type: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -service_account_key: str#
    +service_account_key: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, gcp_api_url: str | None = None, service_account_key: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, gcp_api_url: str | None = None, service_account_key: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -gcp_api_url: str#
    +gcp_api_url: strΒΆ
    -identity_type: str#
    +identity_type: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -service_account_key: str#
    +service_account_key: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, gcp_api_url: str | None = None, service_account_key: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, gcp_api_url: str | None = None, service_account_key: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -gcp_api_url: str#
    +gcp_api_url: strΒΆ
    -identity_type: str#
    +identity_type: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -service_account_key: str#
    +service_account_key: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, gcp_api_url: str | None = None, service_account_key: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, identity_type: str | None = None, gcp_api_url: str | None = None, service_account_key: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -gcp_api_url: str#
    +gcp_api_url: strΒΆ
    -identity_type: str#
    +identity_type: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -service_account_key: str#
    +service_account_key: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, login_url: str | None = None, base_url: str | None = None, username: str | None = None, password: str | None = None, connection_timeout: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, login_url: str | None = None, base_url: str | None = None, username: str | None = None, password: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -base_url: str#
    +base_url: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -login_url: str#
    +login_url: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -password: str#
    +password: strΒΆ
    -username: str#
    +username: strΒΆ +
    + +
    + +
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileJenkins(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, jenkins_url: str | None = None, username: str | None = None, user_api_token: str | None = None, connection_timeout: str | None = None)ΒΆ
    +

    Bases: ConnectionProfile

    +
    +
    +connection_timeout: strΒΆ
    +
    + +
    +
    +jenkins_url: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +user_api_token: strΒΆ
    +
    + +
    +
    +username: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, namespace: str | None = None, connection_timeout: str | None = None, kubernetes_cluster_url: str | None = None, service_token_file: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, namespace: str | None = None, connection_timeout: str | None = None, kubernetes_cluster_url: str | None = None, service_token_file: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -kubernetes_cluster_url: str#
    +kubernetes_cluster_url: strΒΆ
    -namespace: str#
    +namespace: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -service_token_file: str#
    +service_token_file: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, mfbsi_directory_path: str | None = None, mfbsi_config_path: str | None = None, runtime_environment: str | None = None, additional_micro_focus_settings_script: str | None = None, run_as: str | None = None, run_as_pass: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, mfbsi_directory_path: str | None = None, mfbsi_config_path: str | None = None, runtime_environment: str | None = None, additional_micro_focus_settings_script: str | None = None, run_as: str | None = None, run_as_pass: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -additional_micro_focus_settings_script: str#
    +additional_micro_focus_settings_script: strΒΆ
    -mfbsi_config_path: str#
    +mfbsi_config_path: strΒΆ
    -mfbsi_directory_path: str#
    +mfbsi_directory_path: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -run_as: str#
    +run_as: strΒΆ
    -run_as_pass: str#
    +run_as_pass: strΒΆ
    -runtime_environment: str#
    +runtime_environment: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, mfbsi_directory_path: str | None = None, mfbsi_config_path: str | None = None, runtime_environment: str | None = None, additional_micro_focus_settings_script: str | None = None, run_as: str | None = None, run_as_pass: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, mfbsi_directory_path: str | None = None, mfbsi_config_path: str | None = None, runtime_environment: str | None = None, additional_micro_focus_settings_script: str | None = None, run_as: str | None = None, run_as_pass: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -additional_micro_focus_settings_script: str#
    +additional_micro_focus_settings_script: strΒΆ
    -mfbsi_config_path: str#
    +mfbsi_config_path: strΒΆ
    -mfbsi_directory_path: str#
    +mfbsi_directory_path: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -run_as: str#
    +run_as: strΒΆ
    -run_as_pass: str#
    +run_as_pass: strΒΆ
    -runtime_environment: str#
    +runtime_environment: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, application_id: str | None = None, client_secret: str | None = None, user_name: str | None = None, password: str | None = None, resource_group: str | None = None, api_url: str | None = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, application_id: str | None = None, client_secret: str | None = None, user_name: str | None = None, password: str | None = None, resource_group: str | None = None, api_url: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -api_url: str#
    +api_url: strΒΆ
    -application_id: str#
    +application_id: strΒΆ
    -client_secret: str#
    +client_secret: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -password: str#
    +password: strΒΆ
    -resource_group: str#
    +resource_group: strΒΆ
    -user_name: str#
    +user_name: strΒΆ
    -
    -class aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, oci_instances_url: str | None = None, oci_region: str | None = None, authentication: str | None = None, user_ocid: str | None = None, tenancy_ocid: str | None = None, fingerprint: str | None = None, private_key: str | None = None, config_file_path: str | None = None, profile: str | None = None, connection_timeout: str | None = None)#
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, oci_data_flow_url: str | None = None, oci_region: str | None = None, authentication: str | None = None, user_ocid: str | None = None, tenancy_ocid: str | None = None, fingerprint: str | None = None, private_key: str | None = None, config_file_path: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -
    -authentication: str#
    -
    - -
    -
    -config_file_path: str#
    +
    +authentication: strΒΆ
    -
    -connection_timeout: str#
    +
    +config_file_path: strΒΆ
    -
    -fingerprint: str#
    +
    +connection_timeout: strΒΆ
    -
    -object_name: str#
    +
    +fingerprint: strΒΆ
    -
    -oci_instances_url: str#
    +
    +object_name: strΒΆ
    -
    -oci_region: str#
    +
    +oci_data_flow_url: strΒΆ
    -
    -private_key: str#
    +
    +oci_region: strΒΆ
    -
    -profile: str#
    +
    +private_key: strΒΆ
    -
    -tenancy_ocid: str#
    +
    +tenancy_ocid: strΒΆ
    -
    -user_ocid: str#
    +
    +user_ocid: strΒΆ
    -
    -class aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, qlik_api_url: str | None = None, tenant_id: str | None = None, region: str | None = None, api_key: str | None = None, connection_timeout: str | None = None)#
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, oci_data_integration_url: str | None = None, oci_region: str | None = None, authentication: str | None = None, user_ocid: str | None = None, tenancy_ocid: str | None = None, fingerprint: str | None = None, private_key: str | None = None, config_file_path: str | None = None, profile: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -
    -api_key: str#
    +
    +authentication: strΒΆ
    -
    -connection_timeout: str#
    +
    +config_file_path: strΒΆ
    -
    -object_name: str#
    +
    +connection_timeout: strΒΆ
    -
    -qlik_api_url: str#
    +
    +fingerprint: strΒΆ
    -
    -region: str#
    +
    +object_name: strΒΆ
    -
    -tenant_id: str#
    +
    +oci_data_integration_url: strΒΆ
    -
    +
    +
    +oci_region: strΒΆ
    +
    -
    -
    -class aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, account_identifier: str | None = None, region: str | None = None, client_id: str | None = None, client_secret: str | None = None, refresh_token: str | None = None, redirect_url: str | None = None)#
    -

    Bases: ConnectionProfile

    -
    -account_identifier: str#
    +
    +private_key: strΒΆ
    -
    -client_id: str#
    +
    +profile: strΒΆ
    -
    -client_secret: str#
    +
    +tenancy_ocid: strΒΆ
    -
    -object_name: str#
    +
    +user_ocid: strΒΆ
    +
    + +
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, oci_instances_url: str | None = None, oci_region: str | None = None, authentication: str | None = None, user_ocid: str | None = None, tenancy_ocid: str | None = None, fingerprint: str | None = None, private_key: str | None = None, config_file_path: str | None = None, profile: str | None = None, connection_timeout: str | None = None)ΒΆ
    +

    Bases: ConnectionProfile

    -
    -redirect_url: str#
    +
    +authentication: strΒΆ
    -
    -refresh_token: str#
    +
    +config_file_path: strΒΆ
    -
    -region: str#
    +
    +connection_timeout: strΒΆ
    -
    +
    +
    +fingerprint: strΒΆ
    +
    -
    -
    -class aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, account_identifier: str | None = None, region: str | None = None, client_id: str | None = None, client_secret: str | None = None, idp_url: str | None = None, scope: str | None = None)#
    -

    Bases: ConnectionProfile

    -
    -account_identifier: str#
    +
    +object_name: strΒΆ
    -
    -client_id: str#
    +
    +oci_instances_url: strΒΆ
    -
    -client_secret: str#
    +
    +oci_region: strΒΆ
    -
    -idp_url: str#
    +
    +private_key: strΒΆ
    -
    -object_name: str#
    +
    +profile: strΒΆ
    -
    -region: str#
    +
    +tenancy_ocid: strΒΆ
    -
    -scope: str#
    +
    +user_ocid: strΒΆ
    -
    -class aapi.integration_factory.connection_profiles.ConnectionProfileTableau(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, tableau_url: str | None = None, token_name: str | None = None, token_secret: str | None = None, site_name: str | None = None, api_version: str | None = None, connection_timeout: str | None = None)#
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, oci_instances_url: str | None = None, oci_region: str | None = None, authentication: str | None = None, user_ocid: str | None = None, tenancy_ocid: str | None = None, fingerprint: str | None = None, private_key: str | None = None, config_file_path: str | None = None, profile: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -
    -api_version: str#
    +
    +authentication: strΒΆ
    -
    -connection_timeout: str#
    +
    +config_file_path: strΒΆ
    -
    -object_name: str#
    +
    +connection_timeout: strΒΆ
    -
    -site_name: str#
    +
    +fingerprint: strΒΆ
    -
    -tableau_url: str#
    +
    +object_name: strΒΆ
    -
    -token_name: str#
    +
    +oci_instances_url: strΒΆ
    -
    -token_secret: str#
    +
    +oci_region: strΒΆ
    -
    - -
    -
    -class aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, api_url: str | None = None, personal_access_token_authorization: str | None = None, region: str | None = None)#
    -

    Bases: ConnectionProfile

    -
    -api_url: str#
    +
    +private_key: strΒΆ
    -
    -object_name: str#
    +
    +profile: strΒΆ
    -
    -personal_access_token_authorization: str#
    +
    +tenancy_ocid: strΒΆ
    -
    -region: str#
    +
    +user_ocid: strΒΆ
    -
    -class aapi.integration_factory.connection_profiles.ConnectionProfileTerraform(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, terraform_org_name: str | None = None, token: str | None = None, connection_timeout: str | None = None)#
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, qlik_api_url: str | None = None, tenant_id: str | None = None, region: str | None = None, api_key: str | None = None, connection_timeout: str | None = None)ΒΆ

    Bases: ConnectionProfile

    -
    -connection_timeout: str#
    +
    +api_key: strΒΆ
    -
    -object_name: str#
    +
    +connection_timeout: strΒΆ
    -
    -terraform_org_name: str#
    +
    +object_name: strΒΆ
    -
    -token: str#
    +
    +qlik_api_url: strΒΆ
    -
    - -
    -
    -class aapi.integration_factory.connection_profiles.ConnectionProfileUIPath(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, tenant_name: str | None = None, tenant_url: str | None = None, app_id: str | None = None, app_secret: str | None = None, connection_timeout: str | None = None)#
    -

    Bases: ConnectionProfile

    -
    -app_id: str#
    +
    +region: strΒΆ
    -
    -app_secret: str#
    +
    +tenant_id: strΒΆ
    -
    +
    + +
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, account_identifier: str | None = None, region: str | None = None, client_id: str | None = None, client_secret: str | None = None, refresh_token: str | None = None, redirect_url: str | None = None)ΒΆ
    +

    Bases: ConnectionProfile

    +
    +
    +account_identifier: strΒΆ
    +
    + +
    +
    +client_id: strΒΆ
    +
    + +
    +
    +client_secret: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +redirect_url: strΒΆ
    +
    + +
    +
    +refresh_token: strΒΆ
    +
    + +
    +
    +region: strΒΆ
    +
    + +
    + +
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, account_identifier: str | None = None, region: str | None = None, client_id: str | None = None, client_secret: str | None = None, idp_url: str | None = None, scope: str | None = None)ΒΆ
    +

    Bases: ConnectionProfile

    +
    +
    +account_identifier: strΒΆ
    +
    + +
    +
    +client_id: strΒΆ
    +
    + +
    +
    +client_secret: strΒΆ
    +
    + +
    +
    +idp_url: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +region: strΒΆ
    +
    + +
    +
    +scope: strΒΆ
    +
    + +
    + +
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileTableau(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, tableau_url: str | None = None, token_name: str | None = None, token_secret: str | None = None, site_name: str | None = None, api_version: str | None = None, connection_timeout: str | None = None)ΒΆ
    +

    Bases: ConnectionProfile

    +
    +
    +api_version: strΒΆ
    +
    + +
    +
    +connection_timeout: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +site_name: strΒΆ
    +
    + +
    +
    +tableau_url: strΒΆ
    +
    + +
    +
    +token_name: strΒΆ
    +
    + +
    +
    +token_secret: strΒΆ
    +
    + +
    + +
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, api_url: str | None = None, personal_access_token_authorization: str | None = None, region: str | None = None)ΒΆ
    +

    Bases: ConnectionProfile

    +
    +
    +api_url: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +personal_access_token_authorization: strΒΆ
    +
    + +
    +
    +region: strΒΆ
    +
    + +
    + +
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileTalendOAuth(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, talend_api_url: str | None = None, region: str | None = None, client_id: str | None = None, client_secret: str | None = None, connection_timeout: str | None = None)ΒΆ
    +

    Bases: ConnectionProfile

    +
    +
    +client_id: strΒΆ
    +
    + +
    +
    +client_secret: strΒΆ
    +
    + +
    +
    +connection_timeout: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +region: strΒΆ
    +
    + +
    +
    +talend_api_url: strΒΆ
    +
    + +
    + +
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileTerraform(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, terraform_org_name: str | None = None, token: str | None = None, connection_timeout: str | None = None)ΒΆ
    +

    Bases: ConnectionProfile

    +
    +
    +connection_timeout: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +terraform_org_name: strΒΆ
    +
    + +
    +
    +token: strΒΆ
    +
    + +
    + +
    +
    +class aapi.integration_factory.connection_profiles.ConnectionProfileUIPath(object_name: str, *, target_ctm: str | None = None, target_agent: str | None = None, test_on_build: bool | None = None, no_test_on_deploy: bool | None = None, description: str | None = None, centralized: bool | None = None, tenant_name: str | None = None, tenant_url: str | None = None, app_id: str | None = None, app_secret: str | None = None, connection_timeout: str | None = None)ΒΆ
    +

    Bases: ConnectionProfile

    +
    +
    +app_id: strΒΆ
    +
    + +
    +
    +app_secret: strΒΆ
    +
    + +
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -tenant_name: str#
    +tenant_name: strΒΆ
    -tenant_url: str#
    +tenant_url: strΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, web_service_authentication_basic: WebServiceAuthenticationBasic = None, web_service_authentication_oauth2: WebServiceAuthenticationOauth2 = None, web_service_authentication_aws: WebServiceAuthenticationAws = None, web_service_authentication_google: WebServiceAuthenticationGoogle = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, web_service_authentication_basic: WebServiceAuthenticationBasic = None, web_service_authentication_oauth2: WebServiceAuthenticationOauth2 = None, web_service_authentication_aws: WebServiceAuthenticationAws = None, web_service_authentication_google: WebServiceAuthenticationGoogle = None)ΒΆ

    Bases: ConnectionProfile

    -class WebServiceAuthenticationAws(*, region: str = None, custom_service_name: str = None, auth_method_access_and_secret_keys: AuthMethodAccessAndSecretKeys = None, auth_method_iam_role: AuthMethodIAMRole = None)#
    +class WebServiceAuthenticationAws(*, region: str = None, custom_service_name: str = None, auth_method_access_and_secret_keys: AuthMethodAccessAndSecretKeys = None, auth_method_iam_role: AuthMethodIAMRole = None)ΒΆ

    Bases: AAPIObject

    -class AuthMethodAccessAndSecretKeys(*, access_key: str | None = None, secret_access_key: str | None = None)#
    +class AuthMethodAccessAndSecretKeys(*, access_key: str | None = None, secret_access_key: str | None = None)ΒΆ

    Bases: AAPIObject

    -access_key: str#
    +access_key: strΒΆ
    -secret_access_key: str#
    +secret_access_key: strΒΆ
    -class AuthMethodIAMRole(*, iam_role: str | None = None)#
    +class AuthMethodIAMRole(*, iam_role: str | None = None)ΒΆ

    Bases: AAPIObject

    -iam_role: str#
    +iam_role: strΒΆ
    -auth_method_access_and_secret_keys: AuthMethodAccessAndSecretKeys#
    +auth_method_access_and_secret_keys: AuthMethodAccessAndSecretKeysΒΆ
    -auth_method_iam_role: AuthMethodIAMRole#
    +auth_method_iam_role: AuthMethodIAMRoleΒΆ
    -custom_service_name: str#
    +custom_service_name: strΒΆ
    -region: str#
    +region: strΒΆ
    -class WebServiceAuthenticationBasic(*, user: str | None = None, use_preemptive_auth: bool | None = None, password: str | None = None)#
    +class WebServiceAuthenticationBasic(*, user: str | None = None, use_preemptive_auth: bool | None = None, password: str | None = None)ΒΆ

    Bases: AAPIObject

    -password: str#
    +password: strΒΆ
    -use_preemptive_auth: bool#
    +use_preemptive_auth: boolΒΆ
    -user: str#
    +user: strΒΆ
    -class WebServiceAuthenticationGoogle(*, token_type: TokenType = None, service_account_key: str = None)#
    +class WebServiceAuthenticationGoogle(*, token_type: TokenType = None, service_account_key: str = None)ΒΆ

    Bases: AAPIObject

    -class TokenType(value)#
    +class TokenType(value)ΒΆ

    Bases: Enum

    An enumeration.

    -Access = 'Access'#
    +Access = 'Access'ΒΆ
    -Identity = 'Identity'#
    +Identity = 'Identity'ΒΆ
    -service_account_key: str#
    +service_account_key: strΒΆ
    -token_type: TokenType#
    +token_type: TokenTypeΒΆ
    -class WebServiceAuthenticationOauth2(*, basic_authentication: BasicAuthentication = None, api_url: str = None, grant_type_password: GrantTypePassword = None, client_id: str = None, client_secret: str = None, content_type: str = None, headers: List[str] = None, body: List[str] = None)#
    +class WebServiceAuthenticationOauth2(*, basic_authentication: BasicAuthentication = None, api_url: str = None, grant_type_password: GrantTypePassword = None, client_id: str = None, client_secret: str = None, content_type: str = None, headers: List[str] = None, body: List[str] = None)ΒΆ

    Bases: AAPIObject

    -class BasicAuthentication(*, user: str | None = None, password: str | None = None)#
    +class BasicAuthentication(*, user: str | None = None, password: str | None = None)ΒΆ

    Bases: AAPIObject

    -password: str#
    +password: strΒΆ
    -user: str#
    +user: strΒΆ
    -class GrantTypePassword(*, user: str | None = None, password: str | None = None)#
    +class GrantTypePassword(*, user: str | None = None, password: str | None = None)ΒΆ

    Bases: AAPIObject

    -password: str#
    +password: strΒΆ
    -user: str#
    +user: strΒΆ
    -api_url: str#
    +api_url: strΒΆ
    -basic_authentication: BasicAuthentication#
    +basic_authentication: BasicAuthenticationΒΆ
    -body: List[str]#
    +body: List[str]ΒΆ
    -client_id: str#
    +client_id: strΒΆ
    -client_secret: str#
    +client_secret: strΒΆ
    -content_type: str#
    +content_type: strΒΆ
    -grant_type_password: GrantTypePassword#
    +grant_type_password: GrantTypePasswordΒΆ
    -headers: List[str]#
    +headers: List[str]ΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -web_service_authentication_aws: WebServiceAuthenticationAws#
    +web_service_authentication_aws: WebServiceAuthenticationAwsΒΆ
    -web_service_authentication_basic: WebServiceAuthenticationBasic#
    +web_service_authentication_basic: WebServiceAuthenticationBasicΒΆ
    -web_service_authentication_google: WebServiceAuthenticationGoogle#
    +web_service_authentication_google: WebServiceAuthenticationGoogleΒΆ
    -web_service_authentication_oauth2: WebServiceAuthenticationOauth2#
    +web_service_authentication_oauth2: WebServiceAuthenticationOauth2ΒΆ
    -class aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, web_service_authentication_basic: WebServiceAuthenticationBasic = None)#
    +class aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, web_service_authentication_basic: WebServiceAuthenticationBasic = None)ΒΆ

    Bases: ConnectionProfile

    -class WebServiceAuthenticationBasic(*, user: str | None = None, use_preemptive_auth: bool | None = None, password: str | None = None)#
    +class WebServiceAuthenticationBasic(*, user: str | None = None, use_preemptive_auth: bool | None = None, password: str | None = None)ΒΆ

    Bases: AAPIObject

    -password: str#
    +password: strΒΆ
    -use_preemptive_auth: bool#
    +use_preemptive_auth: boolΒΆ
    -user: str#
    +user: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -web_service_authentication_basic: WebServiceAuthenticationBasic#
    +web_service_authentication_basic: WebServiceAuthenticationBasicΒΆ
    -

    aapi.integration_factory.jobs module#

    +

    aapi.integration_factory.jobs moduleΒΆ

    -class aapi.integration_factory.jobs.JobAirbyte(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, connection_id: str = None, job_type: str = None, show_results: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAirbyte(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, connection_id: str = None, job_type: str = None, show_results: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -connection_id: str#
    +connection_id: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -job_type: str#
    +job_type: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -show_results: str#
    +show_results: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobAlteryxTrifacta(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, flow_name: str = None, rerun_with_new_idempotency_token: str = None, idempotent_token: str = None, retrack_job_status: str = None, run_id: str = None, status_polling_frequency: str = None)#
    +class aapi.integration_factory.jobs.JobAlteryxTrifacta(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, flow_name: str = None, rerun_with_new_idempotency_token: str = None, idempotent_token: str = None, retrack_job_status: str = None, run_id: str = None, status_polling_frequency: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -flow_name: str#
    +flow_name: strΒΆ
    -idempotent_token: str#
    +idempotent_token: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -rerun_with_new_idempotency_token: str#
    +rerun_with_new_idempotency_token: strΒΆ
    -retrack_job_status: str#
    +retrack_job_status: strΒΆ
    -run_id: str#
    +run_id: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ +
    + +
    + +
    +
    +class aapi.integration_factory.jobs.JobApacheNiFi(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, processor_group_id: str = None, processor_id: str = None, action: str = None, disconnected_node_ack: str = None, parameters_: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ
    +

    Bases: Job

    +
    +
    +action: strΒΆ
    +
    + +
    +
    +connection_profile: strΒΆ
    +
    + +
    +
    +disconnected_node_ack: strΒΆ
    +
    + +
    +
    +failure_tolerance: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +parameters_: strΒΆ
    +
    + +
    +
    +processor_group_id: strΒΆ
    +
    + +
    +
    +processor_id: strΒΆ
    +
    + +
    +
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobAutomationAnywhere(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, automation_type: str = None, bot_to_run: str = None, process_uri_path: str = None, process_to_run: str = None, bot_input_parameters: str = None, status_polling_frequency: str = None, connection_timeout: str = None)#
    +class aapi.integration_factory.jobs.JobAutomationAnywhere(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, automation_type: str = None, bot_to_run: str = None, process_uri_path: str = None, process_to_run: str = None, bot_input_parameters: str = None, status_polling_frequency: str = None, connection_timeout: str = None)ΒΆ

    Bases: Job

    -automation_type: str#
    +automation_type: strΒΆ
    -bot_input_parameters: str#
    +bot_input_parameters: strΒΆ
    -bot_to_run: str#
    +bot_to_run: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -process_to_run: str#
    +process_to_run: strΒΆ
    -process_uri_path: str#
    +process_uri_path: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsAthena(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, athena_client_request_token: str = None, db_catalog_name: str = None, database_name: str = None, action: str = None, query: str = None, table_name: str = None, prepared_query_name: str = None, unload_file_type: str = None, output_location: str = None, workgroup: str = None, add_configurations: str = None, s3_acl_option: str = None, encryption_options: str = None, kms_key: str = None, bucket_owner: str = None, show_json_output: str = None, status_polling_frequency: str = None, tolerance: str = None, no_perm: str = None)#
    +class aapi.integration_factory.jobs.JobAwsAthena(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, athena_client_request_token: str = None, db_catalog_name: str = None, database_name: str = None, action: str = None, query: str = None, table_name: str = None, prepared_query_name: str = None, unload_file_type: str = None, output_location: str = None, workgroup: str = None, add_configurations: str = None, s3_acl_option: str = None, encryption_options: str = None, kms_key: str = None, bucket_owner: str = None, show_json_output: str = None, status_polling_frequency: str = None, tolerance: str = None, no_perm: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -add_configurations: str#
    +add_configurations: strΒΆ
    -athena_client_request_token: str#
    +athena_client_request_token: strΒΆ
    -bucket_owner: str#
    +bucket_owner: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -database_name: str#
    +database_name: strΒΆ
    -db_catalog_name: str#
    +db_catalog_name: strΒΆ
    -encryption_options: str#
    +encryption_options: strΒΆ
    -kms_key: str#
    +kms_key: strΒΆ
    -no_perm: str#
    +no_perm: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -output_location: str#
    +output_location: strΒΆ
    -prepared_query_name: str#
    +prepared_query_name: strΒΆ
    -query: str#
    +query: strΒΆ
    -s3_acl_option: str#
    +s3_acl_option: strΒΆ
    -show_json_output: str#
    +show_json_output: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -table_name: str#
    +table_name: strΒΆ
    -tolerance: str#
    +tolerance: strΒΆ
    -unload_file_type: str#
    +unload_file_type: strΒΆ
    -workgroup: str#
    +workgroup: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsBackup(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, windows_vss: str = None, backup_vault_name: str = None, role_arn: str = None, idempotency_token: str = None, resource_arn: str = None, restore_parameters: str = None, recovery_point_arn: str = None, status_polling_frequency: str = None)#
    +class aapi.integration_factory.jobs.JobAwsBackup(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, action: str = None, windows_vss: str = None, backup_vault_name: str = None, role_arn: str = None, idempotency_token: str = None, resource_arn: str = None, restore_parameters: str = None, recovery_point_arn: str = None, status_polling_frequency: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -backup_vault_name: str#
    +backup_vault_name: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -idempotency_token: str#
    +idempotency_token: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -recovery_point_arn: str#
    +recovery_point_arn: strΒΆ
    -resource_arn: str#
    +resource_arn: strΒΆ
    -restore_parameters: str#
    +restore_parameters: strΒΆ
    -role_arn: str#
    +role_arn: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -windows_vss: str#
    +windows_vss: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsBatch(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, use_advanced_json_format: str = None, job_name: str = None, job_definition_and_revision: str = None, job_queue: str = None, container_overrides_command: str = None, job_attempts: str = None, execution_timeout: str = None, json_format: str = None, status_polling_frequency: str = None)#
    +class aapi.integration_factory.jobs.JobAwsBatch(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, use_advanced_json_format: str = None, job_name: str = None, job_definition_and_revision: str = None, job_queue: str = None, container_overrides_command: str = None, job_attempts: str = None, execution_timeout: str = None, json_format: str = None, status_polling_frequency: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -container_overrides_command: str#
    +container_overrides_command: strΒΆ
    -execution_timeout: str#
    +execution_timeout: strΒΆ
    -job_attempts: str#
    +job_attempts: strΒΆ
    -job_definition_and_revision: str#
    +job_definition_and_revision: strΒΆ
    -job_name: str#
    +job_name: strΒΆ
    -job_queue: str#
    +job_queue: strΒΆ
    -json_format: str#
    +json_format: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -use_advanced_json_format: str#
    +use_advanced_json_format: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsCloudFormation(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, stack_name: str = None, stack_parameters: str = None, template_body: str = None, template_url: str = None, role_arn: str = None, capabilities_type: str = None, enable_termination_protection: str = None, on_failure: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAwsCloudFormation(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, action: str = None, stack_name: str = None, stack_parameters: str = None, template_body: str = None, template_url: str = None, role_arn: str = None, capabilities_type: str = None, enable_termination_protection: str = None, on_failure: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -capabilities_type: str#
    +capabilities_type: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -enable_termination_protection: str#
    +enable_termination_protection: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -on_failure: str#
    +on_failure: strΒΆ
    -role_arn: str#
    +role_arn: strΒΆ
    -stack_name: str#
    +stack_name: strΒΆ
    -stack_parameters: str#
    +stack_parameters: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -template_body: str#
    +template_body: strΒΆ
    -template_url: str#
    +template_url: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsDataPipeline(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, pipeline_id: str = None, pipeline_name: str = None, pipeline_unique_id: str = None, parameters: str = None, trigger_created_pipeline: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAwsDataPipeline(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, action: str = None, pipeline_id: str = None, pipeline_name: str = None, pipeline_unique_id: str = None, parameters: str = None, trigger_created_pipeline: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -pipeline_id: str#
    +pipeline_id: strΒΆ
    -pipeline_name: str#
    +pipeline_name: strΒΆ
    -pipeline_unique_id: str#
    +pipeline_unique_id: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -trigger_created_pipeline: str#
    +trigger_created_pipeline: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsDynamoDB(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, statement: str = None, run_statement_with_parameter: str = None, statement_parameters: str = None, transaction_statments: str = None, idempotency_token: str = None, export_format: str = None, s3_bucket_name: str = None, s3_path_prefix: str = None, s3_bucket_owner_id: str = None, table_arn: str = None, import_format: str = None, import_compression_type: str = None, table_creation_parameters: str = None, table_name: str = None, status_polling_frequency: str = None, failure_tolarance: str = None)#
    +class aapi.integration_factory.jobs.JobAwsDynamoDB(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, action: str = None, statement: str = None, run_statement_with_parameter: str = None, statement_parameters: str = None, transaction_statments: str = None, idempotency_token: str = None, export_format: str = None, s3_bucket_name: str = None, s3_path_prefix: str = None, s3_bucket_owner_id: str = None, table_arn: str = None, import_format: str = None, import_compression_type: str = None, table_creation_parameters: str = None, table_name: str = None, status_polling_frequency: str = None, failure_tolarance_: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -export_format: str#
    +export_format: strΒΆ
    -
    -failure_tolarance: str#
    +
    +failure_tolarance_: strΒΆ
    -idempotency_token: str#
    +idempotency_token: strΒΆ
    -import_compression_type: str#
    +import_compression_type: strΒΆ
    -import_format: str#
    +import_format: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -run_statement_with_parameter: str#
    +run_statement_with_parameter: strΒΆ
    -s3_bucket_name: str#
    +s3_bucket_name: strΒΆ
    -s3_bucket_owner_id: str#
    +s3_bucket_owner_id: strΒΆ
    -s3_path_prefix: str#
    +s3_path_prefix: strΒΆ
    -statement: str#
    +statement: strΒΆ
    -statement_parameters: str#
    +statement_parameters: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -table_arn: str#
    +table_arn: strΒΆ
    -table_creation_parameters: str#
    +table_creation_parameters: strΒΆ
    -table_name: str#
    +table_name: strΒΆ
    -transaction_statments: str#
    +transaction_statments: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsEC2(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, operations: str = None, instance_id: str = None, placement_availability_zone: str = None, instance_type: str = None, instance_name: str = None, subnet_id: str = None, key_name: str = None, image_id: str = None, number_of_copies: str = None, launch_template_id: str = None, idempotent_token: str = None, tolerance: str = None, verification_poll_interval: str = None, get_instances_logs: str = None)#
    +class aapi.integration_factory.jobs.JobAwsEC2(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, operations: str = None, instance_id: str = None, placement_availability_zone: str = None, instance_type: str = None, instance_name: str = None, subnet_id: str = None, key_name: str = None, image_id: str = None, number_of_copies: str = None, launch_template_id: str = None, idempotent_token: str = None, tolerance: str = None, verification_poll_interval: str = None, get_instances_logs: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -get_instances_logs: str#
    +get_instances_logs: strΒΆ
    -idempotent_token: str#
    +idempotent_token: strΒΆ
    -image_id: str#
    +image_id: strΒΆ
    -instance_id: str#
    +instance_id: strΒΆ
    -instance_name: str#
    +instance_name: strΒΆ
    -instance_type: str#
    +instance_type: strΒΆ
    -key_name: str#
    +key_name: strΒΆ
    -launch_template_id: str#
    +launch_template_id: strΒΆ
    -number_of_copies: str#
    +number_of_copies: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -operations: str#
    +operations: strΒΆ
    -placement_availability_zone: str#
    +placement_availability_zone: strΒΆ
    -subnet_id: str#
    +subnet_id: strΒΆ
    -tolerance: str#
    +tolerance: strΒΆ
    -verification_poll_interval: str#
    +verification_poll_interval: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsECS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, ecs_cluster_name: str = None, ecs_task_definition: str = None, launch_type: str = None, assign_public_ip: str = None, network_security_groups: str = None, network_subnets: str = None, override_container: str = None, override_command: str = None, environment_variables: str = None, parameters: str = None, output_job_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAwsECS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, action: str = None, ecs_cluster_name: str = None, ecs_task_definition: str = None, launch_type: str = None, assign_public_ip: str = None, network_security_groups: str = None, network_subnets: str = None, override_container: str = None, override_command: str = None, environment_variables: str = None, parameters: str = None, output_job_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -assign_public_ip: str#
    +assign_public_ip: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -ecs_cluster_name: str#
    +ecs_cluster_name: strΒΆ
    -ecs_task_definition: str#
    +ecs_task_definition: strΒΆ
    -environment_variables: str#
    +environment_variables: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -launch_type: str#
    +launch_type: strΒΆ
    -network_security_groups: str#
    +network_security_groups: strΒΆ
    -network_subnets: str#
    +network_subnets: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -output_job_logs: str#
    +output_job_logs: strΒΆ
    -override_command: str#
    +override_command: strΒΆ
    -override_container: str#
    +override_container: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsEMR(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, cluster_id: str = None, notebook_id: str = None, relative_path: str = None, notebook_execution_name: str = None, service_role: str = None, use_advanced_json_format: str = None, json_body: str = None, status_polling_frequency: str = None, tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAwsEMR(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, cluster_id: str = None, notebook_id: str = None, relative_path: str = None, notebook_execution_name: str = None, service_role: str = None, use_advanced_json_format: str = None, json_body: str = None, status_polling_frequency: str = None, tolerance: str = None)ΒΆ

    Bases: Job

    -cluster_id: str#
    +cluster_id: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -json_body: str#
    +json_body: strΒΆ
    -notebook_execution_name: str#
    +notebook_execution_name: strΒΆ
    -notebook_id: str#
    +notebook_id: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -relative_path: str#
    +relative_path: strΒΆ
    -service_role: str#
    +service_role: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -tolerance: str#
    +tolerance: strΒΆ
    -use_advanced_json_format: str#
    +use_advanced_json_format: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsGlue(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, glue_job_name: str = None, glue_job_arguments: str = None, arguments: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAwsGlue(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, glue_job_name: str = None, glue_job_arguments: str = None, arguments: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -arguments: str#
    +arguments: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -glue_job_arguments: str#
    +glue_job_arguments: strΒΆ
    -glue_job_name: str#
    +glue_job_name: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsGlueDataBrew(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, job_name: str = None, output_job_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAwsGlueDataBrew(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, job_name: str = None, output_job_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -job_name: str#
    +job_name: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -output_job_logs: str#
    +output_job_logs: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsLambda(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, function_name: str = None, function_version: str = None, parameters: str = None, append_log_to_output: str = None)#
    +class aapi.integration_factory.jobs.JobAwsLambda(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, function_name: str = None, function_version: str = None, parameters: str = None, append_log_to_output: str = None)ΒΆ

    Bases: Job

    -append_log_to_output: str#
    +append_log_to_output: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -function_name: str#
    +function_name: strΒΆ
    -function_version: str#
    +function_version: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsMainframeModernization(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, application_name: str = None, action: str = None, jcl_name: str = None, retrieve_cloud_watch_logs: str = None, application_action: str = None, client_token: str = None, application_version: str = None, environment_id: str = None, latest_application_version: str = None, definition_s3_location: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAwsMainframeModernization(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, application_name: str = None, action: str = None, jcl_name: str = None, retrieve_cloud_watch_logs: str = None, application_action: str = None, client_token: str = None, application_version: str = None, environment_id: str = None, latest_application_version: str = None, definition_s3_location: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -application_action: str#
    +application_action: strΒΆ
    -application_name: str#
    +application_name: strΒΆ
    -application_version: str#
    +application_version: strΒΆ
    -client_token: str#
    +client_token: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -definition_s3_location: str#
    +definition_s3_location: strΒΆ
    -environment_id: str#
    +environment_id: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -jcl_name: str#
    +jcl_name: strΒΆ
    -latest_application_version: str#
    +latest_application_version: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -retrieve_cloud_watch_logs: str#
    +retrieve_cloud_watch_logs: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsQuickSight(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, aws_dataset_id: str = None, refresh_type: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAwsQuickSight(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, aws_dataset_id: str = None, refresh_type: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -aws_dataset_id: str#
    +aws_dataset_id: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -refresh_type: str#
    +refresh_type: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ +
    + +
    + +
    +
    +class aapi.integration_factory.jobs.JobAwsSNS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, message_type: str = None, topic_type: str = None, individual_type: str = None, target_arn: str = None, phone_number: str = None, json_message_structure: str = None, subject: str = None, message: str = None, message_deduplication_id: str = None, message_group_id: str = None, attributes: str = None, attribute1_name: str = None, attribute1_value: str = None, attribute2_name: str = None, attribute2_value: str = None, attribute3_name: str = None, attribute3_value: str = None, sms_attributes: str = None, sender_identifier: str = None, sender_id: str = None, origination_number: str = None, max_price: str = None, sms_type: str = None, push_notifications_attributes: str = None, push_attribute1_name: str = None, push_attribute1_value: str = None, push_attribute2_name: str = None, push_attribute2_value: str = None, push_attribute3_name: str = None, push_attribute3_value: str = None, push_attribute4_name: str = None, push_attribute4_value: str = None, push_attribute5_name: str = None, push_attribute5_value: str = None)ΒΆ
    +

    Bases: Job

    +
    +
    +attribute1_name: strΒΆ
    +
    + +
    +
    +attribute1_value: strΒΆ
    +
    + +
    +
    +attribute2_name: strΒΆ
    +
    + +
    +
    +attribute2_value: strΒΆ
    +
    + +
    +
    +attribute3_name: strΒΆ
    +
    + +
    +
    +attribute3_value: strΒΆ
    +
    + +
    +
    +attributes: strΒΆ
    +
    + +
    +
    +connection_profile: strΒΆ
    +
    + +
    +
    +individual_type: strΒΆ
    +
    + +
    +
    +json_message_structure: strΒΆ
    +
    + +
    +
    +max_price: strΒΆ
    +
    + +
    +
    +message: strΒΆ
    +
    + +
    +
    +message_deduplication_id: strΒΆ
    +
    + +
    +
    +message_group_id: strΒΆ
    +
    + +
    +
    +message_type: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +origination_number: strΒΆ
    +
    + +
    +
    +phone_number: strΒΆ
    +
    + +
    +
    +push_attribute1_name: strΒΆ
    +
    + +
    +
    +push_attribute1_value: strΒΆ
    +
    + +
    +
    +push_attribute2_name: strΒΆ
    +
    + +
    +
    +push_attribute2_value: strΒΆ
    +
    + +
    +
    +push_attribute3_name: strΒΆ
    +
    + +
    +
    +push_attribute3_value: strΒΆ
    +
    + +
    +
    +push_attribute4_name: strΒΆ
    +
    + +
    +
    +push_attribute4_value: strΒΆ
    +
    + +
    +
    +push_attribute5_name: strΒΆ
    +
    + +
    +
    +push_attribute5_value: strΒΆ
    +
    + +
    +
    +push_notifications_attributes: strΒΆ
    +
    + +
    +
    +sender_id: strΒΆ
    +
    + +
    +
    +sender_identifier: strΒΆ
    +
    + +
    +
    +sms_attributes: strΒΆ
    +
    + +
    +
    +sms_type: strΒΆ
    +
    + +
    +
    +subject: strΒΆ
    +
    + +
    +
    +target_arn: strΒΆ
    +
    + +
    +
    +topic_type: strΒΆ
    +
    + +
    + +
    +
    +class aapi.integration_factory.jobs.JobAwsSQS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, action_type: str = None, queue_type: str = None, parameters: str = None, queue_url: str = None, message_body: str = None, delay_seconds: str = None, message_deduplication_id: str = None, message_group_id: str = None, message_attributes: str = None, attribute1_name: str = None, attribute1_data_type: str = None, attribute1_value: str = None, attribute2_name: str = None, attribute2_data_type: str = None, attribute2_value: str = None, attribute3_name: str = None, attribute3_data_type: str = None, attribute3_value: str = None)ΒΆ
    +

    Bases: Job

    +
    +
    +action_type: strΒΆ
    +
    + +
    +
    +attribute1_data_type: strΒΆ
    +
    + +
    +
    +attribute1_name: strΒΆ
    +
    + +
    +
    +attribute1_value: strΒΆ
    +
    + +
    +
    +attribute2_data_type: strΒΆ
    +
    + +
    +
    +attribute2_name: strΒΆ
    +
    + +
    +
    +attribute2_value: strΒΆ
    +
    + +
    +
    +attribute3_data_type: strΒΆ
    +
    + +
    +
    +attribute3_name: strΒΆ
    +
    + +
    +
    +attribute3_value: strΒΆ
    +
    + +
    +
    +connection_profile: strΒΆ
    +
    + +
    +
    +delay_seconds: strΒΆ
    +
    + +
    +
    +message_attributes: strΒΆ
    +
    + +
    +
    +message_body: strΒΆ
    +
    + +
    +
    +message_deduplication_id: strΒΆ
    +
    + +
    +
    +message_group_id: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +parameters: strΒΆ
    +
    + +
    +
    +queue_type: strΒΆ
    +
    + +
    +
    +queue_url: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsSageMaker(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pipeline_name: str = None, idempotency_token: str = None, add_parameters: str = None, parameters: str = None, retry_pipeline_execution: str = None, pipeline_execution_arn: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAwsSageMaker(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pipeline_name: str = None, idempotency_token: str = None, add_parameters: str = None, parameters: str = None, retry_pipeline_execution: str = None, pipeline_execution_arn: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -add_parameters: str#
    +add_parameters: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -idempotency_token: str#
    +idempotency_token: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -pipeline_execution_arn: str#
    +pipeline_execution_arn: strΒΆ
    -pipeline_name: str#
    +pipeline_name: strΒΆ
    -retry_pipeline_execution: str#
    +retry_pipeline_execution: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobAwsStepFunctions(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, execution_name: str = None, state_machine_arn: str = None, parameters: str = None, show_execution_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAwsStepFunctions(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, execution_name: str = None, state_machine_arn: str = None, parameters: str = None, show_execution_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -execution_name: str#
    +execution_name: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -show_execution_logs: str#
    +show_execution_logs: strΒΆ
    -state_machine_arn: str#
    +state_machine_arn: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobAzureBackup(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, vault_resource_group: str = None, vault_name: str = None, vm_resource_group: str = None, vm_name: str = None, policy_name: str = None, include_or_exclude_disks: str = None, disk_list: str = None, restore_to_latest_recovery_point: str = None, recovery_point_name: str = None, storage_account_name: str = None, restore_region: str = None, status_polling_frequency: str = None, failure_tolerance_: str = None)#
    +class aapi.integration_factory.jobs.JobAzureBackup(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, action: str = None, vault_resource_group: str = None, vault_name: str = None, vm_resource_group: str = None, vm_name: str = None, policy_name: str = None, include_or_exclude_disks: str = None, disk_list: str = None, restore_to_latest_recovery_point: str = None, recovery_point_name: str = None, storage_account_name: str = None, restore_region: str = None, status_polling_frequency: str = None, failure_tolerance_: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -disk_list: str#
    +disk_list: strΒΆ
    -failure_tolerance_: str#
    +failure_tolerance_: strΒΆ
    -include_or_exclude_disks: str#
    +include_or_exclude_disks: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -policy_name: str#
    +policy_name: strΒΆ
    -recovery_point_name: str#
    +recovery_point_name: strΒΆ
    -restore_region: str#
    +restore_region: strΒΆ
    -restore_to_latest_recovery_point: str#
    +restore_to_latest_recovery_point: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -storage_account_name: str#
    +storage_account_name: strΒΆ
    -vault_name: str#
    +vault_name: strΒΆ
    -vault_resource_group: str#
    +vault_resource_group: strΒΆ
    -vm_name: str#
    +vm_name: strΒΆ
    -vm_resource_group: str#
    +vm_resource_group: strΒΆ
    -class aapi.integration_factory.jobs.JobAzureBatchAccounts(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, batch_job_id: str = None, task_id_prefix: str = None, task_command_line: str = None, max_wall_clock_time: str = None, max_wall_time_digits: str = None, max_wall_time_unit: str = None, max_task_retry_count: str = None, retry_number: str = None, retention_time: str = None, retention_time_digits: str = None, retention_time_unit: str = None, append_log_to_output: str = None, status_polling_interval: str = None, task_id_variable: str = None, content_type: str = None)#
    +class aapi.integration_factory.jobs.JobAzureBatchAccounts(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, batch_job_id: str = None, task_id_prefix: str = None, task_command_line: str = None, max_wall_clock_time: str = None, max_wall_time_digits: str = None, max_wall_time_unit: str = None, max_task_retry_count: str = None, retry_number: str = None, retention_time: str = None, retention_time_digits: str = None, retention_time_unit: str = None, append_log_to_output: str = None, status_polling_interval: str = None, task_id_variable: str = None, content_type: str = None)ΒΆ

    Bases: Job

    -append_log_to_output: str#
    +append_log_to_output: strΒΆ
    -batch_job_id: str#
    +batch_job_id: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -content_type: str#
    +content_type: strΒΆ
    -max_task_retry_count: str#
    +max_task_retry_count: strΒΆ
    -max_wall_clock_time: str#
    +max_wall_clock_time: strΒΆ
    -max_wall_time_digits: str#
    +max_wall_time_digits: strΒΆ
    -max_wall_time_unit: str#
    +max_wall_time_unit: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -retention_time: str#
    +retention_time: strΒΆ
    -retention_time_digits: str#
    +retention_time_digits: strΒΆ
    -retention_time_unit: str#
    +retention_time_unit: strΒΆ
    -retry_number: str#
    +retry_number: strΒΆ
    -status_polling_interval: str#
    +status_polling_interval: strΒΆ
    -task_command_line: str#
    +task_command_line: strΒΆ
    -task_id_prefix: str#
    +task_id_prefix: strΒΆ
    -task_id_variable: str#
    +task_id_variable: strΒΆ
    -class aapi.integration_factory.jobs.JobAzureDataFactory(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, resource_group_name: str = None, data_factory_name: str = None, pipeline_name: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAzureDataFactory(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, resource_group_name: str = None, data_factory_name: str = None, pipeline_name: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -data_factory_name: str#
    +data_factory_name: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -pipeline_name: str#
    +pipeline_name: strΒΆ
    -resource_group_name: str#
    +resource_group_name: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobAzureDatabricks(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, databricks_job_id: str = None, parameters: str = None, idempotency_token: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAzureDatabricks(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, databricks_job_id: str = None, parameters: str = None, idempotency_token: str = None, status_polling_frequency: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -databricks_job_id: str#
    -
    - -
    -
    -failure_tolerance: str#
    +databricks_job_id: strΒΆ
    -idempotency_token: str#
    +idempotency_token: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobAzureDevOps(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_name: str = None, actions: str = None, pipeline_id: str = None, repository_path: str = None, variables: str = None, parameters: str = None, stages_to_skip: str = None, show_build_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAzureDevOps(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, project_name: str = None, actions: str = None, pipeline_id: str = None, repository_path: str = None, variables: str = None, parameters: str = None, stages_to_skip: str = None, show_build_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -actions: str#
    +actions: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -pipeline_id: str#
    +pipeline_id: strΒΆ
    -project_name: str#
    +project_name: strΒΆ
    -repository_path: str#
    +repository_path: strΒΆ
    -show_build_logs: str#
    +show_build_logs: strΒΆ
    -stages_to_skip: str#
    +stages_to_skip: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -variables: str#
    +variables: strΒΆ
    -class aapi.integration_factory.jobs.JobAzureFunctions(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, function_app: str = None, function_name: str = None, optional_input_parameters: str = None, function_type: str = None, verification_poll_intervall: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAzureFunctions(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, function_app: str = None, function_name: str = None, optional_input_parameters: str = None, function_type: str = None, verification_poll_intervall: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -function_app: str#
    +function_app: strΒΆ
    -function_name: str#
    +function_name: strΒΆ
    -function_type: str#
    +function_type: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -optional_input_parameters: str#
    +optional_input_parameters: strΒΆ
    -verification_poll_intervall: str#
    +verification_poll_intervall: strΒΆ
    -class aapi.integration_factory.jobs.JobAzureHDInsight(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, parameters: str = None, bring_job_logs_to_output: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAzureHDInsight(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, parameters: str = None, bring_job_logs_to_output: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -bring_job_logs_to_output: str#
    +bring_job_logs_to_output: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobAzureLogicApps(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, workflow: str = None, parameters: str = None, get_logs: str = None, failure_tolerance: str = None, status_polling_frequency: str = None)#
    +class aapi.integration_factory.jobs.JobAzureLogicApps(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, workflow: str = None, parameters: str = None, get_logs: str = None, failure_tolerance: str = None, status_polling_frequency: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -get_logs: str#
    +get_logs: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -workflow: str#
    +workflow: strΒΆ
    -class aapi.integration_factory.jobs.JobAzureMachineLearning(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, workspace_name: str = None, resource_group_name: str = None, action: str = None, pipeline_endpoint_id: str = None, parameters: str = None, compute_name: str = None, compute_action: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobAzureMachineLearning(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, workspace_name: str = None, resource_group_name: str = None, action: str = None, pipeline_endpoint_id: str = None, parameters: str = None, compute_name: str = None, compute_action: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -compute_action: str#
    +compute_action: strΒΆ
    -compute_name: str#
    +compute_name: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -pipeline_endpoint_id: str#
    +pipeline_endpoint_id: strΒΆ
    -resource_group_name: str#
    +resource_group_name: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -workspace_name: str#
    +workspace_name: strΒΆ
    -class aapi.integration_factory.jobs.JobAzureResourceManager(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, resource_group_name: str = None, action: str = None, deployment_name: str = None, deployment_properties: str = None, failure_tolerance: str = None, status_polling_frequency: str = None)#
    +class aapi.integration_factory.jobs.JobAzureResourceManager(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, resource_group_name: str = None, action: str = None, deployment_name: str = None, deployment_properties: str = None, failure_tolerance: str = None, status_polling_frequency: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -deployment_name: str#
    +deployment_name: strΒΆ
    -deployment_properties: str#
    +deployment_properties: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -resource_group_name: str#
    +resource_group_name: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobAzureSynapse(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pipeline_name: str = None, parameters: str = None, status_polling_interval: str = None)#
    +class aapi.integration_factory.jobs.JobAzureSynapse(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pipeline_name: str = None, parameters: str = None, status_polling_interval: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -pipeline_name: str#
    +pipeline_name: strΒΆ
    -status_polling_interval: str#
    +status_polling_interval: strΒΆ
    -class aapi.integration_factory.jobs.JobAzureVM(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, vm_name: str = None, operation: str = None, input_parameters: str = None, verification_poll_interval: str = None, delete_vm_os_disk: str = None, tolerance: str = None, get_logs: str = None)#
    +class aapi.integration_factory.jobs.JobAzureVM(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, vm_name: str = None, operation: str = None, input_parameters: str = None, verification_poll_interval: str = None, delete_vm_os_disk: str = None, tolerance: str = None, get_logs: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -delete_vm_os_disk: str#
    +delete_vm_os_disk: strΒΆ
    -get_logs: str#
    +get_logs: strΒΆ
    -input_parameters: str#
    +input_parameters: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -operation: str#
    +operation: strΒΆ
    -tolerance: str#
    +tolerance: strΒΆ
    -verification_poll_interval: str#
    +verification_poll_interval: strΒΆ
    -vm_name: str#
    +vm_name: strΒΆ
    -class aapi.integration_factory.jobs.JobBoomiAtomsphere(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, process_name: str = None, atom_name: str = None, polling_interval_frequency: str = None, tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobBoomiAtomsphere(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, process_name: str = None, atom_name: str = None, polling_interval_frequency: str = None, tolerance: str = None)ΒΆ

    Bases: Job

    -atom_name: str#
    +atom_name: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -polling_interval_frequency: str#
    +polling_interval_frequency: strΒΆ
    -process_name: str#
    +process_name: strΒΆ
    -tolerance: str#
    +tolerance: strΒΆ
    -class aapi.integration_factory.jobs.JobCommunicationSuite(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, application_name: str = None, slack_parameters: str = None, telegram_parameters: str = None, silent_message: str = None, protect_content: str = None, whats_app_parameters: str = None, teams_parameters: str = None)#
    +class aapi.integration_factory.jobs.JobCommunicationSuite(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, application_name: str = None, slack_parameters: str = None, telegram_parameters: str = None, silent_message: str = None, protect_content: str = None, whats_app_parameters: str = None, teams_parameters: str = None)ΒΆ

    Bases: Job

    -application_name: str#
    +application_name: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -protect_content: str#
    +protect_content: strΒΆ
    -silent_message: str#
    +silent_message: strΒΆ
    -slack_parameters: str#
    +slack_parameters: strΒΆ
    -teams_parameters: str#
    +teams_parameters: strΒΆ
    -telegram_parameters: str#
    +telegram_parameters: strΒΆ
    -whats_app_parameters: str#
    +whats_app_parameters: strΒΆ +
    + +
    + +
    +
    +class aapi.integration_factory.jobs.JobControlMReports(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, control_m_report_name: str = None, set_download_file_name: str = None, report_file_format: str = None, agent_attachments_folder: str = None, download_destination_folder: str = None, replace_existing_file: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ
    +

    Bases: Job

    +
    +
    +agent_attachments_folder: strΒΆ
    +
    + +
    +
    +connection_profile: strΒΆ
    +
    + +
    +
    +control_m_report_name: strΒΆ
    +
    + +
    +
    +download_destination_folder: strΒΆ
    +
    + +
    +
    +failure_tolerance: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +replace_existing_file: strΒΆ
    +
    + +
    +
    +report_file_format: strΒΆ
    +
    + +
    +
    +set_download_file_name: strΒΆ
    +
    + +
    +
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobDBT(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, dbt_job_id: str = None, run_comment: str = None, override_job_commands: str = None, define_commands: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobDBT(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, dbt_job_id: str = None, run_comment: str = None, override_job_commands: str = None, define_commands: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -dbt_job_id: str#
    +dbt_job_id: strΒΆ
    -define_commands: str#
    +define_commands: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -override_job_commands: str#
    +override_job_commands: strΒΆ
    -run_comment: str#
    +run_comment: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobDatabricks(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, databricks_job_id: str = None, parameters: str = None, idempotency_token: str = None, status_polling_frequency: str = None)#
    +class aapi.integration_factory.jobs.JobDatabricks(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, databricks_job_id: str = None, parameters: str = None, idempotency_token: str = None, status_polling_frequency: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -databricks_job_id: str#
    +databricks_job_id: strΒΆ
    -idempotency_token: str#
    +idempotency_token: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobGCPBatch(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, service_account_email_format: str = None, project_id: str = None, region: str = None, override_region: str = None, allowed_locations: str = None, job_name: str = None, priority: str = None, runnable_type: str = None, task_script_text: str = None, container_image_uri: str = None, entry_point: str = None, override_commands: str = None, commands: str = None, container_volumes: str = None, cpu: str = None, memory: str = None, maximum_retry_count: str = None, instance_policy: str = None, machine_type: str = None, provisioning_model: str = None, machine_template: str = None, log_policy: str = None, use_advanced_json_format: str = None, json_format: str = None, status_polling_frequency: str = None)#
    +class aapi.integration_factory.jobs.JobGCPBatch(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, service_account_email_format: str = None, project_id: str = None, region: str = None, override_region: str = None, allowed_locations: str = None, job_name: str = None, priority: str = None, runnable_type: str = None, task_script_text: str = None, container_image_uri: str = None, entry_point: str = None, override_commands: str = None, commands: str = None, container_volumes: str = None, cpu: str = None, memory: str = None, maximum_retry_count: str = None, instance_policy: str = None, machine_type: str = None, provisioning_model: str = None, machine_template: str = None, log_policy: str = None, use_advanced_json_format: str = None, json_format: str = None, status_polling_frequency: str = None)ΒΆ

    Bases: Job

    -allowed_locations: str#
    +allowed_locations: strΒΆ
    -commands: str#
    +commands: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -container_image_uri: str#
    +container_image_uri: strΒΆ
    -container_volumes: str#
    +container_volumes: strΒΆ
    -cpu: str#
    +cpu: strΒΆ
    -entry_point: str#
    +entry_point: strΒΆ
    -instance_policy: str#
    +instance_policy: strΒΆ
    -job_name: str#
    +job_name: strΒΆ
    -json_format: str#
    +json_format: strΒΆ
    -log_policy: str#
    +log_policy: strΒΆ
    -machine_template: str#
    +machine_template: strΒΆ
    -machine_type: str#
    +machine_type: strΒΆ
    -maximum_retry_count: str#
    +maximum_retry_count: strΒΆ
    -memory: str#
    +memory: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -override_commands: str#
    +override_commands: strΒΆ
    -override_region: str#
    +override_region: strΒΆ
    -priority: str#
    +priority: strΒΆ
    -project_id: str#
    +project_id: strΒΆ
    -provisioning_model: str#
    +provisioning_model: strΒΆ
    -region: str#
    +region: strΒΆ
    -runnable_type: str#
    +runnable_type: strΒΆ
    -service_account_email_format: str#
    +service_account_email_format: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -task_script_text: str#
    +task_script_text: strΒΆ
    -use_advanced_json_format: str#
    +use_advanced_json_format: strΒΆ
    -class aapi.integration_factory.jobs.JobGCPBigQuery(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_name: str = None, dataset_name: str = None, action: str = None, run_select_query_and_copy_to_table: str = None, table_name: str = None, sql_statement: str = None, query_parameters: str = None, routine: str = None, extract_as: str = None, copy_operation_type: str = None, source_tables_properties: str = None, destination_source_bucket_uris: str = None, destination_table_properties: str = None, show_load_options: str = None, load_options: str = None, job_timeout: str = None, connection_timeout: str = None, status_polling_frequency: str = None)#
    +class aapi.integration_factory.jobs.JobGCPBigQuery(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, project_name: str = None, dataset_name: str = None, action: str = None, run_select_query_and_copy_to_table: str = None, table_name: str = None, sql_statement: str = None, query_parameters: str = None, routine: str = None, extract_as: str = None, copy_operation_type: str = None, source_tables_properties: str = None, destination_source_bucket_uris: str = None, destination_table_properties: str = None, show_load_options: str = None, load_options: str = None, job_timeout: str = None, connection_timeout: str = None, status_polling_frequency: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -copy_operation_type: str#
    +copy_operation_type: strΒΆ
    -dataset_name: str#
    +dataset_name: strΒΆ
    -destination_source_bucket_uris: str#
    +destination_source_bucket_uris: strΒΆ
    -destination_table_properties: str#
    +destination_table_properties: strΒΆ
    -extract_as: str#
    +extract_as: strΒΆ
    -job_timeout: str#
    +job_timeout: strΒΆ
    -load_options: str#
    +load_options: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -project_name: str#
    +project_name: strΒΆ
    -query_parameters: str#
    +query_parameters: strΒΆ
    -routine: str#
    +routine: strΒΆ
    -run_select_query_and_copy_to_table: str#
    +run_select_query_and_copy_to_table: strΒΆ
    -show_load_options: str#
    +show_load_options: strΒΆ
    -source_tables_properties: str#
    +source_tables_properties: strΒΆ
    -sql_statement: str#
    +sql_statement: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -table_name: str#
    +table_name: strΒΆ
    -
    -class aapi.integration_factory.jobs.JobGCPDataFlow(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, region: str = None, template_type: str = None, template_location_gs_: str = None, parameters__json_format: str = None, verification_poll_interval_in_seconds: str = None, log_level: str = None)#
    +
    +class aapi.integration_factory.jobs.JobGCPComposer(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, d_a_g_name: str = None, d_a_g_run_id: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -
    -connection_profile: str#
    -
    - -
    -
    -log_level: str#
    -
    - -
    -
    -object_name: str#
    +
    +connection_profile: strΒΆ
    -
    -parameters__json_format: str#
    +
    +d_a_g_name: strΒΆ
    -
    -project_id: str#
    +
    +d_a_g_run_id: strΒΆ
    -
    -region: str#
    +
    +failure_tolerance: strΒΆ
    -
    -template_location_gs_: str#
    +
    +object_name: strΒΆ
    -
    -template_type: str#
    +
    +parameters: strΒΆ
    -
    -verification_poll_interval_in_seconds: str#
    +
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobGCPDataFusion(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, region: str = None, project_name: str = None, instance_name: str = None, name_space_id: str = None, pipeline_name: str = None, runtime_parameters: str = None, get_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobGCPDataFusion(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, region: str = None, project_name: str = None, instance_name: str = None, name_space_id: str = None, pipeline_name: str = None, runtime_parameters: str = None, get_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -get_logs: str#
    +get_logs: strΒΆ
    -instance_name: str#
    +instance_name: strΒΆ
    -name_space_id: str#
    +name_space_id: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -pipeline_name: str#
    +pipeline_name: strΒΆ
    -project_name: str#
    +project_name: strΒΆ
    -region: str#
    +region: strΒΆ
    -runtime_parameters: str#
    +runtime_parameters: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ +
    + +
    + +
    +
    +class aapi.integration_factory.jobs.JobGCPDataflow(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, project_id: str = None, region: str = None, template_type: str = None, template_location_gs_: str = None, parameters_json_format: str = None, verification_poll_interval_in_seconds: str = None, log_level: str = None)ΒΆ
    +

    Bases: Job

    +
    +
    +connection_profile: strΒΆ
    +
    + +
    +
    +log_level: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +parameters_json_format: strΒΆ
    +
    + +
    +
    +project_id: strΒΆ
    +
    + +
    +
    +region: strΒΆ
    +
    + +
    +
    +template_location_gs_: strΒΆ
    +
    + +
    +
    +template_type: strΒΆ
    +
    + +
    +
    +verification_poll_interval_in_seconds: strΒΆ
    -class aapi.integration_factory.jobs.JobGCPDataplex(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, action: str = None, scan_name: str = None, lake_name: str = None, task_name: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobGCPDataplex(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, action: str = None, scan_name: str = None, lake_name: str = None, task_name: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -lake_name: str#
    +lake_name: strΒΆ
    -location: str#
    +location: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -project_id: str#
    +project_id: strΒΆ
    -scan_name: str#
    +scan_name: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -task_name: str#
    +task_name: strΒΆ
    -class aapi.integration_factory.jobs.JobGCPDataprep(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, flow_name: str = None, parameters: str = None, execute_job_with_idempotency_token: str = None, idempotency_token: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobGCPDataprep(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, flow_name: str = None, parameters: str = None, execute_job_with_idempotency_token: str = None, idempotency_token: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -execute_job_with_idempotency_token: str#
    +execute_job_with_idempotency_token: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -flow_name: str#
    +flow_name: strΒΆ
    -idempotency_token: str#
    +idempotency_token: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobGCPDataproc(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, account_region: str = None, dataproc_task_type: str = None, workflow_template: str = None, parameters__json_format: str = None, verification_poll_interval_in_seconds: str = None, tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobGCPDataproc(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, project_id: str = None, account_region: str = None, dataproc_task_type: str = None, batch_id: str = None, request_id: str = None, workflow_template: str = None, parameters_json_format: str = None, verification_poll_interval_in_seconds: str = None, tolerance: str = None)ΒΆ

    Bases: Job

    -account_region: str#
    +account_region: strΒΆ +
    + +
    +
    +batch_id: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -dataproc_task_type: str#
    +dataproc_task_type: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -
    -parameters__json_format: str#
    +
    +parameters_json_format: strΒΆ
    -project_id: str#
    +project_id: strΒΆ +
    + +
    +
    +request_id: strΒΆ
    -tolerance: str#
    +tolerance: strΒΆ
    -verification_poll_interval_in_seconds: str#
    +verification_poll_interval_in_seconds: strΒΆ
    -workflow_template: str#
    +workflow_template: strΒΆ
    -class aapi.integration_factory.jobs.JobGCPDeploymentManager(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, action: str = None, deployment_name: str = None, yaml_config_content: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobGCPDeploymentManager(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, project_id: str = None, action: str = None, deployment_name: str = None, yaml_config_content: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -deployment_name: str#
    +deployment_name: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -project_id: str#
    +project_id: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -yaml_config_content: str#
    +yaml_config_content: strΒΆ
    -class aapi.integration_factory.jobs.JobGCPFunctions(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, function_name: str = None, function_parameters: str = None, url_parameters: str = None, body: str = None, status_polling_frequency: str = None, failure_tolerance: str = None, get_logs: str = None)#
    +class aapi.integration_factory.jobs.JobGCPFunctions(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, function_name: str = None, function_parameters: str = None, url_parameters: str = None, body: str = None, status_polling_frequency: str = None, failure_tolerance: str = None, get_logs: str = None)ΒΆ

    Bases: Job

    -body: str#
    +body: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -function_name: str#
    +function_name: strΒΆ
    -function_parameters: str#
    +function_parameters: strΒΆ
    -get_logs: str#
    +get_logs: strΒΆ
    -location: str#
    +location: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -project_id: str#
    +project_id: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -url_parameters: str#
    +url_parameters: strΒΆ
    -class aapi.integration_factory.jobs.JobGCPVM(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, zone: str = None, operation: str = None, template_name: str = None, instance_name: str = None, parameters: str = None, verification_poll_interval: str = None, tolerance: str = None, get_logs: str = None)#
    +class aapi.integration_factory.jobs.JobGCPVM(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, project_id: str = None, zone: str = None, operation: str = None, template_name: str = None, instance_name: str = None, parameters: str = None, verification_poll_interval: str = None, tolerance: str = None, get_logs: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -get_logs: str#
    +get_logs: strΒΆ
    -instance_name: str#
    +instance_name: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -operation: str#
    +operation: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -project_id: str#
    +project_id: strΒΆ
    -template_name: str#
    +template_name: strΒΆ
    -tolerance: str#
    +tolerance: strΒΆ
    -verification_poll_interval: str#
    +verification_poll_interval: strΒΆ
    -zone: str#
    +zone: strΒΆ
    -class aapi.integration_factory.jobs.JobGCPWorkflows(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, workflow_name: str = None, parameters_json_input: str = None, execution_label: str = None, show_workflow_results: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobGCPWorkflows(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, workflow_name: str = None, parameters_json_input: str = None, execution_label: str = None, show_workflow_results: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -execution_label: str#
    +execution_label: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -location: str#
    +location: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters_json_input: str#
    +parameters_json_input: strΒΆ
    -project_id: str#
    +project_id: strΒΆ
    -show_workflow_results: str#
    +show_workflow_results: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -workflow_name: str#
    +workflow_name: strΒΆ
    -class aapi.integration_factory.jobs.JobInformaticaCS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, task_type: str = None, use_federation_id: str = None, task_name: str = None, folder_path: str = None, task_flow_url: str = None, rerun_suspended_taskflow: str = None, rerun_run_id: str = None, input_fields: str = None, call_back_url: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobInformaticaCS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, task_type: str = None, use_federation_id: str = None, task_name: str = None, folder_path: str = None, taskflow_job_name: str = None, task_flow_url: str = None, rerun_suspended_taskflow: str = None, rerun_run_id: str = None, input_fields: str = None, call_back_url: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -call_back_url: str#
    +call_back_url: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -folder_path: str#
    +folder_path: strΒΆ
    -input_fields: str#
    +input_fields: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -rerun_run_id: str#
    +rerun_run_id: strΒΆ
    -rerun_suspended_taskflow: str#
    +rerun_suspended_taskflow: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -task_flow_url: str#
    +task_flow_url: strΒΆ
    -task_name: str#
    +task_name: strΒΆ
    -task_type: str#
    +task_type: strΒΆ +
    + +
    +
    +taskflow_job_name: strΒΆ
    -use_federation_id: str#
    +use_federation_id: strΒΆ +
    + +
    + +
    +
    +class aapi.integration_factory.jobs.JobJenkins(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, pipeline_name: str = None, add_parameters: str = None, parameters: List[str] = None, add_branch_name: str = None, branch_name: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ
    +

    Bases: Job

    +
    +
    +add_branch_name: strΒΆ
    +
    + +
    +
    +add_parameters: strΒΆ
    +
    + +
    +
    +branch_name: strΒΆ
    +
    + +
    +
    +connection_profile: strΒΆ
    +
    + +
    +
    +failure_tolerance: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +parameters: List[str]ΒΆ
    +
    + +
    +
    +pipeline_name: strΒΆ
    +
    + +
    +
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobKubernetes(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, job_spec_yaml: str = None, job_spec_parameters: str = None, get_pod_logs: str = None, job_cleanup: str = None, job_status_polling_interval: str = None)#
    +class aapi.integration_factory.jobs.JobKubernetes(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, job_spec_yaml: str = None, job_spec_parameters: str = None, get_pod_logs: str = None, os_exit_code: str = None, job_cleanup: str = None, job_status_polling_interval: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -get_pod_logs: str#
    +get_pod_logs: strΒΆ
    -job_cleanup: str#
    +job_cleanup: strΒΆ
    -job_spec_parameters: str#
    +job_spec_parameters: strΒΆ
    -job_spec_yaml: str#
    +job_spec_yaml: strΒΆ
    -job_status_polling_interval: str#
    +job_status_polling_interval: strΒΆ
    -object_name: str#
    +object_name: strΒΆ +
    + +
    +
    +os_exit_code: strΒΆ
    -class aapi.integration_factory.jobs.JobMicroFocusLinux(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, jcl_filename: str = None, pds: str = None, enable_jcl_variables: str = None, additional_variables: str = None, restart_on_rerun: str = None, from_step_proc: str = None, to_step_proc: str = None, recapture_abend_codes: str = None, recapture_cond_codes: str = None, auto_adjust_restart: str = None, step_specific_condition_codes: str = None, set_mf_ucc11: str = None, advanced_restart_parameters: str = None, rerun_job_id: str = None, restart_with_modified_jcl: str = None, modified_jcl_path_and_filename: str = None)#
    +class aapi.integration_factory.jobs.JobMicroFocusLinux(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, jcl_filename: str = None, pds: str = None, enable_jcl_variables: str = None, additional_variables: str = None, restart_on_rerun: str = None, from_step_proc: str = None, to_step_proc: str = None, recapture_abend_codes: str = None, recapture_cond_codes: str = None, auto_adjust_restart: str = None, step_specific_condition_codes: str = None, set_mf_ucc11: str = None, advanced_restart_parameters: str = None, rerun_job_id: str = None, restart_with_modified_jcl: str = None, modified_jcl_path_and_filename: str = None)ΒΆ

    Bases: Job

    -additional_variables: str#
    +additional_variables: strΒΆ
    -advanced_restart_parameters: str#
    +advanced_restart_parameters: strΒΆ
    -auto_adjust_restart: str#
    +auto_adjust_restart: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -enable_jcl_variables: str#
    +enable_jcl_variables: strΒΆ
    -from_step_proc: str#
    +from_step_proc: strΒΆ
    -jcl_filename: str#
    +jcl_filename: strΒΆ
    -modified_jcl_path_and_filename: str#
    +modified_jcl_path_and_filename: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -pds: str#
    +pds: strΒΆ
    -recapture_abend_codes: str#
    +recapture_abend_codes: strΒΆ
    -recapture_cond_codes: str#
    +recapture_cond_codes: strΒΆ
    -rerun_job_id: str#
    +rerun_job_id: strΒΆ
    -restart_on_rerun: str#
    +restart_on_rerun: strΒΆ
    -restart_with_modified_jcl: str#
    +restart_with_modified_jcl: strΒΆ
    -set_mf_ucc11: str#
    +set_mf_ucc11: strΒΆ
    -step_specific_condition_codes: str#
    +step_specific_condition_codes: strΒΆ
    -to_step_proc: str#
    +to_step_proc: strΒΆ
    -class aapi.integration_factory.jobs.JobMicroFocusWindows(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, jcl_filename: str = None, pds: str = None, enable_jcl_variables: str = None, additional_variables: str = None, restart_on_rerun: str = None, from_step_proc: str = None, to_step_proc: str = None, recapture_abend_codes: str = None, recapture_cond_codes: str = None, auto_adjust_restart: str = None, step_specific_condition_codes: str = None, set_mf_ucc11: str = None, advanced_restart_parameters: str = None, rerun_job_id: str = None, restart_with_modified_jcl: str = None, modified_jcl_path_and_filename: str = None)#
    +class aapi.integration_factory.jobs.JobMicroFocusWindows(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, jcl_filename: str = None, pds: str = None, enable_jcl_variables: str = None, additional_variables: str = None, restart_on_rerun: str = None, from_step_proc: str = None, to_step_proc: str = None, recapture_abend_codes: str = None, recapture_cond_codes: str = None, auto_adjust_restart: str = None, step_specific_condition_codes: str = None, set_mf_ucc11: str = None, advanced_restart_parameters: str = None, rerun_job_id: str = None, restart_with_modified_jcl: str = None, modified_jcl_path_and_filename: str = None)ΒΆ

    Bases: Job

    -additional_variables: str#
    +additional_variables: strΒΆ
    -advanced_restart_parameters: str#
    +advanced_restart_parameters: strΒΆ
    -auto_adjust_restart: str#
    +auto_adjust_restart: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -enable_jcl_variables: str#
    +enable_jcl_variables: strΒΆ
    -from_step_proc: str#
    +from_step_proc: strΒΆ
    -jcl_filename: str#
    +jcl_filename: strΒΆ
    -modified_jcl_path_and_filename: str#
    +modified_jcl_path_and_filename: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -pds: str#
    +pds: strΒΆ
    -recapture_abend_codes: str#
    +recapture_abend_codes: strΒΆ
    -recapture_cond_codes: str#
    +recapture_cond_codes: strΒΆ
    -rerun_job_id: str#
    +rerun_job_id: strΒΆ
    -restart_on_rerun: str#
    +restart_on_rerun: strΒΆ
    -restart_with_modified_jcl: str#
    +restart_with_modified_jcl: strΒΆ
    -set_mf_ucc11: str#
    +set_mf_ucc11: strΒΆ
    -step_specific_condition_codes: str#
    +step_specific_condition_codes: strΒΆ
    -to_step_proc: str#
    +to_step_proc: strΒΆ
    -class aapi.integration_factory.jobs.JobMicrosoftPowerBI(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, dataset_refresh_pipeline_deployment: str = None, workspace_name: str = None, workspace_id: str = None, dataset_id: str = None, parameters: str = None, connection_timeout: str = None, status_polling_frequency: str = None, pipeline_id: str = None)#
    +class aapi.integration_factory.jobs.JobMicrosoftPowerBI(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, dataset_refresh_pipeline_deployment: str = None, workspace_name: str = None, workspace_id: str = None, dataset_id: str = None, parameters: str = None, connection_timeout: str = None, status_polling_frequency: str = None, pipeline_id: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -dataset_id: str#
    +dataset_id: strΒΆ
    -dataset_refresh_pipeline_deployment: str#
    +dataset_refresh_pipeline_deployment: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -pipeline_id: str#
    +pipeline_id: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -workspace_id: str#
    +workspace_id: strΒΆ
    -workspace_name: str#
    +workspace_name: strΒΆ +
    + +
    + +
    +
    +class aapi.integration_factory.jobs.JobOCIDataFlow(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, compartment_ocid: str = None, application_ocid: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ
    +

    Bases: Job

    +
    +
    +application_ocid: strΒΆ
    +
    + +
    +
    +compartment_ocid: strΒΆ
    +
    + +
    +
    +connection_profile: strΒΆ
    +
    + +
    +
    +failure_tolerance: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +status_polling_frequency: strΒΆ
    +
    + +
    + +
    +
    +class aapi.integration_factory.jobs.JobOCIDataIntegration(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, actions: str = None, workspace_ocid: str = None, application_key: str = None, task_key: str = None, task_run_name: str = None, task_run_input_parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ
    +

    Bases: Job

    +
    +
    +actions: strΒΆ
    +
    + +
    +
    +application_key: strΒΆ
    +
    + +
    +
    +connection_profile: strΒΆ
    +
    + +
    +
    +failure_tolerance: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +status_polling_frequency: strΒΆ
    +
    + +
    +
    +task_key: strΒΆ
    +
    + +
    +
    +task_run_input_parameters: strΒΆ
    +
    + +
    +
    +task_run_name: strΒΆ
    +
    + +
    +
    +workspace_ocid: strΒΆ
    +
    + +
    + +
    +
    +class aapi.integration_factory.jobs.JobOCIDataScience(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, action: str = None, parameters: str = None, model_deployment_id: str = None, notebook_session_id: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ
    +

    Bases: Job

    +
    +
    +action: strΒΆ
    +
    + +
    +
    +connection_profile: strΒΆ
    +
    + +
    +
    +failure_tolerance: strΒΆ
    +
    + +
    +
    +model_deployment_id: strΒΆ
    +
    + +
    +
    +notebook_session_id: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +parameters: strΒΆ
    +
    + +
    +
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobOCIVM(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, instance_id: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobOCIVM(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, action: str = None, instance_id: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -instance_id: str#
    +instance_id: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobQlikCloud(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, reload_type: str = None, app_id: str = None, print_log_to_output: str = None, status_polling_frequency: str = None, tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobQlikCloud(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, reload_type: str = None, app_id: str = None, print_log_to_output: str = None, status_polling_frequency: str = None, tolerance: str = None)ΒΆ

    Bases: Job

    -app_id: str#
    +app_id: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -print_log_to_output: str#
    +print_log_to_output: strΒΆ
    -reload_type: str#
    +reload_type: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -tolerance: str#
    +tolerance: strΒΆ
    -class aapi.integration_factory.jobs.JobSnowflake(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, database: str = None, schema: str = None, action: str = None, snowflake_sql_statement: str = None, query_to_location: str = None, query_input: str = None, storage_integration: str = None, overwrite: str = None, file_format: str = None, create_table_name: str = None, query: str = None, add_condition: str = None, stored_procedure_name: str = None, procedure_argument: str = None, activity_options: str = None, table_name: str = None, from_location: str = None, stage_name: str = None, from_storage_integration: str = None, stage_url: str = None, copy_destination: str = None, from_table: str = None, snowpipe_name: str = None, start_or_pause_snowpipe: str = None, stage_location: str = None, days_back: str = None, status_file_cloud_location_path: str = None, stoarge_integration_for_location: str = None, statement_timeout: str = None, show_more_options: str = None, parameters: str = None, role: str = None, bindings: str = None, warehouse: str = None, show_output: str = None, status_polling_frequency: str = None)#
    +class aapi.integration_factory.jobs.JobSnowflake(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, database: str = None, schema: str = None, action: str = None, snowflake_sql_statement: str = None, query_to_location: str = None, query_input: str = None, storage_integration: str = None, overwrite: str = None, file_format: str = None, create_table_name: str = None, query: str = None, add_condition: str = None, stored_procedure_name: str = None, procedure_argument: str = None, activity_options: str = None, table_name: str = None, from_location: str = None, stage_name: str = None, from_storage_integration: str = None, stage_url: str = None, copy_destination: str = None, from_table: str = None, snowpipe_name: str = None, start_or_pause_snowpipe: str = None, stage_location: str = None, days_back: str = None, status_file_cloud_location_path: str = None, stoarge_integration_for_location: str = None, load_sql_file: str = None, statement_timeout: str = None, show_more_options: str = None, parameters: str = None, role: str = None, bindings: str = None, warehouse: str = None, show_output: str = None, status_polling_frequency: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -activity_options: str#
    +activity_options: strΒΆ
    -add_condition: str#
    +add_condition: strΒΆ
    -bindings: str#
    +bindings: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -copy_destination: str#
    +copy_destination: strΒΆ
    -create_table_name: str#
    +create_table_name: strΒΆ
    -database: str#
    +database: strΒΆ
    -days_back: str#
    +days_back: strΒΆ
    -file_format: str#
    +file_format: strΒΆ
    -from_location: str#
    +from_location: strΒΆ
    -from_storage_integration: str#
    +from_storage_integration: strΒΆ
    -from_table: str#
    +from_table: strΒΆ +
    + +
    +
    +load_sql_file: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -overwrite: str#
    +overwrite: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -procedure_argument: str#
    +procedure_argument: strΒΆ
    -query: str#
    +query: strΒΆ
    -query_input: str#
    +query_input: strΒΆ
    -query_to_location: str#
    +query_to_location: strΒΆ
    -role: str#
    +role: strΒΆ
    -schema: str#
    +schema: strΒΆ
    -show_more_options: str#
    +show_more_options: strΒΆ
    -show_output: str#
    +show_output: strΒΆ
    -snowflake_sql_statement: str#
    +snowflake_sql_statement: strΒΆ
    -snowpipe_name: str#
    +snowpipe_name: strΒΆ
    -stage_location: str#
    +stage_location: strΒΆ
    -stage_name: str#
    +stage_name: strΒΆ
    -stage_url: str#
    +stage_url: strΒΆ
    -start_or_pause_snowpipe: str#
    +start_or_pause_snowpipe: strΒΆ
    -statement_timeout: str#
    +statement_timeout: strΒΆ
    -status_file_cloud_location_path: str#
    +status_file_cloud_location_path: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -stoarge_integration_for_location: str#
    +stoarge_integration_for_location: strΒΆ
    -storage_integration: str#
    +storage_integration: strΒΆ
    -stored_procedure_name: str#
    +stored_procedure_name: strΒΆ
    -table_name: str#
    +table_name: strΒΆ
    -warehouse: str#
    +warehouse: strΒΆ
    -class aapi.integration_factory.jobs.JobSnowflakeIdP(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, database: str = None, schema: str = None, select_operation: str = None, snowflake_sql_statement: str = None, query_to_location: str = None, query_input: str = None, storage_integration: str = None, overwrite: str = None, file_format: str = None, create_table_name: str = None, query: str = None, add_condition: str = None, stored_procedure_name: str = None, procedure_argument: str = None, activity_options: str = None, table_name: str = None, from_location: str = None, stage_name: str = None, from_storage_integration: str = None, stage_url: str = None, copy_destination: str = None, from_table: str = None, pipe_name: str = None, start_or_pause_pipe: str = None, stage_location: str = None, snowpipe_name: str = None, days_back: str = None, status_file_cloud_location_path: str = None, stoarge_integration_for_location: str = None, statement_timeout_sec: str = None, show_more_options: str = None, parameters: str = None, role: str = None, bindings: str = None, warehouse: str = None, show_output: str = None, polling_interval_sec: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobSnowflakeIdP(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, database: str = None, schema: str = None, select_operation: str = None, snowflake_sql_statement: str = None, query_to_location: str = None, query_input: str = None, storage_integration: str = None, overwrite: str = None, file_format: str = None, create_table_name: str = None, query: str = None, add_condition: str = None, stored_procedure_name: str = None, procedure_argument: str = None, activity_options: str = None, table_name: str = None, from_location: str = None, stage_name: str = None, from_storage_integration: str = None, stage_url: str = None, copy_destination: str = None, from_table: str = None, pipe_name: str = None, start_or_pause_pipe: str = None, stage_location: str = None, snowpipe_name: str = None, days_back: str = None, status_file_cloud_location_path: str = None, stoarge_integration_for_location: str = None, statement_timeout_sec: str = None, show_more_options: str = None, parameters: str = None, role: str = None, bindings: str = None, warehouse: str = None, show_output: str = None, polling_interval_sec: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -activity_options: str#
    +activity_options: strΒΆ
    -add_condition: str#
    +add_condition: strΒΆ
    -bindings: str#
    +bindings: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -copy_destination: str#
    +copy_destination: strΒΆ
    -create_table_name: str#
    +create_table_name: strΒΆ
    -database: str#
    +database: strΒΆ
    -days_back: str#
    +days_back: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -file_format: str#
    +file_format: strΒΆ
    -from_location: str#
    +from_location: strΒΆ
    -from_storage_integration: str#
    +from_storage_integration: strΒΆ
    -from_table: str#
    +from_table: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -overwrite: str#
    +overwrite: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -pipe_name: str#
    +pipe_name: strΒΆ
    -polling_interval_sec: str#
    +polling_interval_sec: strΒΆ
    -procedure_argument: str#
    +procedure_argument: strΒΆ
    -query: str#
    +query: strΒΆ
    -query_input: str#
    +query_input: strΒΆ
    -query_to_location: str#
    +query_to_location: strΒΆ
    -role: str#
    +role: strΒΆ
    -schema: str#
    +schema: strΒΆ
    -select_operation: str#
    +select_operation: strΒΆ
    -show_more_options: str#
    +show_more_options: strΒΆ
    -show_output: str#
    +show_output: strΒΆ
    -snowflake_sql_statement: str#
    +snowflake_sql_statement: strΒΆ
    -snowpipe_name: str#
    +snowpipe_name: strΒΆ
    -stage_location: str#
    +stage_location: strΒΆ
    -stage_name: str#
    +stage_name: strΒΆ
    -stage_url: str#
    +stage_url: strΒΆ
    -start_or_pause_pipe: str#
    +start_or_pause_pipe: strΒΆ
    -statement_timeout_sec: str#
    +statement_timeout_sec: strΒΆ
    -status_file_cloud_location_path: str#
    +status_file_cloud_location_path: strΒΆ
    -stoarge_integration_for_location: str#
    +stoarge_integration_for_location: strΒΆ
    -storage_integration: str#
    +storage_integration: strΒΆ
    -stored_procedure_name: str#
    +stored_procedure_name: strΒΆ
    -table_name: str#
    +table_name: strΒΆ
    -warehouse: str#
    +warehouse: strΒΆ
    -class aapi.integration_factory.jobs.JobTableau(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, datasource_name: str = None, flow_name: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobTableau(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, action: str = None, datasource_name: str = None, flow_name: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -datasource_name: str#
    +datasource_name: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -flow_name: str#
    +flow_name: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobTalendDataManagement(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, task_plan_execution: str = None, task_name: str = None, task_id: str = None, parameters: str = None, log_level: str = None, bring_logs_to_output: str = None, task_polling_intervals: str = None, plan_name: str = None, plan_body_parameters: str = None, save_failed_plan_log: str = None, plan_polling_intervals: str = None)#
    +class aapi.integration_factory.jobs.JobTalendDataManagement(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, task_plan_execution: str = None, task_name: str = None, parameters: str = None, log_level: str = None, bring_logs_to_output: str = None, task_polling_intervals: str = None, plan_name: str = None, plan_polling_intervals: str = None)ΒΆ

    Bases: Job

    -bring_logs_to_output: str#
    +bring_logs_to_output: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -log_level: str#
    +log_level: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -parameters: str#
    +parameters: strΒΆ
    -
    -plan_body_parameters: str#
    +
    +plan_name: strΒΆ
    -
    -plan_name: str#
    +
    +plan_polling_intervals: strΒΆ
    -
    -plan_polling_intervals: str#
    +
    +task_name: strΒΆ
    -
    -save_failed_plan_log: str#
    +
    +task_plan_execution: strΒΆ
    -
    -task_id: str#
    +
    +task_polling_intervals: strΒΆ
    +
    + +
    +
    +class aapi.integration_factory.jobs.JobTalendOAuth(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, action: str = None, task_executable: str = None, environment_id: str = None, task_name: str = None, parameters: str = None, log_level: str = None, task_timeout: str = None, append_task_logs_to_output: str = None, plan_executable: str = None, append_failed_plan_logs_to_output: str = None, rerun_only_failed_tasks: str = None, execution_plan_id: str = None, step_id: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ
    +

    Bases: Job

    -
    -task_name: str#
    +
    +action: strΒΆ
    -
    -task_plan_execution: str#
    +
    +append_failed_plan_logs_to_output: strΒΆ
    -
    -task_polling_intervals: str#
    +
    +append_task_logs_to_output: strΒΆ
    +
    + +
    +
    +connection_profile: strΒΆ
    +
    + +
    +
    +environment_id: strΒΆ
    +
    + +
    +
    +execution_plan_id: strΒΆ
    +
    + +
    +
    +failure_tolerance: strΒΆ
    +
    + +
    +
    +log_level: strΒΆ
    +
    + +
    +
    +object_name: strΒΆ
    +
    + +
    +
    +parameters: strΒΆ
    +
    + +
    +
    +plan_executable: strΒΆ
    +
    + +
    +
    +rerun_only_failed_tasks: strΒΆ
    +
    + +
    +
    +status_polling_frequency: strΒΆ
    +
    + +
    +
    +step_id: strΒΆ
    +
    + +
    +
    +task_executable: strΒΆ
    +
    + +
    +
    +task_name: strΒΆ
    +
    + +
    +
    +task_timeout: strΒΆ
    -class aapi.integration_factory.jobs.JobTerraform(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, workspace_name: str = None, run_name: str = None, variables: str = None, workspace_params: str = None, variable: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)#
    +class aapi.integration_factory.jobs.JobTerraform(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, action: str = None, workspace_name: str = None, run_name: str = None, variables: str = None, workspace_params: str = None, variable: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)ΒΆ

    Bases: Job

    -action: str#
    +action: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -failure_tolerance: str#
    +failure_tolerance: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -run_name: str#
    +run_name: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -variable: str#
    +variable: strΒΆ
    -variables: str#
    +variables: strΒΆ
    -workspace_name: str#
    +workspace_name: strΒΆ
    -workspace_params: str#
    +workspace_params: strΒΆ
    -class aapi.integration_factory.jobs.JobUIPath(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, folder_name: str = None, folder_id: str = None, process_name: str = None, robot_name: str = None, robot_id: str = None, optional_input_parameters: str = None, status_polling_frequency: str = None)#
    +class aapi.integration_factory.jobs.JobUIPath(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, folder_name: str = None, folder_id: str = None, process_name: str = None, robot_name: str = None, robot_id: str = None, optional_input_parameters: str = None, status_polling_frequency: str = None)ΒΆ

    Bases: Job

    -connection_profile: str#
    +connection_profile: strΒΆ
    -folder_id: str#
    +folder_id: strΒΆ
    -folder_name: str#
    +folder_name: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -optional_input_parameters: str#
    +optional_input_parameters: strΒΆ
    -process_name: str#
    +process_name: strΒΆ
    -robot_id: str#
    +robot_id: strΒΆ
    -robot_name: str#
    +robot_name: strΒΆ
    -status_polling_frequency: str#
    +status_polling_frequency: strΒΆ
    -class aapi.integration_factory.jobs.JobWebServicesREST(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, endpoint_url: str = None, method: str = None, url_request_path: str = None, url_parameters: str = None, http_headers: str = None, output_handling: List[str] = None, connection_timeout: str = None, append_request: str = None, append_response: str = None)#
    +class aapi.integration_factory.jobs.JobWebServicesREST(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, endpoint_url: str = None, method: str = None, url_request_path: str = None, ws_rest_body: WsRestBody = None, url_parameters: List[str] = None, http_headers: List[str] = None, output_handling: List[str] = None, connection_timeout: str = None, append_request: str = None, append_response: str = None)ΒΆ

    Bases: Job

    +
    +
    +class WsRestBody(*, request_definition: str | None = None, body_request: str | None = None, file_name: str | None = None)ΒΆ
    +

    Bases: AAPIObject

    +
    +
    +body_request: strΒΆ
    +
    + +
    +
    +file_name: strΒΆ
    +
    + +
    +
    +request_definition: strΒΆ
    +
    + +
    +
    -append_request: str#
    +append_request: strΒΆ
    -append_response: str#
    +append_response: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -endpoint_url: str#
    +endpoint_url: strΒΆ
    -http_headers: str#
    +http_headers: List[str]ΒΆ
    -method: str#
    +method: strΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -output_handling: List[str]#
    +output_handling: List[str]ΒΆ
    -url_parameters: str#
    +url_parameters: List[str]ΒΆ
    -url_request_path: str#
    +url_request_path: strΒΆ +
    + +
    +
    +ws_rest_body: WsRestBodyΒΆ
    -class aapi.integration_factory.jobs.JobWebServicesSOAP(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, endpoint_url: str = None, soap_action: str = None, http_headers: str = None, output_handling: List[str] = None, connection_timeout: str = None, append_request: str = None, append_response: str = None)#
    +class aapi.integration_factory.jobs.JobWebServicesSOAP(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = _Nothing.NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = _Nothing.NOTHING, event_list: List[Event] = _Nothing.NOTHING, resource_list: List[Resource] = _Nothing.NOTHING, wait_for_events: List[WaitForEvents] = _Nothing.NOTHING, events_to_add: List[AddEvents] = _Nothing.NOTHING, events_to_delete: List[DeleteEvents] = _Nothing.NOTHING, notify_list: List[Notify] = _Nothing.NOTHING, job_tag_list: List[JobTag] = _Nothing.NOTHING, action_capture_output_list: List[ActionCaptureOutput] = _Nothing.NOTHING, wait_for_events_list: List[WaitForEvents] = _Nothing.NOTHING, add_events_list: List[AddEvents] = _Nothing.NOTHING, delete_events_list: List[DeleteEvents] = _Nothing.NOTHING, condition_list: List[Condition] = _Nothing.NOTHING, connection_profile: str = None, endpoint_url: str = None, soap_action: str = None, soap_request: SoapRequest = None, http_headers: List[str] = None, output_handling: List[str] = None, connection_timeout: str = None, append_request: str = None, append_response: str = None)ΒΆ

    Bases: Job

    +
    +
    +class SoapRequest(*, request_definition: str | None = None, file_name: str | None = None, soap_request_field: str | None = None)ΒΆ
    +

    Bases: AAPIObject

    +
    +
    +file_name: strΒΆ
    +
    + +
    +
    +request_definition: strΒΆ
    +
    + +
    +
    +soap_request_field: strΒΆ
    +
    + +
    +
    -append_request: str#
    +append_request: strΒΆ
    -append_response: str#
    +append_response: strΒΆ
    -connection_profile: str#
    +connection_profile: strΒΆ
    -connection_timeout: str#
    +connection_timeout: strΒΆ
    -endpoint_url: str#
    +endpoint_url: strΒΆ
    -http_headers: str#
    +http_headers: List[str]ΒΆ
    -object_name: str#
    +object_name: strΒΆ
    -output_handling: List[str]#
    +output_handling: List[str]ΒΆ
    -soap_action: str#
    +soap_action: strΒΆ +
    + +
    +
    +soap_request: SoapRequestΒΆ
    -

    Module contents#

    +

    Module contentsΒΆ

    @@ -6928,6 +8208,15 @@

    SubmodulesConnectionProfileAlteryxTrifacta.username +
  • ConnectionProfileApacheNiFi +
  • ConnectionProfileAutomationAnywhere
  • +
  • ConnectionProfileAwsSNS +
  • +
  • ConnectionProfileAwsSQS +
  • ConnectionProfileAwsSageMaker
  • +
  • ConnectionProfileControlMReports +
  • ConnectionProfileDBT
  • -
  • ConnectionProfileGCPDataFlow
  • + + + \ No newline at end of file diff --git a/docs/beyond.html b/docs/beyond.html index 825d7cf..5f2cc9c 100644 --- a/docs/beyond.html +++ b/docs/beyond.html @@ -1,15 +1,15 @@ - + - + Going Forward - Control-M Python Client documentation - - - + + + @@ -71,7 +71,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -86,7 +86,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -94,7 +94,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -104,6 +104,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -115,6 +169,8 @@
    Hide table of contents sidebar
    +
    Skip to content +
    @@ -132,7 +188,8 @@
    @@ -201,11 +258,17 @@ Back to top
    - +
    @@ -215,12 +278,12 @@
    -
    +
    -

    Going Forward#

    +

    Going ForwardΒΆ

    After you complete the tutorials, it’s time to write your own workflows. Use Control-M Workbench, which is free, as your backend development environment.

    @@ -308,10 +371,10 @@

    Extending Control-M Python Client - - - +

    + + + \ No newline at end of file diff --git a/docs/ctm_python_client.core.html b/docs/ctm_python_client.core.html index f5ee323..1f07aac 100644 --- a/docs/ctm_python_client.core.html +++ b/docs/ctm_python_client.core.html @@ -1,15 +1,15 @@ - + - + ctm_python_client.core package - Control-M Python Client documentation - - - + + + @@ -71,7 +71,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -86,7 +86,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -94,7 +94,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -104,6 +104,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -115,6 +169,8 @@
    Hide table of contents sidebar
    +
    Skip to content +
    @@ -132,7 +188,8 @@
    @@ -201,11 +258,17 @@ Back to top
    - +
    @@ -215,217 +278,217 @@
    -
    +
    -

    ctm_python_client.core package#

    +

    ctm_python_client.core packageΒΆ

    -

    Submodules#

    +

    SubmodulesΒΆ

    -

    ctm_python_client.core.comm module#

    +

    ctm_python_client.core.comm moduleΒΆ

    -class ctm_python_client.core.comm.AAPIClientResponse(success: bool, result: Any | None = None, errors: List[Any] | None = None)#
    +class ctm_python_client.core.comm.AAPIClientResponse(success: bool, result: Any | None = None, errors: List[Any] | None = None)ΒΆ

    Bases: object

    -is_ok()#
    +is_ok()ΒΆ
    -class ctm_python_client.core.comm.AbstractAAPIClient#
    +class ctm_python_client.core.comm.AbstractAAPIClientΒΆ

    Bases: ABC

    -abstract classmethod authenticate()#
    +abstract classmethod authenticate()ΒΆ
    -class ctm_python_client.core.comm.Environment(endpoint: str, username: str | None = None, password: str | None = None, api_key: str | None = None, credentials: AbstractCredentials | None = None, mode: EnvironmentMode | None = None)#
    +class ctm_python_client.core.comm.Environment(endpoint: str, username: str | None = None, password: str | None = None, api_key: str | None = None, credentials: AbstractCredentials | None = None, mode: EnvironmentMode | None = None)ΒΆ

    Bases: object

    -static create_onprem(host: str, port: str = '8443', username: str | None = None, password: str | None = None, credentials: AbstractCredentials | None = None)#
    +static create_onprem(host: str, port: str = '8443', username: str | None = None, password: str | None = None, credentials: AbstractCredentials | None = None)ΒΆ
    -static create_saas(endpoint: str, api_key: str | None = None, credentials: AbstractCredentials | None = None)#
    +static create_saas(endpoint: str, api_key: str | None = None, credentials: AbstractCredentials | None = None)ΒΆ
    -static create_workbench(host: str = 'localhost', port: str = '8443')#
    +static create_workbench(host: str = 'localhost', port: str = '8443')ΒΆ
    -class ctm_python_client.core.comm.EnvironmentMode(value)#
    +class ctm_python_client.core.comm.EnvironmentMode(value)ΒΆ

    Bases: Enum

    An enumeration.

    -ONPREM = 'Control-M'#
    +ONPREM = 'Control-M'ΒΆ
    -SAAS = 'Control-M Helix'#
    +SAAS = 'Control-M Helix'ΒΆ
    -WORKBENCH = 'Control-M Workbench'#
    +WORKBENCH = 'Control-M Workbench'ΒΆ
    -class ctm_python_client.core.comm.OnPremAAPIClient(endpoint: str, credentials: AbstractCredentials)#
    +class ctm_python_client.core.comm.OnPremAAPIClient(endpoint: str, credentials: AbstractCredentials)ΒΆ

    Bases: AbstractAAPIClient

    -authenticate()#
    +authenticate()ΒΆ
    -class ctm_python_client.core.comm.SaasAAPIClient(endpoint: str, credentials: AbstractCredentials)#
    +class ctm_python_client.core.comm.SaasAAPIClient(endpoint: str, credentials: AbstractCredentials)ΒΆ

    Bases: AbstractAAPIClient

    -authenticate()#
    +authenticate()ΒΆ
    -

    ctm_python_client.core.credential module#

    +

    ctm_python_client.core.credential moduleΒΆ

    -class ctm_python_client.core.credential.AbstractCredentials#
    +class ctm_python_client.core.credential.AbstractCredentialsΒΆ

    Bases: ABC

    Abstract Class for Credentials

    Use to create your custom classes for more advanced use cases of authentication

    -abstract classmethod get_password()#
    +abstract classmethod get_password()ΒΆ
    -abstract classmethod get_username()#
    +abstract classmethod get_username()ΒΆ
    -class ctm_python_client.core.credential.InputPasswordCredentials(username: str)#
    +class ctm_python_client.core.credential.InputPasswordCredentials(username: str)ΒΆ

    Bases: AbstractCredentials

    -get_password()#
    +get_password()ΒΆ
    -get_username()#
    +get_username()ΒΆ
    -class ctm_python_client.core.credential.SimpleCredentials(username: str, password: str)#
    +class ctm_python_client.core.credential.SimpleCredentials(username: str, password: str)ΒΆ

    Bases: AbstractCredentials

    -get_password()#
    +get_password()ΒΆ
    -get_username()#
    +get_username()ΒΆ
    -

    ctm_python_client.core.monitoring module#

    +

    ctm_python_client.core.monitoring moduleΒΆ

    -class ctm_python_client.core.monitoring.Monitor(aapiclient: OnPremAAPIClient | SaasAAPIClient)#
    +class ctm_python_client.core.monitoring.Monitor(aapiclient: OnPremAAPIClient | SaasAAPIClient)ΒΆ

    Bases: object

    -confirm_job(job_id: str) str#
    +confirm_job(job_id: str) strΒΆ

    Confirms a job. This only applies to jobs which where defined with confirm=True. Trying to confirm a job which can’t be confirmed or was already confirmed will result in error

    -delete_job(job_id: str) str#
    +delete_job(job_id: str) strΒΆ

    Deletes a job

    -get_log(job_id: str) str#
    +get_log(job_id: str) strΒΆ

    Get the log of a job describing all actions regarding the job execution.

    -get_output(job_id: str, run_number: int = 0)#
    +get_output(job_id: str, run_number: int = 0)ΒΆ
    -get_statuses(run_id: str | None = None, filter: Dict[str, Any] | None = None)#
    +get_statuses(run_id: str | None = None, filter: Dict[str, Any] | None = None)ΒΆ
    -hold_job(job_id: str) str#
    +hold_job(job_id: str) strΒΆ

    Holds a job

    -kill_job(job_id: str) str#
    +kill_job(job_id: str) strΒΆ

    Kills a job

    -release_job(job_id: str) str#
    +release_job(job_id: str) strΒΆ

    Releases a held job

    -rerun_job(job_id: str) str#
    +rerun_job(job_id: str) strΒΆ

    Reruns a job

    -set_to_ok(job_id: str) str#
    +set_to_ok(job_id: str) strΒΆ

    Set a job to OK

    @@ -433,26 +496,26 @@

    Submodules
    -class ctm_python_client.core.monitoring.RunMonitor(run_id: str, aapiclient: OnPremAAPIClient | SaasAAPIClient, monitor_page_uri: str | None = None)#
    +class ctm_python_client.core.monitoring.RunMonitor(run_id: str, aapiclient: OnPremAAPIClient | SaasAAPIClient, monitor_page_uri: str | None = None)ΒΆ

    Bases: Monitor

    Class RunMonitor

    Allows basic monitoring functions in a similar way that found in the Control-M Web interface

    -confirm_job(job_name: str) str#
    +confirm_job(job_name: str) strΒΆ

    Confirms a job. This only applies to jobs which where defined with confirm=True. Trying to confirm a job which can’t be confirmed or was already confirmed will result in error

    -delete_job(job_name: str) str#
    +delete_job(job_name: str) strΒΆ

    Deletes a job

    -get_jobid(job_name: str) str#
    +get_jobid(job_name: str) strΒΆ

    Get the job id from a job_name.

    job_name can be a job name with or without path. If there are multiple jobs with the same name, the result will be determined according to path @@ -462,74 +525,74 @@

    Submodules
    -get_log(job_name: str) str#
    +get_log(job_name: str) strΒΆ

    Get the log of a job describing all actions regarding the job execution.

    -get_output(job_name: str, run_number: int = 0) str#
    +get_output(job_name: str, run_number: int = 0) strΒΆ

    Get the output of a job describing all actions regarding the job execution. If not applicable, it returns None.

    -get_status(job_name: str)#
    +get_status(job_name: str)ΒΆ

    Get the status of a job.

    -get_statuses()#
    +get_statuses()ΒΆ

    Get the status of the run and all its jobs

    -hold_job(job_name: str) str#
    +hold_job(job_name: str) strΒΆ

    Holds a job

    -kill_job(job_name: str) str#
    +kill_job(job_name: str) strΒΆ

    Kills a job

    -open_in_browser()#
    +open_in_browser()ΒΆ
    -print_output(job_name: str, run_number: int = 0)#
    +print_output(job_name: str, run_number: int = 0)ΒΆ

    Print the output of a job describing all actions regarding the job execution.

    -print_statuses(**kwargs)#
    +print_statuses(**kwargs)ΒΆ

    Pretty prints full status of the run and all its jobs

    You can pass printer kwarg to specify a pretty pritner function. The function accepts one argument: the list of statuses

    -release_job(job_name: str) str#
    +release_job(job_name: str) strΒΆ

    Releases a held job

    -rerun_job(job_name: str) str#
    +rerun_job(job_name: str) strΒΆ

    Reruns a job

    -set_to_ok(job_name: str) str#
    +set_to_ok(job_name: str) strΒΆ

    Set a job to OK

    @@ -537,174 +600,174 @@

    Submodules -

    ctm_python_client.core.workflow module#

    +

    ctm_python_client.core.workflow moduleΒΆ

    -class ctm_python_client.core.workflow.AbstractWorkflow#
    +class ctm_python_client.core.workflow.AbstractWorkflowΒΆ

    Bases: ABC

    -abstract classmethod add()#
    +abstract classmethod add()ΒΆ
    -abstract classmethod chain()#
    +abstract classmethod chain()ΒΆ
    -abstract classmethod connect()#
    +abstract classmethod connect()ΒΆ
    -abstract classmethod dump_json()#
    +abstract classmethod dump_json()ΒΆ
    -abstract classmethod dumps_json()#
    +abstract classmethod dumps_json()ΒΆ
    -abstract classmethod get()#
    +abstract classmethod get()ΒΆ
    -abstract classmethod get_objects()#
    +abstract classmethod get_objects()ΒΆ
    -class ctm_python_client.core.workflow.BaseWorkflow(defaults: WorkflowDefaults | None = None)#
    +class ctm_python_client.core.workflow.BaseWorkflow(defaults: WorkflowDefaults | None = None)ΒΆ

    Bases: AbstractWorkflow

    -add(obj: AAPIObject, inpath: str | None = None, allow_creation: bool = True)#
    +add(obj: AAPIObject, inpath: str | None = None, allow_creation: bool = True)ΒΆ
    -chain(obj_list: List[AAPIJob], inpath: str)#
    +chain(obj_list: List[AAPIJob], inpath: str)ΒΆ
    -clear_all()#
    +clear_all()ΒΆ
    -connect(srcpath: str, destpath: str, *, inpath: str | None = None)#
    +connect(srcpath: str, destpath: str, *, inpath: str | None = None)ΒΆ
    -copy_from(workflow)#
    +copy_from(workflow)ΒΆ
    -create_folder_hierarchy(path: str)#
    +create_folder_hierarchy(path: str)ΒΆ
    -dump_json(f, indent=None)#
    +dump_json(f, indent=None)ΒΆ
    -dumps_json(indent=None)#
    +dumps_json(indent=None)ΒΆ
    -get(path: str, default=None) AAPIObject#
    +get(path: str, default=None) AAPIObjectΒΆ
    -get_objects(path: str) List[AAPIObject]#
    +get_objects(path: str) List[AAPIObject]ΒΆ
    -class ctm_python_client.core.workflow.Workflow(environment: Environment, defaults: WorkflowDefaults | None = None, skip_initial_authentication: bool = False)#
    +class ctm_python_client.core.workflow.Workflow(environment: Environment, defaults: WorkflowDefaults | None = None, skip_initial_authentication: bool = False)ΒΆ

    Bases: BaseWorkflow

    -authenticate()#
    +authenticate()ΒΆ
    -build(**kwargs)#
    +build(**kwargs)ΒΆ
    -deploy(**kwargs)#
    +deploy(**kwargs)ΒΆ
    -run(skip_login: bool = False, file_path: str | None = None, delete_afterwards: bool = True, open_in_browser=False) RunMonitor#
    +run(skip_login: bool = False, file_path: str | None = None, delete_afterwards: bool = True, open_in_browser=False) RunMonitorΒΆ
    -static workbench(host: str = 'localhost', port: str = '8443')#
    +static workbench(host: str = 'localhost', port: str = '8443')ΒΆ
    -class ctm_python_client.core.workflow.WorkflowDefaults(*, controlm_server: str | None = None, run_as: str | None = None, host: str | None = None, when: When | None = None, application: str | None = None, sub_application: str | None = None)#
    +class ctm_python_client.core.workflow.WorkflowDefaults(*, controlm_server: str | None = None, run_as: str | None = None, host: str | None = None, when: When | None = None, application: str | None = None, sub_application: str | None = None)ΒΆ

    Bases: object

    -application: str#
    +application: strΒΆ
    -controlm_server: str#
    +controlm_server: strΒΆ
    -host: str#
    +host: strΒΆ
    -run_as: str#
    +run_as: strΒΆ
    -sub_application: str#
    +sub_application: strΒΆ
    -when: When#
    +when: WhenΒΆ

    -

    Module contents#

    +

    Module contentsΒΆ

    @@ -903,10 +966,10 @@

    Submodules - - - +

    + + + \ No newline at end of file diff --git a/docs/ctm_python_client.ext.html b/docs/ctm_python_client.ext.html index c4547b6..d1db837 100644 --- a/docs/ctm_python_client.ext.html +++ b/docs/ctm_python_client.ext.html @@ -1,15 +1,15 @@ - + - + ctm_python_client.ext package - Control-M Python Client documentation - - - + + + @@ -71,7 +71,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -86,7 +86,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -94,7 +94,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -104,6 +104,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -115,6 +169,8 @@
    Hide table of contents sidebar
    +
    Skip to content +
    @@ -132,7 +188,8 @@
    @@ -201,11 +258,17 @@ Back to top
    - +
    @@ -215,46 +278,46 @@
    -
    +
    -

    ctm_python_client.ext package#

    +

    ctm_python_client.ext packageΒΆ

    -

    Submodules#

    +

    SubmodulesΒΆ

    -

    ctm_python_client.ext.credential module#

    +

    ctm_python_client.ext.credential moduleΒΆ

    -class ctm_python_client.ext.credential.KeyringCredentials(service: str, username: str)#
    +class ctm_python_client.ext.credential.KeyringCredentials(service: str, username: str)ΒΆ

    Bases: AbstractCredentials

    -get_password()#
    +get_password()ΒΆ
    -get_username()#
    +get_username()ΒΆ
    -

    ctm_python_client.ext.viz module#

    +

    ctm_python_client.ext.viz moduleΒΆ

    -ctm_python_client.ext.viz.get_graph(workflow: BaseWorkflow)#
    +ctm_python_client.ext.viz.get_graph(workflow: BaseWorkflow)ΒΆ
    -ctm_python_client.ext.viz.get_subgraph(obj, name, current_path)#
    +ctm_python_client.ext.viz.get_subgraph(obj, name, current_path)ΒΆ
    -

    Module contents#

    +

    Module contentsΒΆ

    @@ -332,10 +395,10 @@

    Submodules - - - +

    + + + \ No newline at end of file diff --git a/docs/ctm_python_client.html b/docs/ctm_python_client.html index 8c2cf96..d5a7ab2 100644 --- a/docs/ctm_python_client.html +++ b/docs/ctm_python_client.html @@ -1,15 +1,15 @@ - + - + ctm_python_client package - Control-M Python Client documentation - - - + + + @@ -71,7 +71,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -86,7 +86,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -94,7 +94,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -104,6 +104,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -115,6 +169,8 @@
    Hide table of contents sidebar
    +
    Skip to content +
    @@ -132,7 +188,8 @@
    @@ -201,11 +258,17 @@ Back to top
    - +
    @@ -215,11 +278,11 @@
    -
    + + + \ No newline at end of file diff --git a/docs/genindex.html b/docs/genindex.html index e939e30..40d2d96 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -1,13 +1,13 @@ - + - Index - Control-M Python Client documentation - - - + Index - Control-M Python Client documentation + + + @@ -69,7 +69,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -84,7 +84,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -92,7 +92,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -102,6 +102,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -113,6 +167,8 @@
    Hide table of contents sidebar
    +
    Skip to content +
    @@ -130,7 +186,8 @@
    @@ -202,7 +259,8 @@
    @@ -212,7 +270,7 @@
    -
    +

    Index

    @@ -806,6 +864,8 @@

    A

  • (aapi.filetransfer.FileTransfer.PreCommandDest attribute)
  • (aapi.filetransfer.FileTransfer.PreCommandSrc attribute) +
  • +
  • (aapi.integration_factory.jobs.JobApacheNiFi attribute)
  • (aapi.integration_factory.jobs.JobAwsAthena attribute)
  • @@ -832,12 +892,16 @@

    A

  • (aapi.integration_factory.jobs.JobGCPDataplex attribute)
  • (aapi.integration_factory.jobs.JobGCPDeploymentManager attribute) +
  • +
  • (aapi.integration_factory.jobs.JobOCIDataScience attribute)
  • (aapi.integration_factory.jobs.JobOCIVM attribute)
  • (aapi.integration_factory.jobs.JobSnowflake attribute)
  • (aapi.integration_factory.jobs.JobTableau attribute) +
  • +
  • (aapi.integration_factory.jobs.JobTalendOAuth attribute)
  • (aapi.integration_factory.jobs.JobTerraform attribute)
  • @@ -853,6 +917,8 @@

    A

  • action_field (aapi.action.Action attribute) +
  • +
  • action_type (aapi.integration_factory.jobs.JobAwsSQS attribute)
  • ActionCaptureOutput (class in aapi.captureoutput)
  • @@ -893,7 +959,11 @@

    A

  • ActionRun (class in aapi.run)
  • actions (aapi.integration_factory.jobs.JobAzureDevOps attribute) + +
  • ActionSet (class in aapi.set_)
  • ActionSetToNotOK (class in aapi.action) @@ -958,6 +1028,8 @@

    A

  • (ctm_python_client.core.workflow.BaseWorkflow method)
  • +
  • add_branch_name (aapi.integration_factory.jobs.JobJenkins attribute) +
  • add_condition (aapi.integration_factory.jobs.JobSnowflake attribute)
      @@ -977,7 +1049,11 @@

      A

  • add_parameters (aapi.integration_factory.jobs.JobAwsSageMaker attribute) + +
  • AddEvents (class in aapi.addevents)
  • additional_micro_focus_settings_script (aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux attribute) @@ -1018,8 +1094,6 @@

    A

  • AES192_GCM (aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm attribute)
  • - - +
  • agent_attachments_folder (aapi.integration_factory.jobs.JobControlMReports attribute) +
  • + +
  • api_token (aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere attribute) + +
  • api_url (aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI attribute)
  • +
  • append_task_logs_to_output (aapi.integration_factory.jobs.JobTalendOAuth attribute) +
  • append_to_output (aapi.job.JobPeopleSoft attribute)
  • application (aapi.basefolder.Folder attribute) @@ -1220,12 +1306,16 @@

    A

  • (aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI attribute)
  • +
  • application_key (aapi.integration_factory.jobs.JobOCIDataIntegration attribute) +
  • application_name (aapi.integration_factory.jobs.JobAwsMainframeModernization attribute)
  • +
  • application_ocid (aapi.integration_factory.jobs.JobOCIDataFlow attribute) +
  • application_server_logon (aapi.connectionprofile.ConnectionProfileSAP attribute)
  • application_servers (aapi.connectionprofile.ConnectionProfilePeopleSoft attribute) @@ -1327,6 +1417,50 @@

    A

  • atom_name (aapi.integration_factory.jobs.JobBoomiAtomsphere attribute)
  • attach_output (aapi.mail.ActionMail attribute) +
  • +
  • attribute1_data_type (aapi.integration_factory.jobs.JobAwsSQS attribute) +
  • +
  • attribute1_name (aapi.integration_factory.jobs.JobAwsSNS attribute) + +
  • +
  • attribute1_value (aapi.integration_factory.jobs.JobAwsSNS attribute) + +
  • +
  • attribute2_data_type (aapi.integration_factory.jobs.JobAwsSQS attribute) +
  • +
  • attribute2_name (aapi.integration_factory.jobs.JobAwsSNS attribute) + +
  • +
  • attribute2_value (aapi.integration_factory.jobs.JobAwsSNS attribute) + +
  • +
  • attribute3_data_type (aapi.integration_factory.jobs.JobAwsSQS attribute) +
  • +
  • attribute3_name (aapi.integration_factory.jobs.JobAwsSNS attribute) + +
  • +
  • attribute3_value (aapi.integration_factory.jobs.JobAwsSNS attribute) + +
  • +
  • attributes (aapi.integration_factory.jobs.JobAwsSNS attribute)
  • aug (aapi.year.Year attribute)
  • @@ -1372,6 +1506,12 @@

    A

  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM attribute)
  • @@ -1394,6 +1534,8 @@

    A

  • (aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileControlMReports attribute)
  • authentication_type (aapi.connectionprofile.ConnectionProfileDatabaseMSSql attribute) @@ -1438,6 +1580,10 @@

    A

  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsSNS attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsSQS attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions attribute)
  • @@ -1510,6 +1656,10 @@

    A

  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsSNS attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsSQS attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions attribute)
  • @@ -1540,6 +1690,10 @@

    A

  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsSNS attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsSQS attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions attribute)
  • @@ -1547,6 +1701,10 @@

    A

  • aws_secret_access_key (aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR attribute)
  • aws_secret_key (aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena attribute) +
  • +
  • aws_sns_url (aapi.integration_factory.connection_profiles.ConnectionProfileAwsSNS attribute) +
  • +
  • aws_sqs_url (aapi.integration_factory.connection_profiles.ConnectionProfileAwsSQS attribute)
  • azure_account_access_key (aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedKey attribute)
  • @@ -1610,14 +1768,14 @@

    A

  • (aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM attribute)
  • +
  • azure_m_l_url (aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning attribute) +
  • azure_management_url (aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup attribute)
  • -
  • azure_ml_url (aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning attribute) -
  • azure_storage_type (aapi.connectionprofile.ConnectionProfileFileTransferAzure attribute)
  • azure_tenant_id (aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate attribute) @@ -1674,6 +1832,8 @@

    B

  • (aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts attribute)
  • +
  • batch_id (aapi.integration_factory.jobs.JobGCPDataproc attribute) +
  • batch_job_id (aapi.integration_factory.jobs.JobAzureBatchAccounts attribute)
  • batch_region_id (aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts attribute) @@ -1714,9 +1874,13 @@

    B

  • (aapi.integration_factory.jobs.JobGCPFunctions attribute)
  • +
  • body_request (aapi.integration_factory.jobs.JobWebServicesREST.WsRestBody attribute) +
  • bot_input_parameters (aapi.integration_factory.jobs.JobAutomationAnywhere attribute)
  • bot_to_run (aapi.integration_factory.jobs.JobAutomationAnywhere attribute) +
  • +
  • branch_name (aapi.integration_factory.jobs.JobJenkins attribute)
  • Bridge (aapi.basefolder.Folder.AdjustEvents attribute) @@ -1918,6 +2082,8 @@

    C

  • +
  • compartment_ocid (aapi.integration_factory.jobs.JobOCIDataFlow attribute) +
  • complete_by (aapi.job.JobSLAManagement attribute)
  • complete_in (aapi.job.JobSLAManagement attribute)
  • completion_status (aapi.ifbase.IfCompletionStatus attribute) +
  • +
  • composer_url (aapi.integration_factory.connection_profiles.ConnectionProfileGCPComposer attribute)
  • compress_message (aapi.connectionprofile.ConnectionProfileFileTransferAS2 attribute)
  • @@ -2062,8 +2234,16 @@

    C

  • Config (class in aapi.config)
  • -
  • config_file_path (aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM attribute) +
  • config_file_path (aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow attribute) + +
  • config_files (aapi.job.JobDatabaseMSSQL_SSIS attribute)
  • ConfigHadoop (class in aapi.config) @@ -2128,6 +2308,8 @@

    C

  • (aapi.integration_factory.jobs.JobAirbyte attribute)
  • (aapi.integration_factory.jobs.JobAlteryxTrifacta attribute) +
  • +
  • (aapi.integration_factory.jobs.JobApacheNiFi attribute)
  • (aapi.integration_factory.jobs.JobAutomationAnywhere attribute)
  • @@ -2160,6 +2342,10 @@

    C

  • (aapi.integration_factory.jobs.JobAwsQuickSight attribute)
  • (aapi.integration_factory.jobs.JobAwsSageMaker attribute) +
  • +
  • (aapi.integration_factory.jobs.JobAwsSNS attribute) +
  • +
  • (aapi.integration_factory.jobs.JobAwsSQS attribute)
  • (aapi.integration_factory.jobs.JobAwsStepFunctions attribute)
  • @@ -2190,6 +2376,8 @@

    C

  • (aapi.integration_factory.jobs.JobBoomiAtomsphere attribute)
  • (aapi.integration_factory.jobs.JobCommunicationSuite attribute) +
  • +
  • (aapi.integration_factory.jobs.JobControlMReports attribute)
  • (aapi.integration_factory.jobs.JobDatabricks attribute)
  • @@ -2199,7 +2387,9 @@

    C

  • (aapi.integration_factory.jobs.JobGCPBigQuery attribute)
  • -
  • (aapi.integration_factory.jobs.JobGCPDataFlow attribute) +
  • (aapi.integration_factory.jobs.JobGCPComposer attribute) +
  • +
  • (aapi.integration_factory.jobs.JobGCPDataflow attribute)
  • (aapi.integration_factory.jobs.JobGCPDataFusion attribute)
  • @@ -2218,6 +2408,8 @@

    C

  • (aapi.integration_factory.jobs.JobGCPWorkflows attribute)
  • (aapi.integration_factory.jobs.JobInformaticaCS attribute) +
  • +
  • (aapi.integration_factory.jobs.JobJenkins attribute)
  • (aapi.integration_factory.jobs.JobKubernetes attribute)
  • @@ -2226,6 +2418,12 @@

    C

  • (aapi.integration_factory.jobs.JobMicroFocusWindows attribute)
  • (aapi.integration_factory.jobs.JobMicrosoftPowerBI attribute) +
  • +
  • (aapi.integration_factory.jobs.JobOCIDataFlow attribute) +
  • +
  • (aapi.integration_factory.jobs.JobOCIDataIntegration attribute) +
  • +
  • (aapi.integration_factory.jobs.JobOCIDataScience attribute)
  • (aapi.integration_factory.jobs.JobOCIVM attribute)
  • @@ -2238,6 +2436,8 @@

    C

  • (aapi.integration_factory.jobs.JobTableau attribute)
  • (aapi.integration_factory.jobs.JobTalendDataManagement attribute) +
  • +
  • (aapi.integration_factory.jobs.JobTalendOAuth attribute)
  • (aapi.integration_factory.jobs.JobTerraform attribute)
  • @@ -2320,6 +2520,8 @@

    C

  • Custom (aapi.job.JobAzureBatchAccount.MaxTries.Option attribute) +
  • +
  • custom_app_key (aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions attribute)
  • custom_path (aapi.connectionprofile.ConnectionProfileHadoop.Spark attribute)
  • @@ -2934,12 +3182,16 @@

    D

    + - - + - + - +
    +
  • download_destination_folder (aapi.integration_factory.jobs.JobControlMReports attribute) +
  • driver (aapi.connectionprofile.ConnectionProfileDatabaseJDBC attribute)
  • driver_class (aapi.connectionprofile.ConnectionProfileHadoop.Sqoop attribute) @@ -3550,7 +3808,11 @@

    E

  • Environment (class in ctm_python_client.core.comm)
  • environment_id (aapi.integration_factory.jobs.JobAwsMainframeModernization attribute) + +
  • environment_variables (aapi.integration_factory.jobs.JobAwsECS attribute)
  • EnvironmentMode (class in ctm_python_client.core.comm) @@ -3621,9 +3883,11 @@

    E

  • (aapi.job.JobSAPR3WatchSapEvent attribute)
  • -
  • event_list (aapi.job.Job attribute) +
  • event_list (aapi.basefolder.Folder attribute)
  • @@ -3739,6 +4003,8 @@

    E

  • (aapi.job.JobAWSStepFunction attribute)
  • +
  • execution_plan_id (aapi.integration_factory.jobs.JobTalendOAuth attribute) +
  • execution_timeout (aapi.integration_factory.jobs.JobAwsBatch attribute)
  • -
  • failure_tolarance (aapi.integration_factory.jobs.JobAwsDynamoDB attribute) +
  • failure_tolarance_ (aapi.integration_factory.jobs.JobAwsDynamoDB attribute)
  • failure_tolerance (aapi.integration_factory.jobs.JobAirbyte attribute)
  • +
  • function_app_web_site (aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions attribute) +
  • function_name (aapi.integration_factory.jobs.JobAwsLambda attribute)
  • IncludeOnlyFailedTasksLogs (aapi.job.JobAirflow.OutputDetails attribute) +
  • +
  • individual_type (aapi.integration_factory.jobs.JobAwsSNS attribute)
  • info_package (aapi.job.JobSAPBWInfoPackage attribute)
  • @@ -4834,6 +5132,8 @@

    J

  • jcl_name (aapi.integration_factory.jobs.JobAwsMainframeModernization attribute) +
  • +
  • jenkins_url (aapi.integration_factory.connection_profiles.ConnectionProfileJenkins attribute)
  • job (aapi.run.ActionRun attribute)
  • @@ -5060,6 +5360,8 @@

    J

  • JobAirflow.OutputDetails (class in aapi.job)
  • JobAlteryxTrifacta (class in aapi.integration_factory.jobs) +
  • +
  • JobApacheNiFi (class in aapi.integration_factory.jobs)
  • JobAutomationAnywhere (class in aapi.integration_factory.jobs)
  • @@ -5104,6 +5406,10 @@

    J

  • JobAwsQuickSight (class in aapi.integration_factory.jobs)
  • JobAwsSageMaker (class in aapi.integration_factory.jobs) +
  • +
  • JobAwsSNS (class in aapi.integration_factory.jobs) +
  • +
  • JobAwsSQS (class in aapi.integration_factory.jobs)
  • JobAWSStepFunction (class in aapi.job)
  • @@ -5160,6 +5466,8 @@

    J

  • JobCommand (class in aapi.job)
  • JobCommunicationSuite (class in aapi.integration_factory.jobs) +
  • +
  • JobControlMReports (class in aapi.integration_factory.jobs)
  • JobDatabase (class in aapi.job)
  • @@ -5195,7 +5503,9 @@

    J

  • JobGCPBigQuery (class in aapi.integration_factory.jobs)
  • -
  • JobGCPDataFlow (class in aapi.integration_factory.jobs) +
  • JobGCPComposer (class in aapi.integration_factory.jobs) +
  • +
  • JobGCPDataflow (class in aapi.integration_factory.jobs)
  • JobGCPDataFusion (class in aapi.integration_factory.jobs)
  • @@ -5237,10 +5547,10 @@

    J

  • JobHadoopSpark (class in aapi.job)
  • -
    +
  • json_message_structure (aapi.integration_factory.jobs.JobAwsSNS attribute) +
  • jul (aapi.year.Year attribute)
  • jun (aapi.year.Year attribute) @@ -5743,15 +6069,17 @@

    L

  • Like (aapi.ifbase.IfVariableValue.Operator attribute)
  • -
  • max_file_age (aapi.filetransfer.FileTransfer.FileWatcherOptions attribute) +
  • +
  • max_price (aapi.integration_factory.jobs.JobAwsSNS attribute)
  • max_task_retry_count (aapi.integration_factory.jobs.JobAzureBatchAccounts attribute)
  • @@ -5940,6 +6272,8 @@

    M

  • message (aapi.donotify.ActionNotify attribute)
  • +
  • ni_fi_url (aapi.integration_factory.connection_profiles.ConnectionProfileApacheNiFi attribute) +
  • No (aapi.job.JobZOS.PreventNCT2 attribute)
  • no_perm (aapi.integration_factory.jobs.JobAwsAthena attribute) @@ -6387,6 +6743,8 @@

    N

  • notebook_execution_name (aapi.integration_factory.jobs.JobAwsEMR attribute)
  • notebook_id (aapi.integration_factory.jobs.JobAwsEMR attribute) +
  • +
  • notebook_session_id (aapi.integration_factory.jobs.JobOCIDataScience attribute)
  • NotEqualTo (aapi.ifbase.IfVariableValue.Operator attribute)
  • @@ -6690,6 +7048,8 @@

    O

  • (aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileApacheNiFi attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere attribute)
  • @@ -6722,6 +7082,10 @@

    O

  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsSNS attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsSQS attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions attribute)
  • @@ -6752,6 +7116,8 @@

    O

  • (aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileControlMReports attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks attribute)
  • @@ -6761,7 +7127,9 @@

    O

  • (aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery attribute)
  • -
  • (aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFlow attribute) +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileGCPComposer attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataflow attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion attribute)
  • @@ -6780,6 +7148,8 @@

    O

  • (aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileJenkins attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes attribute)
  • @@ -6788,6 +7158,12 @@

    O

  • (aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM attribute)
  • @@ -6800,6 +7176,8 @@

    O

  • (aapi.integration_factory.connection_profiles.ConnectionProfileTableau attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileTalendOAuth attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileTerraform attribute)
  • @@ -6812,6 +7190,8 @@

    O

  • (aapi.integration_factory.jobs.JobAirbyte attribute)
  • (aapi.integration_factory.jobs.JobAlteryxTrifacta attribute) +
  • +
  • (aapi.integration_factory.jobs.JobApacheNiFi attribute)
  • (aapi.integration_factory.jobs.JobAutomationAnywhere attribute)
  • @@ -6844,6 +7224,10 @@

    O

  • (aapi.integration_factory.jobs.JobAwsQuickSight attribute)
  • (aapi.integration_factory.jobs.JobAwsSageMaker attribute) +
  • +
  • (aapi.integration_factory.jobs.JobAwsSNS attribute) +
  • +
  • (aapi.integration_factory.jobs.JobAwsSQS attribute)
  • (aapi.integration_factory.jobs.JobAwsStepFunctions attribute)
  • @@ -6874,6 +7258,8 @@

    O

  • (aapi.integration_factory.jobs.JobBoomiAtomsphere attribute)
  • (aapi.integration_factory.jobs.JobCommunicationSuite attribute) +
  • +
  • (aapi.integration_factory.jobs.JobControlMReports attribute)
  • (aapi.integration_factory.jobs.JobDatabricks attribute)
  • @@ -6883,7 +7269,9 @@

    O

  • (aapi.integration_factory.jobs.JobGCPBigQuery attribute)
  • -
  • (aapi.integration_factory.jobs.JobGCPDataFlow attribute) +
  • (aapi.integration_factory.jobs.JobGCPComposer attribute) +
  • +
  • (aapi.integration_factory.jobs.JobGCPDataflow attribute)
  • (aapi.integration_factory.jobs.JobGCPDataFusion attribute)
  • @@ -6902,6 +7290,8 @@

    O

  • (aapi.integration_factory.jobs.JobGCPWorkflows attribute)
  • (aapi.integration_factory.jobs.JobInformaticaCS attribute) +
  • +
  • (aapi.integration_factory.jobs.JobJenkins attribute)
  • (aapi.integration_factory.jobs.JobKubernetes attribute)
  • @@ -6910,6 +7300,12 @@

    O

  • (aapi.integration_factory.jobs.JobMicroFocusWindows attribute)
  • (aapi.integration_factory.jobs.JobMicrosoftPowerBI attribute) +
  • +
  • (aapi.integration_factory.jobs.JobOCIDataFlow attribute) +
  • +
  • (aapi.integration_factory.jobs.JobOCIDataIntegration attribute) +
  • +
  • (aapi.integration_factory.jobs.JobOCIDataScience attribute)
  • (aapi.integration_factory.jobs.JobOCIVM attribute)
  • @@ -6922,6 +7318,8 @@

    O

  • (aapi.integration_factory.jobs.JobTableau attribute)
  • (aapi.integration_factory.jobs.JobTalendDataManagement attribute) +
  • +
  • (aapi.integration_factory.jobs.JobTalendOAuth attribute)
  • (aapi.integration_factory.jobs.JobTerraform attribute)
  • @@ -7252,10 +7650,26 @@

    O

  • organization_id (aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps attribute) +
  • +
  • origination_number (aapi.integration_factory.jobs.JobAwsSNS attribute) +
  • +
  • os_exit_code (aapi.integration_factory.jobs.JobKubernetes attribute)
  • os_profile (aapi.job.JobInformatica attribute)
  • @@ -7504,6 +7922,8 @@

    P

  • (aapi.integration_factory.jobs.JobAwsLambda attribute)
  • (aapi.integration_factory.jobs.JobAwsSageMaker attribute) +
  • +
  • (aapi.integration_factory.jobs.JobAwsSQS attribute)
  • (aapi.integration_factory.jobs.JobAwsStepFunctions attribute)
  • @@ -7522,12 +7942,18 @@

    P

  • (aapi.integration_factory.jobs.JobAzureSynapse attribute)
  • (aapi.integration_factory.jobs.JobDatabricks attribute) +
  • +
  • (aapi.integration_factory.jobs.JobGCPComposer attribute)
  • (aapi.integration_factory.jobs.JobGCPDataprep attribute)
  • (aapi.integration_factory.jobs.JobGCPVM attribute) +
  • +
  • (aapi.integration_factory.jobs.JobJenkins attribute)
  • (aapi.integration_factory.jobs.JobMicrosoftPowerBI attribute) +
  • +
  • (aapi.integration_factory.jobs.JobOCIDataScience attribute)
  • (aapi.integration_factory.jobs.JobOCIVM attribute)
  • @@ -7536,6 +7962,8 @@

    P

  • (aapi.integration_factory.jobs.JobSnowflakeIdP attribute)
  • (aapi.integration_factory.jobs.JobTalendDataManagement attribute) +
  • +
  • (aapi.integration_factory.jobs.JobTalendOAuth attribute)
  • (aapi.job.JobAWSBatch attribute)
  • @@ -7550,10 +7978,12 @@

    P

  • (aapi.job.JobHadoopPig attribute)
  • -
  • parameters__json_format (aapi.integration_factory.jobs.JobGCPDataFlow attribute) +
  • parameters_ (aapi.integration_factory.jobs.JobApacheNiFi attribute) +
  • +
  • parameters_json_format (aapi.integration_factory.jobs.JobGCPDataflow attribute)
  • parameters_json_input (aapi.integration_factory.jobs.JobGCPWorkflows attribute) @@ -7624,8 +8054,12 @@

    P

  • (aapi.endpoint.Endpoint attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileApacheNiFi attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileControlMReports attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS attribute)
  • @@ -7701,6 +8135,8 @@

    P

  • periods (aapi.calendar.CalendarPeriodic.When attribute)
  • personal_access_token_authorization (aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement attribute) +
  • +
  • phone_number (aapi.integration_factory.jobs.JobAwsSNS attribute)
  • phone_number_id (aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite attribute)
  • @@ -7712,8 +8148,6 @@

    P

  • pipeline_execution_arn (aapi.integration_factory.jobs.JobAwsSageMaker attribute)
  • -
  • PossibleOptions (class in aapi.possibleoptions) @@ -7856,8 +8296,16 @@

    P

  • (aapi.job.Job attribute)
  • -
  • private_key (aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM attribute) +
  • private_key (aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow attribute) + +
  • private_key_name (aapi.connectionprofile.ConnectionProfileFileTransfer attribute)
  • @@ -8000,8 +8480,6 @@

    Q

  • (aapi.runningjobs.RunningJobs attribute)
  • - - +
    @@ -8116,12 +8600,14 @@

    R

  • (aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileTalendOAuth attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws attribute)
  • (aapi.integration_factory.jobs.JobGCPBatch attribute)
  • -
  • (aapi.integration_factory.jobs.JobGCPDataFlow attribute) +
  • (aapi.integration_factory.jobs.JobGCPDataflow attribute)
  • (aapi.integration_factory.jobs.JobGCPDataFusion attribute)
  • @@ -8163,6 +8649,10 @@

    R

  • RemoteMailAddress (aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType attribute)
  • Remove (aapi.propertycondition.PropertyCondition.Property attribute) +
  • +
  • replace_existing_file (aapi.integration_factory.jobs.JobControlMReports attribute) +
  • +
  • report_file_format (aapi.integration_factory.jobs.JobControlMReports attribute)
  • repository (aapi.connectionprofile.ConnectionProfileInformatica attribute)
  • @@ -8171,6 +8661,14 @@

    R

  • repository_path (aapi.integration_factory.jobs.JobAzureDevOps attribute)
  • request_body (aapi.job.JobAzureLogicApps attribute) +
  • +
  • request_definition (aapi.integration_factory.jobs.JobWebServicesREST.WsRestBody attribute) + +
  • +
  • request_id (aapi.integration_factory.jobs.JobGCPDataproc attribute)
  • request_n_j_e_node (aapi.job.JobZOS attribute)
  • @@ -8246,6 +8744,8 @@

    R

  • (aapi.job.Job.RerunLimit attribute)
  • +
  • rerun_only_failed_tasks (aapi.integration_factory.jobs.JobTalendOAuth attribute) +
  • rerun_option (aapi.job.JobSAPBWProcessChain attribute)
  • rerun_run_id (aapi.integration_factory.jobs.JobInformaticaCS attribute) @@ -8288,6 +8788,8 @@

    R

  • (aapi.integration_factory.jobs.JobAzureResourceManager attribute)
  • + + - -
  • save_failed_plan_log (aapi.integration_factory.jobs.JobTalendDataManagement attribute) -
  • SaveEntireSystem (aapi.job.JobOS400FullRestrictedStateAction.Action attribute)
  • SaveOperationSystem (aapi.job.JobOS400FullRestrictedStateAction.Action attribute) @@ -8699,6 +9197,10 @@

    S

  • select_operation (aapi.integration_factory.jobs.JobSnowflakeIdP attribute)
  • send_message_timeout (aapi.connectionprofile.ConnectionProfileFileTransferAS2 attribute) +
  • +
  • sender_id (aapi.integration_factory.jobs.JobAwsSNS attribute) +
  • +
  • sender_identifier (aapi.integration_factory.jobs.JobAwsSNS attribute)
  • sep (aapi.year.Year attribute)
  • @@ -8761,7 +9263,9 @@

    S

  • (aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery attribute)
  • -
  • (aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFlow attribute) +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileGCPComposer attribute) +
  • +
  • (aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataflow attribute)
  • (aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion attribute)
  • @@ -8805,6 +9309,8 @@

    S

  • set (aapi.job.JobOEBS.RequestSet attribute) +
  • +
  • set_download_file_name (aapi.integration_factory.jobs.JobControlMReports attribute)
  • set_mf_ucc11 (aapi.integration_factory.jobs.JobMicroFocusLinux attribute) @@ -8925,6 +9431,10 @@

    S

  • SmartFolderNext (aapi.basefolder.Folder.Sac attribute)
  • SmartFolderPrev (aapi.basefolder.Folder.Sac attribute) +
  • +
  • sms_attributes (aapi.integration_factory.jobs.JobAwsSNS attribute) +
  • +
  • sms_type (aapi.integration_factory.jobs.JobAwsSNS attribute)
  • snapshot_name (aapi.job.JobVMwareSnapshotTake attribute)
  • @@ -8952,7 +9462,13 @@

    S

  • soap_header_file (aapi.job.JobWebServices attribute)
  • -
  • soap_request (aapi.job.JobWebServices attribute) +
  • soap_request (aapi.integration_factory.jobs.JobWebServicesSOAP attribute) + +
  • +
  • soap_request_field (aapi.integration_factory.jobs.JobWebServicesSOAP.SoapRequest attribute)
  • solution_manager_connection_profile (aapi.connectionprofile.ConnectionProfileSAP attribute)
  • @@ -9278,6 +9794,8 @@

    S

    +
  • target_arn (aapi.integration_factory.jobs.JobAwsSNS attribute) +
  • target_audience (aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer attribute)
  • target_ctm (aapi.connectionprofile.ConnectionProfile attribute) @@ -9608,15 +10150,17 @@

    T

  • task_command_line (aapi.integration_factory.jobs.JobAzureBatchAccounts attribute)
  • -
  • task_flow_url (aapi.integration_factory.jobs.JobInformaticaCS attribute) +
  • task_executable (aapi.integration_factory.jobs.JobTalendOAuth attribute)
  • -
  • task_id (aapi.integration_factory.jobs.JobTalendDataManagement attribute) +
  • task_flow_url (aapi.integration_factory.jobs.JobInformaticaCS attribute)
  • task_id_prefix (aapi.integration_factory.jobs.JobAzureBatchAccounts attribute)
  • task_id_variable (aapi.integration_factory.jobs.JobAzureBatchAccounts attribute)
  • task_information (aapi.job.JobZOS attribute) +
  • +
  • task_key (aapi.integration_factory.jobs.JobOCIDataIntegration attribute)
  • task_name (aapi.integration_factory.jobs.JobGCPDataplex attribute) @@ -9624,15 +10168,25 @@

    T

  • (aapi.integration_factory.jobs.JobInformaticaCS attribute)
  • (aapi.integration_factory.jobs.JobTalendDataManagement attribute) +
  • +
  • (aapi.integration_factory.jobs.JobTalendOAuth attribute)
  • task_plan_execution (aapi.integration_factory.jobs.JobTalendDataManagement attribute)
  • task_polling_intervals (aapi.integration_factory.jobs.JobTalendDataManagement attribute) +
  • +
  • task_run_input_parameters (aapi.integration_factory.jobs.JobOCIDataIntegration attribute) +
  • +
  • task_run_name (aapi.integration_factory.jobs.JobOCIDataIntegration attribute)
  • task_script_text (aapi.integration_factory.jobs.JobGCPBatch attribute) +
  • +
  • task_timeout (aapi.integration_factory.jobs.JobTalendOAuth attribute)
  • task_type (aapi.integration_factory.jobs.JobInformaticaCS attribute) +
  • +
  • taskflow_job_name (aapi.integration_factory.jobs.JobInformaticaCS attribute)
  • teams_parameters (aapi.integration_factory.jobs.JobCommunicationSuite attribute)
  • @@ -9650,16 +10204,24 @@

    T

  • template_body (aapi.integration_factory.jobs.JobAwsCloudFormation attribute)
  • -
  • template_location_gs_ (aapi.integration_factory.jobs.JobGCPDataFlow attribute) +
  • template_location_gs_ (aapi.integration_factory.jobs.JobGCPDataflow attribute)
  • template_name (aapi.integration_factory.jobs.JobGCPVM attribute)
  • -
  • template_type (aapi.integration_factory.jobs.JobGCPDataFlow attribute) +
  • template_type (aapi.integration_factory.jobs.JobGCPDataflow attribute)
  • template_url (aapi.integration_factory.jobs.JobAwsCloudFormation attribute)
  • -
  • tenancy_ocid (aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM attribute) +
  • tenancy_ocid (aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow attribute) + +
  • tenant_id (aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup attribute)
  • + + - +
  • topic_type (aapi.integration_factory.jobs.JobAwsSNS attribute) +
  • ToProcedure (aapi.propertycondition.PropertyCondition.Property attribute)
  • ToProgram (aapi.propertycondition.PropertyCondition.Property attribute) @@ -9984,8 +10548,6 @@

    U

  • use_extended (aapi.connectionprofile.ConnectionProfileSAP attribute)
  • - - + + @@ -10192,7 +10772,7 @@

    V

  • (aapi.integration_factory.jobs.JobGCPVM attribute)
  • -
  • verification_poll_interval_in_seconds (aapi.integration_factory.jobs.JobGCPDataFlow attribute) +
  • verification_poll_interval_in_seconds (aapi.integration_factory.jobs.JobGCPDataflow attribute)
  • +
  • workspace_ocid (aapi.integration_factory.jobs.JobOCIDataIntegration attribute) +
  • workspace_params (aapi.integration_factory.jobs.JobTerraform attribute)
  • WpPeriod (class in aapi.wpperiod) +
  • +
  • ws_rest_body (aapi.integration_factory.jobs.JobWebServicesREST attribute)
  • @@ -10562,10 +11146,10 @@

    Z

    -
    - - - +
    + + + \ No newline at end of file diff --git a/docs/gettingstarted.html b/docs/gettingstarted.html index 17fd79d..9d07170 100644 --- a/docs/gettingstarted.html +++ b/docs/gettingstarted.html @@ -1,15 +1,15 @@ - + - + Getting Started - Control-M Python Client documentation - - - + + + @@ -71,7 +71,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -86,7 +86,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -94,7 +94,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -104,6 +104,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -115,6 +169,8 @@
    Hide table of contents sidebar
    +Skip to content +
    @@ -132,7 +188,8 @@
    @@ -201,11 +258,17 @@ Back to top
    - +
    @@ -215,19 +278,19 @@
    -
    +
    -

    Getting Started#

    +

    Getting StartedΒΆ

    The best way to get to know Control-M Python Client is to follow the Tutorials. The tutorials guide you through your first steps of building your workflows. See Getting Started with Control-M Python Client

    -

    Environment#

    +

    EnvironmentΒΆ

    To deploy and run jobs from Control-M Python Client, you need access to an active Control-M environment. If you don’t have an active Control-M environment, or you want to test some workflows on a free of cost development platform you can use Control-M Workbench.

    We suggest that you download a python IDE.

    -

    Installation#

    +

    InstallationΒΆ

    If you don’t have Python, download Python

    Control-M Python Client requires Python version 3.7 or higher

    We recommend to install Control-M Python Client in a virtual environment.

    @@ -243,14 +306,14 @@

    Installation -

    Installing via pip#

    +

    Installing via pipΒΆ

    Note: Requires pip and git to be installed.

    pip install ctm-python-client
     
    -

    Installing from source#

    +

    Installing from sourceΒΆ

    git clone https://github.com/controlm/ctm-python-client.git
     pip install ctm-python-client
     
    @@ -332,10 +395,10 @@

    Installing from source

    -
    - - - +
    + + + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 3b09db3..691fe7d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,15 +1,15 @@ - + - + Control-M Python Client documentation - - - + + + @@ -71,7 +71,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -86,7 +86,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -94,7 +94,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -104,6 +104,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -115,6 +169,8 @@
    Hide table of contents sidebar
    +
    Skip to content +
    @@ -132,12 +188,13 @@
    -
    -
    - - - +
    + + + \ No newline at end of file diff --git a/docs/notebooks/ai.html b/docs/notebooks/ai.html index 6df5d87..f0fd400 100644 --- a/docs/notebooks/ai.html +++ b/docs/notebooks/ai.html @@ -1,16 +1,16 @@ - + - + Working with Application Integrator - Control-M Python Client documentation - - + + - + @@ -72,7 +72,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -87,7 +87,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -95,7 +95,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -105,6 +105,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -116,6 +170,8 @@
    Hide table of contents sidebar
    +Skip to content +
    @@ -133,7 +189,8 @@
    @@ -202,11 +259,17 @@ Back to top
    - +
    @@ -216,13 +279,13 @@
    -
    +
    -

    Working with Application Integrator#

    +

    Working with Application IntegratorΒΆ

    Control-M Application Integrator is a web-based application that allows you to create custom job types that you can easily deploy in the Control-M environment. These jobs can be managed alongside any Control-M job, which enables you to manage on-premises and multi-cloud application workflows for commercial, custom, and home-grown applications through a single platform.

    Control-M Python Client allows you to work with Application Integrator Job Types by providing a base class which you can create your own Application Integrator job types

    -

    Building Custom Application Integrator Job Types with AIJob#

    +

    Building Custom Application Integrator Job Types with AIJobΒΆ

    You create Application Integrator Job types through the Application Integrator web interface. After you deploy a job to an Agent, you can use it as any other Job type from the job palette in the Planning domain.

    To use the new job type that you create in Control-M Python Client, you need to create the JobType as a class in your code. This is made easy by the AIJob class that serves as the base class that provides all the necessary functionalities to make your class work as a valid Automation API definition.

    Let’s see a simple example.

    @@ -396,10 +459,10 @@

    Building Custom Application Integrator Job Types with - - - +

    + + + diff --git a/docs/notebooks/authentication.html b/docs/notebooks/authentication.html index 08f1891..473298c 100644 --- a/docs/notebooks/authentication.html +++ b/docs/notebooks/authentication.html @@ -1,16 +1,16 @@ - + - + Authentication - Control-M Python Client documentation - - + + - + @@ -72,7 +72,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -87,7 +87,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -95,7 +95,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -105,6 +105,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -116,6 +170,8 @@
    Hide table of contents sidebar
    +Skip to content +
    @@ -133,7 +189,8 @@
    @@ -202,11 +259,17 @@ Back to top
    - +
    @@ -216,13 +279,13 @@
    -
    +
    -

    Authentication#

    +

    AuthenticationΒΆ

    In previous tutorials we focused on Control-M Workbench where authentication is not an issue. In real environments, authentication is necessary and it is essential to follow best practice to prevent a leak of sensitive information.

    Authentication is needed to work with the backend of Control-M. The authentication is done by default at the creation of a Workflow. You can skip the initial authentication if, for example, you want to code a workflow without the intent of running it immediately.

    -

    Environments#

    +

    EnvironmentsΒΆ

    An Environment is an object passed to the Workflow during its construction. The environment defines the Control-M endpoint which is the endpoint where Automation API is installed, ehich is the same endpoint of Control-M/EM. When you create an environment you need to specify the credentials to be used during authentication and the EnvironmentMode

    There are two methods of authentication used in Control-M: username+password and API key. When you construct an Environment, you can either specify a combination of username and password or an API key.

    The EnvironmentMode serves to indicate if the backend is of type Control-M or Helix Control-M (Control-M SaaS). This is important since the backend APIs are slightly different. You can specify the mode in the constructor or use the static method Environment.create_onprem() or Environment.create_saas()

    @@ -263,7 +326,7 @@

    Environments -

    Credentials#

    +

    CredentialsΒΆ

    Control-M Python Client has an abstract class called AbstractCredentials with two methods: get_username() and get_password(). During authentication, those methods are called. If the authentication is done via API key, then only get_password() is called.

    When creating an Environment, you are required to provide Credentials. Control-M Python Client has some implementations which you can use.

      @@ -383,10 +446,10 @@

      Credentials - - - +

    + + + diff --git a/docs/notebooks/autogen.html b/docs/notebooks/autogen.html index aab4ef6..2eb3f4a 100644 --- a/docs/notebooks/autogen.html +++ b/docs/notebooks/autogen.html @@ -1,16 +1,16 @@ - + - + Auto generation of AI Plugins with Control-M Workbench - Control-M Python Client documentation - - + + - + @@ -72,7 +72,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -87,7 +87,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -95,7 +95,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -105,6 +105,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -116,6 +170,8 @@
    Hide table of contents sidebar
    +
    Skip to content +
    @@ -133,7 +189,8 @@
    @@ -202,11 +259,17 @@ Back to top
    - +
    @@ -216,9 +279,9 @@
    -
    +
    -

    Auto generation of AI Plugins with Control-M Workbench#

    +

    Auto generation of AI Plugins with Control-M WorkbenchΒΆ

    Control-M Workbench version 9.21.100 or above allows users to auto generate python code for their AI plugins. We will use the ext.autogen module from the Control-M Python Client to generate all classes of Jobs and ConnectionProfiles of all plugins in a workbench environment.

    If you want to follow along, import the Example Plugin file into your workbench.

    @@ -416,10 +479,10 @@

    Auto generation of AI Plugins with Control-M Workbench

    -
    - - - +
    + + + diff --git a/docs/notebooks/connectionprofiles.html b/docs/notebooks/connectionprofiles.html index 2e07d64..a9f93ad 100644 --- a/docs/notebooks/connectionprofiles.html +++ b/docs/notebooks/connectionprofiles.html @@ -1,16 +1,16 @@ - + - + Connection Profiles - Control-M Python Client documentation - - + + - + @@ -72,7 +72,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -87,7 +87,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -95,7 +95,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -105,6 +105,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -116,6 +170,8 @@
    Hide table of contents sidebar
    +
    Skip to content +
    @@ -133,7 +189,8 @@
    @@ -202,11 +259,17 @@ Back to top
    - +
    @@ -216,9 +279,9 @@
    -
    +
    -

    Connection Profiles#

    +

    Connection ProfilesΒΆ

    AutomationAPI Documentation

    Connection profiles are used to define access methods and security credentials for a specific application. They can be referenced by multiple jobs. To do this, you must deploy the connection profile definition before running the relevant jobs.

    Note: For most types of connection profiles (except for File Transfer connection profiles), the name of the connection profile can contain only the following types of characters: uppercase letters, numbers, hyphens, and underscores. The connection profile name can contain up to 30 characters.

    @@ -238,7 +301,7 @@

    Connection Profiles -

    ConnectionProfileHadoop#

    +

    ConnectionProfileHadoopΒΆ

    [ ]:
     
    @@ -311,9 +374,9 @@

    ConnectionProfileHadoop

    -

    ConnectionProfileFileTransfer#

    +

    ConnectionProfileFileTransferΒΆ

    -

    ConnectionProfileFileTransferFTP#

    +

    ConnectionProfileFileTransferFTPΒΆ

    [ ]:
     
    @@ -336,7 +399,7 @@

    ConnectionProfileFileTransferFTP -

    ConnectionProfileFileTransferSFTP#

    +

    ConnectionProfileFileTransferSFTPΒΆ

    [ ]:
     
    @@ -361,7 +424,7 @@

    ConnectionProfileFileTransferSFTP -

    ConnectionProfileFileTransferFTPS#

    +

    ConnectionProfileFileTransferFTPSΒΆ

    [ ]:
     
    @@ -388,7 +451,7 @@

    ConnectionProfileFileTransferFTPS -

    ConnectionProfileFileTransferLocal#

    +

    ConnectionProfileFileTransferLocalΒΆ

    [ ]:
     
    @@ -409,7 +472,7 @@

    ConnectionProfileFileTransferLocal -

    ConnectionProfileFileTransferS3Amazon#

    +

    ConnectionProfileFileTransferS3AmazonΒΆ

    [ ]:
     
    @@ -429,7 +492,7 @@

    ConnectionProfileFileTransferS3Amazon -

    ConnectionProfileFileTransferS3Compatible#

    +

    ConnectionProfileFileTransferS3CompatibleΒΆ

    [ ]:
     
    @@ -450,7 +513,7 @@

    ConnectionProfileFileTransferS3Compatible -

    ConnectionProfileFileTransferAS2#

    +

    ConnectionProfileFileTransferAS2ΒΆ

    [ ]:
     
    @@ -468,9 +531,9 @@

    ConnectionProfileFileTransferAS2 -

    ConnectionProfileDatabase#

    +

    ConnectionProfileDatabaseΒΆ

    -

    ConnectionProfileDatabaseDB2#

    +

    ConnectionProfileDatabaseDB2ΒΆ

    [ ]:
     
    @@ -489,7 +552,7 @@

    ConnectionProfileDatabaseDB2 -

    ConnectionProfileDatabaseJDBC#

    +

    ConnectionProfileDatabaseJDBCΒΆ

    [ ]:
     
    @@ -509,7 +572,7 @@

    ConnectionProfileDatabaseJDBC -

    ConnectionProfileDatabaseMSSql#

    +

    ConnectionProfileDatabaseMSSqlΒΆ

    [ ]:
     
    @@ -532,7 +595,7 @@

    ConnectionProfileDatabaseMSSql -

    ConnectionProfileDatabaseOracleSID#

    +

    ConnectionProfileDatabaseOracleSIDΒΆ

    [ ]:
     
    @@ -549,7 +612,7 @@

    ConnectionProfileDatabaseOracleSID -

    ConnectionProfileDatabaseOracleServiceName#

    +

    ConnectionProfileDatabaseOracleServiceNameΒΆ

    [ ]:
     
    @@ -566,7 +629,7 @@

    ConnectionProfileDatabaseOracleServiceName -

    ConnectionProfileDatabaseOracleConnectionString#

    +

    ConnectionProfileDatabaseOracleConnectionStringΒΆ

    [ ]:
     
    @@ -583,7 +646,7 @@

    ConnectionProfileDatabaseOracleConnectionString -

    ConnectionProfileDatabasePostgreSql#

    +

    ConnectionProfileDatabasePostgreSqlΒΆ

    [ ]:
     
    @@ -600,7 +663,7 @@

    ConnectionProfileDatabasePostgreSql -

    ConnectionProfileDatabaseSybase#

    +

    ConnectionProfileDatabaseSybaseΒΆ

    [ ]:
     
    @@ -618,7 +681,7 @@

    ConnectionProfileDatabaseSybase -

    ConnectionProfileSAP#

    +

    ConnectionProfileSAPΒΆ

    [ ]:
     
    @@ -653,7 +716,7 @@

    ConnectionProfileSAP

    -

    ConnectionProfileInformatica#

    +

    ConnectionProfileInformaticaΒΆ

    [ ]:
     
    @@ -675,7 +738,7 @@

    ConnectionProfileInformatica -

    ConnectionProfileAWS#

    +

    ConnectionProfileAWSΒΆ

    [ ]:
     
    @@ -696,7 +759,7 @@

    ConnectionProfileAWS

    -

    ConnectionProfileAzure#

    +

    ConnectionProfileAzureΒΆ

    [ ]:
     
    @@ -813,10 +876,10 @@

    ConnectionProfileAzure

    -
    - - - +
    + + + diff --git a/docs/notebooks/folders.html b/docs/notebooks/folders.html index da20006..055cbf3 100644 --- a/docs/notebooks/folders.html +++ b/docs/notebooks/folders.html @@ -1,16 +1,16 @@ - + - + Folders - Control-M Python Client documentation - - + + - + @@ -72,7 +72,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -87,7 +87,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -95,7 +95,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -105,6 +105,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -116,6 +170,8 @@
    Hide table of contents sidebar
    +
    Skip to content +
    @@ -133,7 +189,8 @@
    @@ -202,11 +259,17 @@ Back to top
    - +
    @@ -216,9 +279,9 @@
    -
    +
    -

    Folders#

    +

    FoldersΒΆ

    [ ]:
     
    @@ -228,11 +291,11 @@

    Folders -

    Folder#

    +

    FolderΒΆ

    The default type of folder (as opposed to a simple folder) enables you to configure various settings such as scheduling, event management, adding resources, or adding notifications on the folder level. Folder-level definitions are inherited by the jobs or subfolders within the folder.

    For example, you can specify scheduling criteria on the folder level instead of defining the criteria per job in the folder. All jobs in the folder will take on the rules of the folder. This reduces job definition in code.

    -

    Examples#

    +

    ExamplesΒΆ

    [ ]:
     
    @@ -262,10 +325,10 @@

    Examples -

    SubFolder#

    +

    SubFolderΒΆ

    A subfolder is a folder contained within another (parent) folder or subfolder. A subfolder can contain a group of jobs or a next-level subfolder. Subfolders offer many (but not all) of the capabilities that are offered by regular folders.

    -

    Examples#

    +

    ExamplesΒΆ

    [ ]:
     
    @@ -281,7 +344,7 @@

    Examples

    -

    Arguments#

    +

    ArgumentsΒΆ

    • controlm_server : Specifies a Control-M Scheduling Server. If more than one Control-M Scheduling Server is configured in the system, you must define the server that the folder belongs to

    • site_standard : Enforces the defined Site Standard to the folder and all jobs contained within the folder

    • @@ -398,10 +461,10 @@

      Arguments - - - +

    + + + diff --git a/docs/notebooks/hello.html b/docs/notebooks/hello.html index 53e0b32..1d2bf34 100644 --- a/docs/notebooks/hello.html +++ b/docs/notebooks/hello.html @@ -1,16 +1,16 @@ - + - + Getting Started with Control-M Python Client - Control-M Python Client documentation - - + + - + @@ -72,7 +72,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -87,7 +87,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -95,7 +95,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -105,6 +105,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -116,6 +170,8 @@
    Hide table of contents sidebar
    +
    Skip to content +
    @@ -133,7 +189,8 @@
    @@ -202,11 +259,17 @@ Back to top
    - +
    @@ -216,11 +279,11 @@
    -
    +
    -

    Getting Started with Control-M Python Client#

    +

    Getting Started with Control-M Python ClientΒΆ

    -

    Creating a Workflow#

    +

    Creating a WorkflowΒΆ

    To create a workflow, you need to create an instance of a Workflow object. You must specify an environment where Control-M Automation API is installed. If you do not have access to Control-M Automation API in your organization or you are trying it on your own PC, use Control-M Workbench:

    [1]:
    @@ -237,7 +300,7 @@ 

    Creating a Workflow
    workflow = Workflow(
    -    Environment.create_workbench(),
    +    Environment.create_workbench(host='workbench'),
         WorkflowDefaults(
             run_as='workbench',     # defining workbench as the user to run the jobs by default
         )
    @@ -247,7 +310,7 @@ 

    Creating a Workflow -

    Adding Jobs in the Workflow#

    +

    Adding Jobs in the WorkflowΒΆ

    A job is a task that runs on one or more Agents. Control-M Workbench includes a built-in agent called worbench

    There are multiple job types, and each has a specific purpose. Some job types require specific plugins, such as JobFileTransfer. Let’s start with simple JobCommand which is used to execute an OS command:

    @@ -288,7 +351,7 @@

    Adding Jobs in the Workflow -

    Building and Deploying#

    +

    Building and DeployingΒΆ

    The validation of the data is done on the Control-M machine, so let’s build the workflow and check that everything is valid:

    [5]:
    @@ -330,7 +393,7 @@ 

    Building and Deploying

    -

    Running and checking the output#

    +

    Running and checking the outputΒΆ

    After the job is deployed, it runs according to its schedule, which is every day by default. You can also choose to run the job anytime. When a job runs, a RunMonitor is created, which is used to get the status, output and other information of the run

    [7]:
    @@ -363,14 +426,14 @@ 

    Running and checking the output -

    Flows#

    +

    FlowsΒΆ

    Now that you know how to create and run a job, let’s learn how to create workflows.

    You use .connect() to connect two objects. You can connect Jobs, Folders and SubFolders. If you want to connect multiple jobs in a chain, you can use the .chain() method.

    First, let’s add jobs without connecting them. Although jobs exisit in the same Folder, there is no exisitng workflow yet.

    Then, we can connect any two jobs, Folders, or SubFolders.

    Finally we can chain multiple jobs in a sequence.

    -

    Adding jobs without connection#

    +

    Adding jobs without connectionΒΆ

    -

    Dummy Jobs and run_as_dummy#

    +

    Dummy Jobs and run_as_dummyΒΆ

    Control-M offers two ways to test a workflow and run jobs without running any real task:

    • JobDummy: Creates a job type that does nothing but you define all the parameters as any other job type.

    • run_as_dummy=True: Adds a new parameter to any regular job type that makes it run as a dummy job. You can mark run_as_dummy=False to make it run again as a regular job.

    -
    [14]:
    +
    [15]:
     

    workflow.clear_all() @@ -538,7 +653,7 @@

    Dummy Jobs and run_as_dummy -
    [15]:
    +
    [16]:
     
    + + + diff --git a/docs/notebooks/hello.ipynb b/docs/notebooks/hello.ipynb index 159d3e6..34daffa 100644 --- a/docs/notebooks/hello.ipynb +++ b/docs/notebooks/hello.ipynb @@ -34,7 +34,7 @@ "outputs": [], "source": [ "workflow = Workflow(\n", - " Environment.create_workbench(),\n", + " Environment.create_workbench(host='workbench'),\n", " WorkflowDefaults(\n", " run_as='workbench', # defining workbench as the user to run the jobs by default\n", " )\n", @@ -264,14 +264,14 @@ "\n", "\n", - "\n", "\n", "\n", "\n", "root\n", - "\n", + "\n", "\n", "cluster_0\n", "\n", @@ -293,7 +293,7 @@ "\n" ], "text/plain": [ - "" + "" ] }, "execution_count": 10, @@ -350,14 +350,14 @@ "\n", "\n", - "\n", "\n", "\n", "\n", "root\n", - "\n", + "\n", "\n", "cluster_0\n", "\n", @@ -378,14 +378,14 @@ "\n", "\n", "MyFolder/MyFirstJob->MyFolder/MySecondJob\n", - "\n", - "\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "execution_count": 12, @@ -418,14 +418,14 @@ "\n", "\n", - "\n", "\n", "\n", "\n", "root\n", - "\n", + "\n", "\n", "cluster_0\n", "\n", @@ -446,8 +446,8 @@ "\n", "\n", "ChainedJobs/MyFirstJob->ChainedJobs/MySecondJob\n", - "\n", - "\n", + "\n", + "\n", "\n", "\n", "\n", @@ -458,14 +458,14 @@ "\n", "\n", "ChainedJobs/MySecondJob->ChainedJobs/MyThirdJob\n", - "\n", - "\n", + "\n", + "\n", "\n", "\n", "\n" ], "text/plain": [ - "" + "" ] }, "execution_count": 13, @@ -489,6 +489,138 @@ "get_graph(workflow)" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "In another example, \n", + "\n", + "Job1 triggers Job2 and Job3, and Job4 is waiting for both Job2 and Job3 to complete." + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [ + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "root\n", + "\n", + "\n", + "cluster_0\n", + "\n", + "ChainedJobs\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job1\n", + "\n", + "Job1\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job2\n", + "\n", + "Job2\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job1->ChainedJobs/Job2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job3\n", + "\n", + "Job3\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job1->ChainedJobs/Job3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job4\n", + "\n", + "Job4\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job2->ChainedJobs/Job4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job3->ChainedJobs/Job4\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "execution_count": 14, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "workflow.clear_all()\n", + "\n", + "workflow.chain(\n", + " [\n", + " JobCommand('Job1', command='echo Hello1'),\n", + " JobCommand('Job2', command='echo Hello2')\n", + " \n", + " ],\n", + " inpath='ChainedJobs'\n", + ")\n", + "workflow.chain(\n", + " [\n", + " JobCommand('Job1', command='echo Hello1'),\n", + " JobCommand('Job3', command='echo Hello3')\n", + " \n", + " ],\n", + " inpath='ChainedJobs'\n", + ")\n", + "workflow.chain(\n", + " [\n", + " JobCommand('Job2', command='echo Hello2'),\n", + " JobCommand('Job4', command='echo Hello4')\n", + " \n", + " ],\n", + " inpath='ChainedJobs'\n", + ")\n", + "workflow.chain(\n", + " [\n", + " JobCommand('Job3', command='echo Hello3'),\n", + " JobCommand('Job4', command='echo Hello4')\n", + " \n", + " ],\n", + " inpath='ChainedJobs'\n", + ")\n", + "\n", + "get_graph(workflow)" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -504,7 +636,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 15, "metadata": {}, "outputs": [ { @@ -555,7 +687,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 16, "metadata": {}, "outputs": [ { @@ -606,7 +738,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.4" + "version": "3.8.9" }, "vscode": { "interpreter": { diff --git a/docs/notebooks/jobproperties.html b/docs/notebooks/jobproperties.html index 660f0c6..db04009 100644 --- a/docs/notebooks/jobproperties.html +++ b/docs/notebooks/jobproperties.html @@ -1,16 +1,16 @@ - + - + Job and Folder Properties - Control-M Python Client documentation - - + + - + @@ -72,7 +72,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -87,7 +87,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -95,7 +95,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -105,6 +105,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -116,6 +170,8 @@
    Hide table of contents sidebar
    +
    Skip to content +
    @@ -133,7 +189,8 @@
    @@ -202,11 +259,17 @@ Back to top
    - +
    @@ -216,9 +279,9 @@
    -
    +
    -

    Job and Folder Properties#

    +

    Job and Folder PropertiesΒΆ

    [1]:
     
    @@ -302,7 +365,7 @@

    Job and Folder Properties -

    When#

    +

    WhenΒΆ

    AutomationAPI Documentation

    Enables you to define scheduling parameters for Jobs, Folders and SubFolders, including the option of using calendars. If When is used in a Folder or SubFolder, those parameters apply to all Jobs in the Folder or Subfolder.

    Note: Several parameters under the When parameter enable you to reference previously defined calendars.

    @@ -381,11 +444,11 @@

    When#

    -

    If#

    +

    IfΒΆ

    AutomationAPI Documentation

    If statements trigger one or more actions when job-related criteria are fulfilled (for example, the job ended with a specific status or the job failed several times).

    -

    IfCompletionStatus#

    +

    IfCompletionStatusΒΆ

    Triggers actions based on job completion status. In this example, if the job runs unsuccessfully, it sends an email and runs another job. You can set this property for a Job, Folder, or SubFolder

    [4]:
    @@ -408,7 +471,7 @@ 

    IfCompletionStatus -

    IfNumberOfReruns#

    +

    IfNumberOfRerunsΒΆ

    Trigger an action based on number of job reruns. You can set this property for a Job, Folder, or SubFolder

    [5]:
    @@ -425,7 +488,7 @@ 

    IfNumberOfReruns -

    IfNumberOfFailures#

    +

    IfNumberOfFailuresΒΆ

    Triggers an action based on number of job failures. You can set this property for a Job, Folder, or SubFolder

    [6]:
    @@ -442,7 +505,7 @@ 

    IfNumberOfFailures -

    IfJobNotSubmitted#

    +

    IfJobNotSubmittedΒΆ

    Triggers an action based on whether the job is not submitted

    [7]:
    @@ -458,7 +521,7 @@ 

    IfJobNotSubmitted -

    IfJobOutputNotFound#

    +

    IfJobOutputNotFoundΒΆ

    Triggers an action based on whether the job output is not found

    [8]:
    @@ -474,7 +537,7 @@ 

    IfJobOutputNotFound -

    IfNumberOfExecutions#

    +

    IfNumberOfExecutionsΒΆ

    Triggers an action based on number of job executions. You can set this property for a Job, Folder, or SubFolder

    [9]:
    @@ -491,7 +554,7 @@ 

    IfNumberOfExecutions

    -

    IfOutput#

    +

    IfOutputΒΆ

    Triggers an action based on whether a specified string is found within the job output. You can set this property for a Job, Folder, or SubFolde

    [10]:
    @@ -509,7 +572,7 @@ 

    IfOutput -

    IfVariableValue#

    +

    IfVariableValueΒΆ

    Note: This feature requires Control-M/Enterprise Manager version 9.0.21 Triggers an action based on whether a logical condition defined for a variable value is true

    [11]:
    @@ -559,11 +622,11 @@ 

    IfVariableValue -

    If Actions#

    +

    If ActionsΒΆ

    AutomationAPI Documentation

    Actions that can be triggered in response to an If statement that is fulfilled

    -

    ActionMail#

    +

    ActionMailΒΆ

    Action that sends an e-mail

    Arguments:

      @@ -592,7 +655,7 @@

      ActionMail -

      ActionRerun#

      +

      ActionRerunΒΆ

      Action that reruns the job

      [13]:
      @@ -604,7 +667,7 @@ 

      ActionRerun -

      ActionSet#

      +

      ActionSetΒΆ

      Action that sets a variable

      [14]:
      @@ -616,7 +679,7 @@ 

      ActionSet -

      ActionSetToOk#

      +

      ActionSetToOkΒΆ

      Action that sets the job status to OK

      [15]:
      @@ -628,7 +691,7 @@ 

      ActionSetToOk -

      ActionSetToNotOK#

      +

      ActionSetToNotOKΒΆ

      Action that sets the job status to NotOK

      [16]:
      @@ -640,7 +703,7 @@ 

      ActionSetToNotOK -

      ActionStopCyclicRun#

      +

      ActionStopCyclicRunΒΆ

      Action that disables the cyclic attribute of the job

      [17]:
      @@ -652,7 +715,7 @@ 

      ActionStopCyclicRun -

      ActionRun#

      +

      ActionRunΒΆ

      Action that runs another job

      [18]:
      @@ -671,7 +734,7 @@ 

      ActionRun -

      ActionNotify#

      +

      ActionNotifyΒΆ

      Action that sends a notification

      [19]:
      @@ -686,7 +749,7 @@ 

      ActionNotify -

      ActionRemedy#

      +

      ActionRemedyΒΆ

      Action that creates a Remedy ticket

      [20]:
      @@ -702,7 +765,7 @@ 

      ActionRemedy -

      ActionOutput#

      +

      ActionOutputΒΆ

      Action that copies the output to a specified destination

      [21]:
      @@ -717,11 +780,11 @@ 

      ActionOutput -

      Notify#

      +

      NotifyΒΆ

      AutomationAPI Documentaion

      Create a notification for certain scenarios before, during and after job execution. You can set notifications for a Job, Folder, or SubFolder

      -

      NotifyOk#

      +

      NotifyOkΒΆ

      Notify if jobs is executed without errors

      [22]:
      @@ -738,7 +801,7 @@ 

      NotifyOk -

      NotifyNotOk#

      +

      NotifyNotOkΒΆ

      Notify if the job is executed with errors

      [23]:
      @@ -755,7 +818,7 @@ 

      NotifyNotOk -

      NotifyDoesNotStart#

      +

      NotifyDoesNotStartΒΆ

      Notify if the job has not started

      [24]:
      @@ -773,7 +836,7 @@ 

      NotifyDoesNotStart -

      NotifyExecutionTime#

      +

      NotifyExecutionTimeΒΆ

      Notify if the execution time is different than expected

      [25]:
      @@ -793,7 +856,7 @@ 

      NotifyExecutionTime -

      NotifyDoesNotEnd#

      +

      NotifyDoesNotEndΒΆ

      Notify if the job does not end by the specified time

      [26]:
      @@ -812,7 +875,7 @@ 

      NotifyDoesNotEnd -

      NotifyReRun#

      +

      NotifyReRunΒΆ

      Notify if the job reruns

      [27]:
      @@ -830,7 +893,7 @@ 

      NotifyReRun -

      NotifyLateCyclicSubmit#

      +

      NotifyLateCyclicSubmitΒΆ

      Note: This feature requires Control-M/Enterprise Manager version 9.0.21

      Notify if the second or subsequent cyclic submission is late by a specified number of minutes

      @@ -851,10 +914,10 @@

      NotifyLateCyclicSubmit

      -

      Resources#

      +

      ResourcesΒΆ

      AutomationAPI Documentation

      -

      ResourcePool#

      +

      ResourcePoolΒΆ

      Sets a pool (previously known as quantitative resources or semaphore) on a job, to control access to a resource that is concurrently shared by other jobs

      [29]:
      @@ -873,7 +936,7 @@ 

      ResourcePool -

      ResourceLock#

      +

      ResourceLockΒΆ

      Sets a lock (previously known as a control resource or mutex) as shared or exclusive. If the resource is shared, other jobs can use the resource concurrently. If set to exclusive, the job has to wait until the resource is available before it can run. You can set a lock on a Job, Folder, or SubFolder

      [30]:
      @@ -894,7 +957,7 @@ 

      ResourceLock -

      Rerun#

      +

      RerunΒΆ

      Allows to define cyclic jobs or folders

      Arguments:

        @@ -917,10 +980,10 @@

        Rerun#

      -

      Variables#

      +

      VariablesΒΆ

      -

      Events#

      +

      EventsΒΆ

      Events can be generated by Control-M or can trigger jobs. Events are defined by a name and a date.

      Here is a list of the various capabilities of event usages:

      A job can wait for events before running, add events after running, or delete events after running. See WaitForEvents, AddEvents, and DeleteEvents

      @@ -952,7 +1015,7 @@

      Events

      -

      WaitForEvents#

      +

      WaitForEventsΒΆ

      The following example shows how to define events that the job must wait for before running:

      [32]:
      @@ -966,7 +1029,7 @@ 

      WaitForEvents -

      AddEvents#

      +

      AddEventsΒΆ

      The following example shows how to specify events for the job to add after running:

      [33]:
      @@ -980,7 +1043,7 @@ 

      AddEvents -

      DeleteEvents#

      +

      DeleteEventsΒΆ

      The following example shows how to specify events for the job to remove after running:

      [34]:
      @@ -1111,10 +1174,10 @@ 

      DeleteEvents - - - +

      + + + diff --git a/docs/notebooks/jobtypes.html b/docs/notebooks/jobtypes.html index 360e422..f0dddca 100644 --- a/docs/notebooks/jobtypes.html +++ b/docs/notebooks/jobtypes.html @@ -1,16 +1,16 @@ - + - + Job types - Control-M Python Client documentation - - + + - + @@ -72,7 +72,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -87,7 +87,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -95,7 +95,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -105,6 +105,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -116,6 +170,8 @@
      Hide table of contents sidebar
      +
      Skip to content +
      @@ -133,7 +189,8 @@
      @@ -202,11 +259,17 @@ Back to top
      - +
      @@ -216,9 +279,9 @@
      -
      +
      -

      Job types#

      +

      Job typesΒΆ

      [40]:
       
      @@ -228,7 +291,7 @@

      Job types -

      JobCommand#

      +

      JobCommandΒΆ

      AutomationAPI Documentation

      Job that executes an Operating System command

      Required arguments:

      @@ -259,7 +322,7 @@

      JobCommand -

      JobScript#

      +

      JobScriptΒΆ

      AutomationAPI Documentation

      Job that executes a script

      Required arguments:

      @@ -295,7 +358,7 @@

      JobScript -

      JobEmbeddedScript#

      +

      JobEmbeddedScriptΒΆ

      AutomationAPI Documentation

      Job that executes a script written in the job itself. Note that control characters need to be escaped

      Required arguments:

      @@ -316,7 +379,7 @@

      JobEmbeddedScript -

      JobFileTransfer#

      +

      JobFileTransferΒΆ

      AutomationAPI Documentation

      Job that executes a list of file transfers

      Required arguments:

      @@ -367,7 +430,7 @@

      JobFileTransfer -

      JobFileWatcherCreate#

      +

      JobFileWatcherCreateΒΆ

      AutomationAPI Documentation

      Job that detects the successful completion of a file transfer activity that creates a file

      @@ -390,7 +453,7 @@

      JobFileWatcherCreate

      -

      JobFileWatcherDelete#

      +

      JobFileWatcherDeleteΒΆ

      AutomationAPI Documentation

      Job that detects the successful completion of a file transfer activity that deletes a file

      @@ -409,7 +472,7 @@

      JobFileWatcherDelete

      -

      JobDatabaseEmbeddedQuery#

      +

      JobDatabaseEmbeddedQueryΒΆ

      AutomationAPI Documentation

      Job that runs an embedded query

      Required arguments:

      @@ -443,7 +506,7 @@

      JobDatabaseEmbeddedQuery -

      JobDatabaseSQLScript#

      +

      JobDatabaseSQLScriptΒΆ

      AutomationAPI Documentation

      Job that runs a SQL script from a file system

      Required arguments:

      @@ -468,7 +531,7 @@

      JobDatabaseSQLScript

      -

      JobDatabaseStoredProcedure#

      +

      JobDatabaseStoredProcedureΒΆ

      AutomationAPI Documentation

      Job that runs a program that is stored on the database

      Required Arguments:

      @@ -497,7 +560,7 @@

      JobDatabaseStoredProcedure -

      JobDatabaseMSSQLAgentJob#

      +

      JobDatabaseMSSQLAgentJobΒΆ

      AutomationAPI Documentation

      Job that manages a SQL server defined job

      Note : Only available with Automation API >= 9.0.19.210

      @@ -523,7 +586,7 @@

      JobDatabaseMSSQLAgentJob -

      JobDatabaseMSSQL_SSIS#

      +

      JobDatabaseMSSQL_SSISΒΆ

      AutomationAPI Documentation

      Job that executes of SQL Server Integration Services (SSIS) packages:

      Note : Only available with Automation API >= 9.0.19.220

      @@ -564,7 +627,7 @@

      JobDatabaseMSSQL_SSIS

      -

      JobHadoopSparkPython#

      +

      JobHadoopSparkPythonΒΆ

      AutomationAPI Documentation

      Job that runs a Spark Python program

      Required arguments:

      @@ -606,7 +669,7 @@

      JobHadoopSparkPython

      -

      JobHadoopSparkScalaJava#

      +

      JobHadoopSparkScalaJavaΒΆ

      AutomationAPI Documentation

      [57]:
      @@ -622,7 +685,7 @@ 

      JobHadoopSparkScalaJava

      -

      JobHadoopPig#

      +

      JobHadoopPigΒΆ

      AutomationAPI Documentation

      [58]:
      @@ -637,7 +700,7 @@ 

      JobHadoopPig -

      JobHadoopSqoop#

      +

      JobHadoopSqoopΒΆ

      AutomationAPI Documentation

      [59]:
      @@ -656,7 +719,7 @@ 

      JobHadoopSqoop -

      JobHadoopHive#

      +

      JobHadoopHiveΒΆ

      AutomationAPI Documentation

      [60]:
      @@ -672,7 +735,7 @@ 

      JobHadoopHive -

      JobHadoopDistCp#

      +

      JobHadoopDistCpΒΆ

      AutomationAPI Documentation

      [61]:
      @@ -689,7 +752,7 @@ 

      JobHadoopDistCp -

      JobHadoopHDFSCommands#

      +

      JobHadoopHDFSCommandsΒΆ

      AutomationAPI Documentation

      [62]:
      @@ -705,7 +768,7 @@ 

      JobHadoopHDFSCommands

      -

      JobHadoopHDFSFileWatcher#

      +

      JobHadoopHDFSFileWatcherΒΆ

      AutomationAPI Documentation

      [63]:
      @@ -722,7 +785,7 @@ 

      JobHadoopHDFSFileWatcher -

      JobHadoopOozie#

      +

      JobHadoopOozieΒΆ

      AutomationAPI Documentation

      [64]:
      @@ -739,7 +802,7 @@ 

      JobHadoopOozie -

      JobHadoopMapReduce#

      +

      JobHadoopMapReduceΒΆ

      AutomationAPI Documentation

      [65]:
      @@ -758,7 +821,7 @@ 

      JobHadoopMapReduce -

      JobHadoopMapredStreaming#

      +

      JobHadoopMapredStreamingΒΆ

      AutomationAPI Documentation

      [66]:
      @@ -780,7 +843,7 @@ 

      JobHadoopMapredStreaming -

      JobHadoopTajoInputFile#

      +

      JobHadoopTajoInputFileΒΆ

      AutomationAPI Documentation

      [67]:
      @@ -799,7 +862,7 @@ 

      JobHadoopTajoInputFile

      -

      JobHadoopTajoQuery#

      +

      JobHadoopTajoQueryΒΆ

      AutomationAPI Documentation

      [68]:
      @@ -813,7 +876,7 @@ 

      JobHadoopTajoQuery -

      JobPeopleSoft#

      +

      JobPeopleSoftΒΆ

      AutomationAPI Documentation

      Job that manages PeopleSoft jobs and processes

      Required arguments:

      @@ -847,7 +910,7 @@

      JobPeopleSoft -

      JobInformatica#

      +

      JobInformaticaΒΆ

      [AutomationAPI Documentation]((https://documents.bmc.com/supportu/API/Monthly/en-US/Documentation/API_CodeRef_JobTypes_DataIntegration.htm#Job:Informatica)

      Job that manages Informatica workflows

      Required arguments:

      @@ -884,7 +947,7 @@

      JobInformatica -

      JobAWSLambda#

      +

      JobAWSLambdaΒΆ

      AutomationAPI Documentation

      Job that executes an AWS Lambda service on an AWS server

      Required arguments:

      @@ -915,7 +978,7 @@

      JobAWSLambda -

      JobAWSStepFunction#

      +

      JobAWSStepFunctionΒΆ

      AutomationAPI Documentation

      Job that executes an AWS Step Function service on an AWS server

      Required arguments:

      @@ -944,7 +1007,7 @@

      JobAWSStepFunction -

      JobAWSBatch#

      +

      JobAWSBatchΒΆ

      AutomationAPI Documentation

      Job that executes an AWS Batch service on an AWS server

      Required arguments:

      @@ -993,7 +1056,7 @@

      JobAWSBatch -

      JobAzureFunction#

      +

      JobAzureFunctionΒΆ

      AutomationAPI Documentation

      Job that executes an Azure function service.

      Required arguments:

      @@ -1025,7 +1088,7 @@

      JobAzureFunction -

      JobAzureLogicApps#

      +

      JobAzureLogicAppsΒΆ

      AutomationAPI Documentation

      Job that executes an Azure Logic App service

      Required arguments:

      @@ -1052,7 +1115,7 @@

      JobAzureLogicApps -

      JobAzureBatchAccount#

      +

      JobAzureBatchAccountΒΆ

      AutomationAPI Documentation

      Job that executes an Azure Batch Accounts service

      Required arguments:

      @@ -1089,7 +1152,7 @@

      JobAzureBatchAccount

      -

      JobWebServices#

      +

      JobWebServicesΒΆ

      AutomationAPI Documentation

      Note : Only available with Automation API >= 9.0.20.220

      Job that executes standard web services, servlets, or RESTful web services. To manage Web Services jobs, you must have the Control-M for Web Services, Java, and Messaging (Control-M for WJM) plug-in installed in your Control-M environment

      @@ -1150,7 +1213,7 @@

      JobWebServices -

      JobSLAManagement#

      +

      JobSLAManagementΒΆ

      AutomationAPI Documentation

      [78]:
      @@ -1274,10 +1337,10 @@ 

      JobSLAManagement - - - +

      + + + diff --git a/docs/notebooks/monitoring.html b/docs/notebooks/monitoring.html index 4597550..8db2de6 100644 --- a/docs/notebooks/monitoring.html +++ b/docs/notebooks/monitoring.html @@ -1,16 +1,16 @@ - + - + Monitoring Flows with Control-M Python Client - Control-M Python Client documentation - - + + - + @@ -72,7 +72,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -87,7 +87,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -95,7 +95,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -105,6 +105,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -116,6 +170,8 @@
      Hide table of contents sidebar
      +
      Skip to content +
      @@ -133,7 +189,8 @@
      @@ -202,11 +259,17 @@ Back to top
      - +
      @@ -216,9 +279,9 @@
      -
      +
      -

      Monitoring Flows with Control-M Python Client#

      +

      Monitoring Flows with Control-M Python ClientΒΆ

      You can monitor the flow in Control-M Web which provides all the functionalities to monitor and run the workflow. If you prefer to monitor your workflow using code, you can use Control-M Python client.

      Let’s run some workflows that contain jobs with errors and check how they appear in the Monitoring domain. If you need to learn how to create or run flows, see Getting Started with Control-M Python Client.

      @@ -241,7 +304,7 @@

      Monitoring Flows with Control-M Python Client -

      Running a Workflow#

      +

      Running a WorkflowΒΆ

      When you run a workflow, the return object is a RunMonitor, which enables you to check the workflow status and query for specific information of a Job, such as the output or logs.

      [5]:
      @@ -263,7 +326,7 @@ 

      Running a Workflow -

      Checking the Status#

      +

      Checking the StatusΒΆ

      When you run a workflow, Control-M starts all the jobs. If you print the status just after you run a job, the status is probably either Executing or Wait Condition.

      • Executing: The Job or Folder is running

      • @@ -319,7 +382,7 @@

        Checking the Status -

        Getting the Status of a Specific Job or Folder#

        +

        Getting the Status of a Specific Job or FolderΒΆ

        To get the status of a specific Job or Folder, use the .get_status() method with the name of the Job or Folder. You can pass it as a name or as the entire path.

        [8]:
        @@ -386,7 +449,7 @@ 

        Getting the Status of a Specific Job or Folder -

        Errors and Troubleshooting#

        +

        Errors and TroubleshootingΒΆ

        When a job finishes with an error, it does not trigger the next job, which is marked as Waiting for Condition until the previous job runs ok.

        [10]:
        @@ -568,10 +631,10 @@ 

        Errors and Troubleshooting - - - +

        + + + diff --git a/docs/objects.inv b/docs/objects.inv index 9d2b45f86a241ff7ee79802d86304dbe15649b04..cd25e19d67f47be7be62a66a4fbedece562ed26b 100644 GIT binary patch literal 90876 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 +Skip to content +
        @@ -130,7 +186,8 @@
        @@ -202,7 +259,8 @@
        @@ -212,7 +270,7 @@
        -
        +

        Python Module Index

        @@ -776,10 +834,10 @@

        Python Module Index

        -
        - - - +

        `5T(MItIn5sylRI@f0|47E^@aiQ> z$TO__^`gzfO__NBvfeSkr({Ms@Mm-@C|Y;_3KPc-!> ziD9J@_FE!Js;^3usXlBDx-bzq1>*`jt8wnG&rycPRQ^CpAXA3!7i<@hJZ6Szv-(MD zeVQFcWSyoTu5j~iSrAO#>H1z4P;+ei2>3(JS!3S_=hDmLTVqMJc+q`(Qo~T^w>=6} z<{Oooj{p#>ypP9hdGz)RatO{}WDg!+FVKQv{| zQAE6wg_!YCqbi4VUsAlJrEtUOQ#0pv?S~7nrQvIRY&8CMq-G|0KK&qI%B+YZx$z9k z&((qvaN1>bY2>B%Fr(L%& zB25aYr=S&AK)4nUf(|~3ATE#Ptpr<*akMj@U5)cpn!yag7B!1H_ht8SI)CpWHBlcj z?B=ZBJwzUZu8CxhsQpcFfhF#Q@Qi6-u6E`O%kgiw;3R~vh3?SrP373|$?_42QvvbPBdQD;GkLD0>yI4~VKKppZX5emjzBT{U?5~+Ebn73O@Xq@c7>6sC6M+aIC_~P39XP=29ADgc?mryqpT8u( zd{OgFG@3_CT-uj(j&afeJ#_5T=3^NUrsy~?05`9WOB^YaH`6W@c*1X=JyfOg`IV^C z;gJBrt<)jm@rZSS9@l}>ukk#gY)-|0JZU}996jstosJYsTT^ixI}@)nb=eL(Nx9v$ z4S8IGKG1Z^QppB;Ot!rVSvQS7{9+o^73vMyWp(D;s2VoV^(D4*Mg3XYHL+-Y`Ymy6 zRL8&bO*mC3>|#Z+Ai5S9(es#PIV3W8_Xq<;6kt z`cbD-s5cxLw4qnI*FsxvA`-M!$V6SZB0H=&#z@xAu=*Rt??yKFG= z$%xxI>8lB+EjWQAQqZq=EHJARFD3shu-IH)ciGyZZ9qyj43A2I@5I?!ic^LB20hKQ_|sL24eKJDO(T&OC3mT z(k$+wD73!kBZy_AK?j>qKO_|n>NJvM_h(W4hXj{&_`?V`wplx9=Fq1 z1YZ}d;!8%?O#^}Uu5LFM(7O$=n@q@)SGWxqbmU8_Kv!|ldvCDo^+1qIGW`w7?2c&U z3mu4F514WnxJA-TwX@}~%bj3IygzwlNtob_Yb z!!fVbZ^$e88Wd&=OA|1*qdA)YEHEgD##Pib;rO|qlaC%8%ONab5FFi$h=&pqxg;z` zz^IMpSZrQkkjokzs@^B;7aZ)51V0@TD1-p*H775BWsr>?;wyykksa)P)yF5UfbT#w z%3ECJu$kNRpG1mEHk3y>(@cl*2bcep{#YPmb4jW2s!B5PI66@(zXA&@@J1`wE65ma z>XsIj0@b*x@-NSXVta+(k?4~Z;bf@-+G>k&@Ka`S+A1s+l`1)~54A4z=2slAR|Xlh z5&M0De!c%&A%k%i>6#mO-;IE#IncP2l27&RRA}gE-W+>xghx$>C^)u&A43lLy7#l_ z-s*6*d<_5Y_zUJqlTG@-w`9wN-d(^YA(6=M|PF zgi`YHSXj>m>fN;L;zPeKv<~6a?It5Mq_HvVU=J%!H zYgl3b?XU?*Lfy@=?|978(vaN}5xh~{=1!vhr8wTFNP~Q8CQ9`~I2Zc0OANp4hZEXk z2-s~kYrVEXe&jx>(e_EDbl9o(DrHYl$xL%(*QwNk=xn^$#jH!k^|*X^iMLuxP5_L$ z*Ckz@vhq4vgD1L5+@YOT@VQ9juCQYZ*cPs64z%npASu<4ITxQE^v6rWjDxHOM@G{b zO$3X}fK)^O{mC4*&tqdLQQcv{Qp5e7lJ=zEUngo9oI)|IlnPl7L&H6VvO9+(1UCRl za|?0DCNO{L)cdmRX6iw8*}83W@rTXoi9%Sv_6n&Z+bij4T_Nfa6OF&|Jhg?#V#keF z836JbYpSKX&dYWFDG7O#07Y!zmX7C=q;^t!PD7WMQ~T{;2gsIwcChCcq!DGy4FHbT z>LK9dCCiv6Gh6NO1p#wE-mH$-hTed#=#!gWUd&Y-qI`mIaSNrZUnx@S8~z?6HV(#@ zy~k$gI=oMY%xe}BAi@09-8nlnE*a4eRu}`vyCQn+G5_gjia)w@S!1Pfv;eSEXftm$ z{7oY_z=W7yq?C;C3dM*DpA2U2*>Bv#hP%_dBh5r_r6vVC^hYT0;2_ z^hm>ucQ31c8LivO@ag#MVHT-vQ=C6oN!<}Mu=%s7Y1N@-`P<_cR;;W5g-n8vtZ+jn z!0l0njH&)=Ll(?YP<@t}TgVR}%jTI~Ejmv@f&}a6P{FF;zpwZYa}(4ovN0v&f!ybj zKD`?+6eY^}7f<1YRsKZb<|hI1aU`h^Mbas000KA4={AGeo#KOvB}ppMxg=?doR=kO z1`(E>N=#9Ja<)QV!k7=X2;zl`Lj~QP-zeW|K=YgVI5G~!995gaKv&1kec{_;c4cG8 zsMK$+bJ(3J?k~Sd{r@&)qNh+O&dhR2eHy9S!Qt(2V-aywy30jXY+=j$L4Vj|0wOxS zXZo}mZ9xAl!r{IaNLSMjNa&)L`M#rZBHwNLOyo4b+Hu@pPmTZG?{U-l<{+S8?w_-c z)YZQdlCE#5Lj)CSMmp0QK9XF7C}K{0)LPgNkF~EfsfKfz>r%)dVx_7{?cl0r{zvZa zOJ1*a7u{l?S`-Er#bn&Bbao8_j`0!NI~{qKr-9QP@8)%@dzz`KzN-J`8|6^;v-Z;v zET9J!5!J=U_wS_jo2-;h&g$iw=|D}%Yauf32m5&Y^qAG;ov^&@3cbthx#MS_uH2_8 zZClRggL}mpIR6Cg{+4F23%->s$HX~fiG>0qVqZKME-(O$GFH+lBok>QG& zbM?=zkJvgT4Eq2TVldQ;PDh&5|y% zYoz3-RPj45Z%8G zqV_HJ{el->y4j*fM3GHZ)hVMx-Tpy0CWNw0GF6H)Purx$<}$kO+HP>7q@4csGG2*c zIvxI3cixv@_`4kFe#Bxgv_5-+n}}lnHf}sYQlR(D|8fRfftW;HtsJf7L#?`S%ziqZ zu5E)zGF;h!3g0kMUghODC$BIVpzO^5P$7>CJFeRk5#|%Lc%b}@4^J?%^gtEN*;c&` z)OKhJ>)K&~G7HwS;v#NdAP2Bpg~|9M`#JQrParS92*Zlw@oNNR|7jr8(wdlE6#XQM zF3ynRLdCIhNEdfXyda>2H24`F=_P#EW_BQK+Z7|pA&R1#aH#p13^*R4*pleZC za{L6^Pe1A4OTte8{)1IN!sIKBA0o2PqRr0DA znbs%FqU$Uh4{Gr}x39-Zt-lB$8%N0p_W2f0DOu5L4|IgggBKfLMBA-W8Qy?i;EW-^ zFzF*TzbV=n>U6A!AOQ)?F?3g8G-IjJIX(ft6((;jl6v7#RR2mJ-I!67rB3V+_+zW6 ztn1H!<%8x3xJnP88=E?=#drY?b7z?GaTV48@qNh6) z)V^o4wx^u)V#^jx(B4=k#P20YCe)xfs2J`bA2ZwIs2(#4w}5RS1KVhXY zK;CiNvyKvhvb^BlOc7HWDnklIK2zDL`0$;r?f?rNk!7CxW+bW4@BBC^TF7pq(&+RI zjyvTj{tjgEqW28}qkoso-z)C4!PqMW-dJ&#Xspqe!+yNUcWO$5@K8I2XUSAY9kBAv z8St#F!PAFW@{JwCr}%;9)YQV*UHBgubcfb!gK5`f)G@9>Bxm3L}w1?w9kh+)HguFX^Y_HVuSYE%pNy_WJd0 z*<=-QojM4*YKSahkAds$_n#YS{&SK$t|Z;DT4_G^o~@GUc(~Z8C%1A4Z-j|si>bYs z7B_`7ydruttvwU_*^uBhsc^ezlx$?jq#OL{P&)?%-Q>2OT)RaDl@L|K@14 z$lT%z{WK#==H)uxMXLyYP>Nidy3K^GjWtZNFbS&t09^Wr} zxRIj~KN=-=Q0tcxEi2{OP_gj1;;p&ZRf^fMcz)Gn5Xn^Dkzd%!z7SvFBF0~V(Nl(a z0NU(u3gB?%i`-x4a#FB2$cOk7AJmLDd#O=LHMEU*jGO)>X(b2B?4osPEwMuJIgoXsDpfTS69WeMwy;tAWEtR z?sm~OFpMHNiWzI^FHafCF;~!!(Xo__AElV^p?cU1f(g!4uxP&7#9g&UFt(lsVX=d5 zVZF{sV@$oQj5RNzzsY~o&`~{MHx=4Ujw+yg9>jnp2YN(v?84;J?ew9|Q?_Lhi=u^4 zgf@{+nCh#6E)s>`{#C^_1N-<045_sw!pmfR^rfFWn{3zWcb$&@yCG7@ypBQ4zX*DA zj{~JMZgt@nc#rNAKypD(Lmq44m@u}uX^51uRO)wdzGsaIwGX56K-7_|c~?NjSQj^G zslpGG8_cDk6T;pyGZ4nc!oNXcMzeQ&FsMVirad)C7wO`Lr)l~^*z}vo(n5KjX8M~K zf9F8A)PtLk=))nQRsD&0q1!Ms>6c#A4#^mK>50_~7sQRgm}l_|oV5mCn#`oXS@dz@ z!M=CfTGFAbux4GU`%FD~#E5Jqt6U;BkM5Bo*J{fos(XpB;wKZ*k?wjwP#zSNyYAd< zYrjHBi0ljD-fOB~fAMsKp`47^t_u1x41?(_awUfet%Z4w6yye^Y(#)ERxu8zUM%h-oi>R9FSLM`ugR@_%I%i^5U7J}$7Q*_<)yJ?oeIX)f zPq#`y>VARj1!Oi^GWqpUz5U8o>TTNu)4wlM=vH{j2A zZzs|esUa>&2~e@9=7xBl&hKTEg6eB%Pr{eQtVs-KASFT8%KvB>h#CKfZfdi;gU<`(8KXab-?Jdz$x;LkNP>Q3 z6-~zOM#?duC!*ZYP6ffPzGi>R9!-Cltm$<^NPO^;`-HIK#8@W<*LG7)amP|FGTRLi zYaOb?{ouN{#uzM4dr1TONxnS#3~AKRmkIl~Vq!+50Az?JvER+nN2g$6O@2)shnfsF zTTTsw7Lj&Z@%)x8+j!a9Hmm+fVFvlhi8NGBbyCWg`9uxCr@o3ftF6-lOntw&dTM)E zwPX!_wVMy?X9=FlgUgx~E6dKFHICFYZC!Aq@#L0k)>OwnZF7&E;5)4h;ZEN`NEja| zWyW|a>zwR-8TsVsBVu&2(6{81`2lr#@$ervOXTA-m92J6ofKJ`3zw zH(L$BG5!Q@fjwuZuHnmO1GwvY5%d4kV58=AEb|BgBwQmFV0>Xwk*&U3n zwSlcA{Vx)Ad?}Mo2%6c#Vc!a_VJ!;rz3Z=Ghyc4vtS{u#SgYr*LC!DWFRpNo_5)Pt z(A7uvK+2bix1;9vE=tZ67;4+3T7Ls78a6_-zo-RqbRHKrm0Vl_G2Xc>ZppYxz{UWe z{ViI=1$n>RA%xY6b9M&1vJZSBfCj3IGN2We_^`D_1j}Vf@?9#=X$>S?akH%UqbP3K zBGtUFlCBoeo55fjLM{yy(`UTaGzfb?y8M&QA!-WA0cmdkMBT(BasJZLi~^ElZb!Z= zlnxP@A{x)WWu#;c|9)Q!6lc>l1K8YOG!HxM+l|;`aOa(J7N0=#T$#xIH&$<5c3J3P zcpiU)dju*aJa%RTpmH*j`nM(XOC(N>llz9+TGju!U+fO-R~SHyK?%L&%r7vN7wxP; zl$&|0Afm#2Uogg_xTc%f1u-=P)RI-t57ts6l?z|Jxud>^{@1Ke2_&QQpkRh$F!IIc z8-}rsDPRgn672$gn(N&)1^j)nic5IuMuSU`eVfUTJ{y~!>-s<(fI`zFhYJ6_JrLg{ zd3@&+B9Z^`3KicQ1_U@k-V>PQqY>}XW$RFy(ebEBaFWCzP5?;{XWYn8-yY8_L9)TThT8=pTBs%R>+kv@KpgZ1v)%LJ+2C`y7YN*Q;YC z&#sx_%y|R9VTPwJ_Gy86j2~6e(|(R+x%JU+q54b7fl$f4%-S#np%z*qq$R%J=L|aE zxbtZ0Ue8)ex|Pnk-bP`^l@Qql%EG0}KI1`JMn{F(O;y%Op8*;TWQYLan!aI1FLNeY z7go-IGkPXp)>uas)BzL7b!u;iyZ-i=zT=H^Sk1)Q5DZg1PzLdSY<%;ZqmRc?*Ll56 z=voT)^&j=rhI*oSh*|P)Bi+u$Qlw;Xvmu-{?FQoL03b=D0ecH39lHlt+nJmvQ@F6T z(JAHNpHxwh#Z)9|;RlGvfH{1fLp#_N?xaufvK*2b?^Sc{*0Pn|X?q<_}Dw}4r;0~Q=0Cp%x z*)Ldt8syt2cEZYEQ|X@6hKZZ0#194h436c$jVN^LWAB}JS7Z1Q&zu-p820HCswHwH zR6+0~;Y~sdxNgl)_9+5%!ISh&#;;4_Np=vxix%qMmNG(kEznn$TS|qfm4)Pc)m>2& z1O*jwrIGxm_NSPfVD#NX3Wp)ikY2{sH)!eQ~f|IABjHUT8|>zoV9;LDLp95`D_?~5C9^mG5;SNpm{248>! z-P=++1iK2>FG2CBHnZdb{on{@qRA$i^XF;I{q7CG)e-i=VJJmSpv)qHa`$-samE_E z;nl=I-lC;<*=m8=m8Zx;0=e?Fd>vA-jO>I2XLLYAFA@=NrT3$f18 z?u)0*eZNy*yO5Bc$E4U25jGS2&J2lqIkIQ&-5L||P?>Fb(qPsWUHq}D0C*!M{+ycx z*%RRnbxsp6R$7#zMArY-ydM7cZ=?Av7UN6x%13t^4)7I+`Y~}1(i2OHik@K8KFJf# zX>~D6cK!z`-^#(ZPQ3$0C+62xI!vcc#!#1$8f)t5NBv!%fP#{G9RPb6HAovgk263u zvk<#YXhQ&Kq%&5UtezY>2n$$J?GLH`8=XOSYEqW>ART~$;`fnp=wcfz=`twBVLh++sHvGj%>W5rNt=y!m}z+cG4DKL5im~}!zlBFlb zp$Xi;KS2)(C&K%;d_LanQ^=ohlcqq_ggp>u!-+ZT@J*fg0F4pY zK8Ji=pIR7U{@WM0OYPXt%W}ep#?dA)nswC(Cih*Wm>%wZ1i57M0twAvB3PG|DGMA3 z@>xr+Et&G;1^`xM>>8d;^>=-B?@9R!2Kmp3CULwjqu+UBC}^Blr9oEUm32&NQx{Qt zWK=V_)7wDM&Au-9($jj#Gv8{j9N_U%Q4?9v0L9thOQN>~qd;#AMT362POh zDjd0pW0)3lt|Q>zWM0(B3olE%ky%ftRUsu2ge^(>(M>+=Ufbdb^DVp-8*cn%@NNgr83| z`NP7=QC5+weGl;c6y~6w0vyHOnfwU27_NrLyO>|42(ods{Ad;~MDxECKJo$tz5vR7 zhdN+HyMC_t+xo+qzuWBm8=>e{_ZUHZ>BNgdJ{M>w6N^LjT(_?vpOFHv9%u-3DKoA| z194af_9|s`fvuOzBd*DNC*=Gk-AMpoH~3QwclU?OfWnu(i~}kcELXK9;f%A#6OQs8 zuNTg7r3;2^#9V@5TLPbT|Xp!%xVoE;Im&c4}C0#^ihnAY2}M1IsW1MylYs;~F8 zt8#SVEDHn5edJVNLk91(BPZ&yuj0J&c@AksxYi&}GdL~CG3#=w!>y|(j;89SBH4uMG0#1?}`6t6YApu?fC$A3^fcQpW+v6Lx2;%y<8z8`> z4sE~qFDXp=VHA0g+O`j&@?@{&W9U$TWOW{Y@=^FuM%F|+%S_V9`@qn}@l6^X>qW#a z!7YH;sPx09A@B_N2J*yCY~X}+wY0@T-`Bi z*XXe<)KBLTkU3?Z=@QaIjR%?mzvV;YCgGsXbGD@OP6245f=eYchk3tU>brrUtbT{* zfuCm}Pdvkg1Gzg$fUSbwS|?X%VSli89i#ZzI!1mP>Qm!pFYR}T_Yk8wAbLM*LE^;# z^MCpIQ6cI4eg-U+b7N)28(6{bijJWr%+}WB>4wuEyLVG0UCzV%f}2Jxi%Zaw94Zm9v%PY(gY8X@T%yp3I8_70{-LankNdo~D@mxO(FT4%8un zbh5KB@lx?M!+0p}8fic1>3%E#gCya>n+Ux8a1h8}lb7O6WN)06g&Bj*mShpfVh^SR zD!FPWHt4jbalV9EMNPO8?`LvZSwn5As28U+-k+b@I$0Z3IeA5okwv(M*?3f5D_zmBJ`tLS<*tw0d-xe#`5$MQDwC^GP&tkR6 z0$1_Cfw+jdD9rZk$KHt0;eFN-oZ9Os1R+k^I0L}HD>@b z-G^{0NEK(&vjRL;WcQml&})G&mq2<#()oly3gsX&{@V}bFFOc6=G#f;+JLol`HW0ZYd??VBx-_NhIfi}t_xe?um1uh-o5`rri7D8zE&_27hPBi&- z>y0C$#%N!QVHoealdA$90%W2CFMb_qUL5n?=>@a;k@vrc(rxlQRo9U(M~1A^cIul+ zWrw*8F36t{BjSB6jRHz=3IJurXiZ;^fLjCX7S-9Yx=Cag#cS65tvSU_F#(hxVm%xoM)xqJYdy!6`S!6 zdA)f1g8cYjVFc1dQOGgcIPkky{bp07B{%XSx4k-u#_3h9@QvRZ8t0+_34`9FaIsH34~w|AKI3mSC$35<#nd-?_r~&{1Juc)+Vlj4>;udc7QIIzplT3 z;ZwF+RJK}nHW;C==PubB?+0ohAU-*vxL}mN<`*-dH zyzj%jU{D_6@Ex&>PuXN=^Ir>otfJfj|Nf%~`b|%K>ca`z3qvx9Q;(~?LLa3}`Ef#NcAC&^pe+Rj7g>hhH~ znSu{Z;tHxt$;VZ=V@HDYk0!D_~Wx|C>8j2rJjluDg`){5E@4Y^nMybxx1d4Jmmc^4}a>T$$D07Joa#TyMWRcg~37xL`h{;F^l@sa;VJ3I3%s5k&I7|+PU-0P?;}JEf@!O zV?8sE?!ewLUgE@G#QGhSzbpI3M5L&RsS2+K@j#9hsuKekgBgc{} zMY?dW1$y5)05d3YaIO>#PHgbb+zCM*x`6nSe3>}&mOOJlQ3H@W$t1Sk6cd}CI~0lI zKPq&hDYX^<=*m?EY`e9KcwdNcZzSyvF-p|Ue#Q>2K&?Kna7Eti{cyG={4zWzdp;YAbvi)yXGB<+sd0AJBc za@0%oTrh7_XH-Ji;gYt0V#$g5tEz)gY8y?Z91R~z=$JN7RSnUXFZ8WB09zbok{ZGr zevwFgEsb4V9`SA+mpgId>$UEK1i%9{c|TnB7=%*Yj{pycDxFh{klsVh-kq^H;G#G1 zsHtEzBzWjIA%oONfigLryl!PhBd5XZe*KCm;G z8oaDj)r@ECd0XJVQt$%a+=Bb&$c4j*pXIE^+ouch8zxK57@;OZaxaKhJ1jtA^Hoiz zjem`g%ky#YNI2xv*5GG7hcGjn*newEO~(Ne zm%i;_h&J;6@-HGk51;#80A|;0`_fsYzq!2WOyNO4=rz|gxCaNc`<;~$J(%d+pC1p1 zu$cRD!0dk#XufCabACNd#K1=U_7rnQHZ%Fe#(?=3eUIe#L}+{!g-{HG#|wXr%h4F_ z$??0_M13R)YqLz-%Od$8A z3iu6&IOK{ivwen|YPNato4yd~Q|u$9Mc)h!Li@TCss`V#Fbe5gB3I(&NmN=4;Rf4_ zwmL_Uv{vCkk1B~<7bywbg7oZbGek#IuFYe+_4+8t*71Gh&MAc?U z4IV*B#5O(8KOLWlZv?NL%yxxY8Fa+;vP{l|bB#-?mD*Ja9HOkap+|Uapvz4nEBy!?UZzP3{<14*BH90Ak6cQD)&Ux402 zHuTI0+Ic9`RDki}+XCc>ZYCbb^8B)2rcN{Sk!6%EHSI9y4P56W6d#HEcxQ+lq~a+e0V+jhH^!_En^d%ROk5j5jhf z=!G3VJ?w>jb*kiF1Y#CC)Kz0A!YF)9@xKUTMd%6h^f??ZRsk`YBd>a^;aBrjh$ZoR zsjnP);sp{#P{YM2In2NMgJt*4?w~S=p_=Zk_)HK)3(V#aeS=yd?hQ%5(FFP8fnCuy z#14)SuX($EhsEID*QGSkrCOePojL4t$909iU$HZfX!~KgfwV)5$Eo z2{mv130>3f)j8vq3Y2;a8=fFrGU;pz>>B?6;Vt0s=xbQ>Z~;~DV~VGlztBS!ac0!@ zHF=SJTZWs;0rap7Bt+> z_OQr*|M$VSXidgAIsVKN*khl3*b(oROAII!f1o+FKX!g_z?vxe3a=xE46u{+&Zh2C zv-H!}?r7j)*#BF_c9fckZ-rRM!;)UAdR@h?w@E{20a2Y}BW&57C^4Oogo1nA?i zSWMa&a48@~4B3J9FEw7GO603K;9mg)YLagjX$v2dCmgt{Sxmo0!la6l zu(4p%!(U1xCS>07AbyWbf;4s~A07dM@%;rG@s4^CS_cAU1|YbQls0#%Qf$Hc9J0f& zJy*!0`mYHNn0WsD3L~-m7t#VUS){fj@%=-l`9)mU^?a5J<-Jea@o<*Xjx_0mFnRTP zP7*h4mwznCnNJ5*Jnc0(H|mvB{iJAC7yjH-%}UhgL8hr?py$@0Fn9DP!-IV^=tqc@ z=}ewYLduW!?bc_r=1?HrsyQ@$UT7igJxhw~xew26Y^9XH@&D1GysS(#feF`)C371k zL1vUw*fYg}MctW2LKmfHM{j|(y#Ih?wjgfHu0Y&NsW&^z+=2fRq*Kuw-Y;zM)goW9-j_mrCowd?s?>j$LX-2?4qB_UtCU(G>jFU)EN{iX zTBT;kfeM}mnxVgELZ62kRcuTJ>Ax~9SZ3?HM^H`Tt1KuY8D~V?E~8I0iV@7hlNqpj z81RKY!dEzk)NUxLPY}`5qb#_?tMpz8Ld>LgtZada z2o`O7nS^pNNuO~Vfe-X(u$zdNjGBb1*Rssz9 zDN>npGNIw70ODHV;*!1o%^>Wv*AEX7DdxFrT z)0#yS5Qyt{znacFB;<+;?X~?yvB2>Wn$}rXIZ;b&sI#_Q?ct1U7)-(!(?mm^F%v)UH)atQwmZx@j0v-h=CEofD=|CQ_2La!f6h?#pWe%2v#ebjnX zVt`!MI+7pf+95<1`PSmt&A~tYa_4ZuZ`H5SJLZN0K&<3+)SN3>;F5WYRqHOk5l)5 zSaiVqx|dn*UqgW<7T_sxFLph8ygS+CRPF~gV|}>8qfA)tVo>xt%X576mgO#XN8cs6 z&}}jz^oimqa|abaccLAWi2*Y~rU4dI0LE?Rko=6_lB`CUI8hvBo}lW|{L(GILf8W) zHVo!=g*>URmn?U&JG%N6S0Yc^J(up{w;jTSfeb>qEu9z1A?zgs8HBP}0<65(E00&$ zn{09_WB2~=OP0HM5q(&u$sKK2Q)x5()2ar~V~{fBU@DqN9Ny-Gy(f4=|226-aIx7N z1)SePdYPvaGIyd|wS8H&Z<5LBUrrxW-Z%BvbyBaL&UQ((1AFNG3X9+MP2MV zAb8=ktbXKWlI~R_IQhfvY|Q%B|8boUuN_*8!O`J$WD8}eAqdpwuzy%P{S)M@XAS|! zGgX}sloRliH)qJ@Gd3_B=XRgvwWka3j@%1?kraFFJk4yEFzfVsDMn(EQUKg5fqaZ7 z$|49P&o8B{`Hou^9Gv9#d-()!rJNQ{N_Yy{xp(DMu#NK~uP6%1Ibh;6$i#TQG=f0$ z+&slW8qnTbnBpD6J`(X--NGP0QJU0Eaw>K}WsO{Jaw)^Q+GDv{x7t`_ zkGL04z(^Xo++o-Dk7PaK}VH#t%~Prfr~zKg2sGoQ5wpcmf^krV?dSADbE$YD_R}a)&F6G=nxTXYlM# zUxyj3NS4j+(DjpEp3U`sjt#!p;0)yYYTE*L{^iyb z`>bg9Tvm%iD(WQ5L1&Sf=qU2o$W>DUzW`0}%PsC$nN0G$d=sf>*)})Hve_NF1jQ;h z!@nN2qO7z1J5003PXBW2SJ^Am`hWwSf9I&)%BxE472>6UH# zb-O%MI~3X~FF59{fVkhwC*1*r2OS88P0nz76cu}*EI8(^-njkX?f>iT+P34wmFRoE zg0=b?XPwL!blUceGj{A_e8!KxXi(e4G!QO!I$wWu;UYknk`VI{rzO?iyGnp4KnSR0 zXFjV?3MEHqN4A#yZw+&lrzrwoOpWa4H5#oFl?_manT`r-@^(pG=#VtBpVz3h@X0*M zj-XRmZ#yn2`SDH9uiXAkhK@RcblqqY!~5|69%6 zzL#r|B2OX0O0{T7UQVjdMpvS9kfd5ET^=HXiyzK0224+vkIjU`7Q)Rf!Ynf)SQ6tMo8`FHDE1h z@;t+cYr(oEYpWY^z^uT2s;3TWP_lYMb(?L(AysV#o&Z)sfq^y6V3z<3LO`I(Mzu4# zcN)dUlcG`rn0D6OdtVwt#f<%#-SA7vshdGBv>lg}{GiF|a)6*pEeDuaEw!K5fVAMl z%mg8-Q!5tmjIy^Kmz4afC#*BO;n$3_Y7VSUy2Uw*p#M2$X!C3pMQ;)ezdwCGpfgS? zFHVzgYO4v>`!gqZH?H&YgRUmmBR1$)jc`Jmz4+uwZ<(k5$uG|JYo7V+Hj|VS0KMug zyj^Q?=RHshZ$~Y7PhNvbRc3HnRF3EqJ%2@ac0@pY|-8 zJ&Wcd!bc?8R%1Ge9qn~-o7ZkRmBt1)jXTpPO}_AAQQ?A)XPJkhrYJw1F33*HD)ITL zAfGrh@>t5d-9Fr~J?F9GH8Xb@(M3}2^S8C)YT0c-_AwqR`aEEW)lqaU@8Ga!X6`Ve zi?FF*@&9CkGFmIVvB(0fb>Jv_Ps%(yIopO;93jxoh4U8?{glR@Jo-i_=b=pKtxzt* ztirHbEl5gkfpHliN&XHfi(XfYa!{}Zx`-Dic*uE(cZAfy)>R-ED;<5r$BX;#506)O zo;k!>bgLY6)X`wO4LnnTv$)nf)~K(~_m6*nz52fU%drw9lo7DhH$H zK;LD;JC5E8#Z6uW76mCC6?9aug%k!PER@jQ~4pV}!%dL{l@}Mc1<1fE>oi zz9WUIwW93#?O=`~ea+K&twXWrHitNh?k!2vwW8~}%^{AWEAglmR;!JqJiQglS(s&$ ztruiRZh>(WAesGH=PsUX3!ELuEielM#ND()diL04@C6G(1-{Z%D(AV`g{m0nGTs#~S4U36uUJJe zcag4g-O9Oaa_K69*+fcaaFO*z`p58H#o`!y=I)94bH{87a2gj`xo^GLD7y{FZH&=t zm}DzP$@uMHjw59Ym#rCVt6&Rs8*kj4iv5o&UvujY8un24QCI&)*wuo#s}%yr7gj4q zOxSHe&STuO1$L`-W9?OzfEUG1mT7W-g8hnF!6#SV*jX%YPpZ6&pcCp8;4Uu5C(@Cl zu#@N<;xIaVIZ*Dy>8Co~McDJ(!5l{FI!zcm3``M3AeS)~XTfJ*9Y)#l+rb=0%3h~p z3kU9B6I6y}^m<+^Zi$);5_f&FLSi@y0G)(*9@jJ0wctkVQ=ZHA|=QPnDJuxb27e=U$x#PwA~tZo?$c(!v#wK%E-xKwT3s)F|3 z_Aj+L^Lb#@TP*f}c!KWAe~wXavDkm}Yf2!Wt{vdHY=ugdcak+L=MeO(hAfOo%p~g~ z;wIIigROvIHACD2T@qWmvo}40Ox|u(5X+4|6U(?&)A=D!-+t z2Qnf-y;YI`QYDBp2B`Kq}ByZ7s2|q>m{(#TWfU~ps%&a=` ziO&~9bTwE3-^h5hn(Lgmt?}C`J@*s<@IA?JAx#Ar`yzpn^$k~0P}B9q%lzbvzF4CW znc{BxYL7kWr_~za_ayX-q%acgFq|N+@^ICs&q)@eU-QGARnz@NvJ|^_nMV!T&~111 zL>tNK?taVzWO6_>(5Wo1(IL;@s?T9^krd}_GOvBqPNOBaC`bo=B=xJe zN2K%eBi>KFhqQUYLmk^whEd^pc=#pJBwI1}2R=VP;=|D|7$4g^hp|ZVY)|Ye+00Yw z?T!DyQ}?d=y{ir)oPGJbQg^Vxz8mw~dhelafXHly2ES`Dl->-|ekbj~owgzTSl~}9 zy?qWmQKh9vznkfeY#W~_i@4g(FY*Dc`PXYLT)XUuq%F%Fj1OO&`FQ#Di>GQ_=IM|4 z5IJ-8+vV4tr)*v3?5V1Lrp~;*3xc1ir*2;6Z(fE`iiT$Lm9yz{fdv8FQ~IGfVDyIe zE{vivLY77kzIe@`8mvURz$VfDqSzuVx8r!!dY^|3CTdVT%$;OPvU zcwM=6JJ9+aEO$K3qcC;q`7LGCn=JRe`XfArzvUOfR_+IXY#AxY%0&=Sek$-a*X%Q& ziv!sW#9&JY0l7Yc1MMLkSRcc$VVvj7-TjNvNb2oeOR{5Lo;9LV8vP2%;@vRjtIoLl zA?IZ!5GxD6?FAiUWk6Z!dp3#x10p1L`k<@kU=VlE9NN(PUp)0IO4D4u7cmpjBdh7H zu*oN4g({mcruWc)nGQWOBzIgtX$b-$6p}%qH{{0=+M(&|kUXppZ%^P0X(K|ze z$s6*W)&3?I*dG}|>k?`9+GcNPmU-1b!w9q3XK#5ZuAw<^zVg7!9@sy8z|~$~EmNnj zLw7*|M0cG%?f9-lH-l87?E(y{KXS0p7{%oJIuF;WMaj#ev~x^$xZQy2ceJj~3$;5~ z+?-BlwtJ9m!X{SlX)QqflA^x}(X@^2>}0d@Z8B$wqmYiirgrqNjB4^gczT;&@g-`Z zVmq+-0Z%vFnr8!x-#%M(F$&@C%DMw3dPNa^5=KT7(QpO$-1(=?CQ%d#j8H_K$^h$I>v3Y!t48|9rdb79oKyn1d{RWEJNDV?znF^V2umE*i zD?l|^rp7x+JzaGUruLNM-SGZzZ(3oXZ7Y2L=8Z}~$vQ8hGaij2o6Q(t^p2v34LYjR zIuXa{U3Fz4l8)mmhUtIlWY|L9#!8nI){5~3ou08$s{vzAjt0y(NAKpSXY||M!HC)4 zwjeCh{?sdx8#%Zq>Ap8#OIoA2>%jp7&#Uwv;96`#CR!%-Y>u180eniu2XxS5XEh*s zcK*SJ$Gpjm9bji3EP74Rf;znuS#vs|GC!hUC~C~N{C5h!KVA)RQ6=1uBhD3?64`li z-GS#-a1ZD?(@y`9L8ldZZR0%T=Gf*S-4DISdsrsnAw}Z3<#8CX}3PYzAM%wh^ z%T}FUJ$dsgm_R_wJQ1{@4(3D})`+DwY?wFp;}#RJEQXEjp12z3jcGc` zv`FIk=5fDaViroh3{=DP`hu}PB9bL?zjb1!GVB5dbm@Xm4RkJdnn!O&3Ji8jV0;0p zSLAtWq4z*wd;zLgS%_7=l6E-lPA(=g|MZytmrmv*OmM1H8mHCI7X(eYb z<}nl0C}O?>pqS<_NfZ`EWhQw`U|Ry4)u=_u3Jak!#~Q2cTKnOrn!lTcg>X(E z$0+{Upz;h>>n2rQwdns+w5$Q<37zq|ud1XncH=Gx{(HL*f}6k-)*3hvzTojw@luT1 zhb=*qaY)tx^91`*MP*Xd#$I5lfFVVdK=m4*jADEah)}GU94_~P;vagvyh-g(w`&@9 zMYrn>{V=Xki$bRQ%_K)t`X*()+y@!^P{|f`HPU=$$Q?t9D#7aPCZdfxyLIS^D%I+2 z;!T`XbyR?b*>svq4B8dmqzsXJjgM73wpNCse_dV&yACR>g*w3XyM+&2H+!-MkSEDI zGL zYZWLbGtlxQJlA-jkbpo&CAE-YLNg>XkOYQYd4?HIV^7H7$}G6u-VLZ}g-RZHBvHku)}^2Rc<|D!3WVa8WexA@zC~x-j1IT zGk>BtlSgHlmuwOgcD*5YlV0<@R-8nqUR(_fPZI{#M4vQFnv_0uQ=o<(p|39cRe_@9 zm_&4qfxPt9lQpM){>iZh9Ba_Aeq*fdGm&mC)X7SB-O(}`kM zbGoMC411t|J&?*~cDdVM`}tkkxqefR`*~f%e7}Aw7dPFnZU~61y)|32V`!oW;Zs+f zfHr+e1?Q{=qA)BH3X1cHKuDR1(Uxw-9a`Nj2$AI3{uoA>;yi;2Yz8_ZLnm=S=e)f; z(-N|pcD`^B=0~bkrK^a|SWx8-o z#;x>nLwU0@nUOhLZ95qYXoP^7%jSLJw)JIRicb literal 86188 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%0DCDWogN1J2MigHIKH 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 - + - Python Module Index - Control-M Python Client documentation - - - + Python Module Index - Control-M Python Client documentation + + + @@ -69,7 +69,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -84,7 +84,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -92,7 +92,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -102,6 +102,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -113,6 +167,8 @@

        + + + \ No newline at end of file diff --git a/docs/search.html b/docs/search.html index 17ad3c0..8b6f5b4 100644 --- a/docs/search.html +++ b/docs/search.html @@ -1,12 +1,15 @@ - - + + + - Search - Control-M Python Client documentation - - + + +Search - Control-M Python Client documentation + + @@ -68,7 +71,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -83,7 +86,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -91,7 +94,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -101,6 +104,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -112,6 +169,8 @@
        Hide table of contents sidebar
        +Skip to content +
        @@ -129,7 +188,8 @@
        @@ -201,7 +261,8 @@
        @@ -211,7 +272,7 @@
        -
        +
        - - - +
        + + + diff --git a/docs/searchindex.js b/docs/searchindex.js index 8e6e473..2cd3b55 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["aapi", "aapi.integration_factory", "beyond", "ctm_python_client", "ctm_python_client.core", "ctm_python_client.ext", "gettingstarted", "index", "notebooks/ai", "notebooks/authentication", "notebooks/autogen", "notebooks/connectionprofiles", "notebooks/folders", "notebooks/hello", "notebooks/jobproperties", "notebooks/jobtypes", "notebooks/monitoring", "tutorials"], "filenames": ["aapi.rst", "aapi.integration_factory.rst", "beyond.md", "ctm_python_client.rst", "ctm_python_client.core.rst", "ctm_python_client.ext.rst", "gettingstarted.md", "index.rst", "notebooks\\ai.ipynb", "notebooks\\authentication.ipynb", "notebooks\\autogen.ipynb", "notebooks\\connectionprofiles.ipynb", "notebooks\\folders.ipynb", "notebooks\\hello.ipynb", "notebooks\\jobproperties.ipynb", "notebooks\\jobtypes.ipynb", "notebooks\\monitoring.ipynb", "tutorials.rst"], "titles": ["aapi package", "aapi.integration_factory package", "Going Forward", "ctm_python_client package", "ctm_python_client.core package", "ctm_python_client.ext package", "Getting Started", "Control-M Python Client Documentation", "Working with Application Integrator", "Authentication", "Auto generation of AI Plugins with Control-M Workbench", "Connection Profiles", "Folders", "Getting Started with Control-M Python Client", "Job and Folder Properties", "Job types", "Monitoring Flows with Control-M Python Client", "Tutorials"], "terms": {"integration_factori": 0, "connection_profil": [0, 8, 10, 15], "connectionprofileairbyt": [0, 1], "airbyte_base_url": [0, 1], "api_kei": [0, 1, 4, 9], "connection_timeout": [0, 1], "object_nam": [0, 1, 15], "connectionprofilealteryxtrifacta": [0, 1], "password": [0, 1, 4, 9, 10, 11], "trifacta_url": [0, 1], "usernam": [0, 1, 4, 5, 9, 11], "connectionprofileautomationanywher": [0, 1], "host": [0, 1, 3, 4, 9, 11, 15, 16], "user_nam": [0, 1], "connectionprofileawsathena": [0, 1], "authent": [0, 1, 3, 4, 7, 17], "aws_access_kei": [0, 1], "aws_base_url": [0, 1], "aws_region": [0, 1], "aws_secret_kei": [0, 1], "iam_rol": [0, 1, 11], "connectionprofileawsbackup": [0, 1], "aws_backup_url": [0, 1], "aws_secret": [0, 1], "connectionprofileawsbatch": [0, 1], "batch_url": [0, 1], "connectionprofileawscloudform": [0, 1], "cloud_formation_url": [0, 1], "connectionprofileawsdatapipelin": [0, 1], "data_pipeline_url": [0, 1], "connectionprofileawsdynamodb": [0, 1], "aws_dynamo_db_url": [0, 1], "connectionprofileawsec2": [0, 1], "aws_access_key_id": [0, 1], "ec2_region": [0, 1], "connectionprofileawsec": [0, 1], "authentication_method": [0, 1], "aws_ecs_url": [0, 1], "aws_iam_rol": [0, 1], "cloud_watch_url": [0, 1], "connectionprofileawsemr": [0, 1], "aws_secret_access_kei": [0, 1], "connectionprofileawsglu": [0, 1], "glue_url": [0, 1], "connectionprofileawsgluedatabrew": [0, 1], "aws_api_base_url": [0, 1], "aws_logs_url": [0, 1], "connectionprofileawslambda": [0, 1], "lambda_url": [0, 1], "connectionprofileawsmainframemodern": [0, 1], "mainframe_modernization_url": [0, 1], "connectionprofileawsquicksight": [0, 1], "aws_account_id": [0, 1], "aws_quick_sight_url": [0, 1], "connectionprofileawssagemak": [0, 1], "sage_maker_url": [0, 1], "connectionprofileawsstepfunct": [0, 1], "step_functions_url": [0, 1], "connectionprofileazurebackup": [0, 1], "application_id": [0, 1, 11], "azure_login_url": [0, 1], "azure_management_url": [0, 1], "client_secret": [0, 1], "managed_identity_client_id": [0, 1], "specify_managed_identity_client_id": [0, 1], "subscription_id": [0, 1, 11], "tenant_id": [0, 1], "connectionprofileazurebatchaccount": [0, 1], "app_id": [0, 1], "azure_ad_url": [0, 1], "batch_account_nam": [0, 1, 11], "batch_region_id": [0, 1], "batch_resource_url": [0, 1], "connectionprofileazuredatafactori": [0, 1], "identity_typ": [0, 1], "management_url": [0, 1], "rest_login_url": [0, 1], "connectionprofileazuredatabrick": [0, 1], "databricks_resourc": [0, 1], "databricks_url": [0, 1], "connectionprofileazuredevop": [0, 1], "azure_dev_ops_url": [0, 1], "azure_devops_token": [0, 1], "azure_usernam": [0, 1], "organization_id": [0, 1], "connectionprofileazurefunct": [0, 1], "resource_group": [0, 1], "connectionprofileazurehdinsight": [0, 1], "cluster_nam": [0, 1], "cluster_password": [0, 1], "cluster_usernam": [0, 1], "connectionprofileazurelogicapp": [0, 1], "connectionprofileazuremachinelearn": [0, 1], "azure_ml_url": [0, 1], "location_nam": [0, 1], "connectionprofileazureresourcemanag": [0, 1], "azure_base_url": [0, 1], "connectionprofileazuresynaps": [0, 1], "synapse_resourc": [0, 1], "synapse_url": [0, 1], "connectionprofileazurevm": [0, 1], "connectionprofileboomiatomspher": [0, 1], "account_id": [0, 1], "api_token": [0, 1], "api_usernam": [0, 1], "end_point": [0, 1], "connectionprofilecommunicationsuit": [0, 1], "microsoft_teams_webhook_url": [0, 1], "phone_number_id": [0, 1], "recipient_phone_numb": [0, 1], "slack_webhook_url": [0, 1], "telegram_bot_token": [0, 1], "telegram_chat_id": [0, 1], "telegram_url": [0, 1], "user_access_token": [0, 1], "version": [0, 1, 6, 10, 14, 15], "whats_app_business_id": [0, 1], "whats_app_url": [0, 1], "connectionprofiledbt": [0, 1], "dbt_token": [0, 1], "dbt_url": [0, 1], "connectionprofiledatabrick": [0, 1], "databricks_personal_access_token": [0, 1], "databricks_workspace_url": [0, 1], "connectionprofilegcpbatch": [0, 1], "service_account_kei": [0, 1], "connectionprofilegcpbigqueri": [0, 1], "gcp_big_query_url": [0, 1], "connectionprofilegcpdataflow": [0, 1], "data_flow_url": [0, 1], "connectionprofilegcpdatafus": [0, 1], "gcp_data_fusion_url": [0, 1], "connectionprofilegcpdataplex": [0, 1], "gcp_dataplex_url": [0, 1], "connectionprofilegcpdataprep": [0, 1], "gcp_dataprep_url": [0, 1], "connectionprofilegcpdataproc": [0, 1], "dataproc_url": [0, 1], "service_account_key_json_format": [0, 1], "connectionprofilegcpdeploymentmanag": [0, 1], "deployment_manager_url": [0, 1], "connectionprofilegcpfunct": [0, 1], "gcp_api_url": [0, 1], "connectionprofilegcpvm": [0, 1], "connectionprofilegcpworkflow": [0, 1], "connectionprofileinformaticac": [0, 1], "base_url": [0, 1], "login_url": [0, 1], "connectionprofilekubernet": [0, 1], "kubernetes_cluster_url": [0, 1], "namespac": [0, 1], "service_token_fil": [0, 1], "connectionprofilemicrofocuslinux": [0, 1], "additional_micro_focus_settings_script": [0, 1], "mfbsi_config_path": [0, 1], "mfbsi_directory_path": [0, 1], "run_a": [0, 1, 3, 4, 12, 13, 14, 15, 16], "run_as_pass": [0, 1], "runtime_environ": [0, 1], "connectionprofilemicrofocuswindow": [0, 1], "connectionprofilemicrosoftpowerbi": [0, 1], "api_url": [0, 1], "connectionprofileocivm": [0, 1], "config_file_path": [0, 1], "fingerprint": [0, 1], "oci_instances_url": [0, 1], "oci_region": [0, 1], "private_kei": [0, 1], "profil": [0, 1, 7, 8, 10, 15], "tenancy_ocid": [0, 1], "user_ocid": [0, 1], "connectionprofileqlikcloud": [0, 1], "qlik_api_url": [0, 1], "region": [0, 1, 11], "connectionprofilesnowflak": [0, 1], "account_identifi": [0, 1], "client_id": [0, 1], "redirect_url": [0, 1], "refresh_token": [0, 1], "connectionprofilesnowflakeidp": [0, 1], "idp_url": [0, 1], "scope": [0, 1, 10], "connectionprofiletableau": [0, 1], "api_vers": [0, 1], "site_nam": [0, 1], "tableau_url": [0, 1], "token_nam": [0, 1], "token_secret": [0, 1], "connectionprofiletalenddatamanag": [0, 1], "personal_access_token_author": [0, 1], "connectionprofileterraform": [0, 1], "terraform_org_nam": [0, 1], "token": [0, 1, 9], "connectionprofileuipath": [0, 1], "app_secret": [0, 1], "tenant_nam": [0, 1], "tenant_url": [0, 1], "connectionprofilewebservicesrest": [0, 1], "webserviceauthenticationaw": [0, 1], "webserviceauthenticationbas": [0, 1], "webserviceauthenticationgoogl": [0, 1], "webserviceauthenticationoauth2": [0, 1], "web_service_authentication_aw": [0, 1], "web_service_authentication_bas": [0, 1], "web_service_authentication_googl": [0, 1], "web_service_authentication_oauth2": [0, 1], "connectionprofilewebservicessoap": [0, 1], "jobairbyt": [0, 1], "connection_id": [0, 1], "failure_toler": [0, 1], "job_typ": [0, 1], "show_result": [0, 1], "status_polling_frequ": [0, 1], "jobalteryxtrifacta": [0, 1], "flow_nam": [0, 1], "idempotent_token": [0, 1], "rerun_with_new_idempotency_token": [0, 1], "retrack_job_statu": [0, 1], "run_id": [0, 1, 4], "jobautomationanywher": [0, 1], "automation_typ": [0, 1], "bot_input_paramet": [0, 1], "bot_to_run": [0, 1], "process_to_run": [0, 1], "process_uri_path": [0, 1], "jobawsathena": [0, 1], "add_configur": [0, 1], "athena_client_request_token": [0, 1], "bucket_own": [0, 1], "database_nam": [0, 1, 11], "db_catalog_nam": [0, 1], "encryption_opt": [0, 1], "kms_kei": [0, 1], "no_perm": [0, 1], "output_loc": [0, 1], "prepared_query_nam": [0, 1], "queri": [0, 1, 15, 16], "s3_acl_opt": [0, 1], "show_json_output": [0, 1], "table_nam": [0, 1], "toler": [0, 1], "unload_file_typ": [0, 1], "workgroup": [0, 1], "jobawsbackup": [0, 1], "backup_vault_nam": [0, 1], "idempotency_token": [0, 1], "recovery_point_arn": [0, 1], "resource_arn": [0, 1], "restore_paramet": [0, 1], "role_arn": [0, 1], "windows_vss": [0, 1], "jobawsbatch": [0, 1, 7], "container_overrides_command": [0, 1], "execution_timeout": [0, 1, 15], "job_attempt": [0, 1, 15], "job_definition_and_revis": [0, 1], "job_nam": [0, 1, 4, 10, 11, 15], "job_queu": [0, 1, 15], "json_format": [0, 1], "use_advanced_json_format": [0, 1], "jobawscloudform": [0, 1], "capabilities_typ": [0, 1], "enable_termination_protect": [0, 1], "on_failur": [0, 1], "stack_nam": [0, 1], "stack_paramet": [0, 1], "template_bodi": [0, 1], "template_url": [0, 1], "jobawsdatapipelin": [0, 1], "paramet": [0, 1, 13, 14, 15], "pipeline_id": [0, 1], "pipeline_nam": [0, 1], "pipeline_unique_id": [0, 1], "trigger_created_pipelin": [0, 1], "jobawsdynamodb": [0, 1], "export_format": [0, 1], "failure_tolar": [0, 1], "import_compression_typ": [0, 1], "import_format": [0, 1], "run_statement_with_paramet": [0, 1], "s3_bucket_nam": [0, 1, 15], "s3_bucket_owner_id": [0, 1], "s3_path_prefix": [0, 1], "statement": [0, 1, 14, 15], "statement_paramet": [0, 1], "table_arn": [0, 1], "table_creation_paramet": [0, 1], "transaction_stat": [0, 1], "jobawsec2": [0, 1], "get_instances_log": [0, 1], "image_id": [0, 1], "instance_id": [0, 1], "instance_nam": [0, 1, 15], "instance_typ": [0, 1], "key_nam": [0, 1], "launch_template_id": [0, 1], "number_of_copi": [0, 1], "oper": [0, 1, 9, 10, 14, 15], "placement_availability_zon": [0, 1], "subnet_id": [0, 1], "verification_poll_interv": [0, 1], "jobawsec": [0, 1], "assign_public_ip": [0, 1], "ecs_cluster_nam": [0, 1], "ecs_task_definit": [0, 1], "environment_vari": [0, 1], "launch_typ": [0, 1], "network_security_group": [0, 1], "network_subnet": [0, 1], "output_job_log": [0, 1], "override_command": [0, 1], "override_contain": [0, 1], "jobawsemr": [0, 1], "cluster_id": [0, 1], "json_bodi": [0, 1], "notebook_execution_nam": [0, 1], "notebook_id": [0, 1], "relative_path": [0, 1], "service_rol": [0, 1], "jobawsglu": [0, 1], "argument": [0, 1, 4, 7, 8, 11, 13, 14, 15], "glue_job_argu": [0, 1], "glue_job_nam": [0, 1], "jobawsgluedatabrew": [0, 1], "jobawslambda": [0, 1, 7], "append_log_to_output": [0, 1], "function_nam": [0, 1, 15], "function_vers": [0, 1], "jobawsmainframemodern": [0, 1], "application_act": [0, 1], "application_nam": [0, 1], "application_vers": [0, 1], "client_token": [0, 1], "definition_s3_loc": [0, 1], "environment_id": [0, 1], "jcl_name": [0, 1], "latest_application_vers": [0, 1], "retrieve_cloud_watch_log": [0, 1], "jobawsquicksight": [0, 1], "aws_dataset_id": [0, 1], "refresh_typ": [0, 1], "jobawssagemak": [0, 1], "add_paramet": [0, 1], "pipeline_execution_arn": [0, 1], "retry_pipeline_execut": [0, 1], "jobawsstepfunct": [0, 1, 7], "execution_nam": [0, 1, 15], "show_execution_log": [0, 1], "state_machine_arn": [0, 1], "jobazurebackup": [0, 1], "disk_list": [0, 1], "failure_tolerance_": [0, 1], "include_or_exclude_disk": [0, 1], "policy_nam": [0, 1], "recovery_point_nam": [0, 1], "restore_region": [0, 1], "restore_to_latest_recovery_point": [0, 1], "storage_account_nam": [0, 1], "vault_nam": [0, 1], "vault_resource_group": [0, 1], "vm_name": [0, 1], "vm_resource_group": [0, 1], "jobazurebatchaccount": [0, 1, 7], "batch_job_id": [0, 1], "content_typ": [0, 1], "max_task_retry_count": [0, 1], "max_wall_clock_tim": [0, 1], "max_wall_time_digit": [0, 1], "max_wall_time_unit": [0, 1], "retention_tim": [0, 1], "retention_time_digit": [0, 1], "retention_time_unit": [0, 1], "retry_numb": [0, 1], "status_polling_interv": [0, 1], "task_command_lin": [0, 1], "task_id_prefix": [0, 1], "task_id_vari": [0, 1], "jobazuredatafactori": [0, 1], "data_factory_nam": [0, 1], "resource_group_nam": [0, 1], "jobazuredatabrick": [0, 1], "databricks_job_id": [0, 1], "jobazuredevop": [0, 1], "project_nam": [0, 1], "repository_path": [0, 1], "show_build_log": [0, 1], "stages_to_skip": [0, 1], "jobazurefunct": [0, 1, 7], "function_app": [0, 1, 15], "function_typ": [0, 1], "optional_input_paramet": [0, 1], "verification_poll_interval": [0, 1], "jobazurehdinsight": [0, 1], "bring_job_logs_to_output": [0, 1], "jobazurelogicapp": [0, 1, 7], "get_log": [0, 1, 3, 4, 16], "workflow": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 15, 17], "jobazuremachinelearn": [0, 1], "compute_act": [0, 1], "compute_nam": [0, 1], "pipeline_endpoint_id": [0, 1], "workspace_nam": [0, 1], "jobazureresourcemanag": [0, 1], "deployment_nam": [0, 1], "deployment_properti": [0, 1], "jobazuresynaps": [0, 1], "jobazurevm": [0, 1], "delete_vm_os_disk": [0, 1], "input_paramet": [0, 1, 15], "jobboomiatomspher": [0, 1], "atom_nam": [0, 1], "polling_interval_frequ": [0, 1], "process_nam": [0, 1, 15], "jobcommunicationsuit": [0, 1], "protect_cont": [0, 1], "silent_messag": [0, 1], "slack_paramet": [0, 1], "teams_paramet": [0, 1], "telegram_paramet": [0, 1], "whats_app_paramet": [0, 1], "jobdbt": [0, 1], "dbt_job_id": [0, 1], "define_command": [0, 1], "override_job_command": [0, 1], "run_com": [0, 1], "jobdatabrick": [0, 1], "jobgcpbatch": [0, 1], "allowed_loc": [0, 1], "command": [0, 1, 8, 10, 12, 13, 14, 15, 16], "container_image_uri": [0, 1], "container_volum": [0, 1], "cpu": [0, 1], "entry_point": [0, 1], "instance_polici": [0, 1], "log_polici": [0, 1], "machine_templ": [0, 1], "machine_typ": [0, 1], "maximum_retry_count": [0, 1], "memori": [0, 1, 15], "override_region": [0, 1], "prioriti": [0, 1, 12, 14], "project_id": [0, 1], "provisioning_model": [0, 1], "runnable_typ": [0, 1], "service_account_email_format": [0, 1], "task_script_text": [0, 1], "jobgcpbigqueri": [0, 1], "copy_operation_typ": [0, 1], "dataset_nam": [0, 1], "destination_source_bucket_uri": [0, 1], "destination_table_properti": [0, 1], "extract_a": [0, 1], "job_timeout": [0, 1], "load_opt": [0, 1], "query_paramet": [0, 1], "routin": [0, 1], "run_select_query_and_copy_to_t": [0, 1], "show_load_opt": [0, 1], "source_tables_properti": [0, 1], "sql_statement": [0, 1], "jobgcpdataflow": [0, 1], "log_level": [0, 1], "parameters__json_format": [0, 1], "template_location_gs_": [0, 1], "template_typ": [0, 1], "verification_poll_interval_in_second": [0, 1], "jobgcpdatafus": [0, 1], "name_space_id": [0, 1], "runtime_paramet": [0, 1], "jobgcpdataplex": [0, 1], "lake_nam": [0, 1], "locat": [0, 1, 11, 15], "scan_nam": [0, 1], "task_nam": [0, 1], "jobgcpdataprep": [0, 1], "execute_job_with_idempotency_token": [0, 1], "jobgcpdataproc": [0, 1], "account_region": [0, 1], "dataproc_task_typ": [0, 1], "workflow_templ": [0, 1], "jobgcpdeploymentmanag": [0, 1], "yaml_config_cont": [0, 1], "jobgcpfunct": [0, 1], "bodi": [0, 1, 15], "function_paramet": [0, 1], "url_paramet": [0, 1], "jobgcpvm": [0, 1], "template_nam": [0, 1], "zone": [0, 1, 14], "jobgcpworkflow": [0, 1], "execution_label": [0, 1], "parameters_json_input": [0, 1], "show_workflow_result": [0, 1], "workflow_nam": [0, 1], "jobinformaticac": [0, 1], "call_back_url": [0, 1], "folder_path": [0, 1], "input_field": [0, 1], "rerun_run_id": [0, 1], "rerun_suspended_taskflow": [0, 1], "task_flow_url": [0, 1], "task_typ": [0, 1], "use_federation_id": [0, 1], "jobkubernet": [0, 1], "get_pod_log": [0, 1], "job_cleanup": [0, 1], "job_spec_paramet": [0, 1], "job_spec_yaml": [0, 1], "job_status_polling_interv": [0, 1], "jobmicrofocuslinux": [0, 1], "additional_vari": [0, 1], "advanced_restart_paramet": [0, 1], "auto_adjust_restart": [0, 1], "enable_jcl_vari": [0, 1], "from_step_proc": [0, 1], "jcl_filenam": [0, 1], "modified_jcl_path_and_filenam": [0, 1], "pd": [0, 1], "recapture_abend_cod": [0, 1], "recapture_cond_cod": [0, 1], "rerun_job_id": [0, 1], "restart_on_rerun": [0, 1], "restart_with_modified_jcl": [0, 1], "set_mf_ucc11": [0, 1], "step_specific_condition_cod": [0, 1], "to_step_proc": [0, 1], "jobmicrofocuswindow": [0, 1], "jobmicrosoftpowerbi": [0, 1], "dataset_id": [0, 1], "dataset_refresh_pipeline_deploy": [0, 1], "workspace_id": [0, 1], "jobocivm": [0, 1], "jobqlikcloud": [0, 1], "print_log_to_output": [0, 1], "reload_typ": [0, 1], "jobsnowflak": [0, 1], "activity_opt": [0, 1], "add_condit": [0, 1], "bind": [0, 1], "copy_destin": [0, 1], "create_table_nam": [0, 1], "databas": [0, 1, 11, 13, 15], "days_back": [0, 1], "file_format": [0, 1], "from_loc": [0, 1], "from_storage_integr": [0, 1], "from_tabl": [0, 1], "overwrit": [0, 1, 13], "procedure_argu": [0, 1], "query_input": [0, 1], "query_to_loc": [0, 1], "role": [0, 1], "schema": [0, 1, 15], "show_more_opt": [0, 1], "show_output": [0, 1], "snowflake_sql_stat": [0, 1], "snowpipe_nam": [0, 1], "stage_loc": [0, 1], "stage_nam": [0, 1], "stage_url": [0, 1], "start_or_pause_snowpip": [0, 1], "statement_timeout": [0, 1], "status_file_cloud_location_path": [0, 1], "stoarge_integration_for_loc": [0, 1], "storage_integr": [0, 1], "stored_procedure_nam": [0, 1], "warehous": [0, 1, 15], "jobsnowflakeidp": [0, 1], "pipe_nam": [0, 1], "polling_interval_sec": [0, 1], "select_oper": [0, 1], "start_or_pause_pip": [0, 1], "statement_timeout_sec": [0, 1], "jobtableau": [0, 1], "datasource_nam": [0, 1], "jobtalenddatamanag": [0, 1], "bring_logs_to_output": [0, 1], "plan_body_paramet": [0, 1], "plan_nam": [0, 1], "plan_polling_interv": [0, 1], "save_failed_plan_log": [0, 1], "task_id": [0, 1], "task_plan_execut": [0, 1], "task_polling_interv": [0, 1], "jobterraform": [0, 1], "run_nam": [0, 1], "workspace_param": [0, 1], "jobuipath": [0, 1], "folder_id": [0, 1, 16], "folder_nam": [0, 1, 11], "robot_id": [0, 1], "robot_nam": [0, 1], "jobwebservicesrest": [0, 1], "append_request": [0, 1], "append_respons": [0, 1], "endpoint_url": [0, 1], "http_header": [0, 1], "method": [0, 1, 9, 11, 12, 13, 16], "output_handl": [0, 1], "url_request_path": [0, 1], "jobwebservicessoap": [0, 1], "soap_act": [0, 1], "class": [0, 1, 2, 4, 5, 8, 9, 10], "str": [0, 1, 4, 5], "action_field": 0, "none": [0, 1, 4, 13, 14, 15, 16], "aapiobject": [0, 1, 4], "actionrerun": 0, "actionsettonotok": 0, "actionsettook": 0, "actionstopcyclicrun": 0, "list": [0, 1, 4, 12, 13, 14, 15], "eventoutadd": [0, 14], "aiconnectionprofil": [0, 10], "target_ctm": [0, 1, 11], "target_ag": [0, 1, 11], "test_on_build": [0, 1], "bool": [0, 1, 4], "no_test_on_deploi": [0, 1], "descript": [0, 1, 11, 12, 14, 16], "central": [0, 1, 10, 11], "static": [0, 4, 9], "field": [0, 8, 10, 12], "name": [0, 4, 5, 8, 10, 11, 13, 14, 15, 16], "field_opt": [0, 8, 10], "default": [0, 4, 9, 10, 11, 12, 13, 14, 15, 16], "type_field": [0, 8, 10], "aijob": [0, 10, 17], "path_el": [0, 1], "pathel": [0, 1], "file_nam": [0, 1, 12, 15], "file_path": [0, 1, 4, 12, 15], "applic": [0, 1, 2, 3, 4, 7, 10, 11, 12, 14, 16, 17], "critic": [0, 1], "confirm": [0, 1, 4, 12, 14], "days_keep_act": [0, 1, 12, 14], "dayskeepact": [0, 1, 14], "documentation_fil": [0, 1], "documentationfil": [0, 1], "documentation_url": [0, 1], "documentationurl": [0, 1], "rerun_limit": [0, 1, 12, 14], "rerunlimit": [0, 1, 12, 14], "rerun": [0, 1, 4, 7, 12, 16], "rerun_interv": [0, 1], "reruninterv": [0, 1], "rerun_specific_tim": [0, 1], "rerunspecifictim": [0, 1], "post_command": [0, 1, 15], "pre_command": [0, 1, 15], "sub_appl": [0, 1, 3, 4, 12, 14, 16], "time_zon": [0, 1, 12, 14], "dict": [0, 1, 4], "noth": [0, 1, 13], "when": [0, 1, 3, 4, 7, 9, 11, 12, 13, 15, 16], "run_on_all_agents_in_group": [0, 1], "run_as_dummi": [0, 1, 14, 16, 17], "retroactive_ord": [0, 1, 14], "end_fold": [0, 1], "created_bi": [0, 1, 12, 14], "if_list": [0, 1, 14], "event_list": [0, 1, 14], "resource_list": [0, 1, 14], "wait_for_ev": [0, 1], "events_to_add": [0, 1], "events_to_delet": [0, 1], "notify_list": [0, 1, 14], "job_tag_list": [0, 1], "action_capture_output_list": [0, 1], "actioncaptureoutput": [0, 1], "wait_for_events_list": [0, 1], "add_events_list": [0, 1], "delete_events_list": [0, 1], "condition_list": [0, 1], "folder": [0, 7, 8, 13, 15], "controlm_serv": [0, 3, 4, 12, 14], "order_method": [0, 12, 14], "ordermethod": [0, 12, 14], "folder_librari": 0, "site_standard": [0, 12, 14], "business_field": [0, 12, 14], "job_list": [0, 12, 13, 14], "flow_list": 0, "flow": [0, 7, 10, 17], "folder_client_data_list": 0, "days_keep_active_if_not_ok": 0, "active_retention_polici": [0, 12, 14], "activeretentionpolici": [0, 12, 14], "member_librari": 0, "statistics_calendar": 0, "sac": 0, "must_end": 0, "mustend": 0, "adjust_ev": 0, "resource_lock_list": 0, "resourcelock": 0, "sub_folder_list": [0, 12, 14], "subfold": [0, 7, 13, 14, 16], "simplefold": [0, 13], "aapijob": [0, 4], "valu": [0, 1, 4, 9, 10, 12, 14, 15], "enum": [0, 1, 4], "an": [0, 1, 2, 4, 6, 8, 9, 13, 14, 15, 16], "enumer": [0, 1, 4], "cleanendedok": 0, "keepal": [0, 12, 14], "adjustev": 0, "bridg": 0, "dummi": [0, 14, 15, 16, 17], "n": [0, 14, 15], "y": [0, 15], "forev": [0, 14], "path": [0, 4, 13, 15, 16], "url": 0, "hour": [0, 14, 15], "minut": [0, 14, 15], "dai": [0, 12, 13, 14, 15], "int": [0, 4], "high": [0, 12, 14], "low": [0, 14], "medium": 0, "very_high": 0, "very_low": 0, "everi": [0, 9, 12, 13, 14, 15], "from_": [0, 14], "from": [0, 2, 4, 8, 9, 10, 11, 12, 13, 14, 15, 16], "unit": [0, 14, 15], "end": [0, 10, 14, 16], "start": [0, 7, 10, 14, 15, 16, 17], "target": [0, 14, 15], "interv": 0, "rerun_memb": 0, "next": [0, 12, 14, 15, 16], "prev": 0, "smartfoldernext": 0, "smartfolderprev": 0, "schedul": [0, 7, 12, 13, 14], "month_dai": [0, 14], "month": [0, 14], "week_dai": [0, 12, 14], "week_days_calendar": 0, "month_days_calendar": 0, "days_rel": 0, "daysrel": 0, "specific_d": [0, 14], "from_tim": [0, 14], "to_tim": [0, 14], "start_dat": 0, "end_dat": 0, "active_period": 0, "rule_based_calendar": 0, "rulebasedcalendar": 0, "AND": 0, "OR": 0, "includ": [0, 13, 14, 15], "tagglob": 0, "exclud": 0, "calendar_rule_based_list": 0, "calendarrulebas": 0, "automat": [0, 12], "manual": [0, 12, 14], "object": [0, 4, 9, 10, 13, 14, 15, 16], "as_aapi_dict": 0, "as_dict": 0, "dump_aapi": 0, "f": [0, 4, 13, 15], "indent": [0, 4, 8, 11, 14, 16], "dumps_aapi": [0, 11, 14], "parameter_nam": 0, "charact": [0, 11, 15], "requir": [0, 6, 9, 13, 14, 15], "minimum_length": 0, "maximum_length": 0, "ani": [0, 4, 8, 9, 13, 14, 15], "alphanumer": 0, "uppercase_lett": 0, "lowercase_lett": 0, "digit": 0, "specific_charact": 0, "except_for_charact": 0, "pattern": 0, "calendarperiod": 0, "server": [0, 11, 12, 15], "alia": [0, 11], "global": 0, "calendarregular": 0, "confirmation_calendar": 0, "confirmationcalendar": 0, "shift_bi": 0, "exception_polici": 0, "exceptionpolici": 0, "donotord": 0, "orderanywai": 0, "orderonnextconfirmeddai": 0, "orderonpreviousconfirmeddai": 0, "calendarrulebasedcalendar": 0, "calendarfieldsperiod": 0, "calendarfieldsregular": 0, "calendarfieldsrulebas": 0, "calendarkeyperiod": 0, "calendarkeyregular": 0, "calendarkeyrulebas": 0, "variable_nam": [0, 14], "variablenam": [0, 14], "search": 0, "forward_bi": 0, "forwardbi": 0, "captur": 0, "uptoendoflin": 0, "var_": 0, "line": [0, 10, 14, 15, 16], "column": 0, "columns_opt": 0, "columnsopt": 0, "delimit": [0, 15], "word": 0, "space": 0, "tab": [0, 15], "whitespac": 0, "anyd": [0, 14], "nextorderd": [0, 14], "nodat": [0, 14], "orderd": [0, 14], "previousorderd": [0, 14], "conditionin": 0, "conditionout": 0, "conditionoutadd": 0, "conditionoutdelet": 0, "confighadoop": 0, "agent_princip": 0, "agent_keytab_file_path": 0, "connectionprofileaw": [0, 7], "access_kei": [0, 1, 11], "secret_access_kei": [0, 1, 11], "proxy_set": [0, 11], "proxyset": [0, 11], "port": [0, 4, 9, 11, 15], "connectionprofileairflow": 0, "connectionprofileairflowgooglecompos": 0, "target_audi": 0, "service_account_key_filenam": 0, "connectionprofileairflowstandalon": 0, "user": [0, 1, 9, 10, 11, 12, 13, 14, 15, 16], "secured_connect": 0, "connectionprofileazur": [0, 7], "active_directory_domain_nam": [0, 11], "batch": [0, 11, 15], "batch_account_kei": [0, 11], "connectionprofiledatabas": [0, 7], "max_concurrent_connect": [0, 11], "connection_retry_num": 0, "connection_retry_time_out": [0, 11], "connection_idle_tim": [0, 11], "connectionprofiledatabasedb2": 0, "database_typ": 0, "database_vers": [0, 11], "connectionprofiledatabasejdbc": 0, "connectionprofiledatabasemssql": 0, "authentication_typ": 0, "authenticationtyp": 0, "secur": [0, 9, 11], "ntlm2_windows_authent": 0, "sql_server_authent": 0, "windows_authent": 0, "connectionprofiledatabasemssqlssi": 0, "skip_packages_test": 0, "ssi": [0, 15], "connectionprofiledatabaseoracl": 0, "connectionprofiledatabaseoracleconnectionstr": 0, "connection_str": [0, 11], "connectionprofiledatabaseoraclesid": 0, "sid": [0, 11], "connectionprofiledatabaseoracleservicenam": 0, "service_nam": [0, 11, 15], "connectionprofiledatabasepostgresql": 0, "connectionprofiledatabasesybas": 0, "connectionprofilefiletransf": [0, 7], "host_nam": [0, 11], "os_typ": [0, 11], "home_directori": [0, 11], "conntyp": 0, "workload_automation_us": 0, "workload_automation_group": [0, 11], "verify_byt": 0, "verify_destin": [0, 11], "private_key_nam": [0, 11], "passphras": [0, 11], "verify_checksum": 0, "additional_paramet": [0, 11], "connectionprofilefiletransferas2": 0, "partner_as2_id": [0, 11], "partner_destination_url": [0, 11], "partner_certificate_alia": [0, 11], "sign_message_paramet": 0, "signmessageparamet": 0, "encrypt_message_paramet": 0, "encryptmessageparamet": 0, "compress_messag": 0, "request_receipt_paramet": 0, "requestreceiptparamet": 0, "send_message_timeout": 0, "async_mdn_timeout": 0, "encrypt_messag": 0, "encryption_algorithm": 0, "encryptionalgorithm": 0, "aes128_cbc": 0, "aes128_gcm": 0, "aes192_cbc": 0, "aes192_gcm": 0, "aes256_cbc": 0, "aes256_gcm": 0, "cast5_cbc": 0, "idea_cbc": 0, "rc2_cbc": 0, "tripledes_des_ede3": 0, "request_receipt": 0, "sign": 0, "mode": [0, 4, 9, 15], "asynchron": 0, "synchron": 0, "unsign": 0, "sign_messag": 0, "signature_algorithm": 0, "signaturealgorithm": 0, "rsa_with_md5": 0, "rsa_with_sha_1": 0, "rsa_with_sha_224": 0, "rsa_with_sha_256": 0, "rsa_with_sha_384": 0, "rsa_with_sha_512": 0, "connectionprofilefiletransferazur": 0, "azure_account_nam": 0, "azure_storage_typ": 0, "azure_endpoint": 0, "azure_credential_method": 0, "connectionprofilefiletransferazureadcertif": 0, "azure_tenant_id": 0, "azure_client_id": 0, "azure_client_certificate_format": 0, "azure_client_certificate_path": 0, "azure_client_certificate_password": 0, "connectionprofilefiletransferazureadclientsecret": 0, "azure_client_secret": 0, "connectionprofilefiletransferazureaduserpass": 0, "azure_user_name_ad": 0, "azure_user_password_ad": 0, "connectionprofilefiletransferazureconnectionstr": 0, "azure_account_connection_str": 0, "connectionprofilefiletransferazuremanagedident": 0, "connectionprofilefiletransferazuresharedaccesssignatur": 0, "azure_account_sas_token": 0, "connectionprofilefiletransferazuresharedkei": 0, "azure_account_access_kei": 0, "connectionprofilefiletransferdualendpoint": 0, "endpoint_src_ftp_list": 0, "endpointsrcftp": 0, "endpoint_dest_ftp_list": 0, "endpointdestftp": 0, "endpoint_src_ftps_list": 0, "endpoint_dest_ftps_list": 0, "endpoint_src_sftp_list": 0, "endpointsrcsftp": 0, "endpoint_dest_sftp_list": 0, "endpointdestsftp": 0, "endpoint_src_local_list": 0, "endpointsrcloc": 0, "endpoint_dest_local_list": 0, "endpointdestloc": 0, "connectionprofilefiletransferftp": 0, "connection_mod": 0, "connectionmod": 0, "activ": [0, 6, 15], "epsv": 0, "epsvsubstituteipaddress": 0, "passiv": 0, "passivesubstituteipaddress": 0, "nosubstituteip": 0, "off": 0, "ssl_level": [0, 11], "ssllevel": [0, 11], "ssl_implicit": [0, 11], "clear_data_channel": [0, 11], "clear_command_channel": [0, 11], "clientserverauthent": [0, 11], "noauthent": 0, "serverauthent": 0, "connectionprofilefiletransfergc": 0, "gcs_service_account_kei": 0, "gcs_service_account_key_file_nam": 0, "connectionprofilefiletransfergroup": 0, "group_account": 0, "connection_profile_file_transfer_as2_list": 0, "connection_profile_file_transfer_s3_compatible_list": 0, "connectionprofilefiletransfers3compat": 0, "connection_profile_file_transfer_s3_amazon_list": 0, "connectionprofilefiletransfers3amazon": 0, "connection_profile_file_transfer_s3_list": 0, "connectionprofilefiletransfers3": 0, "connection_profile_file_transfer_azure_list": 0, "connection_profile_file_transfer_gcs_list": 0, "connection_profile_file_transfer_sftp_list": 0, "connectionprofilefiletransfersftp": 0, "connection_profile_file_transfer_ftps_list": 0, "connection_profile_file_transfer_ftp_list": 0, "connectionprofilefiletransferloc": 0, "s3_storage_typ": 0, "rest_end_point": [0, 11], "ssh_compress": [0, 11], "connectionprofilehadoop": [0, 7], "key_tab_path": 0, "sqoop": [0, 11], "hive": [0, 11, 15], "tajo": [0, 11], "oozi": [0, 11], "spark": [0, 11, 15], "princip": 0, "connection_definitions_typ": 0, "connectiondefinitionstyp": 0, "properti": [0, 7, 10, 12, 15], "string": [0, 14, 15], "ssl_enabl": [0, 11], "extraction_rul": [0, 11], "custom_path": [0, 11], "password_fil": 0, "database_vendor": 0, "database_host": 0, "database_port": 0, "driver_class": [0, 11], "binary_path": [0, 11], "master_server_nam": [0, 11], "master_server_port": [0, 11], "connectionprofileinformatica": [0, 7], "power_center_domain": [0, 11], "repositori": [0, 11, 15], "integration_servic": [0, 11], "security_domain": [0, 11], "connection_typ": [0, 11], "connectiontyp": [0, 11], "http": [0, 6, 9, 11, 13, 15, 16], "connectionprofilepeoplesoft": 0, "application_serv": 0, "domain_password": 0, "people_tools_vers": 0, "connectionprofilesap": [0, 7], "sap_client": [0, 11], "languag": [0, 11], "xbp_version": [0, 11], "app_vers": [0, 11], "sap_response_time_out": [0, 11], "use_extend": [0, 11], "is_solution_manager_connection_profil": [0, 11], "solution_manager_connection_profil": [0, 11], "group_logon": 0, "grouplogon": 0, "application_server_logon": [0, 11], "applicationserverlogon": [0, 11], "secured_network_connect": [0, 11], "securednetworkconnect": [0, 11], "sap_rout": 0, "system_numb": [0, 11], "sapr3_use_logon_group": 0, "system_id": 0, "message_server_host_nam": 0, "group_nam": 0, "snc_lib": [0, 11], "snc_partner_nam": [0, 11], "quality_of_protect": [0, 11], "snc_my_nam": [0, 11], "snc_mode": 0, "connectionprofilewsconfig": 0, "http_proxy_host": 0, "http_proxy_port": 0, "http_non_proxy_host": 0, "http_authent": 0, "cm_container_port": 0, "connectionprofilewebservic": 0, "service_typ": 0, "servicetyp": 0, "old_account_nam": 0, "login_head": 0, "login_bodi": 0, "job_preset": 0, "file": [0, 10, 11, 15], "rest": [0, 15], "webservic": 0, "actioncontrolmanalyzerrul": 0, "arg": 0, "eventoutdelet": [0, 14], "actionnotifi": 0, "messag": [0, 10, 14, 15, 16], "destin": [0, 14, 15], "urgenc": [0, 14], "alert": [0, 14], "consol": [0, 14, 15], "joblog": [0, 14], "regular": [0, 12, 13, 14], "urgent": [0, 14], "veryurg": [0, 14], "driverjdbcdatabas": 0, "string_templ": 0, "driver_jars_fold": 0, "class_nam": 0, "line_com": 0, "statement_separ": 0, "ostyp": 0, "tandem": 0, "endpointdest": 0, "endpointsrc": 0, "eventadd": 0, "eventdelet": 0, "eventin": 0, "eventout": 0, "rule_nam": [0, 11], "work_flow_nam": [0, 11], "work_flow_user_nam": [0, 11], "src": [0, 15], "dest": [0, 11, 15], "as2_subject": 0, "as2_messag": 0, "transfer_opt": [0, 15], "transferopt": [0, 15], "transfer_typ": [0, 15], "transfertyp": [0, 15], "file_watcher_opt": 0, "filewatcheropt": 0, "pre_command_src": 0, "precommandsrc": 0, "post_command_src": 0, "postcommandsrc": 0, "pre_command_dest": 0, "precommanddest": 0, "post_command_dest": 0, "postcommanddest": 0, "nullfld": 0, "srcopt": 0, "vernum": 0, "caseif": 0, "trim": 0, "exclude_wildcard": 0, "if_exist": 0, "uniqu": 0, "dstopt": 0, "abstim": 0, "timelimit": 0, "recurs": 0, "min_detected_size_in_byt": 0, "min_file_ag": 0, "max_file_ag": 0, "assign_file_name_to_vari": 0, "transfer_all_matching_fil": 0, "time_limit_polici": 0, "timelimitpolici": 0, "time_limit_valu": 0, "minutestowait": 0, "waituntil": 0, "arg1": [0, 15], "arg2": [0, 15], "desttosrc": 0, "desttosrcfilewatch": 0, "directorylist": 0, "filewatch": 0, "srctodest": [0, 15], "srctodestfilewatch": 0, "syncdesttosrc": 0, "syncsrctodest": 0, "ascii": 0, "binari": [0, 13, 15], "sequenc": [0, 13], "folderjobbasesmart": 0, "tag_list": 0, "tag_folder_list": 0, "tagfold": 0, "reference_path": 0, "librari": [0, 7, 9], "relationship": 0, "map_to": 0, "on_list": [0, 14], "On": 0, "do_list": [0, 14], "ifbasefold": 0, "ifcompletionstatu": 0, "completion_statu": [0, 14], "ifjobnotsubmit": 0, "job_not_submit": 0, "ifjoboutputnotfound": 0, "job_output_not_found": 0, "ifnumberofexecut": 0, "number_of_execut": [0, 14], "ifnumberoffailur": 0, "number_of_failur": [0, 14], "ifnumberofrerun": 0, "number_of_rerun": [0, 14], "ifoutput": 0, "code": [0, 2, 8, 9, 10, 12, 13, 14, 16], "ifvariablevalu": 0, "range_variable_valu": 0, "rangevariablevalu": 0, "variable_valu": [0, 14], "contain": [0, 9, 11, 12, 15, 16], "doesnotcontain": 0, "endwith": [0, 14], "equalto": 0, "greaterthan": 0, "greaterthanorequ": 0, "inrang": 0, "isempti": 0, "isexactli": 0, "isnotempti": 0, "isnotexactli": 0, "lessthan": [0, 14], "lessthanorequ": 0, "like": 0, "notequalto": 0, "notinrang": 0, "notlik": 0, "startswith": 0, "min": 0, "max": 0, "ifs": 0, "ifzo": 0, "ifcollectionzo": 0, "actionrestart": 0, "from_program": 0, "from_procedur": 0, "to_program": 0, "to_procedur": 0, "copi": [0, 14], "delet": [0, 4, 14, 15, 16], "move": 0, "print": [0, 4, 8, 10, 11, 13, 14, 16], "jobaw": 0, "append_log": [0, 15], "job_definit": [0, 15], "job_definition_revis": [0, 15], "aws_job_typ": [0, 15], "awsjobtyp": [0, 15], "array_s": [0, 15], "environ": [0, 2, 3, 4, 7, 8, 10, 13, 14, 15, 16, 17], "depends_on": [0, 15], "dependson": [0, 15], "v_cpu": [0, 15], "arrai": [0, 15], "singl": [0, 8, 15], "dependency_typ": [0, 15], "dependencytyp": [0, 15], "job_depends_on": [0, 15], "n_to_n": 0, "sequenti": 0, "standard": [0, 12, 15], "payload": [0, 15], "client_context_json": 0, "state_machin": [0, 15], "input": [0, 9, 15], "jobairflow": 0, "dag_id": 0, "configuration_json": 0, "rerun_from_point_of_failur": 0, "output_detail": 0, "outputdetail": 0, "donotincludetasklog": 0, "includealltaskslog": 0, "includeonlyfailedtaskslog": 0, "jobazur": 0, "job_id": [0, 4, 15, 16], "command_lin": [0, 15], "wallclock": [0, 15], "max_tri": [0, 15], "maxtri": [0, 15], "retent": [0, 12, 15], "option": [0, 8, 14, 15], "count": [0, 15], "custom": [0, 4, 9, 15, 17], "unlimit": [0, 15], "second": [0, 13, 14, 15, 16], "function": [0, 4, 8, 15, 16], "logic_app_nam": [0, 15], "request_bodi": [0, 15], "jobcommand": [0, 7, 12, 13, 14, 16], "override_path": 0, "jobdatabas": 0, "autocommit": [0, 15], "output_execution_log": [0, 15], "output_sql_output": [0, 15], "sql_output_format": [0, 15], "jobdatabaseembeddedqueri": [0, 7], "jobdatabasemssqlagentjob": [0, 7], "categori": [0, 15], "jobdatabasemssql_ssi": [0, 7], "package_sourc": [0, 15], "packagesourc": [0, 15], "package_nam": [0, 15], "catalog_env": [0, 15], "config_fil": [0, 15], "file_system": 0, "system": [0, 9, 12, 15], "sql_server": 0, "sql": [0, 15], "ssis_catalog": [0, 15], "catalog": 0, "ssis_package_stor": 0, "store": [0, 9, 11, 15], "jobdatabasesqlscript": [0, 7], "sql_script": [0, 15], "jobdatabasestoredprocedur": [0, 7], "stored_procedur": [0, 15], "return_valu": [0, 15], "jobdummi": [0, 12, 13], "jobembeddedscript": [0, 7], "script": [0, 6, 12, 15], "jobfiletransf": [0, 7, 13], "connection_profile_src": [0, 15], "connection_profile_dest": [0, 15], "connection_profile_dual_endpoint": [0, 15], "file_transf": [0, 15], "s3_bucket_name_src": [0, 15], "s3_bucket_name_dest": [0, 15], "gcs_bucket_name_src": 0, "gcs_bucket_name_dest": 0, "azure_container_name_src": 0, "azure_container_name_dest": 0, "end_job_not_ok": 0, "number_of_retri": [0, 15], "jobfilewatch": 0, "search_interv": [0, 15], "time_limit": [0, 15], "start_tim": [0, 15, 16], "stop_tim": [0, 15], "jobfilewatchercr": [0, 7], "minimum_s": [0, 15], "file_size_interv": 0, "wildcard": [0, 15], "iter": 0, "minimal_ag": [0, 15], "maximal_ag": [0, 15], "jobfilewatcherdelet": [0, 7], "jobhadoop": 0, "precommand": [0, 15], "postcommand": 0, "fail_job_on_command_failur": 0, "jobhadoopdistcp": [0, 7], "target_path": [0, 15], "source_path": [0, 15], "distcp_opt": [0, 15], "jobhadoophdfscommand": [0, 7], "jobhadoophdfsfilewatch": [0, 7], "hdfs_file_path": [0, 15], "min_detected_s": [0, 15], "max_wait_tim": [0, 15], "jobhadooph": [0, 7], "hive_script": [0, 15], "hive_arch": 0, "hive_fil": 0, "hive_opt": [0, 15], "jobhadoopmapreduc": [0, 7], "program_jar": [0, 15], "main_class": [0, 15], "jobhadoopmapredstream": [0, 7], "input_path": [0, 15], "output_path": [0, 15], "mapper_command": [0, 15], "reducer_command": [0, 15], "steaming_opt": 0, "general_opt": [0, 15], "jobhadoopoozi": [0, 7], "job_properties_fil": [0, 15], "oozie_opt": [0, 15], "jobhadooppig": [0, 7], "pig_script": [0, 15], "jobhadoopspark": 0, "spark_opt": [0, 15], "jobhadoopsparkpython": [0, 7], "spark_script": [0, 15], "jobhadoopsparkscalajava": [0, 7], "jobhadoopsqoop": [0, 7], "sqoop_command": [0, 15], "sqoop_opt": [0, 15], "sqoop_arch": 0, "sqoop_fil": 0, "jobhadooptajo": 0, "tajo_opt": [0, 15], "jobhadooptajoinputfil": [0, 7], "full_file_path": [0, 15], "jobhadooptajoqueri": [0, 7], "open_queri": [0, 15], "jobibmcogno": 0, "jobibmdatastag": 0, "project": 0, "data_stage_job": 0, "jobinformatica": [0, 7], "repository_fold": [0, 15], "workflow_execution_mod": [0, 15], "workflowexecutionmod": [0, 15], "workflow_restart_mod": [0, 15], "workflowrestartmod": [0, 15], "os_profil": [0, 15], "start_from_task": 0, "run_single_task": [0, 15], "restart_from_task": [0, 15], "depth": 0, "enable_error_detail": 0, "enable_output": 0, "workflow_parameters_fil": [0, 15], "runsingletask": [0, 15], "runwholeworkflow": 0, "startfromtask": [0, 15], "forcerestart": 0, "forcerestartfromspecifictask": [0, 15], "recov": 0, "jobjava": 0, "java_profil": 0, "jobmessag": 0, "jobmessagingfreetext": 0, "use_free_text_messag": 0, "jobmessagingpredefin": 0, "jobmessagingwaitforrepli": 0, "jobnetbackup": 0, "joboeb": 0, "respons": [0, 14], "single_request": 0, "singlerequest": 0, "request_set": 0, "requestset": 0, "set": [0, 4, 9, 12, 14, 15, 16], "program_nam": 0, "jobos400": 0, "jobos400externaljob": 0, "statu": [0, 4, 13, 14, 17], "duplicate_opt": 0, "duplicateopt": 0, "first": [0, 6, 13], "last": 0, "all": [0, 4, 8, 10, 11, 12, 13, 14, 15, 16], "outputqueu": 0, "queue": [0, 15], "jobos400externalsubsystem": 0, "jobos400ful": 0, "jobos400fullcommandlin": 0, "special_environ": 0, "specialenviron": 0, "nativ": [0, 11], "qshell": 0, "s38": 0, "jobos400fulldescriptionjob": 0, "jobos400fullexternaljob": 0, "jobos400fullexternalsubsystem": 0, "jobos400fullmultiplecommand": 0, "jobos400fullprogram": 0, "program": [0, 15], "jobos400fullrestrictedstateact": 0, "devic": 0, "batch_time_limit": 0, "executecommand": 0, "runreclaimstorag": 0, "saveentiresystem": 0, "saveoperationsystem": 0, "jobos400fullscriptfil": 0, "native_script_file_loc": 0, "nativescriptfileloc": 0, "i_f_s_script_file_loc": 0, "ifsscriptfileloc": 0, "embedded_script_file_loc": 0, "embeddedscriptfileloc": 0, "v_t_script_file_embed": 0, "use_instream_jcl": 0, "v_t_script_file_i_f_": 0, "v_t_script_file_n": 0, "jobos400fullsubsystem": 0, "sub_system": 0, "jobos400fullvirtualtermin": 0, "jobos400multiplecommand": 0, "jobos400program": 0, "jobos400virtualtermin": 0, "jobpeoplesoft": [0, 7], "control_id": [0, 15], "server_nam": [0, 15], "process_typ": [0, 15], "append_to_output": [0, 15], "bind_vari": [0, 15], "jobsap": 0, "jobsapbw": 0, "detect_spawned_job": 0, "detectspawnedjob": 0, "detect_and_cr": 0, "detectandcr": 0, "start_spawned_job": 0, "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap": 0, "job_completion_status_depends_on_child_jobs_statu": 0, "comment": 0, "currentjobdefinit": 0, "specificjobdefinit": 0, "jobsapbwinfopackag": 0, "info_packag": 0, "infopackag": 0, "tech_nam": 0, "background_job_nam": 0, "jobsapbwprocesschain": 0, "rerun_opt": 0, "rerunopt": 0, "process_chain_descript": 0, "id": [0, 4, 6, 11, 15], "enable_peridoic_job": 0, "consider_only_overall_chain_statu": 0, "retrieve_log": 0, "rerunfromstart": 0, "restartfromfailiurepoint": 0, "jobsapdataarchiv": 0, "start_condit": 0, "startcondit": 0, "asap": 0, "afterev": 0, "immedi": [0, 9], "jobsapdataarchivingdelet": 0, "archiving_object": 0, "session_numb": 0, "copy_spool_file_to": 0, "jobsapdataarchivingstor": 0, "jobsapdataarchivingwrit": 0, "job_class": 0, "jobclass": 0, "variant": 0, "valid": [0, 8, 13, 14], "check_sess": 0, "check_vari": 0, "jobsapr3": 0, "new_job_nam": 0, "jobsapr3batchinputsess": 0, "exec": 0, "session": 0, "jobsapr3copi": 0, "sap_job_nam": 0, "job_count": 0, "jobcount": 0, "job_count_specific_nam": 0, "after_ev": 0, "after_event_paramet": 0, "copy_from_step": 0, "post_job_act": 0, "postjobact": 0, "group": [0, 11, 12], "firstschedul": 0, "lastschedul": 0, "specificjob": 0, "spool": 0, "spool_fil": 0, "spool_save_to_p_d_f": 0, "job_log": 0, "job_log_fil": 0, "job_completion_status_will_depend_on_application_statu": 0, "copytofil": 0, "copytooutput": 0, "donotcopi": 0, "jobsapr3cr": 0, "rerun_from_step": 0, "spool_list_recipi": 0, "spoollistrecipi": 0, "A": [0, 12, 13, 14, 15, 16], "b": 0, "c": [0, 15], "recipient_typ": 0, "recipienttyp": 0, "recipient_nam": 0, "recipient_copi": 0, "recipient_blind_copi": 0, "recipient_express": 0, "recipt_no_forward": 0, "externaladdress": 0, "faxnumb": 0, "internetaddress": 0, "privatedistributionlist": 0, "remotemailaddress": 0, "sapusernam": 0, "shareddistributionlist": 0, "telexnumb": 0, "x400address": 0, "jobsapr3monitorsapjob": 0, "jobsapr3predefinedsapjob": 0, "jobsapr3sapprofil": 0, "jobsapr3sapprofileactiv": 0, "profile_inform": 0, "profileinform": 0, "profile_id": 0, "profile_typ": 0, "jobsapr3sapprofiledeactiv": 0, "jobsapr3triggersapev": 0, "event_id": 0, "jobsapr3watchsapev": 0, "jobslamanag": [0, 7], "service_prior": [0, 15], "job_runs_deviations_toler": [0, 15], "average_run_time_toler": [0, 15], "averageruntimetoler": [0, 15], "complete_bi": [0, 15], "completebi": [0, 15], "complete_in": [0, 15], "completein": [0, 15], "average_run_tim": [0, 15], "percentag": 0, "jobscript": [0, 7, 12], "jobtandem": 0, "job_own": 0, "jobtandemcommand": 0, "jobtandemembeddedtaclscript": 0, "t_a_c_l_script": 0, "jobtandemexternalprocess": 0, "external_process_id": 0, "externalprocessid": 0, "external_c_p_u_p_i_n": 0, "externalcpupin": 0, "c_p_u_id": 0, "jobtandemprogram": 0, "volum": [0, 15], "jobtandemtaclscript": 0, "jobvmwar": 0, "jobvmwareconfigur": 0, "jobvmwareconfigurationclonevirtualmachin": 0, "new_virtual_machine_nam": 0, "target_host": 0, "datastor": 0, "jobvmwareconfigurationdeploytempl": 0, "jobvmwareconfigurationmigratevirtualmachin": 0, "jobvmwareconfigurationreconfigurevirtualmachin": 0, "number_of_c_p_u": 0, "jobvmwarepow": 0, "virtual_machine_nam": 0, "jobvmwarepoweroff": 0, "jobvmwarepoweron": 0, "jobvmwarepowerreboot": 0, "jobvmwarepowerreset": 0, "jobvmwarepowershutdown": 0, "jobvmwarepowerstandbi": 0, "jobvmwarepowersuspend": 0, "jobvmwaresnapshot": 0, "jobvmwaresnapshotremov": 0, "jobvmwaresnapshotremoveal": 0, "jobvmwaresnapshotrevert": 0, "jobvmwaresnapshotreverttocurr": 0, "jobvmwaresnapshottak": 0, "snapshot_nam": 0, "jobwebservic": [0, 7], "servic": [0, 2, 5, 9, 15], "request_typ": [0, 15], "requesttyp": [0, 15], "input_fil": [0, 15], "soap_header_fil": [0, 15], "override_url_endpoint": [0, 15], "override_content_typ": [0, 15], "http_connection_timeout": [0, 15], "preemptive_http_authent": [0, 15], "exclude_job_output": [0, 15], "include_title_in_output": [0, 15], "soap_request": [0, 15], "output_paramet": [0, 15], "freetext": 0, "inputfil": 0, "jobzo": 0, "system_affin": 0, "scheduling_environ": 0, "request_n_j_e_nod": 0, "task_inform": 0, "taskinform": 0, "control_d_categori": 0, "prevent_n_c_t2": 0, "preventnct2": 0, "outputhandl": 0, "histori": 0, "archiv": 0, "if_collection_list": 0, "step_range_list": 0, "archive_sys_data": 0, "days_to_retain_data": 0, "job_runs_to_retain_data": 0, "auto_arch": 0, "retention_dai": 0, "retention_gener": 0, "from_class": 0, "changeclass": 0, "releas": [0, 4], "flush": 0, "No": [0, 13], "ye": 0, "partition_dataset": 0, "minimum_number_of_track": 0, "emergency_job": 0, "run_as_started_task": 0, "jobzosinstreamjcl": 0, "member": 0, "jcl": 0, "jobzosmemb": 0, "tag_nam": 0, "tagnam": 0, "use_par": 0, "actionmail": 0, "subject": [0, 14], "cc": [0, 14], "attach_output": [0, 14], "notifydoesnotend": 0, "notifydoesnotstart": 0, "notifyexecutiontim": 0, "criteria": [0, 12, 14], "greaterthanaverag": 0, "lessthanaverag": 0, "notifylatecyclicsubmit": 0, "notifynotok": 0, "notifyok": 0, "notifyrerun": 0, "actionoutput": 0, "sourc": [0, 2, 15], "d": [0, 15], "e": [0, 14], "g": 0, "h": 0, "i": [0, 2, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "j": 0, "k": 0, "l": [0, 8, 14, 15, 16], "m": [0, 4, 6, 8, 9, 11, 12, 14, 15, 17], "o": [0, 13, 14], "p": 0, "q": [0, 8], "r": [0, 15], "": [0, 2, 6, 8, 13, 15, 16], "t": [0, 4, 6, 13, 14, 15], "u": [0, 15], "v": 0, "w": [0, 10], "x": 0, "z": 0, "doesnotendswith": 0, "doesnotequ": 0, "doesnotstartswith": 0, "endswith": 0, "equal": 0, "activeperiod": 0, "capturevariablenam": 0, "exceptionalpolici": 0, "foldernam": [0, 14], "fromprocedur": 0, "fromprogram": 0, "locknam": 0, "locktyp": [0, 14], "monthdayscalendar": 0, "notificationtyp": 0, "onfail": 0, "onok": 0, "poolnam": 0, "quantiti": [0, 14], "remov": [0, 14], "toprocedur": 0, "toprogram": 0, "weekdayscalendar": 0, "actionremedi": 0, "summari": [0, 14], "lock_typ": [0, 14], "if_fail": 0, "iffail": 0, "keep": [0, 14], "exclus": [0, 14], "share": [0, 12, 13, 14, 15], "if_ok": 0, "ifok": 0, "discard": 0, "periodic_dai": 0, "periodicdai": 0, "range_d": 0, "ranged": 0, "range_dates_with_tim": 0, "rangedateswithtim": 0, "week_days_rang": 0, "weekdaysrang": 0, "dates_list": 0, "dateslist": 0, "specific_tim": 0, "specifictim": 0, "days_of_week": 0, "from_dat": 0, "to_dat": 0, "time_typ": 0, "timetyp": 0, "allhour": 0, "betweenhour": 0, "none_": 0, "from_dai": 0, "fromdai": 0, "to_dai": 0, "todai": 0, "fri": [0, 14], "mon": [0, 14], "sat": [0, 14], "sun": [0, 12, 14], "thu": [0, 14], "tue": [0, 14], "wed": [0, 14], "actionrun": 0, "lib": 0, "run_as_independent_flow": [0, 14], "actionset": 0, "event_format": 0, "rule": [0, 12], "internal_rul": 0, "business_paramet": 0, "even": [0, 14], "odd": 0, "error_level": 0, "errorlevel": 0, "apply_on": 0, "applyon": 0, "error": [0, 4, 14, 17], "warn": [0, 13], "not_act": 0, "sitestandardrestrictionenum": 0, "sitestandardrestrictionnumer": 0, "sitestandardrestrictionoperatorvalu": 0, "sitestandardrestrictiontext": 0, "active_from": 0, "active_til": 0, "max_wait": 0, "tag_relation_dc_wc": 0, "filter": [0, 4], "host_map": 0, "running_job": 0, "resource_pool": 0, "jan": [0, 14], "feb": [0, 14], "mar": [0, 14], "apr": [0, 14], "mai": [0, 9, 13, 14], "jun": [0, 14, 16], "jul": [0, 14], "aug": [0, 14], "sep": [0, 14], "oct": [0, 14], "nov": [0, 14], "dec": [0, 14], "base": [1, 4, 5, 8, 9, 14], "connectionprofil": [1, 8, 10], "custom_service_nam": 1, "auth_method_access_and_secret_kei": 1, "authmethodaccessandsecretkei": 1, "auth_method_iam_rol": 1, "authmethodiamrol": 1, "use_preemptive_auth": 1, "token_typ": 1, "tokentyp": 1, "access": [1, 6, 11, 13, 14, 15], "ident": 1, "basic_authent": 1, "basicauthent": 1, "grant_type_password": 1, "granttypepassword": 1, "header": [1, 15], "variabl": [1, 7, 8, 12, 15], "output": [1, 4, 14, 15, 16, 17], "ifbas": 1, "event": [1, 7, 12, 16], "resourc": [1, 2, 7, 12], "waitforev": 1, "addev": 1, "deleteev": 1, "notifi": [1, 7], "jobtag": 1, "condit": [1, 14, 16], "action": [1, 4, 7, 12, 15, 16], "after": [2, 8, 10, 13, 14, 15, 16], "you": [2, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "complet": [2, 10, 14, 15, 16], "tutori": [2, 6, 7, 9, 16], "time": [2, 10, 12, 13, 14, 15, 16], "write": 2, "your": [2, 4, 6, 7, 8, 9, 10, 13, 15, 16], "own": [2, 8, 9, 13], "workbench": [2, 3, 4, 6, 7, 9, 13, 14, 16, 17], "which": [2, 4, 8, 9, 11, 13, 14, 15, 16], "free": [2, 6], "backend": [2, 9], "develop": [2, 6, 7, 9], "learn": [2, 13, 16], "how": [2, 6, 13, 14, 16], "creat": [2, 4, 6, 8, 9, 10, 11, 14, 15, 16, 17], "more": [2, 4, 9, 12, 13, 14, 16], "complex": 2, "below": [2, 8, 14], "The": [2, 4, 6, 9, 11, 12, 13, 14, 15, 16], "provis": 2, "autom": [2, 8, 9, 11, 13, 15, 16], "api": [2, 8, 9, 11, 12, 13, 15, 16], "enabl": [2, 7, 8, 12, 13, 14, 15, 16], "easili": [2, 8], "instal": [2, 7, 9, 13, 14, 15, 16], "agent": [2, 8, 11, 13, 14, 16], "document": [2, 9, 11, 14, 15], "helix": [2, 4, 9], "integr": [2, 7, 10, 15, 17], "deriv": [2, 8], "its": [2, 4, 9, 12, 13, 14, 15, 16], "abstract": [2, 4, 9], "exist": [2, 13, 15, 16], "implement": [2, 9], "sinc": [2, 9, 13, 14], "open": 2, "feel": 2, "extens": 2, "can": [2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16], "commun": 2, "pull": 2, "request": 2, "we": [2, 6, 8, 9, 10, 13, 14, 16], "ar": [2, 4, 8, 9, 11, 12, 13, 14, 15], "happi": 2, "review": 2, "core": [3, 7, 8, 9, 10, 13, 16], "submodul": 3, "comm": [3, 8, 9, 13, 16], "aapiclientrespons": [3, 4], "is_ok": [3, 4, 13], "abstractaapicli": [3, 4], "create_onprem": [3, 4, 9], "create_saa": [3, 4, 9], "create_workbench": [3, 4, 9, 13, 16], "environmentmod": [3, 4, 9], "onprem": [3, 4, 9], "saa": [3, 4, 9], "onpremaapicli": [3, 4], "saasaapicli": [3, 4], "credenti": [3, 11, 17], "abstractcredenti": [3, 4, 5, 9], "get_password": [3, 4, 5, 9], "get_usernam": [3, 4, 5, 9], "inputpasswordcredenti": [3, 4, 9], "simplecredenti": [3, 4, 9], "monitor": [3, 7, 17], "confirm_job": [3, 4], "delete_job": [3, 4], "get_output": [3, 4, 10, 13, 16], "get_status": [3, 4], "hold_job": [3, 4], "kill_job": [3, 4], "release_job": [3, 4], "rerun_job": [3, 4], "set_to_ok": [3, 4], "runmonitor": [3, 4, 13, 16], "get_jobid": [3, 4], "get_statu": [3, 4, 16], "open_in_brows": [3, 4], "print_output": [3, 4, 13, 16], "print_status": [3, 4, 16], "abstractworkflow": [3, 4], "add": [3, 4, 8, 10, 13, 14, 15], "chain": [3, 4, 16], "connect": [3, 4, 7, 8, 10, 15], "dump_json": [3, 4], "dumps_json": [3, 4, 8], "get": [3, 4, 7, 9, 15, 17], "get_object": [3, 4], "baseworkflow": [3, 4, 5, 8], "clear_al": [3, 4, 13, 16], "copy_from": [3, 4], "create_folder_hierarchi": [3, 4], "build": [3, 4, 6, 17], "deploi": [3, 4, 6, 8, 11, 14, 17], "run": [3, 4, 6, 7, 9, 10, 11, 12, 14, 15, 17], "workflowdefault": [3, 4, 13, 16], "ext": [3, 7, 9, 10, 13, 16], "keyringcredenti": [3, 5, 9], "viz": [3, 13, 16], "get_graph": [3, 5, 13, 16], "get_subgraph": [3, 5], "success": [4, 15], "result": 4, "abc": [4, 15], "classmethod": 4, "endpoint": [4, 9, 15], "8443": [4, 9, 16], "localhost": [4, 9, 11, 16], "control": [4, 6, 8, 9, 11, 12, 14, 15, 17], "us": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "advanc": [4, 16], "case": [4, 8, 9], "aapicli": 4, "job": [4, 6, 7, 10, 11, 12, 17], "thi": [4, 8, 9, 10, 11, 12, 13, 14, 15, 16], "onli": [4, 9, 11, 13, 15, 16], "appli": [4, 14, 15], "where": [4, 9, 13, 14, 15], "defin": [4, 8, 9, 10, 11, 12, 13, 14, 15], "true": [4, 10, 11, 12, 13, 14, 15, 16], "try": [4, 13, 16], "wa": [4, 13, 14, 16], "alreadi": 4, "log": [4, 15, 16], "describ": 4, "regard": 4, "execut": [4, 9, 10, 13, 14, 15, 16], "run_numb": 4, "0": [4, 10, 11, 14, 15], "hold": 4, "kill": 4, "held": [4, 16], "ok": [4, 8, 14, 16], "monitor_page_uri": 4, "allow": [4, 8, 9, 10, 14], "basic": 4, "similar": [4, 8], "wai": [4, 6, 9, 13, 16], "found": [4, 14, 16], "web": [4, 8, 15, 16], "interfac": [4, 8], "without": [4, 8, 9, 14, 16], "If": [4, 6, 7, 9, 10, 11, 12, 13, 15, 16], "multipl": [4, 9, 11, 13, 14], "same": [4, 8, 9, 13, 14, 15, 16], "determin": [4, 15], "accord": [4, 13, 16], "given": 4, "undefin": 4, "behavior": 4, "exampl": [4, 8, 9, 10, 14, 15, 16], "myjob": [4, 11, 13], "myfold": [4, 12, 13], "subfolder1": 4, "subfolder2": 4, "return": [4, 13, 14, 15, 16], "kwarg": 4, "pretti": 4, "full": 4, "pass": [4, 9, 11, 13, 14, 15, 16], "printer": 4, "specifi": [4, 9, 12, 13, 14, 15], "pritner": 4, "accept": [4, 8, 15], "one": [4, 8, 11, 12, 13, 14], "status": [4, 16], "obj": [4, 5], "inpath": [4, 8, 10, 13, 16], "allow_cr": 4, "obj_list": 4, "srcpath": 4, "destpath": 4, "skip_initial_authent": 4, "fals": [4, 11, 13, 15, 16], "skip_login": 4, "delete_afterward": 4, "current_path": 5, "best": [6, 9], "know": [6, 13], "python": [6, 8, 9, 10, 15, 17], "client": [6, 8, 9, 10, 17], "follow": [6, 9, 10, 11, 13, 14], "guid": 6, "through": [6, 8], "step": [6, 10, 15], "see": [6, 8, 12, 14, 16], "To": [6, 8, 11, 12, 13, 14, 15, 16], "need": [6, 8, 9, 13, 15, 16], "don": [6, 13], "have": [6, 9, 10, 13, 15], "want": [6, 9, 10, 13, 15], "test": [6, 13, 15, 16], "some": [6, 9, 10, 13, 16], "cost": 6, "platform": [6, 8], "suggest": 6, "download": [6, 13, 16], "3": [6, 12, 13, 14, 15], "7": [6, 13, 14, 15, 16], "higher": 6, "recommend": [6, 14], "virtual": 6, "here": [6, 13, 14], "unix": [6, 11], "venv": 6, "bin": [6, 11, 15], "window": 6, "bat": 6, "note": [6, 8, 9, 11, 13, 14, 15, 16], "git": 6, "ctm": [6, 12, 15, 16], "clone": 6, "github": [6, 7], "com": [6, 11, 14, 15], "controlm": [6, 12, 14], "design": 7, "programmat": 7, "built": [7, 13], "data": [7, 13, 15], "scientist": 7, "who": [7, 14], "prefer": [7, 16], "approach": 7, "orchestr": 7, "repo": 7, "work": [7, 9, 13, 14, 17], "auto": [7, 15, 17], "gener": [7, 14, 17], "ai": [7, 8, 17], "plugin": [7, 13, 17], "type": [7, 9, 10, 11, 12, 13, 14, 16, 17], "go": 7, "forward": 7, "link": 7, "extend": 7, "aapi": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "packag": [7, 9, 15], "ctm_python_cli": [7, 8, 9, 10, 13, 16], "These": 8, "manag": [8, 12, 14, 15], "alongsid": 8, "premis": 8, "multi": 8, "cloud": 8, "commerci": 8, "home": [8, 11, 12, 14, 15, 16], "grown": 8, "provid": [8, 9, 14, 16], "other": [8, 12, 13, 14], "palett": 8, "plan": 8, "domain": [8, 11, 16], "new": [8, 10, 13, 15], "jobtyp": 8, "made": 8, "easi": 8, "serv": [8, 9], "necessari": [8, 9], "make": [8, 9, 13, 14], "definit": [8, 10, 11, 12, 13, 14, 15], "let": [8, 13, 16], "simpl": [8, 12, 13], "call": [8, 9, 10, 13], "sshcommand": 8, "It": [8, 9, 13], "two": [8, 9, 14, 15], "paramat": 8, "flag": 8, "addit": [8, 14, 15], "cannot": [8, 13, 14, 16], "edit": [8, 15, 16], "must": [8, 11, 12, 13, 14, 15], "them": [8, 13], "1": [8, 10, 11, 13, 14, 15, 16], "import": [8, 9, 10, 11, 12, 13, 14, 15, 16], "attr": [8, 10], "decor": 8, "aijobsshcommand": 8, "_type": [8, 10], "would": [8, 9, 16], "should": [8, 13, 14, 15, 16], "match": 8, "seen": 8, "section": [8, 14], "lower": 8, "mandatori": 8, "2": [8, 10, 11, 12, 13, 14, 15, 16], "check": [8, 17], "json": [8, 15], "mysshcommand": 8, "hostcp": 8, "aifold": 8, "34": [8, 10, 11, 14], "applicationintegr": 8, "5": [8, 10, 13, 14, 15, 16], "In": [9, 14, 15, 16], "previou": [9, 14, 16], "focus": 9, "issu": [9, 14, 16], "real": [9, 13], "essenti": 9, "practic": 9, "prevent": 9, "leak": 9, "sensit": 9, "inform": [9, 10, 13, 16], "done": [9, 13], "creation": 9, "skip": [9, 13], "initi": [9, 15], "intent": [9, 13], "dure": [9, 14, 15], "construct": 9, "ehich": 9, "em": 9, "There": [9, 13, 16], "kei": [9, 11, 14], "either": [9, 13, 15, 16], "combin": [9, 14], "indic": 9, "slightli": 9, "differ": [9, 14, 15], "constructor": 9, "my_environ": 9, "mymachin": 9, "anoth": [9, 12, 14], "mysaa": 9, "myapikei": 9, "wokrbench": 9, "remot": 9, "machin": [9, 13, 15], "map": 9, "instanc": [9, 13, 14, 15], "8444": 9, "ha": [9, 13, 14], "those": [9, 14], "via": 9, "directli": [9, 13], "least": [9, 14], "written": [9, 15], "plain": 9, "text": [9, 14, 15], "disrupt": 9, "process": [9, 15, 16], "intervent": 9, "keyr": 9, "leverag": 9, "imposs": 9, "vault": 9, "specif": [9, 11, 13, 14, 15], "compani": [9, 12, 14], "polici": [9, 12], "easiest": 9, "mhyhost": 9, "myuser": [9, 11], "sure": 9, "pip": 9, "termin": 9, "servicenam": [9, 11], "distinguish": 9, "between": [9, 15], "product": [9, 16], "also": [9, 12, 13], "do": [9, 11, 13, 14, 15, 16], "set_password": 9, "so": [9, 13, 16], "put": 9, "seem": 9, "signific": 9, "tokenadmin": 9, "9": [10, 11, 13, 14, 15, 16], "21": [10, 11, 14, 15], "100": [10, 11, 15], "abov": 10, "autogen": 10, "modul": 10, "along": 10, "autogener": 10, "generatedplugin": 10, "py": [10, 15], "generate_ai_plugins_class": 10, "output_fil": 10, "aijobexampleplugin": 10, "39": [10, 13, 16], "examplefield": 10, "examplewithdefault": 10, "examplefieldwithdefault": 10, "connectionprofileaiexampleplugin": 10, "examplepassword": 10, "now": [10, 13], "With": 10, "our": [10, 16], "6": [10, 13, 14, 15, 16], "cp": [10, 15], "testcp": 10, "myexamplejob": 10, "my": 10, "4": [10, 13, 14, 16], "testapplicationintegr": 10, "unnam": 10, "echo": [10, 12, 13, 14, 15, 16], "exit": 10, "statist": 10, "20230213085531": 10, "20230213085532": 10, "elaps": 10, "71": [10, 15], "normal": 10, "automationapi": [11, 14, 15], "thei": [11, 16], "referenc": 11, "befor": [11, 14, 16], "relev": 11, "For": [11, 12, 14, 15, 16], "most": 11, "except": 11, "transfer": [11, 15], "uppercas": 11, "letter": 11, "number": [11, 14, 15, 16], "hyphen": 11, "underscor": 11, "up": [11, 14, 15], "30": [11, 14], "avail": [11, 14, 15], "20": [11, 14, 15], "000": [11, 15], "whether": [11, 14, 15], "apach": 11, "cp_spark": 11, "spark_connection_profil": 11, "docker": [11, 15], "hadoop": [11, 15], "cp_ooz": 11, "oozie_connection_profil": 11, "hdp": 11, "cento": 11, "11000": 11, "extractrul": 11, "rule1": 11, "wf1": [11, 15], "user1": [11, 15], "fname1": 11, "jname1": 11, "rule2": 11, "wf2": 11, "user2": 11, "fname2": 11, "jname2": 11, "cp_sqoop": 11, "sqoop_connection_profil": 11, "mypass": 11, "jdbc": 11, "mysql": 11, "driver": 11, "cp_tajo": 11, "tajo_cp": 11, "tajo_hom": 11, "mytajoserv": 11, "26001": 11, "cp_hive": 11, "hive_connection_profil": 11, "hivehost": 11, "10000": 11, "db": 11, "ftcon": 11, "ftpconn": 11, "ctmserver": [11, 12, 14], "ftpserver": 11, "ftpuser": 11, "ftp_pass": 11, "packageparam": 11, "param1": [11, 15], "param2": [11, 15], "sftpconn": 11, "sftpserver": 11, "sftpuser": 11, "ftpsconn": 11, "localconn": 11, "testamazon": 11, "secretaccess": 11, "testcompat": 11, "as2_conn_1": 11, "noai": 11, "partner": 11, "cpdb": [11, 15], "db2_connection_profil": 11, "db2host": 11, "50000": 11, "db2": 11, "jdbc_connection_profil": 11, "pgdrv": 11, "mssql_connection_profil": 11, "2005": 11, "45": [11, 15], "oracle_connection_profil": 11, "orcl": 11, "1521": 11, "postgresql_connection_profil": 11, "postgr": 11, "sybase_connection_profil": 11, "cpsap": 11, "sapcon": 11, "xbp3": 11, "r3": 11, "12": [11, 13, 14, 16], "180": 11, "ip4": 11, "cpinf": 11, "informatica_connect": 11, "inf": 11, "rep": 11, "cpaw": [11, 15], "aws_connection_iamrol": 11, "myrol": 11, "ap": 11, "northeast": 11, "12345": 11, "cpazur": [11, 15], "azure_connect": 11, "mybatch": 11, "centralu": 11, "oppos": 12, "configur": [12, 15], "variou": [12, 14], "ad": [12, 14, 17], "notif": [12, 14], "level": [12, 14], "inherit": [12, 15], "within": [12, 14], "instead": 12, "per": 12, "take": [12, 16], "reduc": [12, 15], "sample_fold": 12, "job1": [12, 14], "am": [12, 16], "job2": [12, 14], "job3": 12, "mysitestandard": 12, "depart": [12, 14], "hr": [12, 14], "bmc": [12, 14, 15], "parent": 12, "offer": [12, 13], "mani": 12, "capabl": [12, 14], "folderwithsubfold": 12, "firstsubfold": 12, "sh": [12, 14, 15], "secondsubfold": 12, "dummyjob": 12, "than": [12, 14], "belong": 12, "enforc": 12, "site": 12, "busi": 12, "order": [12, 14, 15, 16], "ignor": 12, "notebook": 12, "samplefold": [12, 14], "sitestd": [12, 14], "applicationnam": [12, 14], "subappl": [12, 14], "41": [12, 14, 15], "foldersampl": [12, 14], "lot": [12, 14], "haw": [12, 14], "var1": [12, 14, 15], "val": [12, 14], "var2": [12, 14], "val2": [12, 14, 15], "organ": 13, "pc": 13, "task": [13, 15, 16], "worbench": 13, "each": [13, 14, 15], "purpos": 13, "hello": [13, 14, 15, 16], "world": 13, "myfirstjob": [13, 14], "could": 13, "posit": 13, "mean": [13, 14], "although": 13, "yet": 13, "root": [13, 14, 15], "insid": 13, "myfirstfold": 13, "equival": 13, "everyth": 13, "still": 13, "reciev": 13, "perform": [13, 15], "choos": 13, "anytim": 13, "8": [13, 14, 16], "exisit": 13, "exisitng": 13, "Then": 13, "final": 13, "clear": 13, "firstjob": 13, "come": 13, "secondjob": 13, "mysecondjob": 13, "visus": 13, "graphviz": 13, "org": [13, 15], "forget": 13, "prompt": 13, "visual": 13, "represent": 13, "10": [13, 14, 15, 16], "11": [13, 14, 16], "inconvenint": 13, "syntact": 13, "sugar": 13, "13": [13, 14, 16], "mythirdjob": 13, "third": 13, "chainedjob": 13, "doe": [13, 14, 16], "mark": [13, 14, 16], "again": [13, 14, 16], "14": [13, 14, 16], "myjob1": 13, "myjob2": 13, "hello2": 13, "testjobdummi": 13, "sleep": [13, 16], "give": [13, 16], "finish": [13, 15, 16], "assert": 13, "15": [13, 14, 16], "receiv": [13, 14], "both": [14, 16], "relat": 14, "By": [14, 16], "account": [14, 15], "difer": 14, "did": 14, "date": 14, "kept": 14, "until": [14, 16], "maximum": [14, 15], "retriev": 14, "th": 14, "over": 14, "boolean": 14, "retroact": 14, "down": 14, "due": 14, "hardwar": 14, "soon": 14, "inact": 14, "48": [14, 15], "intend": 14, "format": [14, 15], "append": [14, 15], "mysubfolder1": 14, "otherjob": 14, "goodscenario": 14, "sendmail": 14, "ran": [14, 16], "successfulli": [14, 15], "team": 14, "comp": 14, "badscenario": 14, "nok": 14, "runcorrectivejob": 14, "remedy_fold": 14, "remedyjob": 14, "alertifnok": 14, "alertifjobisstuck": 14, "1200": 14, "didnt": 14, "calendar": 14, "sever": 14, "under": 14, "refer": 14, "previous": 14, "wait": [14, 16], "constant": 14, "hoc": 14, "manner": 14, "onc": 14, "constraint": 14, "obei": 14, "Not": [14, 16], "support": 14, "One": 14, "week": 14, "ddaywn": 14, "dmonw2": 14, "mondai": 14, "2nd": 14, "year": 14, "rang": [14, 15], "31": 14, "fromtim": 14, "hhmm": 14, "totim": 14, "submit": [14, 15, 16], "origin": 14, "everydai": 14, "met": 14, "never": 14, "mm": 14, "dd": 14, "enclos": 14, "quot": 14, "separ": [14, 15], "comma": [14, 15], "specificd": 14, "weekdai": 14, "monthdai": 14, "howev": 14, "22": [14, 15], "1500": 14, "1800": 14, "03": 14, "01": [14, 15, 16], "trigger": [14, 16], "fulfil": 14, "fail": [14, 16], "unsuccessfulli": 14, "send": [14, 15], "email": 14, "action_if_failur": 14, "notok": [14, 16], "mailtoteam": 14, "jobnam": 14, "myteam": 14, "mail": 14, "actionbynumberofrerun": 14, "runjob": 14, "folder1": 14, "failur": [14, 15, 16], "actionbynumberoffailur": 14, "actionbyjobnotsubmit": 14, "actionbyoutputnotfound": 14, "actionbynumberexecut": 14, "outputfound": 14, "myfil": 14, "featur": 14, "enterpris": 14, "logic": [14, 15], "variablevalu": 14, "ipaddress": 14, "runjob1": 14, "recipi": 14, "semicolon": 14, "attach": 14, "just": [14, 16], "rerunact": 14, "setvari": 14, "settook": 14, "16": [14, 16], "settonotok": 14, "disabl": 14, "cyclic": [14, 16], "attribut": 14, "17": 14, "18": [14, 16], "correctivejob": 14, "010218": 14, "cvar1": 14, "val1": [14, 15], "cvar2": 14, "19": [14, 15], "notifyact": 14, "remedi": 14, "ticket": 14, "remedyticket": 14, "node": 14, "nodeid": 14, "compstat": 14, "runcount": 14, "copyoutput": 14, "copyher": 14, "documentaion": 14, "certain": 14, "scenario": [14, 16], "notify1": 14, "23": 14, "NOT": 14, "24": 14, "1510": 14, "expect": [14, 15], "25": 14, "didn": 14, "less": 14, "26": 14, "12h20": 14, "1220": 14, "27": 14, "reran": 14, "subsequ": 14, "submiss": 14, "late": 14, "28": 14, "pool": 14, "known": 14, "quantit": 14, "semaphor": 14, "concurr": 14, "29": 14, "resourcesampl": 14, "semaphore1": 14, "lock": 14, "mutex": 14, "lock1": 14, "frequenc": 14, "express": 14, "whole": 14, "calcul": [14, 15], "current": 14, "cycl": 14, "usag": 14, "mmdd": 14, "0511": 14, "show": [14, 15, 16], "32": 14, "waitforeventlist": 14, "e1": 14, "e2": 14, "e3": 14, "33": 14, "addeventlistobject": 14, "e4": 14, "deleteeventlistobject": 14, "e5": 14, "40": 15, "jobcommandsampl": 15, "42": 15, "mycommand": 15, "myhost": 15, "43": 15, "jobscriptsampl": 15, "44": 15, "jobscriptsam": 15, "itself": [15, 16], "escap": 15, "jobembeddedscriptsampl": 15, "filenam": 15, "bash": 15, "necho": 15, "bye": [15, 16], "filetransf": 15, "dual": 15, "attempt": 15, "99": 15, "local": 15, "filesystem": 15, "amazon": 15, "s3": 15, "compat": 15, "storag": 15, "bucket": 15, "46": 15, "jobfiletransfersampl": 15, "cp1": 15, "cp2": 15, "file1": 15, "cmt": 15, "file2": 15, "47": 15, "transer": 15, "transfers3toloc": 15, "amazoncp": 15, "localcp": 15, "empti": 15, "detect": 15, "jobfilewatchercreatesampl": 15, "txt": 15, "201705041535": 15, "201805041535": 15, "10b": 15, "1y": 15, "1d2h4min": 15, "49": 15, "jobfilewatcherdeletesampl": 15, "embed": 15, "replac": 15, "row": 15, "long": 15, "commit": 15, "sysout": [15, 16], "xml": 15, "csv": 15, "html": 15, "50": 15, "jobembeddedquerysampl": 15, "select": 15, "firstparamnam": 15, "AS": 15, "BY": [15, 16], "desc": 15, "dictionari": 15, "appear": [15, 16], "pair": 15, "51": 15, "jobdatabasesqlscriptsampl": 15, "procedur": 15, "resid": 15, "oracl": 15, "52": 15, "jobdatabasestoredproceduresampl": 15, "public": 15, "rv": 15, "210": 15, "53": 15, "jobdatabasemssqlagentjobsampl": 15, "get_vers": 15, "collector": 15, "220": 15, "54": 15, "jobdatabasemssql_ssissampl": 15, "sqltracecollect": 15, "env_nam": 15, "dbauser": 15, "desktop": 15, "dtsconfig": 15, "test2": 15, "propertynam": 15, "propertyvalu": 15, "propertyname2": 15, "propertyvalue2": 15, "55": 15, "jobhadoopsparkpythonsampl": 15, "56": 15, "1000": 15, "120": 15, "master": 15, "yarn": 15, "num": 15, "executor": 15, "57": 15, "jobhadoopsparkscalajavasampl": 15, "scalaprogram": 15, "jar": 15, "mycomp": 15, "sparkscalaprogramnam": 15, "mainclassnam": 15, "58": 15, "jobhadooppigsampl": 15, "pg": 15, "59": 15, "jobhadoopsqoopsampl": 15, "tabl": 15, "foo": [15, 16], "dir": 15, "dest_dir": 15, "latin1": 15, "60": 15, "jobhadoophivesampl": 15, "amount": 15, "topic": 15, "food": 15, "logger": 15, "info": 15, "61": 15, "jobhadoopdistcpsampl": 15, "hdf": 15, "nns2": 15, "8020": 15, "bar": 15, "nns1": 15, "filelimit": 15, "62": 15, "jobhadoophdfscommandssampl": 15, "nn": 15, "localfil": 15, "rm": 15, "emptydir": 15, "63": 15, "jobhadoophdfsfilewatchersampl": 15, "64": [15, 16], "jobhadoopooziesampl": 15, "inputdir": 15, "usr": 15, "tucu": 15, "outputdir": 15, "65": 15, "jobhadoopmapreducesampl": 15, "mapreduc": 15, "66": 15, "jobhadoopmapredstreamingsampl": 15, "tmp": 15, "mapper": 15, "permiss": 15, "umask": 15, "stream": 15, "67": 15, "jobhadooptajoinputfilesampl": 15, "tajo_command": 15, "68": 15, "jobhadooptajoquerysampl": 15, "peoplesoft": 15, "runtim": [15, 16], "author": 15, "userdef": 15, "69": 15, "jobpeoplesoftsampl": 15, "cp_p": 15, "ps_user": 15, "controlid": 15, "ptype": 15, "pname": 15, "supportu": 15, "monthli": 15, "en": 15, "api_coderef_jobtypes_dataintegr": 15, "htm": 15, "informatica": 15, "suspend": 15, "satu": 15, "70": 15, "jobinformaticasampl": 15, "cp_inf": 15, "poc": 15, "wf_test": 15, "myinstanc": 15, "osprofil": 15, "s_maptest_success": 15, "opt": 15, "prop": 15, "aw": 15, "lambda": 15, "latest": 15, "jobawslambdasampl": 15, "fname": 15, "myvar": 15, "value1": 15, "othervar": 15, "value2": 15, "state": [15, 16], "72": 15, "jobawsstepfunctionsampl": 15, "smach1": 15, "exec1": 15, "var": 15, "revis": 15, "size": 15, "item": 15, "depend": [15, 16], "overrid": 15, "imag": 15, "megabyt": 15, "reserv": 15, "vcpu": 15, "retri": 15, "timeout": 15, "durat": 15, "73": 15, "jobawsbatchsampl": 15, "batchjob": 15, "jobdef": 15, "queue1": 15, "job5": 15, "azur": 15, "app": 15, "74": 15, "jobazurefunctionsampl": 15, "azurefunct": 15, "funcapp": 15, "firstparamvalu": 15, "secondparamnam": 15, "secondparamvalu": 15, "75": 15, "jobazurelogicappssampl": 15, "logic_app": 15, "limit": 15, "period": 15, "76": 15, "jobazurebatchaccountsampl": 15, "azurejob": 15, "servlet": 15, "java": 15, "wjm": 15, "plug": 15, "77": 15, "jobwebservicessampl": 15, "cp_w": 15, "www": 15, "dneonlin": 15, "asmx": 15, "wsdl": 15, "myhead": 15, "calculatorsoap": 15, "myoverridehost": 15, "2345": 15, "element": 15, "addrespons": 15, "addresult": 15, "httpcode": 15, "testresultadd": 15, "inta": 15, "97": 15, "intb": 15, "345": 15, "encod": 15, "soapenv": 15, "envelop": 15, "xmln": 15, "xmlsoap": 15, "soap": 15, "tem": 15, "tempuri": 15, "98978": 15, "75675": 15, "78": 15, "jobslamanagementsampl": 15, "sla": 15, "00": [15, 16], "helloworld": 16, "countfil": 16, "wc": 16, "testmonitor": 16, "probabl": 16, "satisfi": 16, "print_statu": 16, "printout": 16, "heirarchi": 16, "aggreg": 16, "few": 16, "enough": 16, "entir": 16, "end_tim": 16, "2022": 16, "estimated_end_tim": 16, "estimated_start_tim": 16, "0001g": 16, "0001i": 16, "job_json": 16, "log_uri": 16, "number_of_run": 16, "order_d": 16, "output_uri": 16, "runobject": 16, "121": 16, "785": 16, "were": 16, "therefor": 16, "becaus": 16, "indenpend": 16, "detail": 16, "desir": 16, "forc": 16, "continu": 16, "daili": 16, "odat": 16, "20220614": 16, "5065": 16, "freed": 16, "5402": 16, "TO": 16, "5105": 16, "AT": 16, "20220614110115": 16, "ON": 16, "5101": 16, "chang": 16, "5120": 16, "20220614110116": 16, "oscompstat": 16, "127": 16, "runcnt": 16, "5100": 16, "cmd": 16, "log_00001k_00001": 16, "5169": 16, "OF": 16, "5134": 16, "analyz": 16, "post": 16, "0000001k_001": 16, "notic": 16, "tri": 16, "caus": 16, "possibl": 16, "forgot": 16, "typo": 16, "troubleshoot": 17}, "objects": {"": [[0, 0, 0, "-", "aapi"], [3, 0, 0, "-", "ctm_python_client"]], "aapi": [[0, 0, 0, "-", "action"], [0, 0, 0, "-", "addevents"], [0, 0, 0, "-", "ai"], [0, 0, 0, "-", "basefolder"], [0, 0, 0, "-", "bases"], [0, 0, 0, "-", "businessfield"], [0, 0, 0, "-", "businessparameter"], [0, 0, 0, "-", "calendar"], [0, 0, 0, "-", "calendarfields"], [0, 0, 0, "-", "calendarkey"], [0, 0, 0, "-", "captureoutput"], [0, 0, 0, "-", "condition"], [0, 0, 0, "-", "config"], [0, 0, 0, "-", "connectionprofile"], [0, 0, 0, "-", "ctbruledata"], [0, 0, 0, "-", "date"], [0, 0, 0, "-", "definitionitemdetails"], [0, 0, 0, "-", "deleteevents"], [0, 0, 0, "-", "disallowedoptions"], [0, 0, 0, "-", "do"], [0, 0, 0, "-", "donotify"], [0, 0, 0, "-", "driver"], [0, 0, 0, "-", "endpoint"], [0, 0, 0, "-", "event"], [0, 0, 0, "-", "extractrule"], [0, 0, 0, "-", "filetransfer"], [0, 0, 0, "-", "filetransfergroup"], [0, 0, 0, "-", "flow_"], [0, 0, 0, "-", "folderclientdata"], [0, 0, 0, "-", "folderjobbase"], [0, 0, 0, "-", "hostfiletransfer"], [0, 0, 0, "-", "hostmapping"], [0, 0, 0, "-", "ifbase"], [0, 0, 0, "-", "ifcollection"], [0, 0, 0, "-", "ifrerun"], [1, 0, 0, "-", "integration_factory"], [0, 0, 0, "-", "internalrule"], [0, 0, 0, "-", "iteminfo"], [0, 0, 0, "-", "job"], [0, 0, 0, "-", "jobsfilter"], [0, 0, 0, "-", "jobtag"], [0, 0, 0, "-", "mail"], [0, 0, 0, "-", "notify"], [0, 0, 0, "-", "on"], [0, 0, 0, "-", "output"], [0, 0, 0, "-", "package"], [0, 0, 0, "-", "packageparams"], [0, 0, 0, "-", "period"], [0, 0, 0, "-", "possibleoptions"], [0, 0, 0, "-", "propertycondition"], [0, 0, 0, "-", "rbcdetails"], [0, 0, 0, "-", "remedy"], [0, 0, 0, "-", "resource"], [0, 0, 0, "-", "resourcepools"], [0, 0, 0, "-", "run"], [0, 0, 0, "-", "runningjobs"], [0, 0, 0, "-", "set_"], [0, 0, 0, "-", "sitestandard"], [0, 0, 0, "-", "sitestandarddata"], [0, 0, 0, "-", "sitestandardoperatorvalueoptions"], [0, 0, 0, "-", "sitestandardpolicy"], [0, 0, 0, "-", "sitestandardpolicydata"], [0, 0, 0, "-", "sitestandardpossiblevalue"], [0, 0, 0, "-", "sitestandardrestriction"], [0, 0, 0, "-", "steprange"], [0, 0, 0, "-", "tag"], [0, 0, 0, "-", "time"], [0, 0, 0, "-", "variable"], [0, 0, 0, "-", "waitforevents"], [0, 0, 0, "-", "workloadflat"], [0, 0, 0, "-", "workloadpolicy"], [0, 0, 0, "-", "wpperiod"], [0, 0, 0, "-", "year"]], "aapi.action": [[0, 1, 1, "", "Action"], [0, 1, 1, "", "ActionRerun"], [0, 1, 1, "", "ActionSetToNotOK"], [0, 1, 1, "", "ActionSetToOK"], [0, 1, 1, "", "ActionStopCyclicRun"]], "aapi.action.Action": [[0, 2, 1, "", "action_field"], [0, 2, 1, "", "object_name"]], "aapi.action.ActionRerun": [[0, 2, 1, "", "object_name"]], "aapi.action.ActionSetToNotOK": [[0, 2, 1, "", "object_name"]], "aapi.action.ActionSetToOK": [[0, 2, 1, "", "object_name"]], "aapi.action.ActionStopCyclicRun": [[0, 2, 1, "", "object_name"]], "aapi.addevents": [[0, 1, 1, "", "AddEvents"]], "aapi.addevents.AddEvents": [[0, 2, 1, "", "events"], [0, 2, 1, "", "object_name"]], "aapi.ai": [[0, 1, 1, "", "AIConnectionProfile"], [0, 1, 1, "", "AIJob"]], "aapi.ai.AIConnectionProfile": [[0, 3, 1, "", "field"], [0, 3, 1, "", "field_optional"], [0, 2, 1, "", "object_name"], [0, 3, 1, "", "type_field"]], "aapi.ai.AIJob": [[0, 2, 1, "", "connection_profile"], [0, 3, 1, "", "field"], [0, 3, 1, "", "field_optional"], [0, 2, 1, "", "object_name"], [0, 3, 1, "", "type_field"]], "aapi.basefolder": [[0, 1, 1, "", "Folder"], [0, 1, 1, "", "SimpleFolder"]], "aapi.basefolder.Folder": [[0, 1, 1, "", "ActiveRetentionPolicy"], [0, 1, 1, "", "AdjustEvents"], [0, 1, 1, "", "DaysKeepActive"], [0, 1, 1, "", "DocumentationFile"], [0, 1, 1, "", "DocumentationUrl"], [0, 1, 1, "", "MustEnd"], [0, 1, 1, "", "Priority"], [0, 1, 1, "", "Rerun"], [0, 1, 1, "", "RerunIntervals"], [0, 1, 1, "", "RerunLimit"], [0, 1, 1, "", "RerunSpecificTimes"], [0, 1, 1, "", "Sac"], [0, 1, 1, "", "When"], [0, 2, 1, "", "active_retention_policy"], [0, 2, 1, "", "add_events_list"], [0, 2, 1, "", "adjust_events"], [0, 2, 1, "", "application"], [0, 2, 1, "", "confirm"], [0, 2, 1, "", "created_by"], [0, 2, 1, "", "days_keep_active"], [0, 2, 1, "", "days_keep_active_if_not_ok"], [0, 2, 1, "", "delete_events_list"], [0, 2, 1, "", "description"], [0, 2, 1, "", "documentation_file"], [0, 2, 1, "", "documentation_url"], [0, 2, 1, "", "events_to_add"], [0, 2, 1, "", "events_to_delete"], [0, 2, 1, "", "if_list"], [0, 2, 1, "", "member_library"], [0, 2, 1, "", "must_end"], [0, 2, 1, "", "notify_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "priority"], [0, 2, 1, "", "rerun"], [0, 2, 1, "", "rerun_intervals"], [0, 2, 1, "", "rerun_limit"], [0, 2, 1, "", "rerun_specific_times"], [0, 2, 1, "", "resource_lock_list"], [0, 2, 1, "", "run_as"], [0, 2, 1, "", "sac"], [0, 2, 1, "", "statistics_calendar"], [0, 2, 1, "", "sub_application"], [0, 2, 1, "", "sub_folder_list"], [0, 2, 1, "", "time_zone"], [0, 2, 1, "", "variables"], [0, 2, 1, "", "wait_for_events"], [0, 2, 1, "", "wait_for_events_list"], [0, 2, 1, "", "when"]], "aapi.basefolder.Folder.ActiveRetentionPolicy": [[0, 2, 1, "", "CleanEndedOK"], [0, 2, 1, "", "KeepAll"]], "aapi.basefolder.Folder.AdjustEvents": [[0, 2, 1, "", "Bridge"], [0, 2, 1, "", "Dummy"], [0, 2, 1, "", "N"], [0, 2, 1, "", "Y"]], "aapi.basefolder.Folder.DaysKeepActive": [[0, 2, 1, "", "Forever"]], "aapi.basefolder.Folder.DocumentationFile": [[0, 2, 1, "", "file_name"], [0, 2, 1, "", "path"]], "aapi.basefolder.Folder.DocumentationUrl": [[0, 2, 1, "", "file_name"], [0, 2, 1, "", "url"]], "aapi.basefolder.Folder.MustEnd": [[0, 2, 1, "", "days"], [0, 2, 1, "", "hours"], [0, 2, 1, "", "minutes"]], "aapi.basefolder.Folder.Priority": [[0, 2, 1, "", "High"], [0, 2, 1, "", "Low"], [0, 2, 1, "", "Medium"], [0, 2, 1, "", "Very_High"], [0, 2, 1, "", "Very_Low"]], "aapi.basefolder.Folder.Rerun": [[0, 1, 1, "", "From"], [0, 1, 1, "", "Units"], [0, 2, 1, "", "every"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "times"], [0, 2, 1, "", "units"]], "aapi.basefolder.Folder.Rerun.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.basefolder.Folder.Rerun.Units": [[0, 2, 1, "", "Days"], [0, 2, 1, "", "Hours"], [0, 2, 1, "", "Minutes"]], "aapi.basefolder.Folder.RerunIntervals": [[0, 1, 1, "", "From"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "intervals"], [0, 2, 1, "", "times"]], "aapi.basefolder.Folder.RerunIntervals.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.basefolder.Folder.RerunLimit": [[0, 1, 1, "", "From"], [0, 1, 1, "", "Units"], [0, 2, 1, "", "every"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "rerun_member"], [0, 2, 1, "", "times"], [0, 2, 1, "", "units"]], "aapi.basefolder.Folder.RerunLimit.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.basefolder.Folder.RerunLimit.Units": [[0, 2, 1, "", "Days"], [0, 2, 1, "", "Hours"], [0, 2, 1, "", "Minutes"]], "aapi.basefolder.Folder.RerunSpecificTimes": [[0, 2, 1, "", "at"], [0, 2, 1, "", "times"], [0, 2, 1, "", "tolerance"]], "aapi.basefolder.Folder.Sac": [[0, 2, 1, "", "Default"], [0, 2, 1, "", "Next"], [0, 2, 1, "", "Prev"], [0, 2, 1, "", "SmartFolderNext"], [0, 2, 1, "", "SmartFolderPrev"]], "aapi.basefolder.Folder.When": [[0, 1, 1, "", "DaysRelation"], [0, 1, 1, "", "RuleBasedCalendars"], [0, 2, 1, "", "active_period"], [0, 2, 1, "", "days"], [0, 2, 1, "", "days_relation"], [0, 2, 1, "", "end_date"], [0, 2, 1, "", "from_time"], [0, 2, 1, "", "month_days"], [0, 2, 1, "", "month_days_calendar"], [0, 2, 1, "", "months"], [0, 2, 1, "", "rule_based_calendars"], [0, 2, 1, "", "schedule"], [0, 2, 1, "", "specific_dates"], [0, 2, 1, "", "start_date"], [0, 2, 1, "", "to_time"], [0, 2, 1, "", "week_days"], [0, 2, 1, "", "week_days_calendar"]], "aapi.basefolder.Folder.When.DaysRelation": [[0, 2, 1, "", "AND"], [0, 2, 1, "", "OR"]], "aapi.basefolder.Folder.When.RuleBasedCalendars": [[0, 2, 1, "", "calendar_rule_based_list"], [0, 2, 1, "", "excluded"], [0, 2, 1, "", "included"]], "aapi.basefolder.SimpleFolder": [[0, 1, 1, "", "OrderMethod"], [0, 2, 1, "", "business_fields"], [0, 2, 1, "", "controlm_server"], [0, 2, 1, "", "flow_list"], [0, 2, 1, "", "folder_client_data_list"], [0, 2, 1, "", "folder_library"], [0, 2, 1, "", "job_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "order_method"], [0, 2, 1, "", "site_standard"]], "aapi.basefolder.SimpleFolder.OrderMethod": [[0, 2, 1, "", "Automatic"], [0, 2, 1, "", "Manual"]], "aapi.bases": [[0, 1, 1, "", "AAPIJob"], [0, 1, 1, "", "AAPIObject"]], "aapi.bases.AAPIObject": [[0, 3, 1, "", "as_aapi_dict"], [0, 3, 1, "", "as_dict"], [0, 3, 1, "", "dump_aapi"], [0, 3, 1, "", "dumps_aapi"]], "aapi.businessfield": [[0, 1, 1, "", "BusinessField"]], "aapi.businessfield.BusinessField": [[0, 2, 1, "", "object_name"]], "aapi.businessparameter": [[0, 1, 1, "", "BusinessParameter"]], "aapi.businessparameter.BusinessParameter": [[0, 1, 1, "", "Characters"], [0, 1, 1, "", "Exclude"], [0, 1, 1, "", "Include"], [0, 2, 1, "", "characters"], [0, 2, 1, "", "exclude"], [0, 2, 1, "", "include"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameter_name"], [0, 2, 1, "", "required"]], "aapi.businessparameter.BusinessParameter.Characters": [[0, 1, 1, "", "Alphanumeric"], [0, 1, 1, "", "Any"], [0, 2, 1, "", "alphanumeric"], [0, 2, 1, "", "any"], [0, 2, 1, "", "maximum_length"], [0, 2, 1, "", "minimum_length"]], "aapi.businessparameter.BusinessParameter.Characters.Alphanumeric": [[0, 2, 1, "", "digits"], [0, 2, 1, "", "lowercase_letters"], [0, 2, 1, "", "specific_characters"], [0, 2, 1, "", "uppercase_letters"]], "aapi.businessparameter.BusinessParameter.Characters.Any": [[0, 2, 1, "", "except_for_characters"]], "aapi.businessparameter.BusinessParameter.Exclude": [[0, 2, 1, "", "patterns"], [0, 2, 1, "", "values"]], "aapi.businessparameter.BusinessParameter.Include": [[0, 2, 1, "", "patterns"], [0, 2, 1, "", "values"]], "aapi.calendar": [[0, 1, 1, "", "Calendar"], [0, 1, 1, "", "CalendarPeriodic"], [0, 1, 1, "", "CalendarRegular"], [0, 1, 1, "", "CalendarRuleBased"], [0, 1, 1, "", "CalendarRuleBasedCalendar"]], "aapi.calendar.Calendar": [[0, 2, 1, "", "object_name"]], "aapi.calendar.CalendarPeriodic": [[0, 1, 1, "", "Server"], [0, 1, 1, "", "When"], [0, 2, 1, "", "alias"], [0, 2, 1, "", "description"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "server"], [0, 2, 1, "", "when"]], "aapi.calendar.CalendarPeriodic.Server": [[0, 2, 1, "", "Global"]], "aapi.calendar.CalendarPeriodic.When": [[0, 2, 1, "", "periods"]], "aapi.calendar.CalendarRegular": [[0, 1, 1, "", "Server"], [0, 1, 1, "", "When"], [0, 2, 1, "", "alias"], [0, 2, 1, "", "description"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "server"], [0, 2, 1, "", "when"]], "aapi.calendar.CalendarRegular.Server": [[0, 2, 1, "", "Global"]], "aapi.calendar.CalendarRegular.When": [[0, 2, 1, "", "years"]], "aapi.calendar.CalendarRuleBased": [[0, 1, 1, "", "When"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "when"]], "aapi.calendar.CalendarRuleBased.When": [[0, 1, 1, "", "ConfirmationCalendars"], [0, 1, 1, "", "DaysKeepActive"], [0, 1, 1, "", "DaysRelation"], [0, 2, 1, "", "active_period"], [0, 2, 1, "", "confirmation_calendars"], [0, 2, 1, "", "days_keep_active"], [0, 2, 1, "", "days_relation"], [0, 2, 1, "", "end_date"], [0, 2, 1, "", "month_days"], [0, 2, 1, "", "month_days_calendar"], [0, 2, 1, "", "months"], [0, 2, 1, "", "schedule"], [0, 2, 1, "", "specific_dates"], [0, 2, 1, "", "start_date"], [0, 2, 1, "", "week_days"], [0, 2, 1, "", "week_days_calendar"]], "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars": [[0, 1, 1, "", "ExceptionPolicy"], [0, 2, 1, "", "calendar"], [0, 2, 1, "", "exception_policy"], [0, 2, 1, "", "shift_by"]], "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.ExceptionPolicy": [[0, 2, 1, "", "DoNotOrder"], [0, 2, 1, "", "OrderAnyway"], [0, 2, 1, "", "OrderOnNextConfirmedDay"], [0, 2, 1, "", "OrderOnPreviousConfirmedDay"]], "aapi.calendar.CalendarRuleBased.When.DaysKeepActive": [[0, 2, 1, "", "Forever"]], "aapi.calendar.CalendarRuleBased.When.DaysRelation": [[0, 2, 1, "", "AND"], [0, 2, 1, "", "OR"]], "aapi.calendar.CalendarRuleBasedCalendar": [[0, 1, 1, "", "Server"], [0, 1, 1, "", "When"], [0, 2, 1, "", "alias"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "server"], [0, 2, 1, "", "when"]], "aapi.calendar.CalendarRuleBasedCalendar.Server": [[0, 2, 1, "", "Global"]], "aapi.calendar.CalendarRuleBasedCalendar.When": [[0, 1, 1, "", "ConfirmationCalendars"], [0, 1, 1, "", "DaysKeepActive"], [0, 1, 1, "", "DaysRelation"], [0, 2, 1, "", "active_period"], [0, 2, 1, "", "confirmation_calendars"], [0, 2, 1, "", "days_keep_active"], [0, 2, 1, "", "days_relation"], [0, 2, 1, "", "end_date"], [0, 2, 1, "", "month_days"], [0, 2, 1, "", "month_days_calendar"], [0, 2, 1, "", "months"], [0, 2, 1, "", "schedule"], [0, 2, 1, "", "specific_dates"], [0, 2, 1, "", "start_date"], [0, 2, 1, "", "week_days"], [0, 2, 1, "", "week_days_calendar"]], "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars": [[0, 1, 1, "", "ExceptionPolicy"], [0, 2, 1, "", "calendar"], [0, 2, 1, "", "exception_policy"], [0, 2, 1, "", "shift_by"]], "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.ExceptionPolicy": [[0, 2, 1, "", "DoNotOrder"], [0, 2, 1, "", "OrderAnyway"], [0, 2, 1, "", "OrderOnNextConfirmedDay"], [0, 2, 1, "", "OrderOnPreviousConfirmedDay"]], "aapi.calendar.CalendarRuleBasedCalendar.When.DaysKeepActive": [[0, 2, 1, "", "Forever"]], "aapi.calendar.CalendarRuleBasedCalendar.When.DaysRelation": [[0, 2, 1, "", "AND"], [0, 2, 1, "", "OR"]], "aapi.calendarfields": [[0, 1, 1, "", "CalendarFields"], [0, 1, 1, "", "CalendarFieldsPeriodic"], [0, 1, 1, "", "CalendarFieldsRegular"], [0, 1, 1, "", "CalendarFieldsRuleBased"]], "aapi.calendarfields.CalendarFields": [[0, 2, 1, "", "object_name"]], "aapi.calendarfields.CalendarFieldsPeriodic": [[0, 2, 1, "", "object_name"]], "aapi.calendarfields.CalendarFieldsRegular": [[0, 2, 1, "", "object_name"]], "aapi.calendarfields.CalendarFieldsRuleBased": [[0, 2, 1, "", "object_name"]], "aapi.calendarkey": [[0, 1, 1, "", "CalendarKey"], [0, 1, 1, "", "CalendarKeyPeriodic"], [0, 1, 1, "", "CalendarKeyRegular"], [0, 1, 1, "", "CalendarKeyRuleBased"]], "aapi.calendarkey.CalendarKey": [[0, 2, 1, "", "object_name"]], "aapi.calendarkey.CalendarKeyPeriodic": [[0, 2, 1, "", "object_name"]], "aapi.calendarkey.CalendarKeyRegular": [[0, 2, 1, "", "object_name"]], "aapi.calendarkey.CalendarKeyRuleBased": [[0, 2, 1, "", "object_name"]], "aapi.captureoutput": [[0, 1, 1, "", "ActionCaptureOutput"]], "aapi.captureoutput.ActionCaptureOutput": [[0, 1, 1, "", "Capture"], [0, 1, 1, "", "ForwardBy"], [0, 1, 1, "", "VariableName"], [0, 2, 1, "", "capture"], [0, 2, 1, "", "forward_by"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "search"], [0, 2, 1, "", "variable_name"]], "aapi.captureoutput.ActionCaptureOutput.Capture": [[0, 2, 1, "", "UpToEndOfLine"], [0, 2, 1, "", "var_"]], "aapi.captureoutput.ActionCaptureOutput.ForwardBy": [[0, 1, 1, "", "ColumnsOption"], [0, 1, 1, "", "Delimiter"], [0, 2, 1, "", "columns"], [0, 2, 1, "", "columns_option"], [0, 2, 1, "", "delimiter"], [0, 2, 1, "", "lines"]], "aapi.captureoutput.ActionCaptureOutput.ForwardBy.ColumnsOption": [[0, 2, 1, "", "Characters"], [0, 2, 1, "", "Words"]], "aapi.captureoutput.ActionCaptureOutput.ForwardBy.Delimiter": [[0, 2, 1, "", "Space"], [0, 2, 1, "", "Tab"], [0, 2, 1, "", "WhiteSpace"], [0, 2, 1, "", "var_"]], "aapi.captureoutput.ActionCaptureOutput.VariableName": [[0, 2, 1, "", "var_"]], "aapi.condition": [[0, 1, 1, "", "Condition"], [0, 1, 1, "", "ConditionIn"], [0, 1, 1, "", "ConditionOut"], [0, 1, 1, "", "ConditionOutAdd"], [0, 1, 1, "", "ConditionOutDelete"]], "aapi.condition.Condition": [[0, 1, 1, "", "Date"], [0, 2, 1, "", "date"], [0, 2, 1, "", "event"]], "aapi.condition.Condition.Date": [[0, 2, 1, "", "AnyDate"], [0, 2, 1, "", "NextOrderDate"], [0, 2, 1, "", "NoDate"], [0, 2, 1, "", "OrderDate"], [0, 2, 1, "", "PreviousOrderDate"]], "aapi.config": [[0, 1, 1, "", "Config"], [0, 1, 1, "", "ConfigHadoop"]], "aapi.config.Config": [[0, 2, 1, "", "object_name"]], "aapi.config.ConfigHadoop": [[0, 2, 1, "", "agent_keytab_file_path"], [0, 2, 1, "", "agent_principal"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile": [[0, 1, 1, "", "ConnectionProfile"], [0, 1, 1, "", "ConnectionProfileAWS"], [0, 1, 1, "", "ConnectionProfileAirflow"], [0, 1, 1, "", "ConnectionProfileAirflowGoogleComposer"], [0, 1, 1, "", "ConnectionProfileAirflowStandalone"], [0, 1, 1, "", "ConnectionProfileAzure"], [0, 1, 1, "", "ConnectionProfileDatabase"], [0, 1, 1, "", "ConnectionProfileDatabaseDB2"], [0, 1, 1, "", "ConnectionProfileDatabaseJDBC"], [0, 1, 1, "", "ConnectionProfileDatabaseMSSql"], [0, 1, 1, "", "ConnectionProfileDatabaseMSSqlSSIS"], [0, 1, 1, "", "ConnectionProfileDatabaseOracle"], [0, 1, 1, "", "ConnectionProfileDatabaseOracleConnectionString"], [0, 1, 1, "", "ConnectionProfileDatabaseOracleSID"], [0, 1, 1, "", "ConnectionProfileDatabaseOracleServiceName"], [0, 1, 1, "", "ConnectionProfileDatabasePostgreSql"], [0, 1, 1, "", "ConnectionProfileDatabaseSybase"], [0, 1, 1, "", "ConnectionProfileFileTransfer"], [0, 1, 1, "", "ConnectionProfileFileTransferAS2"], [0, 1, 1, "", "ConnectionProfileFileTransferAzure"], [0, 1, 1, "", "ConnectionProfileFileTransferAzureAdCertificate"], [0, 1, 1, "", "ConnectionProfileFileTransferAzureAdClientSecret"], [0, 1, 1, "", "ConnectionProfileFileTransferAzureAdUserPass"], [0, 1, 1, "", "ConnectionProfileFileTransferAzureConnectionString"], [0, 1, 1, "", "ConnectionProfileFileTransferAzureManagedIdentity"], [0, 1, 1, "", "ConnectionProfileFileTransferAzureSharedAccessSignature"], [0, 1, 1, "", "ConnectionProfileFileTransferAzureSharedKey"], [0, 1, 1, "", "ConnectionProfileFileTransferDualEndPoint"], [0, 1, 1, "", "ConnectionProfileFileTransferFTP"], [0, 1, 1, "", "ConnectionProfileFileTransferFTPS"], [0, 1, 1, "", "ConnectionProfileFileTransferGcs"], [0, 1, 1, "", "ConnectionProfileFileTransferGroup"], [0, 1, 1, "", "ConnectionProfileFileTransferLocal"], [0, 1, 1, "", "ConnectionProfileFileTransferS3"], [0, 1, 1, "", "ConnectionProfileFileTransferS3Amazon"], [0, 1, 1, "", "ConnectionProfileFileTransferS3Compatible"], [0, 1, 1, "", "ConnectionProfileFileTransferSFTP"], [0, 1, 1, "", "ConnectionProfileHadoop"], [0, 1, 1, "", "ConnectionProfileInformatica"], [0, 1, 1, "", "ConnectionProfilePeopleSoft"], [0, 1, 1, "", "ConnectionProfileSAP"], [0, 1, 1, "", "ConnectionProfileWSCONFIG"], [0, 1, 1, "", "ConnectionProfileWebServices"]], "aapi.connectionprofile.ConnectionProfile": [[0, 2, 1, "", "centralized"], [0, 2, 1, "", "description"], [0, 2, 1, "", "no_test_on_deploy"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "target_agent"], [0, 2, 1, "", "target_ctm"], [0, 2, 1, "", "test_on_build"]], "aapi.connectionprofile.ConnectionProfileAWS": [[0, 1, 1, "", "ProxySettings"], [0, 2, 1, "", "access_key"], [0, 2, 1, "", "iam_role"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "proxy_settings"], [0, 2, 1, "", "region"], [0, 2, 1, "", "secret_access_key"]], "aapi.connectionprofile.ConnectionProfileAWS.ProxySettings": [[0, 2, 1, "", "host"], [0, 2, 1, "", "password"], [0, 2, 1, "", "port"], [0, 2, 1, "", "username"]], "aapi.connectionprofile.ConnectionProfileAirflow": [[0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer": [[0, 2, 1, "", "base_url"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "service_account_key"], [0, 2, 1, "", "service_account_key_filename"], [0, 2, 1, "", "target_audience"]], "aapi.connectionprofile.ConnectionProfileAirflowStandalone": [[0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "password"], [0, 2, 1, "", "port"], [0, 2, 1, "", "secured_connection"], [0, 2, 1, "", "user"]], "aapi.connectionprofile.ConnectionProfileAzure": [[0, 1, 1, "", "Batch"], [0, 2, 1, "", "active_directory_domain_name"], [0, 2, 1, "", "application_id"], [0, 2, 1, "", "batch"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "password"], [0, 2, 1, "", "subscription_id"], [0, 2, 1, "", "user"]], "aapi.connectionprofile.ConnectionProfileAzure.Batch": [[0, 2, 1, "", "batch_account_key"], [0, 2, 1, "", "batch_account_name"], [0, 2, 1, "", "location"]], "aapi.connectionprofile.ConnectionProfileDatabase": [[0, 2, 1, "", "connection_idle_time"], [0, 2, 1, "", "connection_retry_num"], [0, 2, 1, "", "connection_retry_time_out"], [0, 2, 1, "", "max_concurrent_connections"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "password"], [0, 2, 1, "", "user"]], "aapi.connectionprofile.ConnectionProfileDatabaseDB2": [[0, 2, 1, "", "database_name"], [0, 2, 1, "", "database_type"], [0, 2, 1, "", "database_version"], [0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "port"]], "aapi.connectionprofile.ConnectionProfileDatabaseJDBC": [[0, 2, 1, "", "database_name"], [0, 2, 1, "", "driver"], [0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "port"]], "aapi.connectionprofile.ConnectionProfileDatabaseMSSql": [[0, 1, 1, "", "AuthenticationType"], [0, 2, 1, "", "authentication_type"], [0, 2, 1, "", "database_name"], [0, 2, 1, "", "database_type"], [0, 2, 1, "", "database_version"], [0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "port"], [0, 2, 1, "", "secure"]], "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.AuthenticationType": [[0, 2, 1, "", "NTLM2_Windows_Authentication"], [0, 2, 1, "", "SQL_Server_Authentication"], [0, 2, 1, "", "Windows_Authentication"]], "aapi.connectionprofile.ConnectionProfileDatabaseMSSqlSSIS": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "skip_packages_test"], [0, 2, 1, "", "ssis"]], "aapi.connectionprofile.ConnectionProfileDatabaseOracle": [[0, 2, 1, "", "database_version"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileDatabaseOracleConnectionString": [[0, 2, 1, "", "connection_string"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileDatabaseOracleSID": [[0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "port"], [0, 2, 1, "", "sid"]], "aapi.connectionprofile.ConnectionProfileDatabaseOracleServiceName": [[0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "port"], [0, 2, 1, "", "service_name"]], "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql": [[0, 2, 1, "", "database_name"], [0, 2, 1, "", "database_type"], [0, 2, 1, "", "database_version"], [0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "port"]], "aapi.connectionprofile.ConnectionProfileDatabaseSybase": [[0, 2, 1, "", "database_name"], [0, 2, 1, "", "database_type"], [0, 2, 1, "", "database_version"], [0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "port"]], "aapi.connectionprofile.ConnectionProfileFileTransfer": [[0, 2, 1, "", "additional_parameters"], [0, 2, 1, "", "conntype"], [0, 2, 1, "", "home_directory"], [0, 2, 1, "", "host_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "os_type"], [0, 2, 1, "", "passphrase"], [0, 2, 1, "", "password"], [0, 2, 1, "", "port"], [0, 2, 1, "", "private_key_name"], [0, 2, 1, "", "user"], [0, 2, 1, "", "verify_bytes"], [0, 2, 1, "", "verify_checksum"], [0, 2, 1, "", "verify_destination"], [0, 2, 1, "", "workload_automation_groups"], [0, 2, 1, "", "workload_automation_users"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2": [[0, 1, 1, "", "EncryptMessageParameters"], [0, 1, 1, "", "RequestReceiptParameters"], [0, 1, 1, "", "SignMessageParameters"], [0, 2, 1, "", "async_mdn_timeout"], [0, 2, 1, "", "compress_message"], [0, 2, 1, "", "encrypt_message_parameters"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "partner_as2_id"], [0, 2, 1, "", "partner_certificate_alias"], [0, 2, 1, "", "partner_destination_url"], [0, 2, 1, "", "request_receipt_parameters"], [0, 2, 1, "", "send_message_timeout"], [0, 2, 1, "", "sign_message_parameters"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters": [[0, 1, 1, "", "EncryptionAlgorithm"], [0, 2, 1, "", "encrypt_message"], [0, 2, 1, "", "encryption_algorithm"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm": [[0, 2, 1, "", "AES128_CBC"], [0, 2, 1, "", "AES128_GCM"], [0, 2, 1, "", "AES192_CBC"], [0, 2, 1, "", "AES192_GCM"], [0, 2, 1, "", "AES256_CBC"], [0, 2, 1, "", "AES256_GCM"], [0, 2, 1, "", "CAST5_CBC"], [0, 2, 1, "", "IDEA_CBC"], [0, 2, 1, "", "RC2_CBC"], [0, 2, 1, "", "tripleDES_DES_EDE3"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters": [[0, 1, 1, "", "Mode"], [0, 1, 1, "", "Sign"], [0, 2, 1, "", "mode"], [0, 2, 1, "", "request_receipt"], [0, 2, 1, "", "sign"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Mode": [[0, 2, 1, "", "Asynchronous"], [0, 2, 1, "", "Synchronous"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Sign": [[0, 2, 1, "", "Signed"], [0, 2, 1, "", "Unsigned"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters": [[0, 1, 1, "", "SignatureAlgorithm"], [0, 2, 1, "", "sign_message"], [0, 2, 1, "", "signature_algorithm"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm": [[0, 2, 1, "", "RSA_with_MD5"], [0, 2, 1, "", "RSA_with_SHA_1"], [0, 2, 1, "", "RSA_with_SHA_224"], [0, 2, 1, "", "RSA_with_SHA_256"], [0, 2, 1, "", "RSA_with_SHA_384"], [0, 2, 1, "", "RSA_with_SHA_512"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzure": [[0, 2, 1, "", "azure_account_name"], [0, 2, 1, "", "azure_credential_method"], [0, 2, 1, "", "azure_endpoint"], [0, 2, 1, "", "azure_storage_type"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate": [[0, 2, 1, "", "azure_client_certificate_format"], [0, 2, 1, "", "azure_client_certificate_password"], [0, 2, 1, "", "azure_client_certificate_path"], [0, 2, 1, "", "azure_client_id"], [0, 2, 1, "", "azure_tenant_id"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdClientSecret": [[0, 2, 1, "", "azure_client_id"], [0, 2, 1, "", "azure_client_secret"], [0, 2, 1, "", "azure_tenant_id"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass": [[0, 2, 1, "", "azure_client_id"], [0, 2, 1, "", "azure_tenant_id"], [0, 2, 1, "", "azure_user_name_ad"], [0, 2, 1, "", "azure_user_password_ad"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzureConnectionString": [[0, 2, 1, "", "azure_account_connection_string"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzureManagedIdentity": [[0, 2, 1, "", "azure_client_id"], [0, 2, 1, "", "azure_tenant_id"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedAccessSignature": [[0, 2, 1, "", "azure_account_sas_token"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedKey": [[0, 2, 1, "", "azure_account_access_key"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint": [[0, 2, 1, "", "endpoint_dest_ftp_list"], [0, 2, 1, "", "endpoint_dest_ftps_list"], [0, 2, 1, "", "endpoint_dest_local_list"], [0, 2, 1, "", "endpoint_dest_sftp_list"], [0, 2, 1, "", "endpoint_src_ftp_list"], [0, 2, 1, "", "endpoint_src_ftps_list"], [0, 2, 1, "", "endpoint_src_local_list"], [0, 2, 1, "", "endpoint_src_sftp_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "verify_bytes"], [0, 2, 1, "", "verify_checksum"], [0, 2, 1, "", "verify_destination"], [0, 2, 1, "", "workload_automation_groups"], [0, 2, 1, "", "workload_automation_users"]], "aapi.connectionprofile.ConnectionProfileFileTransferFTP": [[0, 1, 1, "", "ConnectionMode"], [0, 2, 1, "", "connection_mode"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "EPSV"], [0, 2, 1, "", "EPSVSubstituteIpAddress"], [0, 2, 1, "", "Passive"], [0, 2, 1, "", "PassiveSubstituteIpAddress"], [0, 2, 1, "", "noSubstituteIP"], [0, 2, 1, "", "off"], [0, 2, 1, "", "on"]], "aapi.connectionprofile.ConnectionProfileFileTransferFTPS": [[0, 1, 1, "", "ConnectionMode"], [0, 1, 1, "", "SslLevel"], [0, 2, 1, "", "clear_command_channel"], [0, 2, 1, "", "clear_data_channel"], [0, 2, 1, "", "connection_mode"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "ssl_implicit"], [0, 2, 1, "", "ssl_level"]], "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "EPSV"], [0, 2, 1, "", "EPSVSubstituteIpAddress"], [0, 2, 1, "", "Passive"], [0, 2, 1, "", "PassiveSubstituteIpAddress"], [0, 2, 1, "", "noSubstituteIP"], [0, 2, 1, "", "off"], [0, 2, 1, "", "on"]], "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.SslLevel": [[0, 2, 1, "", "ClientServerAuthentication"], [0, 2, 1, "", "NoAuthentication"], [0, 2, 1, "", "ServerAuthentication"]], "aapi.connectionprofile.ConnectionProfileFileTransferGcs": [[0, 2, 1, "", "gcs_service_account_key"], [0, 2, 1, "", "gcs_service_account_key_file_name"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferGroup": [[0, 2, 1, "", "connection_profile_file_transfer_as2_list"], [0, 2, 1, "", "connection_profile_file_transfer_azure_list"], [0, 2, 1, "", "connection_profile_file_transfer_ftp_list"], [0, 2, 1, "", "connection_profile_file_transfer_ftps_list"], [0, 2, 1, "", "connection_profile_file_transfer_gcs_list"], [0, 2, 1, "", "connection_profile_file_transfer_s3_amazon_list"], [0, 2, 1, "", "connection_profile_file_transfer_s3_compatible_list"], [0, 2, 1, "", "connection_profile_file_transfer_s3_list"], [0, 2, 1, "", "connection_profile_file_transfer_sftp_list"], [0, 2, 1, "", "group_accounts"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "workload_automation_groups"], [0, 2, 1, "", "workload_automation_users"]], "aapi.connectionprofile.ConnectionProfileFileTransferLocal": [[0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferS3": [[0, 2, 1, "", "access_key"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "s3_storage_type"], [0, 2, 1, "", "secret_access_key"]], "aapi.connectionprofile.ConnectionProfileFileTransferS3Amazon": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "region"]], "aapi.connectionprofile.ConnectionProfileFileTransferS3Compatible": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "rest_end_point"]], "aapi.connectionprofile.ConnectionProfileFileTransferSFTP": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "ssh_compression"]], "aapi.connectionprofile.ConnectionProfileHadoop": [[0, 1, 1, "", "Hive"], [0, 1, 1, "", "Oozie"], [0, 1, 1, "", "Spark"], [0, 1, 1, "", "Sqoop"], [0, 1, 1, "", "Tajo"], [0, 2, 1, "", "hive"], [0, 2, 1, "", "key_tab_path"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "oozie"], [0, 2, 1, "", "run_as"], [0, 2, 1, "", "spark"], [0, 2, 1, "", "sqoop"], [0, 2, 1, "", "tajo"]], "aapi.connectionprofile.ConnectionProfileHadoop.Hive": [[0, 1, 1, "", "ConnectionDefinitionsType"], [0, 2, 1, "", "connection_definitions_type"], [0, 2, 1, "", "connection_string"], [0, 2, 1, "", "database_name"], [0, 2, 1, "", "host"], [0, 2, 1, "", "password"], [0, 2, 1, "", "port"], [0, 2, 1, "", "principal"], [0, 2, 1, "", "user"]], "aapi.connectionprofile.ConnectionProfileHadoop.Hive.ConnectionDefinitionsType": [[0, 2, 1, "", "Properties"], [0, 2, 1, "", "String"]], "aapi.connectionprofile.ConnectionProfileHadoop.Oozie": [[0, 2, 1, "", "extraction_rules"], [0, 2, 1, "", "host"], [0, 2, 1, "", "port"], [0, 2, 1, "", "ssl_enabled"]], "aapi.connectionprofile.ConnectionProfileHadoop.Spark": [[0, 2, 1, "", "custom_path"]], "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop": [[0, 2, 1, "", "connection_string"], [0, 2, 1, "", "database_host"], [0, 2, 1, "", "database_name"], [0, 2, 1, "", "database_port"], [0, 2, 1, "", "database_type"], [0, 2, 1, "", "database_vendor"], [0, 2, 1, "", "driver_class"], [0, 2, 1, "", "password"], [0, 2, 1, "", "password_file"], [0, 2, 1, "", "user"]], "aapi.connectionprofile.ConnectionProfileHadoop.Tajo": [[0, 2, 1, "", "binary_path"], [0, 2, 1, "", "database_name"], [0, 2, 1, "", "master_server_name"], [0, 2, 1, "", "master_server_port"]], "aapi.connectionprofile.ConnectionProfileInformatica": [[0, 1, 1, "", "ConnectionType"], [0, 2, 1, "", "connection_type"], [0, 2, 1, "", "host"], [0, 2, 1, "", "integration_service"], [0, 2, 1, "", "max_concurrent_connections"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "password"], [0, 2, 1, "", "port"], [0, 2, 1, "", "power_center_domain"], [0, 2, 1, "", "repository"], [0, 2, 1, "", "security_domain"], [0, 2, 1, "", "user"]], "aapi.connectionprofile.ConnectionProfileInformatica.ConnectionType": [[0, 2, 1, "", "HTTP"], [0, 2, 1, "", "HTTPS"]], "aapi.connectionprofile.ConnectionProfilePeopleSoft": [[0, 2, 1, "", "application_servers"], [0, 2, 1, "", "domain_password"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "password"], [0, 2, 1, "", "people_tools_version"], [0, 2, 1, "", "user"]], "aapi.connectionprofile.ConnectionProfileSAP": [[0, 1, 1, "", "ApplicationServerLogon"], [0, 1, 1, "", "GroupLogon"], [0, 1, 1, "", "SecuredNetworkConnection"], [0, 2, 1, "", "app_version"], [0, 2, 1, "", "application_server_logon"], [0, 2, 1, "", "group_logon"], [0, 2, 1, "", "is_solution_manager_connection_profile"], [0, 2, 1, "", "language"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "password"], [0, 2, 1, "", "sap_client"], [0, 2, 1, "", "sap_response_time_out"], [0, 2, 1, "", "sap_router"], [0, 2, 1, "", "secured_network_connection"], [0, 2, 1, "", "solution_manager_connection_profile"], [0, 2, 1, "", "use_extended"], [0, 2, 1, "", "user"], [0, 2, 1, "", "xbp_version"]], "aapi.connectionprofile.ConnectionProfileSAP.ApplicationServerLogon": [[0, 2, 1, "", "host"], [0, 2, 1, "", "sapr3_use_logon_group"], [0, 2, 1, "", "system_number"]], "aapi.connectionprofile.ConnectionProfileSAP.GroupLogon": [[0, 2, 1, "", "group_name"], [0, 2, 1, "", "message_server_host_name"], [0, 2, 1, "", "sapr3_use_logon_group"], [0, 2, 1, "", "system_id"]], "aapi.connectionprofile.ConnectionProfileSAP.SecuredNetworkConnection": [[0, 2, 1, "", "quality_of_protection"], [0, 2, 1, "", "snc_lib"], [0, 2, 1, "", "snc_mode"], [0, 2, 1, "", "snc_my_name"], [0, 2, 1, "", "snc_partner_name"]], "aapi.connectionprofile.ConnectionProfileWSCONFIG": [[0, 2, 1, "", "cm_container_port"], [0, 2, 1, "", "http_authentication"], [0, 2, 1, "", "http_non_proxy_hosts"], [0, 2, 1, "", "http_proxy_host"], [0, 2, 1, "", "http_proxy_port"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileWebServices": [[0, 1, 1, "", "ServiceType"], [0, 2, 1, "", "http_authentication"], [0, 2, 1, "", "job_preset"], [0, 2, 1, "", "location"], [0, 2, 1, "", "login_body"], [0, 2, 1, "", "login_header"], [0, 2, 1, "", "login_url"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "old_account_name"], [0, 2, 1, "", "service_type"]], "aapi.connectionprofile.ConnectionProfileWebServices.ServiceType": [[0, 2, 1, "", "File"], [0, 2, 1, "", "Rest"], [0, 2, 1, "", "WebServices"]], "aapi.ctbruledata": [[0, 1, 1, "", "ActionControlMAnalyzerRule"]], "aapi.ctbruledata.ActionControlMAnalyzerRule": [[0, 2, 1, "", "arg"], [0, 2, 1, "", "name"], [0, 2, 1, "", "object_name"]], "aapi.date": [[0, 1, 1, "", "Date"]], "aapi.date.Date": [[0, 2, 1, "", "object_name"]], "aapi.definitionitemdetails": [[0, 1, 1, "", "DefinitionItemDetails"]], "aapi.definitionitemdetails.DefinitionItemDetails": [[0, 2, 1, "", "object_name"]], "aapi.deleteevents": [[0, 1, 1, "", "DeleteEvents"]], "aapi.deleteevents.DeleteEvents": [[0, 2, 1, "", "events"], [0, 2, 1, "", "object_name"]], "aapi.disallowedoptions": [[0, 1, 1, "", "DisallowedOptions"]], "aapi.disallowedoptions.DisallowedOptions": [[0, 2, 1, "", "object_name"]], "aapi.do": [[0, 1, 1, "", "Do"]], "aapi.do.Do": [[0, 2, 1, "", "object_name"]], "aapi.donotify": [[0, 1, 1, "", "ActionNotify"]], "aapi.donotify.ActionNotify": [[0, 1, 1, "", "Destination"], [0, 1, 1, "", "Urgency"], [0, 2, 1, "", "destination"], [0, 2, 1, "", "message"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "urgency"]], "aapi.donotify.ActionNotify.Destination": [[0, 2, 1, "", "Alerts"], [0, 2, 1, "", "Console"], [0, 2, 1, "", "JobLog"]], "aapi.donotify.ActionNotify.Urgency": [[0, 2, 1, "", "Regular"], [0, 2, 1, "", "Urgent"], [0, 2, 1, "", "VeryUrgent"]], "aapi.driver": [[0, 1, 1, "", "DriverJdbcDatabase"]], "aapi.driver.DriverJdbcDatabase": [[0, 2, 1, "", "class_name"], [0, 2, 1, "", "driver_jars_folder"], [0, 2, 1, "", "line_comment"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "statement_separator"], [0, 2, 1, "", "string_template"], [0, 2, 1, "", "target_agent"], [0, 2, 1, "", "target_ctm"]], "aapi.endpoint": [[0, 1, 1, "", "Endpoint"], [0, 1, 1, "", "EndpointDest"], [0, 1, 1, "", "EndpointDestFtp"], [0, 1, 1, "", "EndpointDestFtps"], [0, 1, 1, "", "EndpointDestLocal"], [0, 1, 1, "", "EndpointDestSftp"], [0, 1, 1, "", "EndpointSrc"], [0, 1, 1, "", "EndpointSrcFtp"], [0, 1, 1, "", "EndpointSrcFtps"], [0, 1, 1, "", "EndpointSrcLocal"], [0, 1, 1, "", "EndpointSrcSftp"]], "aapi.endpoint.Endpoint": [[0, 1, 1, "", "OsType"], [0, 2, 1, "", "additional_parameters"], [0, 2, 1, "", "conntype"], [0, 2, 1, "", "home_directory"], [0, 2, 1, "", "host_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "os_type"], [0, 2, 1, "", "passphrase"], [0, 2, 1, "", "password"], [0, 2, 1, "", "port"], [0, 2, 1, "", "private_key_name"], [0, 2, 1, "", "user"]], "aapi.endpoint.Endpoint.OsType": [[0, 2, 1, "", "Tandem"]], "aapi.endpoint.EndpointDest": [[0, 2, 1, "", "object_name"]], "aapi.endpoint.EndpointDestFtp": [[0, 1, 1, "", "ConnectionMode"], [0, 2, 1, "", "connection_mode"], [0, 2, 1, "", "object_name"]], "aapi.endpoint.EndpointDestFtp.ConnectionMode": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "EPSV"], [0, 2, 1, "", "EPSVSubstituteIpAddress"], [0, 2, 1, "", "Passive"], [0, 2, 1, "", "PassiveSubstituteIpAddress"], [0, 2, 1, "", "noSubstituteIP"], [0, 2, 1, "", "off"], [0, 2, 1, "", "on"]], "aapi.endpoint.EndpointDestFtps": [[0, 1, 1, "", "ConnectionMode"], [0, 1, 1, "", "SslLevel"], [0, 2, 1, "", "clear_command_channel"], [0, 2, 1, "", "clear_data_channel"], [0, 2, 1, "", "connection_mode"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "ssl_implicit"], [0, 2, 1, "", "ssl_level"]], "aapi.endpoint.EndpointDestFtps.ConnectionMode": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "EPSV"], [0, 2, 1, "", "EPSVSubstituteIpAddress"], [0, 2, 1, "", "Passive"], [0, 2, 1, "", "PassiveSubstituteIpAddress"], [0, 2, 1, "", "noSubstituteIP"], [0, 2, 1, "", "off"], [0, 2, 1, "", "on"]], "aapi.endpoint.EndpointDestFtps.SslLevel": [[0, 2, 1, "", "ClientServerAuthentication"], [0, 2, 1, "", "NoAuthentication"], [0, 2, 1, "", "ServerAuthentication"]], "aapi.endpoint.EndpointDestLocal": [[0, 2, 1, "", "object_name"]], "aapi.endpoint.EndpointDestSftp": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "ssh_compression"]], "aapi.endpoint.EndpointSrc": [[0, 2, 1, "", "object_name"]], "aapi.endpoint.EndpointSrcFtp": [[0, 1, 1, "", "ConnectionMode"], [0, 2, 1, "", "connection_mode"], [0, 2, 1, "", "object_name"]], "aapi.endpoint.EndpointSrcFtp.ConnectionMode": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "EPSV"], [0, 2, 1, "", "EPSVSubstituteIpAddress"], [0, 2, 1, "", "Passive"], [0, 2, 1, "", "PassiveSubstituteIpAddress"], [0, 2, 1, "", "noSubstituteIP"], [0, 2, 1, "", "off"], [0, 2, 1, "", "on"]], "aapi.endpoint.EndpointSrcFtps": [[0, 1, 1, "", "ConnectionMode"], [0, 1, 1, "", "SslLevel"], [0, 2, 1, "", "clear_command_channel"], [0, 2, 1, "", "clear_data_channel"], [0, 2, 1, "", "connection_mode"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "ssl_implicit"], [0, 2, 1, "", "ssl_level"]], "aapi.endpoint.EndpointSrcFtps.ConnectionMode": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "EPSV"], [0, 2, 1, "", "EPSVSubstituteIpAddress"], [0, 2, 1, "", "Passive"], [0, 2, 1, "", "PassiveSubstituteIpAddress"], [0, 2, 1, "", "noSubstituteIP"], [0, 2, 1, "", "off"], [0, 2, 1, "", "on"]], "aapi.endpoint.EndpointSrcFtps.SslLevel": [[0, 2, 1, "", "ClientServerAuthentication"], [0, 2, 1, "", "NoAuthentication"], [0, 2, 1, "", "ServerAuthentication"]], "aapi.endpoint.EndpointSrcLocal": [[0, 2, 1, "", "object_name"]], "aapi.endpoint.EndpointSrcSftp": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "ssh_compression"]], "aapi.event": [[0, 1, 1, "", "Event"], [0, 1, 1, "", "EventAdd"], [0, 1, 1, "", "EventDelete"], [0, 1, 1, "", "EventIn"], [0, 1, 1, "", "EventOut"], [0, 1, 1, "", "EventOutAdd"], [0, 1, 1, "", "EventOutDelete"]], "aapi.event.Event": [[0, 1, 1, "", "Date"], [0, 2, 1, "", "date"], [0, 2, 1, "", "event"], [0, 2, 1, "", "object_name"]], "aapi.event.Event.Date": [[0, 2, 1, "", "AnyDate"], [0, 2, 1, "", "NextOrderDate"], [0, 2, 1, "", "NoDate"], [0, 2, 1, "", "OrderDate"], [0, 2, 1, "", "PreviousOrderDate"]], "aapi.event.EventAdd": [[0, 2, 1, "", "object_name"]], "aapi.event.EventDelete": [[0, 2, 1, "", "object_name"]], "aapi.extractrule": [[0, 1, 1, "", "ExtractRule"]], "aapi.extractrule.ExtractRule": [[0, 2, 1, "", "folder_name"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "rule_name"], [0, 2, 1, "", "work_flow_name"], [0, 2, 1, "", "work_flow_user_name"]], "aapi.filetransfer": [[0, 1, 1, "", "FileTransfer"]], "aapi.filetransfer.FileTransfer": [[0, 1, 1, "", "FileWatcherOptions"], [0, 1, 1, "", "PostCommandDest"], [0, 1, 1, "", "PostCommandSrc"], [0, 1, 1, "", "PreCommandDest"], [0, 1, 1, "", "PreCommandSrc"], [0, 1, 1, "", "TransferOption"], [0, 1, 1, "", "TransferType"], [0, 2, 1, "", "abstime"], [0, 2, 1, "", "as2_message"], [0, 2, 1, "", "as2_subject"], [0, 2, 1, "", "caseifs"], [0, 2, 1, "", "dest"], [0, 2, 1, "", "dstopt"], [0, 2, 1, "", "exclude_wildcard"], [0, 2, 1, "", "file_watcher_options"], [0, 2, 1, "", "if_exist"], [0, 2, 1, "", "nullflds"], [0, 2, 1, "", "post_command_dest"], [0, 2, 1, "", "post_command_src"], [0, 2, 1, "", "pre_command_dest"], [0, 2, 1, "", "pre_command_src"], [0, 2, 1, "", "recursive"], [0, 2, 1, "", "src"], [0, 2, 1, "", "srcopt"], [0, 2, 1, "", "timelimit"], [0, 2, 1, "", "transfer_option"], [0, 2, 1, "", "transfer_type"], [0, 2, 1, "", "trim"], [0, 2, 1, "", "unique"], [0, 2, 1, "", "vernum"]], "aapi.filetransfer.FileTransfer.FileWatcherOptions": [[0, 1, 1, "", "TimeLimitPolicy"], [0, 2, 1, "", "assign_file_name_to_variable"], [0, 2, 1, "", "max_file_age"], [0, 2, 1, "", "min_detected_size_in_bytes"], [0, 2, 1, "", "min_file_age"], [0, 2, 1, "", "time_limit_policy"], [0, 2, 1, "", "time_limit_value"], [0, 2, 1, "", "transfer_all_matching_files"]], "aapi.filetransfer.FileTransfer.FileWatcherOptions.TimeLimitPolicy": [[0, 2, 1, "", "MinutesToWait"], [0, 2, 1, "", "WaitUntil"]], "aapi.filetransfer.FileTransfer.PostCommandDest": [[0, 2, 1, "", "action"], [0, 2, 1, "", "arg1"], [0, 2, 1, "", "arg2"]], "aapi.filetransfer.FileTransfer.PostCommandSrc": [[0, 2, 1, "", "action"], [0, 2, 1, "", "arg1"], [0, 2, 1, "", "arg2"]], "aapi.filetransfer.FileTransfer.PreCommandDest": [[0, 2, 1, "", "action"], [0, 2, 1, "", "arg1"], [0, 2, 1, "", "arg2"]], "aapi.filetransfer.FileTransfer.PreCommandSrc": [[0, 2, 1, "", "action"], [0, 2, 1, "", "arg1"], [0, 2, 1, "", "arg2"]], "aapi.filetransfer.FileTransfer.TransferOption": [[0, 2, 1, "", "DestToSrc"], [0, 2, 1, "", "DestToSrcFileWatcher"], [0, 2, 1, "", "DirectoryListing"], [0, 2, 1, "", "FileWatcher"], [0, 2, 1, "", "SrcToDest"], [0, 2, 1, "", "SrcToDestFileWatcher"], [0, 2, 1, "", "SyncDestToSrc"], [0, 2, 1, "", "SyncSrcToDest"]], "aapi.filetransfer.FileTransfer.TransferType": [[0, 2, 1, "", "Ascii"], [0, 2, 1, "", "Binary"]], "aapi.filetransfergroup": [[0, 1, 1, "", "FileTransferGroup"]], "aapi.filetransfergroup.FileTransferGroup": [[0, 2, 1, "", "object_name"]], "aapi.flow_": [[0, 1, 1, "", "Flow_"]], "aapi.flow_.Flow_": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "sequence"]], "aapi.folderclientdata": [[0, 1, 1, "", "FolderClientData"]], "aapi.folderclientdata.FolderClientData": [[0, 2, 1, "", "object_name"]], "aapi.folderjobbase": [[0, 1, 1, "", "FolderJobBase"], [0, 1, 1, "", "FolderJobBaseSmart"], [0, 1, 1, "", "SubFolder"]], "aapi.folderjobbase.FolderJobBase": [[0, 1, 1, "", "DocumentationFile"], [0, 1, 1, "", "DocumentationUrl"], [0, 1, 1, "", "Priority"], [0, 2, 1, "", "application"], [0, 2, 1, "", "confirm"], [0, 2, 1, "", "created_by"], [0, 2, 1, "", "description"], [0, 2, 1, "", "documentation_file"], [0, 2, 1, "", "documentation_url"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "priority"], [0, 2, 1, "", "sub_application"], [0, 2, 1, "", "variables"]], "aapi.folderjobbase.FolderJobBase.DocumentationFile": [[0, 2, 1, "", "file_name"], [0, 2, 1, "", "path"]], "aapi.folderjobbase.FolderJobBase.DocumentationUrl": [[0, 2, 1, "", "file_name"], [0, 2, 1, "", "url"]], "aapi.folderjobbase.FolderJobBase.Priority": [[0, 2, 1, "", "High"], [0, 2, 1, "", "Low"], [0, 2, 1, "", "Medium"], [0, 2, 1, "", "Very_High"], [0, 2, 1, "", "Very_Low"]], "aapi.folderjobbase.FolderJobBaseSmart": [[0, 1, 1, "", "Rerun"], [0, 1, 1, "", "RerunIntervals"], [0, 1, 1, "", "RerunSpecificTimes"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "rerun"], [0, 2, 1, "", "rerun_intervals"], [0, 2, 1, "", "rerun_specific_times"], [0, 2, 1, "", "tag_folder_list"], [0, 2, 1, "", "tag_list"]], "aapi.folderjobbase.FolderJobBaseSmart.Rerun": [[0, 1, 1, "", "From"], [0, 1, 1, "", "Units"], [0, 2, 1, "", "every"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "times"], [0, 2, 1, "", "units"]], "aapi.folderjobbase.FolderJobBaseSmart.Rerun.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.folderjobbase.FolderJobBaseSmart.Rerun.Units": [[0, 2, 1, "", "Days"], [0, 2, 1, "", "Hours"], [0, 2, 1, "", "Minutes"]], "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals": [[0, 1, 1, "", "From"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "intervals"], [0, 2, 1, "", "times"]], "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.folderjobbase.FolderJobBaseSmart.RerunSpecificTimes": [[0, 2, 1, "", "at"], [0, 2, 1, "", "times"], [0, 2, 1, "", "tolerance"]], "aapi.folderjobbase.SubFolder": [[0, 1, 1, "", "ActiveRetentionPolicy"], [0, 1, 1, "", "AdjustEvents"], [0, 1, 1, "", "DaysKeepActive"], [0, 1, 1, "", "PathElement"], [0, 1, 1, "", "When"], [0, 2, 1, "", "active_retention_policy"], [0, 2, 1, "", "add_events_list"], [0, 2, 1, "", "adjust_events"], [0, 2, 1, "", "days_keep_active"], [0, 2, 1, "", "delete_events_list"], [0, 2, 1, "", "events_to_add"], [0, 2, 1, "", "events_to_delete"], [0, 2, 1, "", "flow_list"], [0, 2, 1, "", "if_list"], [0, 2, 1, "", "job_list"], [0, 2, 1, "", "job_tag_list"], [0, 2, 1, "", "notify_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "path_element"], [0, 2, 1, "", "reference_path"], [0, 2, 1, "", "resource_lock_list"], [0, 2, 1, "", "run_as"], [0, 2, 1, "", "sub_folder_list"], [0, 2, 1, "", "time_zone"], [0, 2, 1, "", "wait_for_events"], [0, 2, 1, "", "wait_for_events_list"], [0, 2, 1, "", "when"]], "aapi.folderjobbase.SubFolder.ActiveRetentionPolicy": [[0, 2, 1, "", "CleanEndedOK"], [0, 2, 1, "", "KeepAll"]], "aapi.folderjobbase.SubFolder.AdjustEvents": [[0, 2, 1, "", "Bridge"], [0, 2, 1, "", "Dummy"], [0, 2, 1, "", "N"], [0, 2, 1, "", "Y"]], "aapi.folderjobbase.SubFolder.DaysKeepActive": [[0, 2, 1, "", "Forever"]], "aapi.folderjobbase.SubFolder.PathElement": [[0, 2, 1, "", "folder"], [0, 2, 1, "", "library"], [0, 2, 1, "", "server"]], "aapi.folderjobbase.SubFolder.When": [[0, 1, 1, "", "DaysRelation"], [0, 1, 1, "", "RuleBasedCalendars"], [0, 2, 1, "", "days"], [0, 2, 1, "", "days_relation"], [0, 2, 1, "", "from_time"], [0, 2, 1, "", "rule_based_calendars"], [0, 2, 1, "", "specific_dates"], [0, 2, 1, "", "to_time"]], "aapi.folderjobbase.SubFolder.When.DaysRelation": [[0, 2, 1, "", "AND"], [0, 2, 1, "", "OR"]], "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars": [[0, 1, 1, "", "Relationship"], [0, 2, 1, "", "excluded"], [0, 2, 1, "", "included"], [0, 2, 1, "", "relationship"]], "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars.Relationship": [[0, 2, 1, "", "AND"], [0, 2, 1, "", "OR"]], "aapi.hostfiletransfer": [[0, 1, 1, "", "HostFileTransfer"]], "aapi.hostfiletransfer.HostFileTransfer": [[0, 2, 1, "", "object_name"]], "aapi.hostmapping": [[0, 1, 1, "", "HostMapping"]], "aapi.hostmapping.HostMapping": [[0, 1, 1, "", "Server"], [0, 2, 1, "", "host"], [0, 2, 1, "", "map_to"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "server"]], "aapi.hostmapping.HostMapping.Server": [[0, 2, 1, "", "Global"]], "aapi.ifbase": [[0, 1, 1, "", "IfBase"], [0, 1, 1, "", "IfBaseFolder"], [0, 1, 1, "", "IfCompletionStatus"], [0, 1, 1, "", "IfJobNotSubmitted"], [0, 1, 1, "", "IfJobOutputNotFound"], [0, 1, 1, "", "IfNumberOfExecutions"], [0, 1, 1, "", "IfNumberOfFailures"], [0, 1, 1, "", "IfNumberOfReruns"], [0, 1, 1, "", "IfOutput"], [0, 1, 1, "", "IfVariableValue"]], "aapi.ifbase.IfBase": [[0, 2, 1, "", "do_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "on_list"]], "aapi.ifbase.IfBaseFolder": [[0, 2, 1, "", "object_name"]], "aapi.ifbase.IfCompletionStatus": [[0, 2, 1, "", "completion_status"], [0, 2, 1, "", "object_name"]], "aapi.ifbase.IfJobNotSubmitted": [[0, 2, 1, "", "job_not_submitted"], [0, 2, 1, "", "object_name"]], "aapi.ifbase.IfJobOutputNotFound": [[0, 2, 1, "", "job_output_not_found"], [0, 2, 1, "", "object_name"]], "aapi.ifbase.IfNumberOfExecutions": [[0, 2, 1, "", "number_of_executions"], [0, 2, 1, "", "object_name"]], "aapi.ifbase.IfNumberOfFailures": [[0, 2, 1, "", "number_of_failures"], [0, 2, 1, "", "object_name"]], "aapi.ifbase.IfNumberOfReruns": [[0, 2, 1, "", "number_of_reruns"], [0, 2, 1, "", "object_name"]], "aapi.ifbase.IfOutput": [[0, 2, 1, "", "code"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "statement"]], "aapi.ifbase.IfVariableValue": [[0, 1, 1, "", "Operator"], [0, 1, 1, "", "RangeVariableValue"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "operator"], [0, 2, 1, "", "range_variable_value"], [0, 2, 1, "", "variable_name"], [0, 2, 1, "", "variable_value"]], "aapi.ifbase.IfVariableValue.Operator": [[0, 2, 1, "", "Contains"], [0, 2, 1, "", "DoesNotContain"], [0, 2, 1, "", "EndWith"], [0, 2, 1, "", "EqualTo"], [0, 2, 1, "", "GreaterThan"], [0, 2, 1, "", "GreaterThanOrEqual"], [0, 2, 1, "", "InRange"], [0, 2, 1, "", "IsEmpty"], [0, 2, 1, "", "IsExactly"], [0, 2, 1, "", "IsNotEmpty"], [0, 2, 1, "", "IsNotExactly"], [0, 2, 1, "", "LessThan"], [0, 2, 1, "", "LessThanOrEqual"], [0, 2, 1, "", "Like"], [0, 2, 1, "", "NotEqualTo"], [0, 2, 1, "", "NotInRange"], [0, 2, 1, "", "NotLike"], [0, 2, 1, "", "StartsWith"]], "aapi.ifbase.IfVariableValue.RangeVariableValue": [[0, 2, 1, "", "max"], [0, 2, 1, "", "min"]], "aapi.ifcollection": [[0, 1, 1, "", "IfCollection"], [0, 1, 1, "", "IfCollectionZOS"]], "aapi.ifcollection.IfCollection": [[0, 2, 1, "", "do_list"], [0, 2, 1, "", "ifs"], [0, 2, 1, "", "object_name"]], "aapi.ifcollection.IfCollectionZOS": [[0, 2, 1, "", "object_name"]], "aapi.ifrerun": [[0, 1, 1, "", "ActionRestart"]], "aapi.ifrerun.ActionRestart": [[0, 2, 1, "", "confirm"], [0, 2, 1, "", "from_procedure"], [0, 2, 1, "", "from_program"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "to_procedure"], [0, 2, 1, "", "to_program"]], "aapi.integration_factory": [[1, 0, 0, "-", "connection_profiles"], [1, 0, 0, "-", "jobs"]], "aapi.integration_factory.connection_profiles": [[1, 1, 1, "", "ConnectionProfileAirbyte"], [1, 1, 1, "", "ConnectionProfileAlteryxTrifacta"], [1, 1, 1, "", "ConnectionProfileAutomationAnywhere"], [1, 1, 1, "", "ConnectionProfileAwsAthena"], [1, 1, 1, "", "ConnectionProfileAwsBackup"], [1, 1, 1, "", "ConnectionProfileAwsBatch"], [1, 1, 1, "", "ConnectionProfileAwsCloudFormation"], [1, 1, 1, "", "ConnectionProfileAwsDataPipeline"], [1, 1, 1, "", "ConnectionProfileAwsDynamoDB"], [1, 1, 1, "", "ConnectionProfileAwsEC2"], [1, 1, 1, "", "ConnectionProfileAwsECS"], [1, 1, 1, "", "ConnectionProfileAwsEMR"], [1, 1, 1, "", "ConnectionProfileAwsGlue"], [1, 1, 1, "", "ConnectionProfileAwsGlueDataBrew"], [1, 1, 1, "", "ConnectionProfileAwsLambda"], [1, 1, 1, "", "ConnectionProfileAwsMainframeModernization"], [1, 1, 1, "", "ConnectionProfileAwsQuickSight"], [1, 1, 1, "", "ConnectionProfileAwsSageMaker"], [1, 1, 1, "", "ConnectionProfileAwsStepFunctions"], [1, 1, 1, "", "ConnectionProfileAzureBackup"], [1, 1, 1, "", "ConnectionProfileAzureBatchAccounts"], [1, 1, 1, "", "ConnectionProfileAzureDataFactory"], [1, 1, 1, "", "ConnectionProfileAzureDatabricks"], [1, 1, 1, "", "ConnectionProfileAzureDevOps"], [1, 1, 1, "", "ConnectionProfileAzureFunctions"], [1, 1, 1, "", "ConnectionProfileAzureHDInsight"], [1, 1, 1, "", "ConnectionProfileAzureLogicApps"], [1, 1, 1, "", "ConnectionProfileAzureMachineLearning"], [1, 1, 1, "", "ConnectionProfileAzureResourceManager"], [1, 1, 1, "", "ConnectionProfileAzureSynapse"], [1, 1, 1, "", "ConnectionProfileAzureVM"], [1, 1, 1, "", "ConnectionProfileBoomiAtomsphere"], [1, 1, 1, "", "ConnectionProfileCommunicationSuite"], [1, 1, 1, "", "ConnectionProfileDBT"], [1, 1, 1, "", "ConnectionProfileDatabricks"], [1, 1, 1, "", "ConnectionProfileGCPBatch"], [1, 1, 1, "", "ConnectionProfileGCPBigQuery"], [1, 1, 1, "", "ConnectionProfileGCPDataFlow"], [1, 1, 1, "", "ConnectionProfileGCPDataFusion"], [1, 1, 1, "", "ConnectionProfileGCPDataplex"], [1, 1, 1, "", "ConnectionProfileGCPDataprep"], [1, 1, 1, "", "ConnectionProfileGCPDataproc"], [1, 1, 1, "", "ConnectionProfileGCPDeploymentManager"], [1, 1, 1, "", "ConnectionProfileGCPFunctions"], [1, 1, 1, "", "ConnectionProfileGCPVM"], [1, 1, 1, "", "ConnectionProfileGCPWorkflows"], [1, 1, 1, "", "ConnectionProfileInformaticaCS"], [1, 1, 1, "", "ConnectionProfileKubernetes"], [1, 1, 1, "", "ConnectionProfileMicroFocusLinux"], [1, 1, 1, "", "ConnectionProfileMicroFocusWindows"], [1, 1, 1, "", "ConnectionProfileMicrosoftPowerBI"], [1, 1, 1, "", "ConnectionProfileOCIVM"], [1, 1, 1, "", "ConnectionProfileQlikCloud"], [1, 1, 1, "", "ConnectionProfileSnowflake"], [1, 1, 1, "", "ConnectionProfileSnowflakeIdP"], [1, 1, 1, "", "ConnectionProfileTableau"], [1, 1, 1, "", "ConnectionProfileTalendDataManagement"], [1, 1, 1, "", "ConnectionProfileTerraform"], [1, 1, 1, "", "ConnectionProfileUIPath"], [1, 1, 1, "", "ConnectionProfileWebServicesREST"], [1, 1, 1, "", "ConnectionProfileWebServicesSOAP"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte": [[1, 2, 1, "", "airbyte_base_url"], [1, 2, 1, "", "api_key"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "password"], [1, 2, 1, "", "trifacta_url"], [1, 2, 1, "", "username"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere": [[1, 2, 1, "", "host"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "password"], [1, 2, 1, "", "user_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_base_url"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret_key"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_backup_url"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "batch_url"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "cloud_formation_url"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "data_pipeline_url"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_dynamo_db_url"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key_id"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "ec2_region"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS": [[1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_ecs_url"], [1, 2, 1, "", "aws_iam_role"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "cloud_watch_url"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key_id"], [1, 2, 1, "", "aws_base_url"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret_access_key"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key_id"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "glue_url"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_api_base_url"], [1, 2, 1, "", "aws_logs_url"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key_id"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "lambda_url"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_logs_url"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "mainframe_modernization_url"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight": [[1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_account_id"], [1, 2, 1, "", "aws_quick_sight_url"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "sage_maker_url"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "step_functions_url"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup": [[1, 2, 1, "", "application_id"], [1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "azure_login_url"], [1, 2, 1, "", "azure_management_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "subscription_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts": [[1, 2, 1, "", "app_id"], [1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "azure_ad_url"], [1, 2, 1, "", "batch_account_name"], [1, 2, 1, "", "batch_region_id"], [1, 2, 1, "", "batch_resource_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory": [[1, 2, 1, "", "application_id"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "management_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "rest_login_url"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "subscription_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks": [[1, 2, 1, "", "application_id"], [1, 2, 1, "", "azure_login_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "databricks_resource"], [1, 2, 1, "", "databricks_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps": [[1, 2, 1, "", "azure_dev_ops_url"], [1, 2, 1, "", "azure_devops_token"], [1, 2, 1, "", "azure_username"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "organization_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions": [[1, 2, 1, "", "application_id"], [1, 2, 1, "", "azure_login_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "resource_group"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "subscription_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight": [[1, 2, 1, "", "cluster_name"], [1, 2, 1, "", "cluster_password"], [1, 2, 1, "", "cluster_username"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps": [[1, 2, 1, "", "application_id"], [1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "azure_login_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "resource_group"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "subscription_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning": [[1, 2, 1, "", "application_id"], [1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "azure_login_url"], [1, 2, 1, "", "azure_management_url"], [1, 2, 1, "", "azure_ml_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "location_name"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "subscription_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager": [[1, 2, 1, "", "app_id"], [1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "azure_base_url"], [1, 2, 1, "", "azure_login_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "subscription_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse": [[1, 2, 1, "", "app_id"], [1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "azure_ad_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "synapse_resource"], [1, 2, 1, "", "synapse_url"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM": [[1, 2, 1, "", "application_id"], [1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "azure_login_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "resource_group"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "subscription_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere": [[1, 2, 1, "", "account_id"], [1, 2, 1, "", "api_token"], [1, 2, 1, "", "api_username"], [1, 2, 1, "", "end_point"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "microsoft_teams_webhook_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "phone_number_id"], [1, 2, 1, "", "recipient_phone_number"], [1, 2, 1, "", "slack_webhook_url"], [1, 2, 1, "", "telegram_bot_token"], [1, 2, 1, "", "telegram_chat_id"], [1, 2, 1, "", "telegram_url"], [1, 2, 1, "", "user_access_token"], [1, 2, 1, "", "version"], [1, 2, 1, "", "whats_app_business_id"], [1, 2, 1, "", "whats_app_url"]], "aapi.integration_factory.connection_profiles.ConnectionProfileDBT": [[1, 2, 1, "", "account_id"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "dbt_token"], [1, 2, 1, "", "dbt_url"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "databricks_personal_access_token"], [1, 2, 1, "", "databricks_workspace_url"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch": [[1, 2, 1, "", "batch_url"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery": [[1, 2, 1, "", "gcp_big_query_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFlow": [[1, 2, 1, "", "data_flow_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "gcp_data_fusion_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "gcp_dataplex_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataprep": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "gcp_dataprep_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "user_access_token"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "dataproc_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key_json_format"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "deployment_manager_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "gcp_api_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "gcp_api_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "gcp_api_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS": [[1, 2, 1, "", "base_url"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "login_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "password"], [1, 2, 1, "", "username"]], "aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "kubernetes_cluster_url"], [1, 2, 1, "", "namespace"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_token_file"]], "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux": [[1, 2, 1, "", "additional_micro_focus_settings_script"], [1, 2, 1, "", "mfbsi_config_path"], [1, 2, 1, "", "mfbsi_directory_path"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "run_as"], [1, 2, 1, "", "run_as_pass"], [1, 2, 1, "", "runtime_environment"]], "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows": [[1, 2, 1, "", "additional_micro_focus_settings_script"], [1, 2, 1, "", "mfbsi_config_path"], [1, 2, 1, "", "mfbsi_directory_path"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "run_as"], [1, 2, 1, "", "run_as_pass"], [1, 2, 1, "", "runtime_environment"]], "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI": [[1, 2, 1, "", "api_url"], [1, 2, 1, "", "application_id"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "password"], [1, 2, 1, "", "resource_group"], [1, 2, 1, "", "user_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "config_file_path"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "fingerprint"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "oci_instances_url"], [1, 2, 1, "", "oci_region"], [1, 2, 1, "", "private_key"], [1, 2, 1, "", "profile"], [1, 2, 1, "", "tenancy_ocid"], [1, 2, 1, "", "user_ocid"]], "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud": [[1, 2, 1, "", "api_key"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "qlik_api_url"], [1, 2, 1, "", "region"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake": [[1, 2, 1, "", "account_identifier"], [1, 2, 1, "", "client_id"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "redirect_url"], [1, 2, 1, "", "refresh_token"], [1, 2, 1, "", "region"]], "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP": [[1, 2, 1, "", "account_identifier"], [1, 2, 1, "", "client_id"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "idp_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "region"], [1, 2, 1, "", "scope"]], "aapi.integration_factory.connection_profiles.ConnectionProfileTableau": [[1, 2, 1, "", "api_version"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "site_name"], [1, 2, 1, "", "tableau_url"], [1, 2, 1, "", "token_name"], [1, 2, 1, "", "token_secret"]], "aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement": [[1, 2, 1, "", "api_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "personal_access_token_authorization"], [1, 2, 1, "", "region"]], "aapi.integration_factory.connection_profiles.ConnectionProfileTerraform": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "terraform_org_name"], [1, 2, 1, "", "token"]], "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath": [[1, 2, 1, "", "app_id"], [1, 2, 1, "", "app_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "tenant_name"], [1, 2, 1, "", "tenant_url"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST": [[1, 1, 1, "", "WebServiceAuthenticationAws"], [1, 1, 1, "", "WebServiceAuthenticationBasic"], [1, 1, 1, "", "WebServiceAuthenticationGoogle"], [1, 1, 1, "", "WebServiceAuthenticationOauth2"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "web_service_authentication_aws"], [1, 2, 1, "", "web_service_authentication_basic"], [1, 2, 1, "", "web_service_authentication_google"], [1, 2, 1, "", "web_service_authentication_oauth2"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws": [[1, 1, 1, "", "AuthMethodAccessAndSecretKeys"], [1, 1, 1, "", "AuthMethodIAMRole"], [1, 2, 1, "", "auth_method_access_and_secret_keys"], [1, 2, 1, "", "auth_method_iam_role"], [1, 2, 1, "", "custom_service_name"], [1, 2, 1, "", "region"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.AuthMethodAccessAndSecretKeys": [[1, 2, 1, "", "access_key"], [1, 2, 1, "", "secret_access_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.AuthMethodIAMRole": [[1, 2, 1, "", "iam_role"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationBasic": [[1, 2, 1, "", "password"], [1, 2, 1, "", "use_preemptive_auth"], [1, 2, 1, "", "user"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle": [[1, 1, 1, "", "TokenType"], [1, 2, 1, "", "service_account_key"], [1, 2, 1, "", "token_type"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle.TokenType": [[1, 2, 1, "", "Access"], [1, 2, 1, "", "Identity"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2": [[1, 1, 1, "", "BasicAuthentication"], [1, 1, 1, "", "GrantTypePassword"], [1, 2, 1, "", "api_url"], [1, 2, 1, "", "basic_authentication"], [1, 2, 1, "", "body"], [1, 2, 1, "", "client_id"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "content_type"], [1, 2, 1, "", "grant_type_password"], [1, 2, 1, "", "headers"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.BasicAuthentication": [[1, 2, 1, "", "password"], [1, 2, 1, "", "user"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.GrantTypePassword": [[1, 2, 1, "", "password"], [1, 2, 1, "", "user"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP": [[1, 1, 1, "", "WebServiceAuthenticationBasic"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "web_service_authentication_basic"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP.WebServiceAuthenticationBasic": [[1, 2, 1, "", "password"], [1, 2, 1, "", "use_preemptive_auth"], [1, 2, 1, "", "user"]], "aapi.integration_factory.jobs": [[1, 1, 1, "", "JobAirbyte"], [1, 1, 1, "", "JobAlteryxTrifacta"], [1, 1, 1, "", "JobAutomationAnywhere"], [1, 1, 1, "", "JobAwsAthena"], [1, 1, 1, "", "JobAwsBackup"], [1, 1, 1, "", "JobAwsBatch"], [1, 1, 1, "", "JobAwsCloudFormation"], [1, 1, 1, "", "JobAwsDataPipeline"], [1, 1, 1, "", "JobAwsDynamoDB"], [1, 1, 1, "", "JobAwsEC2"], [1, 1, 1, "", "JobAwsECS"], [1, 1, 1, "", "JobAwsEMR"], [1, 1, 1, "", "JobAwsGlue"], [1, 1, 1, "", "JobAwsGlueDataBrew"], [1, 1, 1, "", "JobAwsLambda"], [1, 1, 1, "", "JobAwsMainframeModernization"], [1, 1, 1, "", "JobAwsQuickSight"], [1, 1, 1, "", "JobAwsSageMaker"], [1, 1, 1, "", "JobAwsStepFunctions"], [1, 1, 1, "", "JobAzureBackup"], [1, 1, 1, "", "JobAzureBatchAccounts"], [1, 1, 1, "", "JobAzureDataFactory"], [1, 1, 1, "", "JobAzureDatabricks"], [1, 1, 1, "", "JobAzureDevOps"], [1, 1, 1, "", "JobAzureFunctions"], [1, 1, 1, "", "JobAzureHDInsight"], [1, 1, 1, "", "JobAzureLogicApps"], [1, 1, 1, "", "JobAzureMachineLearning"], [1, 1, 1, "", "JobAzureResourceManager"], [1, 1, 1, "", "JobAzureSynapse"], [1, 1, 1, "", "JobAzureVM"], [1, 1, 1, "", "JobBoomiAtomsphere"], [1, 1, 1, "", "JobCommunicationSuite"], [1, 1, 1, "", "JobDBT"], [1, 1, 1, "", "JobDatabricks"], [1, 1, 1, "", "JobGCPBatch"], [1, 1, 1, "", "JobGCPBigQuery"], [1, 1, 1, "", "JobGCPDataFlow"], [1, 1, 1, "", "JobGCPDataFusion"], [1, 1, 1, "", "JobGCPDataplex"], [1, 1, 1, "", "JobGCPDataprep"], [1, 1, 1, "", "JobGCPDataproc"], [1, 1, 1, "", "JobGCPDeploymentManager"], [1, 1, 1, "", "JobGCPFunctions"], [1, 1, 1, "", "JobGCPVM"], [1, 1, 1, "", "JobGCPWorkflows"], [1, 1, 1, "", "JobInformaticaCS"], [1, 1, 1, "", "JobKubernetes"], [1, 1, 1, "", "JobMicroFocusLinux"], [1, 1, 1, "", "JobMicroFocusWindows"], [1, 1, 1, "", "JobMicrosoftPowerBI"], [1, 1, 1, "", "JobOCIVM"], [1, 1, 1, "", "JobQlikCloud"], [1, 1, 1, "", "JobSnowflake"], [1, 1, 1, "", "JobSnowflakeIdP"], [1, 1, 1, "", "JobTableau"], [1, 1, 1, "", "JobTalendDataManagement"], [1, 1, 1, "", "JobTerraform"], [1, 1, 1, "", "JobUIPath"], [1, 1, 1, "", "JobWebServicesREST"], [1, 1, 1, "", "JobWebServicesSOAP"]], "aapi.integration_factory.jobs.JobAirbyte": [[1, 2, 1, "", "connection_id"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "job_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "show_results"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAlteryxTrifacta": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "flow_name"], [1, 2, 1, "", "idempotent_token"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "rerun_with_new_idempotency_token"], [1, 2, 1, "", "retrack_job_status"], [1, 2, 1, "", "run_id"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAutomationAnywhere": [[1, 2, 1, "", "automation_type"], [1, 2, 1, "", "bot_input_parameters"], [1, 2, 1, "", "bot_to_run"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "process_to_run"], [1, 2, 1, "", "process_uri_path"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAwsAthena": [[1, 2, 1, "", "action"], [1, 2, 1, "", "add_configurations"], [1, 2, 1, "", "athena_client_request_token"], [1, 2, 1, "", "bucket_owner"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "database_name"], [1, 2, 1, "", "db_catalog_name"], [1, 2, 1, "", "encryption_options"], [1, 2, 1, "", "kms_key"], [1, 2, 1, "", "no_perm"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "output_location"], [1, 2, 1, "", "prepared_query_name"], [1, 2, 1, "", "query"], [1, 2, 1, "", "s3_acl_option"], [1, 2, 1, "", "show_json_output"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "table_name"], [1, 2, 1, "", "tolerance"], [1, 2, 1, "", "unload_file_type"], [1, 2, 1, "", "workgroup"]], "aapi.integration_factory.jobs.JobAwsBackup": [[1, 2, 1, "", "action"], [1, 2, 1, "", "backup_vault_name"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "idempotency_token"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "recovery_point_arn"], [1, 2, 1, "", "resource_arn"], [1, 2, 1, "", "restore_parameters"], [1, 2, 1, "", "role_arn"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "windows_vss"]], "aapi.integration_factory.jobs.JobAwsBatch": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "container_overrides_command"], [1, 2, 1, "", "execution_timeout"], [1, 2, 1, "", "job_attempts"], [1, 2, 1, "", "job_definition_and_revision"], [1, 2, 1, "", "job_name"], [1, 2, 1, "", "job_queue"], [1, 2, 1, "", "json_format"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "use_advanced_json_format"]], "aapi.integration_factory.jobs.JobAwsCloudFormation": [[1, 2, 1, "", "action"], [1, 2, 1, "", "capabilities_type"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "enable_termination_protection"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "on_failure"], [1, 2, 1, "", "role_arn"], [1, 2, 1, "", "stack_name"], [1, 2, 1, "", "stack_parameters"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "template_body"], [1, 2, 1, "", "template_url"]], "aapi.integration_factory.jobs.JobAwsDataPipeline": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipeline_id"], [1, 2, 1, "", "pipeline_name"], [1, 2, 1, "", "pipeline_unique_id"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "trigger_created_pipeline"]], "aapi.integration_factory.jobs.JobAwsDynamoDB": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "export_format"], [1, 2, 1, "", "failure_tolarance"], [1, 2, 1, "", "idempotency_token"], [1, 2, 1, "", "import_compression_type"], [1, 2, 1, "", "import_format"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "run_statement_with_parameter"], [1, 2, 1, "", "s3_bucket_name"], [1, 2, 1, "", "s3_bucket_owner_id"], [1, 2, 1, "", "s3_path_prefix"], [1, 2, 1, "", "statement"], [1, 2, 1, "", "statement_parameters"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "table_arn"], [1, 2, 1, "", "table_creation_parameters"], [1, 2, 1, "", "table_name"], [1, 2, 1, "", "transaction_statments"]], "aapi.integration_factory.jobs.JobAwsEC2": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "get_instances_logs"], [1, 2, 1, "", "idempotent_token"], [1, 2, 1, "", "image_id"], [1, 2, 1, "", "instance_id"], [1, 2, 1, "", "instance_name"], [1, 2, 1, "", "instance_type"], [1, 2, 1, "", "key_name"], [1, 2, 1, "", "launch_template_id"], [1, 2, 1, "", "number_of_copies"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "operations"], [1, 2, 1, "", "placement_availability_zone"], [1, 2, 1, "", "subnet_id"], [1, 2, 1, "", "tolerance"], [1, 2, 1, "", "verification_poll_interval"]], "aapi.integration_factory.jobs.JobAwsECS": [[1, 2, 1, "", "action"], [1, 2, 1, "", "assign_public_ip"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "ecs_cluster_name"], [1, 2, 1, "", "ecs_task_definition"], [1, 2, 1, "", "environment_variables"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "launch_type"], [1, 2, 1, "", "network_security_groups"], [1, 2, 1, "", "network_subnets"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "output_job_logs"], [1, 2, 1, "", "override_command"], [1, 2, 1, "", "override_container"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAwsEMR": [[1, 2, 1, "", "cluster_id"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "json_body"], [1, 2, 1, "", "notebook_execution_name"], [1, 2, 1, "", "notebook_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "relative_path"], [1, 2, 1, "", "service_role"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "tolerance"], [1, 2, 1, "", "use_advanced_json_format"]], "aapi.integration_factory.jobs.JobAwsGlue": [[1, 2, 1, "", "arguments"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "glue_job_arguments"], [1, 2, 1, "", "glue_job_name"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAwsGlueDataBrew": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "job_name"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "output_job_logs"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAwsLambda": [[1, 2, 1, "", "append_log_to_output"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "function_name"], [1, 2, 1, "", "function_version"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"]], "aapi.integration_factory.jobs.JobAwsMainframeModernization": [[1, 2, 1, "", "action"], [1, 2, 1, "", "application_action"], [1, 2, 1, "", "application_name"], [1, 2, 1, "", "application_version"], [1, 2, 1, "", "client_token"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "definition_s3_location"], [1, 2, 1, "", "environment_id"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "jcl_name"], [1, 2, 1, "", "latest_application_version"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "retrieve_cloud_watch_logs"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAwsQuickSight": [[1, 2, 1, "", "aws_dataset_id"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "refresh_type"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAwsSageMaker": [[1, 2, 1, "", "add_parameters"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "idempotency_token"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipeline_execution_arn"], [1, 2, 1, "", "pipeline_name"], [1, 2, 1, "", "retry_pipeline_execution"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAwsStepFunctions": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "execution_name"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "show_execution_logs"], [1, 2, 1, "", "state_machine_arn"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAzureBackup": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "disk_list"], [1, 2, 1, "", "failure_tolerance_"], [1, 2, 1, "", "include_or_exclude_disks"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "policy_name"], [1, 2, 1, "", "recovery_point_name"], [1, 2, 1, "", "restore_region"], [1, 2, 1, "", "restore_to_latest_recovery_point"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "storage_account_name"], [1, 2, 1, "", "vault_name"], [1, 2, 1, "", "vault_resource_group"], [1, 2, 1, "", "vm_name"], [1, 2, 1, "", "vm_resource_group"]], "aapi.integration_factory.jobs.JobAzureBatchAccounts": [[1, 2, 1, "", "append_log_to_output"], [1, 2, 1, "", "batch_job_id"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "content_type"], [1, 2, 1, "", "max_task_retry_count"], [1, 2, 1, "", "max_wall_clock_time"], [1, 2, 1, "", "max_wall_time_digits"], [1, 2, 1, "", "max_wall_time_unit"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "retention_time"], [1, 2, 1, "", "retention_time_digits"], [1, 2, 1, "", "retention_time_unit"], [1, 2, 1, "", "retry_number"], [1, 2, 1, "", "status_polling_interval"], [1, 2, 1, "", "task_command_line"], [1, 2, 1, "", "task_id_prefix"], [1, 2, 1, "", "task_id_variable"]], "aapi.integration_factory.jobs.JobAzureDataFactory": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "data_factory_name"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipeline_name"], [1, 2, 1, "", "resource_group_name"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAzureDatabricks": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "databricks_job_id"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "idempotency_token"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAzureDevOps": [[1, 2, 1, "", "actions"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipeline_id"], [1, 2, 1, "", "project_name"], [1, 2, 1, "", "repository_path"], [1, 2, 1, "", "show_build_logs"], [1, 2, 1, "", "stages_to_skip"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "variables"]], "aapi.integration_factory.jobs.JobAzureFunctions": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "function_app"], [1, 2, 1, "", "function_name"], [1, 2, 1, "", "function_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "optional_input_parameters"], [1, 2, 1, "", "verification_poll_intervall"]], "aapi.integration_factory.jobs.JobAzureHDInsight": [[1, 2, 1, "", "bring_job_logs_to_output"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAzureLogicApps": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "get_logs"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "workflow"]], "aapi.integration_factory.jobs.JobAzureMachineLearning": [[1, 2, 1, "", "action"], [1, 2, 1, "", "compute_action"], [1, 2, 1, "", "compute_name"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipeline_endpoint_id"], [1, 2, 1, "", "resource_group_name"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "workspace_name"]], "aapi.integration_factory.jobs.JobAzureResourceManager": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "deployment_name"], [1, 2, 1, "", "deployment_properties"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "resource_group_name"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAzureSynapse": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipeline_name"], [1, 2, 1, "", "status_polling_interval"]], "aapi.integration_factory.jobs.JobAzureVM": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "delete_vm_os_disk"], [1, 2, 1, "", "get_logs"], [1, 2, 1, "", "input_parameters"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "operation"], [1, 2, 1, "", "tolerance"], [1, 2, 1, "", "verification_poll_interval"], [1, 2, 1, "", "vm_name"]], "aapi.integration_factory.jobs.JobBoomiAtomsphere": [[1, 2, 1, "", "atom_name"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "polling_interval_frequency"], [1, 2, 1, "", "process_name"], [1, 2, 1, "", "tolerance"]], "aapi.integration_factory.jobs.JobCommunicationSuite": [[1, 2, 1, "", "application_name"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "protect_content"], [1, 2, 1, "", "silent_message"], [1, 2, 1, "", "slack_parameters"], [1, 2, 1, "", "teams_parameters"], [1, 2, 1, "", "telegram_parameters"], [1, 2, 1, "", "whats_app_parameters"]], "aapi.integration_factory.jobs.JobDBT": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "dbt_job_id"], [1, 2, 1, "", "define_commands"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "override_job_commands"], [1, 2, 1, "", "run_comment"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobDatabricks": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "databricks_job_id"], [1, 2, 1, "", "idempotency_token"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobGCPBatch": [[1, 2, 1, "", "allowed_locations"], [1, 2, 1, "", "commands"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "container_image_uri"], [1, 2, 1, "", "container_volumes"], [1, 2, 1, "", "cpu"], [1, 2, 1, "", "entry_point"], [1, 2, 1, "", "instance_policy"], [1, 2, 1, "", "job_name"], [1, 2, 1, "", "json_format"], [1, 2, 1, "", "log_policy"], [1, 2, 1, "", "machine_template"], [1, 2, 1, "", "machine_type"], [1, 2, 1, "", "maximum_retry_count"], [1, 2, 1, "", "memory"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "override_commands"], [1, 2, 1, "", "override_region"], [1, 2, 1, "", "priority"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "provisioning_model"], [1, 2, 1, "", "region"], [1, 2, 1, "", "runnable_type"], [1, 2, 1, "", "service_account_email_format"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "task_script_text"], [1, 2, 1, "", "use_advanced_json_format"]], "aapi.integration_factory.jobs.JobGCPBigQuery": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "copy_operation_type"], [1, 2, 1, "", "dataset_name"], [1, 2, 1, "", "destination_source_bucket_uris"], [1, 2, 1, "", "destination_table_properties"], [1, 2, 1, "", "extract_as"], [1, 2, 1, "", "job_timeout"], [1, 2, 1, "", "load_options"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "project_name"], [1, 2, 1, "", "query_parameters"], [1, 2, 1, "", "routine"], [1, 2, 1, "", "run_select_query_and_copy_to_table"], [1, 2, 1, "", "show_load_options"], [1, 2, 1, "", "source_tables_properties"], [1, 2, 1, "", "sql_statement"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "table_name"]], "aapi.integration_factory.jobs.JobGCPDataFlow": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "log_level"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters__json_format"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "region"], [1, 2, 1, "", "template_location_gs_"], [1, 2, 1, "", "template_type"], [1, 2, 1, "", "verification_poll_interval_in_seconds"]], "aapi.integration_factory.jobs.JobGCPDataFusion": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "get_logs"], [1, 2, 1, "", "instance_name"], [1, 2, 1, "", "name_space_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "pipeline_name"], [1, 2, 1, "", "project_name"], [1, 2, 1, "", "region"], [1, 2, 1, "", "runtime_parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobGCPDataplex": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "lake_name"], [1, 2, 1, "", "location"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "scan_name"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "task_name"]], "aapi.integration_factory.jobs.JobGCPDataprep": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "execute_job_with_idempotency_token"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "flow_name"], [1, 2, 1, "", "idempotency_token"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobGCPDataproc": [[1, 2, 1, "", "account_region"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "dataproc_task_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters__json_format"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "tolerance"], [1, 2, 1, "", "verification_poll_interval_in_seconds"], [1, 2, 1, "", "workflow_template"]], "aapi.integration_factory.jobs.JobGCPDeploymentManager": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "deployment_name"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "yaml_config_content"]], "aapi.integration_factory.jobs.JobGCPFunctions": [[1, 2, 1, "", "body"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "function_name"], [1, 2, 1, "", "function_parameters"], [1, 2, 1, "", "get_logs"], [1, 2, 1, "", "location"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "url_parameters"]], "aapi.integration_factory.jobs.JobGCPVM": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "get_logs"], [1, 2, 1, "", "instance_name"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "operation"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "template_name"], [1, 2, 1, "", "tolerance"], [1, 2, 1, "", "verification_poll_interval"], [1, 2, 1, "", "zone"]], "aapi.integration_factory.jobs.JobGCPWorkflows": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "execution_label"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "location"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters_json_input"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "show_workflow_results"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "workflow_name"]], "aapi.integration_factory.jobs.JobInformaticaCS": [[1, 2, 1, "", "call_back_url"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "folder_path"], [1, 2, 1, "", "input_fields"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "rerun_run_id"], [1, 2, 1, "", "rerun_suspended_taskflow"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "task_flow_url"], [1, 2, 1, "", "task_name"], [1, 2, 1, "", "task_type"], [1, 2, 1, "", "use_federation_id"]], "aapi.integration_factory.jobs.JobKubernetes": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "get_pod_logs"], [1, 2, 1, "", "job_cleanup"], [1, 2, 1, "", "job_spec_parameters"], [1, 2, 1, "", "job_spec_yaml"], [1, 2, 1, "", "job_status_polling_interval"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.jobs.JobMicroFocusLinux": [[1, 2, 1, "", "additional_variables"], [1, 2, 1, "", "advanced_restart_parameters"], [1, 2, 1, "", "auto_adjust_restart"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "enable_jcl_variables"], [1, 2, 1, "", "from_step_proc"], [1, 2, 1, "", "jcl_filename"], [1, 2, 1, "", "modified_jcl_path_and_filename"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "pds"], [1, 2, 1, "", "recapture_abend_codes"], [1, 2, 1, "", "recapture_cond_codes"], [1, 2, 1, "", "rerun_job_id"], [1, 2, 1, "", "restart_on_rerun"], [1, 2, 1, "", "restart_with_modified_jcl"], [1, 2, 1, "", "set_mf_ucc11"], [1, 2, 1, "", "step_specific_condition_codes"], [1, 2, 1, "", "to_step_proc"]], "aapi.integration_factory.jobs.JobMicroFocusWindows": [[1, 2, 1, "", "additional_variables"], [1, 2, 1, "", "advanced_restart_parameters"], [1, 2, 1, "", "auto_adjust_restart"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "enable_jcl_variables"], [1, 2, 1, "", "from_step_proc"], [1, 2, 1, "", "jcl_filename"], [1, 2, 1, "", "modified_jcl_path_and_filename"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "pds"], [1, 2, 1, "", "recapture_abend_codes"], [1, 2, 1, "", "recapture_cond_codes"], [1, 2, 1, "", "rerun_job_id"], [1, 2, 1, "", "restart_on_rerun"], [1, 2, 1, "", "restart_with_modified_jcl"], [1, 2, 1, "", "set_mf_ucc11"], [1, 2, 1, "", "step_specific_condition_codes"], [1, 2, 1, "", "to_step_proc"]], "aapi.integration_factory.jobs.JobMicrosoftPowerBI": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "dataset_id"], [1, 2, 1, "", "dataset_refresh_pipeline_deployment"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipeline_id"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "workspace_id"], [1, 2, 1, "", "workspace_name"]], "aapi.integration_factory.jobs.JobOCIVM": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "instance_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobQlikCloud": [[1, 2, 1, "", "app_id"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "print_log_to_output"], [1, 2, 1, "", "reload_type"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "tolerance"]], "aapi.integration_factory.jobs.JobSnowflake": [[1, 2, 1, "", "action"], [1, 2, 1, "", "activity_options"], [1, 2, 1, "", "add_condition"], [1, 2, 1, "", "bindings"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "copy_destination"], [1, 2, 1, "", "create_table_name"], [1, 2, 1, "", "database"], [1, 2, 1, "", "days_back"], [1, 2, 1, "", "file_format"], [1, 2, 1, "", "from_location"], [1, 2, 1, "", "from_storage_integration"], [1, 2, 1, "", "from_table"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "overwrite"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "procedure_argument"], [1, 2, 1, "", "query"], [1, 2, 1, "", "query_input"], [1, 2, 1, "", "query_to_location"], [1, 2, 1, "", "role"], [1, 2, 1, "", "schema"], [1, 2, 1, "", "show_more_options"], [1, 2, 1, "", "show_output"], [1, 2, 1, "", "snowflake_sql_statement"], [1, 2, 1, "", "snowpipe_name"], [1, 2, 1, "", "stage_location"], [1, 2, 1, "", "stage_name"], [1, 2, 1, "", "stage_url"], [1, 2, 1, "", "start_or_pause_snowpipe"], [1, 2, 1, "", "statement_timeout"], [1, 2, 1, "", "status_file_cloud_location_path"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "stoarge_integration_for_location"], [1, 2, 1, "", "storage_integration"], [1, 2, 1, "", "stored_procedure_name"], [1, 2, 1, "", "table_name"], [1, 2, 1, "", "warehouse"]], "aapi.integration_factory.jobs.JobSnowflakeIdP": [[1, 2, 1, "", "activity_options"], [1, 2, 1, "", "add_condition"], [1, 2, 1, "", "bindings"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "copy_destination"], [1, 2, 1, "", "create_table_name"], [1, 2, 1, "", "database"], [1, 2, 1, "", "days_back"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "file_format"], [1, 2, 1, "", "from_location"], [1, 2, 1, "", "from_storage_integration"], [1, 2, 1, "", "from_table"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "overwrite"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipe_name"], [1, 2, 1, "", "polling_interval_sec"], [1, 2, 1, "", "procedure_argument"], [1, 2, 1, "", "query"], [1, 2, 1, "", "query_input"], [1, 2, 1, "", "query_to_location"], [1, 2, 1, "", "role"], [1, 2, 1, "", "schema"], [1, 2, 1, "", "select_operation"], [1, 2, 1, "", "show_more_options"], [1, 2, 1, "", "show_output"], [1, 2, 1, "", "snowflake_sql_statement"], [1, 2, 1, "", "snowpipe_name"], [1, 2, 1, "", "stage_location"], [1, 2, 1, "", "stage_name"], [1, 2, 1, "", "stage_url"], [1, 2, 1, "", "start_or_pause_pipe"], [1, 2, 1, "", "statement_timeout_sec"], [1, 2, 1, "", "status_file_cloud_location_path"], [1, 2, 1, "", "stoarge_integration_for_location"], [1, 2, 1, "", "storage_integration"], [1, 2, 1, "", "stored_procedure_name"], [1, 2, 1, "", "table_name"], [1, 2, 1, "", "warehouse"]], "aapi.integration_factory.jobs.JobTableau": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "datasource_name"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "flow_name"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobTalendDataManagement": [[1, 2, 1, "", "bring_logs_to_output"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "log_level"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "plan_body_parameters"], [1, 2, 1, "", "plan_name"], [1, 2, 1, "", "plan_polling_intervals"], [1, 2, 1, "", "save_failed_plan_log"], [1, 2, 1, "", "task_id"], [1, 2, 1, "", "task_name"], [1, 2, 1, "", "task_plan_execution"], [1, 2, 1, "", "task_polling_intervals"]], "aapi.integration_factory.jobs.JobTerraform": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "run_name"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "variable"], [1, 2, 1, "", "variables"], [1, 2, 1, "", "workspace_name"], [1, 2, 1, "", "workspace_params"]], "aapi.integration_factory.jobs.JobUIPath": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "folder_id"], [1, 2, 1, "", "folder_name"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "optional_input_parameters"], [1, 2, 1, "", "process_name"], [1, 2, 1, "", "robot_id"], [1, 2, 1, "", "robot_name"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobWebServicesREST": [[1, 2, 1, "", "append_request"], [1, 2, 1, "", "append_response"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "endpoint_url"], [1, 2, 1, "", "http_headers"], [1, 2, 1, "", "method"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "output_handling"], [1, 2, 1, "", "url_parameters"], [1, 2, 1, "", "url_request_path"]], "aapi.integration_factory.jobs.JobWebServicesSOAP": [[1, 2, 1, "", "append_request"], [1, 2, 1, "", "append_response"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "endpoint_url"], [1, 2, 1, "", "http_headers"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "output_handling"], [1, 2, 1, "", "soap_action"]], "aapi.internalrule": [[0, 1, 1, "", "InternalRule"]], "aapi.internalrule.InternalRule": [[0, 1, 1, "", "Characters"], [0, 1, 1, "", "Exclude"], [0, 1, 1, "", "Include"], [0, 2, 1, "", "characters"], [0, 2, 1, "", "exclude"], [0, 2, 1, "", "include"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "rule_name"]], "aapi.internalrule.InternalRule.Characters": [[0, 1, 1, "", "Alphanumeric"], [0, 1, 1, "", "Any"], [0, 2, 1, "", "alphanumeric"], [0, 2, 1, "", "any"], [0, 2, 1, "", "maximum_length"], [0, 2, 1, "", "minimum_length"]], "aapi.internalrule.InternalRule.Characters.Alphanumeric": [[0, 2, 1, "", "digits"], [0, 2, 1, "", "lowercase_letters"], [0, 2, 1, "", "specific_characters"], [0, 2, 1, "", "uppercase_letters"]], "aapi.internalrule.InternalRule.Characters.Any": [[0, 2, 1, "", "except_for_characters"]], "aapi.internalrule.InternalRule.Exclude": [[0, 2, 1, "", "patterns"], [0, 2, 1, "", "values"]], "aapi.internalrule.InternalRule.Include": [[0, 2, 1, "", "patterns"], [0, 2, 1, "", "values"]], "aapi.iteminfo": [[0, 1, 1, "", "ItemInfo"]], "aapi.iteminfo.ItemInfo": [[0, 2, 1, "", "object_name"]], "aapi.job": [[0, 1, 1, "", "Job"], [0, 1, 1, "", "JobAWS"], [0, 1, 1, "", "JobAWSBatch"], [0, 1, 1, "", "JobAWSLambda"], [0, 1, 1, "", "JobAWSStepFunction"], [0, 1, 1, "", "JobAirflow"], [0, 1, 1, "", "JobAzure"], [0, 1, 1, "", "JobAzureBatchAccount"], [0, 1, 1, "", "JobAzureFunction"], [0, 1, 1, "", "JobAzureLogicApps"], [0, 1, 1, "", "JobCommand"], [0, 1, 1, "", "JobDatabase"], [0, 1, 1, "", "JobDatabaseEmbeddedQuery"], [0, 1, 1, "", "JobDatabaseMSSQLAgentJob"], [0, 1, 1, "", "JobDatabaseMSSQL_SSIS"], [0, 1, 1, "", "JobDatabaseSQLScript"], [0, 1, 1, "", "JobDatabaseStoredProcedure"], [0, 1, 1, "", "JobDummy"], [0, 1, 1, "", "JobEmbeddedScript"], [0, 1, 1, "", "JobFileTransfer"], [0, 1, 1, "", "JobFileWatcher"], [0, 1, 1, "", "JobFileWatcherCreate"], [0, 1, 1, "", "JobFileWatcherDelete"], [0, 1, 1, "", "JobHadoop"], [0, 1, 1, "", "JobHadoopDistCp"], [0, 1, 1, "", "JobHadoopHDFSCommands"], [0, 1, 1, "", "JobHadoopHDFSFileWatcher"], [0, 1, 1, "", "JobHadoopHive"], [0, 1, 1, "", "JobHadoopMapReduce"], [0, 1, 1, "", "JobHadoopMapredStreaming"], [0, 1, 1, "", "JobHadoopOozie"], [0, 1, 1, "", "JobHadoopPig"], [0, 1, 1, "", "JobHadoopSpark"], [0, 1, 1, "", "JobHadoopSparkPython"], [0, 1, 1, "", "JobHadoopSparkScalaJava"], [0, 1, 1, "", "JobHadoopSqoop"], [0, 1, 1, "", "JobHadoopTajo"], [0, 1, 1, "", "JobHadoopTajoInputFile"], [0, 1, 1, "", "JobHadoopTajoQuery"], [0, 1, 1, "", "JobIBMCognos"], [0, 1, 1, "", "JobIBMDataStage"], [0, 1, 1, "", "JobInformatica"], [0, 1, 1, "", "JobJava"], [0, 1, 1, "", "JobMessaging"], [0, 1, 1, "", "JobMessagingFreeText"], [0, 1, 1, "", "JobMessagingPreDefined"], [0, 1, 1, "", "JobMessagingWaitForReply"], [0, 1, 1, "", "JobNetBackup"], [0, 1, 1, "", "JobOEBS"], [0, 1, 1, "", "JobOS400"], [0, 1, 1, "", "JobOS400ExternalJob"], [0, 1, 1, "", "JobOS400ExternalSubSystem"], [0, 1, 1, "", "JobOS400Full"], [0, 1, 1, "", "JobOS400FullCommandLine"], [0, 1, 1, "", "JobOS400FullDescriptionJob"], [0, 1, 1, "", "JobOS400FullExternalJob"], [0, 1, 1, "", "JobOS400FullExternalSubSystem"], [0, 1, 1, "", "JobOS400FullMultipleCommands"], [0, 1, 1, "", "JobOS400FullProgram"], [0, 1, 1, "", "JobOS400FullRestrictedStateAction"], [0, 1, 1, "", "JobOS400FullScriptFile"], [0, 1, 1, "", "JobOS400FullSubSystem"], [0, 1, 1, "", "JobOS400FullVirtualTerminal"], [0, 1, 1, "", "JobOS400MultipleCommands"], [0, 1, 1, "", "JobOS400Program"], [0, 1, 1, "", "JobOS400VirtualTerminal"], [0, 1, 1, "", "JobPeopleSoft"], [0, 1, 1, "", "JobSAP"], [0, 1, 1, "", "JobSAPBW"], [0, 1, 1, "", "JobSAPBWInfoPackage"], [0, 1, 1, "", "JobSAPBWProcessChain"], [0, 1, 1, "", "JobSAPDataArchiving"], [0, 1, 1, "", "JobSAPDataArchivingDelete"], [0, 1, 1, "", "JobSAPDataArchivingStore"], [0, 1, 1, "", "JobSAPDataArchivingWrite"], [0, 1, 1, "", "JobSAPR3"], [0, 1, 1, "", "JobSAPR3BatchInputSession"], [0, 1, 1, "", "JobSAPR3COPY"], [0, 1, 1, "", "JobSAPR3CREATE"], [0, 1, 1, "", "JobSAPR3MonitorSapJob"], [0, 1, 1, "", "JobSAPR3PredefinedSapJob"], [0, 1, 1, "", "JobSAPR3SapProfile"], [0, 1, 1, "", "JobSAPR3SapProfileActivate"], [0, 1, 1, "", "JobSAPR3SapProfileDeactivate"], [0, 1, 1, "", "JobSAPR3TriggerSapEvent"], [0, 1, 1, "", "JobSAPR3WatchSapEvent"], [0, 1, 1, "", "JobSLAManagement"], [0, 1, 1, "", "JobScript"], [0, 1, 1, "", "JobTandem"], [0, 1, 1, "", "JobTandemCommand"], [0, 1, 1, "", "JobTandemEmbeddedTACLScript"], [0, 1, 1, "", "JobTandemExternalProcess"], [0, 1, 1, "", "JobTandemProgram"], [0, 1, 1, "", "JobTandemTACLScript"], [0, 1, 1, "", "JobVMware"], [0, 1, 1, "", "JobVMwareConfiguration"], [0, 1, 1, "", "JobVMwareConfigurationCloneVirtualMachine"], [0, 1, 1, "", "JobVMwareConfigurationDeployTemplate"], [0, 1, 1, "", "JobVMwareConfigurationMigrateVirtualMachine"], [0, 1, 1, "", "JobVMwareConfigurationReconfigureVirtualMachine"], [0, 1, 1, "", "JobVMwarePower"], [0, 1, 1, "", "JobVMwarePowerOff"], [0, 1, 1, "", "JobVMwarePowerOn"], [0, 1, 1, "", "JobVMwarePowerReboot"], [0, 1, 1, "", "JobVMwarePowerReset"], [0, 1, 1, "", "JobVMwarePowerShutdown"], [0, 1, 1, "", "JobVMwarePowerStandby"], [0, 1, 1, "", "JobVMwarePowerSuspend"], [0, 1, 1, "", "JobVMwareSnapshot"], [0, 1, 1, "", "JobVMwareSnapshotRemove"], [0, 1, 1, "", "JobVMwareSnapshotRemoveAll"], [0, 1, 1, "", "JobVMwareSnapshotRevert"], [0, 1, 1, "", "JobVMwareSnapshotRevertToCurrent"], [0, 1, 1, "", "JobVMwareSnapshotTake"], [0, 1, 1, "", "JobWebServices"], [0, 1, 1, "", "JobZOS"], [0, 1, 1, "", "JobZOSInStreamJCL"], [0, 1, 1, "", "JobZOSMember"]], "aapi.job.Job": [[0, 1, 1, "", "DaysKeepActive"], [0, 1, 1, "", "DocumentationFile"], [0, 1, 1, "", "DocumentationUrl"], [0, 1, 1, "", "Output"], [0, 1, 1, "", "PathElement"], [0, 1, 1, "", "Priority"], [0, 1, 1, "", "Rerun"], [0, 1, 1, "", "RerunIntervals"], [0, 1, 1, "", "RerunLimit"], [0, 1, 1, "", "RerunSpecificTimes"], [0, 1, 1, "", "When"], [0, 2, 1, "", "action_capture_output_list"], [0, 2, 1, "", "add_events_list"], [0, 2, 1, "", "application"], [0, 2, 1, "", "condition_list"], [0, 2, 1, "", "confirm"], [0, 2, 1, "", "created_by"], [0, 2, 1, "", "critical"], [0, 2, 1, "", "days_keep_active"], [0, 2, 1, "", "delete_events_list"], [0, 2, 1, "", "description"], [0, 2, 1, "", "documentation_file"], [0, 2, 1, "", "documentation_url"], [0, 2, 1, "", "end_folder"], [0, 2, 1, "", "event_list"], [0, 2, 1, "", "events_to_add"], [0, 2, 1, "", "events_to_delete"], [0, 2, 1, "", "file_name"], [0, 2, 1, "", "file_path"], [0, 2, 1, "", "host"], [0, 2, 1, "", "if_list"], [0, 2, 1, "", "job_tag_list"], [0, 2, 1, "", "notify_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "output"], [0, 2, 1, "", "path_element"], [0, 2, 1, "", "post_command"], [0, 2, 1, "", "pre_command"], [0, 2, 1, "", "priority"], [0, 2, 1, "", "rerun"], [0, 2, 1, "", "rerun_intervals"], [0, 2, 1, "", "rerun_limit"], [0, 2, 1, "", "rerun_specific_times"], [0, 2, 1, "", "resource_list"], [0, 2, 1, "", "retroactive_order"], [0, 2, 1, "", "run_as"], [0, 2, 1, "", "run_as_dummy"], [0, 2, 1, "", "run_on_all_agents_in_group"], [0, 2, 1, "", "sub_application"], [0, 2, 1, "", "time_zone"], [0, 2, 1, "", "variables"], [0, 2, 1, "", "wait_for_events"], [0, 2, 1, "", "wait_for_events_list"], [0, 2, 1, "", "when"]], "aapi.job.Job.DaysKeepActive": [[0, 2, 1, "", "Forever"]], "aapi.job.Job.DocumentationFile": [[0, 2, 1, "", "file_name"], [0, 2, 1, "", "path"]], "aapi.job.Job.DocumentationUrl": [[0, 2, 1, "", "file_name"], [0, 2, 1, "", "url"]], "aapi.job.Job.Output": [[0, 1, 1, "", "Operation"], [0, 2, 1, "", "destination"], [0, 2, 1, "", "operation"]], "aapi.job.Job.Output.Operation": [[0, 2, 1, "", "Copy"], [0, 2, 1, "", "Delete"], [0, 2, 1, "", "Move"], [0, 2, 1, "", "Print"]], "aapi.job.Job.PathElement": [[0, 2, 1, "", "folder"], [0, 2, 1, "", "library"], [0, 2, 1, "", "server"]], "aapi.job.Job.Priority": [[0, 2, 1, "", "High"], [0, 2, 1, "", "Low"], [0, 2, 1, "", "Medium"], [0, 2, 1, "", "Very_High"], [0, 2, 1, "", "Very_Low"]], "aapi.job.Job.Rerun": [[0, 1, 1, "", "From"], [0, 1, 1, "", "Units"], [0, 2, 1, "", "every"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "times"], [0, 2, 1, "", "units"]], "aapi.job.Job.Rerun.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.job.Job.Rerun.Units": [[0, 2, 1, "", "Days"], [0, 2, 1, "", "Hours"], [0, 2, 1, "", "Minutes"]], "aapi.job.Job.RerunIntervals": [[0, 1, 1, "", "From"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "intervals"], [0, 2, 1, "", "times"]], "aapi.job.Job.RerunIntervals.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.job.Job.RerunLimit": [[0, 1, 1, "", "From"], [0, 1, 1, "", "Units"], [0, 2, 1, "", "every"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "rerun_member"], [0, 2, 1, "", "times"], [0, 2, 1, "", "units"]], "aapi.job.Job.RerunLimit.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.job.Job.RerunLimit.Units": [[0, 2, 1, "", "Days"], [0, 2, 1, "", "Hours"], [0, 2, 1, "", "Minutes"]], "aapi.job.Job.RerunSpecificTimes": [[0, 2, 1, "", "at"], [0, 2, 1, "", "times"], [0, 2, 1, "", "tolerance"]], "aapi.job.Job.When": [[0, 1, 1, "", "ConfirmationCalendars"], [0, 1, 1, "", "DaysRelation"], [0, 1, 1, "", "RuleBasedCalendars"], [0, 2, 1, "", "active_period"], [0, 2, 1, "", "confirmation_calendars"], [0, 2, 1, "", "days"], [0, 2, 1, "", "days_relation"], [0, 2, 1, "", "end_date"], [0, 2, 1, "", "from_time"], [0, 2, 1, "", "month_days"], [0, 2, 1, "", "month_days_calendar"], [0, 2, 1, "", "months"], [0, 2, 1, "", "rule_based_calendars"], [0, 2, 1, "", "schedule"], [0, 2, 1, "", "specific_dates"], [0, 2, 1, "", "start_date"], [0, 2, 1, "", "to_time"], [0, 2, 1, "", "week_days"], [0, 2, 1, "", "week_days_calendar"]], "aapi.job.Job.When.ConfirmationCalendars": [[0, 1, 1, "", "ExceptionPolicy"], [0, 2, 1, "", "calendar"], [0, 2, 1, "", "exception_policy"], [0, 2, 1, "", "shift_by"]], "aapi.job.Job.When.ConfirmationCalendars.ExceptionPolicy": [[0, 2, 1, "", "DoNotOrder"], [0, 2, 1, "", "OrderAnyway"], [0, 2, 1, "", "OrderOnNextConfirmedDay"], [0, 2, 1, "", "OrderOnPreviousConfirmedDay"]], "aapi.job.Job.When.DaysRelation": [[0, 2, 1, "", "AND"], [0, 2, 1, "", "OR"]], "aapi.job.Job.When.RuleBasedCalendars": [[0, 1, 1, "", "Relationship"], [0, 2, 1, "", "excluded"], [0, 2, 1, "", "included"], [0, 2, 1, "", "relationship"]], "aapi.job.Job.When.RuleBasedCalendars.Relationship": [[0, 2, 1, "", "AND"], [0, 2, 1, "", "OR"]], "aapi.job.JobAWS": [[0, 2, 1, "", "append_log"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"]], "aapi.job.JobAWSBatch": [[0, 1, 1, "", "AwsJobType"], [0, 1, 1, "", "DependsOn"], [0, 2, 1, "", "array_size"], [0, 2, 1, "", "aws_job_type"], [0, 2, 1, "", "command"], [0, 2, 1, "", "depends_on"], [0, 2, 1, "", "environment"], [0, 2, 1, "", "execution_timeout"], [0, 2, 1, "", "job_attempts"], [0, 2, 1, "", "job_definition"], [0, 2, 1, "", "job_definition_revision"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "job_queue"], [0, 2, 1, "", "memory"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameters"], [0, 2, 1, "", "v_cpus"]], "aapi.job.JobAWSBatch.AwsJobType": [[0, 2, 1, "", "Array"], [0, 2, 1, "", "Single"]], "aapi.job.JobAWSBatch.DependsOn": [[0, 1, 1, "", "DependencyType"], [0, 2, 1, "", "dependency_type"], [0, 2, 1, "", "job_depends_on"]], "aapi.job.JobAWSBatch.DependsOn.DependencyType": [[0, 2, 1, "", "N_to_N"], [0, 2, 1, "", "Sequential"], [0, 2, 1, "", "Standard"]], "aapi.job.JobAWSLambda": [[0, 2, 1, "", "client_context_json"], [0, 2, 1, "", "function_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "payload"], [0, 2, 1, "", "version"]], "aapi.job.JobAWSStepFunction": [[0, 2, 1, "", "execution_name"], [0, 2, 1, "", "input"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "state_machine"]], "aapi.job.JobAirflow": [[0, 1, 1, "", "OutputDetails"], [0, 2, 1, "", "configuration_json"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "dag_id"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "output_details"], [0, 2, 1, "", "rerun_from_point_of_failure"]], "aapi.job.JobAirflow.OutputDetails": [[0, 2, 1, "", "DoNotIncludeTaskLogs"], [0, 2, 1, "", "IncludeAllTasksLogs"], [0, 2, 1, "", "IncludeOnlyFailedTasksLogs"]], "aapi.job.JobAzure": [[0, 2, 1, "", "append_log"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"]], "aapi.job.JobAzureBatchAccount": [[0, 1, 1, "", "MaxTries"], [0, 1, 1, "", "Retention"], [0, 1, 1, "", "Wallclock"], [0, 2, 1, "", "command_line"], [0, 2, 1, "", "job_id"], [0, 2, 1, "", "max_tries"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "retention"], [0, 2, 1, "", "wallclock"]], "aapi.job.JobAzureBatchAccount.MaxTries": [[0, 1, 1, "", "Option"], [0, 2, 1, "", "count"], [0, 2, 1, "", "option"]], "aapi.job.JobAzureBatchAccount.MaxTries.Option": [[0, 2, 1, "", "Custom"], [0, 2, 1, "", "Unlimited"]], "aapi.job.JobAzureBatchAccount.Retention": [[0, 1, 1, "", "Unit"], [0, 2, 1, "", "time"], [0, 2, 1, "", "unit"]], "aapi.job.JobAzureBatchAccount.Retention.Unit": [[0, 2, 1, "", "Days"], [0, 2, 1, "", "Hours"], [0, 2, 1, "", "Minutes"], [0, 2, 1, "", "Seconds"]], "aapi.job.JobAzureBatchAccount.Wallclock": [[0, 1, 1, "", "Unit"], [0, 2, 1, "", "time"], [0, 2, 1, "", "unit"]], "aapi.job.JobAzureBatchAccount.Wallclock.Unit": [[0, 2, 1, "", "Days"], [0, 2, 1, "", "Hours"], [0, 2, 1, "", "Minutes"], [0, 2, 1, "", "Seconds"]], "aapi.job.JobAzureFunction": [[0, 2, 1, "", "function"], [0, 2, 1, "", "function_app"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameters"]], "aapi.job.JobAzureLogicApps": [[0, 2, 1, "", "logic_app_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "request_body"]], "aapi.job.JobCommand": [[0, 2, 1, "", "command"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "override_path"], [0, 2, 1, "", "run_as_dummy"]], "aapi.job.JobDatabase": [[0, 2, 1, "", "autocommit"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "output_execution_log"], [0, 2, 1, "", "output_sql_output"], [0, 2, 1, "", "sql_output_format"]], "aapi.job.JobDatabaseEmbeddedQuery": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "query"]], "aapi.job.JobDatabaseMSSQLAgentJob": [[0, 2, 1, "", "category"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "object_name"]], "aapi.job.JobDatabaseMSSQL_SSIS": [[0, 1, 1, "", "PackageSource"], [0, 2, 1, "", "catalog_env"], [0, 2, 1, "", "config_files"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "package_name"], [0, 2, 1, "", "package_source"], [0, 2, 1, "", "properties"]], "aapi.job.JobDatabaseMSSQL_SSIS.PackageSource": [[0, 2, 1, "", "File_System"], [0, 2, 1, "", "SQL_Server"], [0, 2, 1, "", "SSIS_Catalog"], [0, 2, 1, "", "SSIS_Package_Store"]], "aapi.job.JobDatabaseSQLScript": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameters"], [0, 2, 1, "", "sql_script"]], "aapi.job.JobDatabaseStoredProcedure": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "package"], [0, 2, 1, "", "parameters"], [0, 2, 1, "", "return_value"], [0, 2, 1, "", "schema"], [0, 2, 1, "", "stored_procedure"]], "aapi.job.JobDummy": [[0, 2, 1, "", "object_name"]], "aapi.job.JobEmbeddedScript": [[0, 2, 1, "", "file_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "override_path"], [0, 2, 1, "", "run_as_dummy"], [0, 2, 1, "", "script"]], "aapi.job.JobFileTransfer": [[0, 2, 1, "", "azure_container_name_dest"], [0, 2, 1, "", "azure_container_name_src"], [0, 2, 1, "", "connection_profile_dest"], [0, 2, 1, "", "connection_profile_dual_endpoint"], [0, 2, 1, "", "connection_profile_src"], [0, 2, 1, "", "end_job_not_ok"], [0, 2, 1, "", "file_transfers"], [0, 2, 1, "", "gcs_bucket_name_dest"], [0, 2, 1, "", "gcs_bucket_name_src"], [0, 2, 1, "", "number_of_retries"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "rerun_from_point_of_failure"], [0, 2, 1, "", "s3_bucket_name"], [0, 2, 1, "", "s3_bucket_name_dest"], [0, 2, 1, "", "s3_bucket_name_src"]], "aapi.job.JobFileWatcher": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "path"], [0, 2, 1, "", "search_interval"], [0, 2, 1, "", "start_time"], [0, 2, 1, "", "stop_time"], [0, 2, 1, "", "time_limit"]], "aapi.job.JobFileWatcherCreate": [[0, 2, 1, "", "file_size_interval"], [0, 2, 1, "", "iterations"], [0, 2, 1, "", "maximal_age"], [0, 2, 1, "", "minimal_age"], [0, 2, 1, "", "minimum_size"], [0, 2, 1, "", "wildcard"]], "aapi.job.JobHadoop": [[0, 1, 1, "", "PostCommands"], [0, 1, 1, "", "PreCommands"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "post_commands"], [0, 2, 1, "", "pre_commands"]], "aapi.job.JobHadoop.PostCommands": [[0, 2, 1, "", "commands"], [0, 2, 1, "", "fail_job_on_command_failure"]], "aapi.job.JobHadoop.PreCommands": [[0, 2, 1, "", "commands"], [0, 2, 1, "", "fail_job_on_command_failure"]], "aapi.job.JobHadoopDistCp": [[0, 2, 1, "", "distcp_options"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "source_paths"], [0, 2, 1, "", "target_path"]], "aapi.job.JobHadoopHDFSCommands": [[0, 2, 1, "", "commands"], [0, 2, 1, "", "object_name"]], "aapi.job.JobHadoopHDFSFileWatcher": [[0, 2, 1, "", "hdfs_file_path"], [0, 2, 1, "", "max_wait_time"], [0, 2, 1, "", "min_detected_size"], [0, 2, 1, "", "object_name"]], "aapi.job.JobHadoopHive": [[0, 2, 1, "", "hive_archives"], [0, 2, 1, "", "hive_files"], [0, 2, 1, "", "hive_options"], [0, 2, 1, "", "hive_script"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameters"]], "aapi.job.JobHadoopMapReduce": [[0, 2, 1, "", "arguments"], [0, 2, 1, "", "main_class"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "program_jar"]], "aapi.job.JobHadoopMapredStreaming": [[0, 2, 1, "", "general_options"], [0, 2, 1, "", "input_path"], [0, 2, 1, "", "mapper_command"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "output_path"], [0, 2, 1, "", "reducer_command"], [0, 2, 1, "", "steaming_options"]], "aapi.job.JobHadoopOozie": [[0, 2, 1, "", "job_properties_file"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "oozie_options"]], "aapi.job.JobHadoopPig": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameters"], [0, 2, 1, "", "pig_script"]], "aapi.job.JobHadoopSpark": [[0, 2, 1, "", "arguments"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "spark_options"]], "aapi.job.JobHadoopSparkPython": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "spark_script"]], "aapi.job.JobHadoopSparkScalaJava": [[0, 2, 1, "", "main_class"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "program_jar"]], "aapi.job.JobHadoopSqoop": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "sqoop_archives"], [0, 2, 1, "", "sqoop_command"], [0, 2, 1, "", "sqoop_files"], [0, 2, 1, "", "sqoop_options"]], "aapi.job.JobHadoopTajo": [[0, 2, 1, "", "arguments"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "tajo_options"]], "aapi.job.JobHadoopTajoInputFile": [[0, 2, 1, "", "full_file_path"], [0, 2, 1, "", "object_name"]], "aapi.job.JobHadoopTajoQuery": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "open_query"]], "aapi.job.JobIBMCognos": [[0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "jobs"], [0, 2, 1, "", "object_name"]], "aapi.job.JobIBMDataStage": [[0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "data_stage_job"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "project"]], "aapi.job.JobInformatica": [[0, 1, 1, "", "WorkflowExecutionMode"], [0, 1, 1, "", "WorkflowRestartMode"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "depth"], [0, 2, 1, "", "enable_error_details"], [0, 2, 1, "", "enable_output"], [0, 2, 1, "", "instance_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "os_profile"], [0, 2, 1, "", "repository_folder"], [0, 2, 1, "", "restart_from_task"], [0, 2, 1, "", "run_single_task"], [0, 2, 1, "", "start_from_task"], [0, 2, 1, "", "workflow"], [0, 2, 1, "", "workflow_execution_mode"], [0, 2, 1, "", "workflow_parameters_file"], [0, 2, 1, "", "workflow_restart_mode"]], "aapi.job.JobInformatica.WorkflowExecutionMode": [[0, 2, 1, "", "RunSingleTask"], [0, 2, 1, "", "RunWholeWorkflow"], [0, 2, 1, "", "StartFromTask"]], "aapi.job.JobInformatica.WorkflowRestartMode": [[0, 2, 1, "", "ForceRestart"], [0, 2, 1, "", "ForceRestartFromSpecificTask"], [0, 2, 1, "", "Recover"]], "aapi.job.JobJava": [[0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "java_profile"], [0, 2, 1, "", "method"], [0, 2, 1, "", "object"], [0, 2, 1, "", "object_name"]], "aapi.job.JobMessaging": [[0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"]], "aapi.job.JobMessagingFreeText": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "use_free_text_message"]], "aapi.job.JobMessagingPreDefined": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "use_free_text_message"]], "aapi.job.JobMessagingWaitForReply": [[0, 2, 1, "", "object_name"]], "aapi.job.JobNetBackup": [[0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "policy_name"]], "aapi.job.JobOEBS": [[0, 1, 1, "", "RequestSet"], [0, 1, 1, "", "SingleRequest"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "request_set"], [0, 2, 1, "", "responsibility"], [0, 2, 1, "", "single_request"], [0, 2, 1, "", "user_name"]], "aapi.job.JobOEBS.RequestSet": [[0, 2, 1, "", "set"]], "aapi.job.JobOEBS.SingleRequest": [[0, 2, 1, "", "program_name"]], "aapi.job.JobOS400": [[0, 2, 1, "", "object_name"]], "aapi.job.JobOS400ExternalJob": [[0, 1, 1, "", "DuplicateOption"], [0, 1, 1, "", "Status"], [0, 2, 1, "", "duplicate_option"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "status"]], "aapi.job.JobOS400ExternalJob.DuplicateOption": [[0, 2, 1, "", "First"], [0, 2, 1, "", "Last"]], "aapi.job.JobOS400ExternalJob.Status": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "All"], [0, 2, 1, "", "OutputQueue"], [0, 2, 1, "", "Queue"]], "aapi.job.JobOS400ExternalSubSystem": [[0, 2, 1, "", "object_name"]], "aapi.job.JobOS400Full": [[0, 2, 1, "", "object_name"]], "aapi.job.JobOS400FullCommandLine": [[0, 1, 1, "", "SpecialEnvironment"], [0, 2, 1, "", "command_line"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "special_environment"]], "aapi.job.JobOS400FullCommandLine.SpecialEnvironment": [[0, 2, 1, "", "Native"], [0, 2, 1, "", "QShell"], [0, 2, 1, "", "S38"]], "aapi.job.JobOS400FullDescriptionJob": [[0, 2, 1, "", "description"], [0, 2, 1, "", "library"], [0, 2, 1, "", "object_name"]], "aapi.job.JobOS400FullExternalJob": [[0, 1, 1, "", "DuplicateOption"], [0, 1, 1, "", "Status"], [0, 2, 1, "", "duplicate_option"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "status"]], "aapi.job.JobOS400FullExternalJob.DuplicateOption": [[0, 2, 1, "", "First"], [0, 2, 1, "", "Last"]], "aapi.job.JobOS400FullExternalJob.Status": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "All"], [0, 2, 1, "", "OutputQueue"], [0, 2, 1, "", "Queue"]], "aapi.job.JobOS400FullExternalSubSystem": [[0, 2, 1, "", "object_name"]], "aapi.job.JobOS400FullMultipleCommands": [[0, 2, 1, "", "object_name"]], "aapi.job.JobOS400FullProgram": [[0, 1, 1, "", "SpecialEnvironment"], [0, 2, 1, "", "library"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "program"], [0, 2, 1, "", "special_environment"]], "aapi.job.JobOS400FullProgram.SpecialEnvironment": [[0, 2, 1, "", "Native"], [0, 2, 1, "", "QShell"], [0, 2, 1, "", "S38"]], "aapi.job.JobOS400FullRestrictedStateAction": [[0, 1, 1, "", "Action"], [0, 2, 1, "", "action"], [0, 2, 1, "", "batch_time_limit"], [0, 2, 1, "", "command"], [0, 2, 1, "", "device"], [0, 2, 1, "", "object_name"]], "aapi.job.JobOS400FullRestrictedStateAction.Action": [[0, 2, 1, "", "ExecuteCommand"], [0, 2, 1, "", "RunReclaimStorage"], [0, 2, 1, "", "SaveEntireSystem"], [0, 2, 1, "", "SaveOperationSystem"]], "aapi.job.JobOS400FullScriptFile": [[0, 1, 1, "", "EmbeddedScriptFileLocation"], [0, 1, 1, "", "IFSScriptFileLocation"], [0, 1, 1, "", "NativeScriptFileLocation"], [0, 1, 1, "", "SpecialEnvironment"], [0, 2, 1, "", "embedded_script_file_location"], [0, 2, 1, "", "i_f_s_script_file_location"], [0, 2, 1, "", "native_script_file_location"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "special_environment"]], "aapi.job.JobOS400FullScriptFile.EmbeddedScriptFileLocation": [[0, 2, 1, "", "script"], [0, 2, 1, "", "use_instream_jcl"], [0, 2, 1, "", "v_t_script_file_embedded"]], "aapi.job.JobOS400FullScriptFile.IFSScriptFileLocation": [[0, 2, 1, "", "path"], [0, 2, 1, "", "script"], [0, 2, 1, "", "v_t_script_file_i_f_s"]], "aapi.job.JobOS400FullScriptFile.NativeScriptFileLocation": [[0, 2, 1, "", "library"], [0, 2, 1, "", "script"], [0, 2, 1, "", "use_instream_jcl"], [0, 2, 1, "", "v_t_script_file_native"]], "aapi.job.JobOS400FullScriptFile.SpecialEnvironment": [[0, 2, 1, "", "Native"], [0, 2, 1, "", "QShell"], [0, 2, 1, "", "S38"]], "aapi.job.JobOS400FullSubSystem": [[0, 2, 1, "", "library"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "sub_system"]], "aapi.job.JobOS400FullVirtualTerminal": [[0, 1, 1, "", "EmbeddedScriptFileLocation"], [0, 1, 1, "", "IFSScriptFileLocation"], [0, 1, 1, "", "NativeScriptFileLocation"], [0, 2, 1, "", "embedded_script_file_location"], [0, 2, 1, "", "i_f_s_script_file_location"], [0, 2, 1, "", "native_script_file_location"], [0, 2, 1, "", "object_name"]], "aapi.job.JobOS400FullVirtualTerminal.EmbeddedScriptFileLocation": [[0, 2, 1, "", "script"], [0, 2, 1, "", "use_instream_jcl"], [0, 2, 1, "", "v_t_script_file_embedded"]], "aapi.job.JobOS400FullVirtualTerminal.IFSScriptFileLocation": [[0, 2, 1, "", "v_t_script_file_i_f_s"]], "aapi.job.JobOS400FullVirtualTerminal.NativeScriptFileLocation": [[0, 2, 1, "", "v_t_script_file_native"]], "aapi.job.JobOS400MultipleCommands": [[0, 2, 1, "", "object_name"]], "aapi.job.JobOS400Program": [[0, 1, 1, "", "SpecialEnvironment"], [0, 2, 1, "", "library"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "program"], [0, 2, 1, "", "special_environment"]], "aapi.job.JobOS400Program.SpecialEnvironment": [[0, 2, 1, "", "Native"], [0, 2, 1, "", "QShell"], [0, 2, 1, "", "S38"]], "aapi.job.JobOS400VirtualTerminal": [[0, 1, 1, "", "EmbeddedScriptFileLocation"], [0, 1, 1, "", "IFSScriptFileLocation"], [0, 1, 1, "", "NativeScriptFileLocation"], [0, 2, 1, "", "embedded_script_file_location"], [0, 2, 1, "", "i_f_s_script_file_location"], [0, 2, 1, "", "native_script_file_location"], [0, 2, 1, "", "object_name"]], "aapi.job.JobOS400VirtualTerminal.EmbeddedScriptFileLocation": [[0, 2, 1, "", "script"], [0, 2, 1, "", "use_instream_jcl"], [0, 2, 1, "", "v_t_script_file_embedded"]], "aapi.job.JobOS400VirtualTerminal.IFSScriptFileLocation": [[0, 2, 1, "", "v_t_script_file_i_f_s"]], "aapi.job.JobOS400VirtualTerminal.NativeScriptFileLocation": [[0, 2, 1, "", "v_t_script_file_native"]], "aapi.job.JobPeopleSoft": [[0, 2, 1, "", "append_to_output"], [0, 2, 1, "", "bind_variables"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "control_id"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "process_name"], [0, 2, 1, "", "process_type"], [0, 2, 1, "", "server_name"], [0, 2, 1, "", "user"]], "aapi.job.JobSAP": [[0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"]], "aapi.job.JobSAPBW": [[0, 1, 1, "", "DetectSpawnedJob"], [0, 2, 1, "", "detect_spawned_job"], [0, 2, 1, "", "object_name"]], "aapi.job.JobSAPBW.DetectSpawnedJob": [[0, 1, 1, "", "DetectAndCreate"], [0, 2, 1, "", "detect_and_create"], [0, 2, 1, "", "job_completion_status_depends_on_child_jobs_status"], [0, 2, 1, "", "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "start_spawned_job"]], "aapi.job.JobSAPBW.DetectSpawnedJob.DetectAndCreate": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CurrentJobDefinition"], [0, 2, 1, "", "SpecificJobDefinition"]], "aapi.job.JobSAPBWInfoPackage": [[0, 1, 1, "", "InfoPackage"], [0, 2, 1, "", "info_package"], [0, 2, 1, "", "object_name"]], "aapi.job.JobSAPBWInfoPackage.InfoPackage": [[0, 2, 1, "", "background_job_name"], [0, 2, 1, "", "description"], [0, 2, 1, "", "tech_name"]], "aapi.job.JobSAPBWProcessChain": [[0, 1, 1, "", "RerunOption"], [0, 2, 1, "", "consider_only_overall_chain_status"], [0, 2, 1, "", "enable_peridoic_job"], [0, 2, 1, "", "id"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "process_chain_description"], [0, 2, 1, "", "rerun_option"], [0, 2, 1, "", "retrieve_log"]], "aapi.job.JobSAPBWProcessChain.RerunOption": [[0, 2, 1, "", "RerunFromStart"], [0, 2, 1, "", "RestartFromFailiurePoint"]], "aapi.job.JobSAPDataArchiving": [[0, 1, 1, "", "StartCondition"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "start_condition"]], "aapi.job.JobSAPDataArchiving.StartCondition": [[0, 2, 1, "", "ASAP"], [0, 2, 1, "", "AfterEvent"], [0, 2, 1, "", "Immediate"]], "aapi.job.JobSAPDataArchivingDelete": [[0, 2, 1, "", "archiving_object"], [0, 2, 1, "", "copy_spool_file_to"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "session_number"], [0, 2, 1, "", "target"]], "aapi.job.JobSAPDataArchivingStore": [[0, 2, 1, "", "archiving_object"], [0, 2, 1, "", "copy_spool_file_to"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "session_number"], [0, 2, 1, "", "target"]], "aapi.job.JobSAPDataArchivingWrite": [[0, 1, 1, "", "DetectSpawnedJob"], [0, 1, 1, "", "JobClass"], [0, 1, 1, "", "Validations"], [0, 1, 1, "", "Variant"], [0, 2, 1, "", "archiving_object"], [0, 2, 1, "", "copy_spool_file_to"], [0, 2, 1, "", "detect_spawned_job"], [0, 2, 1, "", "job_class"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "target"], [0, 2, 1, "", "validations"], [0, 2, 1, "", "variant"]], "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob": [[0, 1, 1, "", "DetectAndCreate"], [0, 2, 1, "", "detect_and_create"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "start_spawned_job"]], "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.DetectAndCreate": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CurrentJobDefinition"], [0, 2, 1, "", "SpecificJobDefinition"]], "aapi.job.JobSAPDataArchivingWrite.JobClass": [[0, 2, 1, "", "High"], [0, 2, 1, "", "Low"], [0, 2, 1, "", "Medium"]], "aapi.job.JobSAPDataArchivingWrite.Validations": [[0, 2, 1, "", "check_sessions"], [0, 2, 1, "", "check_variants"]], "aapi.job.JobSAPDataArchivingWrite.Variant": [[0, 2, 1, "", "language"], [0, 2, 1, "", "name"], [0, 2, 1, "", "user"]], "aapi.job.JobSAPR3": [[0, 2, 1, "", "new_job_name"], [0, 2, 1, "", "object_name"]], "aapi.job.JobSAPR3BatchInputSession": [[0, 1, 1, "", "Exec"], [0, 1, 1, "", "Pattern"], [0, 1, 1, "", "Session"], [0, 2, 1, "", "exec"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "pattern"], [0, 2, 1, "", "session"], [0, 2, 1, "", "target"]], "aapi.job.JobSAPR3BatchInputSession.Exec": [[0, 2, 1, "", "Server"]], "aapi.job.JobSAPR3BatchInputSession.Pattern": [[0, 2, 1, "", "name"]], "aapi.job.JobSAPR3BatchInputSession.Session": [[0, 2, 1, "", "name"]], "aapi.job.JobSAPR3COPY": [[0, 1, 1, "", "DetectSpawnedJob"], [0, 1, 1, "", "Exec"], [0, 1, 1, "", "JobCount"], [0, 1, 1, "", "PostJobAction"], [0, 1, 1, "", "StartCondition"], [0, 2, 1, "", "after_event"], [0, 2, 1, "", "after_event_parameters"], [0, 2, 1, "", "copy_from_step"], [0, 2, 1, "", "detect_spawned_job"], [0, 2, 1, "", "exec"], [0, 2, 1, "", "job_count"], [0, 2, 1, "", "job_count_specific_name"], [0, 2, 1, "", "new_job_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "post_job_action"], [0, 2, 1, "", "rerun_from_point_of_failure"], [0, 2, 1, "", "sap_job_name"], [0, 2, 1, "", "start_condition"], [0, 2, 1, "", "target"]], "aapi.job.JobSAPR3COPY.DetectSpawnedJob": [[0, 1, 1, "", "DetectAndCreate"], [0, 2, 1, "", "detect_and_create"], [0, 2, 1, "", "job_completion_status_depends_on_child_jobs_status"], [0, 2, 1, "", "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "start_spawned_job"]], "aapi.job.JobSAPR3COPY.DetectSpawnedJob.DetectAndCreate": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CurrentJobDefinition"], [0, 2, 1, "", "SpecificJobDefinition"]], "aapi.job.JobSAPR3COPY.Exec": [[0, 2, 1, "", "Group"], [0, 2, 1, "", "Server"]], "aapi.job.JobSAPR3COPY.JobCount": [[0, 2, 1, "", "First"], [0, 2, 1, "", "FirstScheduled"], [0, 2, 1, "", "Last"], [0, 2, 1, "", "LastScheduled"], [0, 2, 1, "", "SpecificJob"]], "aapi.job.JobSAPR3COPY.PostJobAction": [[0, 1, 1, "", "JobLog"], [0, 1, 1, "", "Spool"], [0, 2, 1, "", "job_completion_status_will_depend_on_application_status"], [0, 2, 1, "", "job_log"], [0, 2, 1, "", "job_log_file"], [0, 2, 1, "", "spool"], [0, 2, 1, "", "spool_file"], [0, 2, 1, "", "spool_save_to_p_d_f"]], "aapi.job.JobSAPR3COPY.PostJobAction.JobLog": [[0, 2, 1, "", "CopyToFile"], [0, 2, 1, "", "CopyToOutput"], [0, 2, 1, "", "DoNotCopy"]], "aapi.job.JobSAPR3COPY.PostJobAction.Spool": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CopyToFile"], [0, 2, 1, "", "CopyToOutput"]], "aapi.job.JobSAPR3COPY.StartCondition": [[0, 2, 1, "", "ASAP"], [0, 2, 1, "", "AfterEvent"], [0, 2, 1, "", "Immediate"]], "aapi.job.JobSAPR3CREATE": [[0, 1, 1, "", "DetectSpawnedJob"], [0, 1, 1, "", "Exec"], [0, 1, 1, "", "JobClass"], [0, 1, 1, "", "PostJobAction"], [0, 1, 1, "", "SpoolListRecipient"], [0, 1, 1, "", "StartCondition"], [0, 2, 1, "", "after_event"], [0, 2, 1, "", "after_event_parameters"], [0, 2, 1, "", "copy_from_step"], [0, 2, 1, "", "detect_spawned_job"], [0, 2, 1, "", "exec"], [0, 2, 1, "", "job_class"], [0, 2, 1, "", "new_job_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "post_job_action"], [0, 2, 1, "", "rerun_from_point_of_failure"], [0, 2, 1, "", "rerun_from_step"], [0, 2, 1, "", "sap_job_name"], [0, 2, 1, "", "spool_list_recipient"], [0, 2, 1, "", "start_condition"], [0, 2, 1, "", "target"]], "aapi.job.JobSAPR3CREATE.DetectSpawnedJob": [[0, 1, 1, "", "DetectAndCreate"], [0, 2, 1, "", "detect_and_create"], [0, 2, 1, "", "job_completion_status_depends_on_child_jobs_status"], [0, 2, 1, "", "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "start_spawned_job"]], "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.DetectAndCreate": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CurrentJobDefinition"], [0, 2, 1, "", "SpecificJobDefinition"]], "aapi.job.JobSAPR3CREATE.Exec": [[0, 2, 1, "", "Group"], [0, 2, 1, "", "Server"]], "aapi.job.JobSAPR3CREATE.JobClass": [[0, 2, 1, "", "A"], [0, 2, 1, "", "B"], [0, 2, 1, "", "C"]], "aapi.job.JobSAPR3CREATE.PostJobAction": [[0, 1, 1, "", "JobLog"], [0, 1, 1, "", "Spool"], [0, 2, 1, "", "job_completion_status_will_depend_on_application_status"], [0, 2, 1, "", "job_log"], [0, 2, 1, "", "job_log_file"], [0, 2, 1, "", "spool"], [0, 2, 1, "", "spool_file"], [0, 2, 1, "", "spool_save_to_p_d_f"]], "aapi.job.JobSAPR3CREATE.PostJobAction.JobLog": [[0, 2, 1, "", "CopyToFile"], [0, 2, 1, "", "CopyToOutput"], [0, 2, 1, "", "DoNotCopy"]], "aapi.job.JobSAPR3CREATE.PostJobAction.Spool": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CopyToFile"], [0, 2, 1, "", "CopyToOutput"]], "aapi.job.JobSAPR3CREATE.SpoolListRecipient": [[0, 1, 1, "", "RecipientType"], [0, 2, 1, "", "recipient_blind_copy"], [0, 2, 1, "", "recipient_copy"], [0, 2, 1, "", "recipient_express"], [0, 2, 1, "", "recipient_name"], [0, 2, 1, "", "recipient_type"], [0, 2, 1, "", "recipt_no_forwarding"]], "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "ExternalAddress"], [0, 2, 1, "", "FaxNumber"], [0, 2, 1, "", "InternetAddress"], [0, 2, 1, "", "PrivateDistributionList"], [0, 2, 1, "", "RemoteMailAddress"], [0, 2, 1, "", "SapUserName"], [0, 2, 1, "", "SharedDistributionList"], [0, 2, 1, "", "TelexNumber"], [0, 2, 1, "", "X400Address"]], "aapi.job.JobSAPR3CREATE.StartCondition": [[0, 2, 1, "", "ASAP"], [0, 2, 1, "", "AfterEvent"], [0, 2, 1, "", "Immediate"]], "aapi.job.JobSAPR3MonitorSapJob": [[0, 1, 1, "", "DetectSpawnedJob"], [0, 1, 1, "", "JobCount"], [0, 2, 1, "", "copy_from_step"], [0, 2, 1, "", "detect_spawned_job"], [0, 2, 1, "", "job_count"], [0, 2, 1, "", "job_count_specific_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "rerun_from_point_of_failure"], [0, 2, 1, "", "rerun_from_step"], [0, 2, 1, "", "sap_job_name"]], "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob": [[0, 1, 1, "", "DetectAndCreate"], [0, 2, 1, "", "detect_and_create"], [0, 2, 1, "", "job_completion_status_depends_on_child_jobs_status"], [0, 2, 1, "", "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "start_spawned_job"]], "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.DetectAndCreate": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CurrentJobDefinition"], [0, 2, 1, "", "SpecificJobDefinition"]], "aapi.job.JobSAPR3MonitorSapJob.JobCount": [[0, 2, 1, "", "SpecificJob"]], "aapi.job.JobSAPR3PredefinedSapJob": [[0, 1, 1, "", "DetectSpawnedJob"], [0, 1, 1, "", "Exec"], [0, 1, 1, "", "JobCount"], [0, 1, 1, "", "PostJobAction"], [0, 1, 1, "", "StartCondition"], [0, 2, 1, "", "after_event"], [0, 2, 1, "", "after_event_parameters"], [0, 2, 1, "", "copy_from_step"], [0, 2, 1, "", "detect_spawned_job"], [0, 2, 1, "", "exec"], [0, 2, 1, "", "job_count"], [0, 2, 1, "", "job_count_specific_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "post_job_action"], [0, 2, 1, "", "rerun_from_point_of_failure"], [0, 2, 1, "", "rerun_from_step"], [0, 2, 1, "", "sap_job_name"], [0, 2, 1, "", "start_condition"], [0, 2, 1, "", "target"]], "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob": [[0, 1, 1, "", "DetectAndCreate"], [0, 2, 1, "", "detect_and_create"], [0, 2, 1, "", "job_completion_status_depends_on_child_jobs_status"], [0, 2, 1, "", "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "start_spawned_job"]], "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.DetectAndCreate": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CurrentJobDefinition"], [0, 2, 1, "", "SpecificJobDefinition"]], "aapi.job.JobSAPR3PredefinedSapJob.Exec": [[0, 2, 1, "", "Group"], [0, 2, 1, "", "Server"]], "aapi.job.JobSAPR3PredefinedSapJob.JobCount": [[0, 2, 1, "", "FirstScheduled"], [0, 2, 1, "", "LastScheduled"], [0, 2, 1, "", "SpecificJob"]], "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction": [[0, 1, 1, "", "JobLog"], [0, 1, 1, "", "Spool"], [0, 2, 1, "", "job_completion_status_will_depend_on_application_status"], [0, 2, 1, "", "job_log"], [0, 2, 1, "", "job_log_file"], [0, 2, 1, "", "spool"], [0, 2, 1, "", "spool_file"], [0, 2, 1, "", "spool_save_to_p_d_f"]], "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.JobLog": [[0, 2, 1, "", "CopyToFile"], [0, 2, 1, "", "CopyToOutput"], [0, 2, 1, "", "DoNotCopy"]], "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.Spool": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CopyToFile"], [0, 2, 1, "", "CopyToOutput"]], "aapi.job.JobSAPR3PredefinedSapJob.StartCondition": [[0, 2, 1, "", "ASAP"], [0, 2, 1, "", "AfterEvent"], [0, 2, 1, "", "Immediate"]], "aapi.job.JobSAPR3SapProfile": [[0, 2, 1, "", "object_name"]], "aapi.job.JobSAPR3SapProfileActivate": [[0, 1, 1, "", "ProfileInformation"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "profile_information"]], "aapi.job.JobSAPR3SapProfileActivate.ProfileInformation": [[0, 2, 1, "", "profile_id"], [0, 2, 1, "", "profile_type"]], "aapi.job.JobSAPR3SapProfileDeactivate": [[0, 1, 1, "", "ProfileInformation"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "profile_information"]], "aapi.job.JobSAPR3SapProfileDeactivate.ProfileInformation": [[0, 2, 1, "", "profile_type"]], "aapi.job.JobSAPR3TriggerSapEvent": [[0, 2, 1, "", "event_id"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameter"]], "aapi.job.JobSAPR3WatchSapEvent": [[0, 2, 1, "", "event_id"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameter"]], "aapi.job.JobSLAManagement": [[0, 1, 1, "", "AverageRunTimeTolerance"], [0, 1, 1, "", "CompleteBy"], [0, 1, 1, "", "CompleteIn"], [0, 2, 1, "", "average_run_time_tolerance"], [0, 2, 1, "", "complete_by"], [0, 2, 1, "", "complete_in"], [0, 2, 1, "", "job_runs_deviations_tolerance"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "run_as_dummy"], [0, 2, 1, "", "service_name"], [0, 2, 1, "", "service_priority"]], "aapi.job.JobSLAManagement.AverageRunTimeTolerance": [[0, 1, 1, "", "Units"], [0, 2, 1, "", "average_run_time"], [0, 2, 1, "", "units"]], "aapi.job.JobSLAManagement.AverageRunTimeTolerance.Units": [[0, 2, 1, "", "Minutes"], [0, 2, 1, "", "Percentage"]], "aapi.job.JobSLAManagement.CompleteBy": [[0, 2, 1, "", "days"], [0, 2, 1, "", "time"]], "aapi.job.JobSLAManagement.CompleteIn": [[0, 2, 1, "", "time"]], "aapi.job.JobScript": [[0, 2, 1, "", "arguments"], [0, 2, 1, "", "file_name"], [0, 2, 1, "", "file_path"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "override_path"], [0, 2, 1, "", "run_as_dummy"]], "aapi.job.JobTandem": [[0, 2, 1, "", "job_owner"], [0, 2, 1, "", "object_name"]], "aapi.job.JobTandemCommand": [[0, 2, 1, "", "command_line"], [0, 2, 1, "", "object_name"]], "aapi.job.JobTandemEmbeddedTACLScript": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "script"], [0, 2, 1, "", "t_a_c_l_script"]], "aapi.job.JobTandemExternalProcess": [[0, 1, 1, "", "ExternalCPUPIN"], [0, 1, 1, "", "ExternalProcessId"], [0, 2, 1, "", "external_c_p_u_p_i_n"], [0, 2, 1, "", "external_process_id"], [0, 2, 1, "", "object_name"]], "aapi.job.JobTandemExternalProcess.ExternalCPUPIN": [[0, 2, 1, "", "c_p_u_id"]], "aapi.job.JobTandemExternalProcess.ExternalProcessId": [[0, 2, 1, "", "id"]], "aapi.job.JobTandemProgram": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "program"], [0, 2, 1, "", "volume"]], "aapi.job.JobTandemTACLScript": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "t_a_c_l_script"], [0, 2, 1, "", "volume"]], "aapi.job.JobVMware": [[0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareConfiguration": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareConfigurationCloneVirtualMachine": [[0, 2, 1, "", "datastore"], [0, 2, 1, "", "new_virtual_machine_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "target_host"]], "aapi.job.JobVMwareConfigurationDeployTemplate": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareConfigurationMigrateVirtualMachine": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareConfigurationReconfigureVirtualMachine": [[0, 2, 1, "", "number_of_c_p_us"], [0, 2, 1, "", "object_name"]], "aapi.job.JobVMwarePower": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "virtual_machine_name"]], "aapi.job.JobVMwarePowerOff": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwarePowerOn": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwarePowerReboot": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwarePowerReset": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwarePowerShutdown": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwarePowerStandby": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwarePowerSuspend": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareSnapshot": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareSnapshotRemove": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareSnapshotRemoveAll": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareSnapshotRevert": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareSnapshotRevertToCurrent": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareSnapshotTake": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "snapshot_name"]], "aapi.job.JobWebServices": [[0, 1, 1, "", "RequestType"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "exclude_job_output"], [0, 2, 1, "", "http_connection_timeout"], [0, 2, 1, "", "include_title_in_output"], [0, 2, 1, "", "input_file"], [0, 2, 1, "", "input_parameters"], [0, 2, 1, "", "location"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "operation"], [0, 2, 1, "", "output_parameters"], [0, 2, 1, "", "override_content_type"], [0, 2, 1, "", "override_url_endpoint"], [0, 2, 1, "", "preemptive_http_authentication"], [0, 2, 1, "", "request_type"], [0, 2, 1, "", "service"], [0, 2, 1, "", "soap_header_file"], [0, 2, 1, "", "soap_request"]], "aapi.job.JobWebServices.RequestType": [[0, 2, 1, "", "FreeText"], [0, 2, 1, "", "InputFile"], [0, 2, 1, "", "Parameter"]], "aapi.job.JobZOS": [[0, 1, 1, "", "Archiving"], [0, 1, 1, "", "History"], [0, 1, 1, "", "MustEnd"], [0, 1, 1, "", "OutputHandling"], [0, 1, 1, "", "PreventNCT2"], [0, 1, 1, "", "Sac"], [0, 1, 1, "", "Scheduling"], [0, 1, 1, "", "TaskInformation"], [0, 2, 1, "", "action_capture_output_list"], [0, 2, 1, "", "add_events_list"], [0, 2, 1, "", "archiving"], [0, 2, 1, "", "condition_list"], [0, 2, 1, "", "control_d_category"], [0, 2, 1, "", "delete_events_list"], [0, 2, 1, "", "event_list"], [0, 2, 1, "", "events_to_add"], [0, 2, 1, "", "events_to_delete"], [0, 2, 1, "", "history"], [0, 2, 1, "", "if_collection_list"], [0, 2, 1, "", "job_tag_list"], [0, 2, 1, "", "must_end"], [0, 2, 1, "", "notify_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "output_handling"], [0, 2, 1, "", "prevent_n_c_t2"], [0, 2, 1, "", "request_n_j_e_node"], [0, 2, 1, "", "resource_list"], [0, 2, 1, "", "sac"], [0, 2, 1, "", "scheduling"], [0, 2, 1, "", "scheduling_environment"], [0, 2, 1, "", "statistics_calendar"], [0, 2, 1, "", "step_range_list"], [0, 2, 1, "", "system_affinity"], [0, 2, 1, "", "task_information"], [0, 2, 1, "", "wait_for_events"], [0, 2, 1, "", "wait_for_events_list"]], "aapi.job.JobZOS.Archiving": [[0, 2, 1, "", "archive_sys_data"], [0, 2, 1, "", "auto_archive"], [0, 2, 1, "", "days_to_retain_data"], [0, 2, 1, "", "job_runs_to_retain_data"]], "aapi.job.JobZOS.History": [[0, 2, 1, "", "retention_days"], [0, 2, 1, "", "retention_generations"]], "aapi.job.JobZOS.MustEnd": [[0, 2, 1, "", "days"], [0, 2, 1, "", "hours"], [0, 2, 1, "", "minutes"]], "aapi.job.JobZOS.OutputHandling": [[0, 1, 1, "", "Operation"], [0, 2, 1, "", "destination"], [0, 2, 1, "", "from_class"], [0, 2, 1, "", "operation"]], "aapi.job.JobZOS.OutputHandling.Operation": [[0, 2, 1, "", "ChangeClass"], [0, 2, 1, "", "Copy"], [0, 2, 1, "", "Delete"], [0, 2, 1, "", "Move"], [0, 2, 1, "", "Release"]], "aapi.job.JobZOS.PreventNCT2": [[0, 2, 1, "", "Flush"], [0, 2, 1, "", "List"], [0, 2, 1, "", "No"], [0, 2, 1, "", "Yes"]], "aapi.job.JobZOS.Sac": [[0, 2, 1, "", "Default"], [0, 2, 1, "", "Next"], [0, 2, 1, "", "Prev"]], "aapi.job.JobZOS.Scheduling": [[0, 2, 1, "", "minimum_number_of_tracks"], [0, 2, 1, "", "partition_dataset"]], "aapi.job.JobZOS.TaskInformation": [[0, 2, 1, "", "emergency_job"], [0, 2, 1, "", "run_as_started_task"]], "aapi.job.JobZOSInStreamJCL": [[0, 2, 1, "", "jcl"], [0, 2, 1, "", "member"], [0, 2, 1, "", "member_library"], [0, 2, 1, "", "object_name"]], "aapi.job.JobZOSMember": [[0, 2, 1, "", "member"], [0, 2, 1, "", "member_library"], [0, 2, 1, "", "object_name"]], "aapi.jobsfilter": [[0, 1, 1, "", "JobsFilter"]], "aapi.jobsfilter.JobsFilter": [[0, 2, 1, "", "object_name"]], "aapi.jobtag": [[0, 1, 1, "", "JobTag"]], "aapi.jobtag.JobTag": [[0, 1, 1, "", "TagName"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "tag_name"]], "aapi.jobtag.JobTag.TagName": [[0, 2, 1, "", "USE_PARENT"]], "aapi.mail": [[0, 1, 1, "", "ActionMail"]], "aapi.mail.ActionMail": [[0, 1, 1, "", "Urgency"], [0, 2, 1, "", "attach_output"], [0, 2, 1, "", "cc"], [0, 2, 1, "", "message"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "subject"], [0, 2, 1, "", "to"], [0, 2, 1, "", "urgency"]], "aapi.mail.ActionMail.Urgency": [[0, 2, 1, "", "Regular"], [0, 2, 1, "", "Urgent"], [0, 2, 1, "", "VeryUrgent"]], "aapi.notify": [[0, 1, 1, "", "Notify"], [0, 1, 1, "", "NotifyDoesNotEnd"], [0, 1, 1, "", "NotifyDoesNotStart"], [0, 1, 1, "", "NotifyExecutionTime"], [0, 1, 1, "", "NotifyLateCyclicSubmit"], [0, 1, 1, "", "NotifyNotOK"], [0, 1, 1, "", "NotifyOK"], [0, 1, 1, "", "NotifyRerun"]], "aapi.notify.Notify": [[0, 1, 1, "", "Destination"], [0, 1, 1, "", "Urgency"], [0, 2, 1, "", "destination"], [0, 2, 1, "", "message"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "urgency"]], "aapi.notify.Notify.Destination": [[0, 2, 1, "", "Alerts"], [0, 2, 1, "", "Console"], [0, 2, 1, "", "JobLog"]], "aapi.notify.Notify.Urgency": [[0, 2, 1, "", "Regular"], [0, 2, 1, "", "Urgent"], [0, 2, 1, "", "VeryUrgent"]], "aapi.notify.NotifyDoesNotEnd": [[0, 2, 1, "", "by"]], "aapi.notify.NotifyDoesNotStart": [[0, 2, 1, "", "by"], [0, 2, 1, "", "days"]], "aapi.notify.NotifyExecutionTime": [[0, 1, 1, "", "Criteria"], [0, 2, 1, "", "criteria"], [0, 2, 1, "", "value"]], "aapi.notify.NotifyExecutionTime.Criteria": [[0, 2, 1, "", "GreaterThan"], [0, 2, 1, "", "GreaterThanAverage"], [0, 2, 1, "", "LessThan"], [0, 2, 1, "", "LessThanAverage"]], "aapi.notify.NotifyLateCyclicSubmit": [[0, 2, 1, "", "by"]], "aapi.on": [[0, 1, 1, "", "On"]], "aapi.on.On": [[0, 2, 1, "", "object_name"]], "aapi.output": [[0, 1, 1, "", "ActionOutput"]], "aapi.output.ActionOutput": [[0, 1, 1, "", "Operation"], [0, 2, 1, "", "destination"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "operation"]], "aapi.output.ActionOutput.Operation": [[0, 2, 1, "", "Copy"], [0, 2, 1, "", "Delete"], [0, 2, 1, "", "Move"], [0, 2, 1, "", "Print"]], "aapi.package": [[0, 1, 1, "", "Package"]], "aapi.package.Package": [[0, 1, 1, "", "Source"], [0, 2, 1, "", "name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "password"], [0, 2, 1, "", "source"]], "aapi.package.Package.Source": [[0, 2, 1, "", "File_System"], [0, 2, 1, "", "SQL_Server"], [0, 2, 1, "", "SSIS_Package_Store"]], "aapi.packageparams": [[0, 1, 1, "", "PackageParams"]], "aapi.packageparams.PackageParams": [[0, 2, 1, "", "name"], [0, 2, 1, "", "value"]], "aapi.period": [[0, 1, 1, "", "Period"]], "aapi.period.Period": [[0, 1, 1, "", "Period"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "period"], [0, 2, 1, "", "years"]], "aapi.period.Period.Period": [[0, 2, 1, "", "A"], [0, 2, 1, "", "All"], [0, 2, 1, "", "B"], [0, 2, 1, "", "C"], [0, 2, 1, "", "D"], [0, 2, 1, "", "E"], [0, 2, 1, "", "F"], [0, 2, 1, "", "G"], [0, 2, 1, "", "H"], [0, 2, 1, "", "I"], [0, 2, 1, "", "J"], [0, 2, 1, "", "K"], [0, 2, 1, "", "L"], [0, 2, 1, "", "M"], [0, 2, 1, "", "O"], [0, 2, 1, "", "P"], [0, 2, 1, "", "Q"], [0, 2, 1, "", "R"], [0, 2, 1, "", "S"], [0, 2, 1, "", "T"], [0, 2, 1, "", "U"], [0, 2, 1, "", "V"], [0, 2, 1, "", "W"], [0, 2, 1, "", "X"], [0, 2, 1, "", "Z"]], "aapi.possibleoptions": [[0, 1, 1, "", "PossibleOptions"]], "aapi.possibleoptions.PossibleOptions": [[0, 2, 1, "", "object_name"]], "aapi.propertycondition": [[0, 1, 1, "", "PropertyCondition"]], "aapi.propertycondition.PropertyCondition": [[0, 1, 1, "", "Operator"], [0, 1, 1, "", "Property"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "operator"], [0, 2, 1, "", "property"], [0, 2, 1, "", "value"]], "aapi.propertycondition.PropertyCondition.Operator": [[0, 2, 1, "", "Contains"], [0, 2, 1, "", "DoesNotContain"], [0, 2, 1, "", "DoesNotEndsWith"], [0, 2, 1, "", "DoesNotEqual"], [0, 2, 1, "", "DoesNotStartsWith"], [0, 2, 1, "", "EndsWith"], [0, 2, 1, "", "Equals"], [0, 2, 1, "", "GreaterThan"], [0, 2, 1, "", "IsEmpty"], [0, 2, 1, "", "IsNotEmpty"], [0, 2, 1, "", "LessThan"], [0, 2, 1, "", "StartsWith"]], "aapi.propertycondition.PropertyCondition.Property": [[0, 2, 1, "", "ActivePeriod"], [0, 2, 1, "", "Calendar"], [0, 2, 1, "", "CaptureVariableName"], [0, 2, 1, "", "ConfirmationCalendar"], [0, 2, 1, "", "DaysKeepActive"], [0, 2, 1, "", "Destination"], [0, 2, 1, "", "Event"], [0, 2, 1, "", "ExceptionalPolicy"], [0, 2, 1, "", "FolderName"], [0, 2, 1, "", "FromProcedure"], [0, 2, 1, "", "FromProgram"], [0, 2, 1, "", "LockName"], [0, 2, 1, "", "LockType"], [0, 2, 1, "", "Message"], [0, 2, 1, "", "MonthDaysCalendar"], [0, 2, 1, "", "Name"], [0, 2, 1, "", "NotificationType"], [0, 2, 1, "", "OnFail"], [0, 2, 1, "", "OnOK"], [0, 2, 1, "", "PoolName"], [0, 2, 1, "", "Quantity"], [0, 2, 1, "", "Remove"], [0, 2, 1, "", "ToProcedure"], [0, 2, 1, "", "ToProgram"], [0, 2, 1, "", "Urgency"], [0, 2, 1, "", "Value"], [0, 2, 1, "", "WeekDaysCalendar"]], "aapi.rbcdetails": [[0, 1, 1, "", "RbcDetails"]], "aapi.rbcdetails.RbcDetails": [[0, 2, 1, "", "object_name"]], "aapi.remedy": [[0, 1, 1, "", "ActionRemedy"]], "aapi.remedy.ActionRemedy": [[0, 1, 1, "", "Urgency"], [0, 2, 1, "", "message"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "summary"], [0, 2, 1, "", "urgency"]], "aapi.remedy.ActionRemedy.Urgency": [[0, 2, 1, "", "High"], [0, 2, 1, "", "Low"], [0, 2, 1, "", "Medium"], [0, 2, 1, "", "Urgent"]], "aapi.resource": [[0, 1, 1, "", "Resource"], [0, 1, 1, "", "ResourceLock"], [0, 1, 1, "", "ResourcePool"]], "aapi.resource.Resource": [[0, 2, 1, "", "object_name"]], "aapi.resource.ResourceLock": [[0, 1, 1, "", "IfFail"], [0, 1, 1, "", "LockType"], [0, 2, 1, "", "if_fail"], [0, 2, 1, "", "lock_type"], [0, 2, 1, "", "object_name"]], "aapi.resource.ResourceLock.IfFail": [[0, 2, 1, "", "Keep"], [0, 2, 1, "", "Release"]], "aapi.resource.ResourceLock.LockType": [[0, 2, 1, "", "Exclusive"], [0, 2, 1, "", "Shared"]], "aapi.resource.ResourcePool": [[0, 1, 1, "", "IfFail"], [0, 1, 1, "", "IfOk"], [0, 2, 1, "", "if_fail"], [0, 2, 1, "", "if_ok"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "quantity"]], "aapi.resource.ResourcePool.IfFail": [[0, 2, 1, "", "Keep"], [0, 2, 1, "", "Release"]], "aapi.resource.ResourcePool.IfOk": [[0, 2, 1, "", "Discard"], [0, 2, 1, "", "Release"]], "aapi.resourcepools": [[0, 1, 1, "", "ResourcePools"]], "aapi.resourcepools.ResourcePools": [[0, 1, 1, "", "DatesList"], [0, 1, 1, "", "PeriodicDays"], [0, 1, 1, "", "RangeDates"], [0, 1, 1, "", "RangeDatesWithTimes"], [0, 1, 1, "", "SpecificTime"], [0, 1, 1, "", "Time"], [0, 1, 1, "", "WeekDaysRange"], [0, 2, 1, "", "dates_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "periodic_days"], [0, 2, 1, "", "quantity"], [0, 2, 1, "", "range_dates"], [0, 2, 1, "", "range_dates_with_times"], [0, 2, 1, "", "resource"], [0, 2, 1, "", "server"], [0, 2, 1, "", "specific_time"], [0, 2, 1, "", "time"], [0, 2, 1, "", "week_days_range"]], "aapi.resourcepools.ResourcePools.DatesList": [[0, 2, 1, "", "dates"]], "aapi.resourcepools.ResourcePools.PeriodicDays": [[0, 2, 1, "", "days_of_week"]], "aapi.resourcepools.ResourcePools.RangeDates": [[0, 2, 1, "", "from_date"], [0, 2, 1, "", "to_date"]], "aapi.resourcepools.ResourcePools.RangeDatesWithTimes": [[0, 2, 1, "", "from_date"], [0, 2, 1, "", "from_time"], [0, 2, 1, "", "to_date"], [0, 2, 1, "", "to_time"]], "aapi.resourcepools.ResourcePools.SpecificTime": [[0, 2, 1, "", "from_time"], [0, 2, 1, "", "to_time"]], "aapi.resourcepools.ResourcePools.Time": [[0, 1, 1, "", "TimeType"], [0, 2, 1, "", "time_type"]], "aapi.resourcepools.ResourcePools.Time.TimeType": [[0, 2, 1, "", "AllHours"], [0, 2, 1, "", "BetweenHours"], [0, 2, 1, "", "None_"]], "aapi.resourcepools.ResourcePools.WeekDaysRange": [[0, 1, 1, "", "FromDay"], [0, 1, 1, "", "ToDay"], [0, 2, 1, "", "from_day"], [0, 2, 1, "", "from_time"], [0, 2, 1, "", "to_day"], [0, 2, 1, "", "to_time"]], "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay": [[0, 2, 1, "", "Fri"], [0, 2, 1, "", "Mon"], [0, 2, 1, "", "Sat"], [0, 2, 1, "", "Sun"], [0, 2, 1, "", "Thu"], [0, 2, 1, "", "Tue"], [0, 2, 1, "", "Wed"]], "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay": [[0, 2, 1, "", "Fri"], [0, 2, 1, "", "Mon"], [0, 2, 1, "", "Sat"], [0, 2, 1, "", "Sun"], [0, 2, 1, "", "Thu"], [0, 2, 1, "", "Tue"], [0, 2, 1, "", "Wed"]], "aapi.run": [[0, 1, 1, "", "ActionRun"]], "aapi.run.ActionRun": [[0, 2, 1, "", "controlm_server"], [0, 2, 1, "", "date"], [0, 2, 1, "", "folder"], [0, 2, 1, "", "job"], [0, 2, 1, "", "lib"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "run_as_independent_flow"], [0, 2, 1, "", "variables"]], "aapi.runningjobs": [[0, 1, 1, "", "RunningJobs"]], "aapi.runningjobs.RunningJobs": [[0, 1, 1, "", "DatesList"], [0, 1, 1, "", "PeriodicDays"], [0, 1, 1, "", "RangeDates"], [0, 1, 1, "", "RangeDatesWithTimes"], [0, 1, 1, "", "Server"], [0, 1, 1, "", "SpecificTime"], [0, 1, 1, "", "Time"], [0, 1, 1, "", "WeekDaysRange"], [0, 2, 1, "", "dates_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "periodic_days"], [0, 2, 1, "", "quantity"], [0, 2, 1, "", "range_dates"], [0, 2, 1, "", "range_dates_with_times"], [0, 2, 1, "", "server"], [0, 2, 1, "", "specific_time"], [0, 2, 1, "", "time"], [0, 2, 1, "", "week_days_range"]], "aapi.runningjobs.RunningJobs.DatesList": [[0, 2, 1, "", "dates"]], "aapi.runningjobs.RunningJobs.PeriodicDays": [[0, 2, 1, "", "days_of_week"]], "aapi.runningjobs.RunningJobs.RangeDates": [[0, 2, 1, "", "from_date"], [0, 2, 1, "", "to_date"]], "aapi.runningjobs.RunningJobs.RangeDatesWithTimes": [[0, 2, 1, "", "from_date"], [0, 2, 1, "", "from_time"], [0, 2, 1, "", "to_date"], [0, 2, 1, "", "to_time"]], "aapi.runningjobs.RunningJobs.Server": [[0, 2, 1, "", "Global"]], "aapi.runningjobs.RunningJobs.SpecificTime": [[0, 2, 1, "", "from_time"], [0, 2, 1, "", "to_time"]], "aapi.runningjobs.RunningJobs.Time": [[0, 1, 1, "", "TimeType"], [0, 2, 1, "", "time_type"]], "aapi.runningjobs.RunningJobs.Time.TimeType": [[0, 2, 1, "", "AllHours"], [0, 2, 1, "", "BetweenHours"], [0, 2, 1, "", "None_"]], "aapi.runningjobs.RunningJobs.WeekDaysRange": [[0, 1, 1, "", "FromDay"], [0, 1, 1, "", "ToDay"], [0, 2, 1, "", "from_day"], [0, 2, 1, "", "from_time"], [0, 2, 1, "", "to_day"], [0, 2, 1, "", "to_time"]], "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay": [[0, 2, 1, "", "Fri"], [0, 2, 1, "", "Mon"], [0, 2, 1, "", "Sat"], [0, 2, 1, "", "Sun"], [0, 2, 1, "", "Thu"], [0, 2, 1, "", "Tue"], [0, 2, 1, "", "Wed"]], "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay": [[0, 2, 1, "", "Fri"], [0, 2, 1, "", "Mon"], [0, 2, 1, "", "Sat"], [0, 2, 1, "", "Sun"], [0, 2, 1, "", "Thu"], [0, 2, 1, "", "Tue"], [0, 2, 1, "", "Wed"]], "aapi.set_": [[0, 1, 1, "", "ActionSet"]], "aapi.set_.ActionSet": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "value"], [0, 2, 1, "", "variable"]], "aapi.sitestandard": [[0, 1, 1, "", "SiteStandard"]], "aapi.sitestandard.SiteStandard": [[0, 2, 1, "", "business_parameters"], [0, 2, 1, "", "description"], [0, 2, 1, "", "event_format"], [0, 2, 1, "", "internal_rules"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "rules"]], "aapi.sitestandarddata": [[0, 1, 1, "", "SiteStandardData"]], "aapi.sitestandarddata.SiteStandardData": [[0, 2, 1, "", "object_name"]], "aapi.sitestandardoperatorvalueoptions": [[0, 1, 1, "", "SiteStandardOperatorValueOptions"]], "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions": [[0, 1, 1, "", "Operator"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "operator"], [0, 2, 1, "", "value"]], "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator": [[0, 2, 1, "", "DoesNotEqual"], [0, 2, 1, "", "Equals"], [0, 2, 1, "", "Even"], [0, 2, 1, "", "GreaterThan"], [0, 2, 1, "", "LessThan"], [0, 2, 1, "", "Odd"]], "aapi.sitestandardpolicy": [[0, 1, 1, "", "SiteStandardPolicy"]], "aapi.sitestandardpolicy.SiteStandardPolicy": [[0, 1, 1, "", "ApplyOn"], [0, 1, 1, "", "ErrorLevel"], [0, 1, 1, "", "Status"], [0, 2, 1, "", "apply_on"], [0, 2, 1, "", "business_fields"], [0, 2, 1, "", "description"], [0, 2, 1, "", "error_level"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "site_standard"], [0, 2, 1, "", "status"]], "aapi.sitestandardpolicy.SiteStandardPolicy.ApplyOn": [[0, 2, 1, "", "folder"], [0, 2, 1, "", "server"]], "aapi.sitestandardpolicy.SiteStandardPolicy.ErrorLevel": [[0, 2, 1, "", "Default"], [0, 2, 1, "", "Error"], [0, 2, 1, "", "Warning"]], "aapi.sitestandardpolicy.SiteStandardPolicy.Status": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "Not_Active"]], "aapi.sitestandardpolicydata": [[0, 1, 1, "", "SiteStandardPolicyData"]], "aapi.sitestandardpolicydata.SiteStandardPolicyData": [[0, 2, 1, "", "object_name"]], "aapi.sitestandardpossiblevalue": [[0, 1, 1, "", "SiteStandardPossibleValue"]], "aapi.sitestandardpossiblevalue.SiteStandardPossibleValue": [[0, 2, 1, "", "description"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "value"]], "aapi.sitestandardrestriction": [[0, 1, 1, "", "SiteStandardRestriction"], [0, 1, 1, "", "SiteStandardRestrictionEnum"], [0, 1, 1, "", "SiteStandardRestrictionNumeric"], [0, 1, 1, "", "SiteStandardRestrictionOperatorValue"], [0, 1, 1, "", "SiteStandardRestrictionText"]], "aapi.sitestandardrestriction.SiteStandardRestriction": [[0, 2, 1, "", "object_name"]], "aapi.sitestandardrestriction.SiteStandardRestrictionEnum": [[0, 2, 1, "", "object_name"]], "aapi.sitestandardrestriction.SiteStandardRestrictionNumeric": [[0, 2, 1, "", "object_name"]], "aapi.sitestandardrestriction.SiteStandardRestrictionOperatorValue": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "values"]], "aapi.sitestandardrestriction.SiteStandardRestrictionText": [[0, 2, 1, "", "object_name"]], "aapi.steprange": [[0, 1, 1, "", "StepRange"]], "aapi.steprange.StepRange": [[0, 2, 1, "", "from_procedure"], [0, 2, 1, "", "from_program"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "to_procedure"], [0, 2, 1, "", "to_program"]], "aapi.tag": [[0, 1, 1, "", "Tag"], [0, 1, 1, "", "TagFolder"], [0, 1, 1, "", "TagGlobal"]], "aapi.tag.Tag": [[0, 2, 1, "", "object_name"]], "aapi.tag.TagFolder": [[0, 2, 1, "", "active_from"], [0, 2, 1, "", "active_till"], [0, 2, 1, "", "calendar"], [0, 2, 1, "", "exception_policy"], [0, 2, 1, "", "max_wait"], [0, 2, 1, "", "month_days_calendar"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "tag_relation_dc_wc"], [0, 2, 1, "", "week_days_calendar"]], "aapi.tag.TagGlobal": [[0, 2, 1, "", "object_name"]], "aapi.time": [[0, 1, 1, "", "Time"]], "aapi.time.Time": [[0, 2, 1, "", "object_name"]], "aapi.variable": [[0, 1, 1, "", "Variable"]], "aapi.variable.Variable": [[0, 2, 1, "", "object_name"]], "aapi.waitforevents": [[0, 1, 1, "", "WaitForEvents"]], "aapi.waitforevents.WaitForEvents": [[0, 2, 1, "", "events"], [0, 2, 1, "", "object_name"]], "aapi.workloadflat": [[0, 1, 1, "", "WorkloadFlat"]], "aapi.workloadflat.WorkloadFlat": [[0, 2, 1, "", "object_name"]], "aapi.workloadpolicy": [[0, 1, 1, "", "WorkloadPolicy"]], "aapi.workloadpolicy.WorkloadPolicy": [[0, 1, 1, "", "Filter"], [0, 2, 1, "", "description"], [0, 2, 1, "", "filter"], [0, 2, 1, "", "host_mappings"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "resource_pools"], [0, 2, 1, "", "running_jobs"]], "aapi.workloadpolicy.WorkloadPolicy.Filter": [[0, 2, 1, "", "application"], [0, 2, 1, "", "folder"], [0, 2, 1, "", "host"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "job_type"], [0, 2, 1, "", "server"], [0, 2, 1, "", "sub_application"]], "aapi.wpperiod": [[0, 1, 1, "", "WpPeriod"]], "aapi.wpperiod.WpPeriod": [[0, 2, 1, "", "object_name"]], "aapi.year": [[0, 1, 1, "", "Year"]], "aapi.year.Year": [[0, 2, 1, "", "apr"], [0, 2, 1, "", "aug"], [0, 2, 1, "", "dec"], [0, 2, 1, "", "description"], [0, 2, 1, "", "feb"], [0, 2, 1, "", "jan"], [0, 2, 1, "", "jul"], [0, 2, 1, "", "jun"], [0, 2, 1, "", "mar"], [0, 2, 1, "", "may"], [0, 2, 1, "", "nov"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "oct"], [0, 2, 1, "", "sep"], [0, 2, 1, "", "year"]], "ctm_python_client": [[4, 0, 0, "-", "core"], [5, 0, 0, "-", "ext"]], "ctm_python_client.core": [[4, 0, 0, "-", "comm"], [4, 0, 0, "-", "credential"], [4, 0, 0, "-", "monitoring"], [4, 0, 0, "-", "workflow"]], "ctm_python_client.core.comm": [[4, 1, 1, "", "AAPIClientResponse"], [4, 1, 1, "", "AbstractAAPIClient"], [4, 1, 1, "", "Environment"], [4, 1, 1, "", "EnvironmentMode"], [4, 1, 1, "", "OnPremAAPIClient"], [4, 1, 1, "", "SaasAAPIClient"]], "ctm_python_client.core.comm.AAPIClientResponse": [[4, 3, 1, "", "is_ok"]], "ctm_python_client.core.comm.AbstractAAPIClient": [[4, 3, 1, "", "authenticate"]], "ctm_python_client.core.comm.Environment": [[4, 3, 1, "", "create_onprem"], [4, 3, 1, "", "create_saas"], [4, 3, 1, "", "create_workbench"]], "ctm_python_client.core.comm.EnvironmentMode": [[4, 2, 1, "", "ONPREM"], [4, 2, 1, "", "SAAS"], [4, 2, 1, "", "WORKBENCH"]], "ctm_python_client.core.comm.OnPremAAPIClient": [[4, 3, 1, "", "authenticate"]], "ctm_python_client.core.comm.SaasAAPIClient": [[4, 3, 1, "", "authenticate"]], "ctm_python_client.core.credential": [[4, 1, 1, "", "AbstractCredentials"], [4, 1, 1, "", "InputPasswordCredentials"], [4, 1, 1, "", "SimpleCredentials"]], "ctm_python_client.core.credential.AbstractCredentials": [[4, 3, 1, "", "get_password"], [4, 3, 1, "", "get_username"]], "ctm_python_client.core.credential.InputPasswordCredentials": [[4, 3, 1, "", "get_password"], [4, 3, 1, "", "get_username"]], "ctm_python_client.core.credential.SimpleCredentials": [[4, 3, 1, "", "get_password"], [4, 3, 1, "", "get_username"]], "ctm_python_client.core.monitoring": [[4, 1, 1, "", "Monitor"], [4, 1, 1, "", "RunMonitor"]], "ctm_python_client.core.monitoring.Monitor": [[4, 3, 1, "", "confirm_job"], [4, 3, 1, "", "delete_job"], [4, 3, 1, "", "get_log"], [4, 3, 1, "", "get_output"], [4, 3, 1, "", "get_statuses"], [4, 3, 1, "", "hold_job"], [4, 3, 1, "", "kill_job"], [4, 3, 1, "", "release_job"], [4, 3, 1, "", "rerun_job"], [4, 3, 1, "", "set_to_ok"]], "ctm_python_client.core.monitoring.RunMonitor": [[4, 3, 1, "", "confirm_job"], [4, 3, 1, "", "delete_job"], [4, 3, 1, "", "get_jobid"], [4, 3, 1, "", "get_log"], [4, 3, 1, "", "get_output"], [4, 3, 1, "", "get_status"], [4, 3, 1, "", "get_statuses"], [4, 3, 1, "", "hold_job"], [4, 3, 1, "", "kill_job"], [4, 3, 1, "", "open_in_browser"], [4, 3, 1, "", "print_output"], [4, 3, 1, "", "print_statuses"], [4, 3, 1, "", "release_job"], [4, 3, 1, "", "rerun_job"], [4, 3, 1, "", "set_to_ok"]], "ctm_python_client.core.workflow": [[4, 1, 1, "", "AbstractWorkflow"], [4, 1, 1, "", "BaseWorkflow"], [4, 1, 1, "", "Workflow"], [4, 1, 1, "", "WorkflowDefaults"]], "ctm_python_client.core.workflow.AbstractWorkflow": [[4, 3, 1, "", "add"], [4, 3, 1, "", "chain"], [4, 3, 1, "", "connect"], [4, 3, 1, "", "dump_json"], [4, 3, 1, "", "dumps_json"], [4, 3, 1, "", "get"], [4, 3, 1, "", "get_objects"]], "ctm_python_client.core.workflow.BaseWorkflow": [[4, 3, 1, "", "add"], [4, 3, 1, "", "chain"], [4, 3, 1, "", "clear_all"], [4, 3, 1, "", "connect"], [4, 3, 1, "", "copy_from"], [4, 3, 1, "", "create_folder_hierarchy"], [4, 3, 1, "", "dump_json"], [4, 3, 1, "", "dumps_json"], [4, 3, 1, "", "get"], [4, 3, 1, "", "get_objects"]], "ctm_python_client.core.workflow.Workflow": [[4, 3, 1, "", "authenticate"], [4, 3, 1, "", "build"], [4, 3, 1, "", "deploy"], [4, 3, 1, "", "run"], [4, 3, 1, "", "workbench"]], "ctm_python_client.core.workflow.WorkflowDefaults": [[4, 2, 1, "", "application"], [4, 2, 1, "", "controlm_server"], [4, 2, 1, "", "host"], [4, 2, 1, "", "run_as"], [4, 2, 1, "", "sub_application"], [4, 2, 1, "", "when"]], "ctm_python_client.ext": [[5, 0, 0, "-", "credential"], [5, 0, 0, "-", "viz"]], "ctm_python_client.ext.credential": [[5, 1, 1, "", "KeyringCredentials"]], "ctm_python_client.ext.credential.KeyringCredentials": [[5, 3, 1, "", "get_password"], [5, 3, 1, "", "get_username"]], "ctm_python_client.ext.viz": [[5, 4, 1, "", "get_graph"], [5, 4, 1, "", "get_subgraph"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:attribute", "3": "py:method", "4": "py:function"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "method", "Python method"], "4": ["py", "function", "Python function"]}, "titleterms": {"aapi": [0, 1], "packag": [0, 1, 3, 4, 5], "subpackag": [0, 3], "submodul": [0, 1, 4, 5], "action": [0, 14], "modul": [0, 1, 3, 4, 5], "addev": [0, 14], "ai": [0, 10], "basefold": 0, "base": 0, "businessfield": 0, "businessparamet": 0, "calendar": 0, "calendarfield": 0, "calendarkei": 0, "captureoutput": 0, "condit": 0, "config": 0, "connectionprofil": 0, "ctbruledata": 0, "date": 0, "definitionitemdetail": 0, "deleteev": [0, 14], "disallowedopt": 0, "do": 0, "donotifi": 0, "driver": 0, "endpoint": 0, "event": [0, 14], "extractrul": 0, "filetransf": 0, "filetransfergroup": 0, "flow_": 0, "folderclientdata": 0, "folderjobbas": 0, "hostfiletransf": 0, "hostmap": 0, "if_": 0, "ifbas": 0, "ifcollect": 0, "ifrerun": 0, "internalrul": 0, "iteminfo": 0, "job": [0, 1, 8, 13, 14, 15, 16], "jobsfilt": 0, "jobtag": 0, "mail": 0, "notifi": [0, 14], "output": [0, 13], "packageparam": 0, "period": 0, "possibleopt": 0, "propertycondit": 0, "rbcdetail": 0, "remedi": 0, "resourc": [0, 14], "resourcepool": [0, 14], "run": [0, 13, 16], "runningjob": 0, "set_": 0, "sitestandard": 0, "sitestandarddata": 0, "sitestandardoperatorvalueopt": 0, "sitestandardpolici": 0, "sitestandardpolicydata": 0, "sitestandardpossiblevalu": 0, "sitestandardrestrict": 0, "steprang": 0, "tag": 0, "time": 0, "variabl": [0, 14], "waitforev": [0, 14], "workloadflat": 0, "workloadpolici": 0, "wpperiod": 0, "year": 0, "content": [0, 1, 3, 4, 5, 7], "integration_factori": 1, "connection_profil": 1, "go": 2, "forward": 2, "us": 2, "link": 2, "extend": 2, "control": [2, 7, 10, 13, 16], "m": [2, 7, 10, 13, 16], "python": [2, 7, 13, 16], "client": [2, 7, 13, 16], "ctm_python_cli": [3, 4, 5], "core": 4, "comm": 4, "credenti": [4, 5, 9], "monitor": [4, 16], "workflow": [4, 13, 16], "ext": 5, "viz": 5, "get": [6, 13, 16], "start": [6, 13], "environ": [6, 9], "instal": 6, "via": 6, "pip": 6, "from": 6, "sourc": 6, "document": 7, "refer": 7, "work": 8, "applic": 8, "integr": 8, "build": [8, 13], "custom": 8, "type": [8, 15], "aijob": 8, "authent": 9, "auto": 10, "gener": 10, "plugin": 10, "workbench": 10, "connect": [11, 13], "profil": 11, "connectionprofilehadoop": 11, "connectionprofilefiletransf": 11, "connectionprofilefiletransferftp": 11, "connectionprofilefiletransfersftp": 11, "connectionprofilefiletransferloc": 11, "connectionprofilefiletransfers3amazon": 11, "connectionprofilefiletransfers3compat": 11, "connectionprofilefiletransferas2": 11, "connectionprofiledatabas": 11, "connectionprofiledatabasedb2": 11, "connectionprofiledatabasejdbc": 11, "connectionprofiledatabasemssql": 11, "connectionprofiledatabaseoraclesid": 11, "connectionprofiledatabaseoracleservicenam": 11, "connectionprofiledatabaseoracleconnectionstr": 11, "connectionprofiledatabasepostgresql": 11, "connectionprofiledatabasesybas": 11, "connectionprofilesap": 11, "connectionprofileinformatica": 11, "connectionprofileaw": 11, "connectionprofileazur": 11, "folder": [12, 14, 16], "exampl": 12, "subfold": 12, "argument": 12, "creat": 13, "ad": 13, "deploi": 13, "check": [13, 16], "flow": [13, 16], "without": 13, "two": 13, "chain": 13, "dummi": 13, "run_as_dummi": 13, "properti": 14, "when": 14, "If": 14, "ifcompletionstatu": 14, "ifnumberofrerun": 14, "ifnumberoffailur": 14, "ifjobnotsubmit": 14, "ifjoboutputnotfound": 14, "ifnumberofexecut": 14, "ifoutput": 14, "ifvariablevalu": 14, "actionmail": 14, "actionrerun": 14, "actionset": 14, "actionsettook": 14, "actionsettonotok": 14, "actionstopcyclicrun": 14, "actionrun": 14, "actionnotifi": 14, "actionremedi": 14, "actionoutput": 14, "notifyok": 14, "notifynotok": 14, "notifydoesnotstart": 14, "notifyexecutiontim": 14, "notifydoesnotend": 14, "notifyrerun": 14, "notifylatecyclicsubmit": 14, "resourcelock": 14, "rerun": 14, "jobcommand": 15, "jobscript": 15, "jobembeddedscript": 15, "jobfiletransf": 15, "jobfilewatchercr": 15, "jobfilewatcherdelet": 15, "jobdatabaseembeddedqueri": 15, "jobdatabasesqlscript": 15, "jobdatabasestoredprocedur": 15, "jobdatabasemssqlagentjob": 15, "jobdatabasemssql_ssi": 15, "jobhadoopsparkpython": 15, "jobhadoopsparkscalajava": 15, "jobhadooppig": 15, "jobhadoopsqoop": 15, "jobhadooph": 15, "jobhadoopdistcp": 15, "jobhadoophdfscommand": 15, "jobhadoophdfsfilewatch": 15, "jobhadoopoozi": 15, "jobhadoopmapreduc": 15, "jobhadoopmapredstream": 15, "jobhadooptajoinputfil": 15, "jobhadooptajoqueri": 15, "jobpeoplesoft": 15, "jobinformatica": 15, "jobawslambda": 15, "jobawsstepfunct": 15, "jobawsbatch": 15, "jobazurefunct": 15, "jobazurelogicapp": 15, "jobazurebatchaccount": 15, "jobwebservic": 15, "jobslamanag": 15, "statu": 16, "specif": 16, "error": 16, "troubleshoot": 16, "tutori": 17, "notebook": 17}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "nbsphinx": 4, "sphinx": 57}, "alltitles": {"aapi package": [[0, "aapi-package"]], "Subpackages": [[0, "subpackages"], [3, "subpackages"]], "Submodules": [[0, "submodules"], [1, "submodules"], [4, "submodules"], [5, "submodules"]], "aapi.action module": [[0, "module-aapi.action"]], "aapi.addevents module": [[0, "module-aapi.addevents"]], "aapi.ai module": [[0, "module-aapi.ai"]], "aapi.basefolder module": [[0, "module-aapi.basefolder"]], "aapi.bases module": [[0, "module-aapi.bases"]], "aapi.businessfield module": [[0, "module-aapi.businessfield"]], "aapi.businessparameter module": [[0, "module-aapi.businessparameter"]], "aapi.calendar module": [[0, "module-aapi.calendar"]], "aapi.calendarfields module": [[0, "module-aapi.calendarfields"]], "aapi.calendarkey module": [[0, "module-aapi.calendarkey"]], "aapi.captureoutput module": [[0, "module-aapi.captureoutput"]], "aapi.condition module": [[0, "module-aapi.condition"]], "aapi.config module": [[0, "module-aapi.config"]], "aapi.connectionprofile module": [[0, "module-aapi.connectionprofile"]], "aapi.ctbruledata module": [[0, "module-aapi.ctbruledata"]], "aapi.date module": [[0, "module-aapi.date"]], "aapi.definitionitemdetails module": [[0, "module-aapi.definitionitemdetails"]], "aapi.deleteevents module": [[0, "module-aapi.deleteevents"]], "aapi.disallowedoptions module": [[0, "module-aapi.disallowedoptions"]], "aapi.do module": [[0, "module-aapi.do"]], "aapi.donotify module": [[0, "module-aapi.donotify"]], "aapi.driver module": [[0, "module-aapi.driver"]], "aapi.endpoint module": [[0, "module-aapi.endpoint"]], "aapi.event module": [[0, "module-aapi.event"]], "aapi.extractrule module": [[0, "module-aapi.extractrule"]], "aapi.filetransfer module": [[0, "module-aapi.filetransfer"]], "aapi.filetransfergroup module": [[0, "module-aapi.filetransfergroup"]], "aapi.flow_ module": [[0, "module-aapi.flow_"]], "aapi.folderclientdata module": [[0, "module-aapi.folderclientdata"]], "aapi.folderjobbase module": [[0, "module-aapi.folderjobbase"]], "aapi.hostfiletransfer module": [[0, "module-aapi.hostfiletransfer"]], "aapi.hostmapping module": [[0, "module-aapi.hostmapping"]], "aapi.if_ module": [[0, "aapi-if-module"]], "aapi.ifbase module": [[0, "module-aapi.ifbase"]], "aapi.ifcollection module": [[0, "module-aapi.ifcollection"]], "aapi.ifrerun module": [[0, "module-aapi.ifrerun"]], "aapi.internalrule module": [[0, "module-aapi.internalrule"]], "aapi.iteminfo module": [[0, "module-aapi.iteminfo"]], "aapi.job module": [[0, "module-aapi.job"]], "aapi.jobsfilter module": [[0, "module-aapi.jobsfilter"]], "aapi.jobtag module": [[0, "module-aapi.jobtag"]], "aapi.mail module": [[0, "module-aapi.mail"]], "aapi.notify module": [[0, "module-aapi.notify"]], "aapi.on module": [[0, "module-aapi.on"]], "aapi.output module": [[0, "module-aapi.output"]], "aapi.package module": [[0, "module-aapi.package"]], "aapi.packageparams module": [[0, "module-aapi.packageparams"]], "aapi.period module": [[0, "module-aapi.period"]], "aapi.possibleoptions module": [[0, "module-aapi.possibleoptions"]], "aapi.propertycondition module": [[0, "module-aapi.propertycondition"]], "aapi.rbcdetails module": [[0, "module-aapi.rbcdetails"]], "aapi.remedy module": [[0, "module-aapi.remedy"]], "aapi.resource module": [[0, "module-aapi.resource"]], "aapi.resourcepools module": [[0, "module-aapi.resourcepools"]], "aapi.run module": [[0, "module-aapi.run"]], "aapi.runningjobs module": [[0, "module-aapi.runningjobs"]], "aapi.set_ module": [[0, "module-aapi.set_"]], "aapi.sitestandard module": [[0, "module-aapi.sitestandard"]], "aapi.sitestandarddata module": [[0, "module-aapi.sitestandarddata"]], "aapi.sitestandardoperatorvalueoptions module": [[0, "module-aapi.sitestandardoperatorvalueoptions"]], "aapi.sitestandardpolicy module": [[0, "module-aapi.sitestandardpolicy"]], "aapi.sitestandardpolicydata module": [[0, "module-aapi.sitestandardpolicydata"]], "aapi.sitestandardpossiblevalue module": [[0, "module-aapi.sitestandardpossiblevalue"]], "aapi.sitestandardrestriction module": [[0, "module-aapi.sitestandardrestriction"]], "aapi.steprange module": [[0, "module-aapi.steprange"]], "aapi.tag module": [[0, "module-aapi.tag"]], "aapi.time module": [[0, "module-aapi.time"]], "aapi.variable module": [[0, "module-aapi.variable"]], "aapi.waitforevents module": [[0, "module-aapi.waitforevents"]], "aapi.workloadflat module": [[0, "module-aapi.workloadflat"]], "aapi.workloadpolicy module": [[0, "module-aapi.workloadpolicy"]], "aapi.wpperiod module": [[0, "module-aapi.wpperiod"]], "aapi.year module": [[0, "module-aapi.year"]], "Module contents": [[0, "module-aapi"], [1, "module-aapi.integration_factory"], [3, "module-ctm_python_client"], [4, "module-ctm_python_client.core"], [5, "module-ctm_python_client.ext"]], "aapi.integration_factory package": [[1, "aapi-integration-factory-package"]], "aapi.integration_factory.connection_profiles module": [[1, "module-aapi.integration_factory.connection_profiles"]], "aapi.integration_factory.jobs module": [[1, "module-aapi.integration_factory.jobs"]], "Going Forward": [[2, "going-forward"]], "Useful Links": [[2, "useful-links"]], "Extending Control-M Python Client": [[2, "extending-control-m-python-client"]], "ctm_python_client package": [[3, "ctm-python-client-package"]], "ctm_python_client.core package": [[4, "ctm-python-client-core-package"]], "ctm_python_client.core.comm module": [[4, "module-ctm_python_client.core.comm"]], "ctm_python_client.core.credential module": [[4, "module-ctm_python_client.core.credential"]], "ctm_python_client.core.monitoring module": [[4, "module-ctm_python_client.core.monitoring"]], "ctm_python_client.core.workflow module": [[4, "module-ctm_python_client.core.workflow"]], "ctm_python_client.ext package": [[5, "ctm-python-client-ext-package"]], "ctm_python_client.ext.credential module": [[5, "module-ctm_python_client.ext.credential"]], "ctm_python_client.ext.viz module": [[5, "module-ctm_python_client.ext.viz"]], "Getting Started": [[6, "getting-started"]], "Environment": [[6, "environment"]], "Installation": [[6, "installation"]], "Installing via pip": [[6, "installing-via-pip"]], "Installing from source": [[6, "installing-from-source"]], "Control-M Python Client Documentation": [[7, "control-m-python-client-documentation"]], "Contents:": [[7, null]], "References:": [[7, null]], "Working with Application Integrator": [[8, "Working-with-Application-Integrator"]], "Building Custom Application Integrator Job Types with AIJob": [[8, "Building-Custom-Application-Integrator-Job-Types-with-AIJob"]], "Authentication": [[9, "Authentication"]], "Environments": [[9, "Environments"]], "Credentials": [[9, "Credentials"]], "Auto generation of AI Plugins with Control-M Workbench": [[10, "Auto-generation-of-AI-Plugins-with-Control-M-Workbench"]], "Connection Profiles": [[11, "Connection-Profiles"]], "ConnectionProfileHadoop": [[11, "ConnectionProfileHadoop"]], "ConnectionProfileFileTransfer": [[11, "ConnectionProfileFileTransfer"]], "ConnectionProfileFileTransferFTP": [[11, "ConnectionProfileFileTransferFTP"]], "ConnectionProfileFileTransferSFTP": [[11, "ConnectionProfileFileTransferSFTP"]], "ConnectionProfileFileTransferFTPS": [[11, "ConnectionProfileFileTransferFTPS"]], "ConnectionProfileFileTransferLocal": [[11, "ConnectionProfileFileTransferLocal"]], "ConnectionProfileFileTransferS3Amazon": [[11, "ConnectionProfileFileTransferS3Amazon"]], "ConnectionProfileFileTransferS3Compatible": [[11, "ConnectionProfileFileTransferS3Compatible"]], "ConnectionProfileFileTransferAS2": [[11, "ConnectionProfileFileTransferAS2"]], "ConnectionProfileDatabase": [[11, "ConnectionProfileDatabase"]], "ConnectionProfileDatabaseDB2": [[11, "ConnectionProfileDatabaseDB2"]], "ConnectionProfileDatabaseJDBC": [[11, "ConnectionProfileDatabaseJDBC"]], "ConnectionProfileDatabaseMSSql": [[11, "ConnectionProfileDatabaseMSSql"]], "ConnectionProfileDatabaseOracleSID": [[11, "ConnectionProfileDatabaseOracleSID"]], "ConnectionProfileDatabaseOracleServiceName": [[11, "ConnectionProfileDatabaseOracleServiceName"]], "ConnectionProfileDatabaseOracleConnectionString": [[11, "ConnectionProfileDatabaseOracleConnectionString"]], "ConnectionProfileDatabasePostgreSql": [[11, "ConnectionProfileDatabasePostgreSql"]], "ConnectionProfileDatabaseSybase": [[11, "ConnectionProfileDatabaseSybase"]], "ConnectionProfileSAP": [[11, "ConnectionProfileSAP"]], "ConnectionProfileInformatica": [[11, "ConnectionProfileInformatica"]], "ConnectionProfileAWS": [[11, "ConnectionProfileAWS"]], "ConnectionProfileAzure": [[11, "ConnectionProfileAzure"]], "Folders": [[12, "Folders"]], "Folder": [[12, "Folder"]], "Examples": [[12, "Examples"], [12, "id1"]], "SubFolder": [[12, "SubFolder"]], "Arguments": [[12, "Arguments"]], "Getting Started with Control-M Python Client": [[13, "Getting-Started-with-Control-M-Python-Client"]], "Creating a Workflow": [[13, "Creating-a-Workflow"]], "Adding Jobs in the Workflow": [[13, "Adding-Jobs-in-the-Workflow"]], "Building and Deploying": [[13, "Building-and-Deploying"]], "Running and checking the output": [[13, "Running-and-checking-the-output"]], "Flows": [[13, "Flows"]], "Adding jobs without connection": [[13, "Adding-jobs-without-connection"]], "Connecting two Jobs": [[13, "Connecting-two-Jobs"]], "Chaining Jobs": [[13, "Chaining-Jobs"]], "Dummy Jobs and run_as_dummy": [[13, "Dummy-Jobs-and-run_as_dummy"]], "Job and Folder Properties": [[14, "Job-and-Folder-Properties"]], "When": [[14, "When"]], "If": [[14, "If"]], "IfCompletionStatus": [[14, "IfCompletionStatus"]], "IfNumberOfReruns": [[14, "IfNumberOfReruns"]], "IfNumberOfFailures": [[14, "IfNumberOfFailures"]], "IfJobNotSubmitted": [[14, "IfJobNotSubmitted"]], "IfJobOutputNotFound": [[14, "IfJobOutputNotFound"]], "IfNumberOfExecutions": [[14, "IfNumberOfExecutions"]], "IfOutput": [[14, "IfOutput"]], "IfVariableValue": [[14, "IfVariableValue"]], "If Actions": [[14, "If-Actions"]], "ActionMail": [[14, "ActionMail"]], "ActionRerun": [[14, "ActionRerun"]], "ActionSet": [[14, "ActionSet"]], "ActionSetToOk": [[14, "ActionSetToOk"]], "ActionSetToNotOK": [[14, "ActionSetToNotOK"]], "ActionStopCyclicRun": [[14, "ActionStopCyclicRun"]], "ActionRun": [[14, "ActionRun"]], "ActionNotify": [[14, "ActionNotify"]], "ActionRemedy": [[14, "ActionRemedy"]], "ActionOutput": [[14, "ActionOutput"]], "Notify": [[14, "Notify"]], "NotifyOk": [[14, "NotifyOk"]], "NotifyNotOk": [[14, "NotifyNotOk"]], "NotifyDoesNotStart": [[14, "NotifyDoesNotStart"]], "NotifyExecutionTime": [[14, "NotifyExecutionTime"]], "NotifyDoesNotEnd": [[14, "NotifyDoesNotEnd"]], "NotifyReRun": [[14, "NotifyReRun"]], "NotifyLateCyclicSubmit": [[14, "NotifyLateCyclicSubmit"]], "Resources": [[14, "Resources"]], "ResourcePool": [[14, "ResourcePool"]], "ResourceLock": [[14, "ResourceLock"]], "Rerun": [[14, "Rerun"]], "Variables": [[14, "Variables"]], "Events": [[14, "Events"]], "WaitForEvents": [[14, "WaitForEvents"]], "AddEvents": [[14, "AddEvents"]], "DeleteEvents": [[14, "DeleteEvents"]], "Job types": [[15, "Job-types"]], "JobCommand": [[15, "JobCommand"]], "JobScript": [[15, "JobScript"]], "JobEmbeddedScript": [[15, "JobEmbeddedScript"]], "JobFileTransfer": [[15, "JobFileTransfer"]], "JobFileWatcherCreate": [[15, "JobFileWatcherCreate"]], "JobFileWatcherDelete": [[15, "JobFileWatcherDelete"]], "JobDatabaseEmbeddedQuery": [[15, "JobDatabaseEmbeddedQuery"]], "JobDatabaseSQLScript": [[15, "JobDatabaseSQLScript"]], "JobDatabaseStoredProcedure": [[15, "JobDatabaseStoredProcedure"]], "JobDatabaseMSSQLAgentJob": [[15, "JobDatabaseMSSQLAgentJob"]], "JobDatabaseMSSQL_SSIS": [[15, "JobDatabaseMSSQL_SSIS"]], "JobHadoopSparkPython": [[15, "JobHadoopSparkPython"]], "JobHadoopSparkScalaJava": [[15, "JobHadoopSparkScalaJava"]], "JobHadoopPig": [[15, "JobHadoopPig"]], "JobHadoopSqoop": [[15, "JobHadoopSqoop"]], "JobHadoopHive": [[15, "JobHadoopHive"]], "JobHadoopDistCp": [[15, "JobHadoopDistCp"]], "JobHadoopHDFSCommands": [[15, "JobHadoopHDFSCommands"]], "JobHadoopHDFSFileWatcher": [[15, "JobHadoopHDFSFileWatcher"]], "JobHadoopOozie": [[15, "JobHadoopOozie"]], "JobHadoopMapReduce": [[15, "JobHadoopMapReduce"]], "JobHadoopMapredStreaming": [[15, "JobHadoopMapredStreaming"]], "JobHadoopTajoInputFile": [[15, "JobHadoopTajoInputFile"]], "JobHadoopTajoQuery": [[15, "JobHadoopTajoQuery"]], "JobPeopleSoft": [[15, "JobPeopleSoft"]], "JobInformatica": [[15, "JobInformatica"]], "JobAWSLambda": [[15, "JobAWSLambda"]], "JobAWSStepFunction": [[15, "JobAWSStepFunction"]], "JobAWSBatch": [[15, "JobAWSBatch"]], "JobAzureFunction": [[15, "JobAzureFunction"]], "JobAzureLogicApps": [[15, "JobAzureLogicApps"]], "JobAzureBatchAccount": [[15, "JobAzureBatchAccount"]], "JobWebServices": [[15, "JobWebServices"]], "JobSLAManagement": [[15, "JobSLAManagement"]], "Monitoring Flows with Control-M Python Client": [[16, "Monitoring-Flows-with-Control-M-Python-Client"]], "Running a Workflow": [[16, "Running-a-Workflow"]], "Checking the Status": [[16, "Checking-the-Status"]], "Getting the Status of a Specific Job or Folder": [[16, "Getting-the-Status-of-a-Specific-Job-or-Folder"]], "Errors and Troubleshooting": [[16, "Errors-and-Troubleshooting"]], "Tutorials": [[17, "tutorials"]], "Notebooks:": [[17, null]]}, "indexentries": {"a (aapi.job.jobsapr3create.jobclass attribute)": [[0, "aapi.job.JobSAPR3CREATE.JobClass.A"]], "a (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.A"]], "aapijob (class in aapi.bases)": [[0, "aapi.bases.AAPIJob"]], "aapiobject (class in aapi.bases)": [[0, "aapi.bases.AAPIObject"]], "aes128_cbc (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.AES128_CBC"]], "aes128_gcm (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.AES128_GCM"]], "aes192_cbc (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.AES192_CBC"]], "aes192_gcm (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.AES192_GCM"]], "aes256_cbc (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.AES256_CBC"]], "aes256_gcm (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.AES256_GCM"]], "aiconnectionprofile (class in aapi.ai)": [[0, "aapi.ai.AIConnectionProfile"]], "aijob (class in aapi.ai)": [[0, "aapi.ai.AIJob"]], "and (aapi.basefolder.folder.when.daysrelation attribute)": [[0, "aapi.basefolder.Folder.When.DaysRelation.AND"]], "and (aapi.calendar.calendarrulebased.when.daysrelation attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.DaysRelation.AND"]], "and (aapi.calendar.calendarrulebasedcalendar.when.daysrelation attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.DaysRelation.AND"]], "and (aapi.folderjobbase.subfolder.when.daysrelation attribute)": [[0, "aapi.folderjobbase.SubFolder.When.DaysRelation.AND"]], "and (aapi.folderjobbase.subfolder.when.rulebasedcalendars.relationship attribute)": [[0, "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars.Relationship.AND"]], "and (aapi.job.job.when.daysrelation attribute)": [[0, "aapi.job.Job.When.DaysRelation.AND"]], "and (aapi.job.job.when.rulebasedcalendars.relationship attribute)": [[0, "aapi.job.Job.When.RuleBasedCalendars.Relationship.AND"]], "asap (aapi.job.jobsapdataarchiving.startcondition attribute)": [[0, "aapi.job.JobSAPDataArchiving.StartCondition.ASAP"]], "asap (aapi.job.jobsapr3copy.startcondition attribute)": [[0, "aapi.job.JobSAPR3COPY.StartCondition.ASAP"]], "asap (aapi.job.jobsapr3create.startcondition attribute)": [[0, "aapi.job.JobSAPR3CREATE.StartCondition.ASAP"]], "asap (aapi.job.jobsapr3predefinedsapjob.startcondition attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.StartCondition.ASAP"]], "action (class in aapi.action)": [[0, "aapi.action.Action"]], "actioncaptureoutput (class in aapi.captureoutput)": [[0, "aapi.captureoutput.ActionCaptureOutput"]], "actioncaptureoutput.capture (class in aapi.captureoutput)": [[0, "aapi.captureoutput.ActionCaptureOutput.Capture"]], "actioncaptureoutput.forwardby (class in aapi.captureoutput)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy"]], "actioncaptureoutput.forwardby.columnsoption (class in aapi.captureoutput)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.ColumnsOption"]], "actioncaptureoutput.forwardby.delimiter (class in aapi.captureoutput)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.Delimiter"]], "actioncaptureoutput.variablename (class in aapi.captureoutput)": [[0, "aapi.captureoutput.ActionCaptureOutput.VariableName"]], "actioncontrolmanalyzerrule (class in aapi.ctbruledata)": [[0, "aapi.ctbruledata.ActionControlMAnalyzerRule"]], "actionmail (class in aapi.mail)": [[0, "aapi.mail.ActionMail"]], "actionmail.urgency (class in aapi.mail)": [[0, "aapi.mail.ActionMail.Urgency"]], "actionnotify (class in aapi.donotify)": [[0, "aapi.donotify.ActionNotify"]], "actionnotify.destination (class in aapi.donotify)": [[0, "aapi.donotify.ActionNotify.Destination"]], "actionnotify.urgency (class in aapi.donotify)": [[0, "aapi.donotify.ActionNotify.Urgency"]], "actionoutput (class in aapi.output)": [[0, "aapi.output.ActionOutput"]], "actionoutput.operation (class in aapi.output)": [[0, "aapi.output.ActionOutput.Operation"]], "actionremedy (class in aapi.remedy)": [[0, "aapi.remedy.ActionRemedy"]], "actionremedy.urgency (class in aapi.remedy)": [[0, "aapi.remedy.ActionRemedy.Urgency"]], "actionrerun (class in aapi.action)": [[0, "aapi.action.ActionRerun"]], "actionrestart (class in aapi.ifrerun)": [[0, "aapi.ifrerun.ActionRestart"]], "actionrun (class in aapi.run)": [[0, "aapi.run.ActionRun"]], "actionset (class in aapi.set_)": [[0, "aapi.set_.ActionSet"]], "actionsettonotok (class in aapi.action)": [[0, "aapi.action.ActionSetToNotOK"]], "actionsettook (class in aapi.action)": [[0, "aapi.action.ActionSetToOK"]], "actionstopcyclicrun (class in aapi.action)": [[0, "aapi.action.ActionStopCyclicRun"]], "active (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.Active"]], "active (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.Active"]], "active (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.Active"]], "active (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.Active"]], "active (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.Active"]], "active (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.Active"]], "active (aapi.job.jobos400externaljob.status attribute)": [[0, "aapi.job.JobOS400ExternalJob.Status.Active"]], "active (aapi.job.jobos400fullexternaljob.status attribute)": [[0, "aapi.job.JobOS400FullExternalJob.Status.Active"]], "active (aapi.sitestandardpolicy.sitestandardpolicy.status attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.Status.Active"]], "activeperiod (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.ActivePeriod"]], "addevents (class in aapi.addevents)": [[0, "aapi.addevents.AddEvents"]], "afterevent (aapi.job.jobsapdataarchiving.startcondition attribute)": [[0, "aapi.job.JobSAPDataArchiving.StartCondition.AfterEvent"]], "afterevent (aapi.job.jobsapr3copy.startcondition attribute)": [[0, "aapi.job.JobSAPR3COPY.StartCondition.AfterEvent"]], "afterevent (aapi.job.jobsapr3create.startcondition attribute)": [[0, "aapi.job.JobSAPR3CREATE.StartCondition.AfterEvent"]], "afterevent (aapi.job.jobsapr3predefinedsapjob.startcondition attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.StartCondition.AfterEvent"]], "alerts (aapi.donotify.actionnotify.destination attribute)": [[0, "aapi.donotify.ActionNotify.Destination.Alerts"]], "alerts (aapi.notify.notify.destination attribute)": [[0, "aapi.notify.Notify.Destination.Alerts"]], "all (aapi.job.jobos400externaljob.status attribute)": [[0, "aapi.job.JobOS400ExternalJob.Status.All"]], "all (aapi.job.jobos400fullexternaljob.status attribute)": [[0, "aapi.job.JobOS400FullExternalJob.Status.All"]], "all (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.All"]], "allhours (aapi.resourcepools.resourcepools.time.timetype attribute)": [[0, "aapi.resourcepools.ResourcePools.Time.TimeType.AllHours"]], "allhours (aapi.runningjobs.runningjobs.time.timetype attribute)": [[0, "aapi.runningjobs.RunningJobs.Time.TimeType.AllHours"]], "anydate (aapi.condition.condition.date attribute)": [[0, "aapi.condition.Condition.Date.AnyDate"]], "anydate (aapi.event.event.date attribute)": [[0, "aapi.event.Event.Date.AnyDate"]], "array (aapi.job.jobawsbatch.awsjobtype attribute)": [[0, "aapi.job.JobAWSBatch.AwsJobType.Array"]], "ascii (aapi.filetransfer.filetransfer.transfertype attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferType.Ascii"]], "asynchronous (aapi.connectionprofile.connectionprofilefiletransferas2.requestreceiptparameters.mode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Mode.Asynchronous"]], "automatic (aapi.basefolder.simplefolder.ordermethod attribute)": [[0, "aapi.basefolder.SimpleFolder.OrderMethod.Automatic"]], "b (aapi.job.jobsapr3create.jobclass attribute)": [[0, "aapi.job.JobSAPR3CREATE.JobClass.B"]], "b (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.B"]], "betweenhours (aapi.resourcepools.resourcepools.time.timetype attribute)": [[0, "aapi.resourcepools.ResourcePools.Time.TimeType.BetweenHours"]], "betweenhours (aapi.runningjobs.runningjobs.time.timetype attribute)": [[0, "aapi.runningjobs.RunningJobs.Time.TimeType.BetweenHours"]], "binary (aapi.filetransfer.filetransfer.transfertype attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferType.Binary"]], "bridge (aapi.basefolder.folder.adjustevents attribute)": [[0, "aapi.basefolder.Folder.AdjustEvents.Bridge"]], "bridge (aapi.folderjobbase.subfolder.adjustevents attribute)": [[0, "aapi.folderjobbase.SubFolder.AdjustEvents.Bridge"]], "businessfield (class in aapi.businessfield)": [[0, "aapi.businessfield.BusinessField"]], "businessparameter (class in aapi.businessparameter)": [[0, "aapi.businessparameter.BusinessParameter"]], "businessparameter.characters (class in aapi.businessparameter)": [[0, "aapi.businessparameter.BusinessParameter.Characters"]], "businessparameter.characters.alphanumeric (class in aapi.businessparameter)": [[0, "aapi.businessparameter.BusinessParameter.Characters.Alphanumeric"]], "businessparameter.characters.any (class in aapi.businessparameter)": [[0, "aapi.businessparameter.BusinessParameter.Characters.Any"]], "businessparameter.exclude (class in aapi.businessparameter)": [[0, "aapi.businessparameter.BusinessParameter.Exclude"]], "businessparameter.include (class in aapi.businessparameter)": [[0, "aapi.businessparameter.BusinessParameter.Include"]], "c (aapi.job.jobsapr3create.jobclass attribute)": [[0, "aapi.job.JobSAPR3CREATE.JobClass.C"]], "c (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.C"]], "cast5_cbc (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.CAST5_CBC"]], "calendar (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Calendar"]], "calendar (class in aapi.calendar)": [[0, "aapi.calendar.Calendar"]], "calendarfields (class in aapi.calendarfields)": [[0, "aapi.calendarfields.CalendarFields"]], "calendarfieldsperiodic (class in aapi.calendarfields)": [[0, "aapi.calendarfields.CalendarFieldsPeriodic"]], "calendarfieldsregular (class in aapi.calendarfields)": [[0, "aapi.calendarfields.CalendarFieldsRegular"]], "calendarfieldsrulebased (class in aapi.calendarfields)": [[0, "aapi.calendarfields.CalendarFieldsRuleBased"]], "calendarkey (class in aapi.calendarkey)": [[0, "aapi.calendarkey.CalendarKey"]], "calendarkeyperiodic (class in aapi.calendarkey)": [[0, "aapi.calendarkey.CalendarKeyPeriodic"]], "calendarkeyregular (class in aapi.calendarkey)": [[0, "aapi.calendarkey.CalendarKeyRegular"]], "calendarkeyrulebased (class in aapi.calendarkey)": [[0, "aapi.calendarkey.CalendarKeyRuleBased"]], "calendarperiodic (class in aapi.calendar)": [[0, "aapi.calendar.CalendarPeriodic"]], "calendarperiodic.server (class in aapi.calendar)": [[0, "aapi.calendar.CalendarPeriodic.Server"]], "calendarperiodic.when (class in aapi.calendar)": [[0, "aapi.calendar.CalendarPeriodic.When"]], "calendarregular (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRegular"]], "calendarregular.server (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRegular.Server"]], "calendarregular.when (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRegular.When"]], "calendarrulebased (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBased"]], "calendarrulebased.when (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBased.When"]], "calendarrulebased.when.confirmationcalendars (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars"]], "calendarrulebased.when.confirmationcalendars.exceptionpolicy (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.ExceptionPolicy"]], "calendarrulebased.when.dayskeepactive (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBased.When.DaysKeepActive"]], "calendarrulebased.when.daysrelation (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBased.When.DaysRelation"]], "calendarrulebasedcalendar (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBasedCalendar"]], "calendarrulebasedcalendar.server (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.Server"]], "calendarrulebasedcalendar.when (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When"]], "calendarrulebasedcalendar.when.confirmationcalendars (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars"]], "calendarrulebasedcalendar.when.confirmationcalendars.exceptionpolicy (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.ExceptionPolicy"]], "calendarrulebasedcalendar.when.dayskeepactive (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.DaysKeepActive"]], "calendarrulebasedcalendar.when.daysrelation (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.DaysRelation"]], "capturevariablename (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.CaptureVariableName"]], "changeclass (aapi.job.jobzos.outputhandling.operation attribute)": [[0, "aapi.job.JobZOS.OutputHandling.Operation.ChangeClass"]], "characters (aapi.captureoutput.actioncaptureoutput.forwardby.columnsoption attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.ColumnsOption.Characters"]], "cleanendedok (aapi.basefolder.folder.activeretentionpolicy attribute)": [[0, "aapi.basefolder.Folder.ActiveRetentionPolicy.CleanEndedOK"]], "cleanendedok (aapi.folderjobbase.subfolder.activeretentionpolicy attribute)": [[0, "aapi.folderjobbase.SubFolder.ActiveRetentionPolicy.CleanEndedOK"]], "clientserverauthentication (aapi.connectionprofile.connectionprofilefiletransferftps.ssllevel attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.SslLevel.ClientServerAuthentication"]], "clientserverauthentication (aapi.endpoint.endpointdestftps.ssllevel attribute)": [[0, "aapi.endpoint.EndpointDestFtps.SslLevel.ClientServerAuthentication"]], "clientserverauthentication (aapi.endpoint.endpointsrcftps.ssllevel attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.SslLevel.ClientServerAuthentication"]], "comment (aapi.job.jobsapbw.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.DetectAndCreate.Comment"]], "comment (aapi.job.jobsapdataarchivingwrite.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.DetectAndCreate.Comment"]], "comment (aapi.job.jobsapr3copy.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.DetectAndCreate.Comment"]], "comment (aapi.job.jobsapr3copy.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.Spool.Comment"]], "comment (aapi.job.jobsapr3create.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.DetectAndCreate.Comment"]], "comment (aapi.job.jobsapr3create.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.Spool.Comment"]], "comment (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.Comment"]], "comment (aapi.job.jobsapr3monitorsapjob.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.DetectAndCreate.Comment"]], "comment (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.DetectAndCreate.Comment"]], "comment (aapi.job.jobsapr3predefinedsapjob.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.Spool.Comment"]], "condition (class in aapi.condition)": [[0, "aapi.condition.Condition"]], "condition.date (class in aapi.condition)": [[0, "aapi.condition.Condition.Date"]], "conditionin (class in aapi.condition)": [[0, "aapi.condition.ConditionIn"]], "conditionout (class in aapi.condition)": [[0, "aapi.condition.ConditionOut"]], "conditionoutadd (class in aapi.condition)": [[0, "aapi.condition.ConditionOutAdd"]], "conditionoutdelete (class in aapi.condition)": [[0, "aapi.condition.ConditionOutDelete"]], "config (class in aapi.config)": [[0, "aapi.config.Config"]], "confighadoop (class in aapi.config)": [[0, "aapi.config.ConfigHadoop"]], "confirmationcalendar (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.ConfirmationCalendar"]], "connectionprofile (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfile"]], "connectionprofileaws (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileAWS"]], "connectionprofileaws.proxysettings (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.ProxySettings"]], "connectionprofileairflow (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileAirflow"]], "connectionprofileairflowgooglecomposer (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer"]], "connectionprofileairflowstandalone (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowStandalone"]], "connectionprofileazure (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileAzure"]], "connectionprofileazure.batch (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.Batch"]], "connectionprofiledatabase (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase"]], "connectionprofiledatabasedb2 (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseDB2"]], "connectionprofiledatabasejdbc (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseJDBC"]], "connectionprofiledatabasemssql (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql"]], "connectionprofiledatabasemssql.authenticationtype (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.AuthenticationType"]], "connectionprofiledatabasemssqlssis (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSqlSSIS"]], "connectionprofiledatabaseoracle (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracle"]], "connectionprofiledatabaseoracleconnectionstring (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleConnectionString"]], "connectionprofiledatabaseoraclesid (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleSID"]], "connectionprofiledatabaseoracleservicename (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleServiceName"]], "connectionprofiledatabasepostgresql (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql"]], "connectionprofiledatabasesybase (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseSybase"]], "connectionprofilefiletransfer (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer"]], "connectionprofilefiletransferas2 (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2"]], "connectionprofilefiletransferas2.encryptmessageparameters (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters"]], "connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm"]], "connectionprofilefiletransferas2.requestreceiptparameters (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters"]], "connectionprofilefiletransferas2.requestreceiptparameters.mode (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Mode"]], "connectionprofilefiletransferas2.requestreceiptparameters.sign (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Sign"]], "connectionprofilefiletransferas2.signmessageparameters (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters"]], "connectionprofilefiletransferas2.signmessageparameters.signaturealgorithm (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm"]], "connectionprofilefiletransferazure (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzure"]], "connectionprofilefiletransferazureadcertificate (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate"]], "connectionprofilefiletransferazureadclientsecret (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdClientSecret"]], "connectionprofilefiletransferazureaduserpass (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass"]], "connectionprofilefiletransferazureconnectionstring (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureConnectionString"]], "connectionprofilefiletransferazuremanagedidentity (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureManagedIdentity"]], "connectionprofilefiletransferazuresharedaccesssignature (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedAccessSignature"]], "connectionprofilefiletransferazuresharedkey (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedKey"]], "connectionprofilefiletransferdualendpoint (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint"]], "connectionprofilefiletransferftp (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP"]], "connectionprofilefiletransferftp.connectionmode (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode"]], "connectionprofilefiletransferftps (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS"]], "connectionprofilefiletransferftps.connectionmode (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode"]], "connectionprofilefiletransferftps.ssllevel (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.SslLevel"]], "connectionprofilefiletransfergcs (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGcs"]], "connectionprofilefiletransfergroup (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup"]], "connectionprofilefiletransferlocal (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferLocal"]], "connectionprofilefiletransfers3 (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3"]], "connectionprofilefiletransfers3amazon (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3Amazon"]], "connectionprofilefiletransfers3compatible (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3Compatible"]], "connectionprofilefiletransfersftp (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferSFTP"]], "connectionprofilehadoop (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop"]], "connectionprofilehadoop.hive (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive"]], "connectionprofilehadoop.hive.connectiondefinitionstype (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.ConnectionDefinitionsType"]], "connectionprofilehadoop.oozie (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Oozie"]], "connectionprofilehadoop.spark (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Spark"]], "connectionprofilehadoop.sqoop (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop"]], "connectionprofilehadoop.tajo (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Tajo"]], "connectionprofileinformatica (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica"]], "connectionprofileinformatica.connectiontype (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.ConnectionType"]], "connectionprofilepeoplesoft (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfilePeopleSoft"]], "connectionprofilesap (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileSAP"]], "connectionprofilesap.applicationserverlogon (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.ApplicationServerLogon"]], "connectionprofilesap.grouplogon (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.GroupLogon"]], "connectionprofilesap.securednetworkconnection (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.SecuredNetworkConnection"]], "connectionprofilewsconfig (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileWSCONFIG"]], "connectionprofilewebservices (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices"]], "connectionprofilewebservices.servicetype (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.ServiceType"]], "console (aapi.donotify.actionnotify.destination attribute)": [[0, "aapi.donotify.ActionNotify.Destination.Console"]], "console (aapi.notify.notify.destination attribute)": [[0, "aapi.notify.Notify.Destination.Console"]], "contains (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.Contains"]], "contains (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.Contains"]], "copy (aapi.job.job.output.operation attribute)": [[0, "aapi.job.Job.Output.Operation.Copy"]], "copy (aapi.job.jobzos.outputhandling.operation attribute)": [[0, "aapi.job.JobZOS.OutputHandling.Operation.Copy"]], "copy (aapi.output.actionoutput.operation attribute)": [[0, "aapi.output.ActionOutput.Operation.Copy"]], "copytofile (aapi.job.jobsapr3copy.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.JobLog.CopyToFile"]], "copytofile (aapi.job.jobsapr3copy.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.Spool.CopyToFile"]], "copytofile (aapi.job.jobsapr3create.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.JobLog.CopyToFile"]], "copytofile (aapi.job.jobsapr3create.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.Spool.CopyToFile"]], "copytofile (aapi.job.jobsapr3predefinedsapjob.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.JobLog.CopyToFile"]], "copytofile (aapi.job.jobsapr3predefinedsapjob.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.Spool.CopyToFile"]], "copytooutput (aapi.job.jobsapr3copy.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.JobLog.CopyToOutput"]], "copytooutput (aapi.job.jobsapr3copy.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.Spool.CopyToOutput"]], "copytooutput (aapi.job.jobsapr3create.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.JobLog.CopyToOutput"]], "copytooutput (aapi.job.jobsapr3create.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.Spool.CopyToOutput"]], "copytooutput (aapi.job.jobsapr3predefinedsapjob.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.JobLog.CopyToOutput"]], "copytooutput (aapi.job.jobsapr3predefinedsapjob.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.Spool.CopyToOutput"]], "currentjobdefinition (aapi.job.jobsapbw.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.DetectAndCreate.CurrentJobDefinition"]], "currentjobdefinition (aapi.job.jobsapdataarchivingwrite.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.DetectAndCreate.CurrentJobDefinition"]], "currentjobdefinition (aapi.job.jobsapr3copy.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.DetectAndCreate.CurrentJobDefinition"]], "currentjobdefinition (aapi.job.jobsapr3create.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.DetectAndCreate.CurrentJobDefinition"]], "currentjobdefinition (aapi.job.jobsapr3monitorsapjob.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.DetectAndCreate.CurrentJobDefinition"]], "currentjobdefinition (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.DetectAndCreate.CurrentJobDefinition"]], "custom (aapi.job.jobazurebatchaccount.maxtries.option attribute)": [[0, "aapi.job.JobAzureBatchAccount.MaxTries.Option.Custom"]], "d (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.D"]], "date (class in aapi.date)": [[0, "aapi.date.Date"]], "days (aapi.basefolder.folder.rerun.units attribute)": [[0, "aapi.basefolder.Folder.Rerun.Units.Days"]], "days (aapi.basefolder.folder.rerunlimit.units attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.Units.Days"]], "days (aapi.folderjobbase.folderjobbasesmart.rerun.units attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.Units.Days"]], "days (aapi.job.job.rerun.units attribute)": [[0, "aapi.job.Job.Rerun.Units.Days"]], "days (aapi.job.job.rerunlimit.units attribute)": [[0, "aapi.job.Job.RerunLimit.Units.Days"]], "days (aapi.job.jobazurebatchaccount.retention.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Retention.Unit.Days"]], "days (aapi.job.jobazurebatchaccount.wallclock.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock.Unit.Days"]], "dayskeepactive (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.DaysKeepActive"]], "default (aapi.basefolder.folder.sac attribute)": [[0, "aapi.basefolder.Folder.Sac.Default"]], "default (aapi.job.jobzos.sac attribute)": [[0, "aapi.job.JobZOS.Sac.Default"]], "default (aapi.sitestandardpolicy.sitestandardpolicy.errorlevel attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.ErrorLevel.Default"]], "definitionitemdetails (class in aapi.definitionitemdetails)": [[0, "aapi.definitionitemdetails.DefinitionItemDetails"]], "delete (aapi.job.job.output.operation attribute)": [[0, "aapi.job.Job.Output.Operation.Delete"]], "delete (aapi.job.jobzos.outputhandling.operation attribute)": [[0, "aapi.job.JobZOS.OutputHandling.Operation.Delete"]], "delete (aapi.output.actionoutput.operation attribute)": [[0, "aapi.output.ActionOutput.Operation.Delete"]], "deleteevents (class in aapi.deleteevents)": [[0, "aapi.deleteevents.DeleteEvents"]], "desttosrc (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.DestToSrc"]], "desttosrcfilewatcher (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.DestToSrcFileWatcher"]], "destination (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Destination"]], "directorylisting (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.DirectoryListing"]], "disallowedoptions (class in aapi.disallowedoptions)": [[0, "aapi.disallowedoptions.DisallowedOptions"]], "discard (aapi.resource.resourcepool.ifok attribute)": [[0, "aapi.resource.ResourcePool.IfOk.Discard"]], "do (class in aapi.do)": [[0, "aapi.do.Do"]], "donotcopy (aapi.job.jobsapr3copy.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.JobLog.DoNotCopy"]], "donotcopy (aapi.job.jobsapr3create.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.JobLog.DoNotCopy"]], "donotcopy (aapi.job.jobsapr3predefinedsapjob.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.JobLog.DoNotCopy"]], "donotincludetasklogs (aapi.job.jobairflow.outputdetails attribute)": [[0, "aapi.job.JobAirflow.OutputDetails.DoNotIncludeTaskLogs"]], "donotorder (aapi.calendar.calendarrulebased.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.ExceptionPolicy.DoNotOrder"]], "donotorder (aapi.calendar.calendarrulebasedcalendar.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.ExceptionPolicy.DoNotOrder"]], "donotorder (aapi.job.job.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.job.Job.When.ConfirmationCalendars.ExceptionPolicy.DoNotOrder"]], "doesnotcontain (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.DoesNotContain"]], "doesnotcontain (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.DoesNotContain"]], "doesnotendswith (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.DoesNotEndsWith"]], "doesnotequal (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.DoesNotEqual"]], "doesnotequal (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions.operator attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator.DoesNotEqual"]], "doesnotstartswith (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.DoesNotStartsWith"]], "driverjdbcdatabase (class in aapi.driver)": [[0, "aapi.driver.DriverJdbcDatabase"]], "dummy (aapi.basefolder.folder.adjustevents attribute)": [[0, "aapi.basefolder.Folder.AdjustEvents.Dummy"]], "dummy (aapi.folderjobbase.subfolder.adjustevents attribute)": [[0, "aapi.folderjobbase.SubFolder.AdjustEvents.Dummy"]], "e (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.E"]], "epsv (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.EPSV"]], "epsv (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.EPSV"]], "epsv (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.EPSV"]], "epsv (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.EPSV"]], "epsv (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.EPSV"]], "epsv (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.EPSV"]], "epsvsubstituteipaddress (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.EPSVSubstituteIpAddress"]], "epsvsubstituteipaddress (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.EPSVSubstituteIpAddress"]], "epsvsubstituteipaddress (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.EPSVSubstituteIpAddress"]], "epsvsubstituteipaddress (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.EPSVSubstituteIpAddress"]], "epsvsubstituteipaddress (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.EPSVSubstituteIpAddress"]], "epsvsubstituteipaddress (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.EPSVSubstituteIpAddress"]], "end (aapi.basefolder.folder.rerun.from attribute)": [[0, "aapi.basefolder.Folder.Rerun.From.End"]], "end (aapi.basefolder.folder.rerunintervals.from attribute)": [[0, "aapi.basefolder.Folder.RerunIntervals.From.End"]], "end (aapi.basefolder.folder.rerunlimit.from attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.From.End"]], "end (aapi.folderjobbase.folderjobbasesmart.rerun.from attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.From.End"]], "end (aapi.folderjobbase.folderjobbasesmart.rerunintervals.from attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.From.End"]], "end (aapi.job.job.rerun.from attribute)": [[0, "aapi.job.Job.Rerun.From.End"]], "end (aapi.job.job.rerunintervals.from attribute)": [[0, "aapi.job.Job.RerunIntervals.From.End"]], "end (aapi.job.job.rerunlimit.from attribute)": [[0, "aapi.job.Job.RerunLimit.From.End"]], "endwith (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.EndWith"]], "endpoint (class in aapi.endpoint)": [[0, "aapi.endpoint.Endpoint"]], "endpoint.ostype (class in aapi.endpoint)": [[0, "aapi.endpoint.Endpoint.OsType"]], "endpointdest (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDest"]], "endpointdestftp (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDestFtp"]], "endpointdestftp.connectionmode (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode"]], "endpointdestftps (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDestFtps"]], "endpointdestftps.connectionmode (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode"]], "endpointdestftps.ssllevel (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDestFtps.SslLevel"]], "endpointdestlocal (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDestLocal"]], "endpointdestsftp (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDestSftp"]], "endpointsrc (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrc"]], "endpointsrcftp (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrcFtp"]], "endpointsrcftp.connectionmode (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode"]], "endpointsrcftps (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrcFtps"]], "endpointsrcftps.connectionmode (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode"]], "endpointsrcftps.ssllevel (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrcFtps.SslLevel"]], "endpointsrclocal (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrcLocal"]], "endpointsrcsftp (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrcSftp"]], "endswith (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.EndsWith"]], "equalto (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.EqualTo"]], "equals (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.Equals"]], "equals (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions.operator attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator.Equals"]], "error (aapi.sitestandardpolicy.sitestandardpolicy.errorlevel attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.ErrorLevel.Error"]], "even (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions.operator attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator.Even"]], "event (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Event"]], "event (class in aapi.event)": [[0, "aapi.event.Event"]], "event.date (class in aapi.event)": [[0, "aapi.event.Event.Date"]], "eventadd (class in aapi.event)": [[0, "aapi.event.EventAdd"]], "eventdelete (class in aapi.event)": [[0, "aapi.event.EventDelete"]], "eventin (class in aapi.event)": [[0, "aapi.event.EventIn"]], "eventout (class in aapi.event)": [[0, "aapi.event.EventOut"]], "eventoutadd (class in aapi.event)": [[0, "aapi.event.EventOutAdd"]], "eventoutdelete (class in aapi.event)": [[0, "aapi.event.EventOutDelete"]], "exceptionalpolicy (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.ExceptionalPolicy"]], "exclusive (aapi.resource.resourcelock.locktype attribute)": [[0, "aapi.resource.ResourceLock.LockType.Exclusive"]], "executecommand (aapi.job.jobos400fullrestrictedstateaction.action attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.Action.ExecuteCommand"]], "externaladdress (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.ExternalAddress"]], "extractrule (class in aapi.extractrule)": [[0, "aapi.extractrule.ExtractRule"]], "f (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.F"]], "faxnumber (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.FaxNumber"]], "file (aapi.connectionprofile.connectionprofilewebservices.servicetype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.ServiceType.File"]], "filetransfer (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer"]], "filetransfer.filewatcheroptions (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions"]], "filetransfer.filewatcheroptions.timelimitpolicy (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.TimeLimitPolicy"]], "filetransfer.postcommanddest (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.PostCommandDest"]], "filetransfer.postcommandsrc (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.PostCommandSrc"]], "filetransfer.precommanddest (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.PreCommandDest"]], "filetransfer.precommandsrc (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.PreCommandSrc"]], "filetransfer.transferoption (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.TransferOption"]], "filetransfer.transfertype (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.TransferType"]], "filetransfergroup (class in aapi.filetransfergroup)": [[0, "aapi.filetransfergroup.FileTransferGroup"]], "filewatcher (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.FileWatcher"]], "file_system (aapi.job.jobdatabasemssql_ssis.packagesource attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.PackageSource.File_System"]], "file_system (aapi.package.package.source attribute)": [[0, "aapi.package.Package.Source.File_System"]], "first (aapi.job.jobos400externaljob.duplicateoption attribute)": [[0, "aapi.job.JobOS400ExternalJob.DuplicateOption.First"]], "first (aapi.job.jobos400fullexternaljob.duplicateoption attribute)": [[0, "aapi.job.JobOS400FullExternalJob.DuplicateOption.First"]], "first (aapi.job.jobsapr3copy.jobcount attribute)": [[0, "aapi.job.JobSAPR3COPY.JobCount.First"]], "firstscheduled (aapi.job.jobsapr3copy.jobcount attribute)": [[0, "aapi.job.JobSAPR3COPY.JobCount.FirstScheduled"]], "firstscheduled (aapi.job.jobsapr3predefinedsapjob.jobcount attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.JobCount.FirstScheduled"]], "flow_ (class in aapi.flow_)": [[0, "aapi.flow_.Flow_"]], "flush (aapi.job.jobzos.preventnct2 attribute)": [[0, "aapi.job.JobZOS.PreventNCT2.Flush"]], "folder (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder"]], "folder.activeretentionpolicy (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.ActiveRetentionPolicy"]], "folder.adjustevents (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.AdjustEvents"]], "folder.dayskeepactive (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.DaysKeepActive"]], "folder.documentationfile (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.DocumentationFile"]], "folder.documentationurl (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.DocumentationUrl"]], "folder.mustend (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.MustEnd"]], "folder.priority (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.Priority"]], "folder.rerun (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.Rerun"]], "folder.rerun.from (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.Rerun.From"]], "folder.rerun.units (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.Rerun.Units"]], "folder.rerunintervals (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.RerunIntervals"]], "folder.rerunintervals.from (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.RerunIntervals.From"]], "folder.rerunlimit (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.RerunLimit"]], "folder.rerunlimit.from (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.RerunLimit.From"]], "folder.rerunlimit.units (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.RerunLimit.Units"]], "folder.rerunspecifictimes (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.RerunSpecificTimes"]], "folder.sac (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.Sac"]], "folder.when (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.When"]], "folder.when.daysrelation (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.When.DaysRelation"]], "folder.when.rulebasedcalendars (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.When.RuleBasedCalendars"]], "folderclientdata (class in aapi.folderclientdata)": [[0, "aapi.folderclientdata.FolderClientData"]], "folderjobbase (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBase"]], "folderjobbase.documentationfile (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBase.DocumentationFile"]], "folderjobbase.documentationurl (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBase.DocumentationUrl"]], "folderjobbase.priority (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBase.Priority"]], "folderjobbasesmart (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBaseSmart"]], "folderjobbasesmart.rerun (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun"]], "folderjobbasesmart.rerun.from (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.From"]], "folderjobbasesmart.rerun.units (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.Units"]], "folderjobbasesmart.rerunintervals (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals"]], "folderjobbasesmart.rerunintervals.from (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.From"]], "folderjobbasesmart.rerunspecifictimes (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunSpecificTimes"]], "foldername (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.FolderName"]], "forcerestart (aapi.job.jobinformatica.workflowrestartmode attribute)": [[0, "aapi.job.JobInformatica.WorkflowRestartMode.ForceRestart"]], "forcerestartfromspecifictask (aapi.job.jobinformatica.workflowrestartmode attribute)": [[0, "aapi.job.JobInformatica.WorkflowRestartMode.ForceRestartFromSpecificTask"]], "forever (aapi.basefolder.folder.dayskeepactive attribute)": [[0, "aapi.basefolder.Folder.DaysKeepActive.Forever"]], "forever (aapi.calendar.calendarrulebased.when.dayskeepactive attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.DaysKeepActive.Forever"]], "forever (aapi.calendar.calendarrulebasedcalendar.when.dayskeepactive attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.DaysKeepActive.Forever"]], "forever (aapi.folderjobbase.subfolder.dayskeepactive attribute)": [[0, "aapi.folderjobbase.SubFolder.DaysKeepActive.Forever"]], "forever (aapi.job.job.dayskeepactive attribute)": [[0, "aapi.job.Job.DaysKeepActive.Forever"]], "freetext (aapi.job.jobwebservices.requesttype attribute)": [[0, "aapi.job.JobWebServices.RequestType.FreeText"]], "fri (aapi.resourcepools.resourcepools.weekdaysrange.fromday attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay.Fri"]], "fri (aapi.resourcepools.resourcepools.weekdaysrange.today attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay.Fri"]], "fri (aapi.runningjobs.runningjobs.weekdaysrange.fromday attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay.Fri"]], "fri (aapi.runningjobs.runningjobs.weekdaysrange.today attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay.Fri"]], "fromprocedure (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.FromProcedure"]], "fromprogram (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.FromProgram"]], "g (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.G"]], "global (aapi.calendar.calendarperiodic.server attribute)": [[0, "aapi.calendar.CalendarPeriodic.Server.Global"]], "global (aapi.calendar.calendarregular.server attribute)": [[0, "aapi.calendar.CalendarRegular.Server.Global"]], "global (aapi.calendar.calendarrulebasedcalendar.server attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.Server.Global"]], "global (aapi.hostmapping.hostmapping.server attribute)": [[0, "aapi.hostmapping.HostMapping.Server.Global"]], "global (aapi.runningjobs.runningjobs.server attribute)": [[0, "aapi.runningjobs.RunningJobs.Server.Global"]], "greaterthan (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.GreaterThan"]], "greaterthan (aapi.notify.notifyexecutiontime.criteria attribute)": [[0, "aapi.notify.NotifyExecutionTime.Criteria.GreaterThan"]], "greaterthan (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.GreaterThan"]], "greaterthan (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions.operator attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator.GreaterThan"]], "greaterthanaverage (aapi.notify.notifyexecutiontime.criteria attribute)": [[0, "aapi.notify.NotifyExecutionTime.Criteria.GreaterThanAverage"]], "greaterthanorequal (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.GreaterThanOrEqual"]], "group (aapi.job.jobsapr3copy.exec attribute)": [[0, "aapi.job.JobSAPR3COPY.Exec.Group"]], "group (aapi.job.jobsapr3create.exec attribute)": [[0, "aapi.job.JobSAPR3CREATE.Exec.Group"]], "group (aapi.job.jobsapr3predefinedsapjob.exec attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.Exec.Group"]], "h (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.H"]], "http (aapi.connectionprofile.connectionprofileinformatica.connectiontype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.ConnectionType.HTTP"]], "https (aapi.connectionprofile.connectionprofileinformatica.connectiontype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.ConnectionType.HTTPS"]], "high (aapi.basefolder.folder.priority attribute)": [[0, "aapi.basefolder.Folder.Priority.High"]], "high (aapi.folderjobbase.folderjobbase.priority attribute)": [[0, "aapi.folderjobbase.FolderJobBase.Priority.High"]], "high (aapi.job.job.priority attribute)": [[0, "aapi.job.Job.Priority.High"]], "high (aapi.job.jobsapdataarchivingwrite.jobclass attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.JobClass.High"]], "high (aapi.remedy.actionremedy.urgency attribute)": [[0, "aapi.remedy.ActionRemedy.Urgency.High"]], "hostfiletransfer (class in aapi.hostfiletransfer)": [[0, "aapi.hostfiletransfer.HostFileTransfer"]], "hostmapping (class in aapi.hostmapping)": [[0, "aapi.hostmapping.HostMapping"]], "hostmapping.server (class in aapi.hostmapping)": [[0, "aapi.hostmapping.HostMapping.Server"]], "hours (aapi.basefolder.folder.rerun.units attribute)": [[0, "aapi.basefolder.Folder.Rerun.Units.Hours"]], "hours (aapi.basefolder.folder.rerunlimit.units attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.Units.Hours"]], "hours (aapi.folderjobbase.folderjobbasesmart.rerun.units attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.Units.Hours"]], "hours (aapi.job.job.rerun.units attribute)": [[0, "aapi.job.Job.Rerun.Units.Hours"]], "hours (aapi.job.job.rerunlimit.units attribute)": [[0, "aapi.job.Job.RerunLimit.Units.Hours"]], "hours (aapi.job.jobazurebatchaccount.retention.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Retention.Unit.Hours"]], "hours (aapi.job.jobazurebatchaccount.wallclock.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock.Unit.Hours"]], "i (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.I"]], "idea_cbc (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.IDEA_CBC"]], "ifbase (class in aapi.ifbase)": [[0, "aapi.ifbase.IfBase"]], "ifbasefolder (class in aapi.ifbase)": [[0, "aapi.ifbase.IfBaseFolder"]], "ifcollection (class in aapi.ifcollection)": [[0, "aapi.ifcollection.IfCollection"]], "ifcollectionzos (class in aapi.ifcollection)": [[0, "aapi.ifcollection.IfCollectionZOS"]], "ifcompletionstatus (class in aapi.ifbase)": [[0, "aapi.ifbase.IfCompletionStatus"]], "ifjobnotsubmitted (class in aapi.ifbase)": [[0, "aapi.ifbase.IfJobNotSubmitted"]], "ifjoboutputnotfound (class in aapi.ifbase)": [[0, "aapi.ifbase.IfJobOutputNotFound"]], "ifnumberofexecutions (class in aapi.ifbase)": [[0, "aapi.ifbase.IfNumberOfExecutions"]], "ifnumberoffailures (class in aapi.ifbase)": [[0, "aapi.ifbase.IfNumberOfFailures"]], "ifnumberofreruns (class in aapi.ifbase)": [[0, "aapi.ifbase.IfNumberOfReruns"]], "ifoutput (class in aapi.ifbase)": [[0, "aapi.ifbase.IfOutput"]], "ifvariablevalue (class in aapi.ifbase)": [[0, "aapi.ifbase.IfVariableValue"]], "ifvariablevalue.operator (class in aapi.ifbase)": [[0, "aapi.ifbase.IfVariableValue.Operator"]], "ifvariablevalue.rangevariablevalue (class in aapi.ifbase)": [[0, "aapi.ifbase.IfVariableValue.RangeVariableValue"]], "immediate (aapi.job.jobsapdataarchiving.startcondition attribute)": [[0, "aapi.job.JobSAPDataArchiving.StartCondition.Immediate"]], "immediate (aapi.job.jobsapr3copy.startcondition attribute)": [[0, "aapi.job.JobSAPR3COPY.StartCondition.Immediate"]], "immediate (aapi.job.jobsapr3create.startcondition attribute)": [[0, "aapi.job.JobSAPR3CREATE.StartCondition.Immediate"]], "immediate (aapi.job.jobsapr3predefinedsapjob.startcondition attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.StartCondition.Immediate"]], "inrange (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.InRange"]], "includealltaskslogs (aapi.job.jobairflow.outputdetails attribute)": [[0, "aapi.job.JobAirflow.OutputDetails.IncludeAllTasksLogs"]], "includeonlyfailedtaskslogs (aapi.job.jobairflow.outputdetails attribute)": [[0, "aapi.job.JobAirflow.OutputDetails.IncludeOnlyFailedTasksLogs"]], "inputfile (aapi.job.jobwebservices.requesttype attribute)": [[0, "aapi.job.JobWebServices.RequestType.InputFile"]], "internalrule (class in aapi.internalrule)": [[0, "aapi.internalrule.InternalRule"]], "internalrule.characters (class in aapi.internalrule)": [[0, "aapi.internalrule.InternalRule.Characters"]], "internalrule.characters.alphanumeric (class in aapi.internalrule)": [[0, "aapi.internalrule.InternalRule.Characters.Alphanumeric"]], "internalrule.characters.any (class in aapi.internalrule)": [[0, "aapi.internalrule.InternalRule.Characters.Any"]], "internalrule.exclude (class in aapi.internalrule)": [[0, "aapi.internalrule.InternalRule.Exclude"]], "internalrule.include (class in aapi.internalrule)": [[0, "aapi.internalrule.InternalRule.Include"]], "internetaddress (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.InternetAddress"]], "isempty (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.IsEmpty"]], "isempty (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.IsEmpty"]], "isexactly (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.IsExactly"]], "isnotempty (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.IsNotEmpty"]], "isnotempty (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.IsNotEmpty"]], "isnotexactly (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.IsNotExactly"]], "iteminfo (class in aapi.iteminfo)": [[0, "aapi.iteminfo.ItemInfo"]], "j (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.J"]], "job (class in aapi.job)": [[0, "aapi.job.Job"]], "job.dayskeepactive (class in aapi.job)": [[0, "aapi.job.Job.DaysKeepActive"]], "job.documentationfile (class in aapi.job)": [[0, "aapi.job.Job.DocumentationFile"]], "job.documentationurl (class in aapi.job)": [[0, "aapi.job.Job.DocumentationUrl"]], "job.output (class in aapi.job)": [[0, "aapi.job.Job.Output"]], "job.output.operation (class in aapi.job)": [[0, "aapi.job.Job.Output.Operation"]], "job.pathelement (class in aapi.job)": [[0, "aapi.job.Job.PathElement"]], "job.priority (class in aapi.job)": [[0, "aapi.job.Job.Priority"]], "job.rerun (class in aapi.job)": [[0, "aapi.job.Job.Rerun"]], "job.rerun.from (class in aapi.job)": [[0, "aapi.job.Job.Rerun.From"]], "job.rerun.units (class in aapi.job)": [[0, "aapi.job.Job.Rerun.Units"]], "job.rerunintervals (class in aapi.job)": [[0, "aapi.job.Job.RerunIntervals"]], "job.rerunintervals.from (class in aapi.job)": [[0, "aapi.job.Job.RerunIntervals.From"]], "job.rerunlimit (class in aapi.job)": [[0, "aapi.job.Job.RerunLimit"]], "job.rerunlimit.from (class in aapi.job)": [[0, "aapi.job.Job.RerunLimit.From"]], "job.rerunlimit.units (class in aapi.job)": [[0, "aapi.job.Job.RerunLimit.Units"]], "job.rerunspecifictimes (class in aapi.job)": [[0, "aapi.job.Job.RerunSpecificTimes"]], "job.when (class in aapi.job)": [[0, "aapi.job.Job.When"]], "job.when.confirmationcalendars (class in aapi.job)": [[0, "aapi.job.Job.When.ConfirmationCalendars"]], "job.when.confirmationcalendars.exceptionpolicy (class in aapi.job)": [[0, "aapi.job.Job.When.ConfirmationCalendars.ExceptionPolicy"]], "job.when.daysrelation (class in aapi.job)": [[0, "aapi.job.Job.When.DaysRelation"]], "job.when.rulebasedcalendars (class in aapi.job)": [[0, "aapi.job.Job.When.RuleBasedCalendars"]], "job.when.rulebasedcalendars.relationship (class in aapi.job)": [[0, "aapi.job.Job.When.RuleBasedCalendars.Relationship"]], "jobaws (class in aapi.job)": [[0, "aapi.job.JobAWS"]], "jobawsbatch (class in aapi.job)": [[0, "aapi.job.JobAWSBatch"]], "jobawsbatch.awsjobtype (class in aapi.job)": [[0, "aapi.job.JobAWSBatch.AwsJobType"]], "jobawsbatch.dependson (class in aapi.job)": [[0, "aapi.job.JobAWSBatch.DependsOn"]], "jobawsbatch.dependson.dependencytype (class in aapi.job)": [[0, "aapi.job.JobAWSBatch.DependsOn.DependencyType"]], "jobawslambda (class in aapi.job)": [[0, "aapi.job.JobAWSLambda"]], "jobawsstepfunction (class in aapi.job)": [[0, "aapi.job.JobAWSStepFunction"]], "jobairflow (class in aapi.job)": [[0, "aapi.job.JobAirflow"]], "jobairflow.outputdetails (class in aapi.job)": [[0, "aapi.job.JobAirflow.OutputDetails"]], "jobazure (class in aapi.job)": [[0, "aapi.job.JobAzure"]], "jobazurebatchaccount (class in aapi.job)": [[0, "aapi.job.JobAzureBatchAccount"]], "jobazurebatchaccount.maxtries (class in aapi.job)": [[0, "aapi.job.JobAzureBatchAccount.MaxTries"]], "jobazurebatchaccount.maxtries.option (class in aapi.job)": [[0, "aapi.job.JobAzureBatchAccount.MaxTries.Option"]], "jobazurebatchaccount.retention (class in aapi.job)": [[0, "aapi.job.JobAzureBatchAccount.Retention"]], "jobazurebatchaccount.retention.unit (class in aapi.job)": [[0, "aapi.job.JobAzureBatchAccount.Retention.Unit"]], "jobazurebatchaccount.wallclock (class in aapi.job)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock"]], "jobazurebatchaccount.wallclock.unit (class in aapi.job)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock.Unit"]], "jobazurefunction (class in aapi.job)": [[0, "aapi.job.JobAzureFunction"]], "jobazurelogicapps (class in aapi.job)": [[0, "aapi.job.JobAzureLogicApps"]], "jobcommand (class in aapi.job)": [[0, "aapi.job.JobCommand"]], "jobdatabase (class in aapi.job)": [[0, "aapi.job.JobDatabase"]], "jobdatabaseembeddedquery (class in aapi.job)": [[0, "aapi.job.JobDatabaseEmbeddedQuery"]], "jobdatabasemssqlagentjob (class in aapi.job)": [[0, "aapi.job.JobDatabaseMSSQLAgentJob"]], "jobdatabasemssql_ssis (class in aapi.job)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS"]], "jobdatabasemssql_ssis.packagesource (class in aapi.job)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.PackageSource"]], "jobdatabasesqlscript (class in aapi.job)": [[0, "aapi.job.JobDatabaseSQLScript"]], "jobdatabasestoredprocedure (class in aapi.job)": [[0, "aapi.job.JobDatabaseStoredProcedure"]], "jobdummy (class in aapi.job)": [[0, "aapi.job.JobDummy"]], "jobembeddedscript (class in aapi.job)": [[0, "aapi.job.JobEmbeddedScript"]], "jobfiletransfer (class in aapi.job)": [[0, "aapi.job.JobFileTransfer"]], "jobfilewatcher (class in aapi.job)": [[0, "aapi.job.JobFileWatcher"]], "jobfilewatchercreate (class in aapi.job)": [[0, "aapi.job.JobFileWatcherCreate"]], "jobfilewatcherdelete (class in aapi.job)": [[0, "aapi.job.JobFileWatcherDelete"]], "jobhadoop (class in aapi.job)": [[0, "aapi.job.JobHadoop"]], "jobhadoop.postcommands (class in aapi.job)": [[0, "aapi.job.JobHadoop.PostCommands"]], "jobhadoop.precommands (class in aapi.job)": [[0, "aapi.job.JobHadoop.PreCommands"]], "jobhadoopdistcp (class in aapi.job)": [[0, "aapi.job.JobHadoopDistCp"]], "jobhadoophdfscommands (class in aapi.job)": [[0, "aapi.job.JobHadoopHDFSCommands"]], "jobhadoophdfsfilewatcher (class in aapi.job)": [[0, "aapi.job.JobHadoopHDFSFileWatcher"]], "jobhadoophive (class in aapi.job)": [[0, "aapi.job.JobHadoopHive"]], "jobhadoopmapreduce (class in aapi.job)": [[0, "aapi.job.JobHadoopMapReduce"]], "jobhadoopmapredstreaming (class in aapi.job)": [[0, "aapi.job.JobHadoopMapredStreaming"]], "jobhadoopoozie (class in aapi.job)": [[0, "aapi.job.JobHadoopOozie"]], "jobhadooppig (class in aapi.job)": [[0, "aapi.job.JobHadoopPig"]], "jobhadoopspark (class in aapi.job)": [[0, "aapi.job.JobHadoopSpark"]], "jobhadoopsparkpython (class in aapi.job)": [[0, "aapi.job.JobHadoopSparkPython"]], "jobhadoopsparkscalajava (class in aapi.job)": [[0, "aapi.job.JobHadoopSparkScalaJava"]], "jobhadoopsqoop (class in aapi.job)": [[0, "aapi.job.JobHadoopSqoop"]], "jobhadooptajo (class in aapi.job)": [[0, "aapi.job.JobHadoopTajo"]], "jobhadooptajoinputfile (class in aapi.job)": [[0, "aapi.job.JobHadoopTajoInputFile"]], "jobhadooptajoquery (class in aapi.job)": [[0, "aapi.job.JobHadoopTajoQuery"]], "jobibmcognos (class in aapi.job)": [[0, "aapi.job.JobIBMCognos"]], "jobibmdatastage (class in aapi.job)": [[0, "aapi.job.JobIBMDataStage"]], "jobinformatica (class in aapi.job)": [[0, "aapi.job.JobInformatica"]], "jobinformatica.workflowexecutionmode (class in aapi.job)": [[0, "aapi.job.JobInformatica.WorkflowExecutionMode"]], "jobinformatica.workflowrestartmode (class in aapi.job)": [[0, "aapi.job.JobInformatica.WorkflowRestartMode"]], "jobjava (class in aapi.job)": [[0, "aapi.job.JobJava"]], "joblog (aapi.donotify.actionnotify.destination attribute)": [[0, "aapi.donotify.ActionNotify.Destination.JobLog"]], "joblog (aapi.notify.notify.destination attribute)": [[0, "aapi.notify.Notify.Destination.JobLog"]], "jobmessaging (class in aapi.job)": [[0, "aapi.job.JobMessaging"]], "jobmessagingfreetext (class in aapi.job)": [[0, "aapi.job.JobMessagingFreeText"]], "jobmessagingpredefined (class in aapi.job)": [[0, "aapi.job.JobMessagingPreDefined"]], "jobmessagingwaitforreply (class in aapi.job)": [[0, "aapi.job.JobMessagingWaitForReply"]], "jobnetbackup (class in aapi.job)": [[0, "aapi.job.JobNetBackup"]], "joboebs (class in aapi.job)": [[0, "aapi.job.JobOEBS"]], "joboebs.requestset (class in aapi.job)": [[0, "aapi.job.JobOEBS.RequestSet"]], "joboebs.singlerequest (class in aapi.job)": [[0, "aapi.job.JobOEBS.SingleRequest"]], "jobos400 (class in aapi.job)": [[0, "aapi.job.JobOS400"]], "jobos400externaljob (class in aapi.job)": [[0, "aapi.job.JobOS400ExternalJob"]], "jobos400externaljob.duplicateoption (class in aapi.job)": [[0, "aapi.job.JobOS400ExternalJob.DuplicateOption"]], "jobos400externaljob.status (class in aapi.job)": [[0, "aapi.job.JobOS400ExternalJob.Status"]], "jobos400externalsubsystem (class in aapi.job)": [[0, "aapi.job.JobOS400ExternalSubSystem"]], "jobos400full (class in aapi.job)": [[0, "aapi.job.JobOS400Full"]], "jobos400fullcommandline (class in aapi.job)": [[0, "aapi.job.JobOS400FullCommandLine"]], "jobos400fullcommandline.specialenvironment (class in aapi.job)": [[0, "aapi.job.JobOS400FullCommandLine.SpecialEnvironment"]], "jobos400fulldescriptionjob (class in aapi.job)": [[0, "aapi.job.JobOS400FullDescriptionJob"]], "jobos400fullexternaljob (class in aapi.job)": [[0, "aapi.job.JobOS400FullExternalJob"]], "jobos400fullexternaljob.duplicateoption (class in aapi.job)": [[0, "aapi.job.JobOS400FullExternalJob.DuplicateOption"]], "jobos400fullexternaljob.status (class in aapi.job)": [[0, "aapi.job.JobOS400FullExternalJob.Status"]], "jobos400fullexternalsubsystem (class in aapi.job)": [[0, "aapi.job.JobOS400FullExternalSubSystem"]], "jobos400fullmultiplecommands (class in aapi.job)": [[0, "aapi.job.JobOS400FullMultipleCommands"]], "jobos400fullprogram (class in aapi.job)": [[0, "aapi.job.JobOS400FullProgram"]], "jobos400fullprogram.specialenvironment (class in aapi.job)": [[0, "aapi.job.JobOS400FullProgram.SpecialEnvironment"]], "jobos400fullrestrictedstateaction (class in aapi.job)": [[0, "aapi.job.JobOS400FullRestrictedStateAction"]], "jobos400fullrestrictedstateaction.action (class in aapi.job)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.Action"]], "jobos400fullscriptfile (class in aapi.job)": [[0, "aapi.job.JobOS400FullScriptFile"]], "jobos400fullscriptfile.embeddedscriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400FullScriptFile.EmbeddedScriptFileLocation"]], "jobos400fullscriptfile.ifsscriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400FullScriptFile.IFSScriptFileLocation"]], "jobos400fullscriptfile.nativescriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400FullScriptFile.NativeScriptFileLocation"]], "jobos400fullscriptfile.specialenvironment (class in aapi.job)": [[0, "aapi.job.JobOS400FullScriptFile.SpecialEnvironment"]], "jobos400fullsubsystem (class in aapi.job)": [[0, "aapi.job.JobOS400FullSubSystem"]], "jobos400fullvirtualterminal (class in aapi.job)": [[0, "aapi.job.JobOS400FullVirtualTerminal"]], "jobos400fullvirtualterminal.embeddedscriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400FullVirtualTerminal.EmbeddedScriptFileLocation"]], "jobos400fullvirtualterminal.ifsscriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400FullVirtualTerminal.IFSScriptFileLocation"]], "jobos400fullvirtualterminal.nativescriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400FullVirtualTerminal.NativeScriptFileLocation"]], "jobos400multiplecommands (class in aapi.job)": [[0, "aapi.job.JobOS400MultipleCommands"]], "jobos400program (class in aapi.job)": [[0, "aapi.job.JobOS400Program"]], "jobos400program.specialenvironment (class in aapi.job)": [[0, "aapi.job.JobOS400Program.SpecialEnvironment"]], "jobos400virtualterminal (class in aapi.job)": [[0, "aapi.job.JobOS400VirtualTerminal"]], "jobos400virtualterminal.embeddedscriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400VirtualTerminal.EmbeddedScriptFileLocation"]], "jobos400virtualterminal.ifsscriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400VirtualTerminal.IFSScriptFileLocation"]], "jobos400virtualterminal.nativescriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400VirtualTerminal.NativeScriptFileLocation"]], "jobpeoplesoft (class in aapi.job)": [[0, "aapi.job.JobPeopleSoft"]], "jobsap (class in aapi.job)": [[0, "aapi.job.JobSAP"]], "jobsapbw (class in aapi.job)": [[0, "aapi.job.JobSAPBW"]], "jobsapbw.detectspawnedjob (class in aapi.job)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob"]], "jobsapbw.detectspawnedjob.detectandcreate (class in aapi.job)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.DetectAndCreate"]], "jobsapbwinfopackage (class in aapi.job)": [[0, "aapi.job.JobSAPBWInfoPackage"]], "jobsapbwinfopackage.infopackage (class in aapi.job)": [[0, "aapi.job.JobSAPBWInfoPackage.InfoPackage"]], "jobsapbwprocesschain (class in aapi.job)": [[0, "aapi.job.JobSAPBWProcessChain"]], "jobsapbwprocesschain.rerunoption (class in aapi.job)": [[0, "aapi.job.JobSAPBWProcessChain.RerunOption"]], "jobsapdataarchiving (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchiving"]], "jobsapdataarchiving.startcondition (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchiving.StartCondition"]], "jobsapdataarchivingdelete (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingDelete"]], "jobsapdataarchivingstore (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingStore"]], "jobsapdataarchivingwrite (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingWrite"]], "jobsapdataarchivingwrite.detectspawnedjob (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob"]], "jobsapdataarchivingwrite.detectspawnedjob.detectandcreate (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.DetectAndCreate"]], "jobsapdataarchivingwrite.jobclass (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingWrite.JobClass"]], "jobsapdataarchivingwrite.validations (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingWrite.Validations"]], "jobsapdataarchivingwrite.variant (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingWrite.Variant"]], "jobsapr3 (class in aapi.job)": [[0, "aapi.job.JobSAPR3"]], "jobsapr3batchinputsession (class in aapi.job)": [[0, "aapi.job.JobSAPR3BatchInputSession"]], "jobsapr3batchinputsession.exec (class in aapi.job)": [[0, "aapi.job.JobSAPR3BatchInputSession.Exec"]], "jobsapr3batchinputsession.pattern (class in aapi.job)": [[0, "aapi.job.JobSAPR3BatchInputSession.Pattern"]], "jobsapr3batchinputsession.session (class in aapi.job)": [[0, "aapi.job.JobSAPR3BatchInputSession.Session"]], "jobsapr3copy (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY"]], "jobsapr3copy.detectspawnedjob (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob"]], "jobsapr3copy.detectspawnedjob.detectandcreate (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.DetectAndCreate"]], "jobsapr3copy.exec (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.Exec"]], "jobsapr3copy.jobcount (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.JobCount"]], "jobsapr3copy.postjobaction (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction"]], "jobsapr3copy.postjobaction.joblog (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.JobLog"]], "jobsapr3copy.postjobaction.spool (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.Spool"]], "jobsapr3copy.startcondition (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.StartCondition"]], "jobsapr3create (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE"]], "jobsapr3create.detectspawnedjob (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob"]], "jobsapr3create.detectspawnedjob.detectandcreate (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.DetectAndCreate"]], "jobsapr3create.exec (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.Exec"]], "jobsapr3create.jobclass (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.JobClass"]], "jobsapr3create.postjobaction (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction"]], "jobsapr3create.postjobaction.joblog (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.JobLog"]], "jobsapr3create.postjobaction.spool (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.Spool"]], "jobsapr3create.spoollistrecipient (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient"]], "jobsapr3create.spoollistrecipient.recipienttype (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType"]], "jobsapr3create.startcondition (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.StartCondition"]], "jobsapr3monitorsapjob (class in aapi.job)": [[0, "aapi.job.JobSAPR3MonitorSapJob"]], "jobsapr3monitorsapjob.detectspawnedjob (class in aapi.job)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob"]], "jobsapr3monitorsapjob.detectspawnedjob.detectandcreate (class in aapi.job)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.DetectAndCreate"]], "jobsapr3monitorsapjob.jobcount (class in aapi.job)": [[0, "aapi.job.JobSAPR3MonitorSapJob.JobCount"]], "jobsapr3predefinedsapjob (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob"]], "jobsapr3predefinedsapjob.detectspawnedjob (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob"]], "jobsapr3predefinedsapjob.detectspawnedjob.detectandcreate (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.DetectAndCreate"]], "jobsapr3predefinedsapjob.exec (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.Exec"]], "jobsapr3predefinedsapjob.jobcount (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.JobCount"]], "jobsapr3predefinedsapjob.postjobaction (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction"]], "jobsapr3predefinedsapjob.postjobaction.joblog (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.JobLog"]], "jobsapr3predefinedsapjob.postjobaction.spool (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.Spool"]], "jobsapr3predefinedsapjob.startcondition (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.StartCondition"]], "jobsapr3sapprofile (class in aapi.job)": [[0, "aapi.job.JobSAPR3SapProfile"]], "jobsapr3sapprofileactivate (class in aapi.job)": [[0, "aapi.job.JobSAPR3SapProfileActivate"]], "jobsapr3sapprofileactivate.profileinformation (class in aapi.job)": [[0, "aapi.job.JobSAPR3SapProfileActivate.ProfileInformation"]], "jobsapr3sapprofiledeactivate (class in aapi.job)": [[0, "aapi.job.JobSAPR3SapProfileDeactivate"]], "jobsapr3sapprofiledeactivate.profileinformation (class in aapi.job)": [[0, "aapi.job.JobSAPR3SapProfileDeactivate.ProfileInformation"]], "jobsapr3triggersapevent (class in aapi.job)": [[0, "aapi.job.JobSAPR3TriggerSapEvent"]], "jobsapr3watchsapevent (class in aapi.job)": [[0, "aapi.job.JobSAPR3WatchSapEvent"]], "jobslamanagement (class in aapi.job)": [[0, "aapi.job.JobSLAManagement"]], "jobslamanagement.averageruntimetolerance (class in aapi.job)": [[0, "aapi.job.JobSLAManagement.AverageRunTimeTolerance"]], "jobslamanagement.averageruntimetolerance.units (class in aapi.job)": [[0, "aapi.job.JobSLAManagement.AverageRunTimeTolerance.Units"]], "jobslamanagement.completeby (class in aapi.job)": [[0, "aapi.job.JobSLAManagement.CompleteBy"]], "jobslamanagement.completein (class in aapi.job)": [[0, "aapi.job.JobSLAManagement.CompleteIn"]], "jobscript (class in aapi.job)": [[0, "aapi.job.JobScript"]], "jobtag (class in aapi.jobtag)": [[0, "aapi.jobtag.JobTag"]], "jobtag.tagname (class in aapi.jobtag)": [[0, "aapi.jobtag.JobTag.TagName"]], "jobtandem (class in aapi.job)": [[0, "aapi.job.JobTandem"]], "jobtandemcommand (class in aapi.job)": [[0, "aapi.job.JobTandemCommand"]], "jobtandemembeddedtaclscript (class in aapi.job)": [[0, "aapi.job.JobTandemEmbeddedTACLScript"]], "jobtandemexternalprocess (class in aapi.job)": [[0, "aapi.job.JobTandemExternalProcess"]], "jobtandemexternalprocess.externalcpupin (class in aapi.job)": [[0, "aapi.job.JobTandemExternalProcess.ExternalCPUPIN"]], "jobtandemexternalprocess.externalprocessid (class in aapi.job)": [[0, "aapi.job.JobTandemExternalProcess.ExternalProcessId"]], "jobtandemprogram (class in aapi.job)": [[0, "aapi.job.JobTandemProgram"]], "jobtandemtaclscript (class in aapi.job)": [[0, "aapi.job.JobTandemTACLScript"]], "jobvmware (class in aapi.job)": [[0, "aapi.job.JobVMware"]], "jobvmwareconfiguration (class in aapi.job)": [[0, "aapi.job.JobVMwareConfiguration"]], "jobvmwareconfigurationclonevirtualmachine (class in aapi.job)": [[0, "aapi.job.JobVMwareConfigurationCloneVirtualMachine"]], "jobvmwareconfigurationdeploytemplate (class in aapi.job)": [[0, "aapi.job.JobVMwareConfigurationDeployTemplate"]], "jobvmwareconfigurationmigratevirtualmachine (class in aapi.job)": [[0, "aapi.job.JobVMwareConfigurationMigrateVirtualMachine"]], "jobvmwareconfigurationreconfigurevirtualmachine (class in aapi.job)": [[0, "aapi.job.JobVMwareConfigurationReconfigureVirtualMachine"]], "jobvmwarepower (class in aapi.job)": [[0, "aapi.job.JobVMwarePower"]], "jobvmwarepoweroff (class in aapi.job)": [[0, "aapi.job.JobVMwarePowerOff"]], "jobvmwarepoweron (class in aapi.job)": [[0, "aapi.job.JobVMwarePowerOn"]], "jobvmwarepowerreboot (class in aapi.job)": [[0, "aapi.job.JobVMwarePowerReboot"]], "jobvmwarepowerreset (class in aapi.job)": [[0, "aapi.job.JobVMwarePowerReset"]], "jobvmwarepowershutdown (class in aapi.job)": [[0, "aapi.job.JobVMwarePowerShutdown"]], "jobvmwarepowerstandby (class in aapi.job)": [[0, "aapi.job.JobVMwarePowerStandby"]], "jobvmwarepowersuspend (class in aapi.job)": [[0, "aapi.job.JobVMwarePowerSuspend"]], "jobvmwaresnapshot (class in aapi.job)": [[0, "aapi.job.JobVMwareSnapshot"]], "jobvmwaresnapshotremove (class in aapi.job)": [[0, "aapi.job.JobVMwareSnapshotRemove"]], "jobvmwaresnapshotremoveall (class in aapi.job)": [[0, "aapi.job.JobVMwareSnapshotRemoveAll"]], "jobvmwaresnapshotrevert (class in aapi.job)": [[0, "aapi.job.JobVMwareSnapshotRevert"]], "jobvmwaresnapshotreverttocurrent (class in aapi.job)": [[0, "aapi.job.JobVMwareSnapshotRevertToCurrent"]], "jobvmwaresnapshottake (class in aapi.job)": [[0, "aapi.job.JobVMwareSnapshotTake"]], "jobwebservices (class in aapi.job)": [[0, "aapi.job.JobWebServices"]], "jobwebservices.requesttype (class in aapi.job)": [[0, "aapi.job.JobWebServices.RequestType"]], "jobzos (class in aapi.job)": [[0, "aapi.job.JobZOS"]], "jobzos.archiving (class in aapi.job)": [[0, "aapi.job.JobZOS.Archiving"]], "jobzos.history (class in aapi.job)": [[0, "aapi.job.JobZOS.History"]], "jobzos.mustend (class in aapi.job)": [[0, "aapi.job.JobZOS.MustEnd"]], "jobzos.outputhandling (class in aapi.job)": [[0, "aapi.job.JobZOS.OutputHandling"]], "jobzos.outputhandling.operation (class in aapi.job)": [[0, "aapi.job.JobZOS.OutputHandling.Operation"]], "jobzos.preventnct2 (class in aapi.job)": [[0, "aapi.job.JobZOS.PreventNCT2"]], "jobzos.sac (class in aapi.job)": [[0, "aapi.job.JobZOS.Sac"]], "jobzos.scheduling (class in aapi.job)": [[0, "aapi.job.JobZOS.Scheduling"]], "jobzos.taskinformation (class in aapi.job)": [[0, "aapi.job.JobZOS.TaskInformation"]], "jobzosinstreamjcl (class in aapi.job)": [[0, "aapi.job.JobZOSInStreamJCL"]], "jobzosmember (class in aapi.job)": [[0, "aapi.job.JobZOSMember"]], "jobsfilter (class in aapi.jobsfilter)": [[0, "aapi.jobsfilter.JobsFilter"]], "k (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.K"]], "keep (aapi.resource.resourcelock.iffail attribute)": [[0, "aapi.resource.ResourceLock.IfFail.Keep"]], "keep (aapi.resource.resourcepool.iffail attribute)": [[0, "aapi.resource.ResourcePool.IfFail.Keep"]], "keepall (aapi.basefolder.folder.activeretentionpolicy attribute)": [[0, "aapi.basefolder.Folder.ActiveRetentionPolicy.KeepAll"]], "keepall (aapi.folderjobbase.subfolder.activeretentionpolicy attribute)": [[0, "aapi.folderjobbase.SubFolder.ActiveRetentionPolicy.KeepAll"]], "l (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.L"]], "last (aapi.job.jobos400externaljob.duplicateoption attribute)": [[0, "aapi.job.JobOS400ExternalJob.DuplicateOption.Last"]], "last (aapi.job.jobos400fullexternaljob.duplicateoption attribute)": [[0, "aapi.job.JobOS400FullExternalJob.DuplicateOption.Last"]], "last (aapi.job.jobsapr3copy.jobcount attribute)": [[0, "aapi.job.JobSAPR3COPY.JobCount.Last"]], "lastscheduled (aapi.job.jobsapr3copy.jobcount attribute)": [[0, "aapi.job.JobSAPR3COPY.JobCount.LastScheduled"]], "lastscheduled (aapi.job.jobsapr3predefinedsapjob.jobcount attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.JobCount.LastScheduled"]], "lessthan (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.LessThan"]], "lessthan (aapi.notify.notifyexecutiontime.criteria attribute)": [[0, "aapi.notify.NotifyExecutionTime.Criteria.LessThan"]], "lessthan (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.LessThan"]], "lessthan (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions.operator attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator.LessThan"]], "lessthanaverage (aapi.notify.notifyexecutiontime.criteria attribute)": [[0, "aapi.notify.NotifyExecutionTime.Criteria.LessThanAverage"]], "lessthanorequal (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.LessThanOrEqual"]], "like (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.Like"]], "list (aapi.job.jobzos.preventnct2 attribute)": [[0, "aapi.job.JobZOS.PreventNCT2.List"]], "lockname (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.LockName"]], "locktype (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.LockType"]], "low (aapi.basefolder.folder.priority attribute)": [[0, "aapi.basefolder.Folder.Priority.Low"]], "low (aapi.folderjobbase.folderjobbase.priority attribute)": [[0, "aapi.folderjobbase.FolderJobBase.Priority.Low"]], "low (aapi.job.job.priority attribute)": [[0, "aapi.job.Job.Priority.Low"]], "low (aapi.job.jobsapdataarchivingwrite.jobclass attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.JobClass.Low"]], "low (aapi.remedy.actionremedy.urgency attribute)": [[0, "aapi.remedy.ActionRemedy.Urgency.Low"]], "m (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.M"]], "manual (aapi.basefolder.simplefolder.ordermethod attribute)": [[0, "aapi.basefolder.SimpleFolder.OrderMethod.Manual"]], "medium (aapi.basefolder.folder.priority attribute)": [[0, "aapi.basefolder.Folder.Priority.Medium"]], "medium (aapi.folderjobbase.folderjobbase.priority attribute)": [[0, "aapi.folderjobbase.FolderJobBase.Priority.Medium"]], "medium (aapi.job.job.priority attribute)": [[0, "aapi.job.Job.Priority.Medium"]], "medium (aapi.job.jobsapdataarchivingwrite.jobclass attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.JobClass.Medium"]], "medium (aapi.remedy.actionremedy.urgency attribute)": [[0, "aapi.remedy.ActionRemedy.Urgency.Medium"]], "message (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Message"]], "minutes (aapi.basefolder.folder.rerun.units attribute)": [[0, "aapi.basefolder.Folder.Rerun.Units.Minutes"]], "minutes (aapi.basefolder.folder.rerunlimit.units attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.Units.Minutes"]], "minutes (aapi.folderjobbase.folderjobbasesmart.rerun.units attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.Units.Minutes"]], "minutes (aapi.job.job.rerun.units attribute)": [[0, "aapi.job.Job.Rerun.Units.Minutes"]], "minutes (aapi.job.job.rerunlimit.units attribute)": [[0, "aapi.job.Job.RerunLimit.Units.Minutes"]], "minutes (aapi.job.jobazurebatchaccount.retention.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Retention.Unit.Minutes"]], "minutes (aapi.job.jobazurebatchaccount.wallclock.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock.Unit.Minutes"]], "minutes (aapi.job.jobslamanagement.averageruntimetolerance.units attribute)": [[0, "aapi.job.JobSLAManagement.AverageRunTimeTolerance.Units.Minutes"]], "minutestowait (aapi.filetransfer.filetransfer.filewatcheroptions.timelimitpolicy attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.TimeLimitPolicy.MinutesToWait"]], "mon (aapi.resourcepools.resourcepools.weekdaysrange.fromday attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay.Mon"]], "mon (aapi.resourcepools.resourcepools.weekdaysrange.today attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay.Mon"]], "mon (aapi.runningjobs.runningjobs.weekdaysrange.fromday attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay.Mon"]], "mon (aapi.runningjobs.runningjobs.weekdaysrange.today attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay.Mon"]], "monthdayscalendar (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.MonthDaysCalendar"]], "move (aapi.job.job.output.operation attribute)": [[0, "aapi.job.Job.Output.Operation.Move"]], "move (aapi.job.jobzos.outputhandling.operation attribute)": [[0, "aapi.job.JobZOS.OutputHandling.Operation.Move"]], "move (aapi.output.actionoutput.operation attribute)": [[0, "aapi.output.ActionOutput.Operation.Move"]], "n (aapi.basefolder.folder.adjustevents attribute)": [[0, "aapi.basefolder.Folder.AdjustEvents.N"]], "n (aapi.folderjobbase.subfolder.adjustevents attribute)": [[0, "aapi.folderjobbase.SubFolder.AdjustEvents.N"]], "ntlm2_windows_authentication (aapi.connectionprofile.connectionprofiledatabasemssql.authenticationtype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.AuthenticationType.NTLM2_Windows_Authentication"]], "n_to_n (aapi.job.jobawsbatch.dependson.dependencytype attribute)": [[0, "aapi.job.JobAWSBatch.DependsOn.DependencyType.N_to_N"]], "name (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Name"]], "native (aapi.job.jobos400fullcommandline.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullCommandLine.SpecialEnvironment.Native"]], "native (aapi.job.jobos400fullprogram.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullProgram.SpecialEnvironment.Native"]], "native (aapi.job.jobos400fullscriptfile.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullScriptFile.SpecialEnvironment.Native"]], "native (aapi.job.jobos400program.specialenvironment attribute)": [[0, "aapi.job.JobOS400Program.SpecialEnvironment.Native"]], "next (aapi.basefolder.folder.sac attribute)": [[0, "aapi.basefolder.Folder.Sac.Next"]], "next (aapi.job.jobzos.sac attribute)": [[0, "aapi.job.JobZOS.Sac.Next"]], "nextorderdate (aapi.condition.condition.date attribute)": [[0, "aapi.condition.Condition.Date.NextOrderDate"]], "nextorderdate (aapi.event.event.date attribute)": [[0, "aapi.event.Event.Date.NextOrderDate"]], "no (aapi.job.jobzos.preventnct2 attribute)": [[0, "aapi.job.JobZOS.PreventNCT2.No"]], "noauthentication (aapi.connectionprofile.connectionprofilefiletransferftps.ssllevel attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.SslLevel.NoAuthentication"]], "noauthentication (aapi.endpoint.endpointdestftps.ssllevel attribute)": [[0, "aapi.endpoint.EndpointDestFtps.SslLevel.NoAuthentication"]], "noauthentication (aapi.endpoint.endpointsrcftps.ssllevel attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.SslLevel.NoAuthentication"]], "nodate (aapi.condition.condition.date attribute)": [[0, "aapi.condition.Condition.Date.NoDate"]], "nodate (aapi.event.event.date attribute)": [[0, "aapi.event.Event.Date.NoDate"]], "none_ (aapi.resourcepools.resourcepools.time.timetype attribute)": [[0, "aapi.resourcepools.ResourcePools.Time.TimeType.None_"]], "none_ (aapi.runningjobs.runningjobs.time.timetype attribute)": [[0, "aapi.runningjobs.RunningJobs.Time.TimeType.None_"]], "notequalto (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.NotEqualTo"]], "notinrange (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.NotInRange"]], "notlike (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.NotLike"]], "not_active (aapi.sitestandardpolicy.sitestandardpolicy.status attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.Status.Not_Active"]], "notificationtype (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.NotificationType"]], "notify (class in aapi.notify)": [[0, "aapi.notify.Notify"]], "notify.destination (class in aapi.notify)": [[0, "aapi.notify.Notify.Destination"]], "notify.urgency (class in aapi.notify)": [[0, "aapi.notify.Notify.Urgency"]], "notifydoesnotend (class in aapi.notify)": [[0, "aapi.notify.NotifyDoesNotEnd"]], "notifydoesnotstart (class in aapi.notify)": [[0, "aapi.notify.NotifyDoesNotStart"]], "notifyexecutiontime (class in aapi.notify)": [[0, "aapi.notify.NotifyExecutionTime"]], "notifyexecutiontime.criteria (class in aapi.notify)": [[0, "aapi.notify.NotifyExecutionTime.Criteria"]], "notifylatecyclicsubmit (class in aapi.notify)": [[0, "aapi.notify.NotifyLateCyclicSubmit"]], "notifynotok (class in aapi.notify)": [[0, "aapi.notify.NotifyNotOK"]], "notifyok (class in aapi.notify)": [[0, "aapi.notify.NotifyOK"]], "notifyrerun (class in aapi.notify)": [[0, "aapi.notify.NotifyRerun"]], "o (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.O"]], "or (aapi.basefolder.folder.when.daysrelation attribute)": [[0, "aapi.basefolder.Folder.When.DaysRelation.OR"]], "or (aapi.calendar.calendarrulebased.when.daysrelation attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.DaysRelation.OR"]], "or (aapi.calendar.calendarrulebasedcalendar.when.daysrelation attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.DaysRelation.OR"]], "or (aapi.folderjobbase.subfolder.when.daysrelation attribute)": [[0, "aapi.folderjobbase.SubFolder.When.DaysRelation.OR"]], "or (aapi.folderjobbase.subfolder.when.rulebasedcalendars.relationship attribute)": [[0, "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars.Relationship.OR"]], "or (aapi.job.job.when.daysrelation attribute)": [[0, "aapi.job.Job.When.DaysRelation.OR"]], "or (aapi.job.job.when.rulebasedcalendars.relationship attribute)": [[0, "aapi.job.Job.When.RuleBasedCalendars.Relationship.OR"]], "odd (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions.operator attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator.Odd"]], "on (class in aapi.on)": [[0, "aapi.on.On"]], "onfail (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.OnFail"]], "onok (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.OnOK"]], "orderanyway (aapi.calendar.calendarrulebased.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.ExceptionPolicy.OrderAnyway"]], "orderanyway (aapi.calendar.calendarrulebasedcalendar.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.ExceptionPolicy.OrderAnyway"]], "orderanyway (aapi.job.job.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.job.Job.When.ConfirmationCalendars.ExceptionPolicy.OrderAnyway"]], "orderdate (aapi.condition.condition.date attribute)": [[0, "aapi.condition.Condition.Date.OrderDate"]], "orderdate (aapi.event.event.date attribute)": [[0, "aapi.event.Event.Date.OrderDate"]], "orderonnextconfirmedday (aapi.calendar.calendarrulebased.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.ExceptionPolicy.OrderOnNextConfirmedDay"]], "orderonnextconfirmedday (aapi.calendar.calendarrulebasedcalendar.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.ExceptionPolicy.OrderOnNextConfirmedDay"]], "orderonnextconfirmedday (aapi.job.job.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.job.Job.When.ConfirmationCalendars.ExceptionPolicy.OrderOnNextConfirmedDay"]], "orderonpreviousconfirmedday (aapi.calendar.calendarrulebased.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.ExceptionPolicy.OrderOnPreviousConfirmedDay"]], "orderonpreviousconfirmedday (aapi.calendar.calendarrulebasedcalendar.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.ExceptionPolicy.OrderOnPreviousConfirmedDay"]], "orderonpreviousconfirmedday (aapi.job.job.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.job.Job.When.ConfirmationCalendars.ExceptionPolicy.OrderOnPreviousConfirmedDay"]], "outputqueue (aapi.job.jobos400externaljob.status attribute)": [[0, "aapi.job.JobOS400ExternalJob.Status.OutputQueue"]], "outputqueue (aapi.job.jobos400fullexternaljob.status attribute)": [[0, "aapi.job.JobOS400FullExternalJob.Status.OutputQueue"]], "p (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.P"]], "package (class in aapi.package)": [[0, "aapi.package.Package"]], "package.source (class in aapi.package)": [[0, "aapi.package.Package.Source"]], "packageparams (class in aapi.packageparams)": [[0, "aapi.packageparams.PackageParams"]], "parameter (aapi.job.jobwebservices.requesttype attribute)": [[0, "aapi.job.JobWebServices.RequestType.Parameter"]], "passive (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.Passive"]], "passive (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.Passive"]], "passive (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.Passive"]], "passive (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.Passive"]], "passive (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.Passive"]], "passive (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.Passive"]], "passivesubstituteipaddress (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.PassiveSubstituteIpAddress"]], "passivesubstituteipaddress (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.PassiveSubstituteIpAddress"]], "passivesubstituteipaddress (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.PassiveSubstituteIpAddress"]], "passivesubstituteipaddress (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.PassiveSubstituteIpAddress"]], "passivesubstituteipaddress (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.PassiveSubstituteIpAddress"]], "passivesubstituteipaddress (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.PassiveSubstituteIpAddress"]], "percentage (aapi.job.jobslamanagement.averageruntimetolerance.units attribute)": [[0, "aapi.job.JobSLAManagement.AverageRunTimeTolerance.Units.Percentage"]], "period (class in aapi.period)": [[0, "aapi.period.Period"]], "period.period (class in aapi.period)": [[0, "aapi.period.Period.Period"]], "poolname (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.PoolName"]], "possibleoptions (class in aapi.possibleoptions)": [[0, "aapi.possibleoptions.PossibleOptions"]], "prev (aapi.basefolder.folder.sac attribute)": [[0, "aapi.basefolder.Folder.Sac.Prev"]], "prev (aapi.job.jobzos.sac attribute)": [[0, "aapi.job.JobZOS.Sac.Prev"]], "previousorderdate (aapi.condition.condition.date attribute)": [[0, "aapi.condition.Condition.Date.PreviousOrderDate"]], "previousorderdate (aapi.event.event.date attribute)": [[0, "aapi.event.Event.Date.PreviousOrderDate"]], "print (aapi.job.job.output.operation attribute)": [[0, "aapi.job.Job.Output.Operation.Print"]], "print (aapi.output.actionoutput.operation attribute)": [[0, "aapi.output.ActionOutput.Operation.Print"]], "privatedistributionlist (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.PrivateDistributionList"]], "properties (aapi.connectionprofile.connectionprofilehadoop.hive.connectiondefinitionstype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.ConnectionDefinitionsType.Properties"]], "propertycondition (class in aapi.propertycondition)": [[0, "aapi.propertycondition.PropertyCondition"]], "propertycondition.operator (class in aapi.propertycondition)": [[0, "aapi.propertycondition.PropertyCondition.Operator"]], "propertycondition.property (class in aapi.propertycondition)": [[0, "aapi.propertycondition.PropertyCondition.Property"]], "q (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.Q"]], "qshell (aapi.job.jobos400fullcommandline.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullCommandLine.SpecialEnvironment.QShell"]], "qshell (aapi.job.jobos400fullprogram.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullProgram.SpecialEnvironment.QShell"]], "qshell (aapi.job.jobos400fullscriptfile.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullScriptFile.SpecialEnvironment.QShell"]], "qshell (aapi.job.jobos400program.specialenvironment attribute)": [[0, "aapi.job.JobOS400Program.SpecialEnvironment.QShell"]], "quantity (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Quantity"]], "queue (aapi.job.jobos400externaljob.status attribute)": [[0, "aapi.job.JobOS400ExternalJob.Status.Queue"]], "queue (aapi.job.jobos400fullexternaljob.status attribute)": [[0, "aapi.job.JobOS400FullExternalJob.Status.Queue"]], "r (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.R"]], "rc2_cbc (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.RC2_CBC"]], "rsa_with_md5 (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters.signaturealgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm.RSA_with_MD5"]], "rsa_with_sha_1 (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters.signaturealgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm.RSA_with_SHA_1"]], "rsa_with_sha_224 (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters.signaturealgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm.RSA_with_SHA_224"]], "rsa_with_sha_256 (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters.signaturealgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm.RSA_with_SHA_256"]], "rsa_with_sha_384 (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters.signaturealgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm.RSA_with_SHA_384"]], "rsa_with_sha_512 (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters.signaturealgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm.RSA_with_SHA_512"]], "rbcdetails (class in aapi.rbcdetails)": [[0, "aapi.rbcdetails.RbcDetails"]], "recover (aapi.job.jobinformatica.workflowrestartmode attribute)": [[0, "aapi.job.JobInformatica.WorkflowRestartMode.Recover"]], "regular (aapi.donotify.actionnotify.urgency attribute)": [[0, "aapi.donotify.ActionNotify.Urgency.Regular"]], "regular (aapi.mail.actionmail.urgency attribute)": [[0, "aapi.mail.ActionMail.Urgency.Regular"]], "regular (aapi.notify.notify.urgency attribute)": [[0, "aapi.notify.Notify.Urgency.Regular"]], "release (aapi.job.jobzos.outputhandling.operation attribute)": [[0, "aapi.job.JobZOS.OutputHandling.Operation.Release"]], "release (aapi.resource.resourcelock.iffail attribute)": [[0, "aapi.resource.ResourceLock.IfFail.Release"]], "release (aapi.resource.resourcepool.iffail attribute)": [[0, "aapi.resource.ResourcePool.IfFail.Release"]], "release (aapi.resource.resourcepool.ifok attribute)": [[0, "aapi.resource.ResourcePool.IfOk.Release"]], "remotemailaddress (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.RemoteMailAddress"]], "remove (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Remove"]], "rerunfromstart (aapi.job.jobsapbwprocesschain.rerunoption attribute)": [[0, "aapi.job.JobSAPBWProcessChain.RerunOption.RerunFromStart"]], "resource (class in aapi.resource)": [[0, "aapi.resource.Resource"]], "resourcelock (class in aapi.resource)": [[0, "aapi.resource.ResourceLock"]], "resourcelock.iffail (class in aapi.resource)": [[0, "aapi.resource.ResourceLock.IfFail"]], "resourcelock.locktype (class in aapi.resource)": [[0, "aapi.resource.ResourceLock.LockType"]], "resourcepool (class in aapi.resource)": [[0, "aapi.resource.ResourcePool"]], "resourcepool.iffail (class in aapi.resource)": [[0, "aapi.resource.ResourcePool.IfFail"]], "resourcepool.ifok (class in aapi.resource)": [[0, "aapi.resource.ResourcePool.IfOk"]], "resourcepools (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools"]], "resourcepools.dateslist (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.DatesList"]], "resourcepools.periodicdays (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.PeriodicDays"]], "resourcepools.rangedates (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.RangeDates"]], "resourcepools.rangedateswithtimes (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.RangeDatesWithTimes"]], "resourcepools.specifictime (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.SpecificTime"]], "resourcepools.time (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.Time"]], "resourcepools.time.timetype (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.Time.TimeType"]], "resourcepools.weekdaysrange (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange"]], "resourcepools.weekdaysrange.fromday (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay"]], "resourcepools.weekdaysrange.today (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay"]], "rest (aapi.connectionprofile.connectionprofilewebservices.servicetype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.ServiceType.Rest"]], "restartfromfailiurepoint (aapi.job.jobsapbwprocesschain.rerunoption attribute)": [[0, "aapi.job.JobSAPBWProcessChain.RerunOption.RestartFromFailiurePoint"]], "runreclaimstorage (aapi.job.jobos400fullrestrictedstateaction.action attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.Action.RunReclaimStorage"]], "runsingletask (aapi.job.jobinformatica.workflowexecutionmode attribute)": [[0, "aapi.job.JobInformatica.WorkflowExecutionMode.RunSingleTask"]], "runwholeworkflow (aapi.job.jobinformatica.workflowexecutionmode attribute)": [[0, "aapi.job.JobInformatica.WorkflowExecutionMode.RunWholeWorkflow"]], "runningjobs (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs"]], "runningjobs.dateslist (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.DatesList"]], "runningjobs.periodicdays (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.PeriodicDays"]], "runningjobs.rangedates (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.RangeDates"]], "runningjobs.rangedateswithtimes (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.RangeDatesWithTimes"]], "runningjobs.server (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.Server"]], "runningjobs.specifictime (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.SpecificTime"]], "runningjobs.time (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.Time"]], "runningjobs.time.timetype (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.Time.TimeType"]], "runningjobs.weekdaysrange (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange"]], "runningjobs.weekdaysrange.fromday (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay"]], "runningjobs.weekdaysrange.today (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay"]], "s (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.S"]], "s38 (aapi.job.jobos400fullcommandline.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullCommandLine.SpecialEnvironment.S38"]], "s38 (aapi.job.jobos400fullprogram.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullProgram.SpecialEnvironment.S38"]], "s38 (aapi.job.jobos400fullscriptfile.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullScriptFile.SpecialEnvironment.S38"]], "s38 (aapi.job.jobos400program.specialenvironment attribute)": [[0, "aapi.job.JobOS400Program.SpecialEnvironment.S38"]], "sql_server (aapi.job.jobdatabasemssql_ssis.packagesource attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.PackageSource.SQL_Server"]], "sql_server (aapi.package.package.source attribute)": [[0, "aapi.package.Package.Source.SQL_Server"]], "sql_server_authentication (aapi.connectionprofile.connectionprofiledatabasemssql.authenticationtype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.AuthenticationType.SQL_Server_Authentication"]], "ssis_catalog (aapi.job.jobdatabasemssql_ssis.packagesource attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.PackageSource.SSIS_Catalog"]], "ssis_package_store (aapi.job.jobdatabasemssql_ssis.packagesource attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.PackageSource.SSIS_Package_Store"]], "ssis_package_store (aapi.package.package.source attribute)": [[0, "aapi.package.Package.Source.SSIS_Package_Store"]], "sapusername (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.SapUserName"]], "sat (aapi.resourcepools.resourcepools.weekdaysrange.fromday attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay.Sat"]], "sat (aapi.resourcepools.resourcepools.weekdaysrange.today attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay.Sat"]], "sat (aapi.runningjobs.runningjobs.weekdaysrange.fromday attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay.Sat"]], "sat (aapi.runningjobs.runningjobs.weekdaysrange.today attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay.Sat"]], "saveentiresystem (aapi.job.jobos400fullrestrictedstateaction.action attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.Action.SaveEntireSystem"]], "saveoperationsystem (aapi.job.jobos400fullrestrictedstateaction.action attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.Action.SaveOperationSystem"]], "seconds (aapi.job.jobazurebatchaccount.retention.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Retention.Unit.Seconds"]], "seconds (aapi.job.jobazurebatchaccount.wallclock.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock.Unit.Seconds"]], "sequential (aapi.job.jobawsbatch.dependson.dependencytype attribute)": [[0, "aapi.job.JobAWSBatch.DependsOn.DependencyType.Sequential"]], "server (aapi.job.jobsapr3batchinputsession.exec attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.Exec.Server"]], "server (aapi.job.jobsapr3copy.exec attribute)": [[0, "aapi.job.JobSAPR3COPY.Exec.Server"]], "server (aapi.job.jobsapr3create.exec attribute)": [[0, "aapi.job.JobSAPR3CREATE.Exec.Server"]], "server (aapi.job.jobsapr3predefinedsapjob.exec attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.Exec.Server"]], "serverauthentication (aapi.connectionprofile.connectionprofilefiletransferftps.ssllevel attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.SslLevel.ServerAuthentication"]], "serverauthentication (aapi.endpoint.endpointdestftps.ssllevel attribute)": [[0, "aapi.endpoint.EndpointDestFtps.SslLevel.ServerAuthentication"]], "serverauthentication (aapi.endpoint.endpointsrcftps.ssllevel attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.SslLevel.ServerAuthentication"]], "shared (aapi.resource.resourcelock.locktype attribute)": [[0, "aapi.resource.ResourceLock.LockType.Shared"]], "shareddistributionlist (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.SharedDistributionList"]], "signed (aapi.connectionprofile.connectionprofilefiletransferas2.requestreceiptparameters.sign attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Sign.Signed"]], "simplefolder (class in aapi.basefolder)": [[0, "aapi.basefolder.SimpleFolder"]], "simplefolder.ordermethod (class in aapi.basefolder)": [[0, "aapi.basefolder.SimpleFolder.OrderMethod"]], "single (aapi.job.jobawsbatch.awsjobtype attribute)": [[0, "aapi.job.JobAWSBatch.AwsJobType.Single"]], "sitestandard (class in aapi.sitestandard)": [[0, "aapi.sitestandard.SiteStandard"]], "sitestandarddata (class in aapi.sitestandarddata)": [[0, "aapi.sitestandarddata.SiteStandardData"]], "sitestandardoperatorvalueoptions (class in aapi.sitestandardoperatorvalueoptions)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions"]], "sitestandardoperatorvalueoptions.operator (class in aapi.sitestandardoperatorvalueoptions)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator"]], "sitestandardpolicy (class in aapi.sitestandardpolicy)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy"]], "sitestandardpolicy.applyon (class in aapi.sitestandardpolicy)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.ApplyOn"]], "sitestandardpolicy.errorlevel (class in aapi.sitestandardpolicy)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.ErrorLevel"]], "sitestandardpolicy.status (class in aapi.sitestandardpolicy)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.Status"]], "sitestandardpolicydata (class in aapi.sitestandardpolicydata)": [[0, "aapi.sitestandardpolicydata.SiteStandardPolicyData"]], "sitestandardpossiblevalue (class in aapi.sitestandardpossiblevalue)": [[0, "aapi.sitestandardpossiblevalue.SiteStandardPossibleValue"]], "sitestandardrestriction (class in aapi.sitestandardrestriction)": [[0, "aapi.sitestandardrestriction.SiteStandardRestriction"]], "sitestandardrestrictionenum (class in aapi.sitestandardrestriction)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionEnum"]], "sitestandardrestrictionnumeric (class in aapi.sitestandardrestriction)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionNumeric"]], "sitestandardrestrictionoperatorvalue (class in aapi.sitestandardrestriction)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionOperatorValue"]], "sitestandardrestrictiontext (class in aapi.sitestandardrestriction)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionText"]], "smartfoldernext (aapi.basefolder.folder.sac attribute)": [[0, "aapi.basefolder.Folder.Sac.SmartFolderNext"]], "smartfolderprev (aapi.basefolder.folder.sac attribute)": [[0, "aapi.basefolder.Folder.Sac.SmartFolderPrev"]], "space (aapi.captureoutput.actioncaptureoutput.forwardby.delimiter attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.Delimiter.Space"]], "specificjob (aapi.job.jobsapr3copy.jobcount attribute)": [[0, "aapi.job.JobSAPR3COPY.JobCount.SpecificJob"]], "specificjob (aapi.job.jobsapr3monitorsapjob.jobcount attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.JobCount.SpecificJob"]], "specificjob (aapi.job.jobsapr3predefinedsapjob.jobcount attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.JobCount.SpecificJob"]], "specificjobdefinition (aapi.job.jobsapbw.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.DetectAndCreate.SpecificJobDefinition"]], "specificjobdefinition (aapi.job.jobsapdataarchivingwrite.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.DetectAndCreate.SpecificJobDefinition"]], "specificjobdefinition (aapi.job.jobsapr3copy.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.DetectAndCreate.SpecificJobDefinition"]], "specificjobdefinition (aapi.job.jobsapr3create.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.DetectAndCreate.SpecificJobDefinition"]], "specificjobdefinition (aapi.job.jobsapr3monitorsapjob.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.DetectAndCreate.SpecificJobDefinition"]], "specificjobdefinition (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.DetectAndCreate.SpecificJobDefinition"]], "srctodest (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.SrcToDest"]], "srctodestfilewatcher (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.SrcToDestFileWatcher"]], "standard (aapi.job.jobawsbatch.dependson.dependencytype attribute)": [[0, "aapi.job.JobAWSBatch.DependsOn.DependencyType.Standard"]], "start (aapi.basefolder.folder.rerun.from attribute)": [[0, "aapi.basefolder.Folder.Rerun.From.Start"]], "start (aapi.basefolder.folder.rerunintervals.from attribute)": [[0, "aapi.basefolder.Folder.RerunIntervals.From.Start"]], "start (aapi.basefolder.folder.rerunlimit.from attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.From.Start"]], "start (aapi.folderjobbase.folderjobbasesmart.rerun.from attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.From.Start"]], "start (aapi.folderjobbase.folderjobbasesmart.rerunintervals.from attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.From.Start"]], "start (aapi.job.job.rerun.from attribute)": [[0, "aapi.job.Job.Rerun.From.Start"]], "start (aapi.job.job.rerunintervals.from attribute)": [[0, "aapi.job.Job.RerunIntervals.From.Start"]], "start (aapi.job.job.rerunlimit.from attribute)": [[0, "aapi.job.Job.RerunLimit.From.Start"]], "startfromtask (aapi.job.jobinformatica.workflowexecutionmode attribute)": [[0, "aapi.job.JobInformatica.WorkflowExecutionMode.StartFromTask"]], "startswith (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.StartsWith"]], "startswith (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.StartsWith"]], "steprange (class in aapi.steprange)": [[0, "aapi.steprange.StepRange"]], "string (aapi.connectionprofile.connectionprofilehadoop.hive.connectiondefinitionstype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.ConnectionDefinitionsType.String"]], "subfolder (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder"]], "subfolder.activeretentionpolicy (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.ActiveRetentionPolicy"]], "subfolder.adjustevents (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.AdjustEvents"]], "subfolder.dayskeepactive (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.DaysKeepActive"]], "subfolder.pathelement (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.PathElement"]], "subfolder.when (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.When"]], "subfolder.when.daysrelation (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.When.DaysRelation"]], "subfolder.when.rulebasedcalendars (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars"]], "subfolder.when.rulebasedcalendars.relationship (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars.Relationship"]], "sun (aapi.resourcepools.resourcepools.weekdaysrange.fromday attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay.Sun"]], "sun (aapi.resourcepools.resourcepools.weekdaysrange.today attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay.Sun"]], "sun (aapi.runningjobs.runningjobs.weekdaysrange.fromday attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay.Sun"]], "sun (aapi.runningjobs.runningjobs.weekdaysrange.today attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay.Sun"]], "syncdesttosrc (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.SyncDestToSrc"]], "syncsrctodest (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.SyncSrcToDest"]], "synchronous (aapi.connectionprofile.connectionprofilefiletransferas2.requestreceiptparameters.mode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Mode.Synchronous"]], "t (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.T"]], "tab (aapi.captureoutput.actioncaptureoutput.forwardby.delimiter attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.Delimiter.Tab"]], "tag (class in aapi.tag)": [[0, "aapi.tag.Tag"]], "tagfolder (class in aapi.tag)": [[0, "aapi.tag.TagFolder"]], "tagglobal (class in aapi.tag)": [[0, "aapi.tag.TagGlobal"]], "tandem (aapi.endpoint.endpoint.ostype attribute)": [[0, "aapi.endpoint.Endpoint.OsType.Tandem"]], "target (aapi.basefolder.folder.rerun.from attribute)": [[0, "aapi.basefolder.Folder.Rerun.From.Target"]], "target (aapi.basefolder.folder.rerunintervals.from attribute)": [[0, "aapi.basefolder.Folder.RerunIntervals.From.Target"]], "target (aapi.basefolder.folder.rerunlimit.from attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.From.Target"]], "target (aapi.folderjobbase.folderjobbasesmart.rerun.from attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.From.Target"]], "target (aapi.folderjobbase.folderjobbasesmart.rerunintervals.from attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.From.Target"]], "target (aapi.job.job.rerun.from attribute)": [[0, "aapi.job.Job.Rerun.From.Target"]], "target (aapi.job.job.rerunintervals.from attribute)": [[0, "aapi.job.Job.RerunIntervals.From.Target"]], "target (aapi.job.job.rerunlimit.from attribute)": [[0, "aapi.job.Job.RerunLimit.From.Target"]], "telexnumber (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.TelexNumber"]], "thu (aapi.resourcepools.resourcepools.weekdaysrange.fromday attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay.Thu"]], "thu (aapi.resourcepools.resourcepools.weekdaysrange.today attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay.Thu"]], "thu (aapi.runningjobs.runningjobs.weekdaysrange.fromday attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay.Thu"]], "thu (aapi.runningjobs.runningjobs.weekdaysrange.today attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay.Thu"]], "time (class in aapi.time)": [[0, "aapi.time.Time"]], "toprocedure (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.ToProcedure"]], "toprogram (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.ToProgram"]], "tue (aapi.resourcepools.resourcepools.weekdaysrange.fromday attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay.Tue"]], "tue (aapi.resourcepools.resourcepools.weekdaysrange.today attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay.Tue"]], "tue (aapi.runningjobs.runningjobs.weekdaysrange.fromday attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay.Tue"]], "tue (aapi.runningjobs.runningjobs.weekdaysrange.today attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay.Tue"]], "u (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.U"]], "use_parent (aapi.jobtag.jobtag.tagname attribute)": [[0, "aapi.jobtag.JobTag.TagName.USE_PARENT"]], "unlimited (aapi.job.jobazurebatchaccount.maxtries.option attribute)": [[0, "aapi.job.JobAzureBatchAccount.MaxTries.Option.Unlimited"]], "unsigned (aapi.connectionprofile.connectionprofilefiletransferas2.requestreceiptparameters.sign attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Sign.Unsigned"]], "uptoendofline (aapi.captureoutput.actioncaptureoutput.capture attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.Capture.UpToEndOfLine"]], "urgency (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Urgency"]], "urgent (aapi.donotify.actionnotify.urgency attribute)": [[0, "aapi.donotify.ActionNotify.Urgency.Urgent"]], "urgent (aapi.mail.actionmail.urgency attribute)": [[0, "aapi.mail.ActionMail.Urgency.Urgent"]], "urgent (aapi.notify.notify.urgency attribute)": [[0, "aapi.notify.Notify.Urgency.Urgent"]], "urgent (aapi.remedy.actionremedy.urgency attribute)": [[0, "aapi.remedy.ActionRemedy.Urgency.Urgent"]], "v (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.V"]], "value (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Value"]], "variable (class in aapi.variable)": [[0, "aapi.variable.Variable"]], "veryurgent (aapi.donotify.actionnotify.urgency attribute)": [[0, "aapi.donotify.ActionNotify.Urgency.VeryUrgent"]], "veryurgent (aapi.mail.actionmail.urgency attribute)": [[0, "aapi.mail.ActionMail.Urgency.VeryUrgent"]], "veryurgent (aapi.notify.notify.urgency attribute)": [[0, "aapi.notify.Notify.Urgency.VeryUrgent"]], "very_high (aapi.basefolder.folder.priority attribute)": [[0, "aapi.basefolder.Folder.Priority.Very_High"]], "very_high (aapi.folderjobbase.folderjobbase.priority attribute)": [[0, "aapi.folderjobbase.FolderJobBase.Priority.Very_High"]], "very_high (aapi.job.job.priority attribute)": [[0, "aapi.job.Job.Priority.Very_High"]], "very_low (aapi.basefolder.folder.priority attribute)": [[0, "aapi.basefolder.Folder.Priority.Very_Low"]], "very_low (aapi.folderjobbase.folderjobbase.priority attribute)": [[0, "aapi.folderjobbase.FolderJobBase.Priority.Very_Low"]], "very_low (aapi.job.job.priority attribute)": [[0, "aapi.job.Job.Priority.Very_Low"]], "w (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.W"]], "waitforevents (class in aapi.waitforevents)": [[0, "aapi.waitforevents.WaitForEvents"]], "waituntil (aapi.filetransfer.filetransfer.filewatcheroptions.timelimitpolicy attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.TimeLimitPolicy.WaitUntil"]], "warning (aapi.sitestandardpolicy.sitestandardpolicy.errorlevel attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.ErrorLevel.Warning"]], "webservices (aapi.connectionprofile.connectionprofilewebservices.servicetype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.ServiceType.WebServices"]], "wed (aapi.resourcepools.resourcepools.weekdaysrange.fromday attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay.Wed"]], "wed (aapi.resourcepools.resourcepools.weekdaysrange.today attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay.Wed"]], "wed (aapi.runningjobs.runningjobs.weekdaysrange.fromday attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay.Wed"]], "wed (aapi.runningjobs.runningjobs.weekdaysrange.today attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay.Wed"]], "weekdayscalendar (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.WeekDaysCalendar"]], "whitespace (aapi.captureoutput.actioncaptureoutput.forwardby.delimiter attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.Delimiter.WhiteSpace"]], "windows_authentication (aapi.connectionprofile.connectionprofiledatabasemssql.authenticationtype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.AuthenticationType.Windows_Authentication"]], "words (aapi.captureoutput.actioncaptureoutput.forwardby.columnsoption attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.ColumnsOption.Words"]], "workloadflat (class in aapi.workloadflat)": [[0, "aapi.workloadflat.WorkloadFlat"]], "workloadpolicy (class in aapi.workloadpolicy)": [[0, "aapi.workloadpolicy.WorkloadPolicy"]], "workloadpolicy.filter (class in aapi.workloadpolicy)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter"]], "wpperiod (class in aapi.wpperiod)": [[0, "aapi.wpperiod.WpPeriod"]], "x (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.X"]], "x400address (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.X400Address"]], "y (aapi.basefolder.folder.adjustevents attribute)": [[0, "aapi.basefolder.Folder.AdjustEvents.Y"]], "y (aapi.folderjobbase.subfolder.adjustevents attribute)": [[0, "aapi.folderjobbase.SubFolder.AdjustEvents.Y"]], "year (class in aapi.year)": [[0, "aapi.year.Year"]], "yes (aapi.job.jobzos.preventnct2 attribute)": [[0, "aapi.job.JobZOS.PreventNCT2.Yes"]], "z (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.Z"]], "aapi": [[0, "module-aapi"]], "aapi.action": [[0, "module-aapi.action"]], "aapi.addevents": [[0, "module-aapi.addevents"]], "aapi.ai": [[0, "module-aapi.ai"]], "aapi.basefolder": [[0, "module-aapi.basefolder"]], "aapi.bases": [[0, "module-aapi.bases"]], "aapi.businessfield": [[0, "module-aapi.businessfield"]], "aapi.businessparameter": [[0, "module-aapi.businessparameter"]], "aapi.calendar": [[0, "module-aapi.calendar"]], "aapi.calendarfields": [[0, "module-aapi.calendarfields"]], "aapi.calendarkey": [[0, "module-aapi.calendarkey"]], "aapi.captureoutput": [[0, "module-aapi.captureoutput"]], "aapi.condition": [[0, "module-aapi.condition"]], "aapi.config": [[0, "module-aapi.config"]], "aapi.connectionprofile": [[0, "module-aapi.connectionprofile"]], "aapi.ctbruledata": [[0, "module-aapi.ctbruledata"]], "aapi.date": [[0, "module-aapi.date"]], "aapi.definitionitemdetails": [[0, "module-aapi.definitionitemdetails"]], "aapi.deleteevents": [[0, "module-aapi.deleteevents"]], "aapi.disallowedoptions": [[0, "module-aapi.disallowedoptions"]], "aapi.do": [[0, "module-aapi.do"]], "aapi.donotify": [[0, "module-aapi.donotify"]], "aapi.driver": [[0, "module-aapi.driver"]], "aapi.endpoint": [[0, "module-aapi.endpoint"]], "aapi.event": [[0, "module-aapi.event"]], "aapi.extractrule": [[0, "module-aapi.extractrule"]], "aapi.filetransfer": [[0, "module-aapi.filetransfer"]], "aapi.filetransfergroup": [[0, "module-aapi.filetransfergroup"]], "aapi.flow_": [[0, "module-aapi.flow_"]], "aapi.folderclientdata": [[0, "module-aapi.folderclientdata"]], "aapi.folderjobbase": [[0, "module-aapi.folderjobbase"]], "aapi.hostfiletransfer": [[0, "module-aapi.hostfiletransfer"]], "aapi.hostmapping": [[0, "module-aapi.hostmapping"]], "aapi.ifbase": [[0, "module-aapi.ifbase"]], "aapi.ifcollection": [[0, "module-aapi.ifcollection"]], "aapi.ifrerun": [[0, "module-aapi.ifrerun"]], "aapi.internalrule": [[0, "module-aapi.internalrule"]], "aapi.iteminfo": [[0, "module-aapi.iteminfo"]], "aapi.job": [[0, "module-aapi.job"]], "aapi.jobsfilter": [[0, "module-aapi.jobsfilter"]], "aapi.jobtag": [[0, "module-aapi.jobtag"]], "aapi.mail": [[0, "module-aapi.mail"]], "aapi.notify": [[0, "module-aapi.notify"]], "aapi.on": [[0, "module-aapi.on"]], "aapi.output": [[0, "module-aapi.output"]], "aapi.package": [[0, "module-aapi.package"]], "aapi.packageparams": [[0, "module-aapi.packageparams"]], "aapi.period": [[0, "module-aapi.period"]], "aapi.possibleoptions": [[0, "module-aapi.possibleoptions"]], "aapi.propertycondition": [[0, "module-aapi.propertycondition"]], "aapi.rbcdetails": [[0, "module-aapi.rbcdetails"]], "aapi.remedy": [[0, "module-aapi.remedy"]], "aapi.resource": [[0, "module-aapi.resource"]], "aapi.resourcepools": [[0, "module-aapi.resourcepools"]], "aapi.run": [[0, "module-aapi.run"]], "aapi.runningjobs": [[0, "module-aapi.runningjobs"]], "aapi.set_": [[0, "module-aapi.set_"]], "aapi.sitestandard": [[0, "module-aapi.sitestandard"]], "aapi.sitestandarddata": [[0, "module-aapi.sitestandarddata"]], "aapi.sitestandardoperatorvalueoptions": [[0, "module-aapi.sitestandardoperatorvalueoptions"]], "aapi.sitestandardpolicy": [[0, "module-aapi.sitestandardpolicy"]], "aapi.sitestandardpolicydata": [[0, "module-aapi.sitestandardpolicydata"]], "aapi.sitestandardpossiblevalue": [[0, "module-aapi.sitestandardpossiblevalue"]], "aapi.sitestandardrestriction": [[0, "module-aapi.sitestandardrestriction"]], "aapi.steprange": [[0, "module-aapi.steprange"]], "aapi.tag": [[0, "module-aapi.tag"]], "aapi.time": [[0, "module-aapi.time"]], "aapi.variable": [[0, "module-aapi.variable"]], "aapi.waitforevents": [[0, "module-aapi.waitforevents"]], "aapi.workloadflat": [[0, "module-aapi.workloadflat"]], "aapi.workloadpolicy": [[0, "module-aapi.workloadpolicy"]], "aapi.wpperiod": [[0, "module-aapi.wpperiod"]], "aapi.year": [[0, "module-aapi.year"]], "abstime (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.abstime"]], "access_key (aapi.connectionprofile.connectionprofileaws attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.access_key"]], "access_key (aapi.connectionprofile.connectionprofilefiletransfers3 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3.access_key"]], "action (aapi.filetransfer.filetransfer.postcommanddest attribute)": [[0, "aapi.filetransfer.FileTransfer.PostCommandDest.action"]], "action (aapi.filetransfer.filetransfer.postcommandsrc attribute)": [[0, "aapi.filetransfer.FileTransfer.PostCommandSrc.action"]], "action (aapi.filetransfer.filetransfer.precommanddest attribute)": [[0, "aapi.filetransfer.FileTransfer.PreCommandDest.action"]], "action (aapi.filetransfer.filetransfer.precommandsrc attribute)": [[0, "aapi.filetransfer.FileTransfer.PreCommandSrc.action"]], "action (aapi.job.jobos400fullrestrictedstateaction attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.action"]], "action_capture_output_list (aapi.job.job attribute)": [[0, "aapi.job.Job.action_capture_output_list"]], "action_capture_output_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.action_capture_output_list"]], "action_field (aapi.action.action attribute)": [[0, "aapi.action.Action.action_field"]], "active_directory_domain_name (aapi.connectionprofile.connectionprofileazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.active_directory_domain_name"]], "active_from (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.active_from"]], "active_period (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.active_period"]], "active_period (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.active_period"]], "active_period (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.active_period"]], "active_period (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.active_period"]], "active_retention_policy (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.active_retention_policy"]], "active_retention_policy (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.active_retention_policy"]], "active_till (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.active_till"]], "add_events_list (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.add_events_list"]], "add_events_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.add_events_list"]], "add_events_list (aapi.job.job attribute)": [[0, "aapi.job.Job.add_events_list"]], "add_events_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.add_events_list"]], "additional_parameters (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.additional_parameters"]], "additional_parameters (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.additional_parameters"]], "adjust_events (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.adjust_events"]], "adjust_events (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.adjust_events"]], "after_event (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.after_event"]], "after_event (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.after_event"]], "after_event (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.after_event"]], "after_event_parameters (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.after_event_parameters"]], "after_event_parameters (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.after_event_parameters"]], "after_event_parameters (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.after_event_parameters"]], "agent_keytab_file_path (aapi.config.confighadoop attribute)": [[0, "aapi.config.ConfigHadoop.agent_keytab_file_path"]], "agent_principal (aapi.config.confighadoop attribute)": [[0, "aapi.config.ConfigHadoop.agent_principal"]], "alias (aapi.calendar.calendarperiodic attribute)": [[0, "aapi.calendar.CalendarPeriodic.alias"]], "alias (aapi.calendar.calendarregular attribute)": [[0, "aapi.calendar.CalendarRegular.alias"]], "alias (aapi.calendar.calendarrulebasedcalendar attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.alias"]], "alphanumeric (aapi.businessparameter.businessparameter.characters attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.alphanumeric"]], "alphanumeric (aapi.internalrule.internalrule.characters attribute)": [[0, "aapi.internalrule.InternalRule.Characters.alphanumeric"]], "any (aapi.businessparameter.businessparameter.characters attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.any"]], "any (aapi.internalrule.internalrule.characters attribute)": [[0, "aapi.internalrule.InternalRule.Characters.any"]], "app_version (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.app_version"]], "append_log (aapi.job.jobaws attribute)": [[0, "aapi.job.JobAWS.append_log"]], "append_log (aapi.job.jobazure attribute)": [[0, "aapi.job.JobAzure.append_log"]], "append_to_output (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.append_to_output"]], "application (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.application"]], "application (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.application"]], "application (aapi.job.job attribute)": [[0, "aapi.job.Job.application"]], "application (aapi.workloadpolicy.workloadpolicy.filter attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter.application"]], "application_id (aapi.connectionprofile.connectionprofileazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.application_id"]], "application_server_logon (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.application_server_logon"]], "application_servers (aapi.connectionprofile.connectionprofilepeoplesoft attribute)": [[0, "aapi.connectionprofile.ConnectionProfilePeopleSoft.application_servers"]], "apply_on (aapi.sitestandardpolicy.sitestandardpolicy attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.apply_on"]], "apr (aapi.year.year attribute)": [[0, "aapi.year.Year.apr"]], "archive_sys_data (aapi.job.jobzos.archiving attribute)": [[0, "aapi.job.JobZOS.Archiving.archive_sys_data"]], "archiving (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.archiving"]], "archiving_object (aapi.job.jobsapdataarchivingdelete attribute)": [[0, "aapi.job.JobSAPDataArchivingDelete.archiving_object"]], "archiving_object (aapi.job.jobsapdataarchivingstore attribute)": [[0, "aapi.job.JobSAPDataArchivingStore.archiving_object"]], "archiving_object (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.archiving_object"]], "arg (aapi.ctbruledata.actioncontrolmanalyzerrule attribute)": [[0, "aapi.ctbruledata.ActionControlMAnalyzerRule.arg"]], "arg1 (aapi.filetransfer.filetransfer.postcommanddest attribute)": [[0, "aapi.filetransfer.FileTransfer.PostCommandDest.arg1"]], "arg1 (aapi.filetransfer.filetransfer.postcommandsrc attribute)": [[0, "aapi.filetransfer.FileTransfer.PostCommandSrc.arg1"]], "arg1 (aapi.filetransfer.filetransfer.precommanddest attribute)": [[0, "aapi.filetransfer.FileTransfer.PreCommandDest.arg1"]], "arg1 (aapi.filetransfer.filetransfer.precommandsrc attribute)": [[0, "aapi.filetransfer.FileTransfer.PreCommandSrc.arg1"]], "arg2 (aapi.filetransfer.filetransfer.postcommanddest attribute)": [[0, "aapi.filetransfer.FileTransfer.PostCommandDest.arg2"]], "arg2 (aapi.filetransfer.filetransfer.postcommandsrc attribute)": [[0, "aapi.filetransfer.FileTransfer.PostCommandSrc.arg2"]], "arg2 (aapi.filetransfer.filetransfer.precommanddest attribute)": [[0, "aapi.filetransfer.FileTransfer.PreCommandDest.arg2"]], "arg2 (aapi.filetransfer.filetransfer.precommandsrc attribute)": [[0, "aapi.filetransfer.FileTransfer.PreCommandSrc.arg2"]], "arguments (aapi.job.jobhadoopmapreduce attribute)": [[0, "aapi.job.JobHadoopMapReduce.arguments"]], "arguments (aapi.job.jobhadoopspark attribute)": [[0, "aapi.job.JobHadoopSpark.arguments"]], "arguments (aapi.job.jobhadooptajo attribute)": [[0, "aapi.job.JobHadoopTajo.arguments"]], "arguments (aapi.job.jobscript attribute)": [[0, "aapi.job.JobScript.arguments"]], "array_size (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.array_size"]], "as2_message (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.as2_message"]], "as2_subject (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.as2_subject"]], "as_aapi_dict() (aapi.bases.aapiobject method)": [[0, "aapi.bases.AAPIObject.as_aapi_dict"]], "as_dict() (aapi.bases.aapiobject method)": [[0, "aapi.bases.AAPIObject.as_dict"]], "assign_file_name_to_variable (aapi.filetransfer.filetransfer.filewatcheroptions attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.assign_file_name_to_variable"]], "async_mdn_timeout (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.async_mdn_timeout"]], "at (aapi.basefolder.folder.rerunspecifictimes attribute)": [[0, "aapi.basefolder.Folder.RerunSpecificTimes.at"]], "at (aapi.folderjobbase.folderjobbasesmart.rerunspecifictimes attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunSpecificTimes.at"]], "at (aapi.job.job.rerunspecifictimes attribute)": [[0, "aapi.job.Job.RerunSpecificTimes.at"]], "attach_output (aapi.mail.actionmail attribute)": [[0, "aapi.mail.ActionMail.attach_output"]], "aug (aapi.year.year attribute)": [[0, "aapi.year.Year.aug"]], "authentication_type (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.authentication_type"]], "auto_archive (aapi.job.jobzos.archiving attribute)": [[0, "aapi.job.JobZOS.Archiving.auto_archive"]], "autocommit (aapi.job.jobdatabase attribute)": [[0, "aapi.job.JobDatabase.autocommit"]], "average_run_time (aapi.job.jobslamanagement.averageruntimetolerance attribute)": [[0, "aapi.job.JobSLAManagement.AverageRunTimeTolerance.average_run_time"]], "average_run_time_tolerance (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.average_run_time_tolerance"]], "aws_job_type (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.aws_job_type"]], "azure_account_access_key (aapi.connectionprofile.connectionprofilefiletransferazuresharedkey attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedKey.azure_account_access_key"]], "azure_account_connection_string (aapi.connectionprofile.connectionprofilefiletransferazureconnectionstring attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureConnectionString.azure_account_connection_string"]], "azure_account_name (aapi.connectionprofile.connectionprofilefiletransferazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzure.azure_account_name"]], "azure_account_sas_token (aapi.connectionprofile.connectionprofilefiletransferazuresharedaccesssignature attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedAccessSignature.azure_account_sas_token"]], "azure_client_certificate_format (aapi.connectionprofile.connectionprofilefiletransferazureadcertificate attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate.azure_client_certificate_format"]], "azure_client_certificate_password (aapi.connectionprofile.connectionprofilefiletransferazureadcertificate attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate.azure_client_certificate_password"]], "azure_client_certificate_path (aapi.connectionprofile.connectionprofilefiletransferazureadcertificate attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate.azure_client_certificate_path"]], "azure_client_id (aapi.connectionprofile.connectionprofilefiletransferazureadcertificate attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate.azure_client_id"]], "azure_client_id (aapi.connectionprofile.connectionprofilefiletransferazureadclientsecret attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdClientSecret.azure_client_id"]], "azure_client_id (aapi.connectionprofile.connectionprofilefiletransferazureaduserpass attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass.azure_client_id"]], "azure_client_id (aapi.connectionprofile.connectionprofilefiletransferazuremanagedidentity attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureManagedIdentity.azure_client_id"]], "azure_client_secret (aapi.connectionprofile.connectionprofilefiletransferazureadclientsecret attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdClientSecret.azure_client_secret"]], "azure_container_name_dest (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.azure_container_name_dest"]], "azure_container_name_src (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.azure_container_name_src"]], "azure_credential_method (aapi.connectionprofile.connectionprofilefiletransferazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzure.azure_credential_method"]], "azure_endpoint (aapi.connectionprofile.connectionprofilefiletransferazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzure.azure_endpoint"]], "azure_storage_type (aapi.connectionprofile.connectionprofilefiletransferazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzure.azure_storage_type"]], "azure_tenant_id (aapi.connectionprofile.connectionprofilefiletransferazureadcertificate attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate.azure_tenant_id"]], "azure_tenant_id (aapi.connectionprofile.connectionprofilefiletransferazureadclientsecret attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdClientSecret.azure_tenant_id"]], "azure_tenant_id (aapi.connectionprofile.connectionprofilefiletransferazureaduserpass attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass.azure_tenant_id"]], "azure_tenant_id (aapi.connectionprofile.connectionprofilefiletransferazuremanagedidentity attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureManagedIdentity.azure_tenant_id"]], "azure_user_name_ad (aapi.connectionprofile.connectionprofilefiletransferazureaduserpass attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass.azure_user_name_ad"]], "azure_user_password_ad (aapi.connectionprofile.connectionprofilefiletransferazureaduserpass attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass.azure_user_password_ad"]], "background_job_name (aapi.job.jobsapbwinfopackage.infopackage attribute)": [[0, "aapi.job.JobSAPBWInfoPackage.InfoPackage.background_job_name"]], "base_url (aapi.connectionprofile.connectionprofileairflowgooglecomposer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer.base_url"]], "batch (aapi.connectionprofile.connectionprofileazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.batch"]], "batch_account_key (aapi.connectionprofile.connectionprofileazure.batch attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.Batch.batch_account_key"]], "batch_account_name (aapi.connectionprofile.connectionprofileazure.batch attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.Batch.batch_account_name"]], "batch_time_limit (aapi.job.jobos400fullrestrictedstateaction attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.batch_time_limit"]], "binary_path (aapi.connectionprofile.connectionprofilehadoop.tajo attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Tajo.binary_path"]], "bind_variables (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.bind_variables"]], "business_fields (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.business_fields"]], "business_fields (aapi.sitestandardpolicy.sitestandardpolicy attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.business_fields"]], "business_parameters (aapi.sitestandard.sitestandard attribute)": [[0, "aapi.sitestandard.SiteStandard.business_parameters"]], "by (aapi.notify.notifydoesnotend attribute)": [[0, "aapi.notify.NotifyDoesNotEnd.by"]], "by (aapi.notify.notifydoesnotstart attribute)": [[0, "aapi.notify.NotifyDoesNotStart.by"]], "by (aapi.notify.notifylatecyclicsubmit attribute)": [[0, "aapi.notify.NotifyLateCyclicSubmit.by"]], "c_p_u_id (aapi.job.jobtandemexternalprocess.externalcpupin attribute)": [[0, "aapi.job.JobTandemExternalProcess.ExternalCPUPIN.c_p_u_id"]], "calendar (aapi.calendar.calendarrulebased.when.confirmationcalendars attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.calendar"]], "calendar (aapi.calendar.calendarrulebasedcalendar.when.confirmationcalendars attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.calendar"]], "calendar (aapi.job.job.when.confirmationcalendars attribute)": [[0, "aapi.job.Job.When.ConfirmationCalendars.calendar"]], "calendar (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.calendar"]], "calendar_rule_based_list (aapi.basefolder.folder.when.rulebasedcalendars attribute)": [[0, "aapi.basefolder.Folder.When.RuleBasedCalendars.calendar_rule_based_list"]], "capture (aapi.captureoutput.actioncaptureoutput attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.capture"]], "caseifs (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.caseifs"]], "catalog_env (aapi.job.jobdatabasemssql_ssis attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.catalog_env"]], "category (aapi.job.jobdatabasemssqlagentjob attribute)": [[0, "aapi.job.JobDatabaseMSSQLAgentJob.category"]], "cc (aapi.mail.actionmail attribute)": [[0, "aapi.mail.ActionMail.cc"]], "centralized (aapi.connectionprofile.connectionprofile attribute)": [[0, "aapi.connectionprofile.ConnectionProfile.centralized"]], "characters (aapi.businessparameter.businessparameter attribute)": [[0, "aapi.businessparameter.BusinessParameter.characters"]], "characters (aapi.internalrule.internalrule attribute)": [[0, "aapi.internalrule.InternalRule.characters"]], "check_sessions (aapi.job.jobsapdataarchivingwrite.validations attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.Validations.check_sessions"]], "check_variants (aapi.job.jobsapdataarchivingwrite.validations attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.Validations.check_variants"]], "class_name (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.class_name"]], "clear_command_channel (aapi.connectionprofile.connectionprofilefiletransferftps attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.clear_command_channel"]], "clear_command_channel (aapi.endpoint.endpointdestftps attribute)": [[0, "aapi.endpoint.EndpointDestFtps.clear_command_channel"]], "clear_command_channel (aapi.endpoint.endpointsrcftps attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.clear_command_channel"]], "clear_data_channel (aapi.connectionprofile.connectionprofilefiletransferftps attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.clear_data_channel"]], "clear_data_channel (aapi.endpoint.endpointdestftps attribute)": [[0, "aapi.endpoint.EndpointDestFtps.clear_data_channel"]], "clear_data_channel (aapi.endpoint.endpointsrcftps attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.clear_data_channel"]], "client_context_json (aapi.job.jobawslambda attribute)": [[0, "aapi.job.JobAWSLambda.client_context_json"]], "cm_container_port (aapi.connectionprofile.connectionprofilewsconfig attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWSCONFIG.cm_container_port"]], "code (aapi.ifbase.ifoutput attribute)": [[0, "aapi.ifbase.IfOutput.code"]], "columns (aapi.captureoutput.actioncaptureoutput.forwardby attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.columns"]], "columns_option (aapi.captureoutput.actioncaptureoutput.forwardby attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.columns_option"]], "command (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.command"]], "command (aapi.job.jobcommand attribute)": [[0, "aapi.job.JobCommand.command"]], "command (aapi.job.jobos400fullrestrictedstateaction attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.command"]], "command_line (aapi.job.jobazurebatchaccount attribute)": [[0, "aapi.job.JobAzureBatchAccount.command_line"]], "command_line (aapi.job.jobos400fullcommandline attribute)": [[0, "aapi.job.JobOS400FullCommandLine.command_line"]], "command_line (aapi.job.jobtandemcommand attribute)": [[0, "aapi.job.JobTandemCommand.command_line"]], "commands (aapi.job.jobhadoop.postcommands attribute)": [[0, "aapi.job.JobHadoop.PostCommands.commands"]], "commands (aapi.job.jobhadoop.precommands attribute)": [[0, "aapi.job.JobHadoop.PreCommands.commands"]], "commands (aapi.job.jobhadoophdfscommands attribute)": [[0, "aapi.job.JobHadoopHDFSCommands.commands"]], "complete_by (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.complete_by"]], "complete_in (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.complete_in"]], "completion_status (aapi.ifbase.ifcompletionstatus attribute)": [[0, "aapi.ifbase.IfCompletionStatus.completion_status"]], "compress_message (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.compress_message"]], "condition_list (aapi.job.job attribute)": [[0, "aapi.job.Job.condition_list"]], "condition_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.condition_list"]], "config_files (aapi.job.jobdatabasemssql_ssis attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.config_files"]], "configuration_json (aapi.job.jobairflow attribute)": [[0, "aapi.job.JobAirflow.configuration_json"]], "confirm (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.confirm"]], "confirm (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.confirm"]], "confirm (aapi.ifrerun.actionrestart attribute)": [[0, "aapi.ifrerun.ActionRestart.confirm"]], "confirm (aapi.job.job attribute)": [[0, "aapi.job.Job.confirm"]], "confirmation_calendars (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.confirmation_calendars"]], "confirmation_calendars (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.confirmation_calendars"]], "confirmation_calendars (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.confirmation_calendars"]], "connection_definitions_type (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.connection_definitions_type"]], "connection_idle_time (aapi.connectionprofile.connectionprofiledatabase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase.connection_idle_time"]], "connection_mode (aapi.connectionprofile.connectionprofilefiletransferftp attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.connection_mode"]], "connection_mode (aapi.connectionprofile.connectionprofilefiletransferftps attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.connection_mode"]], "connection_mode (aapi.endpoint.endpointdestftp attribute)": [[0, "aapi.endpoint.EndpointDestFtp.connection_mode"]], "connection_mode (aapi.endpoint.endpointdestftps attribute)": [[0, "aapi.endpoint.EndpointDestFtps.connection_mode"]], "connection_mode (aapi.endpoint.endpointsrcftp attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.connection_mode"]], "connection_mode (aapi.endpoint.endpointsrcftps attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.connection_mode"]], "connection_profile (aapi.ai.aijob attribute)": [[0, "aapi.ai.AIJob.connection_profile"]], "connection_profile (aapi.job.jobaws attribute)": [[0, "aapi.job.JobAWS.connection_profile"]], "connection_profile (aapi.job.jobairflow attribute)": [[0, "aapi.job.JobAirflow.connection_profile"]], "connection_profile (aapi.job.jobazure attribute)": [[0, "aapi.job.JobAzure.connection_profile"]], "connection_profile (aapi.job.jobdatabase attribute)": [[0, "aapi.job.JobDatabase.connection_profile"]], "connection_profile (aapi.job.jobhadoop attribute)": [[0, "aapi.job.JobHadoop.connection_profile"]], "connection_profile (aapi.job.jobibmcognos attribute)": [[0, "aapi.job.JobIBMCognos.connection_profile"]], "connection_profile (aapi.job.jobibmdatastage attribute)": [[0, "aapi.job.JobIBMDataStage.connection_profile"]], "connection_profile (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.connection_profile"]], "connection_profile (aapi.job.jobjava attribute)": [[0, "aapi.job.JobJava.connection_profile"]], "connection_profile (aapi.job.jobmessaging attribute)": [[0, "aapi.job.JobMessaging.connection_profile"]], "connection_profile (aapi.job.jobnetbackup attribute)": [[0, "aapi.job.JobNetBackup.connection_profile"]], "connection_profile (aapi.job.joboebs attribute)": [[0, "aapi.job.JobOEBS.connection_profile"]], "connection_profile (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.connection_profile"]], "connection_profile (aapi.job.jobsap attribute)": [[0, "aapi.job.JobSAP.connection_profile"]], "connection_profile (aapi.job.jobvmware attribute)": [[0, "aapi.job.JobVMware.connection_profile"]], "connection_profile (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.connection_profile"]], "connection_profile_dest (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.connection_profile_dest"]], "connection_profile_dual_endpoint (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.connection_profile_dual_endpoint"]], "connection_profile_file_transfer_as2_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_as2_list"]], "connection_profile_file_transfer_azure_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_azure_list"]], "connection_profile_file_transfer_ftp_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_ftp_list"]], "connection_profile_file_transfer_ftps_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_ftps_list"]], "connection_profile_file_transfer_gcs_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_gcs_list"]], "connection_profile_file_transfer_s3_amazon_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_s3_amazon_list"]], "connection_profile_file_transfer_s3_compatible_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_s3_compatible_list"]], "connection_profile_file_transfer_s3_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_s3_list"]], "connection_profile_file_transfer_sftp_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_sftp_list"]], "connection_profile_src (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.connection_profile_src"]], "connection_retry_num (aapi.connectionprofile.connectionprofiledatabase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase.connection_retry_num"]], "connection_retry_time_out (aapi.connectionprofile.connectionprofiledatabase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase.connection_retry_time_out"]], "connection_string (aapi.connectionprofile.connectionprofiledatabaseoracleconnectionstring attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleConnectionString.connection_string"]], "connection_string (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.connection_string"]], "connection_string (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.connection_string"]], "connection_type (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.connection_type"]], "conntype (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.conntype"]], "conntype (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.conntype"]], "consider_only_overall_chain_status (aapi.job.jobsapbwprocesschain attribute)": [[0, "aapi.job.JobSAPBWProcessChain.consider_only_overall_chain_status"]], "control_d_category (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.control_d_category"]], "control_id (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.control_id"]], "controlm_server (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.controlm_server"]], "controlm_server (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.controlm_server"]], "copy_from_step (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.copy_from_step"]], "copy_from_step (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.copy_from_step"]], "copy_from_step (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.copy_from_step"]], "copy_from_step (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.copy_from_step"]], "copy_spool_file_to (aapi.job.jobsapdataarchivingdelete attribute)": [[0, "aapi.job.JobSAPDataArchivingDelete.copy_spool_file_to"]], "copy_spool_file_to (aapi.job.jobsapdataarchivingstore attribute)": [[0, "aapi.job.JobSAPDataArchivingStore.copy_spool_file_to"]], "copy_spool_file_to (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.copy_spool_file_to"]], "count (aapi.job.jobazurebatchaccount.maxtries attribute)": [[0, "aapi.job.JobAzureBatchAccount.MaxTries.count"]], "created_by (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.created_by"]], "created_by (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.created_by"]], "created_by (aapi.job.job attribute)": [[0, "aapi.job.Job.created_by"]], "criteria (aapi.notify.notifyexecutiontime attribute)": [[0, "aapi.notify.NotifyExecutionTime.criteria"]], "critical (aapi.job.job attribute)": [[0, "aapi.job.Job.critical"]], "custom_path (aapi.connectionprofile.connectionprofilehadoop.spark attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Spark.custom_path"]], "dag_id (aapi.job.jobairflow attribute)": [[0, "aapi.job.JobAirflow.dag_id"]], "data_stage_job (aapi.job.jobibmdatastage attribute)": [[0, "aapi.job.JobIBMDataStage.data_stage_job"]], "database_host (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.database_host"]], "database_name (aapi.connectionprofile.connectionprofiledatabasedb2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseDB2.database_name"]], "database_name (aapi.connectionprofile.connectionprofiledatabasejdbc attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseJDBC.database_name"]], "database_name (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.database_name"]], "database_name (aapi.connectionprofile.connectionprofiledatabasepostgresql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql.database_name"]], "database_name (aapi.connectionprofile.connectionprofiledatabasesybase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseSybase.database_name"]], "database_name (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.database_name"]], "database_name (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.database_name"]], "database_name (aapi.connectionprofile.connectionprofilehadoop.tajo attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Tajo.database_name"]], "database_port (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.database_port"]], "database_type (aapi.connectionprofile.connectionprofiledatabasedb2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseDB2.database_type"]], "database_type (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.database_type"]], "database_type (aapi.connectionprofile.connectionprofiledatabasepostgresql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql.database_type"]], "database_type (aapi.connectionprofile.connectionprofiledatabasesybase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseSybase.database_type"]], "database_type (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.database_type"]], "database_vendor (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.database_vendor"]], "database_version (aapi.connectionprofile.connectionprofiledatabasedb2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseDB2.database_version"]], "database_version (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.database_version"]], "database_version (aapi.connectionprofile.connectionprofiledatabaseoracle attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracle.database_version"]], "database_version (aapi.connectionprofile.connectionprofiledatabasepostgresql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql.database_version"]], "database_version (aapi.connectionprofile.connectionprofiledatabasesybase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseSybase.database_version"]], "datastore (aapi.job.jobvmwareconfigurationclonevirtualmachine attribute)": [[0, "aapi.job.JobVMwareConfigurationCloneVirtualMachine.datastore"]], "date (aapi.condition.condition attribute)": [[0, "aapi.condition.Condition.date"]], "date (aapi.event.event attribute)": [[0, "aapi.event.Event.date"]], "date (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.date"]], "dates (aapi.resourcepools.resourcepools.dateslist attribute)": [[0, "aapi.resourcepools.ResourcePools.DatesList.dates"]], "dates (aapi.runningjobs.runningjobs.dateslist attribute)": [[0, "aapi.runningjobs.RunningJobs.DatesList.dates"]], "dates_list (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.dates_list"]], "dates_list (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.dates_list"]], "days (aapi.basefolder.folder.mustend attribute)": [[0, "aapi.basefolder.Folder.MustEnd.days"]], "days (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.days"]], "days (aapi.folderjobbase.subfolder.when attribute)": [[0, "aapi.folderjobbase.SubFolder.When.days"]], "days (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.days"]], "days (aapi.job.jobslamanagement.completeby attribute)": [[0, "aapi.job.JobSLAManagement.CompleteBy.days"]], "days (aapi.job.jobzos.mustend attribute)": [[0, "aapi.job.JobZOS.MustEnd.days"]], "days (aapi.notify.notifydoesnotstart attribute)": [[0, "aapi.notify.NotifyDoesNotStart.days"]], "days_keep_active (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.days_keep_active"]], "days_keep_active (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.days_keep_active"]], "days_keep_active (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.days_keep_active"]], "days_keep_active (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.days_keep_active"]], "days_keep_active (aapi.job.job attribute)": [[0, "aapi.job.Job.days_keep_active"]], "days_keep_active_if_not_ok (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.days_keep_active_if_not_ok"]], "days_of_week (aapi.resourcepools.resourcepools.periodicdays attribute)": [[0, "aapi.resourcepools.ResourcePools.PeriodicDays.days_of_week"]], "days_of_week (aapi.runningjobs.runningjobs.periodicdays attribute)": [[0, "aapi.runningjobs.RunningJobs.PeriodicDays.days_of_week"]], "days_relation (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.days_relation"]], "days_relation (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.days_relation"]], "days_relation (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.days_relation"]], "days_relation (aapi.folderjobbase.subfolder.when attribute)": [[0, "aapi.folderjobbase.SubFolder.When.days_relation"]], "days_relation (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.days_relation"]], "days_to_retain_data (aapi.job.jobzos.archiving attribute)": [[0, "aapi.job.JobZOS.Archiving.days_to_retain_data"]], "dec (aapi.year.year attribute)": [[0, "aapi.year.Year.dec"]], "delete_events_list (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.delete_events_list"]], "delete_events_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.delete_events_list"]], "delete_events_list (aapi.job.job attribute)": [[0, "aapi.job.Job.delete_events_list"]], "delete_events_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.delete_events_list"]], "delimiter (aapi.captureoutput.actioncaptureoutput.forwardby attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.delimiter"]], "dependency_type (aapi.job.jobawsbatch.dependson attribute)": [[0, "aapi.job.JobAWSBatch.DependsOn.dependency_type"]], "depends_on (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.depends_on"]], "depth (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.depth"]], "description (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.description"]], "description (aapi.calendar.calendarperiodic attribute)": [[0, "aapi.calendar.CalendarPeriodic.description"]], "description (aapi.calendar.calendarregular attribute)": [[0, "aapi.calendar.CalendarRegular.description"]], "description (aapi.connectionprofile.connectionprofile attribute)": [[0, "aapi.connectionprofile.ConnectionProfile.description"]], "description (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.description"]], "description (aapi.job.job attribute)": [[0, "aapi.job.Job.description"]], "description (aapi.job.jobos400fulldescriptionjob attribute)": [[0, "aapi.job.JobOS400FullDescriptionJob.description"]], "description (aapi.job.jobsapbwinfopackage.infopackage attribute)": [[0, "aapi.job.JobSAPBWInfoPackage.InfoPackage.description"]], "description (aapi.sitestandard.sitestandard attribute)": [[0, "aapi.sitestandard.SiteStandard.description"]], "description (aapi.sitestandardpolicy.sitestandardpolicy attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.description"]], "description (aapi.sitestandardpossiblevalue.sitestandardpossiblevalue attribute)": [[0, "aapi.sitestandardpossiblevalue.SiteStandardPossibleValue.description"]], "description (aapi.workloadpolicy.workloadpolicy attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.description"]], "description (aapi.year.year attribute)": [[0, "aapi.year.Year.description"]], "dest (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.dest"]], "destination (aapi.donotify.actionnotify attribute)": [[0, "aapi.donotify.ActionNotify.destination"]], "destination (aapi.job.job.output attribute)": [[0, "aapi.job.Job.Output.destination"]], "destination (aapi.job.jobzos.outputhandling attribute)": [[0, "aapi.job.JobZOS.OutputHandling.destination"]], "destination (aapi.notify.notify attribute)": [[0, "aapi.notify.Notify.destination"]], "destination (aapi.output.actionoutput attribute)": [[0, "aapi.output.ActionOutput.destination"]], "detect_and_create (aapi.job.jobsapbw.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.detect_and_create"]], "detect_and_create (aapi.job.jobsapdataarchivingwrite.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.detect_and_create"]], "detect_and_create (aapi.job.jobsapr3copy.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.detect_and_create"]], "detect_and_create (aapi.job.jobsapr3create.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.detect_and_create"]], "detect_and_create (aapi.job.jobsapr3monitorsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.detect_and_create"]], "detect_and_create (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.detect_and_create"]], "detect_spawned_job (aapi.job.jobsapbw attribute)": [[0, "aapi.job.JobSAPBW.detect_spawned_job"]], "detect_spawned_job (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.detect_spawned_job"]], "detect_spawned_job (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.detect_spawned_job"]], "detect_spawned_job (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.detect_spawned_job"]], "detect_spawned_job (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.detect_spawned_job"]], "detect_spawned_job (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.detect_spawned_job"]], "device (aapi.job.jobos400fullrestrictedstateaction attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.device"]], "digits (aapi.businessparameter.businessparameter.characters.alphanumeric attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.Alphanumeric.digits"]], "digits (aapi.internalrule.internalrule.characters.alphanumeric attribute)": [[0, "aapi.internalrule.InternalRule.Characters.Alphanumeric.digits"]], "distcp_options (aapi.job.jobhadoopdistcp attribute)": [[0, "aapi.job.JobHadoopDistCp.distcp_options"]], "do_list (aapi.ifbase.ifbase attribute)": [[0, "aapi.ifbase.IfBase.do_list"]], "do_list (aapi.ifcollection.ifcollection attribute)": [[0, "aapi.ifcollection.IfCollection.do_list"]], "documentation_file (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.documentation_file"]], "documentation_file (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.documentation_file"]], "documentation_file (aapi.job.job attribute)": [[0, "aapi.job.Job.documentation_file"]], "documentation_url (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.documentation_url"]], "documentation_url (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.documentation_url"]], "documentation_url (aapi.job.job attribute)": [[0, "aapi.job.Job.documentation_url"]], "domain_password (aapi.connectionprofile.connectionprofilepeoplesoft attribute)": [[0, "aapi.connectionprofile.ConnectionProfilePeopleSoft.domain_password"]], "driver (aapi.connectionprofile.connectionprofiledatabasejdbc attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseJDBC.driver"]], "driver_class (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.driver_class"]], "driver_jars_folder (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.driver_jars_folder"]], "dstopt (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.dstopt"]], "dump_aapi() (aapi.bases.aapiobject method)": [[0, "aapi.bases.AAPIObject.dump_aapi"]], "dumps_aapi() (aapi.bases.aapiobject method)": [[0, "aapi.bases.AAPIObject.dumps_aapi"]], "duplicate_option (aapi.job.jobos400externaljob attribute)": [[0, "aapi.job.JobOS400ExternalJob.duplicate_option"]], "duplicate_option (aapi.job.jobos400fullexternaljob attribute)": [[0, "aapi.job.JobOS400FullExternalJob.duplicate_option"]], "embedded_script_file_location (aapi.job.jobos400fullscriptfile attribute)": [[0, "aapi.job.JobOS400FullScriptFile.embedded_script_file_location"]], "embedded_script_file_location (aapi.job.jobos400fullvirtualterminal attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.embedded_script_file_location"]], "embedded_script_file_location (aapi.job.jobos400virtualterminal attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.embedded_script_file_location"]], "emergency_job (aapi.job.jobzos.taskinformation attribute)": [[0, "aapi.job.JobZOS.TaskInformation.emergency_job"]], "enable_error_details (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.enable_error_details"]], "enable_output (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.enable_output"]], "enable_peridoic_job (aapi.job.jobsapbwprocesschain attribute)": [[0, "aapi.job.JobSAPBWProcessChain.enable_peridoic_job"]], "encrypt_message (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.encrypt_message"]], "encrypt_message_parameters (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.encrypt_message_parameters"]], "encryption_algorithm (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.encryption_algorithm"]], "end_date (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.end_date"]], "end_date (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.end_date"]], "end_date (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.end_date"]], "end_date (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.end_date"]], "end_folder (aapi.job.job attribute)": [[0, "aapi.job.Job.end_folder"]], "end_job_not_ok (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.end_job_not_ok"]], "endpoint_dest_ftp_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_dest_ftp_list"]], "endpoint_dest_ftps_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_dest_ftps_list"]], "endpoint_dest_local_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_dest_local_list"]], "endpoint_dest_sftp_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_dest_sftp_list"]], "endpoint_src_ftp_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_src_ftp_list"]], "endpoint_src_ftps_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_src_ftps_list"]], "endpoint_src_local_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_src_local_list"]], "endpoint_src_sftp_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_src_sftp_list"]], "environment (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.environment"]], "error_level (aapi.sitestandardpolicy.sitestandardpolicy attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.error_level"]], "event (aapi.condition.condition attribute)": [[0, "aapi.condition.Condition.event"]], "event (aapi.event.event attribute)": [[0, "aapi.event.Event.event"]], "event_format (aapi.sitestandard.sitestandard attribute)": [[0, "aapi.sitestandard.SiteStandard.event_format"]], "event_id (aapi.job.jobsapr3triggersapevent attribute)": [[0, "aapi.job.JobSAPR3TriggerSapEvent.event_id"]], "event_id (aapi.job.jobsapr3watchsapevent attribute)": [[0, "aapi.job.JobSAPR3WatchSapEvent.event_id"]], "event_list (aapi.job.job attribute)": [[0, "aapi.job.Job.event_list"]], "event_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.event_list"]], "events (aapi.addevents.addevents attribute)": [[0, "aapi.addevents.AddEvents.events"]], "events (aapi.deleteevents.deleteevents attribute)": [[0, "aapi.deleteevents.DeleteEvents.events"]], "events (aapi.waitforevents.waitforevents attribute)": [[0, "aapi.waitforevents.WaitForEvents.events"]], "events_to_add (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.events_to_add"]], "events_to_add (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.events_to_add"]], "events_to_add (aapi.job.job attribute)": [[0, "aapi.job.Job.events_to_add"]], "events_to_add (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.events_to_add"]], "events_to_delete (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.events_to_delete"]], "events_to_delete (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.events_to_delete"]], "events_to_delete (aapi.job.job attribute)": [[0, "aapi.job.Job.events_to_delete"]], "events_to_delete (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.events_to_delete"]], "every (aapi.basefolder.folder.rerun attribute)": [[0, "aapi.basefolder.Folder.Rerun.every"]], "every (aapi.basefolder.folder.rerunlimit attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.every"]], "every (aapi.folderjobbase.folderjobbasesmart.rerun attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.every"]], "every (aapi.job.job.rerun attribute)": [[0, "aapi.job.Job.Rerun.every"]], "every (aapi.job.job.rerunlimit attribute)": [[0, "aapi.job.Job.RerunLimit.every"]], "except_for_characters (aapi.businessparameter.businessparameter.characters.any attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.Any.except_for_characters"]], "except_for_characters (aapi.internalrule.internalrule.characters.any attribute)": [[0, "aapi.internalrule.InternalRule.Characters.Any.except_for_characters"]], "exception_policy (aapi.calendar.calendarrulebased.when.confirmationcalendars attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.exception_policy"]], "exception_policy (aapi.calendar.calendarrulebasedcalendar.when.confirmationcalendars attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.exception_policy"]], "exception_policy (aapi.job.job.when.confirmationcalendars attribute)": [[0, "aapi.job.Job.When.ConfirmationCalendars.exception_policy"]], "exception_policy (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.exception_policy"]], "exclude (aapi.businessparameter.businessparameter attribute)": [[0, "aapi.businessparameter.BusinessParameter.exclude"]], "exclude (aapi.internalrule.internalrule attribute)": [[0, "aapi.internalrule.InternalRule.exclude"]], "exclude_job_output (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.exclude_job_output"]], "exclude_wildcard (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.exclude_wildcard"]], "excluded (aapi.basefolder.folder.when.rulebasedcalendars attribute)": [[0, "aapi.basefolder.Folder.When.RuleBasedCalendars.excluded"]], "excluded (aapi.folderjobbase.subfolder.when.rulebasedcalendars attribute)": [[0, "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars.excluded"]], "excluded (aapi.job.job.when.rulebasedcalendars attribute)": [[0, "aapi.job.Job.When.RuleBasedCalendars.excluded"]], "exec (aapi.job.jobsapr3batchinputsession attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.exec"]], "exec (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.exec"]], "exec (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.exec"]], "exec (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.exec"]], "execution_name (aapi.job.jobawsstepfunction attribute)": [[0, "aapi.job.JobAWSStepFunction.execution_name"]], "execution_timeout (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.execution_timeout"]], "external_c_p_u_p_i_n (aapi.job.jobtandemexternalprocess attribute)": [[0, "aapi.job.JobTandemExternalProcess.external_c_p_u_p_i_n"]], "external_process_id (aapi.job.jobtandemexternalprocess attribute)": [[0, "aapi.job.JobTandemExternalProcess.external_process_id"]], "extraction_rules (aapi.connectionprofile.connectionprofilehadoop.oozie attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Oozie.extraction_rules"]], "fail_job_on_command_failure (aapi.job.jobhadoop.postcommands attribute)": [[0, "aapi.job.JobHadoop.PostCommands.fail_job_on_command_failure"]], "fail_job_on_command_failure (aapi.job.jobhadoop.precommands attribute)": [[0, "aapi.job.JobHadoop.PreCommands.fail_job_on_command_failure"]], "feb (aapi.year.year attribute)": [[0, "aapi.year.Year.feb"]], "field() (aapi.ai.aiconnectionprofile static method)": [[0, "aapi.ai.AIConnectionProfile.field"]], "field() (aapi.ai.aijob static method)": [[0, "aapi.ai.AIJob.field"]], "field_optional() (aapi.ai.aiconnectionprofile static method)": [[0, "aapi.ai.AIConnectionProfile.field_optional"]], "field_optional() (aapi.ai.aijob static method)": [[0, "aapi.ai.AIJob.field_optional"]], "file_name (aapi.basefolder.folder.documentationfile attribute)": [[0, "aapi.basefolder.Folder.DocumentationFile.file_name"]], "file_name (aapi.basefolder.folder.documentationurl attribute)": [[0, "aapi.basefolder.Folder.DocumentationUrl.file_name"]], "file_name (aapi.folderjobbase.folderjobbase.documentationfile attribute)": [[0, "aapi.folderjobbase.FolderJobBase.DocumentationFile.file_name"]], "file_name (aapi.folderjobbase.folderjobbase.documentationurl attribute)": [[0, "aapi.folderjobbase.FolderJobBase.DocumentationUrl.file_name"]], "file_name (aapi.job.job attribute)": [[0, "aapi.job.Job.file_name"]], "file_name (aapi.job.job.documentationfile attribute)": [[0, "aapi.job.Job.DocumentationFile.file_name"]], "file_name (aapi.job.job.documentationurl attribute)": [[0, "aapi.job.Job.DocumentationUrl.file_name"]], "file_name (aapi.job.jobembeddedscript attribute)": [[0, "aapi.job.JobEmbeddedScript.file_name"]], "file_name (aapi.job.jobscript attribute)": [[0, "aapi.job.JobScript.file_name"]], "file_path (aapi.job.job attribute)": [[0, "aapi.job.Job.file_path"]], "file_path (aapi.job.jobscript attribute)": [[0, "aapi.job.JobScript.file_path"]], "file_size_interval (aapi.job.jobfilewatchercreate attribute)": [[0, "aapi.job.JobFileWatcherCreate.file_size_interval"]], "file_transfers (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.file_transfers"]], "file_watcher_options (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.file_watcher_options"]], "filter (aapi.workloadpolicy.workloadpolicy attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.filter"]], "flow_list (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.flow_list"]], "flow_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.flow_list"]], "folder (aapi.folderjobbase.subfolder.pathelement attribute)": [[0, "aapi.folderjobbase.SubFolder.PathElement.folder"]], "folder (aapi.job.job.pathelement attribute)": [[0, "aapi.job.Job.PathElement.folder"]], "folder (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.folder"]], "folder (aapi.sitestandardpolicy.sitestandardpolicy.applyon attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.ApplyOn.folder"]], "folder (aapi.workloadpolicy.workloadpolicy.filter attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter.folder"]], "folder_client_data_list (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.folder_client_data_list"]], "folder_library (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.folder_library"]], "folder_name (aapi.extractrule.extractrule attribute)": [[0, "aapi.extractrule.ExtractRule.folder_name"]], "forward_by (aapi.captureoutput.actioncaptureoutput attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.forward_by"]], "from_ (aapi.basefolder.folder.rerun attribute)": [[0, "aapi.basefolder.Folder.Rerun.from_"]], "from_ (aapi.basefolder.folder.rerunintervals attribute)": [[0, "aapi.basefolder.Folder.RerunIntervals.from_"]], "from_ (aapi.basefolder.folder.rerunlimit attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.from_"]], "from_ (aapi.folderjobbase.folderjobbasesmart.rerun attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.from_"]], "from_ (aapi.folderjobbase.folderjobbasesmart.rerunintervals attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.from_"]], "from_ (aapi.job.job.rerun attribute)": [[0, "aapi.job.Job.Rerun.from_"]], "from_ (aapi.job.job.rerunintervals attribute)": [[0, "aapi.job.Job.RerunIntervals.from_"]], "from_ (aapi.job.job.rerunlimit attribute)": [[0, "aapi.job.Job.RerunLimit.from_"]], "from_class (aapi.job.jobzos.outputhandling attribute)": [[0, "aapi.job.JobZOS.OutputHandling.from_class"]], "from_date (aapi.resourcepools.resourcepools.rangedates attribute)": [[0, "aapi.resourcepools.ResourcePools.RangeDates.from_date"]], "from_date (aapi.resourcepools.resourcepools.rangedateswithtimes attribute)": [[0, "aapi.resourcepools.ResourcePools.RangeDatesWithTimes.from_date"]], "from_date (aapi.runningjobs.runningjobs.rangedates attribute)": [[0, "aapi.runningjobs.RunningJobs.RangeDates.from_date"]], "from_date (aapi.runningjobs.runningjobs.rangedateswithtimes attribute)": [[0, "aapi.runningjobs.RunningJobs.RangeDatesWithTimes.from_date"]], "from_day (aapi.resourcepools.resourcepools.weekdaysrange attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.from_day"]], "from_day (aapi.runningjobs.runningjobs.weekdaysrange attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.from_day"]], "from_procedure (aapi.ifrerun.actionrestart attribute)": [[0, "aapi.ifrerun.ActionRestart.from_procedure"]], "from_procedure (aapi.steprange.steprange attribute)": [[0, "aapi.steprange.StepRange.from_procedure"]], "from_program (aapi.ifrerun.actionrestart attribute)": [[0, "aapi.ifrerun.ActionRestart.from_program"]], "from_program (aapi.steprange.steprange attribute)": [[0, "aapi.steprange.StepRange.from_program"]], "from_time (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.from_time"]], "from_time (aapi.folderjobbase.subfolder.when attribute)": [[0, "aapi.folderjobbase.SubFolder.When.from_time"]], "from_time (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.from_time"]], "from_time (aapi.resourcepools.resourcepools.rangedateswithtimes attribute)": [[0, "aapi.resourcepools.ResourcePools.RangeDatesWithTimes.from_time"]], "from_time (aapi.resourcepools.resourcepools.specifictime attribute)": [[0, "aapi.resourcepools.ResourcePools.SpecificTime.from_time"]], "from_time (aapi.resourcepools.resourcepools.weekdaysrange attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.from_time"]], "from_time (aapi.runningjobs.runningjobs.rangedateswithtimes attribute)": [[0, "aapi.runningjobs.RunningJobs.RangeDatesWithTimes.from_time"]], "from_time (aapi.runningjobs.runningjobs.specifictime attribute)": [[0, "aapi.runningjobs.RunningJobs.SpecificTime.from_time"]], "from_time (aapi.runningjobs.runningjobs.weekdaysrange attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.from_time"]], "full_file_path (aapi.job.jobhadooptajoinputfile attribute)": [[0, "aapi.job.JobHadoopTajoInputFile.full_file_path"]], "function (aapi.job.jobazurefunction attribute)": [[0, "aapi.job.JobAzureFunction.function"]], "function_app (aapi.job.jobazurefunction attribute)": [[0, "aapi.job.JobAzureFunction.function_app"]], "function_name (aapi.job.jobawslambda attribute)": [[0, "aapi.job.JobAWSLambda.function_name"]], "gcs_bucket_name_dest (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.gcs_bucket_name_dest"]], "gcs_bucket_name_src (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.gcs_bucket_name_src"]], "gcs_service_account_key (aapi.connectionprofile.connectionprofilefiletransfergcs attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGcs.gcs_service_account_key"]], "gcs_service_account_key_file_name (aapi.connectionprofile.connectionprofilefiletransfergcs attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGcs.gcs_service_account_key_file_name"]], "general_options (aapi.job.jobhadoopmapredstreaming attribute)": [[0, "aapi.job.JobHadoopMapredStreaming.general_options"]], "group_accounts (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.group_accounts"]], "group_logon (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.group_logon"]], "group_name (aapi.connectionprofile.connectionprofilesap.grouplogon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.GroupLogon.group_name"]], "hdfs_file_path (aapi.job.jobhadoophdfsfilewatcher attribute)": [[0, "aapi.job.JobHadoopHDFSFileWatcher.hdfs_file_path"]], "history (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.history"]], "hive (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.hive"]], "hive_archives (aapi.job.jobhadoophive attribute)": [[0, "aapi.job.JobHadoopHive.hive_archives"]], "hive_files (aapi.job.jobhadoophive attribute)": [[0, "aapi.job.JobHadoopHive.hive_files"]], "hive_options (aapi.job.jobhadoophive attribute)": [[0, "aapi.job.JobHadoopHive.hive_options"]], "hive_script (aapi.job.jobhadoophive attribute)": [[0, "aapi.job.JobHadoopHive.hive_script"]], "home_directory (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.home_directory"]], "home_directory (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.home_directory"]], "host (aapi.connectionprofile.connectionprofileaws.proxysettings attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.ProxySettings.host"]], "host (aapi.connectionprofile.connectionprofileairflowstandalone attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowStandalone.host"]], "host (aapi.connectionprofile.connectionprofiledatabasedb2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseDB2.host"]], "host (aapi.connectionprofile.connectionprofiledatabasejdbc attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseJDBC.host"]], "host (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.host"]], "host (aapi.connectionprofile.connectionprofiledatabaseoraclesid attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleSID.host"]], "host (aapi.connectionprofile.connectionprofiledatabaseoracleservicename attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleServiceName.host"]], "host (aapi.connectionprofile.connectionprofiledatabasepostgresql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql.host"]], "host (aapi.connectionprofile.connectionprofiledatabasesybase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseSybase.host"]], "host (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.host"]], "host (aapi.connectionprofile.connectionprofilehadoop.oozie attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Oozie.host"]], "host (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.host"]], "host (aapi.connectionprofile.connectionprofilesap.applicationserverlogon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.ApplicationServerLogon.host"]], "host (aapi.hostmapping.hostmapping attribute)": [[0, "aapi.hostmapping.HostMapping.host"]], "host (aapi.job.job attribute)": [[0, "aapi.job.Job.host"]], "host (aapi.workloadpolicy.workloadpolicy.filter attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter.host"]], "host_mappings (aapi.workloadpolicy.workloadpolicy attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.host_mappings"]], "host_name (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.host_name"]], "host_name (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.host_name"]], "hours (aapi.basefolder.folder.mustend attribute)": [[0, "aapi.basefolder.Folder.MustEnd.hours"]], "hours (aapi.job.jobzos.mustend attribute)": [[0, "aapi.job.JobZOS.MustEnd.hours"]], "http_authentication (aapi.connectionprofile.connectionprofilewsconfig attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWSCONFIG.http_authentication"]], "http_authentication (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.http_authentication"]], "http_connection_timeout (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.http_connection_timeout"]], "http_non_proxy_hosts (aapi.connectionprofile.connectionprofilewsconfig attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWSCONFIG.http_non_proxy_hosts"]], "http_proxy_host (aapi.connectionprofile.connectionprofilewsconfig attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWSCONFIG.http_proxy_host"]], "http_proxy_port (aapi.connectionprofile.connectionprofilewsconfig attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWSCONFIG.http_proxy_port"]], "i_f_s_script_file_location (aapi.job.jobos400fullscriptfile attribute)": [[0, "aapi.job.JobOS400FullScriptFile.i_f_s_script_file_location"]], "i_f_s_script_file_location (aapi.job.jobos400fullvirtualterminal attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.i_f_s_script_file_location"]], "i_f_s_script_file_location (aapi.job.jobos400virtualterminal attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.i_f_s_script_file_location"]], "iam_role (aapi.connectionprofile.connectionprofileaws attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.iam_role"]], "id (aapi.job.jobsapbwprocesschain attribute)": [[0, "aapi.job.JobSAPBWProcessChain.id"]], "id (aapi.job.jobtandemexternalprocess.externalprocessid attribute)": [[0, "aapi.job.JobTandemExternalProcess.ExternalProcessId.id"]], "if_collection_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.if_collection_list"]], "if_exist (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.if_exist"]], "if_fail (aapi.resource.resourcelock attribute)": [[0, "aapi.resource.ResourceLock.if_fail"]], "if_fail (aapi.resource.resourcepool attribute)": [[0, "aapi.resource.ResourcePool.if_fail"]], "if_list (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.if_list"]], "if_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.if_list"]], "if_list (aapi.job.job attribute)": [[0, "aapi.job.Job.if_list"]], "if_ok (aapi.resource.resourcepool attribute)": [[0, "aapi.resource.ResourcePool.if_ok"]], "ifs (aapi.ifcollection.ifcollection attribute)": [[0, "aapi.ifcollection.IfCollection.ifs"]], "include (aapi.businessparameter.businessparameter attribute)": [[0, "aapi.businessparameter.BusinessParameter.include"]], "include (aapi.internalrule.internalrule attribute)": [[0, "aapi.internalrule.InternalRule.include"]], "include_title_in_output (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.include_title_in_output"]], "included (aapi.basefolder.folder.when.rulebasedcalendars attribute)": [[0, "aapi.basefolder.Folder.When.RuleBasedCalendars.included"]], "included (aapi.folderjobbase.subfolder.when.rulebasedcalendars attribute)": [[0, "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars.included"]], "included (aapi.job.job.when.rulebasedcalendars attribute)": [[0, "aapi.job.Job.When.RuleBasedCalendars.included"]], "info_package (aapi.job.jobsapbwinfopackage attribute)": [[0, "aapi.job.JobSAPBWInfoPackage.info_package"]], "input (aapi.job.jobawsstepfunction attribute)": [[0, "aapi.job.JobAWSStepFunction.input"]], "input_file (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.input_file"]], "input_parameters (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.input_parameters"]], "input_path (aapi.job.jobhadoopmapredstreaming attribute)": [[0, "aapi.job.JobHadoopMapredStreaming.input_path"]], "instance_name (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.instance_name"]], "integration_service (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.integration_service"]], "internal_rules (aapi.sitestandard.sitestandard attribute)": [[0, "aapi.sitestandard.SiteStandard.internal_rules"]], "intervals (aapi.basefolder.folder.rerunintervals attribute)": [[0, "aapi.basefolder.Folder.RerunIntervals.intervals"]], "intervals (aapi.folderjobbase.folderjobbasesmart.rerunintervals attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.intervals"]], "intervals (aapi.job.job.rerunintervals attribute)": [[0, "aapi.job.Job.RerunIntervals.intervals"]], "is_solution_manager_connection_profile (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.is_solution_manager_connection_profile"]], "iterations (aapi.job.jobfilewatchercreate attribute)": [[0, "aapi.job.JobFileWatcherCreate.iterations"]], "jan (aapi.year.year attribute)": [[0, "aapi.year.Year.jan"]], "java_profile (aapi.job.jobjava attribute)": [[0, "aapi.job.JobJava.java_profile"]], "jcl (aapi.job.jobzosinstreamjcl attribute)": [[0, "aapi.job.JobZOSInStreamJCL.jcl"]], "job (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.job"]], "job_attempts (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.job_attempts"]], "job_class (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.job_class"]], "job_class (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.job_class"]], "job_completion_status_depends_on_child_jobs_status (aapi.job.jobsapbw.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.job_completion_status_depends_on_child_jobs_status"]], "job_completion_status_depends_on_child_jobs_status (aapi.job.jobsapr3copy.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.job_completion_status_depends_on_child_jobs_status"]], "job_completion_status_depends_on_child_jobs_status (aapi.job.jobsapr3create.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.job_completion_status_depends_on_child_jobs_status"]], "job_completion_status_depends_on_child_jobs_status (aapi.job.jobsapr3monitorsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.job_completion_status_depends_on_child_jobs_status"]], "job_completion_status_depends_on_child_jobs_status (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.job_completion_status_depends_on_child_jobs_status"]], "job_completion_status_will_depend_on_application_status (aapi.job.jobsapr3copy.postjobaction attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.job_completion_status_will_depend_on_application_status"]], "job_completion_status_will_depend_on_application_status (aapi.job.jobsapr3create.postjobaction attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.job_completion_status_will_depend_on_application_status"]], "job_completion_status_will_depend_on_application_status (aapi.job.jobsapr3predefinedsapjob.postjobaction attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.job_completion_status_will_depend_on_application_status"]], "job_count (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.job_count"]], "job_count (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.job_count"]], "job_count (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.job_count"]], "job_count_specific_name (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.job_count_specific_name"]], "job_count_specific_name (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.job_count_specific_name"]], "job_count_specific_name (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.job_count_specific_name"]], "job_definition (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.job_definition"]], "job_definition_revision (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.job_definition_revision"]], "job_depends_on (aapi.job.jobawsbatch.dependson attribute)": [[0, "aapi.job.JobAWSBatch.DependsOn.job_depends_on"]], "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap (aapi.job.jobsapbw.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"]], "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap (aapi.job.jobsapr3copy.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"]], "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap (aapi.job.jobsapr3create.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"]], "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap (aapi.job.jobsapr3monitorsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"]], "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"]], "job_id (aapi.job.jobazurebatchaccount attribute)": [[0, "aapi.job.JobAzureBatchAccount.job_id"]], "job_list (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.job_list"]], "job_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.job_list"]], "job_log (aapi.job.jobsapr3copy.postjobaction attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.job_log"]], "job_log (aapi.job.jobsapr3create.postjobaction attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.job_log"]], "job_log (aapi.job.jobsapr3predefinedsapjob.postjobaction attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.job_log"]], "job_log_file (aapi.job.jobsapr3copy.postjobaction attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.job_log_file"]], "job_log_file (aapi.job.jobsapr3create.postjobaction attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.job_log_file"]], "job_log_file (aapi.job.jobsapr3predefinedsapjob.postjobaction attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.job_log_file"]], "job_name (aapi.extractrule.extractrule attribute)": [[0, "aapi.extractrule.ExtractRule.job_name"]], "job_name (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.job_name"]], "job_name (aapi.job.jobdatabasemssqlagentjob attribute)": [[0, "aapi.job.JobDatabaseMSSQLAgentJob.job_name"]], "job_name (aapi.job.jobsapbw.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.job_name"]], "job_name (aapi.job.jobsapdataarchivingdelete attribute)": [[0, "aapi.job.JobSAPDataArchivingDelete.job_name"]], "job_name (aapi.job.jobsapdataarchivingstore attribute)": [[0, "aapi.job.JobSAPDataArchivingStore.job_name"]], "job_name (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.job_name"]], "job_name (aapi.job.jobsapdataarchivingwrite.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.job_name"]], "job_name (aapi.job.jobsapr3copy.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.job_name"]], "job_name (aapi.job.jobsapr3create.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.job_name"]], "job_name (aapi.job.jobsapr3monitorsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.job_name"]], "job_name (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.job_name"]], "job_name (aapi.workloadpolicy.workloadpolicy.filter attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter.job_name"]], "job_not_submitted (aapi.ifbase.ifjobnotsubmitted attribute)": [[0, "aapi.ifbase.IfJobNotSubmitted.job_not_submitted"]], "job_output_not_found (aapi.ifbase.ifjoboutputnotfound attribute)": [[0, "aapi.ifbase.IfJobOutputNotFound.job_output_not_found"]], "job_owner (aapi.job.jobtandem attribute)": [[0, "aapi.job.JobTandem.job_owner"]], "job_preset (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.job_preset"]], "job_properties_file (aapi.job.jobhadoopoozie attribute)": [[0, "aapi.job.JobHadoopOozie.job_properties_file"]], "job_queue (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.job_queue"]], "job_runs_deviations_tolerance (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.job_runs_deviations_tolerance"]], "job_runs_to_retain_data (aapi.job.jobzos.archiving attribute)": [[0, "aapi.job.JobZOS.Archiving.job_runs_to_retain_data"]], "job_tag_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.job_tag_list"]], "job_tag_list (aapi.job.job attribute)": [[0, "aapi.job.Job.job_tag_list"]], "job_tag_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.job_tag_list"]], "job_type (aapi.workloadpolicy.workloadpolicy.filter attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter.job_type"]], "jobs (aapi.job.jobibmcognos attribute)": [[0, "aapi.job.JobIBMCognos.jobs"]], "jul (aapi.year.year attribute)": [[0, "aapi.year.Year.jul"]], "jun (aapi.year.year attribute)": [[0, "aapi.year.Year.jun"]], "key_tab_path (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.key_tab_path"]], "language (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.language"]], "language (aapi.job.jobsapdataarchivingwrite.variant attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.Variant.language"]], "lib (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.lib"]], "library (aapi.folderjobbase.subfolder.pathelement attribute)": [[0, "aapi.folderjobbase.SubFolder.PathElement.library"]], "library (aapi.job.job.pathelement attribute)": [[0, "aapi.job.Job.PathElement.library"]], "library (aapi.job.jobos400fulldescriptionjob attribute)": [[0, "aapi.job.JobOS400FullDescriptionJob.library"]], "library (aapi.job.jobos400fullprogram attribute)": [[0, "aapi.job.JobOS400FullProgram.library"]], "library (aapi.job.jobos400fullscriptfile.nativescriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.NativeScriptFileLocation.library"]], "library (aapi.job.jobos400fullsubsystem attribute)": [[0, "aapi.job.JobOS400FullSubSystem.library"]], "library (aapi.job.jobos400program attribute)": [[0, "aapi.job.JobOS400Program.library"]], "line_comment (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.line_comment"]], "lines (aapi.captureoutput.actioncaptureoutput.forwardby attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.lines"]], "location (aapi.connectionprofile.connectionprofileazure.batch attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.Batch.location"]], "location (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.location"]], "location (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.location"]], "lock_type (aapi.resource.resourcelock attribute)": [[0, "aapi.resource.ResourceLock.lock_type"]], "logic_app_name (aapi.job.jobazurelogicapps attribute)": [[0, "aapi.job.JobAzureLogicApps.logic_app_name"]], "login_body (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.login_body"]], "login_header (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.login_header"]], "login_url (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.login_url"]], "lowercase_letters (aapi.businessparameter.businessparameter.characters.alphanumeric attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.Alphanumeric.lowercase_letters"]], "lowercase_letters (aapi.internalrule.internalrule.characters.alphanumeric attribute)": [[0, "aapi.internalrule.InternalRule.Characters.Alphanumeric.lowercase_letters"]], "main_class (aapi.job.jobhadoopmapreduce attribute)": [[0, "aapi.job.JobHadoopMapReduce.main_class"]], "main_class (aapi.job.jobhadoopsparkscalajava attribute)": [[0, "aapi.job.JobHadoopSparkScalaJava.main_class"]], "map_to (aapi.hostmapping.hostmapping attribute)": [[0, "aapi.hostmapping.HostMapping.map_to"]], "mapper_command (aapi.job.jobhadoopmapredstreaming attribute)": [[0, "aapi.job.JobHadoopMapredStreaming.mapper_command"]], "mar (aapi.year.year attribute)": [[0, "aapi.year.Year.mar"]], "master_server_name (aapi.connectionprofile.connectionprofilehadoop.tajo attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Tajo.master_server_name"]], "master_server_port (aapi.connectionprofile.connectionprofilehadoop.tajo attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Tajo.master_server_port"]], "max (aapi.ifbase.ifvariablevalue.rangevariablevalue attribute)": [[0, "aapi.ifbase.IfVariableValue.RangeVariableValue.max"]], "max_concurrent_connections (aapi.connectionprofile.connectionprofiledatabase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase.max_concurrent_connections"]], "max_concurrent_connections (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.max_concurrent_connections"]], "max_file_age (aapi.filetransfer.filetransfer.filewatcheroptions attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.max_file_age"]], "max_tries (aapi.job.jobazurebatchaccount attribute)": [[0, "aapi.job.JobAzureBatchAccount.max_tries"]], "max_wait (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.max_wait"]], "max_wait_time (aapi.job.jobhadoophdfsfilewatcher attribute)": [[0, "aapi.job.JobHadoopHDFSFileWatcher.max_wait_time"]], "maximal_age (aapi.job.jobfilewatchercreate attribute)": [[0, "aapi.job.JobFileWatcherCreate.maximal_age"]], "maximum_length (aapi.businessparameter.businessparameter.characters attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.maximum_length"]], "maximum_length (aapi.internalrule.internalrule.characters attribute)": [[0, "aapi.internalrule.InternalRule.Characters.maximum_length"]], "may (aapi.year.year attribute)": [[0, "aapi.year.Year.may"]], "member (aapi.job.jobzosinstreamjcl attribute)": [[0, "aapi.job.JobZOSInStreamJCL.member"]], "member (aapi.job.jobzosmember attribute)": [[0, "aapi.job.JobZOSMember.member"]], "member_library (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.member_library"]], "member_library (aapi.job.jobzosinstreamjcl attribute)": [[0, "aapi.job.JobZOSInStreamJCL.member_library"]], "member_library (aapi.job.jobzosmember attribute)": [[0, "aapi.job.JobZOSMember.member_library"]], "memory (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.memory"]], "message (aapi.donotify.actionnotify attribute)": [[0, "aapi.donotify.ActionNotify.message"]], "message (aapi.mail.actionmail attribute)": [[0, "aapi.mail.ActionMail.message"]], "message (aapi.notify.notify attribute)": [[0, "aapi.notify.Notify.message"]], "message (aapi.remedy.actionremedy attribute)": [[0, "aapi.remedy.ActionRemedy.message"]], "message_server_host_name (aapi.connectionprofile.connectionprofilesap.grouplogon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.GroupLogon.message_server_host_name"]], "method (aapi.job.jobjava attribute)": [[0, "aapi.job.JobJava.method"]], "min (aapi.ifbase.ifvariablevalue.rangevariablevalue attribute)": [[0, "aapi.ifbase.IfVariableValue.RangeVariableValue.min"]], "min_detected_size (aapi.job.jobhadoophdfsfilewatcher attribute)": [[0, "aapi.job.JobHadoopHDFSFileWatcher.min_detected_size"]], "min_detected_size_in_bytes (aapi.filetransfer.filetransfer.filewatcheroptions attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.min_detected_size_in_bytes"]], "min_file_age (aapi.filetransfer.filetransfer.filewatcheroptions attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.min_file_age"]], "minimal_age (aapi.job.jobfilewatchercreate attribute)": [[0, "aapi.job.JobFileWatcherCreate.minimal_age"]], "minimum_length (aapi.businessparameter.businessparameter.characters attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.minimum_length"]], "minimum_length (aapi.internalrule.internalrule.characters attribute)": [[0, "aapi.internalrule.InternalRule.Characters.minimum_length"]], "minimum_number_of_tracks (aapi.job.jobzos.scheduling attribute)": [[0, "aapi.job.JobZOS.Scheduling.minimum_number_of_tracks"]], "minimum_size (aapi.job.jobfilewatchercreate attribute)": [[0, "aapi.job.JobFileWatcherCreate.minimum_size"]], "minutes (aapi.basefolder.folder.mustend attribute)": [[0, "aapi.basefolder.Folder.MustEnd.minutes"]], "minutes (aapi.job.jobzos.mustend attribute)": [[0, "aapi.job.JobZOS.MustEnd.minutes"]], "mode (aapi.connectionprofile.connectionprofilefiletransferas2.requestreceiptparameters attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.mode"]], "module": [[0, "module-aapi"], [0, "module-aapi.action"], [0, "module-aapi.addevents"], [0, "module-aapi.ai"], [0, "module-aapi.basefolder"], [0, "module-aapi.bases"], [0, "module-aapi.businessfield"], [0, "module-aapi.businessparameter"], [0, "module-aapi.calendar"], [0, "module-aapi.calendarfields"], [0, "module-aapi.calendarkey"], [0, "module-aapi.captureoutput"], [0, "module-aapi.condition"], [0, "module-aapi.config"], [0, "module-aapi.connectionprofile"], [0, "module-aapi.ctbruledata"], [0, "module-aapi.date"], [0, "module-aapi.definitionitemdetails"], [0, "module-aapi.deleteevents"], [0, "module-aapi.disallowedoptions"], [0, "module-aapi.do"], [0, "module-aapi.donotify"], [0, "module-aapi.driver"], [0, "module-aapi.endpoint"], [0, "module-aapi.event"], [0, "module-aapi.extractrule"], [0, "module-aapi.filetransfer"], [0, "module-aapi.filetransfergroup"], [0, "module-aapi.flow_"], [0, "module-aapi.folderclientdata"], [0, "module-aapi.folderjobbase"], [0, "module-aapi.hostfiletransfer"], [0, "module-aapi.hostmapping"], [0, "module-aapi.ifbase"], [0, "module-aapi.ifcollection"], [0, "module-aapi.ifrerun"], [0, "module-aapi.internalrule"], [0, "module-aapi.iteminfo"], [0, "module-aapi.job"], [0, "module-aapi.jobsfilter"], [0, "module-aapi.jobtag"], [0, "module-aapi.mail"], [0, "module-aapi.notify"], [0, "module-aapi.on"], [0, "module-aapi.output"], [0, "module-aapi.package"], [0, "module-aapi.packageparams"], [0, "module-aapi.period"], [0, "module-aapi.possibleoptions"], [0, "module-aapi.propertycondition"], [0, "module-aapi.rbcdetails"], [0, "module-aapi.remedy"], [0, "module-aapi.resource"], [0, "module-aapi.resourcepools"], [0, "module-aapi.run"], [0, "module-aapi.runningjobs"], [0, "module-aapi.set_"], [0, "module-aapi.sitestandard"], [0, "module-aapi.sitestandarddata"], [0, "module-aapi.sitestandardoperatorvalueoptions"], [0, "module-aapi.sitestandardpolicy"], [0, "module-aapi.sitestandardpolicydata"], [0, "module-aapi.sitestandardpossiblevalue"], [0, "module-aapi.sitestandardrestriction"], [0, "module-aapi.steprange"], [0, "module-aapi.tag"], [0, "module-aapi.time"], [0, "module-aapi.variable"], [0, "module-aapi.waitforevents"], [0, "module-aapi.workloadflat"], [0, "module-aapi.workloadpolicy"], [0, "module-aapi.wpperiod"], [0, "module-aapi.year"], [1, "module-aapi.integration_factory"], [1, "module-aapi.integration_factory.connection_profiles"], [1, "module-aapi.integration_factory.jobs"], [3, "module-ctm_python_client"], [4, "module-ctm_python_client.core"], [4, "module-ctm_python_client.core.comm"], [4, "module-ctm_python_client.core.credential"], [4, "module-ctm_python_client.core.monitoring"], [4, "module-ctm_python_client.core.workflow"], [5, "module-ctm_python_client.ext"], [5, "module-ctm_python_client.ext.credential"], [5, "module-ctm_python_client.ext.viz"]], "month_days (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.month_days"]], "month_days (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.month_days"]], "month_days (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.month_days"]], "month_days (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.month_days"]], "month_days_calendar (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.month_days_calendar"]], "month_days_calendar (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.month_days_calendar"]], "month_days_calendar (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.month_days_calendar"]], "month_days_calendar (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.month_days_calendar"]], "month_days_calendar (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.month_days_calendar"]], "months (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.months"]], "months (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.months"]], "months (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.months"]], "months (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.months"]], "must_end (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.must_end"]], "must_end (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.must_end"]], "name (aapi.ctbruledata.actioncontrolmanalyzerrule attribute)": [[0, "aapi.ctbruledata.ActionControlMAnalyzerRule.name"]], "name (aapi.job.jobsapdataarchivingwrite.variant attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.Variant.name"]], "name (aapi.job.jobsapr3batchinputsession.pattern attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.Pattern.name"]], "name (aapi.job.jobsapr3batchinputsession.session attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.Session.name"]], "name (aapi.package.package attribute)": [[0, "aapi.package.Package.name"]], "name (aapi.packageparams.packageparams attribute)": [[0, "aapi.packageparams.PackageParams.name"]], "native_script_file_location (aapi.job.jobos400fullscriptfile attribute)": [[0, "aapi.job.JobOS400FullScriptFile.native_script_file_location"]], "native_script_file_location (aapi.job.jobos400fullvirtualterminal attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.native_script_file_location"]], "native_script_file_location (aapi.job.jobos400virtualterminal attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.native_script_file_location"]], "new_job_name (aapi.job.jobsapr3 attribute)": [[0, "aapi.job.JobSAPR3.new_job_name"]], "new_job_name (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.new_job_name"]], "new_job_name (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.new_job_name"]], "new_virtual_machine_name (aapi.job.jobvmwareconfigurationclonevirtualmachine attribute)": [[0, "aapi.job.JobVMwareConfigurationCloneVirtualMachine.new_virtual_machine_name"]], "nosubstituteip (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.noSubstituteIP"]], "nosubstituteip (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.noSubstituteIP"]], "nosubstituteip (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.noSubstituteIP"]], "nosubstituteip (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.noSubstituteIP"]], "nosubstituteip (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.noSubstituteIP"]], "nosubstituteip (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.noSubstituteIP"]], "no_test_on_deploy (aapi.connectionprofile.connectionprofile attribute)": [[0, "aapi.connectionprofile.ConnectionProfile.no_test_on_deploy"]], "notify_list (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.notify_list"]], "notify_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.notify_list"]], "notify_list (aapi.job.job attribute)": [[0, "aapi.job.Job.notify_list"]], "notify_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.notify_list"]], "nov (aapi.year.year attribute)": [[0, "aapi.year.Year.nov"]], "nullflds (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.nullflds"]], "number_of_c_p_us (aapi.job.jobvmwareconfigurationreconfigurevirtualmachine attribute)": [[0, "aapi.job.JobVMwareConfigurationReconfigureVirtualMachine.number_of_c_p_us"]], "number_of_executions (aapi.ifbase.ifnumberofexecutions attribute)": [[0, "aapi.ifbase.IfNumberOfExecutions.number_of_executions"]], "number_of_failures (aapi.ifbase.ifnumberoffailures attribute)": [[0, "aapi.ifbase.IfNumberOfFailures.number_of_failures"]], "number_of_reruns (aapi.ifbase.ifnumberofreruns attribute)": [[0, "aapi.ifbase.IfNumberOfReruns.number_of_reruns"]], "number_of_retries (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.number_of_retries"]], "object (aapi.job.jobjava attribute)": [[0, "aapi.job.JobJava.object"]], "object_name (aapi.action.action attribute)": [[0, "aapi.action.Action.object_name"]], "object_name (aapi.action.actionrerun attribute)": [[0, "aapi.action.ActionRerun.object_name"]], "object_name (aapi.action.actionsettonotok attribute)": [[0, "aapi.action.ActionSetToNotOK.object_name"]], "object_name (aapi.action.actionsettook attribute)": [[0, "aapi.action.ActionSetToOK.object_name"]], "object_name (aapi.action.actionstopcyclicrun attribute)": [[0, "aapi.action.ActionStopCyclicRun.object_name"]], "object_name (aapi.addevents.addevents attribute)": [[0, "aapi.addevents.AddEvents.object_name"]], "object_name (aapi.ai.aiconnectionprofile attribute)": [[0, "aapi.ai.AIConnectionProfile.object_name"]], "object_name (aapi.ai.aijob attribute)": [[0, "aapi.ai.AIJob.object_name"]], "object_name (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.object_name"]], "object_name (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.object_name"]], "object_name (aapi.businessfield.businessfield attribute)": [[0, "aapi.businessfield.BusinessField.object_name"]], "object_name (aapi.businessparameter.businessparameter attribute)": [[0, "aapi.businessparameter.BusinessParameter.object_name"]], "object_name (aapi.calendar.calendar attribute)": [[0, "aapi.calendar.Calendar.object_name"]], "object_name (aapi.calendar.calendarperiodic attribute)": [[0, "aapi.calendar.CalendarPeriodic.object_name"]], "object_name (aapi.calendar.calendarregular attribute)": [[0, "aapi.calendar.CalendarRegular.object_name"]], "object_name (aapi.calendar.calendarrulebased attribute)": [[0, "aapi.calendar.CalendarRuleBased.object_name"]], "object_name (aapi.calendar.calendarrulebasedcalendar attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.object_name"]], "object_name (aapi.calendarfields.calendarfields attribute)": [[0, "aapi.calendarfields.CalendarFields.object_name"]], "object_name (aapi.calendarfields.calendarfieldsperiodic attribute)": [[0, "aapi.calendarfields.CalendarFieldsPeriodic.object_name"]], "object_name (aapi.calendarfields.calendarfieldsregular attribute)": [[0, "aapi.calendarfields.CalendarFieldsRegular.object_name"]], "object_name (aapi.calendarfields.calendarfieldsrulebased attribute)": [[0, "aapi.calendarfields.CalendarFieldsRuleBased.object_name"]], "object_name (aapi.calendarkey.calendarkey attribute)": [[0, "aapi.calendarkey.CalendarKey.object_name"]], "object_name (aapi.calendarkey.calendarkeyperiodic attribute)": [[0, "aapi.calendarkey.CalendarKeyPeriodic.object_name"]], "object_name (aapi.calendarkey.calendarkeyregular attribute)": [[0, "aapi.calendarkey.CalendarKeyRegular.object_name"]], "object_name (aapi.calendarkey.calendarkeyrulebased attribute)": [[0, "aapi.calendarkey.CalendarKeyRuleBased.object_name"]], "object_name (aapi.captureoutput.actioncaptureoutput attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.object_name"]], "object_name (aapi.config.config attribute)": [[0, "aapi.config.Config.object_name"]], "object_name (aapi.config.confighadoop attribute)": [[0, "aapi.config.ConfigHadoop.object_name"]], "object_name (aapi.connectionprofile.connectionprofile attribute)": [[0, "aapi.connectionprofile.ConnectionProfile.object_name"]], "object_name (aapi.connectionprofile.connectionprofileaws attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.object_name"]], "object_name (aapi.connectionprofile.connectionprofileairflow attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflow.object_name"]], "object_name (aapi.connectionprofile.connectionprofileairflowgooglecomposer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer.object_name"]], "object_name (aapi.connectionprofile.connectionprofileairflowstandalone attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowStandalone.object_name"]], "object_name (aapi.connectionprofile.connectionprofileazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabasedb2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseDB2.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabasejdbc attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseJDBC.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabasemssqlssis attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSqlSSIS.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabaseoracle attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracle.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabaseoracleconnectionstring attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleConnectionString.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabaseoraclesid attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleSID.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabaseoracleservicename attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleServiceName.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabasepostgresql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabasesybase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseSybase.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzure.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazureadcertificate attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazureadclientsecret attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdClientSecret.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazureaduserpass attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazureconnectionstring attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureConnectionString.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazuremanagedidentity attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureManagedIdentity.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazuresharedaccesssignature attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedAccessSignature.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazuresharedkey attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedKey.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferftp attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferftps attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransfergcs attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGcs.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferlocal attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferLocal.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransfers3 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransfers3amazon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3Amazon.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransfers3compatible attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3Compatible.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransfersftp attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferSFTP.object_name"]], "object_name (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.object_name"]], "object_name (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.object_name"]], "object_name (aapi.connectionprofile.connectionprofilepeoplesoft attribute)": [[0, "aapi.connectionprofile.ConnectionProfilePeopleSoft.object_name"]], "object_name (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.object_name"]], "object_name (aapi.connectionprofile.connectionprofilewsconfig attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWSCONFIG.object_name"]], "object_name (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.object_name"]], "object_name (aapi.ctbruledata.actioncontrolmanalyzerrule attribute)": [[0, "aapi.ctbruledata.ActionControlMAnalyzerRule.object_name"]], "object_name (aapi.date.date attribute)": [[0, "aapi.date.Date.object_name"]], "object_name (aapi.definitionitemdetails.definitionitemdetails attribute)": [[0, "aapi.definitionitemdetails.DefinitionItemDetails.object_name"]], "object_name (aapi.deleteevents.deleteevents attribute)": [[0, "aapi.deleteevents.DeleteEvents.object_name"]], "object_name (aapi.disallowedoptions.disallowedoptions attribute)": [[0, "aapi.disallowedoptions.DisallowedOptions.object_name"]], "object_name (aapi.do.do attribute)": [[0, "aapi.do.Do.object_name"]], "object_name (aapi.donotify.actionnotify attribute)": [[0, "aapi.donotify.ActionNotify.object_name"]], "object_name (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.object_name"]], "object_name (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.object_name"]], "object_name (aapi.endpoint.endpointdest attribute)": [[0, "aapi.endpoint.EndpointDest.object_name"]], "object_name (aapi.endpoint.endpointdestftp attribute)": [[0, "aapi.endpoint.EndpointDestFtp.object_name"]], "object_name (aapi.endpoint.endpointdestftps attribute)": [[0, "aapi.endpoint.EndpointDestFtps.object_name"]], "object_name (aapi.endpoint.endpointdestlocal attribute)": [[0, "aapi.endpoint.EndpointDestLocal.object_name"]], "object_name (aapi.endpoint.endpointdestsftp attribute)": [[0, "aapi.endpoint.EndpointDestSftp.object_name"]], "object_name (aapi.endpoint.endpointsrc attribute)": [[0, "aapi.endpoint.EndpointSrc.object_name"]], "object_name (aapi.endpoint.endpointsrcftp attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.object_name"]], "object_name (aapi.endpoint.endpointsrcftps attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.object_name"]], "object_name (aapi.endpoint.endpointsrclocal attribute)": [[0, "aapi.endpoint.EndpointSrcLocal.object_name"]], "object_name (aapi.endpoint.endpointsrcsftp attribute)": [[0, "aapi.endpoint.EndpointSrcSftp.object_name"]], "object_name (aapi.event.event attribute)": [[0, "aapi.event.Event.object_name"]], "object_name (aapi.event.eventadd attribute)": [[0, "aapi.event.EventAdd.object_name"]], "object_name (aapi.event.eventdelete attribute)": [[0, "aapi.event.EventDelete.object_name"]], "object_name (aapi.filetransfergroup.filetransfergroup attribute)": [[0, "aapi.filetransfergroup.FileTransferGroup.object_name"]], "object_name (aapi.flow_.flow_ attribute)": [[0, "aapi.flow_.Flow_.object_name"]], "object_name (aapi.folderclientdata.folderclientdata attribute)": [[0, "aapi.folderclientdata.FolderClientData.object_name"]], "object_name (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.object_name"]], "object_name (aapi.folderjobbase.folderjobbasesmart attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.object_name"]], "object_name (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.object_name"]], "object_name (aapi.hostfiletransfer.hostfiletransfer attribute)": [[0, "aapi.hostfiletransfer.HostFileTransfer.object_name"]], "object_name (aapi.hostmapping.hostmapping attribute)": [[0, "aapi.hostmapping.HostMapping.object_name"]], "object_name (aapi.ifbase.ifbase attribute)": [[0, "aapi.ifbase.IfBase.object_name"]], "object_name (aapi.ifbase.ifbasefolder attribute)": [[0, "aapi.ifbase.IfBaseFolder.object_name"]], "object_name (aapi.ifbase.ifcompletionstatus attribute)": [[0, "aapi.ifbase.IfCompletionStatus.object_name"]], "object_name (aapi.ifbase.ifjobnotsubmitted attribute)": [[0, "aapi.ifbase.IfJobNotSubmitted.object_name"]], "object_name (aapi.ifbase.ifjoboutputnotfound attribute)": [[0, "aapi.ifbase.IfJobOutputNotFound.object_name"]], "object_name (aapi.ifbase.ifnumberofexecutions attribute)": [[0, "aapi.ifbase.IfNumberOfExecutions.object_name"]], "object_name (aapi.ifbase.ifnumberoffailures attribute)": [[0, "aapi.ifbase.IfNumberOfFailures.object_name"]], "object_name (aapi.ifbase.ifnumberofreruns attribute)": [[0, "aapi.ifbase.IfNumberOfReruns.object_name"]], "object_name (aapi.ifbase.ifoutput attribute)": [[0, "aapi.ifbase.IfOutput.object_name"]], "object_name (aapi.ifbase.ifvariablevalue attribute)": [[0, "aapi.ifbase.IfVariableValue.object_name"]], "object_name (aapi.ifcollection.ifcollection attribute)": [[0, "aapi.ifcollection.IfCollection.object_name"]], "object_name (aapi.ifcollection.ifcollectionzos attribute)": [[0, "aapi.ifcollection.IfCollectionZOS.object_name"]], "object_name (aapi.ifrerun.actionrestart attribute)": [[0, "aapi.ifrerun.ActionRestart.object_name"]], "object_name (aapi.internalrule.internalrule attribute)": [[0, "aapi.internalrule.InternalRule.object_name"]], "object_name (aapi.iteminfo.iteminfo attribute)": [[0, "aapi.iteminfo.ItemInfo.object_name"]], "object_name (aapi.job.job attribute)": [[0, "aapi.job.Job.object_name"]], "object_name (aapi.job.jobaws attribute)": [[0, "aapi.job.JobAWS.object_name"]], "object_name (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.object_name"]], "object_name (aapi.job.jobawslambda attribute)": [[0, "aapi.job.JobAWSLambda.object_name"]], "object_name (aapi.job.jobawsstepfunction attribute)": [[0, "aapi.job.JobAWSStepFunction.object_name"]], "object_name (aapi.job.jobairflow attribute)": [[0, "aapi.job.JobAirflow.object_name"]], "object_name (aapi.job.jobazure attribute)": [[0, "aapi.job.JobAzure.object_name"]], "object_name (aapi.job.jobazurebatchaccount attribute)": [[0, "aapi.job.JobAzureBatchAccount.object_name"]], "object_name (aapi.job.jobazurefunction attribute)": [[0, "aapi.job.JobAzureFunction.object_name"]], "object_name (aapi.job.jobazurelogicapps attribute)": [[0, "aapi.job.JobAzureLogicApps.object_name"]], "object_name (aapi.job.jobcommand attribute)": [[0, "aapi.job.JobCommand.object_name"]], "object_name (aapi.job.jobdatabase attribute)": [[0, "aapi.job.JobDatabase.object_name"]], "object_name (aapi.job.jobdatabaseembeddedquery attribute)": [[0, "aapi.job.JobDatabaseEmbeddedQuery.object_name"]], "object_name (aapi.job.jobdatabasemssqlagentjob attribute)": [[0, "aapi.job.JobDatabaseMSSQLAgentJob.object_name"]], "object_name (aapi.job.jobdatabasemssql_ssis attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.object_name"]], "object_name (aapi.job.jobdatabasesqlscript attribute)": [[0, "aapi.job.JobDatabaseSQLScript.object_name"]], "object_name (aapi.job.jobdatabasestoredprocedure attribute)": [[0, "aapi.job.JobDatabaseStoredProcedure.object_name"]], "object_name (aapi.job.jobdummy attribute)": [[0, "aapi.job.JobDummy.object_name"]], "object_name (aapi.job.jobembeddedscript attribute)": [[0, "aapi.job.JobEmbeddedScript.object_name"]], "object_name (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.object_name"]], "object_name (aapi.job.jobfilewatcher attribute)": [[0, "aapi.job.JobFileWatcher.object_name"]], "object_name (aapi.job.jobhadoop attribute)": [[0, "aapi.job.JobHadoop.object_name"]], "object_name (aapi.job.jobhadoopdistcp attribute)": [[0, "aapi.job.JobHadoopDistCp.object_name"]], "object_name (aapi.job.jobhadoophdfscommands attribute)": [[0, "aapi.job.JobHadoopHDFSCommands.object_name"]], "object_name (aapi.job.jobhadoophdfsfilewatcher attribute)": [[0, "aapi.job.JobHadoopHDFSFileWatcher.object_name"]], "object_name (aapi.job.jobhadoophive attribute)": [[0, "aapi.job.JobHadoopHive.object_name"]], "object_name (aapi.job.jobhadoopmapreduce attribute)": [[0, "aapi.job.JobHadoopMapReduce.object_name"]], "object_name (aapi.job.jobhadoopmapredstreaming attribute)": [[0, "aapi.job.JobHadoopMapredStreaming.object_name"]], "object_name (aapi.job.jobhadoopoozie attribute)": [[0, "aapi.job.JobHadoopOozie.object_name"]], "object_name (aapi.job.jobhadooppig attribute)": [[0, "aapi.job.JobHadoopPig.object_name"]], "object_name (aapi.job.jobhadoopspark attribute)": [[0, "aapi.job.JobHadoopSpark.object_name"]], "object_name (aapi.job.jobhadoopsparkpython attribute)": [[0, "aapi.job.JobHadoopSparkPython.object_name"]], "object_name (aapi.job.jobhadoopsparkscalajava attribute)": [[0, "aapi.job.JobHadoopSparkScalaJava.object_name"]], "object_name (aapi.job.jobhadoopsqoop attribute)": [[0, "aapi.job.JobHadoopSqoop.object_name"]], "object_name (aapi.job.jobhadooptajo attribute)": [[0, "aapi.job.JobHadoopTajo.object_name"]], "object_name (aapi.job.jobhadooptajoinputfile attribute)": [[0, "aapi.job.JobHadoopTajoInputFile.object_name"]], "object_name (aapi.job.jobhadooptajoquery attribute)": [[0, "aapi.job.JobHadoopTajoQuery.object_name"]], "object_name (aapi.job.jobibmcognos attribute)": [[0, "aapi.job.JobIBMCognos.object_name"]], "object_name (aapi.job.jobibmdatastage attribute)": [[0, "aapi.job.JobIBMDataStage.object_name"]], "object_name (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.object_name"]], "object_name (aapi.job.jobjava attribute)": [[0, "aapi.job.JobJava.object_name"]], "object_name (aapi.job.jobmessaging attribute)": [[0, "aapi.job.JobMessaging.object_name"]], "object_name (aapi.job.jobmessagingfreetext attribute)": [[0, "aapi.job.JobMessagingFreeText.object_name"]], "object_name (aapi.job.jobmessagingpredefined attribute)": [[0, "aapi.job.JobMessagingPreDefined.object_name"]], "object_name (aapi.job.jobmessagingwaitforreply attribute)": [[0, "aapi.job.JobMessagingWaitForReply.object_name"]], "object_name (aapi.job.jobnetbackup attribute)": [[0, "aapi.job.JobNetBackup.object_name"]], "object_name (aapi.job.joboebs attribute)": [[0, "aapi.job.JobOEBS.object_name"]], "object_name (aapi.job.jobos400 attribute)": [[0, "aapi.job.JobOS400.object_name"]], "object_name (aapi.job.jobos400externaljob attribute)": [[0, "aapi.job.JobOS400ExternalJob.object_name"]], "object_name (aapi.job.jobos400externalsubsystem attribute)": [[0, "aapi.job.JobOS400ExternalSubSystem.object_name"]], "object_name (aapi.job.jobos400full attribute)": [[0, "aapi.job.JobOS400Full.object_name"]], "object_name (aapi.job.jobos400fullcommandline attribute)": [[0, "aapi.job.JobOS400FullCommandLine.object_name"]], "object_name (aapi.job.jobos400fulldescriptionjob attribute)": [[0, "aapi.job.JobOS400FullDescriptionJob.object_name"]], "object_name (aapi.job.jobos400fullexternaljob attribute)": [[0, "aapi.job.JobOS400FullExternalJob.object_name"]], "object_name (aapi.job.jobos400fullexternalsubsystem attribute)": [[0, "aapi.job.JobOS400FullExternalSubSystem.object_name"]], "object_name (aapi.job.jobos400fullmultiplecommands attribute)": [[0, "aapi.job.JobOS400FullMultipleCommands.object_name"]], "object_name (aapi.job.jobos400fullprogram attribute)": [[0, "aapi.job.JobOS400FullProgram.object_name"]], "object_name (aapi.job.jobos400fullrestrictedstateaction attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.object_name"]], "object_name (aapi.job.jobos400fullscriptfile attribute)": [[0, "aapi.job.JobOS400FullScriptFile.object_name"]], "object_name (aapi.job.jobos400fullsubsystem attribute)": [[0, "aapi.job.JobOS400FullSubSystem.object_name"]], "object_name (aapi.job.jobos400fullvirtualterminal attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.object_name"]], "object_name (aapi.job.jobos400multiplecommands attribute)": [[0, "aapi.job.JobOS400MultipleCommands.object_name"]], "object_name (aapi.job.jobos400program attribute)": [[0, "aapi.job.JobOS400Program.object_name"]], "object_name (aapi.job.jobos400virtualterminal attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.object_name"]], "object_name (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.object_name"]], "object_name (aapi.job.jobsap attribute)": [[0, "aapi.job.JobSAP.object_name"]], "object_name (aapi.job.jobsapbw attribute)": [[0, "aapi.job.JobSAPBW.object_name"]], "object_name (aapi.job.jobsapbwinfopackage attribute)": [[0, "aapi.job.JobSAPBWInfoPackage.object_name"]], "object_name (aapi.job.jobsapbwprocesschain attribute)": [[0, "aapi.job.JobSAPBWProcessChain.object_name"]], "object_name (aapi.job.jobsapdataarchiving attribute)": [[0, "aapi.job.JobSAPDataArchiving.object_name"]], "object_name (aapi.job.jobsapdataarchivingdelete attribute)": [[0, "aapi.job.JobSAPDataArchivingDelete.object_name"]], "object_name (aapi.job.jobsapdataarchivingstore attribute)": [[0, "aapi.job.JobSAPDataArchivingStore.object_name"]], "object_name (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.object_name"]], "object_name (aapi.job.jobsapr3 attribute)": [[0, "aapi.job.JobSAPR3.object_name"]], "object_name (aapi.job.jobsapr3batchinputsession attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.object_name"]], "object_name (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.object_name"]], "object_name (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.object_name"]], "object_name (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.object_name"]], "object_name (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.object_name"]], "object_name (aapi.job.jobsapr3sapprofile attribute)": [[0, "aapi.job.JobSAPR3SapProfile.object_name"]], "object_name (aapi.job.jobsapr3sapprofileactivate attribute)": [[0, "aapi.job.JobSAPR3SapProfileActivate.object_name"]], "object_name (aapi.job.jobsapr3sapprofiledeactivate attribute)": [[0, "aapi.job.JobSAPR3SapProfileDeactivate.object_name"]], "object_name (aapi.job.jobsapr3triggersapevent attribute)": [[0, "aapi.job.JobSAPR3TriggerSapEvent.object_name"]], "object_name (aapi.job.jobsapr3watchsapevent attribute)": [[0, "aapi.job.JobSAPR3WatchSapEvent.object_name"]], "object_name (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.object_name"]], "object_name (aapi.job.jobscript attribute)": [[0, "aapi.job.JobScript.object_name"]], "object_name (aapi.job.jobtandem attribute)": [[0, "aapi.job.JobTandem.object_name"]], "object_name (aapi.job.jobtandemcommand attribute)": [[0, "aapi.job.JobTandemCommand.object_name"]], "object_name (aapi.job.jobtandemembeddedtaclscript attribute)": [[0, "aapi.job.JobTandemEmbeddedTACLScript.object_name"]], "object_name (aapi.job.jobtandemexternalprocess attribute)": [[0, "aapi.job.JobTandemExternalProcess.object_name"]], "object_name (aapi.job.jobtandemprogram attribute)": [[0, "aapi.job.JobTandemProgram.object_name"]], "object_name (aapi.job.jobtandemtaclscript attribute)": [[0, "aapi.job.JobTandemTACLScript.object_name"]], "object_name (aapi.job.jobvmware attribute)": [[0, "aapi.job.JobVMware.object_name"]], "object_name (aapi.job.jobvmwareconfiguration attribute)": [[0, "aapi.job.JobVMwareConfiguration.object_name"]], "object_name (aapi.job.jobvmwareconfigurationclonevirtualmachine attribute)": [[0, "aapi.job.JobVMwareConfigurationCloneVirtualMachine.object_name"]], "object_name (aapi.job.jobvmwareconfigurationdeploytemplate attribute)": [[0, "aapi.job.JobVMwareConfigurationDeployTemplate.object_name"]], "object_name (aapi.job.jobvmwareconfigurationmigratevirtualmachine attribute)": [[0, "aapi.job.JobVMwareConfigurationMigrateVirtualMachine.object_name"]], "object_name (aapi.job.jobvmwareconfigurationreconfigurevirtualmachine attribute)": [[0, "aapi.job.JobVMwareConfigurationReconfigureVirtualMachine.object_name"]], "object_name (aapi.job.jobvmwarepower attribute)": [[0, "aapi.job.JobVMwarePower.object_name"]], "object_name (aapi.job.jobvmwarepoweroff attribute)": [[0, "aapi.job.JobVMwarePowerOff.object_name"]], "object_name (aapi.job.jobvmwarepoweron attribute)": [[0, "aapi.job.JobVMwarePowerOn.object_name"]], "object_name (aapi.job.jobvmwarepowerreboot attribute)": [[0, "aapi.job.JobVMwarePowerReboot.object_name"]], "object_name (aapi.job.jobvmwarepowerreset attribute)": [[0, "aapi.job.JobVMwarePowerReset.object_name"]], "object_name (aapi.job.jobvmwarepowershutdown attribute)": [[0, "aapi.job.JobVMwarePowerShutdown.object_name"]], "object_name (aapi.job.jobvmwarepowerstandby attribute)": [[0, "aapi.job.JobVMwarePowerStandby.object_name"]], "object_name (aapi.job.jobvmwarepowersuspend attribute)": [[0, "aapi.job.JobVMwarePowerSuspend.object_name"]], "object_name (aapi.job.jobvmwaresnapshot attribute)": [[0, "aapi.job.JobVMwareSnapshot.object_name"]], "object_name (aapi.job.jobvmwaresnapshotremove attribute)": [[0, "aapi.job.JobVMwareSnapshotRemove.object_name"]], "object_name (aapi.job.jobvmwaresnapshotremoveall attribute)": [[0, "aapi.job.JobVMwareSnapshotRemoveAll.object_name"]], "object_name (aapi.job.jobvmwaresnapshotrevert attribute)": [[0, "aapi.job.JobVMwareSnapshotRevert.object_name"]], "object_name (aapi.job.jobvmwaresnapshotreverttocurrent attribute)": [[0, "aapi.job.JobVMwareSnapshotRevertToCurrent.object_name"]], "object_name (aapi.job.jobvmwaresnapshottake attribute)": [[0, "aapi.job.JobVMwareSnapshotTake.object_name"]], "object_name (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.object_name"]], "object_name (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.object_name"]], "object_name (aapi.job.jobzosinstreamjcl attribute)": [[0, "aapi.job.JobZOSInStreamJCL.object_name"]], "object_name (aapi.job.jobzosmember attribute)": [[0, "aapi.job.JobZOSMember.object_name"]], "object_name (aapi.jobsfilter.jobsfilter attribute)": [[0, "aapi.jobsfilter.JobsFilter.object_name"]], "object_name (aapi.jobtag.jobtag attribute)": [[0, "aapi.jobtag.JobTag.object_name"]], "object_name (aapi.mail.actionmail attribute)": [[0, "aapi.mail.ActionMail.object_name"]], "object_name (aapi.notify.notify attribute)": [[0, "aapi.notify.Notify.object_name"]], "object_name (aapi.on.on attribute)": [[0, "aapi.on.On.object_name"]], "object_name (aapi.output.actionoutput attribute)": [[0, "aapi.output.ActionOutput.object_name"]], "object_name (aapi.package.package attribute)": [[0, "aapi.package.Package.object_name"]], "object_name (aapi.period.period attribute)": [[0, "aapi.period.Period.object_name"]], "object_name (aapi.possibleoptions.possibleoptions attribute)": [[0, "aapi.possibleoptions.PossibleOptions.object_name"]], "object_name (aapi.propertycondition.propertycondition attribute)": [[0, "aapi.propertycondition.PropertyCondition.object_name"]], "object_name (aapi.rbcdetails.rbcdetails attribute)": [[0, "aapi.rbcdetails.RbcDetails.object_name"]], "object_name (aapi.remedy.actionremedy attribute)": [[0, "aapi.remedy.ActionRemedy.object_name"]], "object_name (aapi.resource.resource attribute)": [[0, "aapi.resource.Resource.object_name"]], "object_name (aapi.resource.resourcelock attribute)": [[0, "aapi.resource.ResourceLock.object_name"]], "object_name (aapi.resource.resourcepool attribute)": [[0, "aapi.resource.ResourcePool.object_name"]], "object_name (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.object_name"]], "object_name (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.object_name"]], "object_name (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.object_name"]], "object_name (aapi.set_.actionset attribute)": [[0, "aapi.set_.ActionSet.object_name"]], "object_name (aapi.sitestandard.sitestandard attribute)": [[0, "aapi.sitestandard.SiteStandard.object_name"]], "object_name (aapi.sitestandarddata.sitestandarddata attribute)": [[0, "aapi.sitestandarddata.SiteStandardData.object_name"]], "object_name (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.object_name"]], "object_name (aapi.sitestandardpolicy.sitestandardpolicy attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.object_name"]], "object_name (aapi.sitestandardpolicydata.sitestandardpolicydata attribute)": [[0, "aapi.sitestandardpolicydata.SiteStandardPolicyData.object_name"]], "object_name (aapi.sitestandardpossiblevalue.sitestandardpossiblevalue attribute)": [[0, "aapi.sitestandardpossiblevalue.SiteStandardPossibleValue.object_name"]], "object_name (aapi.sitestandardrestriction.sitestandardrestriction attribute)": [[0, "aapi.sitestandardrestriction.SiteStandardRestriction.object_name"]], "object_name (aapi.sitestandardrestriction.sitestandardrestrictionenum attribute)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionEnum.object_name"]], "object_name (aapi.sitestandardrestriction.sitestandardrestrictionnumeric attribute)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionNumeric.object_name"]], "object_name (aapi.sitestandardrestriction.sitestandardrestrictionoperatorvalue attribute)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionOperatorValue.object_name"]], "object_name (aapi.sitestandardrestriction.sitestandardrestrictiontext attribute)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionText.object_name"]], "object_name (aapi.steprange.steprange attribute)": [[0, "aapi.steprange.StepRange.object_name"]], "object_name (aapi.tag.tag attribute)": [[0, "aapi.tag.Tag.object_name"]], "object_name (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.object_name"]], "object_name (aapi.tag.tagglobal attribute)": [[0, "aapi.tag.TagGlobal.object_name"]], "object_name (aapi.time.time attribute)": [[0, "aapi.time.Time.object_name"]], "object_name (aapi.variable.variable attribute)": [[0, "aapi.variable.Variable.object_name"]], "object_name (aapi.waitforevents.waitforevents attribute)": [[0, "aapi.waitforevents.WaitForEvents.object_name"]], "object_name (aapi.workloadflat.workloadflat attribute)": [[0, "aapi.workloadflat.WorkloadFlat.object_name"]], "object_name (aapi.workloadpolicy.workloadpolicy attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.object_name"]], "object_name (aapi.wpperiod.wpperiod attribute)": [[0, "aapi.wpperiod.WpPeriod.object_name"]], "object_name (aapi.year.year attribute)": [[0, "aapi.year.Year.object_name"]], "oct (aapi.year.year attribute)": [[0, "aapi.year.Year.oct"]], "off (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.off"]], "off (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.off"]], "off (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.off"]], "off (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.off"]], "off (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.off"]], "off (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.off"]], "old_account_name (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.old_account_name"]], "on (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.on"]], "on (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.on"]], "on (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.on"]], "on (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.on"]], "on (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.on"]], "on (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.on"]], "on_list (aapi.ifbase.ifbase attribute)": [[0, "aapi.ifbase.IfBase.on_list"]], "oozie (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.oozie"]], "oozie_options (aapi.job.jobhadoopoozie attribute)": [[0, "aapi.job.JobHadoopOozie.oozie_options"]], "open_query (aapi.job.jobhadooptajoquery attribute)": [[0, "aapi.job.JobHadoopTajoQuery.open_query"]], "operation (aapi.job.job.output attribute)": [[0, "aapi.job.Job.Output.operation"]], "operation (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.operation"]], "operation (aapi.job.jobzos.outputhandling attribute)": [[0, "aapi.job.JobZOS.OutputHandling.operation"]], "operation (aapi.output.actionoutput attribute)": [[0, "aapi.output.ActionOutput.operation"]], "operator (aapi.ifbase.ifvariablevalue attribute)": [[0, "aapi.ifbase.IfVariableValue.operator"]], "operator (aapi.propertycondition.propertycondition attribute)": [[0, "aapi.propertycondition.PropertyCondition.operator"]], "operator (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.operator"]], "option (aapi.job.jobazurebatchaccount.maxtries attribute)": [[0, "aapi.job.JobAzureBatchAccount.MaxTries.option"]], "order_method (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.order_method"]], "os_profile (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.os_profile"]], "os_type (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.os_type"]], "os_type (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.os_type"]], "output (aapi.job.job attribute)": [[0, "aapi.job.Job.output"]], "output_details (aapi.job.jobairflow attribute)": [[0, "aapi.job.JobAirflow.output_details"]], "output_execution_log (aapi.job.jobdatabase attribute)": [[0, "aapi.job.JobDatabase.output_execution_log"]], "output_handling (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.output_handling"]], "output_parameters (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.output_parameters"]], "output_path (aapi.job.jobhadoopmapredstreaming attribute)": [[0, "aapi.job.JobHadoopMapredStreaming.output_path"]], "output_sql_output (aapi.job.jobdatabase attribute)": [[0, "aapi.job.JobDatabase.output_sql_output"]], "override_content_type (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.override_content_type"]], "override_path (aapi.job.jobcommand attribute)": [[0, "aapi.job.JobCommand.override_path"]], "override_path (aapi.job.jobembeddedscript attribute)": [[0, "aapi.job.JobEmbeddedScript.override_path"]], "override_path (aapi.job.jobscript attribute)": [[0, "aapi.job.JobScript.override_path"]], "override_url_endpoint (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.override_url_endpoint"]], "package (aapi.job.jobdatabasestoredprocedure attribute)": [[0, "aapi.job.JobDatabaseStoredProcedure.package"]], "package_name (aapi.job.jobdatabasemssql_ssis attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.package_name"]], "package_source (aapi.job.jobdatabasemssql_ssis attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.package_source"]], "parameter (aapi.job.jobsapr3triggersapevent attribute)": [[0, "aapi.job.JobSAPR3TriggerSapEvent.parameter"]], "parameter (aapi.job.jobsapr3watchsapevent attribute)": [[0, "aapi.job.JobSAPR3WatchSapEvent.parameter"]], "parameter_name (aapi.businessparameter.businessparameter attribute)": [[0, "aapi.businessparameter.BusinessParameter.parameter_name"]], "parameters (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.parameters"]], "parameters (aapi.job.jobazurefunction attribute)": [[0, "aapi.job.JobAzureFunction.parameters"]], "parameters (aapi.job.jobdatabasesqlscript attribute)": [[0, "aapi.job.JobDatabaseSQLScript.parameters"]], "parameters (aapi.job.jobdatabasestoredprocedure attribute)": [[0, "aapi.job.JobDatabaseStoredProcedure.parameters"]], "parameters (aapi.job.jobhadoophive attribute)": [[0, "aapi.job.JobHadoopHive.parameters"]], "parameters (aapi.job.jobhadooppig attribute)": [[0, "aapi.job.JobHadoopPig.parameters"]], "partition_dataset (aapi.job.jobzos.scheduling attribute)": [[0, "aapi.job.JobZOS.Scheduling.partition_dataset"]], "partner_as2_id (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.partner_as2_id"]], "partner_certificate_alias (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.partner_certificate_alias"]], "partner_destination_url (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.partner_destination_url"]], "passphrase (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.passphrase"]], "passphrase (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.passphrase"]], "password (aapi.connectionprofile.connectionprofileaws.proxysettings attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.ProxySettings.password"]], "password (aapi.connectionprofile.connectionprofileairflowstandalone attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowStandalone.password"]], "password (aapi.connectionprofile.connectionprofileazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.password"]], "password (aapi.connectionprofile.connectionprofiledatabase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase.password"]], "password (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.password"]], "password (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.password"]], "password (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.password"]], "password (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.password"]], "password (aapi.connectionprofile.connectionprofilepeoplesoft attribute)": [[0, "aapi.connectionprofile.ConnectionProfilePeopleSoft.password"]], "password (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.password"]], "password (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.password"]], "password (aapi.package.package attribute)": [[0, "aapi.package.Package.password"]], "password_file (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.password_file"]], "path (aapi.basefolder.folder.documentationfile attribute)": [[0, "aapi.basefolder.Folder.DocumentationFile.path"]], "path (aapi.folderjobbase.folderjobbase.documentationfile attribute)": [[0, "aapi.folderjobbase.FolderJobBase.DocumentationFile.path"]], "path (aapi.job.job.documentationfile attribute)": [[0, "aapi.job.Job.DocumentationFile.path"]], "path (aapi.job.jobfilewatcher attribute)": [[0, "aapi.job.JobFileWatcher.path"]], "path (aapi.job.jobos400fullscriptfile.ifsscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.IFSScriptFileLocation.path"]], "path_element (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.path_element"]], "path_element (aapi.job.job attribute)": [[0, "aapi.job.Job.path_element"]], "pattern (aapi.job.jobsapr3batchinputsession attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.pattern"]], "patterns (aapi.businessparameter.businessparameter.exclude attribute)": [[0, "aapi.businessparameter.BusinessParameter.Exclude.patterns"]], "patterns (aapi.businessparameter.businessparameter.include attribute)": [[0, "aapi.businessparameter.BusinessParameter.Include.patterns"]], "patterns (aapi.internalrule.internalrule.exclude attribute)": [[0, "aapi.internalrule.InternalRule.Exclude.patterns"]], "patterns (aapi.internalrule.internalrule.include attribute)": [[0, "aapi.internalrule.InternalRule.Include.patterns"]], "payload (aapi.job.jobawslambda attribute)": [[0, "aapi.job.JobAWSLambda.payload"]], "people_tools_version (aapi.connectionprofile.connectionprofilepeoplesoft attribute)": [[0, "aapi.connectionprofile.ConnectionProfilePeopleSoft.people_tools_version"]], "period (aapi.period.period attribute)": [[0, "aapi.period.Period.period"]], "periodic_days (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.periodic_days"]], "periodic_days (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.periodic_days"]], "periods (aapi.calendar.calendarperiodic.when attribute)": [[0, "aapi.calendar.CalendarPeriodic.When.periods"]], "pig_script (aapi.job.jobhadooppig attribute)": [[0, "aapi.job.JobHadoopPig.pig_script"]], "policy_name (aapi.job.jobnetbackup attribute)": [[0, "aapi.job.JobNetBackup.policy_name"]], "port (aapi.connectionprofile.connectionprofileaws.proxysettings attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.ProxySettings.port"]], "port (aapi.connectionprofile.connectionprofileairflowstandalone attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowStandalone.port"]], "port (aapi.connectionprofile.connectionprofiledatabasedb2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseDB2.port"]], "port (aapi.connectionprofile.connectionprofiledatabasejdbc attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseJDBC.port"]], "port (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.port"]], "port (aapi.connectionprofile.connectionprofiledatabaseoraclesid attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleSID.port"]], "port (aapi.connectionprofile.connectionprofiledatabaseoracleservicename attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleServiceName.port"]], "port (aapi.connectionprofile.connectionprofiledatabasepostgresql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql.port"]], "port (aapi.connectionprofile.connectionprofiledatabasesybase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseSybase.port"]], "port (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.port"]], "port (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.port"]], "port (aapi.connectionprofile.connectionprofilehadoop.oozie attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Oozie.port"]], "port (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.port"]], "port (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.port"]], "post_command (aapi.job.job attribute)": [[0, "aapi.job.Job.post_command"]], "post_command_dest (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.post_command_dest"]], "post_command_src (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.post_command_src"]], "post_commands (aapi.job.jobhadoop attribute)": [[0, "aapi.job.JobHadoop.post_commands"]], "post_job_action (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.post_job_action"]], "post_job_action (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.post_job_action"]], "post_job_action (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.post_job_action"]], "power_center_domain (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.power_center_domain"]], "pre_command (aapi.job.job attribute)": [[0, "aapi.job.Job.pre_command"]], "pre_command_dest (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.pre_command_dest"]], "pre_command_src (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.pre_command_src"]], "pre_commands (aapi.job.jobhadoop attribute)": [[0, "aapi.job.JobHadoop.pre_commands"]], "preemptive_http_authentication (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.preemptive_http_authentication"]], "prevent_n_c_t2 (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.prevent_n_c_t2"]], "principal (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.principal"]], "priority (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.priority"]], "priority (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.priority"]], "priority (aapi.job.job attribute)": [[0, "aapi.job.Job.priority"]], "private_key_name (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.private_key_name"]], "private_key_name (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.private_key_name"]], "process_chain_description (aapi.job.jobsapbwprocesschain attribute)": [[0, "aapi.job.JobSAPBWProcessChain.process_chain_description"]], "process_name (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.process_name"]], "process_type (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.process_type"]], "profile_id (aapi.job.jobsapr3sapprofileactivate.profileinformation attribute)": [[0, "aapi.job.JobSAPR3SapProfileActivate.ProfileInformation.profile_id"]], "profile_information (aapi.job.jobsapr3sapprofileactivate attribute)": [[0, "aapi.job.JobSAPR3SapProfileActivate.profile_information"]], "profile_information (aapi.job.jobsapr3sapprofiledeactivate attribute)": [[0, "aapi.job.JobSAPR3SapProfileDeactivate.profile_information"]], "profile_type (aapi.job.jobsapr3sapprofileactivate.profileinformation attribute)": [[0, "aapi.job.JobSAPR3SapProfileActivate.ProfileInformation.profile_type"]], "profile_type (aapi.job.jobsapr3sapprofiledeactivate.profileinformation attribute)": [[0, "aapi.job.JobSAPR3SapProfileDeactivate.ProfileInformation.profile_type"]], "program (aapi.job.jobos400fullprogram attribute)": [[0, "aapi.job.JobOS400FullProgram.program"]], "program (aapi.job.jobos400program attribute)": [[0, "aapi.job.JobOS400Program.program"]], "program (aapi.job.jobtandemprogram attribute)": [[0, "aapi.job.JobTandemProgram.program"]], "program_jar (aapi.job.jobhadoopmapreduce attribute)": [[0, "aapi.job.JobHadoopMapReduce.program_jar"]], "program_jar (aapi.job.jobhadoopsparkscalajava attribute)": [[0, "aapi.job.JobHadoopSparkScalaJava.program_jar"]], "program_name (aapi.job.joboebs.singlerequest attribute)": [[0, "aapi.job.JobOEBS.SingleRequest.program_name"]], "project (aapi.job.jobibmdatastage attribute)": [[0, "aapi.job.JobIBMDataStage.project"]], "properties (aapi.job.jobdatabasemssql_ssis attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.properties"]], "property (aapi.propertycondition.propertycondition attribute)": [[0, "aapi.propertycondition.PropertyCondition.property"]], "proxy_settings (aapi.connectionprofile.connectionprofileaws attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.proxy_settings"]], "quality_of_protection (aapi.connectionprofile.connectionprofilesap.securednetworkconnection attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.SecuredNetworkConnection.quality_of_protection"]], "quantity (aapi.resource.resourcepool attribute)": [[0, "aapi.resource.ResourcePool.quantity"]], "quantity (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.quantity"]], "quantity (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.quantity"]], "query (aapi.job.jobdatabaseembeddedquery attribute)": [[0, "aapi.job.JobDatabaseEmbeddedQuery.query"]], "range_dates (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.range_dates"]], "range_dates (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.range_dates"]], "range_dates_with_times (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.range_dates_with_times"]], "range_dates_with_times (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.range_dates_with_times"]], "range_variable_value (aapi.ifbase.ifvariablevalue attribute)": [[0, "aapi.ifbase.IfVariableValue.range_variable_value"]], "recipient_blind_copy (aapi.job.jobsapr3create.spoollistrecipient attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.recipient_blind_copy"]], "recipient_copy (aapi.job.jobsapr3create.spoollistrecipient attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.recipient_copy"]], "recipient_express (aapi.job.jobsapr3create.spoollistrecipient attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.recipient_express"]], "recipient_name (aapi.job.jobsapr3create.spoollistrecipient attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.recipient_name"]], "recipient_type (aapi.job.jobsapr3create.spoollistrecipient attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.recipient_type"]], "recipt_no_forwarding (aapi.job.jobsapr3create.spoollistrecipient attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.recipt_no_forwarding"]], "recursive (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.recursive"]], "reducer_command (aapi.job.jobhadoopmapredstreaming attribute)": [[0, "aapi.job.JobHadoopMapredStreaming.reducer_command"]], "reference_path (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.reference_path"]], "region (aapi.connectionprofile.connectionprofileaws attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.region"]], "region (aapi.connectionprofile.connectionprofilefiletransfers3amazon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3Amazon.region"]], "relationship (aapi.folderjobbase.subfolder.when.rulebasedcalendars attribute)": [[0, "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars.relationship"]], "relationship (aapi.job.job.when.rulebasedcalendars attribute)": [[0, "aapi.job.Job.When.RuleBasedCalendars.relationship"]], "repository (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.repository"]], "repository_folder (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.repository_folder"]], "request_body (aapi.job.jobazurelogicapps attribute)": [[0, "aapi.job.JobAzureLogicApps.request_body"]], "request_n_j_e_node (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.request_n_j_e_node"]], "request_receipt (aapi.connectionprofile.connectionprofilefiletransferas2.requestreceiptparameters attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.request_receipt"]], "request_receipt_parameters (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.request_receipt_parameters"]], "request_set (aapi.job.joboebs attribute)": [[0, "aapi.job.JobOEBS.request_set"]], "request_type (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.request_type"]], "required (aapi.businessparameter.businessparameter attribute)": [[0, "aapi.businessparameter.BusinessParameter.required"]], "rerun (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.rerun"]], "rerun (aapi.folderjobbase.folderjobbasesmart attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.rerun"]], "rerun (aapi.job.job attribute)": [[0, "aapi.job.Job.rerun"]], "rerun_from_point_of_failure (aapi.job.jobairflow attribute)": [[0, "aapi.job.JobAirflow.rerun_from_point_of_failure"]], "rerun_from_point_of_failure (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.rerun_from_point_of_failure"]], "rerun_from_point_of_failure (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.rerun_from_point_of_failure"]], "rerun_from_point_of_failure (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.rerun_from_point_of_failure"]], "rerun_from_point_of_failure (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.rerun_from_point_of_failure"]], "rerun_from_point_of_failure (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.rerun_from_point_of_failure"]], "rerun_from_step (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.rerun_from_step"]], "rerun_from_step (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.rerun_from_step"]], "rerun_from_step (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.rerun_from_step"]], "rerun_intervals (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.rerun_intervals"]], "rerun_intervals (aapi.folderjobbase.folderjobbasesmart attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.rerun_intervals"]], "rerun_intervals (aapi.job.job attribute)": [[0, "aapi.job.Job.rerun_intervals"]], "rerun_limit (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.rerun_limit"]], "rerun_limit (aapi.job.job attribute)": [[0, "aapi.job.Job.rerun_limit"]], "rerun_member (aapi.basefolder.folder.rerunlimit attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.rerun_member"]], "rerun_member (aapi.job.job.rerunlimit attribute)": [[0, "aapi.job.Job.RerunLimit.rerun_member"]], "rerun_option (aapi.job.jobsapbwprocesschain attribute)": [[0, "aapi.job.JobSAPBWProcessChain.rerun_option"]], "rerun_specific_times (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.rerun_specific_times"]], "rerun_specific_times (aapi.folderjobbase.folderjobbasesmart attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.rerun_specific_times"]], "rerun_specific_times (aapi.job.job attribute)": [[0, "aapi.job.Job.rerun_specific_times"]], "resource (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.resource"]], "resource_list (aapi.job.job attribute)": [[0, "aapi.job.Job.resource_list"]], "resource_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.resource_list"]], "resource_lock_list (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.resource_lock_list"]], "resource_lock_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.resource_lock_list"]], "resource_pools (aapi.workloadpolicy.workloadpolicy attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.resource_pools"]], "responsibility (aapi.job.joboebs attribute)": [[0, "aapi.job.JobOEBS.responsibility"]], "rest_end_point (aapi.connectionprofile.connectionprofilefiletransfers3compatible attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3Compatible.rest_end_point"]], "restart_from_task (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.restart_from_task"]], "retention (aapi.job.jobazurebatchaccount attribute)": [[0, "aapi.job.JobAzureBatchAccount.retention"]], "retention_days (aapi.job.jobzos.history attribute)": [[0, "aapi.job.JobZOS.History.retention_days"]], "retention_generations (aapi.job.jobzos.history attribute)": [[0, "aapi.job.JobZOS.History.retention_generations"]], "retrieve_log (aapi.job.jobsapbwprocesschain attribute)": [[0, "aapi.job.JobSAPBWProcessChain.retrieve_log"]], "retroactive_order (aapi.job.job attribute)": [[0, "aapi.job.Job.retroactive_order"]], "return_value (aapi.job.jobdatabasestoredprocedure attribute)": [[0, "aapi.job.JobDatabaseStoredProcedure.return_value"]], "rule_based_calendars (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.rule_based_calendars"]], "rule_based_calendars (aapi.folderjobbase.subfolder.when attribute)": [[0, "aapi.folderjobbase.SubFolder.When.rule_based_calendars"]], "rule_based_calendars (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.rule_based_calendars"]], "rule_name (aapi.extractrule.extractrule attribute)": [[0, "aapi.extractrule.ExtractRule.rule_name"]], "rule_name (aapi.internalrule.internalrule attribute)": [[0, "aapi.internalrule.InternalRule.rule_name"]], "rules (aapi.sitestandard.sitestandard attribute)": [[0, "aapi.sitestandard.SiteStandard.rules"]], "run_as (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.run_as"]], "run_as (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.run_as"]], "run_as (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.run_as"]], "run_as (aapi.job.job attribute)": [[0, "aapi.job.Job.run_as"]], "run_as_dummy (aapi.job.job attribute)": [[0, "aapi.job.Job.run_as_dummy"]], "run_as_dummy (aapi.job.jobcommand attribute)": [[0, "aapi.job.JobCommand.run_as_dummy"]], "run_as_dummy (aapi.job.jobembeddedscript attribute)": [[0, "aapi.job.JobEmbeddedScript.run_as_dummy"]], "run_as_dummy (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.run_as_dummy"]], "run_as_dummy (aapi.job.jobscript attribute)": [[0, "aapi.job.JobScript.run_as_dummy"]], "run_as_independent_flow (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.run_as_independent_flow"]], "run_as_started_task (aapi.job.jobzos.taskinformation attribute)": [[0, "aapi.job.JobZOS.TaskInformation.run_as_started_task"]], "run_on_all_agents_in_group (aapi.job.job attribute)": [[0, "aapi.job.Job.run_on_all_agents_in_group"]], "run_single_task (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.run_single_task"]], "running_jobs (aapi.workloadpolicy.workloadpolicy attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.running_jobs"]], "s3_bucket_name (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.s3_bucket_name"]], "s3_bucket_name_dest (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.s3_bucket_name_dest"]], "s3_bucket_name_src (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.s3_bucket_name_src"]], "s3_storage_type (aapi.connectionprofile.connectionprofilefiletransfers3 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3.s3_storage_type"]], "sac (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.sac"]], "sac (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.sac"]], "sap_client (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.sap_client"]], "sap_job_name (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.sap_job_name"]], "sap_job_name (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.sap_job_name"]], "sap_job_name (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.sap_job_name"]], "sap_job_name (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.sap_job_name"]], "sap_response_time_out (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.sap_response_time_out"]], "sap_router (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.sap_router"]], "sapr3_use_logon_group (aapi.connectionprofile.connectionprofilesap.applicationserverlogon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.ApplicationServerLogon.sapr3_use_logon_group"]], "sapr3_use_logon_group (aapi.connectionprofile.connectionprofilesap.grouplogon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.GroupLogon.sapr3_use_logon_group"]], "schedule (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.schedule"]], "schedule (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.schedule"]], "schedule (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.schedule"]], "schedule (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.schedule"]], "scheduling (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.scheduling"]], "scheduling_environment (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.scheduling_environment"]], "schema (aapi.job.jobdatabasestoredprocedure attribute)": [[0, "aapi.job.JobDatabaseStoredProcedure.schema"]], "script (aapi.job.jobembeddedscript attribute)": [[0, "aapi.job.JobEmbeddedScript.script"]], "script (aapi.job.jobos400fullscriptfile.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.EmbeddedScriptFileLocation.script"]], "script (aapi.job.jobos400fullscriptfile.ifsscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.IFSScriptFileLocation.script"]], "script (aapi.job.jobos400fullscriptfile.nativescriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.NativeScriptFileLocation.script"]], "script (aapi.job.jobos400fullvirtualterminal.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.EmbeddedScriptFileLocation.script"]], "script (aapi.job.jobos400virtualterminal.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.EmbeddedScriptFileLocation.script"]], "script (aapi.job.jobtandemembeddedtaclscript attribute)": [[0, "aapi.job.JobTandemEmbeddedTACLScript.script"]], "search (aapi.captureoutput.actioncaptureoutput attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.search"]], "search_interval (aapi.job.jobfilewatcher attribute)": [[0, "aapi.job.JobFileWatcher.search_interval"]], "secret_access_key (aapi.connectionprofile.connectionprofileaws attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.secret_access_key"]], "secret_access_key (aapi.connectionprofile.connectionprofilefiletransfers3 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3.secret_access_key"]], "secure (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.secure"]], "secured_connection (aapi.connectionprofile.connectionprofileairflowstandalone attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowStandalone.secured_connection"]], "secured_network_connection (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.secured_network_connection"]], "security_domain (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.security_domain"]], "send_message_timeout (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.send_message_timeout"]], "sep (aapi.year.year attribute)": [[0, "aapi.year.Year.sep"]], "sequence (aapi.flow_.flow_ attribute)": [[0, "aapi.flow_.Flow_.sequence"]], "server (aapi.calendar.calendarperiodic attribute)": [[0, "aapi.calendar.CalendarPeriodic.server"]], "server (aapi.calendar.calendarregular attribute)": [[0, "aapi.calendar.CalendarRegular.server"]], "server (aapi.calendar.calendarrulebasedcalendar attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.server"]], "server (aapi.folderjobbase.subfolder.pathelement attribute)": [[0, "aapi.folderjobbase.SubFolder.PathElement.server"]], "server (aapi.hostmapping.hostmapping attribute)": [[0, "aapi.hostmapping.HostMapping.server"]], "server (aapi.job.job.pathelement attribute)": [[0, "aapi.job.Job.PathElement.server"]], "server (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.server"]], "server (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.server"]], "server (aapi.sitestandardpolicy.sitestandardpolicy.applyon attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.ApplyOn.server"]], "server (aapi.workloadpolicy.workloadpolicy.filter attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter.server"]], "server_name (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.server_name"]], "service (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.service"]], "service_account_key (aapi.connectionprofile.connectionprofileairflowgooglecomposer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer.service_account_key"]], "service_account_key_filename (aapi.connectionprofile.connectionprofileairflowgooglecomposer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer.service_account_key_filename"]], "service_name (aapi.connectionprofile.connectionprofiledatabaseoracleservicename attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleServiceName.service_name"]], "service_name (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.service_name"]], "service_priority (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.service_priority"]], "service_type (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.service_type"]], "session (aapi.job.jobsapr3batchinputsession attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.session"]], "session_number (aapi.job.jobsapdataarchivingdelete attribute)": [[0, "aapi.job.JobSAPDataArchivingDelete.session_number"]], "session_number (aapi.job.jobsapdataarchivingstore attribute)": [[0, "aapi.job.JobSAPDataArchivingStore.session_number"]], "set (aapi.job.joboebs.requestset attribute)": [[0, "aapi.job.JobOEBS.RequestSet.set"]], "shift_by (aapi.calendar.calendarrulebased.when.confirmationcalendars attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.shift_by"]], "shift_by (aapi.calendar.calendarrulebasedcalendar.when.confirmationcalendars attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.shift_by"]], "shift_by (aapi.job.job.when.confirmationcalendars attribute)": [[0, "aapi.job.Job.When.ConfirmationCalendars.shift_by"]], "sid (aapi.connectionprofile.connectionprofiledatabaseoraclesid attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleSID.sid"]], "sign (aapi.connectionprofile.connectionprofilefiletransferas2.requestreceiptparameters attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.sign"]], "sign_message (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.sign_message"]], "sign_message_parameters (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.sign_message_parameters"]], "signature_algorithm (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.signature_algorithm"]], "single_request (aapi.job.joboebs attribute)": [[0, "aapi.job.JobOEBS.single_request"]], "site_standard (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.site_standard"]], "site_standard (aapi.sitestandardpolicy.sitestandardpolicy attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.site_standard"]], "skip_packages_test (aapi.connectionprofile.connectionprofiledatabasemssqlssis attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSqlSSIS.skip_packages_test"]], "snapshot_name (aapi.job.jobvmwaresnapshottake attribute)": [[0, "aapi.job.JobVMwareSnapshotTake.snapshot_name"]], "snc_lib (aapi.connectionprofile.connectionprofilesap.securednetworkconnection attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.SecuredNetworkConnection.snc_lib"]], "snc_mode (aapi.connectionprofile.connectionprofilesap.securednetworkconnection attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.SecuredNetworkConnection.snc_mode"]], "snc_my_name (aapi.connectionprofile.connectionprofilesap.securednetworkconnection attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.SecuredNetworkConnection.snc_my_name"]], "snc_partner_name (aapi.connectionprofile.connectionprofilesap.securednetworkconnection attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.SecuredNetworkConnection.snc_partner_name"]], "soap_header_file (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.soap_header_file"]], "soap_request (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.soap_request"]], "solution_manager_connection_profile (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.solution_manager_connection_profile"]], "source (aapi.package.package attribute)": [[0, "aapi.package.Package.source"]], "source_paths (aapi.job.jobhadoopdistcp attribute)": [[0, "aapi.job.JobHadoopDistCp.source_paths"]], "spark (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.spark"]], "spark_options (aapi.job.jobhadoopspark attribute)": [[0, "aapi.job.JobHadoopSpark.spark_options"]], "spark_script (aapi.job.jobhadoopsparkpython attribute)": [[0, "aapi.job.JobHadoopSparkPython.spark_script"]], "special_environment (aapi.job.jobos400fullcommandline attribute)": [[0, "aapi.job.JobOS400FullCommandLine.special_environment"]], "special_environment (aapi.job.jobos400fullprogram attribute)": [[0, "aapi.job.JobOS400FullProgram.special_environment"]], "special_environment (aapi.job.jobos400fullscriptfile attribute)": [[0, "aapi.job.JobOS400FullScriptFile.special_environment"]], "special_environment (aapi.job.jobos400program attribute)": [[0, "aapi.job.JobOS400Program.special_environment"]], "specific_characters (aapi.businessparameter.businessparameter.characters.alphanumeric attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.Alphanumeric.specific_characters"]], "specific_characters (aapi.internalrule.internalrule.characters.alphanumeric attribute)": [[0, "aapi.internalrule.InternalRule.Characters.Alphanumeric.specific_characters"]], "specific_dates (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.specific_dates"]], "specific_dates (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.specific_dates"]], "specific_dates (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.specific_dates"]], "specific_dates (aapi.folderjobbase.subfolder.when attribute)": [[0, "aapi.folderjobbase.SubFolder.When.specific_dates"]], "specific_dates (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.specific_dates"]], "specific_time (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.specific_time"]], "specific_time (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.specific_time"]], "spool (aapi.job.jobsapr3copy.postjobaction attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.spool"]], "spool (aapi.job.jobsapr3create.postjobaction attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.spool"]], "spool (aapi.job.jobsapr3predefinedsapjob.postjobaction attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.spool"]], "spool_file (aapi.job.jobsapr3copy.postjobaction attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.spool_file"]], "spool_file (aapi.job.jobsapr3create.postjobaction attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.spool_file"]], "spool_file (aapi.job.jobsapr3predefinedsapjob.postjobaction attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.spool_file"]], "spool_list_recipient (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.spool_list_recipient"]], "spool_save_to_p_d_f (aapi.job.jobsapr3copy.postjobaction attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.spool_save_to_p_d_f"]], "spool_save_to_p_d_f (aapi.job.jobsapr3create.postjobaction attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.spool_save_to_p_d_f"]], "spool_save_to_p_d_f (aapi.job.jobsapr3predefinedsapjob.postjobaction attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.spool_save_to_p_d_f"]], "sql_output_format (aapi.job.jobdatabase attribute)": [[0, "aapi.job.JobDatabase.sql_output_format"]], "sql_script (aapi.job.jobdatabasesqlscript attribute)": [[0, "aapi.job.JobDatabaseSQLScript.sql_script"]], "sqoop (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.sqoop"]], "sqoop_archives (aapi.job.jobhadoopsqoop attribute)": [[0, "aapi.job.JobHadoopSqoop.sqoop_archives"]], "sqoop_command (aapi.job.jobhadoopsqoop attribute)": [[0, "aapi.job.JobHadoopSqoop.sqoop_command"]], "sqoop_files (aapi.job.jobhadoopsqoop attribute)": [[0, "aapi.job.JobHadoopSqoop.sqoop_files"]], "sqoop_options (aapi.job.jobhadoopsqoop attribute)": [[0, "aapi.job.JobHadoopSqoop.sqoop_options"]], "src (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.src"]], "srcopt (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.srcopt"]], "ssh_compression (aapi.connectionprofile.connectionprofilefiletransfersftp attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferSFTP.ssh_compression"]], "ssh_compression (aapi.endpoint.endpointdestsftp attribute)": [[0, "aapi.endpoint.EndpointDestSftp.ssh_compression"]], "ssh_compression (aapi.endpoint.endpointsrcsftp attribute)": [[0, "aapi.endpoint.EndpointSrcSftp.ssh_compression"]], "ssis (aapi.connectionprofile.connectionprofiledatabasemssqlssis attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSqlSSIS.ssis"]], "ssl_enabled (aapi.connectionprofile.connectionprofilehadoop.oozie attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Oozie.ssl_enabled"]], "ssl_implicit (aapi.connectionprofile.connectionprofilefiletransferftps attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ssl_implicit"]], "ssl_implicit (aapi.endpoint.endpointdestftps attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ssl_implicit"]], "ssl_implicit (aapi.endpoint.endpointsrcftps attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ssl_implicit"]], "ssl_level (aapi.connectionprofile.connectionprofilefiletransferftps attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ssl_level"]], "ssl_level (aapi.endpoint.endpointdestftps attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ssl_level"]], "ssl_level (aapi.endpoint.endpointsrcftps attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ssl_level"]], "start_condition (aapi.job.jobsapdataarchiving attribute)": [[0, "aapi.job.JobSAPDataArchiving.start_condition"]], "start_condition (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.start_condition"]], "start_condition (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.start_condition"]], "start_condition (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.start_condition"]], "start_date (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.start_date"]], "start_date (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.start_date"]], "start_date (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.start_date"]], "start_date (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.start_date"]], "start_from_task (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.start_from_task"]], "start_spawned_job (aapi.job.jobsapbw.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.start_spawned_job"]], "start_spawned_job (aapi.job.jobsapdataarchivingwrite.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.start_spawned_job"]], "start_spawned_job (aapi.job.jobsapr3copy.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.start_spawned_job"]], "start_spawned_job (aapi.job.jobsapr3create.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.start_spawned_job"]], "start_spawned_job (aapi.job.jobsapr3monitorsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.start_spawned_job"]], "start_spawned_job (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.start_spawned_job"]], "start_time (aapi.job.jobfilewatcher attribute)": [[0, "aapi.job.JobFileWatcher.start_time"]], "state_machine (aapi.job.jobawsstepfunction attribute)": [[0, "aapi.job.JobAWSStepFunction.state_machine"]], "statement (aapi.ifbase.ifoutput attribute)": [[0, "aapi.ifbase.IfOutput.statement"]], "statement_separator (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.statement_separator"]], "statistics_calendar (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.statistics_calendar"]], "statistics_calendar (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.statistics_calendar"]], "status (aapi.job.jobos400externaljob attribute)": [[0, "aapi.job.JobOS400ExternalJob.status"]], "status (aapi.job.jobos400fullexternaljob attribute)": [[0, "aapi.job.JobOS400FullExternalJob.status"]], "status (aapi.sitestandardpolicy.sitestandardpolicy attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.status"]], "steaming_options (aapi.job.jobhadoopmapredstreaming attribute)": [[0, "aapi.job.JobHadoopMapredStreaming.steaming_options"]], "step_range_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.step_range_list"]], "stop_time (aapi.job.jobfilewatcher attribute)": [[0, "aapi.job.JobFileWatcher.stop_time"]], "stored_procedure (aapi.job.jobdatabasestoredprocedure attribute)": [[0, "aapi.job.JobDatabaseStoredProcedure.stored_procedure"]], "string_template (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.string_template"]], "sub_application (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.sub_application"]], "sub_application (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.sub_application"]], "sub_application (aapi.job.job attribute)": [[0, "aapi.job.Job.sub_application"]], "sub_application (aapi.workloadpolicy.workloadpolicy.filter attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter.sub_application"]], "sub_folder_list (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.sub_folder_list"]], "sub_folder_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.sub_folder_list"]], "sub_system (aapi.job.jobos400fullsubsystem attribute)": [[0, "aapi.job.JobOS400FullSubSystem.sub_system"]], "subject (aapi.mail.actionmail attribute)": [[0, "aapi.mail.ActionMail.subject"]], "subscription_id (aapi.connectionprofile.connectionprofileazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.subscription_id"]], "summary (aapi.remedy.actionremedy attribute)": [[0, "aapi.remedy.ActionRemedy.summary"]], "system_affinity (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.system_affinity"]], "system_id (aapi.connectionprofile.connectionprofilesap.grouplogon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.GroupLogon.system_id"]], "system_number (aapi.connectionprofile.connectionprofilesap.applicationserverlogon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.ApplicationServerLogon.system_number"]], "t_a_c_l_script (aapi.job.jobtandemembeddedtaclscript attribute)": [[0, "aapi.job.JobTandemEmbeddedTACLScript.t_a_c_l_script"]], "t_a_c_l_script (aapi.job.jobtandemtaclscript attribute)": [[0, "aapi.job.JobTandemTACLScript.t_a_c_l_script"]], "tag_folder_list (aapi.folderjobbase.folderjobbasesmart attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.tag_folder_list"]], "tag_list (aapi.folderjobbase.folderjobbasesmart attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.tag_list"]], "tag_name (aapi.jobtag.jobtag attribute)": [[0, "aapi.jobtag.JobTag.tag_name"]], "tag_relation_dc_wc (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.tag_relation_dc_wc"]], "tajo (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.tajo"]], "tajo_options (aapi.job.jobhadooptajo attribute)": [[0, "aapi.job.JobHadoopTajo.tajo_options"]], "target (aapi.job.jobsapdataarchivingdelete attribute)": [[0, "aapi.job.JobSAPDataArchivingDelete.target"]], "target (aapi.job.jobsapdataarchivingstore attribute)": [[0, "aapi.job.JobSAPDataArchivingStore.target"]], "target (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.target"]], "target (aapi.job.jobsapr3batchinputsession attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.target"]], "target (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.target"]], "target (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.target"]], "target (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.target"]], "target_agent (aapi.connectionprofile.connectionprofile attribute)": [[0, "aapi.connectionprofile.ConnectionProfile.target_agent"]], "target_agent (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.target_agent"]], "target_audience (aapi.connectionprofile.connectionprofileairflowgooglecomposer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer.target_audience"]], "target_ctm (aapi.connectionprofile.connectionprofile attribute)": [[0, "aapi.connectionprofile.ConnectionProfile.target_ctm"]], "target_ctm (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.target_ctm"]], "target_host (aapi.job.jobvmwareconfigurationclonevirtualmachine attribute)": [[0, "aapi.job.JobVMwareConfigurationCloneVirtualMachine.target_host"]], "target_path (aapi.job.jobhadoopdistcp attribute)": [[0, "aapi.job.JobHadoopDistCp.target_path"]], "task_information (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.task_information"]], "tech_name (aapi.job.jobsapbwinfopackage.infopackage attribute)": [[0, "aapi.job.JobSAPBWInfoPackage.InfoPackage.tech_name"]], "test_on_build (aapi.connectionprofile.connectionprofile attribute)": [[0, "aapi.connectionprofile.ConnectionProfile.test_on_build"]], "time (aapi.job.jobazurebatchaccount.retention attribute)": [[0, "aapi.job.JobAzureBatchAccount.Retention.time"]], "time (aapi.job.jobazurebatchaccount.wallclock attribute)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock.time"]], "time (aapi.job.jobslamanagement.completeby attribute)": [[0, "aapi.job.JobSLAManagement.CompleteBy.time"]], "time (aapi.job.jobslamanagement.completein attribute)": [[0, "aapi.job.JobSLAManagement.CompleteIn.time"]], "time (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.time"]], "time (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.time"]], "time_limit (aapi.job.jobfilewatcher attribute)": [[0, "aapi.job.JobFileWatcher.time_limit"]], "time_limit_policy (aapi.filetransfer.filetransfer.filewatcheroptions attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.time_limit_policy"]], "time_limit_value (aapi.filetransfer.filetransfer.filewatcheroptions attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.time_limit_value"]], "time_type (aapi.resourcepools.resourcepools.time attribute)": [[0, "aapi.resourcepools.ResourcePools.Time.time_type"]], "time_type (aapi.runningjobs.runningjobs.time attribute)": [[0, "aapi.runningjobs.RunningJobs.Time.time_type"]], "time_zone (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.time_zone"]], "time_zone (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.time_zone"]], "time_zone (aapi.job.job attribute)": [[0, "aapi.job.Job.time_zone"]], "timelimit (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.timelimit"]], "times (aapi.basefolder.folder.rerun attribute)": [[0, "aapi.basefolder.Folder.Rerun.times"]], "times (aapi.basefolder.folder.rerunintervals attribute)": [[0, "aapi.basefolder.Folder.RerunIntervals.times"]], "times (aapi.basefolder.folder.rerunlimit attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.times"]], "times (aapi.basefolder.folder.rerunspecifictimes attribute)": [[0, "aapi.basefolder.Folder.RerunSpecificTimes.times"]], "times (aapi.folderjobbase.folderjobbasesmart.rerun attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.times"]], "times (aapi.folderjobbase.folderjobbasesmart.rerunintervals attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.times"]], "times (aapi.folderjobbase.folderjobbasesmart.rerunspecifictimes attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunSpecificTimes.times"]], "times (aapi.job.job.rerun attribute)": [[0, "aapi.job.Job.Rerun.times"]], "times (aapi.job.job.rerunintervals attribute)": [[0, "aapi.job.Job.RerunIntervals.times"]], "times (aapi.job.job.rerunlimit attribute)": [[0, "aapi.job.Job.RerunLimit.times"]], "times (aapi.job.job.rerunspecifictimes attribute)": [[0, "aapi.job.Job.RerunSpecificTimes.times"]], "to (aapi.mail.actionmail attribute)": [[0, "aapi.mail.ActionMail.to"]], "to_date (aapi.resourcepools.resourcepools.rangedates attribute)": [[0, "aapi.resourcepools.ResourcePools.RangeDates.to_date"]], "to_date (aapi.resourcepools.resourcepools.rangedateswithtimes attribute)": [[0, "aapi.resourcepools.ResourcePools.RangeDatesWithTimes.to_date"]], "to_date (aapi.runningjobs.runningjobs.rangedates attribute)": [[0, "aapi.runningjobs.RunningJobs.RangeDates.to_date"]], "to_date (aapi.runningjobs.runningjobs.rangedateswithtimes attribute)": [[0, "aapi.runningjobs.RunningJobs.RangeDatesWithTimes.to_date"]], "to_day (aapi.resourcepools.resourcepools.weekdaysrange attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.to_day"]], "to_day (aapi.runningjobs.runningjobs.weekdaysrange attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.to_day"]], "to_procedure (aapi.ifrerun.actionrestart attribute)": [[0, "aapi.ifrerun.ActionRestart.to_procedure"]], "to_procedure (aapi.steprange.steprange attribute)": [[0, "aapi.steprange.StepRange.to_procedure"]], "to_program (aapi.ifrerun.actionrestart attribute)": [[0, "aapi.ifrerun.ActionRestart.to_program"]], "to_program (aapi.steprange.steprange attribute)": [[0, "aapi.steprange.StepRange.to_program"]], "to_time (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.to_time"]], "to_time (aapi.folderjobbase.subfolder.when attribute)": [[0, "aapi.folderjobbase.SubFolder.When.to_time"]], "to_time (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.to_time"]], "to_time (aapi.resourcepools.resourcepools.rangedateswithtimes attribute)": [[0, "aapi.resourcepools.ResourcePools.RangeDatesWithTimes.to_time"]], "to_time (aapi.resourcepools.resourcepools.specifictime attribute)": [[0, "aapi.resourcepools.ResourcePools.SpecificTime.to_time"]], "to_time (aapi.resourcepools.resourcepools.weekdaysrange attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.to_time"]], "to_time (aapi.runningjobs.runningjobs.rangedateswithtimes attribute)": [[0, "aapi.runningjobs.RunningJobs.RangeDatesWithTimes.to_time"]], "to_time (aapi.runningjobs.runningjobs.specifictime attribute)": [[0, "aapi.runningjobs.RunningJobs.SpecificTime.to_time"]], "to_time (aapi.runningjobs.runningjobs.weekdaysrange attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.to_time"]], "tolerance (aapi.basefolder.folder.rerunspecifictimes attribute)": [[0, "aapi.basefolder.Folder.RerunSpecificTimes.tolerance"]], "tolerance (aapi.folderjobbase.folderjobbasesmart.rerunspecifictimes attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunSpecificTimes.tolerance"]], "tolerance (aapi.job.job.rerunspecifictimes attribute)": [[0, "aapi.job.Job.RerunSpecificTimes.tolerance"]], "transfer_all_matching_files (aapi.filetransfer.filetransfer.filewatcheroptions attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.transfer_all_matching_files"]], "transfer_option (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.transfer_option"]], "transfer_type (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.transfer_type"]], "trim (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.trim"]], "tripledes_des_ede3 (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.tripleDES_DES_EDE3"]], "type_field() (aapi.ai.aiconnectionprofile static method)": [[0, "aapi.ai.AIConnectionProfile.type_field"]], "type_field() (aapi.ai.aijob static method)": [[0, "aapi.ai.AIJob.type_field"]], "unique (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.unique"]], "unit (aapi.job.jobazurebatchaccount.retention attribute)": [[0, "aapi.job.JobAzureBatchAccount.Retention.unit"]], "unit (aapi.job.jobazurebatchaccount.wallclock attribute)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock.unit"]], "units (aapi.basefolder.folder.rerun attribute)": [[0, "aapi.basefolder.Folder.Rerun.units"]], "units (aapi.basefolder.folder.rerunlimit attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.units"]], "units (aapi.folderjobbase.folderjobbasesmart.rerun attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.units"]], "units (aapi.job.job.rerun attribute)": [[0, "aapi.job.Job.Rerun.units"]], "units (aapi.job.job.rerunlimit attribute)": [[0, "aapi.job.Job.RerunLimit.units"]], "units (aapi.job.jobslamanagement.averageruntimetolerance attribute)": [[0, "aapi.job.JobSLAManagement.AverageRunTimeTolerance.units"]], "uppercase_letters (aapi.businessparameter.businessparameter.characters.alphanumeric attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.Alphanumeric.uppercase_letters"]], "uppercase_letters (aapi.internalrule.internalrule.characters.alphanumeric attribute)": [[0, "aapi.internalrule.InternalRule.Characters.Alphanumeric.uppercase_letters"]], "urgency (aapi.donotify.actionnotify attribute)": [[0, "aapi.donotify.ActionNotify.urgency"]], "urgency (aapi.mail.actionmail attribute)": [[0, "aapi.mail.ActionMail.urgency"]], "urgency (aapi.notify.notify attribute)": [[0, "aapi.notify.Notify.urgency"]], "urgency (aapi.remedy.actionremedy attribute)": [[0, "aapi.remedy.ActionRemedy.urgency"]], "url (aapi.basefolder.folder.documentationurl attribute)": [[0, "aapi.basefolder.Folder.DocumentationUrl.url"]], "url (aapi.folderjobbase.folderjobbase.documentationurl attribute)": [[0, "aapi.folderjobbase.FolderJobBase.DocumentationUrl.url"]], "url (aapi.job.job.documentationurl attribute)": [[0, "aapi.job.Job.DocumentationUrl.url"]], "use_extended (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.use_extended"]], "use_free_text_message (aapi.job.jobmessagingfreetext attribute)": [[0, "aapi.job.JobMessagingFreeText.use_free_text_message"]], "use_free_text_message (aapi.job.jobmessagingpredefined attribute)": [[0, "aapi.job.JobMessagingPreDefined.use_free_text_message"]], "use_instream_jcl (aapi.job.jobos400fullscriptfile.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.EmbeddedScriptFileLocation.use_instream_jcl"]], "use_instream_jcl (aapi.job.jobos400fullscriptfile.nativescriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.NativeScriptFileLocation.use_instream_jcl"]], "use_instream_jcl (aapi.job.jobos400fullvirtualterminal.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.EmbeddedScriptFileLocation.use_instream_jcl"]], "use_instream_jcl (aapi.job.jobos400virtualterminal.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.EmbeddedScriptFileLocation.use_instream_jcl"]], "user (aapi.connectionprofile.connectionprofileairflowstandalone attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowStandalone.user"]], "user (aapi.connectionprofile.connectionprofileazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.user"]], "user (aapi.connectionprofile.connectionprofiledatabase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase.user"]], "user (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.user"]], "user (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.user"]], "user (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.user"]], "user (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.user"]], "user (aapi.connectionprofile.connectionprofilepeoplesoft attribute)": [[0, "aapi.connectionprofile.ConnectionProfilePeopleSoft.user"]], "user (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.user"]], "user (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.user"]], "user (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.user"]], "user (aapi.job.jobsapdataarchivingwrite.variant attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.Variant.user"]], "user_name (aapi.job.joboebs attribute)": [[0, "aapi.job.JobOEBS.user_name"]], "username (aapi.connectionprofile.connectionprofileaws.proxysettings attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.ProxySettings.username"]], "v_cpus (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.v_cpus"]], "v_t_script_file_embedded (aapi.job.jobos400fullscriptfile.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.EmbeddedScriptFileLocation.v_t_script_file_embedded"]], "v_t_script_file_embedded (aapi.job.jobos400fullvirtualterminal.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.EmbeddedScriptFileLocation.v_t_script_file_embedded"]], "v_t_script_file_embedded (aapi.job.jobos400virtualterminal.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.EmbeddedScriptFileLocation.v_t_script_file_embedded"]], "v_t_script_file_i_f_s (aapi.job.jobos400fullscriptfile.ifsscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.IFSScriptFileLocation.v_t_script_file_i_f_s"]], "v_t_script_file_i_f_s (aapi.job.jobos400fullvirtualterminal.ifsscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.IFSScriptFileLocation.v_t_script_file_i_f_s"]], "v_t_script_file_i_f_s (aapi.job.jobos400virtualterminal.ifsscriptfilelocation attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.IFSScriptFileLocation.v_t_script_file_i_f_s"]], "v_t_script_file_native (aapi.job.jobos400fullscriptfile.nativescriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.NativeScriptFileLocation.v_t_script_file_native"]], "v_t_script_file_native (aapi.job.jobos400fullvirtualterminal.nativescriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.NativeScriptFileLocation.v_t_script_file_native"]], "v_t_script_file_native (aapi.job.jobos400virtualterminal.nativescriptfilelocation attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.NativeScriptFileLocation.v_t_script_file_native"]], "validations (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.validations"]], "value (aapi.notify.notifyexecutiontime attribute)": [[0, "aapi.notify.NotifyExecutionTime.value"]], "value (aapi.packageparams.packageparams attribute)": [[0, "aapi.packageparams.PackageParams.value"]], "value (aapi.propertycondition.propertycondition attribute)": [[0, "aapi.propertycondition.PropertyCondition.value"]], "value (aapi.set_.actionset attribute)": [[0, "aapi.set_.ActionSet.value"]], "value (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.value"]], "value (aapi.sitestandardpossiblevalue.sitestandardpossiblevalue attribute)": [[0, "aapi.sitestandardpossiblevalue.SiteStandardPossibleValue.value"]], "values (aapi.businessparameter.businessparameter.exclude attribute)": [[0, "aapi.businessparameter.BusinessParameter.Exclude.values"]], "values (aapi.businessparameter.businessparameter.include attribute)": [[0, "aapi.businessparameter.BusinessParameter.Include.values"]], "values (aapi.internalrule.internalrule.exclude attribute)": [[0, "aapi.internalrule.InternalRule.Exclude.values"]], "values (aapi.internalrule.internalrule.include attribute)": [[0, "aapi.internalrule.InternalRule.Include.values"]], "values (aapi.sitestandardrestriction.sitestandardrestrictionoperatorvalue attribute)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionOperatorValue.values"]], "var_ (aapi.captureoutput.actioncaptureoutput.capture attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.Capture.var_"]], "var_ (aapi.captureoutput.actioncaptureoutput.forwardby.delimiter attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.Delimiter.var_"]], "var_ (aapi.captureoutput.actioncaptureoutput.variablename attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.VariableName.var_"]], "variable (aapi.set_.actionset attribute)": [[0, "aapi.set_.ActionSet.variable"]], "variable_name (aapi.captureoutput.actioncaptureoutput attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.variable_name"]], "variable_name (aapi.ifbase.ifvariablevalue attribute)": [[0, "aapi.ifbase.IfVariableValue.variable_name"]], "variable_value (aapi.ifbase.ifvariablevalue attribute)": [[0, "aapi.ifbase.IfVariableValue.variable_value"]], "variables (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.variables"]], "variables (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.variables"]], "variables (aapi.job.job attribute)": [[0, "aapi.job.Job.variables"]], "variables (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.variables"]], "variant (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.variant"]], "verify_bytes (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.verify_bytes"]], "verify_bytes (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.verify_bytes"]], "verify_checksum (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.verify_checksum"]], "verify_checksum (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.verify_checksum"]], "verify_destination (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.verify_destination"]], "verify_destination (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.verify_destination"]], "vernum (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.vernum"]], "version (aapi.job.jobawslambda attribute)": [[0, "aapi.job.JobAWSLambda.version"]], "virtual_machine_name (aapi.job.jobvmwarepower attribute)": [[0, "aapi.job.JobVMwarePower.virtual_machine_name"]], "volume (aapi.job.jobtandemprogram attribute)": [[0, "aapi.job.JobTandemProgram.volume"]], "volume (aapi.job.jobtandemtaclscript attribute)": [[0, "aapi.job.JobTandemTACLScript.volume"]], "wait_for_events (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.wait_for_events"]], "wait_for_events (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.wait_for_events"]], "wait_for_events (aapi.job.job attribute)": [[0, "aapi.job.Job.wait_for_events"]], "wait_for_events (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.wait_for_events"]], "wait_for_events_list (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.wait_for_events_list"]], "wait_for_events_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.wait_for_events_list"]], "wait_for_events_list (aapi.job.job attribute)": [[0, "aapi.job.Job.wait_for_events_list"]], "wait_for_events_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.wait_for_events_list"]], "wallclock (aapi.job.jobazurebatchaccount attribute)": [[0, "aapi.job.JobAzureBatchAccount.wallclock"]], "week_days (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.week_days"]], "week_days (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.week_days"]], "week_days (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.week_days"]], "week_days (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.week_days"]], "week_days_calendar (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.week_days_calendar"]], "week_days_calendar (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.week_days_calendar"]], "week_days_calendar (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.week_days_calendar"]], "week_days_calendar (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.week_days_calendar"]], "week_days_calendar (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.week_days_calendar"]], "week_days_range (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.week_days_range"]], "week_days_range (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.week_days_range"]], "when (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.when"]], "when (aapi.calendar.calendarperiodic attribute)": [[0, "aapi.calendar.CalendarPeriodic.when"]], "when (aapi.calendar.calendarregular attribute)": [[0, "aapi.calendar.CalendarRegular.when"]], "when (aapi.calendar.calendarrulebased attribute)": [[0, "aapi.calendar.CalendarRuleBased.when"]], "when (aapi.calendar.calendarrulebasedcalendar attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.when"]], "when (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.when"]], "when (aapi.job.job attribute)": [[0, "aapi.job.Job.when"]], "wildcard (aapi.job.jobfilewatchercreate attribute)": [[0, "aapi.job.JobFileWatcherCreate.wildcard"]], "work_flow_name (aapi.extractrule.extractrule attribute)": [[0, "aapi.extractrule.ExtractRule.work_flow_name"]], "work_flow_user_name (aapi.extractrule.extractrule attribute)": [[0, "aapi.extractrule.ExtractRule.work_flow_user_name"]], "workflow (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.workflow"]], "workflow_execution_mode (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.workflow_execution_mode"]], "workflow_parameters_file (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.workflow_parameters_file"]], "workflow_restart_mode (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.workflow_restart_mode"]], "workload_automation_groups (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.workload_automation_groups"]], "workload_automation_groups (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.workload_automation_groups"]], "workload_automation_groups (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.workload_automation_groups"]], "workload_automation_users (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.workload_automation_users"]], "workload_automation_users (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.workload_automation_users"]], "workload_automation_users (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.workload_automation_users"]], "xbp_version (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.xbp_version"]], "year (aapi.year.year attribute)": [[0, "aapi.year.Year.year"]], "years (aapi.calendar.calendarregular.when attribute)": [[0, "aapi.calendar.CalendarRegular.When.years"]], "years (aapi.period.period attribute)": [[0, "aapi.period.Period.years"]], "access (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationgoogle.tokentype attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle.TokenType.Access"]], "connectionprofileairbyte (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte"]], "connectionprofilealteryxtrifacta (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta"]], "connectionprofileautomationanywhere (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere"]], "connectionprofileawsathena (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena"]], "connectionprofileawsbackup (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup"]], "connectionprofileawsbatch (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch"]], "connectionprofileawscloudformation (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation"]], "connectionprofileawsdatapipeline (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline"]], "connectionprofileawsdynamodb (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB"]], "connectionprofileawsec2 (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2"]], "connectionprofileawsecs (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS"]], "connectionprofileawsemr (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR"]], "connectionprofileawsglue (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue"]], "connectionprofileawsgluedatabrew (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew"]], "connectionprofileawslambda (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda"]], "connectionprofileawsmainframemodernization (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization"]], "connectionprofileawsquicksight (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight"]], "connectionprofileawssagemaker (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker"]], "connectionprofileawsstepfunctions (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions"]], "connectionprofileazurebackup (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup"]], "connectionprofileazurebatchaccounts (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts"]], "connectionprofileazuredatafactory (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory"]], "connectionprofileazuredatabricks (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks"]], "connectionprofileazuredevops (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps"]], "connectionprofileazurefunctions (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions"]], "connectionprofileazurehdinsight (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight"]], "connectionprofileazurelogicapps (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps"]], "connectionprofileazuremachinelearning (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning"]], "connectionprofileazureresourcemanager (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager"]], "connectionprofileazuresynapse (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse"]], "connectionprofileazurevm (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM"]], "connectionprofileboomiatomsphere (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere"]], "connectionprofilecommunicationsuite (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite"]], "connectionprofiledbt (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDBT"]], "connectionprofiledatabricks (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks"]], "connectionprofilegcpbatch (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch"]], "connectionprofilegcpbigquery (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery"]], "connectionprofilegcpdataflow (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFlow"]], "connectionprofilegcpdatafusion (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion"]], "connectionprofilegcpdataplex (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex"]], "connectionprofilegcpdataprep (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataprep"]], "connectionprofilegcpdataproc (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc"]], "connectionprofilegcpdeploymentmanager (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager"]], "connectionprofilegcpfunctions (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions"]], "connectionprofilegcpvm (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM"]], "connectionprofilegcpworkflows (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows"]], "connectionprofileinformaticacs (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS"]], "connectionprofilekubernetes (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes"]], "connectionprofilemicrofocuslinux (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux"]], "connectionprofilemicrofocuswindows (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows"]], "connectionprofilemicrosoftpowerbi (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI"]], "connectionprofileocivm (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM"]], "connectionprofileqlikcloud (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud"]], "connectionprofilesnowflake (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake"]], "connectionprofilesnowflakeidp (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP"]], "connectionprofiletableau (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau"]], "connectionprofiletalenddatamanagement (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement"]], "connectionprofileterraform (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTerraform"]], "connectionprofileuipath (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath"]], "connectionprofilewebservicesrest (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST"]], "connectionprofilewebservicesrest.webserviceauthenticationaws (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws"]], "connectionprofilewebservicesrest.webserviceauthenticationaws.authmethodaccessandsecretkeys (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.AuthMethodAccessAndSecretKeys"]], "connectionprofilewebservicesrest.webserviceauthenticationaws.authmethodiamrole (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.AuthMethodIAMRole"]], "connectionprofilewebservicesrest.webserviceauthenticationbasic (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationBasic"]], "connectionprofilewebservicesrest.webserviceauthenticationgoogle (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle"]], "connectionprofilewebservicesrest.webserviceauthenticationgoogle.tokentype (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle.TokenType"]], "connectionprofilewebservicesrest.webserviceauthenticationoauth2 (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2"]], "connectionprofilewebservicesrest.webserviceauthenticationoauth2.basicauthentication (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.BasicAuthentication"]], "connectionprofilewebservicesrest.webserviceauthenticationoauth2.granttypepassword (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.GrantTypePassword"]], "connectionprofilewebservicessoap (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP"]], "connectionprofilewebservicessoap.webserviceauthenticationbasic (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP.WebServiceAuthenticationBasic"]], "identity (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationgoogle.tokentype attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle.TokenType.Identity"]], "jobairbyte (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAirbyte"]], "jobalteryxtrifacta (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta"]], "jobautomationanywhere (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere"]], "jobawsathena (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsAthena"]], "jobawsbackup (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsBackup"]], "jobawsbatch (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsBatch"]], "jobawscloudformation (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation"]], "jobawsdatapipeline (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline"]], "jobawsdynamodb (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB"]], "jobawsec2 (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsEC2"]], "jobawsecs (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsECS"]], "jobawsemr (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsEMR"]], "jobawsglue (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsGlue"]], "jobawsgluedatabrew (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsGlueDataBrew"]], "jobawslambda (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsLambda"]], "jobawsmainframemodernization (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization"]], "jobawsquicksight (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsQuickSight"]], "jobawssagemaker (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker"]], "jobawsstepfunctions (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions"]], "jobazurebackup (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureBackup"]], "jobazurebatchaccounts (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts"]], "jobazuredatafactory (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory"]], "jobazuredatabricks (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureDatabricks"]], "jobazuredevops (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps"]], "jobazurefunctions (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions"]], "jobazurehdinsight (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureHDInsight"]], "jobazurelogicapps (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps"]], "jobazuremachinelearning (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning"]], "jobazureresourcemanager (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager"]], "jobazuresynapse (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureSynapse"]], "jobazurevm (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureVM"]], "jobboomiatomsphere (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobBoomiAtomsphere"]], "jobcommunicationsuite (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite"]], "jobdbt (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobDBT"]], "jobdatabricks (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobDatabricks"]], "jobgcpbatch (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPBatch"]], "jobgcpbigquery (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery"]], "jobgcpdataflow (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPDataFlow"]], "jobgcpdatafusion (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion"]], "jobgcpdataplex (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex"]], "jobgcpdataprep (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep"]], "jobgcpdataproc (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc"]], "jobgcpdeploymentmanager (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager"]], "jobgcpfunctions (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions"]], "jobgcpvm (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPVM"]], "jobgcpworkflows (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows"]], "jobinformaticacs (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS"]], "jobkubernetes (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobKubernetes"]], "jobmicrofocuslinux (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux"]], "jobmicrofocuswindows (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows"]], "jobmicrosoftpowerbi (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI"]], "jobocivm (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobOCIVM"]], "jobqlikcloud (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobQlikCloud"]], "jobsnowflake (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobSnowflake"]], "jobsnowflakeidp (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP"]], "jobtableau (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobTableau"]], "jobtalenddatamanagement (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement"]], "jobterraform (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobTerraform"]], "jobuipath (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobUIPath"]], "jobwebservicesrest (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST"]], "jobwebservicessoap (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP"]], "aapi.integration_factory": [[1, "module-aapi.integration_factory"]], "aapi.integration_factory.connection_profiles": [[1, "module-aapi.integration_factory.connection_profiles"]], "aapi.integration_factory.jobs": [[1, "module-aapi.integration_factory.jobs"]], "access_key (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationaws.authmethodaccessandsecretkeys attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.AuthMethodAccessAndSecretKeys.access_key"]], "account_id (aapi.integration_factory.connection_profiles.connectionprofileboomiatomsphere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere.account_id"]], "account_id (aapi.integration_factory.connection_profiles.connectionprofiledbt attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDBT.account_id"]], "account_identifier (aapi.integration_factory.connection_profiles.connectionprofilesnowflake attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake.account_identifier"]], "account_identifier (aapi.integration_factory.connection_profiles.connectionprofilesnowflakeidp attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP.account_identifier"]], "account_region (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.account_region"]], "action (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.action"]], "action (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.action"]], "action (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.action"]], "action (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.action"]], "action (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.action"]], "action (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.action"]], "action (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.action"]], "action (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.action"]], "action (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.action"]], "action (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.action"]], "action (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.action"]], "action (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.action"]], "action (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.action"]], "action (aapi.integration_factory.jobs.jobocivm attribute)": [[1, "aapi.integration_factory.jobs.JobOCIVM.action"]], "action (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.action"]], "action (aapi.integration_factory.jobs.jobtableau attribute)": [[1, "aapi.integration_factory.jobs.JobTableau.action"]], "action (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.action"]], "actions (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.actions"]], "activity_options (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.activity_options"]], "activity_options (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.activity_options"]], "add_condition (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.add_condition"]], "add_condition (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.add_condition"]], "add_configurations (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.add_configurations"]], "add_parameters (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.add_parameters"]], "additional_micro_focus_settings_script (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuslinux attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux.additional_micro_focus_settings_script"]], "additional_micro_focus_settings_script (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuswindows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows.additional_micro_focus_settings_script"]], "additional_variables (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.additional_variables"]], "additional_variables (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.additional_variables"]], "advanced_restart_parameters (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.advanced_restart_parameters"]], "advanced_restart_parameters (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.advanced_restart_parameters"]], "airbyte_base_url (aapi.integration_factory.connection_profiles.connectionprofileairbyte attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte.airbyte_base_url"]], "allowed_locations (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.allowed_locations"]], "api_key (aapi.integration_factory.connection_profiles.connectionprofileairbyte attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte.api_key"]], "api_key (aapi.integration_factory.connection_profiles.connectionprofileqlikcloud attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud.api_key"]], "api_token (aapi.integration_factory.connection_profiles.connectionprofileboomiatomsphere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere.api_token"]], "api_url (aapi.integration_factory.connection_profiles.connectionprofilemicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI.api_url"]], "api_url (aapi.integration_factory.connection_profiles.connectionprofiletalenddatamanagement attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement.api_url"]], "api_url (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.api_url"]], "api_username (aapi.integration_factory.connection_profiles.connectionprofileboomiatomsphere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere.api_username"]], "api_version (aapi.integration_factory.connection_profiles.connectionprofiletableau attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau.api_version"]], "app_id (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.app_id"]], "app_id (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.app_id"]], "app_id (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.app_id"]], "app_id (aapi.integration_factory.connection_profiles.connectionprofileuipath attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath.app_id"]], "app_id (aapi.integration_factory.jobs.jobqlikcloud attribute)": [[1, "aapi.integration_factory.jobs.JobQlikCloud.app_id"]], "app_secret (aapi.integration_factory.connection_profiles.connectionprofileuipath attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath.app_secret"]], "append_log_to_output (aapi.integration_factory.jobs.jobawslambda attribute)": [[1, "aapi.integration_factory.jobs.JobAwsLambda.append_log_to_output"]], "append_log_to_output (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.append_log_to_output"]], "append_request (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.append_request"]], "append_request (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.append_request"]], "append_response (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.append_response"]], "append_response (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.append_response"]], "application_action (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.application_action"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.application_id"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.application_id"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.application_id"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.application_id"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.application_id"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.application_id"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.application_id"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofilemicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI.application_id"]], "application_name (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.application_name"]], "application_name (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.application_name"]], "application_version (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.application_version"]], "arguments (aapi.integration_factory.jobs.jobawsglue attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlue.arguments"]], "assign_public_ip (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.assign_public_ip"]], "athena_client_request_token (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.athena_client_request_token"]], "atom_name (aapi.integration_factory.jobs.jobboomiatomsphere attribute)": [[1, "aapi.integration_factory.jobs.JobBoomiAtomsphere.atom_name"]], "auth_method_access_and_secret_keys (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationaws attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.auth_method_access_and_secret_keys"]], "auth_method_iam_role (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationaws attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.auth_method_iam_role"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsec2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.authentication"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.authentication_method"]], "auto_adjust_restart (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.auto_adjust_restart"]], "auto_adjust_restart (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.auto_adjust_restart"]], "automation_type (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.automation_type"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.aws_access_key"]], "aws_access_key_id (aapi.integration_factory.connection_profiles.connectionprofileawsec2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2.aws_access_key_id"]], "aws_access_key_id (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.aws_access_key_id"]], "aws_access_key_id (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.aws_access_key_id"]], "aws_access_key_id (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.aws_access_key_id"]], "aws_account_id (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.aws_account_id"]], "aws_api_base_url (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.aws_api_base_url"]], "aws_backup_url (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.aws_backup_url"]], "aws_base_url (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.aws_base_url"]], "aws_base_url (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.aws_base_url"]], "aws_dataset_id (aapi.integration_factory.jobs.jobawsquicksight attribute)": [[1, "aapi.integration_factory.jobs.JobAwsQuickSight.aws_dataset_id"]], "aws_dynamo_db_url (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.aws_dynamo_db_url"]], "aws_ecs_url (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.aws_ecs_url"]], "aws_iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.aws_iam_role"]], "aws_logs_url (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.aws_logs_url"]], "aws_logs_url (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.aws_logs_url"]], "aws_quick_sight_url (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.aws_quick_sight_url"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.aws_region"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsec2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.aws_secret"]], "aws_secret_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.aws_secret_access_key"]], "aws_secret_key (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.aws_secret_key"]], "azure_ad_url (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.azure_ad_url"]], "azure_ad_url (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.azure_ad_url"]], "azure_base_url (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.azure_base_url"]], "azure_dev_ops_url (aapi.integration_factory.connection_profiles.connectionprofileazuredevops attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps.azure_dev_ops_url"]], "azure_devops_token (aapi.integration_factory.connection_profiles.connectionprofileazuredevops attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps.azure_devops_token"]], "azure_login_url (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.azure_login_url"]], "azure_login_url (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.azure_login_url"]], "azure_login_url (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.azure_login_url"]], "azure_login_url (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.azure_login_url"]], "azure_login_url (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.azure_login_url"]], "azure_login_url (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.azure_login_url"]], "azure_login_url (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.azure_login_url"]], "azure_management_url (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.azure_management_url"]], "azure_management_url (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.azure_management_url"]], "azure_ml_url (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.azure_ml_url"]], "azure_username (aapi.integration_factory.connection_profiles.connectionprofileazuredevops attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps.azure_username"]], "backup_vault_name (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.backup_vault_name"]], "base_url (aapi.integration_factory.connection_profiles.connectionprofileinformaticacs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS.base_url"]], "basic_authentication (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.basic_authentication"]], "batch_account_name (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.batch_account_name"]], "batch_job_id (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.batch_job_id"]], "batch_region_id (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.batch_region_id"]], "batch_resource_url (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.batch_resource_url"]], "batch_url (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.batch_url"]], "batch_url (aapi.integration_factory.connection_profiles.connectionprofilegcpbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch.batch_url"]], "bindings (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.bindings"]], "bindings (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.bindings"]], "body (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.body"]], "body (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.body"]], "bot_input_parameters (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.bot_input_parameters"]], "bot_to_run (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.bot_to_run"]], "bring_job_logs_to_output (aapi.integration_factory.jobs.jobazurehdinsight attribute)": [[1, "aapi.integration_factory.jobs.JobAzureHDInsight.bring_job_logs_to_output"]], "bring_logs_to_output (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.bring_logs_to_output"]], "bucket_owner (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.bucket_owner"]], "call_back_url (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.call_back_url"]], "capabilities_type (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.capabilities_type"]], "client_id (aapi.integration_factory.connection_profiles.connectionprofilesnowflake attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake.client_id"]], "client_id (aapi.integration_factory.connection_profiles.connectionprofilesnowflakeidp attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP.client_id"]], "client_id (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.client_id"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofilemicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofilesnowflake attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofilesnowflakeidp attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.client_secret"]], "client_token (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.client_token"]], "cloud_formation_url (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.cloud_formation_url"]], "cloud_watch_url (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.cloud_watch_url"]], "cluster_id (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.cluster_id"]], "cluster_name (aapi.integration_factory.connection_profiles.connectionprofileazurehdinsight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight.cluster_name"]], "cluster_password (aapi.integration_factory.connection_profiles.connectionprofileazurehdinsight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight.cluster_password"]], "cluster_username (aapi.integration_factory.connection_profiles.connectionprofileazurehdinsight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight.cluster_username"]], "commands (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.commands"]], "compute_action (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.compute_action"]], "compute_name (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.compute_name"]], "config_file_path (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.config_file_path"]], "connection_id (aapi.integration_factory.jobs.jobairbyte attribute)": [[1, "aapi.integration_factory.jobs.JobAirbyte.connection_id"]], "connection_profile (aapi.integration_factory.jobs.jobairbyte attribute)": [[1, "aapi.integration_factory.jobs.JobAirbyte.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsglue attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlue.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsgluedatabrew attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlueDataBrew.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawslambda attribute)": [[1, "aapi.integration_factory.jobs.JobAwsLambda.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsquicksight attribute)": [[1, "aapi.integration_factory.jobs.JobAwsQuickSight.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazuredatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDatabricks.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazurehdinsight attribute)": [[1, "aapi.integration_factory.jobs.JobAzureHDInsight.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazurelogicapps attribute)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazuresynapse attribute)": [[1, "aapi.integration_factory.jobs.JobAzureSynapse.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobboomiatomsphere attribute)": [[1, "aapi.integration_factory.jobs.JobBoomiAtomsphere.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobdatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobDatabricks.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFlow.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobkubernetes attribute)": [[1, "aapi.integration_factory.jobs.JobKubernetes.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobocivm attribute)": [[1, "aapi.integration_factory.jobs.JobOCIVM.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobqlikcloud attribute)": [[1, "aapi.integration_factory.jobs.JobQlikCloud.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobtableau attribute)": [[1, "aapi.integration_factory.jobs.JobTableau.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.connection_profile"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileairbyte attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilealteryxtrifacta attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsec2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazuredevops attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazurehdinsight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofiledbt attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDBT.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofiledatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpdatafusion attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpdataplex attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpdataprep attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataprep.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpdataproc attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpvm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpworkflows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileinformaticacs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilekubernetes attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileqlikcloud attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofiletableau attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileterraform attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTerraform.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileuipath attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath.connection_timeout"]], "connection_timeout (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.connection_timeout"]], "connection_timeout (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.connection_timeout"]], "connection_timeout (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.connection_timeout"]], "connection_timeout (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.connection_timeout"]], "connection_timeout (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.connection_timeout"]], "container_image_uri (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.container_image_uri"]], "container_overrides_command (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.container_overrides_command"]], "container_volumes (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.container_volumes"]], "content_type (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.content_type"]], "content_type (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.content_type"]], "copy_destination (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.copy_destination"]], "copy_destination (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.copy_destination"]], "copy_operation_type (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.copy_operation_type"]], "cpu (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.cpu"]], "create_table_name (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.create_table_name"]], "create_table_name (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.create_table_name"]], "custom_service_name (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationaws attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.custom_service_name"]], "data_factory_name (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.data_factory_name"]], "data_flow_url (aapi.integration_factory.connection_profiles.connectionprofilegcpdataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFlow.data_flow_url"]], "data_pipeline_url (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.data_pipeline_url"]], "database (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.database"]], "database (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.database"]], "database_name (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.database_name"]], "databricks_job_id (aapi.integration_factory.jobs.jobazuredatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDatabricks.databricks_job_id"]], "databricks_job_id (aapi.integration_factory.jobs.jobdatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobDatabricks.databricks_job_id"]], "databricks_personal_access_token (aapi.integration_factory.connection_profiles.connectionprofiledatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks.databricks_personal_access_token"]], "databricks_resource (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.databricks_resource"]], "databricks_url (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.databricks_url"]], "databricks_workspace_url (aapi.integration_factory.connection_profiles.connectionprofiledatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks.databricks_workspace_url"]], "dataproc_task_type (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.dataproc_task_type"]], "dataproc_url (aapi.integration_factory.connection_profiles.connectionprofilegcpdataproc attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc.dataproc_url"]], "dataset_id (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.dataset_id"]], "dataset_name (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.dataset_name"]], "dataset_refresh_pipeline_deployment (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.dataset_refresh_pipeline_deployment"]], "datasource_name (aapi.integration_factory.jobs.jobtableau attribute)": [[1, "aapi.integration_factory.jobs.JobTableau.datasource_name"]], "days_back (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.days_back"]], "days_back (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.days_back"]], "db_catalog_name (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.db_catalog_name"]], "dbt_job_id (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.dbt_job_id"]], "dbt_token (aapi.integration_factory.connection_profiles.connectionprofiledbt attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDBT.dbt_token"]], "dbt_url (aapi.integration_factory.connection_profiles.connectionprofiledbt attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDBT.dbt_url"]], "define_commands (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.define_commands"]], "definition_s3_location (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.definition_s3_location"]], "delete_vm_os_disk (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.delete_vm_os_disk"]], "deployment_manager_url (aapi.integration_factory.connection_profiles.connectionprofilegcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager.deployment_manager_url"]], "deployment_name (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.deployment_name"]], "deployment_name (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.deployment_name"]], "deployment_properties (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.deployment_properties"]], "destination_source_bucket_uris (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.destination_source_bucket_uris"]], "destination_table_properties (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.destination_table_properties"]], "disk_list (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.disk_list"]], "ec2_region (aapi.integration_factory.connection_profiles.connectionprofileawsec2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2.ec2_region"]], "ecs_cluster_name (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.ecs_cluster_name"]], "ecs_task_definition (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.ecs_task_definition"]], "enable_jcl_variables (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.enable_jcl_variables"]], "enable_jcl_variables (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.enable_jcl_variables"]], "enable_termination_protection (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.enable_termination_protection"]], "encryption_options (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.encryption_options"]], "end_point (aapi.integration_factory.connection_profiles.connectionprofileboomiatomsphere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere.end_point"]], "endpoint_url (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.endpoint_url"]], "endpoint_url (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.endpoint_url"]], "entry_point (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.entry_point"]], "environment_id (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.environment_id"]], "environment_variables (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.environment_variables"]], "execute_job_with_idempotency_token (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.execute_job_with_idempotency_token"]], "execution_label (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.execution_label"]], "execution_name (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.execution_name"]], "execution_timeout (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.execution_timeout"]], "export_format (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.export_format"]], "extract_as (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.extract_as"]], "failure_tolarance (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.failure_tolarance"]], "failure_tolerance (aapi.integration_factory.jobs.jobairbyte attribute)": [[1, "aapi.integration_factory.jobs.JobAirbyte.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawsglue attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlue.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawsgluedatabrew attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlueDataBrew.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawsquicksight attribute)": [[1, "aapi.integration_factory.jobs.JobAwsQuickSight.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobazuredatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDatabricks.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobazurehdinsight attribute)": [[1, "aapi.integration_factory.jobs.JobAzureHDInsight.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobazurelogicapps attribute)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobocivm attribute)": [[1, "aapi.integration_factory.jobs.JobOCIVM.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobtableau attribute)": [[1, "aapi.integration_factory.jobs.JobTableau.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.failure_tolerance"]], "failure_tolerance_ (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.failure_tolerance_"]], "file_format (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.file_format"]], "file_format (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.file_format"]], "fingerprint (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.fingerprint"]], "flow_name (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.flow_name"]], "flow_name (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.flow_name"]], "flow_name (aapi.integration_factory.jobs.jobtableau attribute)": [[1, "aapi.integration_factory.jobs.JobTableau.flow_name"]], "folder_id (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.folder_id"]], "folder_name (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.folder_name"]], "folder_path (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.folder_path"]], "from_location (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.from_location"]], "from_location (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.from_location"]], "from_step_proc (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.from_step_proc"]], "from_step_proc (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.from_step_proc"]], "from_storage_integration (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.from_storage_integration"]], "from_storage_integration (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.from_storage_integration"]], "from_table (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.from_table"]], "from_table (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.from_table"]], "function_app (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.function_app"]], "function_name (aapi.integration_factory.jobs.jobawslambda attribute)": [[1, "aapi.integration_factory.jobs.JobAwsLambda.function_name"]], "function_name (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.function_name"]], "function_name (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.function_name"]], "function_parameters (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.function_parameters"]], "function_type (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.function_type"]], "function_version (aapi.integration_factory.jobs.jobawslambda attribute)": [[1, "aapi.integration_factory.jobs.JobAwsLambda.function_version"]], "gcp_api_url (aapi.integration_factory.connection_profiles.connectionprofilegcpfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions.gcp_api_url"]], "gcp_api_url (aapi.integration_factory.connection_profiles.connectionprofilegcpvm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM.gcp_api_url"]], "gcp_api_url (aapi.integration_factory.connection_profiles.connectionprofilegcpworkflows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows.gcp_api_url"]], "gcp_big_query_url (aapi.integration_factory.connection_profiles.connectionprofilegcpbigquery attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery.gcp_big_query_url"]], "gcp_data_fusion_url (aapi.integration_factory.connection_profiles.connectionprofilegcpdatafusion attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion.gcp_data_fusion_url"]], "gcp_dataplex_url (aapi.integration_factory.connection_profiles.connectionprofilegcpdataplex attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex.gcp_dataplex_url"]], "gcp_dataprep_url (aapi.integration_factory.connection_profiles.connectionprofilegcpdataprep attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataprep.gcp_dataprep_url"]], "get_instances_logs (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.get_instances_logs"]], "get_logs (aapi.integration_factory.jobs.jobazurelogicapps attribute)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps.get_logs"]], "get_logs (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.get_logs"]], "get_logs (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.get_logs"]], "get_logs (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.get_logs"]], "get_logs (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.get_logs"]], "get_pod_logs (aapi.integration_factory.jobs.jobkubernetes attribute)": [[1, "aapi.integration_factory.jobs.JobKubernetes.get_pod_logs"]], "glue_job_arguments (aapi.integration_factory.jobs.jobawsglue attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlue.glue_job_arguments"]], "glue_job_name (aapi.integration_factory.jobs.jobawsglue attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlue.glue_job_name"]], "glue_url (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.glue_url"]], "grant_type_password (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.grant_type_password"]], "headers (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.headers"]], "host (aapi.integration_factory.connection_profiles.connectionprofileautomationanywhere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere.host"]], "http_headers (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.http_headers"]], "http_headers (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.http_headers"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsec2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationaws.authmethodiamrole attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.AuthMethodIAMRole.iam_role"]], "idempotency_token (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.idempotency_token"]], "idempotency_token (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.idempotency_token"]], "idempotency_token (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.idempotency_token"]], "idempotency_token (aapi.integration_factory.jobs.jobazuredatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDatabricks.idempotency_token"]], "idempotency_token (aapi.integration_factory.jobs.jobdatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobDatabricks.idempotency_token"]], "idempotency_token (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.idempotency_token"]], "idempotent_token (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.idempotent_token"]], "idempotent_token (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.idempotent_token"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpbigquery attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpdataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFlow.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpdatafusion attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpdataplex attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpdataproc attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpvm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpworkflows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows.identity_type"]], "idp_url (aapi.integration_factory.connection_profiles.connectionprofilesnowflakeidp attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP.idp_url"]], "image_id (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.image_id"]], "import_compression_type (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.import_compression_type"]], "import_format (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.import_format"]], "include_or_exclude_disks (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.include_or_exclude_disks"]], "input_fields (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.input_fields"]], "input_parameters (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.input_parameters"]], "instance_id (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.instance_id"]], "instance_id (aapi.integration_factory.jobs.jobocivm attribute)": [[1, "aapi.integration_factory.jobs.JobOCIVM.instance_id"]], "instance_name (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.instance_name"]], "instance_name (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.instance_name"]], "instance_name (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.instance_name"]], "instance_policy (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.instance_policy"]], "instance_type (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.instance_type"]], "jcl_filename (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.jcl_filename"]], "jcl_filename (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.jcl_filename"]], "jcl_name (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.jcl_name"]], "job_attempts (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.job_attempts"]], "job_cleanup (aapi.integration_factory.jobs.jobkubernetes attribute)": [[1, "aapi.integration_factory.jobs.JobKubernetes.job_cleanup"]], "job_definition_and_revision (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.job_definition_and_revision"]], "job_name (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.job_name"]], "job_name (aapi.integration_factory.jobs.jobawsgluedatabrew attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlueDataBrew.job_name"]], "job_name (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.job_name"]], "job_queue (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.job_queue"]], "job_spec_parameters (aapi.integration_factory.jobs.jobkubernetes attribute)": [[1, "aapi.integration_factory.jobs.JobKubernetes.job_spec_parameters"]], "job_spec_yaml (aapi.integration_factory.jobs.jobkubernetes attribute)": [[1, "aapi.integration_factory.jobs.JobKubernetes.job_spec_yaml"]], "job_status_polling_interval (aapi.integration_factory.jobs.jobkubernetes attribute)": [[1, "aapi.integration_factory.jobs.JobKubernetes.job_status_polling_interval"]], "job_timeout (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.job_timeout"]], "job_type (aapi.integration_factory.jobs.jobairbyte attribute)": [[1, "aapi.integration_factory.jobs.JobAirbyte.job_type"]], "json_body (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.json_body"]], "json_format (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.json_format"]], "json_format (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.json_format"]], "key_name (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.key_name"]], "kms_key (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.kms_key"]], "kubernetes_cluster_url (aapi.integration_factory.connection_profiles.connectionprofilekubernetes attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes.kubernetes_cluster_url"]], "lake_name (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.lake_name"]], "lambda_url (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.lambda_url"]], "latest_application_version (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.latest_application_version"]], "launch_template_id (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.launch_template_id"]], "launch_type (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.launch_type"]], "load_options (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.load_options"]], "location (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.location"]], "location (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.location"]], "location (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.location"]], "location_name (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.location_name"]], "log_level (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFlow.log_level"]], "log_level (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.log_level"]], "log_policy (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.log_policy"]], "login_url (aapi.integration_factory.connection_profiles.connectionprofileinformaticacs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS.login_url"]], "machine_template (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.machine_template"]], "machine_type (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.machine_type"]], "mainframe_modernization_url (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.mainframe_modernization_url"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.managed_identity_client_id"]], "management_url (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.management_url"]], "max_task_retry_count (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.max_task_retry_count"]], "max_wall_clock_time (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.max_wall_clock_time"]], "max_wall_time_digits (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.max_wall_time_digits"]], "max_wall_time_unit (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.max_wall_time_unit"]], "maximum_retry_count (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.maximum_retry_count"]], "memory (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.memory"]], "method (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.method"]], "mfbsi_config_path (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuslinux attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux.mfbsi_config_path"]], "mfbsi_config_path (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuswindows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows.mfbsi_config_path"]], "mfbsi_directory_path (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuslinux attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux.mfbsi_directory_path"]], "mfbsi_directory_path (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuswindows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows.mfbsi_directory_path"]], "microsoft_teams_webhook_url (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.microsoft_teams_webhook_url"]], "modified_jcl_path_and_filename (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.modified_jcl_path_and_filename"]], "modified_jcl_path_and_filename (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.modified_jcl_path_and_filename"]], "name_space_id (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.name_space_id"]], "namespace (aapi.integration_factory.connection_profiles.connectionprofilekubernetes attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes.namespace"]], "network_security_groups (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.network_security_groups"]], "network_subnets (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.network_subnets"]], "no_perm (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.no_perm"]], "notebook_execution_name (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.notebook_execution_name"]], "notebook_id (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.notebook_id"]], "number_of_copies (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.number_of_copies"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileairbyte attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilealteryxtrifacta attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileautomationanywhere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsec2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazuredevops attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazurehdinsight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileboomiatomsphere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofiledbt attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDBT.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofiledatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpbigquery attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpdataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFlow.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpdatafusion attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpdataplex attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpdataprep attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataprep.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpdataproc attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpvm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpworkflows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileinformaticacs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilekubernetes attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuslinux attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuswindows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilemicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileqlikcloud attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilesnowflake attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilesnowflakeidp attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofiletableau attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofiletalenddatamanagement attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileterraform attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTerraform.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileuipath attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilewebservicessoap attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP.object_name"]], "object_name (aapi.integration_factory.jobs.jobairbyte attribute)": [[1, "aapi.integration_factory.jobs.JobAirbyte.object_name"]], "object_name (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.object_name"]], "object_name (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.object_name"]], "object_name (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsglue attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlue.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsgluedatabrew attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlueDataBrew.object_name"]], "object_name (aapi.integration_factory.jobs.jobawslambda attribute)": [[1, "aapi.integration_factory.jobs.JobAwsLambda.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsquicksight attribute)": [[1, "aapi.integration_factory.jobs.JobAwsQuickSight.object_name"]], "object_name (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.object_name"]], "object_name (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.object_name"]], "object_name (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.object_name"]], "object_name (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.object_name"]], "object_name (aapi.integration_factory.jobs.jobazuredatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDatabricks.object_name"]], "object_name (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.object_name"]], "object_name (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.object_name"]], "object_name (aapi.integration_factory.jobs.jobazurehdinsight attribute)": [[1, "aapi.integration_factory.jobs.JobAzureHDInsight.object_name"]], "object_name (aapi.integration_factory.jobs.jobazurelogicapps attribute)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps.object_name"]], "object_name (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.object_name"]], "object_name (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.object_name"]], "object_name (aapi.integration_factory.jobs.jobazuresynapse attribute)": [[1, "aapi.integration_factory.jobs.JobAzureSynapse.object_name"]], "object_name (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.object_name"]], "object_name (aapi.integration_factory.jobs.jobboomiatomsphere attribute)": [[1, "aapi.integration_factory.jobs.JobBoomiAtomsphere.object_name"]], "object_name (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.object_name"]], "object_name (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.object_name"]], "object_name (aapi.integration_factory.jobs.jobdatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobDatabricks.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFlow.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.object_name"]], "object_name (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.object_name"]], "object_name (aapi.integration_factory.jobs.jobkubernetes attribute)": [[1, "aapi.integration_factory.jobs.JobKubernetes.object_name"]], "object_name (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.object_name"]], "object_name (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.object_name"]], "object_name (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.object_name"]], "object_name (aapi.integration_factory.jobs.jobocivm attribute)": [[1, "aapi.integration_factory.jobs.JobOCIVM.object_name"]], "object_name (aapi.integration_factory.jobs.jobqlikcloud attribute)": [[1, "aapi.integration_factory.jobs.JobQlikCloud.object_name"]], "object_name (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.object_name"]], "object_name (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.object_name"]], "object_name (aapi.integration_factory.jobs.jobtableau attribute)": [[1, "aapi.integration_factory.jobs.JobTableau.object_name"]], "object_name (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.object_name"]], "object_name (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.object_name"]], "object_name (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.object_name"]], "object_name (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.object_name"]], "object_name (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.object_name"]], "oci_instances_url (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.oci_instances_url"]], "oci_region (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.oci_region"]], "on_failure (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.on_failure"]], "operation (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.operation"]], "operation (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.operation"]], "operations (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.operations"]], "optional_input_parameters (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.optional_input_parameters"]], "optional_input_parameters (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.optional_input_parameters"]], "organization_id (aapi.integration_factory.connection_profiles.connectionprofileazuredevops attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps.organization_id"]], "output_handling (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.output_handling"]], "output_handling (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.output_handling"]], "output_job_logs (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.output_job_logs"]], "output_job_logs (aapi.integration_factory.jobs.jobawsgluedatabrew attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlueDataBrew.output_job_logs"]], "output_location (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.output_location"]], "override_command (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.override_command"]], "override_commands (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.override_commands"]], "override_container (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.override_container"]], "override_job_commands (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.override_job_commands"]], "override_region (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.override_region"]], "overwrite (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.overwrite"]], "overwrite (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.overwrite"]], "parameters (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.parameters"]], "parameters (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.parameters"]], "parameters (aapi.integration_factory.jobs.jobawslambda attribute)": [[1, "aapi.integration_factory.jobs.JobAwsLambda.parameters"]], "parameters (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.parameters"]], "parameters (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.parameters"]], "parameters (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.parameters"]], "parameters (aapi.integration_factory.jobs.jobazuredatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDatabricks.parameters"]], "parameters (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.parameters"]], "parameters (aapi.integration_factory.jobs.jobazurehdinsight attribute)": [[1, "aapi.integration_factory.jobs.JobAzureHDInsight.parameters"]], "parameters (aapi.integration_factory.jobs.jobazurelogicapps attribute)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps.parameters"]], "parameters (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.parameters"]], "parameters (aapi.integration_factory.jobs.jobazuresynapse attribute)": [[1, "aapi.integration_factory.jobs.JobAzureSynapse.parameters"]], "parameters (aapi.integration_factory.jobs.jobdatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobDatabricks.parameters"]], "parameters (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.parameters"]], "parameters (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.parameters"]], "parameters (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.parameters"]], "parameters (aapi.integration_factory.jobs.jobocivm attribute)": [[1, "aapi.integration_factory.jobs.JobOCIVM.parameters"]], "parameters (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.parameters"]], "parameters (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.parameters"]], "parameters (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.parameters"]], "parameters__json_format (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFlow.parameters__json_format"]], "parameters__json_format (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.parameters__json_format"]], "parameters_json_input (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.parameters_json_input"]], "password (aapi.integration_factory.connection_profiles.connectionprofilealteryxtrifacta attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofileautomationanywhere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofileinformaticacs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofilemicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationbasic attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationBasic.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2.basicauthentication attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.BasicAuthentication.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2.granttypepassword attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.GrantTypePassword.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofilewebservicessoap.webserviceauthenticationbasic attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP.WebServiceAuthenticationBasic.password"]], "pds (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.pds"]], "pds (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.pds"]], "personal_access_token_authorization (aapi.integration_factory.connection_profiles.connectionprofiletalenddatamanagement attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement.personal_access_token_authorization"]], "phone_number_id (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.phone_number_id"]], "pipe_name (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.pipe_name"]], "pipeline_endpoint_id (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.pipeline_endpoint_id"]], "pipeline_execution_arn (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.pipeline_execution_arn"]], "pipeline_id (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.pipeline_id"]], "pipeline_id (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.pipeline_id"]], "pipeline_id (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.pipeline_id"]], "pipeline_name (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.pipeline_name"]], "pipeline_name (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.pipeline_name"]], "pipeline_name (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.pipeline_name"]], "pipeline_name (aapi.integration_factory.jobs.jobazuresynapse attribute)": [[1, "aapi.integration_factory.jobs.JobAzureSynapse.pipeline_name"]], "pipeline_name (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.pipeline_name"]], "pipeline_unique_id (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.pipeline_unique_id"]], "placement_availability_zone (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.placement_availability_zone"]], "plan_body_parameters (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.plan_body_parameters"]], "plan_name (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.plan_name"]], "plan_polling_intervals (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.plan_polling_intervals"]], "policy_name (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.policy_name"]], "polling_interval_frequency (aapi.integration_factory.jobs.jobboomiatomsphere attribute)": [[1, "aapi.integration_factory.jobs.JobBoomiAtomsphere.polling_interval_frequency"]], "polling_interval_sec (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.polling_interval_sec"]], "prepared_query_name (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.prepared_query_name"]], "print_log_to_output (aapi.integration_factory.jobs.jobqlikcloud attribute)": [[1, "aapi.integration_factory.jobs.JobQlikCloud.print_log_to_output"]], "priority (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.priority"]], "private_key (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.private_key"]], "procedure_argument (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.procedure_argument"]], "procedure_argument (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.procedure_argument"]], "process_name (aapi.integration_factory.jobs.jobboomiatomsphere attribute)": [[1, "aapi.integration_factory.jobs.JobBoomiAtomsphere.process_name"]], "process_name (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.process_name"]], "process_to_run (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.process_to_run"]], "process_uri_path (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.process_uri_path"]], "profile (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.profile"]], "project_id (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.project_id"]], "project_id (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFlow.project_id"]], "project_id (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.project_id"]], "project_id (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.project_id"]], "project_id (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.project_id"]], "project_id (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.project_id"]], "project_id (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.project_id"]], "project_id (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.project_id"]], "project_name (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.project_name"]], "project_name (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.project_name"]], "project_name (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.project_name"]], "protect_content (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.protect_content"]], "provisioning_model (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.provisioning_model"]], "qlik_api_url (aapi.integration_factory.connection_profiles.connectionprofileqlikcloud attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud.qlik_api_url"]], "query (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.query"]], "query (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.query"]], "query (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.query"]], "query_input (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.query_input"]], "query_input (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.query_input"]], "query_parameters (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.query_parameters"]], "query_to_location (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.query_to_location"]], "query_to_location (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.query_to_location"]], "recapture_abend_codes (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.recapture_abend_codes"]], "recapture_abend_codes (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.recapture_abend_codes"]], "recapture_cond_codes (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.recapture_cond_codes"]], "recapture_cond_codes (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.recapture_cond_codes"]], "recipient_phone_number (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.recipient_phone_number"]], "recovery_point_arn (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.recovery_point_arn"]], "recovery_point_name (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.recovery_point_name"]], "redirect_url (aapi.integration_factory.connection_profiles.connectionprofilesnowflake attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake.redirect_url"]], "refresh_token (aapi.integration_factory.connection_profiles.connectionprofilesnowflake attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake.refresh_token"]], "refresh_type (aapi.integration_factory.jobs.jobawsquicksight attribute)": [[1, "aapi.integration_factory.jobs.JobAwsQuickSight.refresh_type"]], "region (aapi.integration_factory.connection_profiles.connectionprofileqlikcloud attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud.region"]], "region (aapi.integration_factory.connection_profiles.connectionprofilesnowflake attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake.region"]], "region (aapi.integration_factory.connection_profiles.connectionprofilesnowflakeidp attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP.region"]], "region (aapi.integration_factory.connection_profiles.connectionprofiletalenddatamanagement attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement.region"]], "region (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationaws attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.region"]], "region (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.region"]], "region (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFlow.region"]], "region (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.region"]], "relative_path (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.relative_path"]], "reload_type (aapi.integration_factory.jobs.jobqlikcloud attribute)": [[1, "aapi.integration_factory.jobs.JobQlikCloud.reload_type"]], "repository_path (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.repository_path"]], "rerun_job_id (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.rerun_job_id"]], "rerun_job_id (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.rerun_job_id"]], "rerun_run_id (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.rerun_run_id"]], "rerun_suspended_taskflow (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.rerun_suspended_taskflow"]], "rerun_with_new_idempotency_token (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.rerun_with_new_idempotency_token"]], "resource_arn (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.resource_arn"]], "resource_group (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.resource_group"]], "resource_group (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.resource_group"]], "resource_group (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.resource_group"]], "resource_group (aapi.integration_factory.connection_profiles.connectionprofilemicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI.resource_group"]], "resource_group_name (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.resource_group_name"]], "resource_group_name (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.resource_group_name"]], "resource_group_name (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.resource_group_name"]], "rest_login_url (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.rest_login_url"]], "restart_on_rerun (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.restart_on_rerun"]], "restart_on_rerun (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.restart_on_rerun"]], "restart_with_modified_jcl (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.restart_with_modified_jcl"]], "restart_with_modified_jcl (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.restart_with_modified_jcl"]], "restore_parameters (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.restore_parameters"]], "restore_region (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.restore_region"]], "restore_to_latest_recovery_point (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.restore_to_latest_recovery_point"]], "retention_time (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.retention_time"]], "retention_time_digits (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.retention_time_digits"]], "retention_time_unit (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.retention_time_unit"]], "retrack_job_status (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.retrack_job_status"]], "retrieve_cloud_watch_logs (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.retrieve_cloud_watch_logs"]], "retry_number (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.retry_number"]], "retry_pipeline_execution (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.retry_pipeline_execution"]], "robot_id (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.robot_id"]], "robot_name (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.robot_name"]], "role (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.role"]], "role (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.role"]], "role_arn (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.role_arn"]], "role_arn (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.role_arn"]], "routine (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.routine"]], "run_as (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuslinux attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux.run_as"]], "run_as (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuswindows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows.run_as"]], "run_as_pass (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuslinux attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux.run_as_pass"]], "run_as_pass (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuswindows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows.run_as_pass"]], "run_comment (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.run_comment"]], "run_id (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.run_id"]], "run_name (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.run_name"]], "run_select_query_and_copy_to_table (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.run_select_query_and_copy_to_table"]], "run_statement_with_parameter (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.run_statement_with_parameter"]], "runnable_type (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.runnable_type"]], "runtime_environment (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuslinux attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux.runtime_environment"]], "runtime_environment (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuswindows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows.runtime_environment"]], "runtime_parameters (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.runtime_parameters"]], "s3_acl_option (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.s3_acl_option"]], "s3_bucket_name (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.s3_bucket_name"]], "s3_bucket_owner_id (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.s3_bucket_owner_id"]], "s3_path_prefix (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.s3_path_prefix"]], "sage_maker_url (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.sage_maker_url"]], "save_failed_plan_log (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.save_failed_plan_log"]], "scan_name (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.scan_name"]], "schema (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.schema"]], "schema (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.schema"]], "scope (aapi.integration_factory.connection_profiles.connectionprofilesnowflakeidp attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP.scope"]], "secret_access_key (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationaws.authmethodaccessandsecretkeys attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.AuthMethodAccessAndSecretKeys.secret_access_key"]], "select_operation (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.select_operation"]], "service_account_email_format (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.service_account_email_format"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpbigquery attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpdataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFlow.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpdatafusion attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpdataplex attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpvm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpworkflows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationgoogle attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle.service_account_key"]], "service_account_key_json_format (aapi.integration_factory.connection_profiles.connectionprofilegcpdataproc attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc.service_account_key_json_format"]], "service_role (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.service_role"]], "service_token_file (aapi.integration_factory.connection_profiles.connectionprofilekubernetes attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes.service_token_file"]], "set_mf_ucc11 (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.set_mf_ucc11"]], "set_mf_ucc11 (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.set_mf_ucc11"]], "show_build_logs (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.show_build_logs"]], "show_execution_logs (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.show_execution_logs"]], "show_json_output (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.show_json_output"]], "show_load_options (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.show_load_options"]], "show_more_options (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.show_more_options"]], "show_more_options (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.show_more_options"]], "show_output (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.show_output"]], "show_output (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.show_output"]], "show_results (aapi.integration_factory.jobs.jobairbyte attribute)": [[1, "aapi.integration_factory.jobs.JobAirbyte.show_results"]], "show_workflow_results (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.show_workflow_results"]], "silent_message (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.silent_message"]], "site_name (aapi.integration_factory.connection_profiles.connectionprofiletableau attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau.site_name"]], "slack_parameters (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.slack_parameters"]], "slack_webhook_url (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.slack_webhook_url"]], "snowflake_sql_statement (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.snowflake_sql_statement"]], "snowflake_sql_statement (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.snowflake_sql_statement"]], "snowpipe_name (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.snowpipe_name"]], "snowpipe_name (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.snowpipe_name"]], "soap_action (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.soap_action"]], "source_tables_properties (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.source_tables_properties"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.specify_managed_identity_client_id"]], "sql_statement (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.sql_statement"]], "stack_name (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.stack_name"]], "stack_parameters (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.stack_parameters"]], "stage_location (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.stage_location"]], "stage_location (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.stage_location"]], "stage_name (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.stage_name"]], "stage_name (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.stage_name"]], "stage_url (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.stage_url"]], "stage_url (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.stage_url"]], "stages_to_skip (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.stages_to_skip"]], "start_or_pause_pipe (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.start_or_pause_pipe"]], "start_or_pause_snowpipe (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.start_or_pause_snowpipe"]], "state_machine_arn (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.state_machine_arn"]], "statement (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.statement"]], "statement_parameters (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.statement_parameters"]], "statement_timeout (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.statement_timeout"]], "statement_timeout_sec (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.statement_timeout_sec"]], "status_file_cloud_location_path (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.status_file_cloud_location_path"]], "status_file_cloud_location_path (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.status_file_cloud_location_path"]], "status_polling_frequency (aapi.integration_factory.jobs.jobairbyte attribute)": [[1, "aapi.integration_factory.jobs.JobAirbyte.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsglue attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlue.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsgluedatabrew attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlueDataBrew.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsquicksight attribute)": [[1, "aapi.integration_factory.jobs.JobAwsQuickSight.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazuredatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDatabricks.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazurehdinsight attribute)": [[1, "aapi.integration_factory.jobs.JobAzureHDInsight.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazurelogicapps attribute)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobdatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobDatabricks.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobocivm attribute)": [[1, "aapi.integration_factory.jobs.JobOCIVM.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobqlikcloud attribute)": [[1, "aapi.integration_factory.jobs.JobQlikCloud.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobtableau attribute)": [[1, "aapi.integration_factory.jobs.JobTableau.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.status_polling_frequency"]], "status_polling_interval (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.status_polling_interval"]], "status_polling_interval (aapi.integration_factory.jobs.jobazuresynapse attribute)": [[1, "aapi.integration_factory.jobs.JobAzureSynapse.status_polling_interval"]], "step_functions_url (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.step_functions_url"]], "step_specific_condition_codes (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.step_specific_condition_codes"]], "step_specific_condition_codes (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.step_specific_condition_codes"]], "stoarge_integration_for_location (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.stoarge_integration_for_location"]], "stoarge_integration_for_location (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.stoarge_integration_for_location"]], "storage_account_name (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.storage_account_name"]], "storage_integration (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.storage_integration"]], "storage_integration (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.storage_integration"]], "stored_procedure_name (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.stored_procedure_name"]], "stored_procedure_name (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.stored_procedure_name"]], "subnet_id (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.subnet_id"]], "subscription_id (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.subscription_id"]], "subscription_id (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.subscription_id"]], "subscription_id (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.subscription_id"]], "subscription_id (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.subscription_id"]], "subscription_id (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.subscription_id"]], "subscription_id (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.subscription_id"]], "subscription_id (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.subscription_id"]], "synapse_resource (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.synapse_resource"]], "synapse_url (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.synapse_url"]], "table_arn (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.table_arn"]], "table_creation_parameters (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.table_creation_parameters"]], "table_name (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.table_name"]], "table_name (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.table_name"]], "table_name (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.table_name"]], "table_name (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.table_name"]], "table_name (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.table_name"]], "tableau_url (aapi.integration_factory.connection_profiles.connectionprofiletableau attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau.tableau_url"]], "task_command_line (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.task_command_line"]], "task_flow_url (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.task_flow_url"]], "task_id (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.task_id"]], "task_id_prefix (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.task_id_prefix"]], "task_id_variable (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.task_id_variable"]], "task_name (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.task_name"]], "task_name (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.task_name"]], "task_name (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.task_name"]], "task_plan_execution (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.task_plan_execution"]], "task_polling_intervals (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.task_polling_intervals"]], "task_script_text (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.task_script_text"]], "task_type (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.task_type"]], "teams_parameters (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.teams_parameters"]], "telegram_bot_token (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.telegram_bot_token"]], "telegram_chat_id (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.telegram_chat_id"]], "telegram_parameters (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.telegram_parameters"]], "telegram_url (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.telegram_url"]], "template_body (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.template_body"]], "template_location_gs_ (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFlow.template_location_gs_"]], "template_name (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.template_name"]], "template_type (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFlow.template_type"]], "template_url (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.template_url"]], "tenancy_ocid (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.tenancy_ocid"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileqlikcloud attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud.tenant_id"]], "tenant_name (aapi.integration_factory.connection_profiles.connectionprofileuipath attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath.tenant_name"]], "tenant_url (aapi.integration_factory.connection_profiles.connectionprofileuipath attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath.tenant_url"]], "terraform_org_name (aapi.integration_factory.connection_profiles.connectionprofileterraform attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTerraform.terraform_org_name"]], "to_step_proc (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.to_step_proc"]], "to_step_proc (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.to_step_proc"]], "token (aapi.integration_factory.connection_profiles.connectionprofileterraform attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTerraform.token"]], "token_name (aapi.integration_factory.connection_profiles.connectionprofiletableau attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau.token_name"]], "token_secret (aapi.integration_factory.connection_profiles.connectionprofiletableau attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau.token_secret"]], "token_type (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationgoogle attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle.token_type"]], "tolerance (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.tolerance"]], "tolerance (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.tolerance"]], "tolerance (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.tolerance"]], "tolerance (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.tolerance"]], "tolerance (aapi.integration_factory.jobs.jobboomiatomsphere attribute)": [[1, "aapi.integration_factory.jobs.JobBoomiAtomsphere.tolerance"]], "tolerance (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.tolerance"]], "tolerance (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.tolerance"]], "tolerance (aapi.integration_factory.jobs.jobqlikcloud attribute)": [[1, "aapi.integration_factory.jobs.JobQlikCloud.tolerance"]], "transaction_statments (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.transaction_statments"]], "trifacta_url (aapi.integration_factory.connection_profiles.connectionprofilealteryxtrifacta attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta.trifacta_url"]], "trigger_created_pipeline (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.trigger_created_pipeline"]], "unload_file_type (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.unload_file_type"]], "url_parameters (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.url_parameters"]], "url_parameters (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.url_parameters"]], "url_request_path (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.url_request_path"]], "use_advanced_json_format (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.use_advanced_json_format"]], "use_advanced_json_format (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.use_advanced_json_format"]], "use_advanced_json_format (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.use_advanced_json_format"]], "use_federation_id (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.use_federation_id"]], "use_preemptive_auth (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationbasic attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationBasic.use_preemptive_auth"]], "use_preemptive_auth (aapi.integration_factory.connection_profiles.connectionprofilewebservicessoap.webserviceauthenticationbasic attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP.WebServiceAuthenticationBasic.use_preemptive_auth"]], "user (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationbasic attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationBasic.user"]], "user (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2.basicauthentication attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.BasicAuthentication.user"]], "user (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2.granttypepassword attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.GrantTypePassword.user"]], "user (aapi.integration_factory.connection_profiles.connectionprofilewebservicessoap.webserviceauthenticationbasic attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP.WebServiceAuthenticationBasic.user"]], "user_access_token (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.user_access_token"]], "user_access_token (aapi.integration_factory.connection_profiles.connectionprofilegcpdataprep attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataprep.user_access_token"]], "user_name (aapi.integration_factory.connection_profiles.connectionprofileautomationanywhere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere.user_name"]], "user_name (aapi.integration_factory.connection_profiles.connectionprofilemicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI.user_name"]], "user_ocid (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.user_ocid"]], "username (aapi.integration_factory.connection_profiles.connectionprofilealteryxtrifacta attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta.username"]], "username (aapi.integration_factory.connection_profiles.connectionprofileinformaticacs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS.username"]], "variable (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.variable"]], "variables (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.variables"]], "variables (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.variables"]], "vault_name (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.vault_name"]], "vault_resource_group (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.vault_resource_group"]], "verification_poll_interval (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.verification_poll_interval"]], "verification_poll_interval (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.verification_poll_interval"]], "verification_poll_interval (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.verification_poll_interval"]], "verification_poll_interval_in_seconds (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFlow.verification_poll_interval_in_seconds"]], "verification_poll_interval_in_seconds (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.verification_poll_interval_in_seconds"]], "verification_poll_intervall (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.verification_poll_intervall"]], "version (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.version"]], "vm_name (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.vm_name"]], "vm_name (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.vm_name"]], "vm_resource_group (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.vm_resource_group"]], "warehouse (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.warehouse"]], "warehouse (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.warehouse"]], "web_service_authentication_aws (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.web_service_authentication_aws"]], "web_service_authentication_basic (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.web_service_authentication_basic"]], "web_service_authentication_basic (aapi.integration_factory.connection_profiles.connectionprofilewebservicessoap attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP.web_service_authentication_basic"]], "web_service_authentication_google (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.web_service_authentication_google"]], "web_service_authentication_oauth2 (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.web_service_authentication_oauth2"]], "whats_app_business_id (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.whats_app_business_id"]], "whats_app_parameters (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.whats_app_parameters"]], "whats_app_url (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.whats_app_url"]], "windows_vss (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.windows_vss"]], "workflow (aapi.integration_factory.jobs.jobazurelogicapps attribute)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps.workflow"]], "workflow_name (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.workflow_name"]], "workflow_template (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.workflow_template"]], "workgroup (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.workgroup"]], "workspace_id (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.workspace_id"]], "workspace_name (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.workspace_name"]], "workspace_name (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.workspace_name"]], "workspace_name (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.workspace_name"]], "workspace_params (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.workspace_params"]], "yaml_config_content (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.yaml_config_content"]], "zone (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.zone"]], "ctm_python_client": [[3, "module-ctm_python_client"]], "aapiclientresponse (class in ctm_python_client.core.comm)": [[4, "ctm_python_client.core.comm.AAPIClientResponse"]], "abstractaapiclient (class in ctm_python_client.core.comm)": [[4, "ctm_python_client.core.comm.AbstractAAPIClient"]], "abstractcredentials (class in ctm_python_client.core.credential)": [[4, "ctm_python_client.core.credential.AbstractCredentials"]], "abstractworkflow (class in ctm_python_client.core.workflow)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow"]], "baseworkflow (class in ctm_python_client.core.workflow)": [[4, "ctm_python_client.core.workflow.BaseWorkflow"]], "environment (class in ctm_python_client.core.comm)": [[4, "ctm_python_client.core.comm.Environment"]], "environmentmode (class in ctm_python_client.core.comm)": [[4, "ctm_python_client.core.comm.EnvironmentMode"]], "inputpasswordcredentials (class in ctm_python_client.core.credential)": [[4, "ctm_python_client.core.credential.InputPasswordCredentials"]], "monitor (class in ctm_python_client.core.monitoring)": [[4, "ctm_python_client.core.monitoring.Monitor"]], "onprem (ctm_python_client.core.comm.environmentmode attribute)": [[4, "ctm_python_client.core.comm.EnvironmentMode.ONPREM"]], "onpremaapiclient (class in ctm_python_client.core.comm)": [[4, "ctm_python_client.core.comm.OnPremAAPIClient"]], "runmonitor (class in ctm_python_client.core.monitoring)": [[4, "ctm_python_client.core.monitoring.RunMonitor"]], "saas (ctm_python_client.core.comm.environmentmode attribute)": [[4, "ctm_python_client.core.comm.EnvironmentMode.SAAS"]], "saasaapiclient (class in ctm_python_client.core.comm)": [[4, "ctm_python_client.core.comm.SaasAAPIClient"]], "simplecredentials (class in ctm_python_client.core.credential)": [[4, "ctm_python_client.core.credential.SimpleCredentials"]], "workbench (ctm_python_client.core.comm.environmentmode attribute)": [[4, "ctm_python_client.core.comm.EnvironmentMode.WORKBENCH"]], "workflow (class in ctm_python_client.core.workflow)": [[4, "ctm_python_client.core.workflow.Workflow"]], "workflowdefaults (class in ctm_python_client.core.workflow)": [[4, "ctm_python_client.core.workflow.WorkflowDefaults"]], "add() (ctm_python_client.core.workflow.abstractworkflow class method)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow.add"]], "add() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.add"]], "application (ctm_python_client.core.workflow.workflowdefaults attribute)": [[4, "ctm_python_client.core.workflow.WorkflowDefaults.application"]], "authenticate() (ctm_python_client.core.comm.abstractaapiclient class method)": [[4, "ctm_python_client.core.comm.AbstractAAPIClient.authenticate"]], "authenticate() (ctm_python_client.core.comm.onpremaapiclient method)": [[4, "ctm_python_client.core.comm.OnPremAAPIClient.authenticate"]], "authenticate() (ctm_python_client.core.comm.saasaapiclient method)": [[4, "ctm_python_client.core.comm.SaasAAPIClient.authenticate"]], "authenticate() (ctm_python_client.core.workflow.workflow method)": [[4, "ctm_python_client.core.workflow.Workflow.authenticate"]], "build() (ctm_python_client.core.workflow.workflow method)": [[4, "ctm_python_client.core.workflow.Workflow.build"]], "chain() (ctm_python_client.core.workflow.abstractworkflow class method)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow.chain"]], "chain() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.chain"]], "clear_all() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.clear_all"]], "confirm_job() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.confirm_job"]], "confirm_job() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.confirm_job"]], "connect() (ctm_python_client.core.workflow.abstractworkflow class method)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow.connect"]], "connect() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.connect"]], "controlm_server (ctm_python_client.core.workflow.workflowdefaults attribute)": [[4, "ctm_python_client.core.workflow.WorkflowDefaults.controlm_server"]], "copy_from() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.copy_from"]], "create_folder_hierarchy() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.create_folder_hierarchy"]], "create_onprem() (ctm_python_client.core.comm.environment static method)": [[4, "ctm_python_client.core.comm.Environment.create_onprem"]], "create_saas() (ctm_python_client.core.comm.environment static method)": [[4, "ctm_python_client.core.comm.Environment.create_saas"]], "create_workbench() (ctm_python_client.core.comm.environment static method)": [[4, "ctm_python_client.core.comm.Environment.create_workbench"]], "ctm_python_client.core": [[4, "module-ctm_python_client.core"]], "ctm_python_client.core.comm": [[4, "module-ctm_python_client.core.comm"]], "ctm_python_client.core.credential": [[4, "module-ctm_python_client.core.credential"]], "ctm_python_client.core.monitoring": [[4, "module-ctm_python_client.core.monitoring"]], "ctm_python_client.core.workflow": [[4, "module-ctm_python_client.core.workflow"]], "delete_job() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.delete_job"]], "delete_job() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.delete_job"]], "deploy() (ctm_python_client.core.workflow.workflow method)": [[4, "ctm_python_client.core.workflow.Workflow.deploy"]], "dump_json() (ctm_python_client.core.workflow.abstractworkflow class method)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow.dump_json"]], "dump_json() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.dump_json"]], "dumps_json() (ctm_python_client.core.workflow.abstractworkflow class method)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow.dumps_json"]], "dumps_json() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.dumps_json"]], "get() (ctm_python_client.core.workflow.abstractworkflow class method)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow.get"]], "get() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.get"]], "get_jobid() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.get_jobid"]], "get_log() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.get_log"]], "get_log() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.get_log"]], "get_objects() (ctm_python_client.core.workflow.abstractworkflow class method)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow.get_objects"]], "get_objects() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.get_objects"]], "get_output() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.get_output"]], "get_output() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.get_output"]], "get_password() (ctm_python_client.core.credential.abstractcredentials class method)": [[4, "ctm_python_client.core.credential.AbstractCredentials.get_password"]], "get_password() (ctm_python_client.core.credential.inputpasswordcredentials method)": [[4, "ctm_python_client.core.credential.InputPasswordCredentials.get_password"]], "get_password() (ctm_python_client.core.credential.simplecredentials method)": [[4, "ctm_python_client.core.credential.SimpleCredentials.get_password"]], "get_status() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.get_status"]], "get_statuses() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.get_statuses"]], "get_statuses() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.get_statuses"]], "get_username() (ctm_python_client.core.credential.abstractcredentials class method)": [[4, "ctm_python_client.core.credential.AbstractCredentials.get_username"]], "get_username() (ctm_python_client.core.credential.inputpasswordcredentials method)": [[4, "ctm_python_client.core.credential.InputPasswordCredentials.get_username"]], "get_username() (ctm_python_client.core.credential.simplecredentials method)": [[4, "ctm_python_client.core.credential.SimpleCredentials.get_username"]], "hold_job() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.hold_job"]], "hold_job() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.hold_job"]], "host (ctm_python_client.core.workflow.workflowdefaults attribute)": [[4, "ctm_python_client.core.workflow.WorkflowDefaults.host"]], "is_ok() (ctm_python_client.core.comm.aapiclientresponse method)": [[4, "ctm_python_client.core.comm.AAPIClientResponse.is_ok"]], "kill_job() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.kill_job"]], "kill_job() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.kill_job"]], "open_in_browser() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.open_in_browser"]], "print_output() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.print_output"]], "print_statuses() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.print_statuses"]], "release_job() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.release_job"]], "release_job() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.release_job"]], "rerun_job() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.rerun_job"]], "rerun_job() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.rerun_job"]], "run() (ctm_python_client.core.workflow.workflow method)": [[4, "ctm_python_client.core.workflow.Workflow.run"]], "run_as (ctm_python_client.core.workflow.workflowdefaults attribute)": [[4, "ctm_python_client.core.workflow.WorkflowDefaults.run_as"]], "set_to_ok() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.set_to_ok"]], "set_to_ok() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.set_to_ok"]], "sub_application (ctm_python_client.core.workflow.workflowdefaults attribute)": [[4, "ctm_python_client.core.workflow.WorkflowDefaults.sub_application"]], "when (ctm_python_client.core.workflow.workflowdefaults attribute)": [[4, "ctm_python_client.core.workflow.WorkflowDefaults.when"]], "workbench() (ctm_python_client.core.workflow.workflow static method)": [[4, "ctm_python_client.core.workflow.Workflow.workbench"]], "keyringcredentials (class in ctm_python_client.ext.credential)": [[5, "ctm_python_client.ext.credential.KeyringCredentials"]], "ctm_python_client.ext": [[5, "module-ctm_python_client.ext"]], "ctm_python_client.ext.credential": [[5, "module-ctm_python_client.ext.credential"]], "ctm_python_client.ext.viz": [[5, "module-ctm_python_client.ext.viz"]], "get_graph() (in module ctm_python_client.ext.viz)": [[5, "ctm_python_client.ext.viz.get_graph"]], "get_password() (ctm_python_client.ext.credential.keyringcredentials method)": [[5, "ctm_python_client.ext.credential.KeyringCredentials.get_password"]], "get_subgraph() (in module ctm_python_client.ext.viz)": [[5, "ctm_python_client.ext.viz.get_subgraph"]], "get_username() (ctm_python_client.ext.credential.keyringcredentials method)": [[5, "ctm_python_client.ext.credential.KeyringCredentials.get_username"]]}}) \ No newline at end of file +Search.setIndex({"docnames": ["aapi", "aapi.integration_factory", "beyond", "ctm_python_client", "ctm_python_client.core", "ctm_python_client.ext", "gettingstarted", "index", "notebooks/ai", "notebooks/authentication", "notebooks/autogen", "notebooks/connectionprofiles", "notebooks/folders", "notebooks/hello", "notebooks/jobproperties", "notebooks/jobtypes", "notebooks/monitoring", "tutorials"], "filenames": ["aapi.rst", "aapi.integration_factory.rst", "beyond.md", "ctm_python_client.rst", "ctm_python_client.core.rst", "ctm_python_client.ext.rst", "gettingstarted.md", "index.rst", "notebooks\\ai.ipynb", "notebooks\\authentication.ipynb", "notebooks\\autogen.ipynb", "notebooks\\connectionprofiles.ipynb", "notebooks\\folders.ipynb", "notebooks\\hello.ipynb", "notebooks\\jobproperties.ipynb", "notebooks\\jobtypes.ipynb", "notebooks\\monitoring.ipynb", "tutorials.rst"], "titles": ["aapi package", "aapi.integration_factory package", "Going Forward", "ctm_python_client package", "ctm_python_client.core package", "ctm_python_client.ext package", "Getting Started", "Control-M Python Client Documentation", "Working with Application Integrator", "Authentication", "Auto generation of AI Plugins with Control-M Workbench", "Connection Profiles", "Folders", "Getting Started with Control-M Python Client", "Job and Folder Properties", "Job types", "Monitoring Flows with Control-M Python Client", "Tutorials"], "terms": {"integration_factori": 0, "connection_profil": [0, 8, 10, 15], "connectionprofileairbyt": [0, 1], "airbyte_base_url": [0, 1], "api_kei": [0, 1, 4, 9], "connection_timeout": [0, 1], "object_nam": [0, 1, 15], "connectionprofilealteryxtrifacta": [0, 1], "password": [0, 1, 4, 9, 10, 11], "trifacta_url": [0, 1], "usernam": [0, 1, 4, 5, 9, 11], "connectionprofileapachenifi": [0, 1], "ni_fi_url": [0, 1], "port": [0, 1, 4, 9, 11, 15], "connectionprofileautomationanywher": [0, 1], "host": [0, 1, 3, 4, 9, 11, 13, 15, 16], "user_nam": [0, 1], "connectionprofileawsathena": [0, 1], "authent": [0, 1, 3, 4, 7, 17], "aws_access_kei": [0, 1], "aws_base_url": [0, 1], "aws_region": [0, 1], "aws_secret_kei": [0, 1], "iam_rol": [0, 1, 11], "connectionprofileawsbackup": [0, 1], "aws_backup_url": [0, 1], "aws_secret": [0, 1], "connectionprofileawsbatch": [0, 1], "batch_url": [0, 1], "connectionprofileawscloudform": [0, 1], "cloud_formation_url": [0, 1], "connectionprofileawsdatapipelin": [0, 1], "data_pipeline_url": [0, 1], "connectionprofileawsdynamodb": [0, 1], "aws_dynamo_db_url": [0, 1], "connectionprofileawsec2": [0, 1], "aws_access_key_id": [0, 1], "ec2_region": [0, 1], "connectionprofileawsec": [0, 1], "authentication_method": [0, 1], "aws_ecs_url": [0, 1], "aws_iam_rol": [0, 1], "cloud_watch_url": [0, 1], "connectionprofileawsemr": [0, 1], "aws_secret_access_kei": [0, 1], "connectionprofileawsglu": [0, 1], "glue_url": [0, 1], "connectionprofileawsgluedatabrew": [0, 1], "aws_api_base_url": [0, 1], "aws_logs_url": [0, 1], "connectionprofileawslambda": [0, 1], "lambda_url": [0, 1], "connectionprofileawsmainframemodern": [0, 1], "mainframe_modernization_url": [0, 1], "connectionprofileawsquicksight": [0, 1], "aws_account_id": [0, 1], "aws_quick_sight_url": [0, 1], "connectionprofileawssn": [0, 1], "aws_sns_url": [0, 1], "connectionprofileawssq": [0, 1], "aws_sqs_url": [0, 1], "connectionprofileawssagemak": [0, 1], "sage_maker_url": [0, 1], "connectionprofileawsstepfunct": [0, 1], "step_functions_url": [0, 1], "connectionprofileazurebackup": [0, 1], "application_id": [0, 1, 11], "azure_login_url": [0, 1], "azure_management_url": [0, 1], "client_secret": [0, 1], "managed_identity_client_id": [0, 1], "specify_managed_identity_client_id": [0, 1], "subscription_id": [0, 1, 11], "tenant_id": [0, 1], "connectionprofileazurebatchaccount": [0, 1], "app_id": [0, 1], "azure_ad_url": [0, 1], "batch_account_nam": [0, 1, 11], "batch_region_id": [0, 1], "batch_resource_url": [0, 1], "connectionprofileazuredatafactori": [0, 1], "identity_typ": [0, 1], "management_url": [0, 1], "rest_login_url": [0, 1], "connectionprofileazuredatabrick": [0, 1], "databricks_resourc": [0, 1], "databricks_url": [0, 1], "connectionprofileazuredevop": [0, 1], "azure_dev_ops_url": [0, 1], "azure_devops_token": [0, 1], "azure_usernam": [0, 1], "organization_id": [0, 1], "connectionprofileazurefunct": [0, 1], "custom_app_kei": [0, 1], "function_app_web_sit": [0, 1], "resource_group": [0, 1], "connectionprofileazurehdinsight": [0, 1], "cluster_nam": [0, 1], "cluster_password": [0, 1], "cluster_usernam": [0, 1], "connectionprofileazurelogicapp": [0, 1], "connectionprofileazuremachinelearn": [0, 1], "azure_m_l_url": [0, 1], "location_nam": [0, 1], "connectionprofileazureresourcemanag": [0, 1], "azure_base_url": [0, 1], "connectionprofileazuresynaps": [0, 1], "synapse_resourc": [0, 1], "synapse_url": [0, 1], "connectionprofileazurevm": [0, 1], "connectionprofileboomiatomspher": [0, 1], "account_id": [0, 1], "api_token": [0, 1], "api_usernam": [0, 1], "end_point": [0, 1], "connectionprofilecommunicationsuit": [0, 1], "microsoft_teams_webhook_url": [0, 1], "phone_number_id": [0, 1], "recipient_phone_numb": [0, 1], "slack_webhook_url": [0, 1], "telegram_bot_token": [0, 1], "telegram_chat_id": [0, 1], "telegram_url": [0, 1], "user_access_token": [0, 1], "version": [0, 1, 6, 10, 14, 15], "whats_app_business_id": [0, 1], "whats_app_url": [0, 1], "connectionprofilecontrolmreport": [0, 1], "control_m_hostnam": [0, 1], "control_m_port": [0, 1], "connectionprofiledbt": [0, 1], "dbt_token": [0, 1], "dbt_url": [0, 1], "connectionprofiledatabrick": [0, 1], "databricks_personal_access_token": [0, 1], "databricks_workspace_url": [0, 1], "connectionprofilegcpbatch": [0, 1], "service_account_kei": [0, 1], "connectionprofilegcpbigqueri": [0, 1], "gcp_big_query_url": [0, 1], "connectionprofilegcpcompos": [0, 1], "composer_url": [0, 1], "connectionprofilegcpdatafus": [0, 1], "gcp_data_fusion_url": [0, 1], "connectionprofilegcpdataflow": [0, 1], "data_flow_url": [0, 1], "connectionprofilegcpdataplex": [0, 1], "gcp_dataplex_url": [0, 1], "connectionprofilegcpdataprep": [0, 1], "gcp_dataprep_url": [0, 1], "connectionprofilegcpdataproc": [0, 1], "dataproc_url": [0, 1], "service_account_key_json_format": [0, 1], "connectionprofilegcpdeploymentmanag": [0, 1], "deployment_manager_url": [0, 1], "connectionprofilegcpfunct": [0, 1], "gcp_api_url": [0, 1], "connectionprofilegcpvm": [0, 1], "connectionprofilegcpworkflow": [0, 1], "connectionprofileinformaticac": [0, 1], "base_url": [0, 1], "login_url": [0, 1], "connectionprofilejenkin": [0, 1], "jenkins_url": [0, 1], "user_api_token": [0, 1], "connectionprofilekubernet": [0, 1], "kubernetes_cluster_url": [0, 1], "namespac": [0, 1], "service_token_fil": [0, 1], "connectionprofilemicrofocuslinux": [0, 1], "additional_micro_focus_settings_script": [0, 1], "mfbsi_config_path": [0, 1], "mfbsi_directory_path": [0, 1], "run_a": [0, 1, 3, 4, 12, 13, 14, 15, 16], "run_as_pass": [0, 1], "runtime_environ": [0, 1], "connectionprofilemicrofocuswindow": [0, 1], "connectionprofilemicrosoftpowerbi": [0, 1], "api_url": [0, 1], "connectionprofileocidataflow": [0, 1], "config_file_path": [0, 1], "fingerprint": [0, 1], "oci_data_flow_url": [0, 1], "oci_region": [0, 1], "private_kei": [0, 1], "tenancy_ocid": [0, 1], "user_ocid": [0, 1], "connectionprofileocidataintegr": [0, 1], "oci_data_integration_url": [0, 1], "profil": [0, 1, 7, 8, 10, 15], "connectionprofileocidatasci": [0, 1], "oci_instances_url": [0, 1], "connectionprofileocivm": [0, 1], "connectionprofileqlikcloud": [0, 1], "qlik_api_url": [0, 1], "region": [0, 1, 11], "connectionprofilesnowflak": [0, 1], "account_identifi": [0, 1], "client_id": [0, 1], "redirect_url": [0, 1], "refresh_token": [0, 1], "connectionprofilesnowflakeidp": [0, 1], "idp_url": [0, 1], "scope": [0, 1, 10], "connectionprofiletableau": [0, 1], "api_vers": [0, 1], "site_nam": [0, 1], "tableau_url": [0, 1], "token_nam": [0, 1], "token_secret": [0, 1], "connectionprofiletalenddatamanag": [0, 1], "personal_access_token_author": [0, 1], "connectionprofiletalendoauth": [0, 1], "talend_api_url": [0, 1], "connectionprofileterraform": [0, 1], "terraform_org_nam": [0, 1], "token": [0, 1, 9], "connectionprofileuipath": [0, 1], "app_secret": [0, 1], "tenant_nam": [0, 1], "tenant_url": [0, 1], "connectionprofilewebservicesrest": [0, 1], "webserviceauthenticationaw": [0, 1], "webserviceauthenticationbas": [0, 1], "webserviceauthenticationgoogl": [0, 1], "webserviceauthenticationoauth2": [0, 1], "web_service_authentication_aw": [0, 1], "web_service_authentication_bas": [0, 1], "web_service_authentication_googl": [0, 1], "web_service_authentication_oauth2": [0, 1], "connectionprofilewebservicessoap": [0, 1], "jobairbyt": [0, 1], "connection_id": [0, 1], "failure_toler": [0, 1], "job_typ": [0, 1], "show_result": [0, 1], "status_polling_frequ": [0, 1], "jobalteryxtrifacta": [0, 1], "flow_nam": [0, 1], "idempotent_token": [0, 1], "rerun_with_new_idempotency_token": [0, 1], "retrack_job_statu": [0, 1], "run_id": [0, 1, 4], "jobapachenifi": [0, 1], "disconnected_node_ack": [0, 1], "parameters_": [0, 1], "processor_group_id": [0, 1], "processor_id": [0, 1], "jobautomationanywher": [0, 1], "automation_typ": [0, 1], "bot_input_paramet": [0, 1], "bot_to_run": [0, 1], "process_to_run": [0, 1], "process_uri_path": [0, 1], "jobawsathena": [0, 1], "add_configur": [0, 1], "athena_client_request_token": [0, 1], "bucket_own": [0, 1], "database_nam": [0, 1, 11], "db_catalog_nam": [0, 1], "encryption_opt": [0, 1], "kms_kei": [0, 1], "no_perm": [0, 1], "output_loc": [0, 1], "prepared_query_nam": [0, 1], "queri": [0, 1, 15, 16], "s3_acl_opt": [0, 1], "show_json_output": [0, 1], "table_nam": [0, 1], "toler": [0, 1], "unload_file_typ": [0, 1], "workgroup": [0, 1], "jobawsbackup": [0, 1], "backup_vault_nam": [0, 1], "idempotency_token": [0, 1], "recovery_point_arn": [0, 1], "resource_arn": [0, 1], "restore_paramet": [0, 1], "role_arn": [0, 1], "windows_vss": [0, 1], "jobawsbatch": [0, 1, 7], "container_overrides_command": [0, 1], "execution_timeout": [0, 1, 15], "job_attempt": [0, 1, 15], "job_definition_and_revis": [0, 1], "job_nam": [0, 1, 4, 10, 11, 15], "job_queu": [0, 1, 15], "json_format": [0, 1], "use_advanced_json_format": [0, 1], "jobawscloudform": [0, 1], "capabilities_typ": [0, 1], "enable_termination_protect": [0, 1], "on_failur": [0, 1], "stack_nam": [0, 1], "stack_paramet": [0, 1], "template_bodi": [0, 1], "template_url": [0, 1], "jobawsdatapipelin": [0, 1], "paramet": [0, 1, 13, 14, 15], "pipeline_id": [0, 1], "pipeline_nam": [0, 1], "pipeline_unique_id": [0, 1], "trigger_created_pipelin": [0, 1], "jobawsdynamodb": [0, 1], "export_format": [0, 1], "failure_tolarance_": [0, 1], "import_compression_typ": [0, 1], "import_format": [0, 1], "run_statement_with_paramet": [0, 1], "s3_bucket_nam": [0, 1, 15], "s3_bucket_owner_id": [0, 1], "s3_path_prefix": [0, 1], "statement": [0, 1, 14, 15], "statement_paramet": [0, 1], "table_arn": [0, 1], "table_creation_paramet": [0, 1], "transaction_stat": [0, 1], "jobawsec2": [0, 1], "get_instances_log": [0, 1], "image_id": [0, 1], "instance_id": [0, 1], "instance_nam": [0, 1, 15], "instance_typ": [0, 1], "key_nam": [0, 1], "launch_template_id": [0, 1], "number_of_copi": [0, 1], "oper": [0, 1, 9, 10, 14, 15], "placement_availability_zon": [0, 1], "subnet_id": [0, 1], "verification_poll_interv": [0, 1], "jobawsec": [0, 1], "assign_public_ip": [0, 1], "ecs_cluster_nam": [0, 1], "ecs_task_definit": [0, 1], "environment_vari": [0, 1], "launch_typ": [0, 1], "network_security_group": [0, 1], "network_subnet": [0, 1], "output_job_log": [0, 1], "override_command": [0, 1], "override_contain": [0, 1], "jobawsemr": [0, 1], "cluster_id": [0, 1], "json_bodi": [0, 1], "notebook_execution_nam": [0, 1], "notebook_id": [0, 1], "relative_path": [0, 1], "service_rol": [0, 1], "jobawsglu": [0, 1], "argument": [0, 1, 4, 7, 8, 11, 13, 14, 15], "glue_job_argu": [0, 1], "glue_job_nam": [0, 1], "jobawsgluedatabrew": [0, 1], "jobawslambda": [0, 1, 7], "append_log_to_output": [0, 1], "function_nam": [0, 1, 15], "function_vers": [0, 1], "jobawsmainframemodern": [0, 1], "application_act": [0, 1], "application_nam": [0, 1], "application_vers": [0, 1], "client_token": [0, 1], "definition_s3_loc": [0, 1], "environment_id": [0, 1], "jcl_name": [0, 1], "latest_application_vers": [0, 1], "retrieve_cloud_watch_log": [0, 1], "jobawsquicksight": [0, 1], "aws_dataset_id": [0, 1], "refresh_typ": [0, 1], "jobawssn": [0, 1], "attribute1_nam": [0, 1], "attribute1_valu": [0, 1], "attribute2_nam": [0, 1], "attribute2_valu": [0, 1], "attribute3_nam": [0, 1], "attribute3_valu": [0, 1], "attribut": [0, 1, 14], "individual_typ": [0, 1], "json_message_structur": [0, 1], "max_pric": [0, 1], "messag": [0, 1, 10, 14, 15, 16], "message_deduplication_id": [0, 1], "message_group_id": [0, 1], "message_typ": [0, 1], "origination_numb": [0, 1], "phone_numb": [0, 1], "push_attribute1_nam": [0, 1], "push_attribute1_valu": [0, 1], "push_attribute2_nam": [0, 1], "push_attribute2_valu": [0, 1], "push_attribute3_nam": [0, 1], "push_attribute3_valu": [0, 1], "push_attribute4_nam": [0, 1], "push_attribute4_valu": [0, 1], "push_attribute5_nam": [0, 1], "push_attribute5_valu": [0, 1], "push_notifications_attribut": [0, 1], "sender_id": [0, 1], "sender_identifi": [0, 1], "sms_attribut": [0, 1], "sms_type": [0, 1], "subject": [0, 1, 14], "target_arn": [0, 1], "topic_typ": [0, 1], "jobawssq": [0, 1], "action_typ": [0, 1], "attribute1_data_typ": [0, 1], "attribute2_data_typ": [0, 1], "attribute3_data_typ": [0, 1], "delay_second": [0, 1], "message_attribut": [0, 1], "message_bodi": [0, 1], "queue_typ": [0, 1], "queue_url": [0, 1], "jobawssagemak": [0, 1], "add_paramet": [0, 1], "pipeline_execution_arn": [0, 1], "retry_pipeline_execut": [0, 1], "jobawsstepfunct": [0, 1, 7], "execution_nam": [0, 1, 15], "show_execution_log": [0, 1], "state_machine_arn": [0, 1], "jobazurebackup": [0, 1], "disk_list": [0, 1], "failure_tolerance_": [0, 1], "include_or_exclude_disk": [0, 1], "policy_nam": [0, 1], "recovery_point_nam": [0, 1], "restore_region": [0, 1], "restore_to_latest_recovery_point": [0, 1], "storage_account_nam": [0, 1], "vault_nam": [0, 1], "vault_resource_group": [0, 1], "vm_name": [0, 1], "vm_resource_group": [0, 1], "jobazurebatchaccount": [0, 1, 7], "batch_job_id": [0, 1], "content_typ": [0, 1], "max_task_retry_count": [0, 1], "max_wall_clock_tim": [0, 1], "max_wall_time_digit": [0, 1], "max_wall_time_unit": [0, 1], "retention_tim": [0, 1], "retention_time_digit": [0, 1], "retention_time_unit": [0, 1], "retry_numb": [0, 1], "status_polling_interv": [0, 1], "task_command_lin": [0, 1], "task_id_prefix": [0, 1], "task_id_vari": [0, 1], "jobazuredatafactori": [0, 1], "data_factory_nam": [0, 1], "resource_group_nam": [0, 1], "jobazuredatabrick": [0, 1], "databricks_job_id": [0, 1], "jobazuredevop": [0, 1], "project_nam": [0, 1], "repository_path": [0, 1], "show_build_log": [0, 1], "stages_to_skip": [0, 1], "jobazurefunct": [0, 1, 7], "function_app": [0, 1, 15], "function_typ": [0, 1], "optional_input_paramet": [0, 1], "verification_poll_interval": [0, 1], "jobazurehdinsight": [0, 1], "bring_job_logs_to_output": [0, 1], "jobazurelogicapp": [0, 1, 7], "get_log": [0, 1, 3, 4, 16], "workflow": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 15, 17], "jobazuremachinelearn": [0, 1], "compute_act": [0, 1], "compute_nam": [0, 1], "pipeline_endpoint_id": [0, 1], "workspace_nam": [0, 1], "jobazureresourcemanag": [0, 1], "deployment_nam": [0, 1], "deployment_properti": [0, 1], "jobazuresynaps": [0, 1], "jobazurevm": [0, 1], "delete_vm_os_disk": [0, 1], "input_paramet": [0, 1, 15], "jobboomiatomspher": [0, 1], "atom_nam": [0, 1], "polling_interval_frequ": [0, 1], "process_nam": [0, 1, 15], "jobcommunicationsuit": [0, 1], "protect_cont": [0, 1], "silent_messag": [0, 1], "slack_paramet": [0, 1], "teams_paramet": [0, 1], "telegram_paramet": [0, 1], "whats_app_paramet": [0, 1], "jobcontrolmreport": [0, 1], "agent_attachments_fold": [0, 1], "control_m_report_nam": [0, 1], "download_destination_fold": [0, 1], "replace_existing_fil": [0, 1], "report_file_format": [0, 1], "set_download_file_nam": [0, 1], "jobdbt": [0, 1], "dbt_job_id": [0, 1], "define_command": [0, 1], "override_job_command": [0, 1], "run_com": [0, 1], "jobdatabrick": [0, 1], "jobgcpbatch": [0, 1], "allowed_loc": [0, 1], "command": [0, 1, 8, 10, 12, 13, 14, 15, 16], "container_image_uri": [0, 1], "container_volum": [0, 1], "cpu": [0, 1], "entry_point": [0, 1], "instance_polici": [0, 1], "log_polici": [0, 1], "machine_templ": [0, 1], "machine_typ": [0, 1], "maximum_retry_count": [0, 1], "memori": [0, 1, 15], "override_region": [0, 1], "prioriti": [0, 1, 12, 14], "project_id": [0, 1], "provisioning_model": [0, 1], "runnable_typ": [0, 1], "service_account_email_format": [0, 1], "task_script_text": [0, 1], "jobgcpbigqueri": [0, 1], "copy_operation_typ": [0, 1], "dataset_nam": [0, 1], "destination_source_bucket_uri": [0, 1], "destination_table_properti": [0, 1], "extract_a": [0, 1], "job_timeout": [0, 1], "load_opt": [0, 1], "query_paramet": [0, 1], "routin": [0, 1], "run_select_query_and_copy_to_t": [0, 1], "show_load_opt": [0, 1], "source_tables_properti": [0, 1], "sql_statement": [0, 1], "jobgcpcompos": [0, 1], "d_a_g_nam": [0, 1], "d_a_g_run_id": [0, 1], "jobgcpdatafus": [0, 1], "name_space_id": [0, 1], "runtime_paramet": [0, 1], "jobgcpdataflow": [0, 1], "log_level": [0, 1], "parameters_json_format": [0, 1], "template_location_gs_": [0, 1], "template_typ": [0, 1], "verification_poll_interval_in_second": [0, 1], "jobgcpdataplex": [0, 1], "lake_nam": [0, 1], "locat": [0, 1, 11, 15], "scan_nam": [0, 1], "task_nam": [0, 1], "jobgcpdataprep": [0, 1], "execute_job_with_idempotency_token": [0, 1], "jobgcpdataproc": [0, 1], "account_region": [0, 1], "batch_id": [0, 1], "dataproc_task_typ": [0, 1], "request_id": [0, 1], "workflow_templ": [0, 1], "jobgcpdeploymentmanag": [0, 1], "yaml_config_cont": [0, 1], "jobgcpfunct": [0, 1], "bodi": [0, 1, 15], "function_paramet": [0, 1], "url_paramet": [0, 1], "jobgcpvm": [0, 1], "template_nam": [0, 1], "zone": [0, 1, 14], "jobgcpworkflow": [0, 1], "execution_label": [0, 1], "parameters_json_input": [0, 1], "show_workflow_result": [0, 1], "workflow_nam": [0, 1], "jobinformaticac": [0, 1], "call_back_url": [0, 1], "folder_path": [0, 1], "input_field": [0, 1], "rerun_run_id": [0, 1], "rerun_suspended_taskflow": [0, 1], "task_flow_url": [0, 1], "task_typ": [0, 1], "taskflow_job_nam": [0, 1], "use_federation_id": [0, 1], "jobjenkin": [0, 1], "add_branch_nam": [0, 1], "branch_nam": [0, 1], "jobkubernet": [0, 1], "get_pod_log": [0, 1], "job_cleanup": [0, 1], "job_spec_paramet": [0, 1], "job_spec_yaml": [0, 1], "job_status_polling_interv": [0, 1], "os_exit_cod": [0, 1], "jobmicrofocuslinux": [0, 1], "additional_vari": [0, 1], "advanced_restart_paramet": [0, 1], "auto_adjust_restart": [0, 1], "enable_jcl_vari": [0, 1], "from_step_proc": [0, 1], "jcl_filenam": [0, 1], "modified_jcl_path_and_filenam": [0, 1], "pd": [0, 1], "recapture_abend_cod": [0, 1], "recapture_cond_cod": [0, 1], "rerun_job_id": [0, 1], "restart_on_rerun": [0, 1], "restart_with_modified_jcl": [0, 1], "set_mf_ucc11": [0, 1], "step_specific_condition_cod": [0, 1], "to_step_proc": [0, 1], "jobmicrofocuswindow": [0, 1], "jobmicrosoftpowerbi": [0, 1], "dataset_id": [0, 1], "dataset_refresh_pipeline_deploy": [0, 1], "workspace_id": [0, 1], "jobocidataflow": [0, 1], "application_ocid": [0, 1], "compartment_ocid": [0, 1], "jobocidataintegr": [0, 1], "application_kei": [0, 1], "task_kei": [0, 1], "task_run_input_paramet": [0, 1], "task_run_nam": [0, 1], "workspace_ocid": [0, 1], "jobocidatasci": [0, 1], "model_deployment_id": [0, 1], "notebook_session_id": [0, 1], "jobocivm": [0, 1], "jobqlikcloud": [0, 1], "print_log_to_output": [0, 1], "reload_typ": [0, 1], "jobsnowflak": [0, 1], "activity_opt": [0, 1], "add_condit": [0, 1], "bind": [0, 1], "copy_destin": [0, 1], "create_table_nam": [0, 1], "databas": [0, 1, 11, 13, 15], "days_back": [0, 1], "file_format": [0, 1], "from_loc": [0, 1], "from_storage_integr": [0, 1], "from_tabl": [0, 1], "load_sql_fil": [0, 1], "overwrit": [0, 1, 13], "procedure_argu": [0, 1], "query_input": [0, 1], "query_to_loc": [0, 1], "role": [0, 1], "schema": [0, 1, 15], "show_more_opt": [0, 1], "show_output": [0, 1], "snowflake_sql_stat": [0, 1], "snowpipe_nam": [0, 1], "stage_loc": [0, 1], "stage_nam": [0, 1], "stage_url": [0, 1], "start_or_pause_snowpip": [0, 1], "statement_timeout": [0, 1], "status_file_cloud_location_path": [0, 1], "stoarge_integration_for_loc": [0, 1], "storage_integr": [0, 1], "stored_procedure_nam": [0, 1], "warehous": [0, 1, 15], "jobsnowflakeidp": [0, 1], "pipe_nam": [0, 1], "polling_interval_sec": [0, 1], "select_oper": [0, 1], "start_or_pause_pip": [0, 1], "statement_timeout_sec": [0, 1], "jobtableau": [0, 1], "datasource_nam": [0, 1], "jobtalenddatamanag": [0, 1], "bring_logs_to_output": [0, 1], "plan_nam": [0, 1], "plan_polling_interv": [0, 1], "task_plan_execut": [0, 1], "task_polling_interv": [0, 1], "jobtalendoauth": [0, 1], "append_failed_plan_logs_to_output": [0, 1], "append_task_logs_to_output": [0, 1], "execution_plan_id": [0, 1], "plan_execut": [0, 1], "rerun_only_failed_task": [0, 1], "step_id": [0, 1], "task_execut": [0, 1], "task_timeout": [0, 1], "jobterraform": [0, 1], "run_nam": [0, 1], "workspace_param": [0, 1], "jobuipath": [0, 1], "folder_id": [0, 1, 16], "folder_nam": [0, 1, 11], "robot_id": [0, 1], "robot_nam": [0, 1], "jobwebservicesrest": [0, 1], "wsrestbodi": [0, 1], "append_request": [0, 1], "append_respons": [0, 1], "endpoint_url": [0, 1], "http_header": [0, 1], "method": [0, 1, 9, 11, 12, 13, 16], "output_handl": [0, 1], "url_request_path": [0, 1], "ws_rest_bodi": [0, 1], "jobwebservicessoap": [0, 1], "soaprequest": [0, 1], "soap_act": [0, 1], "soap_request": [0, 1, 15], "class": [0, 1, 2, 4, 5, 8, 9, 10], "str": [0, 1, 4, 5], "action_field": 0, "none": [0, 1, 4, 13, 14, 15, 16], "aapiobject": [0, 1, 4], "actionrerun": 0, "actionsettonotok": 0, "actionsettook": 0, "actionstopcyclicrun": 0, "list": [0, 1, 4, 12, 13, 14, 15], "eventoutadd": [0, 14], "aiconnectionprofil": [0, 10], "target_ctm": [0, 1, 11], "target_ag": [0, 1, 11], "test_on_build": [0, 1], "bool": [0, 1, 4], "no_test_on_deploi": [0, 1], "descript": [0, 1, 11, 12, 14, 16], "central": [0, 1, 10, 11], "static": [0, 4, 9], "field": [0, 8, 10, 12], "name": [0, 4, 5, 8, 10, 11, 13, 14, 15, 16], "field_opt": [0, 8, 10], "default": [0, 4, 9, 10, 11, 12, 13, 14, 15, 16], "type_field": [0, 8, 10], "aijob": [0, 10, 17], "path_el": [0, 1], "pathel": [0, 1], "file_nam": [0, 1, 12, 15], "file_path": [0, 1, 4, 12, 15], "applic": [0, 1, 2, 3, 4, 7, 10, 11, 12, 14, 16, 17], "critic": [0, 1], "confirm": [0, 1, 4, 12, 14], "days_keep_act": [0, 1, 12, 14], "dayskeepact": [0, 1, 14], "documentation_fil": [0, 1], "documentationfil": [0, 1], "documentation_url": [0, 1], "documentationurl": [0, 1], "rerun_limit": [0, 1, 12, 14], "rerunlimit": [0, 1, 12, 14], "rerun": [0, 1, 4, 7, 12, 16], "rerun_interv": [0, 1], "reruninterv": [0, 1], "rerun_specific_tim": [0, 1], "rerunspecifictim": [0, 1], "post_command": [0, 1, 15], "pre_command": [0, 1, 15], "sub_appl": [0, 1, 3, 4, 12, 14, 16], "time_zon": [0, 1, 12, 14], "dict": [0, 1, 4], "_noth": [0, 1], "noth": [0, 1, 13], "when": [0, 1, 3, 4, 7, 9, 11, 12, 13, 15, 16], "run_on_all_agents_in_group": [0, 1], "run_as_dummi": [0, 1, 14, 16, 17], "retroactive_ord": [0, 1, 14], "end_fold": [0, 1], "created_bi": [0, 1, 12, 14], "if_list": [0, 1, 14], "event_list": [0, 1, 14], "resource_list": [0, 1, 14], "wait_for_ev": [0, 1], "events_to_add": [0, 1], "events_to_delet": [0, 1], "notify_list": [0, 1, 14], "job_tag_list": [0, 1], "action_capture_output_list": [0, 1], "actioncaptureoutput": [0, 1], "wait_for_events_list": [0, 1], "add_events_list": [0, 1], "delete_events_list": [0, 1], "condition_list": [0, 1], "folder": [0, 7, 8, 13, 15], "controlm_serv": [0, 3, 4, 12, 14], "order_method": [0, 12, 14], "ordermethod": [0, 12, 14], "folder_librari": 0, "site_standard": [0, 12, 14], "business_field": [0, 12, 14], "job_list": [0, 12, 13, 14], "flow_list": 0, "flow": [0, 7, 10, 17], "folder_client_data_list": 0, "days_keep_active_if_not_ok": 0, "active_retention_polici": [0, 12, 14], "activeretentionpolici": [0, 12, 14], "member_librari": 0, "statistics_calendar": 0, "sac": 0, "must_end": 0, "mustend": 0, "adjust_ev": 0, "resource_lock_list": 0, "resourcelock": 0, "sub_folder_list": [0, 12, 14], "subfold": [0, 7, 13, 14, 16], "simplefold": [0, 13], "aapijob": [0, 4], "valu": [0, 1, 4, 9, 10, 12, 14, 15], "enum": [0, 1, 4], "an": [0, 1, 2, 4, 6, 8, 9, 13, 14, 15, 16], "enumer": [0, 1, 4], "cleanendedok": 0, "keepal": [0, 12, 14], "adjustev": 0, "bridg": 0, "dummi": [0, 14, 15, 16, 17], "n": [0, 14, 15], "y": [0, 15], "forev": [0, 14], "path": [0, 4, 13, 15, 16], "url": 0, "hour": [0, 14, 15], "minut": [0, 14, 15], "dai": [0, 12, 13, 14, 15], "int": [0, 4], "high": [0, 12, 14], "low": [0, 14], "medium": 0, "very_high": 0, "very_low": 0, "everi": [0, 9, 12, 13, 14, 15], "from_": [0, 14], "from": [0, 2, 4, 8, 9, 10, 11, 12, 13, 14, 15, 16], "unit": [0, 14, 15], "end": [0, 10, 14, 16], "start": [0, 7, 10, 14, 15, 16, 17], "target": [0, 14, 15], "interv": 0, "rerun_memb": 0, "next": [0, 12, 14, 15, 16], "prev": 0, "smartfoldernext": 0, "smartfolderprev": 0, "schedul": [0, 7, 12, 13, 14], "month_dai": [0, 14], "month": [0, 14], "week_dai": [0, 12, 14], "week_days_calendar": 0, "month_days_calendar": 0, "days_rel": 0, "daysrel": 0, "specific_d": [0, 14], "from_tim": [0, 14], "to_tim": [0, 14], "start_dat": 0, "end_dat": 0, "active_period": 0, "rule_based_calendar": 0, "rulebasedcalendar": 0, "AND": 0, "OR": 0, "includ": [0, 13, 14, 15], "tagglob": 0, "exclud": 0, "calendar_rule_based_list": 0, "calendarrulebas": 0, "automat": [0, 12], "manual": [0, 12, 14], "object": [0, 4, 9, 10, 13, 14, 15, 16], "as_aapi_dict": 0, "as_dict": 0, "dump_aapi": 0, "f": [0, 4, 13, 15], "indent": [0, 4, 8, 11, 14, 16], "dumps_aapi": [0, 11, 14], "parameter_nam": 0, "charact": [0, 11, 15], "requir": [0, 6, 9, 13, 14, 15], "minimum_length": 0, "maximum_length": 0, "ani": [0, 4, 8, 9, 13, 14, 15], "alphanumer": 0, "uppercase_lett": 0, "lowercase_lett": 0, "digit": 0, "specific_charact": 0, "except_for_charact": 0, "pattern": 0, "calendarperiod": 0, "server": [0, 11, 12, 15], "alia": [0, 11], "global": 0, "calendarregular": 0, "confirmation_calendar": 0, "confirmationcalendar": 0, "shift_bi": 0, "exception_polici": 0, "exceptionpolici": 0, "donotord": 0, "orderanywai": 0, "orderonnextconfirmeddai": 0, "orderonpreviousconfirmeddai": 0, "calendarrulebasedcalendar": 0, "calendarfieldsperiod": 0, "calendarfieldsregular": 0, "calendarfieldsrulebas": 0, "calendarkeyperiod": 0, "calendarkeyregular": 0, "calendarkeyrulebas": 0, "variable_nam": [0, 14], "variablenam": [0, 14], "search": 0, "forward_bi": 0, "forwardbi": 0, "captur": 0, "uptoendoflin": 0, "var_": 0, "line": [0, 10, 14, 15, 16], "column": 0, "columns_opt": 0, "columnsopt": 0, "delimit": [0, 15], "word": 0, "space": 0, "tab": [0, 15], "whitespac": 0, "anyd": [0, 14], "nextorderd": [0, 14], "nodat": [0, 14], "orderd": [0, 14], "previousorderd": [0, 14], "conditionin": 0, "conditionout": 0, "conditionoutadd": 0, "conditionoutdelet": 0, "confighadoop": 0, "agent_princip": 0, "agent_keytab_file_path": 0, "connectionprofileaw": [0, 7], "access_kei": [0, 1, 11], "secret_access_kei": [0, 1, 11], "proxy_set": [0, 11], "proxyset": [0, 11], "connectionprofileairflow": 0, "connectionprofileairflowgooglecompos": 0, "target_audi": 0, "service_account_key_filenam": 0, "connectionprofileairflowstandalon": 0, "user": [0, 1, 9, 10, 11, 12, 13, 14, 15, 16], "secured_connect": 0, "connectionprofileazur": [0, 7], "active_directory_domain_nam": [0, 11], "batch": [0, 11, 15], "batch_account_kei": [0, 11], "connectionprofiledatabas": [0, 7], "max_concurrent_connect": [0, 11], "connection_retry_num": 0, "connection_retry_time_out": [0, 11], "connection_idle_tim": [0, 11], "connectionprofiledatabasedb2": 0, "database_typ": 0, "database_vers": [0, 11], "connectionprofiledatabasejdbc": 0, "connectionprofiledatabasemssql": 0, "authentication_typ": 0, "authenticationtyp": 0, "secur": [0, 9, 11], "ntlm2_windows_authent": 0, "sql_server_authent": 0, "windows_authent": 0, "connectionprofiledatabasemssqlssi": 0, "skip_packages_test": 0, "ssi": [0, 15], "connectionprofiledatabaseoracl": 0, "connectionprofiledatabaseoracleconnectionstr": 0, "connection_str": [0, 11], "connectionprofiledatabaseoraclesid": 0, "sid": [0, 11], "connectionprofiledatabaseoracleservicenam": 0, "service_nam": [0, 11, 15], "connectionprofiledatabasepostgresql": 0, "connectionprofiledatabasesybas": 0, "connectionprofilefiletransf": [0, 7], "host_nam": [0, 11], "os_typ": [0, 11], "home_directori": [0, 11], "conntyp": 0, "workload_automation_us": 0, "workload_automation_group": [0, 11], "verify_byt": 0, "verify_destin": [0, 11], "private_key_nam": [0, 11], "passphras": [0, 11], "verify_checksum": 0, "additional_paramet": [0, 11], "connectionprofilefiletransferas2": 0, "partner_as2_id": [0, 11], "partner_destination_url": [0, 11], "partner_certificate_alia": [0, 11], "sign_message_paramet": 0, "signmessageparamet": 0, "encrypt_message_paramet": 0, "encryptmessageparamet": 0, "compress_messag": 0, "request_receipt_paramet": 0, "requestreceiptparamet": 0, "send_message_timeout": 0, "async_mdn_timeout": 0, "encrypt_messag": 0, "encryption_algorithm": 0, "encryptionalgorithm": 0, "aes128_cbc": 0, "aes128_gcm": 0, "aes192_cbc": 0, "aes192_gcm": 0, "aes256_cbc": 0, "aes256_gcm": 0, "cast5_cbc": 0, "idea_cbc": 0, "rc2_cbc": 0, "tripledes_des_ede3": 0, "request_receipt": 0, "sign": 0, "mode": [0, 4, 9, 15], "asynchron": 0, "synchron": 0, "unsign": 0, "sign_messag": 0, "signature_algorithm": 0, "signaturealgorithm": 0, "rsa_with_md5": 0, "rsa_with_sha_1": 0, "rsa_with_sha_224": 0, "rsa_with_sha_256": 0, "rsa_with_sha_384": 0, "rsa_with_sha_512": 0, "connectionprofilefiletransferazur": 0, "azure_account_nam": 0, "azure_storage_typ": 0, "azure_endpoint": 0, "azure_credential_method": 0, "connectionprofilefiletransferazureadcertif": 0, "azure_tenant_id": 0, "azure_client_id": 0, "azure_client_certificate_format": 0, "azure_client_certificate_path": 0, "azure_client_certificate_password": 0, "connectionprofilefiletransferazureadclientsecret": 0, "azure_client_secret": 0, "connectionprofilefiletransferazureaduserpass": 0, "azure_user_name_ad": 0, "azure_user_password_ad": 0, "connectionprofilefiletransferazureconnectionstr": 0, "azure_account_connection_str": 0, "connectionprofilefiletransferazuremanagedident": 0, "connectionprofilefiletransferazuresharedaccesssignatur": 0, "azure_account_sas_token": 0, "connectionprofilefiletransferazuresharedkei": 0, "azure_account_access_kei": 0, "connectionprofilefiletransferdualendpoint": 0, "endpoint_src_ftp_list": 0, "endpointsrcftp": 0, "endpoint_dest_ftp_list": 0, "endpointdestftp": 0, "endpoint_src_ftps_list": 0, "endpoint_dest_ftps_list": 0, "endpoint_src_sftp_list": 0, "endpointsrcsftp": 0, "endpoint_dest_sftp_list": 0, "endpointdestsftp": 0, "endpoint_src_local_list": 0, "endpointsrcloc": 0, "endpoint_dest_local_list": 0, "endpointdestloc": 0, "connectionprofilefiletransferftp": 0, "connection_mod": 0, "connectionmod": 0, "activ": [0, 6, 15], "epsv": 0, "epsvsubstituteipaddress": 0, "passiv": 0, "passivesubstituteipaddress": 0, "nosubstituteip": 0, "off": 0, "ssl_level": [0, 11], "ssllevel": [0, 11], "ssl_implicit": [0, 11], "clear_data_channel": [0, 11], "clear_command_channel": [0, 11], "clientserverauthent": [0, 11], "noauthent": 0, "serverauthent": 0, "connectionprofilefiletransfergc": 0, "gcs_service_account_kei": 0, "gcs_service_account_key_file_nam": 0, "connectionprofilefiletransfergroup": 0, "group_account": 0, "connection_profile_file_transfer_as2_list": 0, "connection_profile_file_transfer_s3_compatible_list": 0, "connectionprofilefiletransfers3compat": 0, "connection_profile_file_transfer_s3_amazon_list": 0, "connectionprofilefiletransfers3amazon": 0, "connection_profile_file_transfer_s3_list": 0, "connectionprofilefiletransfers3": 0, "connection_profile_file_transfer_azure_list": 0, "connection_profile_file_transfer_gcs_list": 0, "connection_profile_file_transfer_sftp_list": 0, "connectionprofilefiletransfersftp": 0, "connection_profile_file_transfer_ftps_list": 0, "connection_profile_file_transfer_ftp_list": 0, "connectionprofilefiletransferloc": 0, "s3_storage_typ": 0, "rest_end_point": [0, 11], "ssh_compress": [0, 11], "connectionprofilehadoop": [0, 7], "key_tab_path": 0, "sqoop": [0, 11], "hive": [0, 11, 15], "tajo": [0, 11], "oozi": [0, 11], "spark": [0, 11, 15], "princip": 0, "connection_definitions_typ": 0, "connectiondefinitionstyp": 0, "properti": [0, 7, 10, 12, 15], "string": [0, 14, 15], "ssl_enabl": [0, 11], "extraction_rul": [0, 11], "custom_path": [0, 11], "password_fil": 0, "database_vendor": 0, "database_host": 0, "database_port": 0, "driver_class": [0, 11], "binary_path": [0, 11], "master_server_nam": [0, 11], "master_server_port": [0, 11], "connectionprofileinformatica": [0, 7], "power_center_domain": [0, 11], "repositori": [0, 11, 15], "integration_servic": [0, 11], "security_domain": [0, 11], "connection_typ": [0, 11], "connectiontyp": [0, 11], "http": [0, 6, 9, 11, 13, 15, 16], "connectionprofilepeoplesoft": 0, "application_serv": 0, "domain_password": 0, "people_tools_vers": 0, "connectionprofilesap": [0, 7], "sap_client": [0, 11], "languag": [0, 11], "xbp_version": [0, 11], "app_vers": [0, 11], "sap_response_time_out": [0, 11], "use_extend": [0, 11], "is_solution_manager_connection_profil": [0, 11], "solution_manager_connection_profil": [0, 11], "group_logon": 0, "grouplogon": 0, "application_server_logon": [0, 11], "applicationserverlogon": [0, 11], "secured_network_connect": [0, 11], "securednetworkconnect": [0, 11], "sap_rout": 0, "system_numb": [0, 11], "sapr3_use_logon_group": 0, "system_id": 0, "message_server_host_nam": 0, "group_nam": 0, "snc_lib": [0, 11], "snc_partner_nam": [0, 11], "quality_of_protect": [0, 11], "snc_my_nam": [0, 11], "snc_mode": 0, "connectionprofilewsconfig": 0, "http_proxy_host": 0, "http_proxy_port": 0, "http_non_proxy_host": 0, "http_authent": 0, "cm_container_port": 0, "connectionprofilewebservic": 0, "service_typ": 0, "servicetyp": 0, "old_account_nam": 0, "login_head": 0, "login_bodi": 0, "job_preset": 0, "file": [0, 10, 11, 15], "rest": [0, 15], "webservic": 0, "actioncontrolmanalyzerrul": 0, "arg": 0, "eventoutdelet": [0, 14], "actionnotifi": 0, "destin": [0, 14, 15], "urgenc": [0, 14], "alert": [0, 14], "consol": [0, 14, 15], "joblog": [0, 14], "regular": [0, 12, 13, 14], "urgent": [0, 14], "veryurg": [0, 14], "driverjdbcdatabas": 0, "string_templ": 0, "driver_jars_fold": 0, "class_nam": 0, "line_com": 0, "statement_separ": 0, "ostyp": 0, "tandem": 0, "endpointdest": 0, "endpointsrc": 0, "eventadd": 0, "eventdelet": 0, "eventin": 0, "eventout": 0, "rule_nam": [0, 11], "work_flow_nam": [0, 11], "work_flow_user_nam": [0, 11], "src": [0, 15], "dest": [0, 11, 15], "as2_subject": 0, "as2_messag": 0, "transfer_opt": [0, 15], "transferopt": [0, 15], "transfer_typ": [0, 15], "transfertyp": [0, 15], "file_watcher_opt": 0, "filewatcheropt": 0, "pre_command_src": 0, "precommandsrc": 0, "post_command_src": 0, "postcommandsrc": 0, "pre_command_dest": 0, "precommanddest": 0, "post_command_dest": 0, "postcommanddest": 0, "nullfld": 0, "srcopt": 0, "vernum": 0, "caseif": 0, "trim": 0, "exclude_wildcard": 0, "if_exist": 0, "uniqu": 0, "dstopt": 0, "abstim": 0, "timelimit": 0, "recurs": 0, "min_detected_size_in_byt": 0, "min_file_ag": 0, "max_file_ag": 0, "assign_file_name_to_vari": 0, "transfer_all_matching_fil": 0, "time_limit_polici": 0, "timelimitpolici": 0, "time_limit_valu": 0, "minutestowait": 0, "waituntil": 0, "arg1": [0, 15], "arg2": [0, 15], "desttosrc": 0, "desttosrcfilewatch": 0, "directorylist": 0, "filewatch": 0, "srctodest": [0, 15], "srctodestfilewatch": 0, "syncdesttosrc": 0, "syncsrctodest": 0, "ascii": 0, "binari": [0, 13, 15], "sequenc": [0, 13], "folderjobbasesmart": 0, "tag_list": 0, "tag_folder_list": 0, "tagfold": 0, "reference_path": 0, "librari": [0, 7, 9], "relationship": 0, "map_to": 0, "on_list": [0, 14], "On": 0, "do_list": [0, 14], "ifbasefold": 0, "ifcompletionstatu": 0, "completion_statu": [0, 14], "ifjobnotsubmit": 0, "job_not_submit": 0, "ifjoboutputnotfound": 0, "job_output_not_found": 0, "ifnumberofexecut": 0, "number_of_execut": [0, 14], "ifnumberoffailur": 0, "number_of_failur": [0, 14], "ifnumberofrerun": 0, "number_of_rerun": [0, 14], "ifoutput": 0, "code": [0, 2, 8, 9, 10, 12, 13, 14, 16], "ifvariablevalu": 0, "range_variable_valu": 0, "rangevariablevalu": 0, "variable_valu": [0, 14], "contain": [0, 9, 11, 12, 15, 16], "doesnotcontain": 0, "endwith": [0, 14], "equalto": 0, "greaterthan": 0, "greaterthanorequ": 0, "inrang": 0, "isempti": 0, "isexactli": 0, "isnotempti": 0, "isnotexactli": 0, "lessthan": [0, 14], "lessthanorequ": 0, "like": 0, "notequalto": 0, "notinrang": 0, "notlik": 0, "startswith": 0, "min": 0, "max": 0, "ifs": 0, "ifzo": 0, "ifcollectionzo": 0, "actionrestart": 0, "from_program": 0, "from_procedur": 0, "to_program": 0, "to_procedur": 0, "copi": [0, 14], "delet": [0, 4, 14, 15, 16], "move": 0, "print": [0, 4, 8, 10, 11, 13, 14, 16], "jobaw": 0, "append_log": [0, 15], "job_definit": [0, 15], "job_definition_revis": [0, 15], "aws_job_typ": [0, 15], "awsjobtyp": [0, 15], "array_s": [0, 15], "environ": [0, 2, 3, 4, 7, 8, 10, 13, 14, 15, 16, 17], "depends_on": [0, 15], "dependson": [0, 15], "v_cpu": [0, 15], "arrai": [0, 15], "singl": [0, 8, 15], "dependency_typ": [0, 15], "dependencytyp": [0, 15], "job_depends_on": [0, 15], "n_to_n": 0, "sequenti": 0, "standard": [0, 12, 15], "payload": [0, 15], "client_context_json": 0, "state_machin": [0, 15], "input": [0, 9, 15], "jobairflow": 0, "dag_id": 0, "configuration_json": 0, "rerun_from_point_of_failur": 0, "output_detail": 0, "outputdetail": 0, "donotincludetasklog": 0, "includealltaskslog": 0, "includeonlyfailedtaskslog": 0, "jobazur": 0, "job_id": [0, 4, 15, 16], "command_lin": [0, 15], "wallclock": [0, 15], "max_tri": [0, 15], "maxtri": [0, 15], "retent": [0, 12, 15], "option": [0, 8, 14, 15], "count": [0, 15], "custom": [0, 4, 9, 15, 17], "unlimit": [0, 15], "second": [0, 13, 14, 15, 16], "function": [0, 4, 8, 15, 16], "logic_app_nam": [0, 15], "request_bodi": [0, 15], "jobcommand": [0, 7, 12, 13, 14, 16], "override_path": 0, "jobdatabas": 0, "autocommit": [0, 15], "output_execution_log": [0, 15], "output_sql_output": [0, 15], "sql_output_format": [0, 15], "jobdatabaseembeddedqueri": [0, 7], "jobdatabasemssqlagentjob": [0, 7], "categori": [0, 15], "jobdatabasemssql_ssi": [0, 7], "package_sourc": [0, 15], "packagesourc": [0, 15], "package_nam": [0, 15], "catalog_env": [0, 15], "config_fil": [0, 15], "file_system": 0, "system": [0, 9, 12, 15], "sql_server": 0, "sql": [0, 15], "ssis_catalog": [0, 15], "catalog": 0, "ssis_package_stor": 0, "store": [0, 9, 11, 15], "jobdatabasesqlscript": [0, 7], "sql_script": [0, 15], "jobdatabasestoredprocedur": [0, 7], "stored_procedur": [0, 15], "return_valu": [0, 15], "jobdummi": [0, 12, 13], "jobembeddedscript": [0, 7], "script": [0, 6, 12, 15], "jobfiletransf": [0, 7, 13], "connection_profile_src": [0, 15], "connection_profile_dest": [0, 15], "connection_profile_dual_endpoint": [0, 15], "file_transf": [0, 15], "s3_bucket_name_src": [0, 15], "s3_bucket_name_dest": [0, 15], "gcs_bucket_name_src": 0, "gcs_bucket_name_dest": 0, "azure_container_name_src": 0, "azure_container_name_dest": 0, "end_job_not_ok": 0, "number_of_retri": [0, 15], "jobfilewatch": 0, "search_interv": [0, 15], "time_limit": [0, 15], "start_tim": [0, 15, 16], "stop_tim": [0, 15], "jobfilewatchercr": [0, 7], "minimum_s": [0, 15], "file_size_interv": 0, "wildcard": [0, 15], "iter": 0, "minimal_ag": [0, 15], "maximal_ag": [0, 15], "jobfilewatcherdelet": [0, 7], "jobhadoop": 0, "precommand": [0, 15], "postcommand": 0, "fail_job_on_command_failur": 0, "jobhadoopdistcp": [0, 7], "target_path": [0, 15], "source_path": [0, 15], "distcp_opt": [0, 15], "jobhadoophdfscommand": [0, 7], "jobhadoophdfsfilewatch": [0, 7], "hdfs_file_path": [0, 15], "min_detected_s": [0, 15], "max_wait_tim": [0, 15], "jobhadooph": [0, 7], "hive_script": [0, 15], "hive_arch": 0, "hive_fil": 0, "hive_opt": [0, 15], "jobhadoopmapreduc": [0, 7], "program_jar": [0, 15], "main_class": [0, 15], "jobhadoopmapredstream": [0, 7], "input_path": [0, 15], "output_path": [0, 15], "mapper_command": [0, 15], "reducer_command": [0, 15], "steaming_opt": 0, "general_opt": [0, 15], "jobhadoopoozi": [0, 7], "job_properties_fil": [0, 15], "oozie_opt": [0, 15], "jobhadooppig": [0, 7], "pig_script": [0, 15], "jobhadoopspark": 0, "spark_opt": [0, 15], "jobhadoopsparkpython": [0, 7], "spark_script": [0, 15], "jobhadoopsparkscalajava": [0, 7], "jobhadoopsqoop": [0, 7], "sqoop_command": [0, 15], "sqoop_opt": [0, 15], "sqoop_arch": 0, "sqoop_fil": 0, "jobhadooptajo": 0, "tajo_opt": [0, 15], "jobhadooptajoinputfil": [0, 7], "full_file_path": [0, 15], "jobhadooptajoqueri": [0, 7], "open_queri": [0, 15], "jobibmcogno": 0, "jobibmdatastag": 0, "project": 0, "data_stage_job": 0, "jobinformatica": [0, 7], "repository_fold": [0, 15], "workflow_execution_mod": [0, 15], "workflowexecutionmod": [0, 15], "workflow_restart_mod": [0, 15], "workflowrestartmod": [0, 15], "os_profil": [0, 15], "start_from_task": 0, "run_single_task": [0, 15], "restart_from_task": [0, 15], "depth": 0, "enable_error_detail": 0, "enable_output": 0, "workflow_parameters_fil": [0, 15], "runsingletask": [0, 15], "runwholeworkflow": 0, "startfromtask": [0, 15], "forcerestart": 0, "forcerestartfromspecifictask": [0, 15], "recov": 0, "jobjava": 0, "java_profil": 0, "jobmessag": 0, "jobmessagingfreetext": 0, "use_free_text_messag": 0, "jobmessagingpredefin": 0, "jobmessagingwaitforrepli": 0, "jobnetbackup": 0, "joboeb": 0, "respons": [0, 14], "single_request": 0, "singlerequest": 0, "request_set": 0, "requestset": 0, "set": [0, 4, 9, 12, 14, 15, 16], "program_nam": 0, "jobos400": 0, "jobos400externaljob": 0, "statu": [0, 4, 13, 14, 17], "duplicate_opt": 0, "duplicateopt": 0, "first": [0, 6, 13], "last": 0, "all": [0, 4, 8, 10, 11, 12, 13, 14, 15, 16], "outputqueu": 0, "queue": [0, 15], "jobos400externalsubsystem": 0, "jobos400ful": 0, "jobos400fullcommandlin": 0, "special_environ": 0, "specialenviron": 0, "nativ": [0, 11], "qshell": 0, "s38": 0, "jobos400fulldescriptionjob": 0, "jobos400fullexternaljob": 0, "jobos400fullexternalsubsystem": 0, "jobos400fullmultiplecommand": 0, "jobos400fullprogram": 0, "program": [0, 15], "jobos400fullrestrictedstateact": 0, "devic": 0, "batch_time_limit": 0, "executecommand": 0, "runreclaimstorag": 0, "saveentiresystem": 0, "saveoperationsystem": 0, "jobos400fullscriptfil": 0, "native_script_file_loc": 0, "nativescriptfileloc": 0, "i_f_s_script_file_loc": 0, "ifsscriptfileloc": 0, "embedded_script_file_loc": 0, "embeddedscriptfileloc": 0, "v_t_script_file_embed": 0, "use_instream_jcl": 0, "v_t_script_file_i_f_": 0, "v_t_script_file_n": 0, "jobos400fullsubsystem": 0, "sub_system": 0, "jobos400fullvirtualtermin": 0, "jobos400multiplecommand": 0, "jobos400program": 0, "jobos400virtualtermin": 0, "jobpeoplesoft": [0, 7], "control_id": [0, 15], "server_nam": [0, 15], "process_typ": [0, 15], "append_to_output": [0, 15], "bind_vari": [0, 15], "jobsap": 0, "jobsapbw": 0, "detect_spawned_job": 0, "detectspawnedjob": 0, "detect_and_cr": 0, "detectandcr": 0, "start_spawned_job": 0, "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap": 0, "job_completion_status_depends_on_child_jobs_statu": 0, "comment": 0, "currentjobdefinit": 0, "specificjobdefinit": 0, "jobsapbwinfopackag": 0, "info_packag": 0, "infopackag": 0, "tech_nam": 0, "background_job_nam": 0, "jobsapbwprocesschain": 0, "rerun_opt": 0, "rerunopt": 0, "process_chain_descript": 0, "id": [0, 4, 6, 11, 15], "enable_peridoic_job": 0, "consider_only_overall_chain_statu": 0, "retrieve_log": 0, "rerunfromstart": 0, "restartfromfailiurepoint": 0, "jobsapdataarchiv": 0, "start_condit": 0, "startcondit": 0, "asap": 0, "afterev": 0, "immedi": [0, 9], "jobsapdataarchivingdelet": 0, "archiving_object": 0, "session_numb": 0, "copy_spool_file_to": 0, "jobsapdataarchivingstor": 0, "jobsapdataarchivingwrit": 0, "job_class": 0, "jobclass": 0, "variant": 0, "valid": [0, 8, 13, 14], "check_sess": 0, "check_vari": 0, "jobsapr3": 0, "new_job_nam": 0, "jobsapr3batchinputsess": 0, "exec": 0, "session": 0, "jobsapr3copi": 0, "sap_job_nam": 0, "job_count": 0, "jobcount": 0, "job_count_specific_nam": 0, "after_ev": 0, "after_event_paramet": 0, "copy_from_step": 0, "post_job_act": 0, "postjobact": 0, "group": [0, 11, 12], "firstschedul": 0, "lastschedul": 0, "specificjob": 0, "spool": 0, "spool_fil": 0, "spool_save_to_p_d_f": 0, "job_log": 0, "job_log_fil": 0, "job_completion_status_will_depend_on_application_statu": 0, "copytofil": 0, "copytooutput": 0, "donotcopi": 0, "jobsapr3cr": 0, "rerun_from_step": 0, "spool_list_recipi": 0, "spoollistrecipi": 0, "A": [0, 12, 13, 14, 15, 16], "b": 0, "c": [0, 15], "recipient_typ": 0, "recipienttyp": 0, "recipient_nam": 0, "recipient_copi": 0, "recipient_blind_copi": 0, "recipient_express": 0, "recipt_no_forward": 0, "externaladdress": 0, "faxnumb": 0, "internetaddress": 0, "privatedistributionlist": 0, "remotemailaddress": 0, "sapusernam": 0, "shareddistributionlist": 0, "telexnumb": 0, "x400address": 0, "jobsapr3monitorsapjob": 0, "jobsapr3predefinedsapjob": 0, "jobsapr3sapprofil": 0, "jobsapr3sapprofileactiv": 0, "profile_inform": 0, "profileinform": 0, "profile_id": 0, "profile_typ": 0, "jobsapr3sapprofiledeactiv": 0, "jobsapr3triggersapev": 0, "event_id": 0, "jobsapr3watchsapev": 0, "jobslamanag": [0, 7], "service_prior": [0, 15], "job_runs_deviations_toler": [0, 15], "average_run_time_toler": [0, 15], "averageruntimetoler": [0, 15], "complete_bi": [0, 15], "completebi": [0, 15], "complete_in": [0, 15], "completein": [0, 15], "average_run_tim": [0, 15], "percentag": 0, "jobscript": [0, 7, 12], "jobtandem": 0, "job_own": 0, "jobtandemcommand": 0, "jobtandemembeddedtaclscript": 0, "t_a_c_l_script": 0, "jobtandemexternalprocess": 0, "external_process_id": 0, "externalprocessid": 0, "external_c_p_u_p_i_n": 0, "externalcpupin": 0, "c_p_u_id": 0, "jobtandemprogram": 0, "volum": [0, 15], "jobtandemtaclscript": 0, "jobvmwar": 0, "jobvmwareconfigur": 0, "jobvmwareconfigurationclonevirtualmachin": 0, "new_virtual_machine_nam": 0, "target_host": 0, "datastor": 0, "jobvmwareconfigurationdeploytempl": 0, "jobvmwareconfigurationmigratevirtualmachin": 0, "jobvmwareconfigurationreconfigurevirtualmachin": 0, "number_of_c_p_u": 0, "jobvmwarepow": 0, "virtual_machine_nam": 0, "jobvmwarepoweroff": 0, "jobvmwarepoweron": 0, "jobvmwarepowerreboot": 0, "jobvmwarepowerreset": 0, "jobvmwarepowershutdown": 0, "jobvmwarepowerstandbi": 0, "jobvmwarepowersuspend": 0, "jobvmwaresnapshot": 0, "jobvmwaresnapshotremov": 0, "jobvmwaresnapshotremoveal": 0, "jobvmwaresnapshotrevert": 0, "jobvmwaresnapshotreverttocurr": 0, "jobvmwaresnapshottak": 0, "snapshot_nam": 0, "jobwebservic": [0, 7], "servic": [0, 2, 5, 9, 15], "request_typ": [0, 15], "requesttyp": [0, 15], "input_fil": [0, 15], "soap_header_fil": [0, 15], "override_url_endpoint": [0, 15], "override_content_typ": [0, 15], "http_connection_timeout": [0, 15], "preemptive_http_authent": [0, 15], "exclude_job_output": [0, 15], "include_title_in_output": [0, 15], "output_paramet": [0, 15], "freetext": 0, "inputfil": 0, "jobzo": 0, "system_affin": 0, "scheduling_environ": 0, "request_n_j_e_nod": 0, "task_inform": 0, "taskinform": 0, "control_d_categori": 0, "prevent_n_c_t2": 0, "preventnct2": 0, "outputhandl": 0, "histori": 0, "archiv": 0, "if_collection_list": 0, "step_range_list": 0, "archive_sys_data": 0, "days_to_retain_data": 0, "job_runs_to_retain_data": 0, "auto_arch": 0, "retention_dai": 0, "retention_gener": 0, "from_class": 0, "changeclass": 0, "releas": [0, 4], "flush": 0, "No": [0, 13], "ye": 0, "partition_dataset": 0, "minimum_number_of_track": 0, "emergency_job": 0, "run_as_started_task": 0, "jobzosinstreamjcl": 0, "member": 0, "jcl": 0, "jobzosmemb": 0, "tag_nam": 0, "tagnam": 0, "use_par": 0, "actionmail": 0, "cc": [0, 14], "attach_output": [0, 14], "notifydoesnotend": 0, "notifydoesnotstart": 0, "notifyexecutiontim": 0, "criteria": [0, 12, 14], "greaterthanaverag": 0, "lessthanaverag": 0, "notifylatecyclicsubmit": 0, "notifynotok": 0, "notifyok": 0, "notifyrerun": 0, "actionoutput": 0, "sourc": [0, 2, 15], "d": [0, 15], "e": [0, 14], "g": 0, "h": 0, "i": [0, 2, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "j": 0, "k": 0, "l": [0, 8, 14, 15, 16], "m": [0, 4, 6, 8, 9, 11, 12, 14, 15, 17], "o": [0, 13, 14], "p": 0, "q": [0, 8], "r": [0, 15], "": [0, 2, 6, 8, 13, 15, 16], "t": [0, 4, 6, 13, 14, 15], "u": [0, 15], "v": 0, "w": [0, 10], "x": 0, "z": 0, "doesnotendswith": 0, "doesnotequ": 0, "doesnotstartswith": 0, "endswith": 0, "equal": 0, "activeperiod": 0, "capturevariablenam": 0, "exceptionalpolici": 0, "foldernam": [0, 14], "fromprocedur": 0, "fromprogram": 0, "locknam": 0, "locktyp": [0, 14], "monthdayscalendar": 0, "notificationtyp": 0, "onfail": 0, "onok": 0, "poolnam": 0, "quantiti": [0, 14], "remov": [0, 14], "toprocedur": 0, "toprogram": 0, "weekdayscalendar": 0, "actionremedi": 0, "summari": [0, 14], "lock_typ": [0, 14], "if_fail": 0, "iffail": 0, "keep": [0, 14], "exclus": [0, 14], "share": [0, 12, 13, 14, 15], "if_ok": 0, "ifok": 0, "discard": 0, "periodic_dai": 0, "periodicdai": 0, "range_d": 0, "ranged": 0, "range_dates_with_tim": 0, "rangedateswithtim": 0, "week_days_rang": 0, "weekdaysrang": 0, "dates_list": 0, "dateslist": 0, "specific_tim": 0, "specifictim": 0, "days_of_week": 0, "from_dat": 0, "to_dat": 0, "time_typ": 0, "timetyp": 0, "allhour": 0, "betweenhour": 0, "none_": 0, "from_dai": 0, "fromdai": 0, "to_dai": 0, "todai": 0, "fri": [0, 14], "mon": [0, 14], "sat": [0, 14], "sun": [0, 12, 14], "thu": [0, 14], "tue": [0, 14], "wed": [0, 14], "actionrun": 0, "lib": 0, "run_as_independent_flow": [0, 14], "actionset": 0, "event_format": 0, "rule": [0, 12], "internal_rul": 0, "business_paramet": 0, "even": [0, 14], "odd": 0, "error_level": 0, "errorlevel": 0, "apply_on": 0, "applyon": 0, "error": [0, 4, 14, 17], "warn": [0, 13], "not_act": 0, "sitestandardrestrictionenum": 0, "sitestandardrestrictionnumer": 0, "sitestandardrestrictionoperatorvalu": 0, "sitestandardrestrictiontext": 0, "active_from": 0, "active_til": 0, "max_wait": 0, "tag_relation_dc_wc": 0, "filter": [0, 4], "host_map": 0, "running_job": 0, "resource_pool": 0, "jan": [0, 14], "feb": [0, 14], "mar": [0, 14], "apr": [0, 14], "mai": [0, 9, 13, 14], "jun": [0, 14, 16], "jul": [0, 14], "aug": [0, 14], "sep": [0, 14], "oct": [0, 14], "nov": [0, 14], "dec": [0, 14], "base": [1, 4, 5, 8, 9, 14], "connectionprofil": [1, 8, 10], "custom_service_nam": 1, "auth_method_access_and_secret_kei": 1, "authmethodaccessandsecretkei": 1, "auth_method_iam_rol": 1, "authmethodiamrol": 1, "use_preemptive_auth": 1, "token_typ": 1, "tokentyp": 1, "access": [1, 6, 11, 13, 14, 15], "ident": 1, "basic_authent": 1, "basicauthent": 1, "grant_type_password": 1, "granttypepassword": 1, "header": [1, 15], "variabl": [1, 7, 8, 12, 15], "output": [1, 4, 14, 15, 16, 17], "ifbas": 1, "event": [1, 7, 12, 16], "resourc": [1, 2, 7, 12], "waitforev": 1, "addev": 1, "deleteev": 1, "notifi": [1, 7], "jobtag": 1, "condit": [1, 14, 16], "action": [1, 4, 7, 12, 15, 16], "request_definit": 1, "body_request": 1, "soap_request_field": 1, "after": [2, 8, 10, 13, 14, 15, 16], "you": [2, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "complet": [2, 10, 13, 14, 15, 16], "tutori": [2, 6, 7, 9, 16], "time": [2, 10, 12, 13, 14, 15, 16], "write": 2, "your": [2, 4, 6, 7, 8, 9, 10, 13, 15, 16], "own": [2, 8, 9, 13], "workbench": [2, 3, 4, 6, 7, 9, 13, 14, 16, 17], "which": [2, 4, 8, 9, 11, 13, 14, 15, 16], "free": [2, 6], "backend": [2, 9], "develop": [2, 6, 7, 9], "learn": [2, 13, 16], "how": [2, 6, 13, 14, 16], "creat": [2, 4, 6, 8, 9, 10, 11, 14, 15, 16, 17], "more": [2, 4, 9, 12, 13, 14, 16], "complex": 2, "below": [2, 8, 14], "The": [2, 4, 6, 9, 11, 12, 13, 14, 15, 16], "provis": 2, "autom": [2, 8, 9, 11, 13, 15, 16], "api": [2, 8, 9, 11, 12, 13, 15, 16], "enabl": [2, 7, 8, 12, 13, 14, 15, 16], "easili": [2, 8], "instal": [2, 7, 9, 13, 14, 15, 16], "agent": [2, 8, 11, 13, 14, 16], "document": [2, 9, 11, 14, 15], "helix": [2, 4, 9], "integr": [2, 7, 10, 15, 17], "deriv": [2, 8], "its": [2, 4, 9, 12, 13, 14, 15, 16], "abstract": [2, 4, 9], "exist": [2, 13, 15, 16], "implement": [2, 9], "sinc": [2, 9, 13, 14], "open": 2, "feel": 2, "extens": 2, "can": [2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16], "commun": 2, "pull": 2, "request": 2, "we": [2, 6, 8, 9, 10, 13, 14, 16], "ar": [2, 4, 8, 9, 11, 12, 13, 14, 15], "happi": 2, "review": 2, "core": [3, 7, 8, 9, 10, 13, 16], "submodul": 3, "comm": [3, 8, 9, 13, 16], "aapiclientrespons": [3, 4], "is_ok": [3, 4, 13], "abstractaapicli": [3, 4], "create_onprem": [3, 4, 9], "create_saa": [3, 4, 9], "create_workbench": [3, 4, 9, 13, 16], "environmentmod": [3, 4, 9], "onprem": [3, 4, 9], "saa": [3, 4, 9], "onpremaapicli": [3, 4], "saasaapicli": [3, 4], "credenti": [3, 11, 17], "abstractcredenti": [3, 4, 5, 9], "get_password": [3, 4, 5, 9], "get_usernam": [3, 4, 5, 9], "inputpasswordcredenti": [3, 4, 9], "simplecredenti": [3, 4, 9], "monitor": [3, 7, 17], "confirm_job": [3, 4], "delete_job": [3, 4], "get_output": [3, 4, 10, 13, 16], "get_status": [3, 4], "hold_job": [3, 4], "kill_job": [3, 4], "release_job": [3, 4], "rerun_job": [3, 4], "set_to_ok": [3, 4], "runmonitor": [3, 4, 13, 16], "get_jobid": [3, 4], "get_statu": [3, 4, 16], "open_in_brows": [3, 4], "print_output": [3, 4, 13, 16], "print_status": [3, 4, 16], "abstractworkflow": [3, 4], "add": [3, 4, 8, 10, 13, 14, 15], "chain": [3, 4, 16], "connect": [3, 4, 7, 8, 10, 15], "dump_json": [3, 4], "dumps_json": [3, 4, 8], "get": [3, 4, 7, 9, 15, 17], "get_object": [3, 4], "baseworkflow": [3, 4, 5, 8], "clear_al": [3, 4, 13, 16], "copy_from": [3, 4], "create_folder_hierarchi": [3, 4], "build": [3, 4, 6, 17], "deploi": [3, 4, 6, 8, 11, 14, 17], "run": [3, 4, 6, 7, 9, 10, 11, 12, 14, 15, 17], "workflowdefault": [3, 4, 13, 16], "ext": [3, 7, 9, 10, 13, 16], "keyringcredenti": [3, 5, 9], "viz": [3, 13, 16], "get_graph": [3, 5, 13, 16], "get_subgraph": [3, 5], "success": [4, 15], "result": 4, "abc": [4, 15], "classmethod": 4, "endpoint": [4, 9, 15], "8443": [4, 9, 16], "localhost": [4, 9, 11, 16], "control": [4, 6, 8, 9, 11, 12, 14, 15, 17], "us": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "advanc": [4, 16], "case": [4, 8, 9], "aapicli": 4, "job": [4, 6, 7, 10, 11, 12, 17], "thi": [4, 8, 9, 10, 11, 12, 13, 14, 15, 16], "onli": [4, 9, 11, 13, 15, 16], "appli": [4, 14, 15], "where": [4, 9, 13, 14, 15], "defin": [4, 8, 9, 10, 11, 12, 13, 14, 15], "true": [4, 10, 11, 12, 13, 14, 15, 16], "try": [4, 13, 16], "wa": [4, 13, 14, 16], "alreadi": 4, "log": [4, 15, 16], "describ": 4, "regard": 4, "execut": [4, 9, 10, 13, 14, 15, 16], "run_numb": 4, "0": [4, 10, 11, 14, 15], "hold": 4, "kill": 4, "held": [4, 16], "ok": [4, 8, 14, 16], "monitor_page_uri": 4, "allow": [4, 8, 9, 10, 14], "basic": 4, "similar": [4, 8], "wai": [4, 6, 9, 13, 16], "found": [4, 14, 16], "web": [4, 8, 15, 16], "interfac": [4, 8], "without": [4, 8, 9, 14, 16], "If": [4, 6, 7, 9, 10, 11, 12, 13, 15, 16], "multipl": [4, 9, 11, 13, 14], "same": [4, 8, 9, 13, 14, 15, 16], "determin": [4, 15], "accord": [4, 13, 16], "given": 4, "undefin": 4, "behavior": 4, "exampl": [4, 8, 9, 10, 13, 14, 15, 16], "myjob": [4, 11, 13], "myfold": [4, 12, 13], "subfolder1": 4, "subfolder2": 4, "return": [4, 13, 14, 15, 16], "kwarg": 4, "pretti": 4, "full": 4, "pass": [4, 9, 11, 13, 14, 15, 16], "printer": 4, "specifi": [4, 9, 12, 13, 14, 15], "pritner": 4, "accept": [4, 8, 15], "one": [4, 8, 11, 12, 13, 14], "status": [4, 16], "obj": [4, 5], "inpath": [4, 8, 10, 13, 16], "allow_cr": 4, "obj_list": 4, "srcpath": 4, "destpath": 4, "skip_initial_authent": 4, "fals": [4, 11, 13, 15, 16], "skip_login": 4, "delete_afterward": 4, "current_path": 5, "best": [6, 9], "know": [6, 13], "python": [6, 8, 9, 10, 15, 17], "client": [6, 8, 9, 10, 17], "follow": [6, 9, 10, 11, 13, 14], "guid": 6, "through": [6, 8], "step": [6, 10, 15], "see": [6, 8, 12, 14, 16], "To": [6, 8, 11, 12, 13, 14, 15, 16], "need": [6, 8, 9, 13, 15, 16], "don": [6, 13], "have": [6, 9, 10, 13, 15], "want": [6, 9, 10, 13, 15], "test": [6, 13, 15, 16], "some": [6, 9, 10, 13, 16], "cost": 6, "platform": [6, 8], "suggest": 6, "download": [6, 13, 16], "3": [6, 12, 13, 14, 15], "7": [6, 13, 14, 15, 16], "higher": 6, "recommend": [6, 14], "virtual": 6, "here": [6, 13, 14], "unix": [6, 11], "venv": 6, "bin": [6, 11, 15], "window": 6, "bat": 6, "note": [6, 8, 9, 11, 13, 14, 15, 16], "git": 6, "ctm": [6, 12, 15, 16], "clone": 6, "github": [6, 7], "com": [6, 11, 14, 15], "controlm": [6, 12, 14], "design": 7, "programmat": 7, "built": [7, 13], "data": [7, 13, 15], "scientist": 7, "who": [7, 14], "prefer": [7, 16], "approach": 7, "orchestr": 7, "repo": 7, "work": [7, 9, 13, 14, 17], "auto": [7, 15, 17], "gener": [7, 14, 17], "ai": [7, 8, 17], "plugin": [7, 13, 17], "type": [7, 9, 10, 11, 12, 13, 14, 16, 17], "go": 7, "forward": 7, "link": 7, "extend": 7, "aapi": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "packag": [7, 9, 15], "ctm_python_cli": [7, 8, 9, 10, 13, 16], "These": 8, "manag": [8, 12, 14, 15], "alongsid": 8, "premis": 8, "multi": 8, "cloud": 8, "commerci": 8, "home": [8, 11, 12, 14, 15, 16], "grown": 8, "provid": [8, 9, 14, 16], "other": [8, 12, 13, 14], "palett": 8, "plan": 8, "domain": [8, 11, 16], "new": [8, 10, 13, 15], "jobtyp": 8, "made": 8, "easi": 8, "serv": [8, 9], "necessari": [8, 9], "make": [8, 9, 13, 14], "definit": [8, 10, 11, 12, 13, 14, 15], "let": [8, 13, 16], "simpl": [8, 12, 13], "call": [8, 9, 10, 13], "sshcommand": 8, "It": [8, 9, 13], "two": [8, 9, 14, 15], "paramat": 8, "flag": 8, "addit": [8, 14, 15], "cannot": [8, 13, 14, 16], "edit": [8, 15, 16], "must": [8, 11, 12, 13, 14, 15], "them": [8, 13], "1": [8, 10, 11, 13, 14, 15, 16], "import": [8, 9, 10, 11, 12, 13, 14, 15, 16], "attr": [8, 10], "decor": 8, "aijobsshcommand": 8, "_type": [8, 10], "would": [8, 9, 16], "should": [8, 13, 14, 15, 16], "match": 8, "seen": 8, "section": [8, 14], "lower": 8, "mandatori": 8, "2": [8, 10, 11, 12, 13, 14, 15, 16], "check": [8, 17], "json": [8, 15], "mysshcommand": 8, "hostcp": 8, "aifold": 8, "34": [8, 10, 11, 14], "applicationintegr": 8, "5": [8, 10, 13, 14, 15, 16], "In": [9, 13, 14, 15, 16], "previou": [9, 14, 16], "focus": 9, "issu": [9, 14, 16], "real": [9, 13], "essenti": 9, "practic": 9, "prevent": 9, "leak": 9, "sensit": 9, "inform": [9, 10, 13, 16], "done": [9, 13], "creation": 9, "skip": [9, 13], "initi": [9, 15], "intent": [9, 13], "dure": [9, 14, 15], "construct": 9, "ehich": 9, "em": 9, "There": [9, 13, 16], "kei": [9, 11, 14], "either": [9, 13, 15, 16], "combin": [9, 14], "indic": 9, "slightli": 9, "differ": [9, 14, 15], "constructor": 9, "my_environ": 9, "mymachin": 9, "anoth": [9, 12, 13, 14], "mysaa": 9, "myapikei": 9, "wokrbench": 9, "remot": 9, "machin": [9, 13, 15], "map": 9, "instanc": [9, 13, 14, 15], "8444": 9, "ha": [9, 13, 14], "those": [9, 14], "via": 9, "directli": [9, 13], "least": [9, 14], "written": [9, 15], "plain": 9, "text": [9, 14, 15], "disrupt": 9, "process": [9, 15, 16], "intervent": 9, "keyr": 9, "leverag": 9, "imposs": 9, "vault": 9, "specif": [9, 11, 13, 14, 15], "compani": [9, 12, 14], "polici": [9, 12], "easiest": 9, "mhyhost": 9, "myuser": [9, 11], "sure": 9, "pip": 9, "termin": 9, "servicenam": [9, 11], "distinguish": 9, "between": [9, 15], "product": [9, 16], "also": [9, 12, 13], "do": [9, 11, 13, 14, 15, 16], "set_password": 9, "so": [9, 13, 16], "put": 9, "seem": 9, "signific": 9, "tokenadmin": 9, "9": [10, 11, 13, 14, 15, 16], "21": [10, 11, 14, 15], "100": [10, 11, 15], "abov": 10, "autogen": 10, "modul": 10, "along": 10, "autogener": 10, "generatedplugin": 10, "py": [10, 15], "generate_ai_plugins_class": 10, "output_fil": 10, "aijobexampleplugin": 10, "39": [10, 13, 16], "examplefield": 10, "examplewithdefault": 10, "examplefieldwithdefault": 10, "connectionprofileaiexampleplugin": 10, "examplepassword": 10, "now": [10, 13], "With": 10, "our": [10, 16], "6": [10, 13, 14, 15, 16], "cp": [10, 15], "testcp": 10, "myexamplejob": 10, "my": 10, "4": [10, 13, 14, 16], "testapplicationintegr": 10, "unnam": 10, "echo": [10, 12, 13, 14, 15, 16], "exit": 10, "statist": 10, "20230213085531": 10, "20230213085532": 10, "elaps": 10, "71": [10, 15], "normal": 10, "automationapi": [11, 14, 15], "thei": [11, 16], "referenc": 11, "befor": [11, 14, 16], "relev": 11, "For": [11, 12, 14, 15, 16], "most": 11, "except": 11, "transfer": [11, 15], "uppercas": 11, "letter": 11, "number": [11, 14, 15, 16], "hyphen": 11, "underscor": 11, "up": [11, 14, 15], "30": [11, 14], "avail": [11, 14, 15], "20": [11, 14, 15], "000": [11, 15], "whether": [11, 14, 15], "apach": 11, "cp_spark": 11, "spark_connection_profil": 11, "docker": [11, 15], "hadoop": [11, 15], "cp_ooz": 11, "oozie_connection_profil": 11, "hdp": 11, "cento": 11, "11000": 11, "extractrul": 11, "rule1": 11, "wf1": [11, 15], "user1": [11, 15], "fname1": 11, "jname1": 11, "rule2": 11, "wf2": 11, "user2": 11, "fname2": 11, "jname2": 11, "cp_sqoop": 11, "sqoop_connection_profil": 11, "mypass": 11, "jdbc": 11, "mysql": 11, "driver": 11, "cp_tajo": 11, "tajo_cp": 11, "tajo_hom": 11, "mytajoserv": 11, "26001": 11, "cp_hive": 11, "hive_connection_profil": 11, "hivehost": 11, "10000": 11, "db": 11, "ftcon": 11, "ftpconn": 11, "ctmserver": [11, 12, 14], "ftpserver": 11, "ftpuser": 11, "ftp_pass": 11, "packageparam": 11, "param1": [11, 15], "param2": [11, 15], "sftpconn": 11, "sftpserver": 11, "sftpuser": 11, "ftpsconn": 11, "localconn": 11, "testamazon": 11, "secretaccess": 11, "testcompat": 11, "as2_conn_1": 11, "noai": 11, "partner": 11, "cpdb": [11, 15], "db2_connection_profil": 11, "db2host": 11, "50000": 11, "db2": 11, "jdbc_connection_profil": 11, "pgdrv": 11, "mssql_connection_profil": 11, "2005": 11, "45": [11, 15], "oracle_connection_profil": 11, "orcl": 11, "1521": 11, "postgresql_connection_profil": 11, "postgr": 11, "sybase_connection_profil": 11, "cpsap": 11, "sapcon": 11, "xbp3": 11, "r3": 11, "12": [11, 13, 14, 16], "180": 11, "ip4": 11, "cpinf": 11, "informatica_connect": 11, "inf": 11, "rep": 11, "cpaw": [11, 15], "aws_connection_iamrol": 11, "myrol": 11, "ap": 11, "northeast": 11, "12345": 11, "cpazur": [11, 15], "azure_connect": 11, "mybatch": 11, "centralu": 11, "oppos": 12, "configur": [12, 15], "variou": [12, 14], "ad": [12, 14, 17], "notif": [12, 14], "level": [12, 14], "inherit": [12, 15], "within": [12, 14], "instead": 12, "per": 12, "take": [12, 16], "reduc": [12, 15], "sample_fold": 12, "job1": [12, 13, 14], "am": [12, 16], "job2": [12, 13, 14], "job3": [12, 13], "mysitestandard": 12, "depart": [12, 14], "hr": [12, 14], "bmc": [12, 14, 15], "parent": 12, "offer": [12, 13], "mani": 12, "capabl": [12, 14], "folderwithsubfold": 12, "firstsubfold": 12, "sh": [12, 14, 15], "secondsubfold": 12, "dummyjob": 12, "than": [12, 14], "belong": 12, "enforc": 12, "site": 12, "busi": 12, "order": [12, 14, 15, 16], "ignor": 12, "notebook": 12, "samplefold": [12, 14], "sitestd": [12, 14], "applicationnam": [12, 14], "subappl": [12, 14], "41": [12, 14, 15], "foldersampl": [12, 14], "lot": [12, 14], "haw": [12, 14], "var1": [12, 14, 15], "val": [12, 14], "var2": [12, 14], "val2": [12, 14, 15], "organ": 13, "pc": 13, "task": [13, 15, 16], "worbench": 13, "each": [13, 14, 15], "purpos": 13, "hello": [13, 14, 15, 16], "world": 13, "myfirstjob": [13, 14], "could": 13, "posit": 13, "mean": [13, 14], "although": 13, "yet": 13, "root": [13, 14, 15], "insid": 13, "myfirstfold": 13, "equival": 13, "everyth": 13, "still": 13, "reciev": 13, "perform": [13, 15], "choos": 13, "anytim": 13, "8": [13, 14, 16], "exisit": 13, "exisitng": 13, "Then": 13, "final": 13, "clear": 13, "firstjob": 13, "come": 13, "secondjob": 13, "mysecondjob": 13, "visus": 13, "graphviz": 13, "org": [13, 15], "forget": 13, "prompt": 13, "visual": 13, "represent": 13, "10": [13, 14, 15, 16], "11": [13, 14, 16], "inconvenint": 13, "syntact": 13, "sugar": 13, "13": [13, 14, 16], "mythirdjob": 13, "third": 13, "chainedjob": 13, "trigger": [13, 14, 16], "job4": 13, "wait": [13, 14, 16], "both": [13, 14, 16], "14": [13, 14, 16], "hello1": 13, "hello2": 13, "hello3": 13, "hello4": 13, "doe": [13, 14, 16], "mark": [13, 14, 16], "again": [13, 14, 16], "15": [13, 14, 16], "myjob1": 13, "myjob2": 13, "testjobdummi": 13, "sleep": [13, 16], "give": [13, 16], "finish": [13, 15, 16], "assert": 13, "16": [13, 14, 16], "receiv": [13, 14], "relat": 14, "By": [14, 16], "account": [14, 15], "difer": 14, "did": 14, "date": 14, "kept": 14, "until": [14, 16], "maximum": [14, 15], "retriev": 14, "th": 14, "over": 14, "boolean": 14, "retroact": 14, "down": 14, "due": 14, "hardwar": 14, "soon": 14, "inact": 14, "48": [14, 15], "intend": 14, "format": [14, 15], "append": [14, 15], "mysubfolder1": 14, "otherjob": 14, "goodscenario": 14, "sendmail": 14, "ran": [14, 16], "successfulli": [14, 15], "team": 14, "comp": 14, "badscenario": 14, "nok": 14, "runcorrectivejob": 14, "remedy_fold": 14, "remedyjob": 14, "alertifnok": 14, "alertifjobisstuck": 14, "1200": 14, "didnt": 14, "calendar": 14, "sever": 14, "under": 14, "refer": 14, "previous": 14, "constant": 14, "hoc": 14, "manner": 14, "onc": 14, "constraint": 14, "obei": 14, "Not": [14, 16], "support": 14, "One": 14, "week": 14, "ddaywn": 14, "dmonw2": 14, "mondai": 14, "2nd": 14, "year": 14, "rang": [14, 15], "31": 14, "fromtim": 14, "hhmm": 14, "totim": 14, "submit": [14, 15, 16], "origin": 14, "everydai": 14, "met": 14, "never": 14, "mm": 14, "dd": 14, "enclos": 14, "quot": 14, "separ": [14, 15], "comma": [14, 15], "specificd": 14, "weekdai": 14, "monthdai": 14, "howev": 14, "22": [14, 15], "1500": 14, "1800": 14, "03": 14, "01": [14, 15, 16], "fulfil": 14, "fail": [14, 16], "unsuccessfulli": 14, "send": [14, 15], "email": 14, "action_if_failur": 14, "notok": [14, 16], "mailtoteam": 14, "jobnam": 14, "myteam": 14, "mail": 14, "actionbynumberofrerun": 14, "runjob": 14, "folder1": 14, "failur": [14, 15, 16], "actionbynumberoffailur": 14, "actionbyjobnotsubmit": 14, "actionbyoutputnotfound": 14, "actionbynumberexecut": 14, "outputfound": 14, "myfil": 14, "featur": 14, "enterpris": 14, "logic": [14, 15], "variablevalu": 14, "ipaddress": 14, "runjob1": 14, "recipi": 14, "semicolon": 14, "attach": 14, "just": [14, 16], "rerunact": 14, "setvari": 14, "settook": 14, "settonotok": 14, "disabl": 14, "cyclic": [14, 16], "17": 14, "18": [14, 16], "correctivejob": 14, "010218": 14, "cvar1": 14, "val1": [14, 15], "cvar2": 14, "19": [14, 15], "notifyact": 14, "remedi": 14, "ticket": 14, "remedyticket": 14, "node": 14, "nodeid": 14, "compstat": 14, "runcount": 14, "copyoutput": 14, "copyher": 14, "documentaion": 14, "certain": 14, "scenario": [14, 16], "notify1": 14, "23": 14, "NOT": 14, "24": 14, "1510": 14, "expect": [14, 15], "25": 14, "didn": 14, "less": 14, "26": 14, "12h20": 14, "1220": 14, "27": 14, "reran": 14, "subsequ": 14, "submiss": 14, "late": 14, "28": 14, "pool": 14, "known": 14, "quantit": 14, "semaphor": 14, "concurr": 14, "29": 14, "resourcesampl": 14, "semaphore1": 14, "lock": 14, "mutex": 14, "lock1": 14, "frequenc": 14, "express": 14, "whole": 14, "calcul": [14, 15], "current": 14, "cycl": 14, "usag": 14, "mmdd": 14, "0511": 14, "show": [14, 15, 16], "32": 14, "waitforeventlist": 14, "e1": 14, "e2": 14, "e3": 14, "33": 14, "addeventlistobject": 14, "e4": 14, "deleteeventlistobject": 14, "e5": 14, "40": 15, "jobcommandsampl": 15, "42": 15, "mycommand": 15, "myhost": 15, "43": 15, "jobscriptsampl": 15, "44": 15, "jobscriptsam": 15, "itself": [15, 16], "escap": 15, "jobembeddedscriptsampl": 15, "filenam": 15, "bash": 15, "necho": 15, "bye": [15, 16], "filetransf": 15, "dual": 15, "attempt": 15, "99": 15, "local": 15, "filesystem": 15, "amazon": 15, "s3": 15, "compat": 15, "storag": 15, "bucket": 15, "46": 15, "jobfiletransfersampl": 15, "cp1": 15, "cp2": 15, "file1": 15, "cmt": 15, "file2": 15, "47": 15, "transer": 15, "transfers3toloc": 15, "amazoncp": 15, "localcp": 15, "empti": 15, "detect": 15, "jobfilewatchercreatesampl": 15, "txt": 15, "201705041535": 15, "201805041535": 15, "10b": 15, "1y": 15, "1d2h4min": 15, "49": 15, "jobfilewatcherdeletesampl": 15, "embed": 15, "replac": 15, "row": 15, "long": 15, "commit": 15, "sysout": [15, 16], "xml": 15, "csv": 15, "html": 15, "50": 15, "jobembeddedquerysampl": 15, "select": 15, "firstparamnam": 15, "AS": 15, "BY": [15, 16], "desc": 15, "dictionari": 15, "appear": [15, 16], "pair": 15, "51": 15, "jobdatabasesqlscriptsampl": 15, "procedur": 15, "resid": 15, "oracl": 15, "52": 15, "jobdatabasestoredproceduresampl": 15, "public": 15, "rv": 15, "210": 15, "53": 15, "jobdatabasemssqlagentjobsampl": 15, "get_vers": 15, "collector": 15, "220": 15, "54": 15, "jobdatabasemssql_ssissampl": 15, "sqltracecollect": 15, "env_nam": 15, "dbauser": 15, "desktop": 15, "dtsconfig": 15, "test2": 15, "propertynam": 15, "propertyvalu": 15, "propertyname2": 15, "propertyvalue2": 15, "55": 15, "jobhadoopsparkpythonsampl": 15, "56": 15, "1000": 15, "120": 15, "master": 15, "yarn": 15, "num": 15, "executor": 15, "57": 15, "jobhadoopsparkscalajavasampl": 15, "scalaprogram": 15, "jar": 15, "mycomp": 15, "sparkscalaprogramnam": 15, "mainclassnam": 15, "58": 15, "jobhadooppigsampl": 15, "pg": 15, "59": 15, "jobhadoopsqoopsampl": 15, "tabl": 15, "foo": [15, 16], "dir": 15, "dest_dir": 15, "latin1": 15, "60": 15, "jobhadoophivesampl": 15, "amount": 15, "topic": 15, "food": 15, "logger": 15, "info": 15, "61": 15, "jobhadoopdistcpsampl": 15, "hdf": 15, "nns2": 15, "8020": 15, "bar": 15, "nns1": 15, "filelimit": 15, "62": 15, "jobhadoophdfscommandssampl": 15, "nn": 15, "localfil": 15, "rm": 15, "emptydir": 15, "63": 15, "jobhadoophdfsfilewatchersampl": 15, "64": [15, 16], "jobhadoopooziesampl": 15, "inputdir": 15, "usr": 15, "tucu": 15, "outputdir": 15, "65": 15, "jobhadoopmapreducesampl": 15, "mapreduc": 15, "66": 15, "jobhadoopmapredstreamingsampl": 15, "tmp": 15, "mapper": 15, "permiss": 15, "umask": 15, "stream": 15, "67": 15, "jobhadooptajoinputfilesampl": 15, "tajo_command": 15, "68": 15, "jobhadooptajoquerysampl": 15, "peoplesoft": 15, "runtim": [15, 16], "author": 15, "userdef": 15, "69": 15, "jobpeoplesoftsampl": 15, "cp_p": 15, "ps_user": 15, "controlid": 15, "ptype": 15, "pname": 15, "supportu": 15, "monthli": 15, "en": 15, "api_coderef_jobtypes_dataintegr": 15, "htm": 15, "informatica": 15, "suspend": 15, "satu": 15, "70": 15, "jobinformaticasampl": 15, "cp_inf": 15, "poc": 15, "wf_test": 15, "myinstanc": 15, "osprofil": 15, "s_maptest_success": 15, "opt": 15, "prop": 15, "aw": 15, "lambda": 15, "latest": 15, "jobawslambdasampl": 15, "fname": 15, "myvar": 15, "value1": 15, "othervar": 15, "value2": 15, "state": [15, 16], "72": 15, "jobawsstepfunctionsampl": 15, "smach1": 15, "exec1": 15, "var": 15, "revis": 15, "size": 15, "item": 15, "depend": [15, 16], "overrid": 15, "imag": 15, "megabyt": 15, "reserv": 15, "vcpu": 15, "retri": 15, "timeout": 15, "durat": 15, "73": 15, "jobawsbatchsampl": 15, "batchjob": 15, "jobdef": 15, "queue1": 15, "job5": 15, "azur": 15, "app": 15, "74": 15, "jobazurefunctionsampl": 15, "azurefunct": 15, "funcapp": 15, "firstparamvalu": 15, "secondparamnam": 15, "secondparamvalu": 15, "75": 15, "jobazurelogicappssampl": 15, "logic_app": 15, "limit": 15, "period": 15, "76": 15, "jobazurebatchaccountsampl": 15, "azurejob": 15, "servlet": 15, "java": 15, "wjm": 15, "plug": 15, "77": 15, "jobwebservicessampl": 15, "cp_w": 15, "www": 15, "dneonlin": 15, "asmx": 15, "wsdl": 15, "myhead": 15, "calculatorsoap": 15, "myoverridehost": 15, "2345": 15, "element": 15, "addrespons": 15, "addresult": 15, "httpcode": 15, "testresultadd": 15, "inta": 15, "97": 15, "intb": 15, "345": 15, "encod": 15, "soapenv": 15, "envelop": 15, "xmln": 15, "xmlsoap": 15, "soap": 15, "tem": 15, "tempuri": 15, "98978": 15, "75675": 15, "78": 15, "jobslamanagementsampl": 15, "sla": 15, "00": [15, 16], "helloworld": 16, "countfil": 16, "wc": 16, "testmonitor": 16, "probabl": 16, "satisfi": 16, "print_statu": 16, "printout": 16, "heirarchi": 16, "aggreg": 16, "few": 16, "enough": 16, "entir": 16, "end_tim": 16, "2022": 16, "estimated_end_tim": 16, "estimated_start_tim": 16, "0001g": 16, "0001i": 16, "job_json": 16, "log_uri": 16, "number_of_run": 16, "order_d": 16, "output_uri": 16, "runobject": 16, "121": 16, "785": 16, "were": 16, "therefor": 16, "becaus": 16, "indenpend": 16, "detail": 16, "desir": 16, "forc": 16, "continu": 16, "daili": 16, "odat": 16, "20220614": 16, "5065": 16, "freed": 16, "5402": 16, "TO": 16, "5105": 16, "AT": 16, "20220614110115": 16, "ON": 16, "5101": 16, "chang": 16, "5120": 16, "20220614110116": 16, "oscompstat": 16, "127": 16, "runcnt": 16, "5100": 16, "cmd": 16, "log_00001k_00001": 16, "5169": 16, "OF": 16, "5134": 16, "analyz": 16, "post": 16, "0000001k_001": 16, "notic": 16, "tri": 16, "caus": 16, "possibl": 16, "forgot": 16, "typo": 16, "troubleshoot": 17}, "objects": {"": [[0, 0, 0, "-", "aapi"], [3, 0, 0, "-", "ctm_python_client"]], "aapi": [[0, 0, 0, "-", "action"], [0, 0, 0, "-", "addevents"], [0, 0, 0, "-", "ai"], [0, 0, 0, "-", "basefolder"], [0, 0, 0, "-", "bases"], [0, 0, 0, "-", "businessfield"], [0, 0, 0, "-", "businessparameter"], [0, 0, 0, "-", "calendar"], [0, 0, 0, "-", "calendarfields"], [0, 0, 0, "-", "calendarkey"], [0, 0, 0, "-", "captureoutput"], [0, 0, 0, "-", "condition"], [0, 0, 0, "-", "config"], [0, 0, 0, "-", "connectionprofile"], [0, 0, 0, "-", "ctbruledata"], [0, 0, 0, "-", "date"], [0, 0, 0, "-", "definitionitemdetails"], [0, 0, 0, "-", "deleteevents"], [0, 0, 0, "-", "disallowedoptions"], [0, 0, 0, "-", "do"], [0, 0, 0, "-", "donotify"], [0, 0, 0, "-", "driver"], [0, 0, 0, "-", "endpoint"], [0, 0, 0, "-", "event"], [0, 0, 0, "-", "extractrule"], [0, 0, 0, "-", "filetransfer"], [0, 0, 0, "-", "filetransfergroup"], [0, 0, 0, "-", "flow_"], [0, 0, 0, "-", "folderclientdata"], [0, 0, 0, "-", "folderjobbase"], [0, 0, 0, "-", "hostfiletransfer"], [0, 0, 0, "-", "hostmapping"], [0, 0, 0, "-", "ifbase"], [0, 0, 0, "-", "ifcollection"], [0, 0, 0, "-", "ifrerun"], [1, 0, 0, "-", "integration_factory"], [0, 0, 0, "-", "internalrule"], [0, 0, 0, "-", "iteminfo"], [0, 0, 0, "-", "job"], [0, 0, 0, "-", "jobsfilter"], [0, 0, 0, "-", "jobtag"], [0, 0, 0, "-", "mail"], [0, 0, 0, "-", "notify"], [0, 0, 0, "-", "on"], [0, 0, 0, "-", "output"], [0, 0, 0, "-", "package"], [0, 0, 0, "-", "packageparams"], [0, 0, 0, "-", "period"], [0, 0, 0, "-", "possibleoptions"], [0, 0, 0, "-", "propertycondition"], [0, 0, 0, "-", "rbcdetails"], [0, 0, 0, "-", "remedy"], [0, 0, 0, "-", "resource"], [0, 0, 0, "-", "resourcepools"], [0, 0, 0, "-", "run"], [0, 0, 0, "-", "runningjobs"], [0, 0, 0, "-", "set_"], [0, 0, 0, "-", "sitestandard"], [0, 0, 0, "-", "sitestandarddata"], [0, 0, 0, "-", "sitestandardoperatorvalueoptions"], [0, 0, 0, "-", "sitestandardpolicy"], [0, 0, 0, "-", "sitestandardpolicydata"], [0, 0, 0, "-", "sitestandardpossiblevalue"], [0, 0, 0, "-", "sitestandardrestriction"], [0, 0, 0, "-", "steprange"], [0, 0, 0, "-", "tag"], [0, 0, 0, "-", "time"], [0, 0, 0, "-", "variable"], [0, 0, 0, "-", "waitforevents"], [0, 0, 0, "-", "workloadflat"], [0, 0, 0, "-", "workloadpolicy"], [0, 0, 0, "-", "wpperiod"], [0, 0, 0, "-", "year"]], "aapi.action": [[0, 1, 1, "", "Action"], [0, 1, 1, "", "ActionRerun"], [0, 1, 1, "", "ActionSetToNotOK"], [0, 1, 1, "", "ActionSetToOK"], [0, 1, 1, "", "ActionStopCyclicRun"]], "aapi.action.Action": [[0, 2, 1, "", "action_field"], [0, 2, 1, "", "object_name"]], "aapi.action.ActionRerun": [[0, 2, 1, "", "object_name"]], "aapi.action.ActionSetToNotOK": [[0, 2, 1, "", "object_name"]], "aapi.action.ActionSetToOK": [[0, 2, 1, "", "object_name"]], "aapi.action.ActionStopCyclicRun": [[0, 2, 1, "", "object_name"]], "aapi.addevents": [[0, 1, 1, "", "AddEvents"]], "aapi.addevents.AddEvents": [[0, 2, 1, "", "events"], [0, 2, 1, "", "object_name"]], "aapi.ai": [[0, 1, 1, "", "AIConnectionProfile"], [0, 1, 1, "", "AIJob"]], "aapi.ai.AIConnectionProfile": [[0, 3, 1, "", "field"], [0, 3, 1, "", "field_optional"], [0, 2, 1, "", "object_name"], [0, 3, 1, "", "type_field"]], "aapi.ai.AIJob": [[0, 2, 1, "", "connection_profile"], [0, 3, 1, "", "field"], [0, 3, 1, "", "field_optional"], [0, 2, 1, "", "object_name"], [0, 3, 1, "", "type_field"]], "aapi.basefolder": [[0, 1, 1, "", "Folder"], [0, 1, 1, "", "SimpleFolder"]], "aapi.basefolder.Folder": [[0, 1, 1, "", "ActiveRetentionPolicy"], [0, 1, 1, "", "AdjustEvents"], [0, 1, 1, "", "DaysKeepActive"], [0, 1, 1, "", "DocumentationFile"], [0, 1, 1, "", "DocumentationUrl"], [0, 1, 1, "", "MustEnd"], [0, 1, 1, "", "Priority"], [0, 1, 1, "", "Rerun"], [0, 1, 1, "", "RerunIntervals"], [0, 1, 1, "", "RerunLimit"], [0, 1, 1, "", "RerunSpecificTimes"], [0, 1, 1, "", "Sac"], [0, 1, 1, "", "When"], [0, 2, 1, "", "active_retention_policy"], [0, 2, 1, "", "add_events_list"], [0, 2, 1, "", "adjust_events"], [0, 2, 1, "", "application"], [0, 2, 1, "", "confirm"], [0, 2, 1, "", "created_by"], [0, 2, 1, "", "days_keep_active"], [0, 2, 1, "", "days_keep_active_if_not_ok"], [0, 2, 1, "", "delete_events_list"], [0, 2, 1, "", "description"], [0, 2, 1, "", "documentation_file"], [0, 2, 1, "", "documentation_url"], [0, 2, 1, "", "event_list"], [0, 2, 1, "", "events_to_add"], [0, 2, 1, "", "events_to_delete"], [0, 2, 1, "", "if_list"], [0, 2, 1, "", "member_library"], [0, 2, 1, "", "must_end"], [0, 2, 1, "", "notify_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "priority"], [0, 2, 1, "", "rerun"], [0, 2, 1, "", "rerun_intervals"], [0, 2, 1, "", "rerun_limit"], [0, 2, 1, "", "rerun_specific_times"], [0, 2, 1, "", "resource_lock_list"], [0, 2, 1, "", "run_as"], [0, 2, 1, "", "sac"], [0, 2, 1, "", "statistics_calendar"], [0, 2, 1, "", "sub_application"], [0, 2, 1, "", "sub_folder_list"], [0, 2, 1, "", "time_zone"], [0, 2, 1, "", "variables"], [0, 2, 1, "", "wait_for_events"], [0, 2, 1, "", "wait_for_events_list"], [0, 2, 1, "", "when"]], "aapi.basefolder.Folder.ActiveRetentionPolicy": [[0, 2, 1, "", "CleanEndedOK"], [0, 2, 1, "", "KeepAll"]], "aapi.basefolder.Folder.AdjustEvents": [[0, 2, 1, "", "Bridge"], [0, 2, 1, "", "Dummy"], [0, 2, 1, "", "N"], [0, 2, 1, "", "Y"]], "aapi.basefolder.Folder.DaysKeepActive": [[0, 2, 1, "", "Forever"]], "aapi.basefolder.Folder.DocumentationFile": [[0, 2, 1, "", "file_name"], [0, 2, 1, "", "path"]], "aapi.basefolder.Folder.DocumentationUrl": [[0, 2, 1, "", "file_name"], [0, 2, 1, "", "url"]], "aapi.basefolder.Folder.MustEnd": [[0, 2, 1, "", "days"], [0, 2, 1, "", "hours"], [0, 2, 1, "", "minutes"]], "aapi.basefolder.Folder.Priority": [[0, 2, 1, "", "High"], [0, 2, 1, "", "Low"], [0, 2, 1, "", "Medium"], [0, 2, 1, "", "Very_High"], [0, 2, 1, "", "Very_Low"]], "aapi.basefolder.Folder.Rerun": [[0, 1, 1, "", "From"], [0, 1, 1, "", "Units"], [0, 2, 1, "", "every"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "times"], [0, 2, 1, "", "units"]], "aapi.basefolder.Folder.Rerun.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.basefolder.Folder.Rerun.Units": [[0, 2, 1, "", "Days"], [0, 2, 1, "", "Hours"], [0, 2, 1, "", "Minutes"]], "aapi.basefolder.Folder.RerunIntervals": [[0, 1, 1, "", "From"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "intervals"], [0, 2, 1, "", "times"]], "aapi.basefolder.Folder.RerunIntervals.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.basefolder.Folder.RerunLimit": [[0, 1, 1, "", "From"], [0, 1, 1, "", "Units"], [0, 2, 1, "", "every"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "rerun_member"], [0, 2, 1, "", "times"], [0, 2, 1, "", "units"]], "aapi.basefolder.Folder.RerunLimit.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.basefolder.Folder.RerunLimit.Units": [[0, 2, 1, "", "Days"], [0, 2, 1, "", "Hours"], [0, 2, 1, "", "Minutes"]], "aapi.basefolder.Folder.RerunSpecificTimes": [[0, 2, 1, "", "at"], [0, 2, 1, "", "times"], [0, 2, 1, "", "tolerance"]], "aapi.basefolder.Folder.Sac": [[0, 2, 1, "", "Default"], [0, 2, 1, "", "Next"], [0, 2, 1, "", "Prev"], [0, 2, 1, "", "SmartFolderNext"], [0, 2, 1, "", "SmartFolderPrev"]], "aapi.basefolder.Folder.When": [[0, 1, 1, "", "DaysRelation"], [0, 1, 1, "", "RuleBasedCalendars"], [0, 2, 1, "", "active_period"], [0, 2, 1, "", "days"], [0, 2, 1, "", "days_relation"], [0, 2, 1, "", "end_date"], [0, 2, 1, "", "from_time"], [0, 2, 1, "", "month_days"], [0, 2, 1, "", "month_days_calendar"], [0, 2, 1, "", "months"], [0, 2, 1, "", "rule_based_calendars"], [0, 2, 1, "", "schedule"], [0, 2, 1, "", "specific_dates"], [0, 2, 1, "", "start_date"], [0, 2, 1, "", "to_time"], [0, 2, 1, "", "week_days"], [0, 2, 1, "", "week_days_calendar"]], "aapi.basefolder.Folder.When.DaysRelation": [[0, 2, 1, "", "AND"], [0, 2, 1, "", "OR"]], "aapi.basefolder.Folder.When.RuleBasedCalendars": [[0, 2, 1, "", "calendar_rule_based_list"], [0, 2, 1, "", "excluded"], [0, 2, 1, "", "included"]], "aapi.basefolder.SimpleFolder": [[0, 1, 1, "", "OrderMethod"], [0, 2, 1, "", "business_fields"], [0, 2, 1, "", "controlm_server"], [0, 2, 1, "", "flow_list"], [0, 2, 1, "", "folder_client_data_list"], [0, 2, 1, "", "folder_library"], [0, 2, 1, "", "job_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "order_method"], [0, 2, 1, "", "site_standard"]], "aapi.basefolder.SimpleFolder.OrderMethod": [[0, 2, 1, "", "Automatic"], [0, 2, 1, "", "Manual"]], "aapi.bases": [[0, 1, 1, "", "AAPIJob"], [0, 1, 1, "", "AAPIObject"]], "aapi.bases.AAPIObject": [[0, 3, 1, "", "as_aapi_dict"], [0, 3, 1, "", "as_dict"], [0, 3, 1, "", "dump_aapi"], [0, 3, 1, "", "dumps_aapi"]], "aapi.businessfield": [[0, 1, 1, "", "BusinessField"]], "aapi.businessfield.BusinessField": [[0, 2, 1, "", "object_name"]], "aapi.businessparameter": [[0, 1, 1, "", "BusinessParameter"]], "aapi.businessparameter.BusinessParameter": [[0, 1, 1, "", "Characters"], [0, 1, 1, "", "Exclude"], [0, 1, 1, "", "Include"], [0, 2, 1, "", "characters"], [0, 2, 1, "", "exclude"], [0, 2, 1, "", "include"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameter_name"], [0, 2, 1, "", "required"]], "aapi.businessparameter.BusinessParameter.Characters": [[0, 1, 1, "", "Alphanumeric"], [0, 1, 1, "", "Any"], [0, 2, 1, "", "alphanumeric"], [0, 2, 1, "", "any"], [0, 2, 1, "", "maximum_length"], [0, 2, 1, "", "minimum_length"]], "aapi.businessparameter.BusinessParameter.Characters.Alphanumeric": [[0, 2, 1, "", "digits"], [0, 2, 1, "", "lowercase_letters"], [0, 2, 1, "", "specific_characters"], [0, 2, 1, "", "uppercase_letters"]], "aapi.businessparameter.BusinessParameter.Characters.Any": [[0, 2, 1, "", "except_for_characters"]], "aapi.businessparameter.BusinessParameter.Exclude": [[0, 2, 1, "", "patterns"], [0, 2, 1, "", "values"]], "aapi.businessparameter.BusinessParameter.Include": [[0, 2, 1, "", "patterns"], [0, 2, 1, "", "values"]], "aapi.calendar": [[0, 1, 1, "", "Calendar"], [0, 1, 1, "", "CalendarPeriodic"], [0, 1, 1, "", "CalendarRegular"], [0, 1, 1, "", "CalendarRuleBased"], [0, 1, 1, "", "CalendarRuleBasedCalendar"]], "aapi.calendar.Calendar": [[0, 2, 1, "", "object_name"]], "aapi.calendar.CalendarPeriodic": [[0, 1, 1, "", "Server"], [0, 1, 1, "", "When"], [0, 2, 1, "", "alias"], [0, 2, 1, "", "description"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "server"], [0, 2, 1, "", "when"]], "aapi.calendar.CalendarPeriodic.Server": [[0, 2, 1, "", "Global"]], "aapi.calendar.CalendarPeriodic.When": [[0, 2, 1, "", "periods"]], "aapi.calendar.CalendarRegular": [[0, 1, 1, "", "Server"], [0, 1, 1, "", "When"], [0, 2, 1, "", "alias"], [0, 2, 1, "", "description"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "server"], [0, 2, 1, "", "when"]], "aapi.calendar.CalendarRegular.Server": [[0, 2, 1, "", "Global"]], "aapi.calendar.CalendarRegular.When": [[0, 2, 1, "", "years"]], "aapi.calendar.CalendarRuleBased": [[0, 1, 1, "", "When"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "when"]], "aapi.calendar.CalendarRuleBased.When": [[0, 1, 1, "", "ConfirmationCalendars"], [0, 1, 1, "", "DaysKeepActive"], [0, 1, 1, "", "DaysRelation"], [0, 2, 1, "", "active_period"], [0, 2, 1, "", "confirmation_calendars"], [0, 2, 1, "", "days_keep_active"], [0, 2, 1, "", "days_relation"], [0, 2, 1, "", "end_date"], [0, 2, 1, "", "month_days"], [0, 2, 1, "", "month_days_calendar"], [0, 2, 1, "", "months"], [0, 2, 1, "", "schedule"], [0, 2, 1, "", "specific_dates"], [0, 2, 1, "", "start_date"], [0, 2, 1, "", "week_days"], [0, 2, 1, "", "week_days_calendar"]], "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars": [[0, 1, 1, "", "ExceptionPolicy"], [0, 2, 1, "", "calendar"], [0, 2, 1, "", "exception_policy"], [0, 2, 1, "", "shift_by"]], "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.ExceptionPolicy": [[0, 2, 1, "", "DoNotOrder"], [0, 2, 1, "", "OrderAnyway"], [0, 2, 1, "", "OrderOnNextConfirmedDay"], [0, 2, 1, "", "OrderOnPreviousConfirmedDay"]], "aapi.calendar.CalendarRuleBased.When.DaysKeepActive": [[0, 2, 1, "", "Forever"]], "aapi.calendar.CalendarRuleBased.When.DaysRelation": [[0, 2, 1, "", "AND"], [0, 2, 1, "", "OR"]], "aapi.calendar.CalendarRuleBasedCalendar": [[0, 1, 1, "", "Server"], [0, 1, 1, "", "When"], [0, 2, 1, "", "alias"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "server"], [0, 2, 1, "", "when"]], "aapi.calendar.CalendarRuleBasedCalendar.Server": [[0, 2, 1, "", "Global"]], "aapi.calendar.CalendarRuleBasedCalendar.When": [[0, 1, 1, "", "ConfirmationCalendars"], [0, 1, 1, "", "DaysKeepActive"], [0, 1, 1, "", "DaysRelation"], [0, 2, 1, "", "active_period"], [0, 2, 1, "", "confirmation_calendars"], [0, 2, 1, "", "days_keep_active"], [0, 2, 1, "", "days_relation"], [0, 2, 1, "", "end_date"], [0, 2, 1, "", "month_days"], [0, 2, 1, "", "month_days_calendar"], [0, 2, 1, "", "months"], [0, 2, 1, "", "schedule"], [0, 2, 1, "", "specific_dates"], [0, 2, 1, "", "start_date"], [0, 2, 1, "", "week_days"], [0, 2, 1, "", "week_days_calendar"]], "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars": [[0, 1, 1, "", "ExceptionPolicy"], [0, 2, 1, "", "calendar"], [0, 2, 1, "", "exception_policy"], [0, 2, 1, "", "shift_by"]], "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.ExceptionPolicy": [[0, 2, 1, "", "DoNotOrder"], [0, 2, 1, "", "OrderAnyway"], [0, 2, 1, "", "OrderOnNextConfirmedDay"], [0, 2, 1, "", "OrderOnPreviousConfirmedDay"]], "aapi.calendar.CalendarRuleBasedCalendar.When.DaysKeepActive": [[0, 2, 1, "", "Forever"]], "aapi.calendar.CalendarRuleBasedCalendar.When.DaysRelation": [[0, 2, 1, "", "AND"], [0, 2, 1, "", "OR"]], "aapi.calendarfields": [[0, 1, 1, "", "CalendarFields"], [0, 1, 1, "", "CalendarFieldsPeriodic"], [0, 1, 1, "", "CalendarFieldsRegular"], [0, 1, 1, "", "CalendarFieldsRuleBased"]], "aapi.calendarfields.CalendarFields": [[0, 2, 1, "", "object_name"]], "aapi.calendarfields.CalendarFieldsPeriodic": [[0, 2, 1, "", "object_name"]], "aapi.calendarfields.CalendarFieldsRegular": [[0, 2, 1, "", "object_name"]], "aapi.calendarfields.CalendarFieldsRuleBased": [[0, 2, 1, "", "object_name"]], "aapi.calendarkey": [[0, 1, 1, "", "CalendarKey"], [0, 1, 1, "", "CalendarKeyPeriodic"], [0, 1, 1, "", "CalendarKeyRegular"], [0, 1, 1, "", "CalendarKeyRuleBased"]], "aapi.calendarkey.CalendarKey": [[0, 2, 1, "", "object_name"]], "aapi.calendarkey.CalendarKeyPeriodic": [[0, 2, 1, "", "object_name"]], "aapi.calendarkey.CalendarKeyRegular": [[0, 2, 1, "", "object_name"]], "aapi.calendarkey.CalendarKeyRuleBased": [[0, 2, 1, "", "object_name"]], "aapi.captureoutput": [[0, 1, 1, "", "ActionCaptureOutput"]], "aapi.captureoutput.ActionCaptureOutput": [[0, 1, 1, "", "Capture"], [0, 1, 1, "", "ForwardBy"], [0, 1, 1, "", "VariableName"], [0, 2, 1, "", "capture"], [0, 2, 1, "", "forward_by"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "search"], [0, 2, 1, "", "variable_name"]], "aapi.captureoutput.ActionCaptureOutput.Capture": [[0, 2, 1, "", "UpToEndOfLine"], [0, 2, 1, "", "var_"]], "aapi.captureoutput.ActionCaptureOutput.ForwardBy": [[0, 1, 1, "", "ColumnsOption"], [0, 1, 1, "", "Delimiter"], [0, 2, 1, "", "columns"], [0, 2, 1, "", "columns_option"], [0, 2, 1, "", "delimiter"], [0, 2, 1, "", "lines"]], "aapi.captureoutput.ActionCaptureOutput.ForwardBy.ColumnsOption": [[0, 2, 1, "", "Characters"], [0, 2, 1, "", "Words"]], "aapi.captureoutput.ActionCaptureOutput.ForwardBy.Delimiter": [[0, 2, 1, "", "Space"], [0, 2, 1, "", "Tab"], [0, 2, 1, "", "WhiteSpace"], [0, 2, 1, "", "var_"]], "aapi.captureoutput.ActionCaptureOutput.VariableName": [[0, 2, 1, "", "var_"]], "aapi.condition": [[0, 1, 1, "", "Condition"], [0, 1, 1, "", "ConditionIn"], [0, 1, 1, "", "ConditionOut"], [0, 1, 1, "", "ConditionOutAdd"], [0, 1, 1, "", "ConditionOutDelete"]], "aapi.condition.Condition": [[0, 1, 1, "", "Date"], [0, 2, 1, "", "date"], [0, 2, 1, "", "event"]], "aapi.condition.Condition.Date": [[0, 2, 1, "", "AnyDate"], [0, 2, 1, "", "NextOrderDate"], [0, 2, 1, "", "NoDate"], [0, 2, 1, "", "OrderDate"], [0, 2, 1, "", "PreviousOrderDate"]], "aapi.config": [[0, 1, 1, "", "Config"], [0, 1, 1, "", "ConfigHadoop"]], "aapi.config.Config": [[0, 2, 1, "", "object_name"]], "aapi.config.ConfigHadoop": [[0, 2, 1, "", "agent_keytab_file_path"], [0, 2, 1, "", "agent_principal"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile": [[0, 1, 1, "", "ConnectionProfile"], [0, 1, 1, "", "ConnectionProfileAWS"], [0, 1, 1, "", "ConnectionProfileAirflow"], [0, 1, 1, "", "ConnectionProfileAirflowGoogleComposer"], [0, 1, 1, "", "ConnectionProfileAirflowStandalone"], [0, 1, 1, "", "ConnectionProfileAzure"], [0, 1, 1, "", "ConnectionProfileDatabase"], [0, 1, 1, "", "ConnectionProfileDatabaseDB2"], [0, 1, 1, "", "ConnectionProfileDatabaseJDBC"], [0, 1, 1, "", "ConnectionProfileDatabaseMSSql"], [0, 1, 1, "", "ConnectionProfileDatabaseMSSqlSSIS"], [0, 1, 1, "", "ConnectionProfileDatabaseOracle"], [0, 1, 1, "", "ConnectionProfileDatabaseOracleConnectionString"], [0, 1, 1, "", "ConnectionProfileDatabaseOracleSID"], [0, 1, 1, "", "ConnectionProfileDatabaseOracleServiceName"], [0, 1, 1, "", "ConnectionProfileDatabasePostgreSql"], [0, 1, 1, "", "ConnectionProfileDatabaseSybase"], [0, 1, 1, "", "ConnectionProfileFileTransfer"], [0, 1, 1, "", "ConnectionProfileFileTransferAS2"], [0, 1, 1, "", "ConnectionProfileFileTransferAzure"], [0, 1, 1, "", "ConnectionProfileFileTransferAzureAdCertificate"], [0, 1, 1, "", "ConnectionProfileFileTransferAzureAdClientSecret"], [0, 1, 1, "", "ConnectionProfileFileTransferAzureAdUserPass"], [0, 1, 1, "", "ConnectionProfileFileTransferAzureConnectionString"], [0, 1, 1, "", "ConnectionProfileFileTransferAzureManagedIdentity"], [0, 1, 1, "", "ConnectionProfileFileTransferAzureSharedAccessSignature"], [0, 1, 1, "", "ConnectionProfileFileTransferAzureSharedKey"], [0, 1, 1, "", "ConnectionProfileFileTransferDualEndPoint"], [0, 1, 1, "", "ConnectionProfileFileTransferFTP"], [0, 1, 1, "", "ConnectionProfileFileTransferFTPS"], [0, 1, 1, "", "ConnectionProfileFileTransferGcs"], [0, 1, 1, "", "ConnectionProfileFileTransferGroup"], [0, 1, 1, "", "ConnectionProfileFileTransferLocal"], [0, 1, 1, "", "ConnectionProfileFileTransferS3"], [0, 1, 1, "", "ConnectionProfileFileTransferS3Amazon"], [0, 1, 1, "", "ConnectionProfileFileTransferS3Compatible"], [0, 1, 1, "", "ConnectionProfileFileTransferSFTP"], [0, 1, 1, "", "ConnectionProfileHadoop"], [0, 1, 1, "", "ConnectionProfileInformatica"], [0, 1, 1, "", "ConnectionProfilePeopleSoft"], [0, 1, 1, "", "ConnectionProfileSAP"], [0, 1, 1, "", "ConnectionProfileWSCONFIG"], [0, 1, 1, "", "ConnectionProfileWebServices"]], "aapi.connectionprofile.ConnectionProfile": [[0, 2, 1, "", "centralized"], [0, 2, 1, "", "description"], [0, 2, 1, "", "no_test_on_deploy"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "target_agent"], [0, 2, 1, "", "target_ctm"], [0, 2, 1, "", "test_on_build"]], "aapi.connectionprofile.ConnectionProfileAWS": [[0, 1, 1, "", "ProxySettings"], [0, 2, 1, "", "access_key"], [0, 2, 1, "", "iam_role"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "proxy_settings"], [0, 2, 1, "", "region"], [0, 2, 1, "", "secret_access_key"]], "aapi.connectionprofile.ConnectionProfileAWS.ProxySettings": [[0, 2, 1, "", "host"], [0, 2, 1, "", "password"], [0, 2, 1, "", "port"], [0, 2, 1, "", "username"]], "aapi.connectionprofile.ConnectionProfileAirflow": [[0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer": [[0, 2, 1, "", "base_url"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "service_account_key"], [0, 2, 1, "", "service_account_key_filename"], [0, 2, 1, "", "target_audience"]], "aapi.connectionprofile.ConnectionProfileAirflowStandalone": [[0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "password"], [0, 2, 1, "", "port"], [0, 2, 1, "", "secured_connection"], [0, 2, 1, "", "user"]], "aapi.connectionprofile.ConnectionProfileAzure": [[0, 1, 1, "", "Batch"], [0, 2, 1, "", "active_directory_domain_name"], [0, 2, 1, "", "application_id"], [0, 2, 1, "", "batch"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "password"], [0, 2, 1, "", "subscription_id"], [0, 2, 1, "", "user"]], "aapi.connectionprofile.ConnectionProfileAzure.Batch": [[0, 2, 1, "", "batch_account_key"], [0, 2, 1, "", "batch_account_name"], [0, 2, 1, "", "location"]], "aapi.connectionprofile.ConnectionProfileDatabase": [[0, 2, 1, "", "connection_idle_time"], [0, 2, 1, "", "connection_retry_num"], [0, 2, 1, "", "connection_retry_time_out"], [0, 2, 1, "", "max_concurrent_connections"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "password"], [0, 2, 1, "", "user"]], "aapi.connectionprofile.ConnectionProfileDatabaseDB2": [[0, 2, 1, "", "database_name"], [0, 2, 1, "", "database_type"], [0, 2, 1, "", "database_version"], [0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "port"]], "aapi.connectionprofile.ConnectionProfileDatabaseJDBC": [[0, 2, 1, "", "database_name"], [0, 2, 1, "", "driver"], [0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "port"]], "aapi.connectionprofile.ConnectionProfileDatabaseMSSql": [[0, 1, 1, "", "AuthenticationType"], [0, 2, 1, "", "authentication_type"], [0, 2, 1, "", "database_name"], [0, 2, 1, "", "database_type"], [0, 2, 1, "", "database_version"], [0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "port"], [0, 2, 1, "", "secure"]], "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.AuthenticationType": [[0, 2, 1, "", "NTLM2_Windows_Authentication"], [0, 2, 1, "", "SQL_Server_Authentication"], [0, 2, 1, "", "Windows_Authentication"]], "aapi.connectionprofile.ConnectionProfileDatabaseMSSqlSSIS": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "skip_packages_test"], [0, 2, 1, "", "ssis"]], "aapi.connectionprofile.ConnectionProfileDatabaseOracle": [[0, 2, 1, "", "database_version"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileDatabaseOracleConnectionString": [[0, 2, 1, "", "connection_string"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileDatabaseOracleSID": [[0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "port"], [0, 2, 1, "", "sid"]], "aapi.connectionprofile.ConnectionProfileDatabaseOracleServiceName": [[0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "port"], [0, 2, 1, "", "service_name"]], "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql": [[0, 2, 1, "", "database_name"], [0, 2, 1, "", "database_type"], [0, 2, 1, "", "database_version"], [0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "port"]], "aapi.connectionprofile.ConnectionProfileDatabaseSybase": [[0, 2, 1, "", "database_name"], [0, 2, 1, "", "database_type"], [0, 2, 1, "", "database_version"], [0, 2, 1, "", "host"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "port"]], "aapi.connectionprofile.ConnectionProfileFileTransfer": [[0, 2, 1, "", "additional_parameters"], [0, 2, 1, "", "conntype"], [0, 2, 1, "", "home_directory"], [0, 2, 1, "", "host_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "os_type"], [0, 2, 1, "", "passphrase"], [0, 2, 1, "", "password"], [0, 2, 1, "", "port"], [0, 2, 1, "", "private_key_name"], [0, 2, 1, "", "user"], [0, 2, 1, "", "verify_bytes"], [0, 2, 1, "", "verify_checksum"], [0, 2, 1, "", "verify_destination"], [0, 2, 1, "", "workload_automation_groups"], [0, 2, 1, "", "workload_automation_users"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2": [[0, 1, 1, "", "EncryptMessageParameters"], [0, 1, 1, "", "RequestReceiptParameters"], [0, 1, 1, "", "SignMessageParameters"], [0, 2, 1, "", "async_mdn_timeout"], [0, 2, 1, "", "compress_message"], [0, 2, 1, "", "encrypt_message_parameters"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "partner_as2_id"], [0, 2, 1, "", "partner_certificate_alias"], [0, 2, 1, "", "partner_destination_url"], [0, 2, 1, "", "request_receipt_parameters"], [0, 2, 1, "", "send_message_timeout"], [0, 2, 1, "", "sign_message_parameters"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters": [[0, 1, 1, "", "EncryptionAlgorithm"], [0, 2, 1, "", "encrypt_message"], [0, 2, 1, "", "encryption_algorithm"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm": [[0, 2, 1, "", "AES128_CBC"], [0, 2, 1, "", "AES128_GCM"], [0, 2, 1, "", "AES192_CBC"], [0, 2, 1, "", "AES192_GCM"], [0, 2, 1, "", "AES256_CBC"], [0, 2, 1, "", "AES256_GCM"], [0, 2, 1, "", "CAST5_CBC"], [0, 2, 1, "", "IDEA_CBC"], [0, 2, 1, "", "RC2_CBC"], [0, 2, 1, "", "tripleDES_DES_EDE3"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters": [[0, 1, 1, "", "Mode"], [0, 1, 1, "", "Sign"], [0, 2, 1, "", "mode"], [0, 2, 1, "", "request_receipt"], [0, 2, 1, "", "sign"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Mode": [[0, 2, 1, "", "Asynchronous"], [0, 2, 1, "", "Synchronous"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Sign": [[0, 2, 1, "", "Signed"], [0, 2, 1, "", "Unsigned"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters": [[0, 1, 1, "", "SignatureAlgorithm"], [0, 2, 1, "", "sign_message"], [0, 2, 1, "", "signature_algorithm"]], "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm": [[0, 2, 1, "", "RSA_with_MD5"], [0, 2, 1, "", "RSA_with_SHA_1"], [0, 2, 1, "", "RSA_with_SHA_224"], [0, 2, 1, "", "RSA_with_SHA_256"], [0, 2, 1, "", "RSA_with_SHA_384"], [0, 2, 1, "", "RSA_with_SHA_512"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzure": [[0, 2, 1, "", "azure_account_name"], [0, 2, 1, "", "azure_credential_method"], [0, 2, 1, "", "azure_endpoint"], [0, 2, 1, "", "azure_storage_type"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate": [[0, 2, 1, "", "azure_client_certificate_format"], [0, 2, 1, "", "azure_client_certificate_password"], [0, 2, 1, "", "azure_client_certificate_path"], [0, 2, 1, "", "azure_client_id"], [0, 2, 1, "", "azure_tenant_id"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdClientSecret": [[0, 2, 1, "", "azure_client_id"], [0, 2, 1, "", "azure_client_secret"], [0, 2, 1, "", "azure_tenant_id"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass": [[0, 2, 1, "", "azure_client_id"], [0, 2, 1, "", "azure_tenant_id"], [0, 2, 1, "", "azure_user_name_ad"], [0, 2, 1, "", "azure_user_password_ad"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzureConnectionString": [[0, 2, 1, "", "azure_account_connection_string"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzureManagedIdentity": [[0, 2, 1, "", "azure_client_id"], [0, 2, 1, "", "azure_tenant_id"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedAccessSignature": [[0, 2, 1, "", "azure_account_sas_token"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedKey": [[0, 2, 1, "", "azure_account_access_key"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint": [[0, 2, 1, "", "endpoint_dest_ftp_list"], [0, 2, 1, "", "endpoint_dest_ftps_list"], [0, 2, 1, "", "endpoint_dest_local_list"], [0, 2, 1, "", "endpoint_dest_sftp_list"], [0, 2, 1, "", "endpoint_src_ftp_list"], [0, 2, 1, "", "endpoint_src_ftps_list"], [0, 2, 1, "", "endpoint_src_local_list"], [0, 2, 1, "", "endpoint_src_sftp_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "verify_bytes"], [0, 2, 1, "", "verify_checksum"], [0, 2, 1, "", "verify_destination"], [0, 2, 1, "", "workload_automation_groups"], [0, 2, 1, "", "workload_automation_users"]], "aapi.connectionprofile.ConnectionProfileFileTransferFTP": [[0, 1, 1, "", "ConnectionMode"], [0, 2, 1, "", "connection_mode"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "EPSV"], [0, 2, 1, "", "EPSVSubstituteIpAddress"], [0, 2, 1, "", "Passive"], [0, 2, 1, "", "PassiveSubstituteIpAddress"], [0, 2, 1, "", "noSubstituteIP"], [0, 2, 1, "", "off"], [0, 2, 1, "", "on"]], "aapi.connectionprofile.ConnectionProfileFileTransferFTPS": [[0, 1, 1, "", "ConnectionMode"], [0, 1, 1, "", "SslLevel"], [0, 2, 1, "", "clear_command_channel"], [0, 2, 1, "", "clear_data_channel"], [0, 2, 1, "", "connection_mode"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "ssl_implicit"], [0, 2, 1, "", "ssl_level"]], "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "EPSV"], [0, 2, 1, "", "EPSVSubstituteIpAddress"], [0, 2, 1, "", "Passive"], [0, 2, 1, "", "PassiveSubstituteIpAddress"], [0, 2, 1, "", "noSubstituteIP"], [0, 2, 1, "", "off"], [0, 2, 1, "", "on"]], "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.SslLevel": [[0, 2, 1, "", "ClientServerAuthentication"], [0, 2, 1, "", "NoAuthentication"], [0, 2, 1, "", "ServerAuthentication"]], "aapi.connectionprofile.ConnectionProfileFileTransferGcs": [[0, 2, 1, "", "gcs_service_account_key"], [0, 2, 1, "", "gcs_service_account_key_file_name"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferGroup": [[0, 2, 1, "", "connection_profile_file_transfer_as2_list"], [0, 2, 1, "", "connection_profile_file_transfer_azure_list"], [0, 2, 1, "", "connection_profile_file_transfer_ftp_list"], [0, 2, 1, "", "connection_profile_file_transfer_ftps_list"], [0, 2, 1, "", "connection_profile_file_transfer_gcs_list"], [0, 2, 1, "", "connection_profile_file_transfer_s3_amazon_list"], [0, 2, 1, "", "connection_profile_file_transfer_s3_compatible_list"], [0, 2, 1, "", "connection_profile_file_transfer_s3_list"], [0, 2, 1, "", "connection_profile_file_transfer_sftp_list"], [0, 2, 1, "", "group_accounts"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "workload_automation_groups"], [0, 2, 1, "", "workload_automation_users"]], "aapi.connectionprofile.ConnectionProfileFileTransferLocal": [[0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileFileTransferS3": [[0, 2, 1, "", "access_key"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "s3_storage_type"], [0, 2, 1, "", "secret_access_key"]], "aapi.connectionprofile.ConnectionProfileFileTransferS3Amazon": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "region"]], "aapi.connectionprofile.ConnectionProfileFileTransferS3Compatible": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "rest_end_point"]], "aapi.connectionprofile.ConnectionProfileFileTransferSFTP": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "ssh_compression"]], "aapi.connectionprofile.ConnectionProfileHadoop": [[0, 1, 1, "", "Hive"], [0, 1, 1, "", "Oozie"], [0, 1, 1, "", "Spark"], [0, 1, 1, "", "Sqoop"], [0, 1, 1, "", "Tajo"], [0, 2, 1, "", "hive"], [0, 2, 1, "", "key_tab_path"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "oozie"], [0, 2, 1, "", "run_as"], [0, 2, 1, "", "spark"], [0, 2, 1, "", "sqoop"], [0, 2, 1, "", "tajo"]], "aapi.connectionprofile.ConnectionProfileHadoop.Hive": [[0, 1, 1, "", "ConnectionDefinitionsType"], [0, 2, 1, "", "connection_definitions_type"], [0, 2, 1, "", "connection_string"], [0, 2, 1, "", "database_name"], [0, 2, 1, "", "host"], [0, 2, 1, "", "password"], [0, 2, 1, "", "port"], [0, 2, 1, "", "principal"], [0, 2, 1, "", "user"]], "aapi.connectionprofile.ConnectionProfileHadoop.Hive.ConnectionDefinitionsType": [[0, 2, 1, "", "Properties"], [0, 2, 1, "", "String"]], "aapi.connectionprofile.ConnectionProfileHadoop.Oozie": [[0, 2, 1, "", "extraction_rules"], [0, 2, 1, "", "host"], [0, 2, 1, "", "port"], [0, 2, 1, "", "ssl_enabled"]], "aapi.connectionprofile.ConnectionProfileHadoop.Spark": [[0, 2, 1, "", "custom_path"]], "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop": [[0, 2, 1, "", "connection_string"], [0, 2, 1, "", "database_host"], [0, 2, 1, "", "database_name"], [0, 2, 1, "", "database_port"], [0, 2, 1, "", "database_type"], [0, 2, 1, "", "database_vendor"], [0, 2, 1, "", "driver_class"], [0, 2, 1, "", "password"], [0, 2, 1, "", "password_file"], [0, 2, 1, "", "user"]], "aapi.connectionprofile.ConnectionProfileHadoop.Tajo": [[0, 2, 1, "", "binary_path"], [0, 2, 1, "", "database_name"], [0, 2, 1, "", "master_server_name"], [0, 2, 1, "", "master_server_port"]], "aapi.connectionprofile.ConnectionProfileInformatica": [[0, 1, 1, "", "ConnectionType"], [0, 2, 1, "", "connection_type"], [0, 2, 1, "", "host"], [0, 2, 1, "", "integration_service"], [0, 2, 1, "", "max_concurrent_connections"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "password"], [0, 2, 1, "", "port"], [0, 2, 1, "", "power_center_domain"], [0, 2, 1, "", "repository"], [0, 2, 1, "", "security_domain"], [0, 2, 1, "", "user"]], "aapi.connectionprofile.ConnectionProfileInformatica.ConnectionType": [[0, 2, 1, "", "HTTP"], [0, 2, 1, "", "HTTPS"]], "aapi.connectionprofile.ConnectionProfilePeopleSoft": [[0, 2, 1, "", "application_servers"], [0, 2, 1, "", "domain_password"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "password"], [0, 2, 1, "", "people_tools_version"], [0, 2, 1, "", "user"]], "aapi.connectionprofile.ConnectionProfileSAP": [[0, 1, 1, "", "ApplicationServerLogon"], [0, 1, 1, "", "GroupLogon"], [0, 1, 1, "", "SecuredNetworkConnection"], [0, 2, 1, "", "app_version"], [0, 2, 1, "", "application_server_logon"], [0, 2, 1, "", "group_logon"], [0, 2, 1, "", "is_solution_manager_connection_profile"], [0, 2, 1, "", "language"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "password"], [0, 2, 1, "", "sap_client"], [0, 2, 1, "", "sap_response_time_out"], [0, 2, 1, "", "sap_router"], [0, 2, 1, "", "secured_network_connection"], [0, 2, 1, "", "solution_manager_connection_profile"], [0, 2, 1, "", "use_extended"], [0, 2, 1, "", "user"], [0, 2, 1, "", "xbp_version"]], "aapi.connectionprofile.ConnectionProfileSAP.ApplicationServerLogon": [[0, 2, 1, "", "host"], [0, 2, 1, "", "sapr3_use_logon_group"], [0, 2, 1, "", "system_number"]], "aapi.connectionprofile.ConnectionProfileSAP.GroupLogon": [[0, 2, 1, "", "group_name"], [0, 2, 1, "", "message_server_host_name"], [0, 2, 1, "", "sapr3_use_logon_group"], [0, 2, 1, "", "system_id"]], "aapi.connectionprofile.ConnectionProfileSAP.SecuredNetworkConnection": [[0, 2, 1, "", "quality_of_protection"], [0, 2, 1, "", "snc_lib"], [0, 2, 1, "", "snc_mode"], [0, 2, 1, "", "snc_my_name"], [0, 2, 1, "", "snc_partner_name"]], "aapi.connectionprofile.ConnectionProfileWSCONFIG": [[0, 2, 1, "", "cm_container_port"], [0, 2, 1, "", "http_authentication"], [0, 2, 1, "", "http_non_proxy_hosts"], [0, 2, 1, "", "http_proxy_host"], [0, 2, 1, "", "http_proxy_port"], [0, 2, 1, "", "object_name"]], "aapi.connectionprofile.ConnectionProfileWebServices": [[0, 1, 1, "", "ServiceType"], [0, 2, 1, "", "http_authentication"], [0, 2, 1, "", "job_preset"], [0, 2, 1, "", "location"], [0, 2, 1, "", "login_body"], [0, 2, 1, "", "login_header"], [0, 2, 1, "", "login_url"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "old_account_name"], [0, 2, 1, "", "service_type"]], "aapi.connectionprofile.ConnectionProfileWebServices.ServiceType": [[0, 2, 1, "", "File"], [0, 2, 1, "", "Rest"], [0, 2, 1, "", "WebServices"]], "aapi.ctbruledata": [[0, 1, 1, "", "ActionControlMAnalyzerRule"]], "aapi.ctbruledata.ActionControlMAnalyzerRule": [[0, 2, 1, "", "arg"], [0, 2, 1, "", "name"], [0, 2, 1, "", "object_name"]], "aapi.date": [[0, 1, 1, "", "Date"]], "aapi.date.Date": [[0, 2, 1, "", "object_name"]], "aapi.definitionitemdetails": [[0, 1, 1, "", "DefinitionItemDetails"]], "aapi.definitionitemdetails.DefinitionItemDetails": [[0, 2, 1, "", "object_name"]], "aapi.deleteevents": [[0, 1, 1, "", "DeleteEvents"]], "aapi.deleteevents.DeleteEvents": [[0, 2, 1, "", "events"], [0, 2, 1, "", "object_name"]], "aapi.disallowedoptions": [[0, 1, 1, "", "DisallowedOptions"]], "aapi.disallowedoptions.DisallowedOptions": [[0, 2, 1, "", "object_name"]], "aapi.do": [[0, 1, 1, "", "Do"]], "aapi.do.Do": [[0, 2, 1, "", "object_name"]], "aapi.donotify": [[0, 1, 1, "", "ActionNotify"]], "aapi.donotify.ActionNotify": [[0, 1, 1, "", "Destination"], [0, 1, 1, "", "Urgency"], [0, 2, 1, "", "destination"], [0, 2, 1, "", "message"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "urgency"]], "aapi.donotify.ActionNotify.Destination": [[0, 2, 1, "", "Alerts"], [0, 2, 1, "", "Console"], [0, 2, 1, "", "JobLog"]], "aapi.donotify.ActionNotify.Urgency": [[0, 2, 1, "", "Regular"], [0, 2, 1, "", "Urgent"], [0, 2, 1, "", "VeryUrgent"]], "aapi.driver": [[0, 1, 1, "", "DriverJdbcDatabase"]], "aapi.driver.DriverJdbcDatabase": [[0, 2, 1, "", "class_name"], [0, 2, 1, "", "driver_jars_folder"], [0, 2, 1, "", "line_comment"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "statement_separator"], [0, 2, 1, "", "string_template"], [0, 2, 1, "", "target_agent"], [0, 2, 1, "", "target_ctm"]], "aapi.endpoint": [[0, 1, 1, "", "Endpoint"], [0, 1, 1, "", "EndpointDest"], [0, 1, 1, "", "EndpointDestFtp"], [0, 1, 1, "", "EndpointDestFtps"], [0, 1, 1, "", "EndpointDestLocal"], [0, 1, 1, "", "EndpointDestSftp"], [0, 1, 1, "", "EndpointSrc"], [0, 1, 1, "", "EndpointSrcFtp"], [0, 1, 1, "", "EndpointSrcFtps"], [0, 1, 1, "", "EndpointSrcLocal"], [0, 1, 1, "", "EndpointSrcSftp"]], "aapi.endpoint.Endpoint": [[0, 1, 1, "", "OsType"], [0, 2, 1, "", "additional_parameters"], [0, 2, 1, "", "conntype"], [0, 2, 1, "", "home_directory"], [0, 2, 1, "", "host_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "os_type"], [0, 2, 1, "", "passphrase"], [0, 2, 1, "", "password"], [0, 2, 1, "", "port"], [0, 2, 1, "", "private_key_name"], [0, 2, 1, "", "user"]], "aapi.endpoint.Endpoint.OsType": [[0, 2, 1, "", "Tandem"]], "aapi.endpoint.EndpointDest": [[0, 2, 1, "", "object_name"]], "aapi.endpoint.EndpointDestFtp": [[0, 1, 1, "", "ConnectionMode"], [0, 2, 1, "", "connection_mode"], [0, 2, 1, "", "object_name"]], "aapi.endpoint.EndpointDestFtp.ConnectionMode": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "EPSV"], [0, 2, 1, "", "EPSVSubstituteIpAddress"], [0, 2, 1, "", "Passive"], [0, 2, 1, "", "PassiveSubstituteIpAddress"], [0, 2, 1, "", "noSubstituteIP"], [0, 2, 1, "", "off"], [0, 2, 1, "", "on"]], "aapi.endpoint.EndpointDestFtps": [[0, 1, 1, "", "ConnectionMode"], [0, 1, 1, "", "SslLevel"], [0, 2, 1, "", "clear_command_channel"], [0, 2, 1, "", "clear_data_channel"], [0, 2, 1, "", "connection_mode"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "ssl_implicit"], [0, 2, 1, "", "ssl_level"]], "aapi.endpoint.EndpointDestFtps.ConnectionMode": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "EPSV"], [0, 2, 1, "", "EPSVSubstituteIpAddress"], [0, 2, 1, "", "Passive"], [0, 2, 1, "", "PassiveSubstituteIpAddress"], [0, 2, 1, "", "noSubstituteIP"], [0, 2, 1, "", "off"], [0, 2, 1, "", "on"]], "aapi.endpoint.EndpointDestFtps.SslLevel": [[0, 2, 1, "", "ClientServerAuthentication"], [0, 2, 1, "", "NoAuthentication"], [0, 2, 1, "", "ServerAuthentication"]], "aapi.endpoint.EndpointDestLocal": [[0, 2, 1, "", "object_name"]], "aapi.endpoint.EndpointDestSftp": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "ssh_compression"]], "aapi.endpoint.EndpointSrc": [[0, 2, 1, "", "object_name"]], "aapi.endpoint.EndpointSrcFtp": [[0, 1, 1, "", "ConnectionMode"], [0, 2, 1, "", "connection_mode"], [0, 2, 1, "", "object_name"]], "aapi.endpoint.EndpointSrcFtp.ConnectionMode": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "EPSV"], [0, 2, 1, "", "EPSVSubstituteIpAddress"], [0, 2, 1, "", "Passive"], [0, 2, 1, "", "PassiveSubstituteIpAddress"], [0, 2, 1, "", "noSubstituteIP"], [0, 2, 1, "", "off"], [0, 2, 1, "", "on"]], "aapi.endpoint.EndpointSrcFtps": [[0, 1, 1, "", "ConnectionMode"], [0, 1, 1, "", "SslLevel"], [0, 2, 1, "", "clear_command_channel"], [0, 2, 1, "", "clear_data_channel"], [0, 2, 1, "", "connection_mode"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "ssl_implicit"], [0, 2, 1, "", "ssl_level"]], "aapi.endpoint.EndpointSrcFtps.ConnectionMode": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "EPSV"], [0, 2, 1, "", "EPSVSubstituteIpAddress"], [0, 2, 1, "", "Passive"], [0, 2, 1, "", "PassiveSubstituteIpAddress"], [0, 2, 1, "", "noSubstituteIP"], [0, 2, 1, "", "off"], [0, 2, 1, "", "on"]], "aapi.endpoint.EndpointSrcFtps.SslLevel": [[0, 2, 1, "", "ClientServerAuthentication"], [0, 2, 1, "", "NoAuthentication"], [0, 2, 1, "", "ServerAuthentication"]], "aapi.endpoint.EndpointSrcLocal": [[0, 2, 1, "", "object_name"]], "aapi.endpoint.EndpointSrcSftp": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "ssh_compression"]], "aapi.event": [[0, 1, 1, "", "Event"], [0, 1, 1, "", "EventAdd"], [0, 1, 1, "", "EventDelete"], [0, 1, 1, "", "EventIn"], [0, 1, 1, "", "EventOut"], [0, 1, 1, "", "EventOutAdd"], [0, 1, 1, "", "EventOutDelete"]], "aapi.event.Event": [[0, 1, 1, "", "Date"], [0, 2, 1, "", "date"], [0, 2, 1, "", "event"], [0, 2, 1, "", "object_name"]], "aapi.event.Event.Date": [[0, 2, 1, "", "AnyDate"], [0, 2, 1, "", "NextOrderDate"], [0, 2, 1, "", "NoDate"], [0, 2, 1, "", "OrderDate"], [0, 2, 1, "", "PreviousOrderDate"]], "aapi.event.EventAdd": [[0, 2, 1, "", "object_name"]], "aapi.event.EventDelete": [[0, 2, 1, "", "object_name"]], "aapi.extractrule": [[0, 1, 1, "", "ExtractRule"]], "aapi.extractrule.ExtractRule": [[0, 2, 1, "", "folder_name"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "rule_name"], [0, 2, 1, "", "work_flow_name"], [0, 2, 1, "", "work_flow_user_name"]], "aapi.filetransfer": [[0, 1, 1, "", "FileTransfer"]], "aapi.filetransfer.FileTransfer": [[0, 1, 1, "", "FileWatcherOptions"], [0, 1, 1, "", "PostCommandDest"], [0, 1, 1, "", "PostCommandSrc"], [0, 1, 1, "", "PreCommandDest"], [0, 1, 1, "", "PreCommandSrc"], [0, 1, 1, "", "TransferOption"], [0, 1, 1, "", "TransferType"], [0, 2, 1, "", "abstime"], [0, 2, 1, "", "as2_message"], [0, 2, 1, "", "as2_subject"], [0, 2, 1, "", "caseifs"], [0, 2, 1, "", "dest"], [0, 2, 1, "", "dstopt"], [0, 2, 1, "", "exclude_wildcard"], [0, 2, 1, "", "file_watcher_options"], [0, 2, 1, "", "if_exist"], [0, 2, 1, "", "nullflds"], [0, 2, 1, "", "post_command_dest"], [0, 2, 1, "", "post_command_src"], [0, 2, 1, "", "pre_command_dest"], [0, 2, 1, "", "pre_command_src"], [0, 2, 1, "", "recursive"], [0, 2, 1, "", "src"], [0, 2, 1, "", "srcopt"], [0, 2, 1, "", "timelimit"], [0, 2, 1, "", "transfer_option"], [0, 2, 1, "", "transfer_type"], [0, 2, 1, "", "trim"], [0, 2, 1, "", "unique"], [0, 2, 1, "", "vernum"]], "aapi.filetransfer.FileTransfer.FileWatcherOptions": [[0, 1, 1, "", "TimeLimitPolicy"], [0, 2, 1, "", "assign_file_name_to_variable"], [0, 2, 1, "", "max_file_age"], [0, 2, 1, "", "min_detected_size_in_bytes"], [0, 2, 1, "", "min_file_age"], [0, 2, 1, "", "time_limit_policy"], [0, 2, 1, "", "time_limit_value"], [0, 2, 1, "", "transfer_all_matching_files"]], "aapi.filetransfer.FileTransfer.FileWatcherOptions.TimeLimitPolicy": [[0, 2, 1, "", "MinutesToWait"], [0, 2, 1, "", "WaitUntil"]], "aapi.filetransfer.FileTransfer.PostCommandDest": [[0, 2, 1, "", "action"], [0, 2, 1, "", "arg1"], [0, 2, 1, "", "arg2"]], "aapi.filetransfer.FileTransfer.PostCommandSrc": [[0, 2, 1, "", "action"], [0, 2, 1, "", "arg1"], [0, 2, 1, "", "arg2"]], "aapi.filetransfer.FileTransfer.PreCommandDest": [[0, 2, 1, "", "action"], [0, 2, 1, "", "arg1"], [0, 2, 1, "", "arg2"]], "aapi.filetransfer.FileTransfer.PreCommandSrc": [[0, 2, 1, "", "action"], [0, 2, 1, "", "arg1"], [0, 2, 1, "", "arg2"]], "aapi.filetransfer.FileTransfer.TransferOption": [[0, 2, 1, "", "DestToSrc"], [0, 2, 1, "", "DestToSrcFileWatcher"], [0, 2, 1, "", "DirectoryListing"], [0, 2, 1, "", "FileWatcher"], [0, 2, 1, "", "SrcToDest"], [0, 2, 1, "", "SrcToDestFileWatcher"], [0, 2, 1, "", "SyncDestToSrc"], [0, 2, 1, "", "SyncSrcToDest"]], "aapi.filetransfer.FileTransfer.TransferType": [[0, 2, 1, "", "Ascii"], [0, 2, 1, "", "Binary"]], "aapi.filetransfergroup": [[0, 1, 1, "", "FileTransferGroup"]], "aapi.filetransfergroup.FileTransferGroup": [[0, 2, 1, "", "object_name"]], "aapi.flow_": [[0, 1, 1, "", "Flow_"]], "aapi.flow_.Flow_": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "sequence"]], "aapi.folderclientdata": [[0, 1, 1, "", "FolderClientData"]], "aapi.folderclientdata.FolderClientData": [[0, 2, 1, "", "object_name"]], "aapi.folderjobbase": [[0, 1, 1, "", "FolderJobBase"], [0, 1, 1, "", "FolderJobBaseSmart"], [0, 1, 1, "", "SubFolder"]], "aapi.folderjobbase.FolderJobBase": [[0, 1, 1, "", "DocumentationFile"], [0, 1, 1, "", "DocumentationUrl"], [0, 1, 1, "", "Priority"], [0, 2, 1, "", "application"], [0, 2, 1, "", "confirm"], [0, 2, 1, "", "created_by"], [0, 2, 1, "", "description"], [0, 2, 1, "", "documentation_file"], [0, 2, 1, "", "documentation_url"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "priority"], [0, 2, 1, "", "sub_application"], [0, 2, 1, "", "variables"]], "aapi.folderjobbase.FolderJobBase.DocumentationFile": [[0, 2, 1, "", "file_name"], [0, 2, 1, "", "path"]], "aapi.folderjobbase.FolderJobBase.DocumentationUrl": [[0, 2, 1, "", "file_name"], [0, 2, 1, "", "url"]], "aapi.folderjobbase.FolderJobBase.Priority": [[0, 2, 1, "", "High"], [0, 2, 1, "", "Low"], [0, 2, 1, "", "Medium"], [0, 2, 1, "", "Very_High"], [0, 2, 1, "", "Very_Low"]], "aapi.folderjobbase.FolderJobBaseSmart": [[0, 1, 1, "", "Rerun"], [0, 1, 1, "", "RerunIntervals"], [0, 1, 1, "", "RerunSpecificTimes"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "rerun"], [0, 2, 1, "", "rerun_intervals"], [0, 2, 1, "", "rerun_specific_times"], [0, 2, 1, "", "tag_folder_list"], [0, 2, 1, "", "tag_list"]], "aapi.folderjobbase.FolderJobBaseSmart.Rerun": [[0, 1, 1, "", "From"], [0, 1, 1, "", "Units"], [0, 2, 1, "", "every"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "times"], [0, 2, 1, "", "units"]], "aapi.folderjobbase.FolderJobBaseSmart.Rerun.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.folderjobbase.FolderJobBaseSmart.Rerun.Units": [[0, 2, 1, "", "Days"], [0, 2, 1, "", "Hours"], [0, 2, 1, "", "Minutes"]], "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals": [[0, 1, 1, "", "From"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "intervals"], [0, 2, 1, "", "times"]], "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.folderjobbase.FolderJobBaseSmart.RerunSpecificTimes": [[0, 2, 1, "", "at"], [0, 2, 1, "", "times"], [0, 2, 1, "", "tolerance"]], "aapi.folderjobbase.SubFolder": [[0, 1, 1, "", "ActiveRetentionPolicy"], [0, 1, 1, "", "AdjustEvents"], [0, 1, 1, "", "DaysKeepActive"], [0, 1, 1, "", "PathElement"], [0, 1, 1, "", "When"], [0, 2, 1, "", "active_retention_policy"], [0, 2, 1, "", "add_events_list"], [0, 2, 1, "", "adjust_events"], [0, 2, 1, "", "days_keep_active"], [0, 2, 1, "", "delete_events_list"], [0, 2, 1, "", "events_to_add"], [0, 2, 1, "", "events_to_delete"], [0, 2, 1, "", "flow_list"], [0, 2, 1, "", "if_list"], [0, 2, 1, "", "job_list"], [0, 2, 1, "", "job_tag_list"], [0, 2, 1, "", "notify_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "path_element"], [0, 2, 1, "", "reference_path"], [0, 2, 1, "", "resource_lock_list"], [0, 2, 1, "", "run_as"], [0, 2, 1, "", "sub_folder_list"], [0, 2, 1, "", "time_zone"], [0, 2, 1, "", "wait_for_events"], [0, 2, 1, "", "wait_for_events_list"], [0, 2, 1, "", "when"]], "aapi.folderjobbase.SubFolder.ActiveRetentionPolicy": [[0, 2, 1, "", "CleanEndedOK"], [0, 2, 1, "", "KeepAll"]], "aapi.folderjobbase.SubFolder.AdjustEvents": [[0, 2, 1, "", "Bridge"], [0, 2, 1, "", "Dummy"], [0, 2, 1, "", "N"], [0, 2, 1, "", "Y"]], "aapi.folderjobbase.SubFolder.DaysKeepActive": [[0, 2, 1, "", "Forever"]], "aapi.folderjobbase.SubFolder.PathElement": [[0, 2, 1, "", "folder"], [0, 2, 1, "", "library"], [0, 2, 1, "", "server"]], "aapi.folderjobbase.SubFolder.When": [[0, 1, 1, "", "DaysRelation"], [0, 1, 1, "", "RuleBasedCalendars"], [0, 2, 1, "", "days"], [0, 2, 1, "", "days_relation"], [0, 2, 1, "", "from_time"], [0, 2, 1, "", "rule_based_calendars"], [0, 2, 1, "", "specific_dates"], [0, 2, 1, "", "to_time"]], "aapi.folderjobbase.SubFolder.When.DaysRelation": [[0, 2, 1, "", "AND"], [0, 2, 1, "", "OR"]], "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars": [[0, 1, 1, "", "Relationship"], [0, 2, 1, "", "excluded"], [0, 2, 1, "", "included"], [0, 2, 1, "", "relationship"]], "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars.Relationship": [[0, 2, 1, "", "AND"], [0, 2, 1, "", "OR"]], "aapi.hostfiletransfer": [[0, 1, 1, "", "HostFileTransfer"]], "aapi.hostfiletransfer.HostFileTransfer": [[0, 2, 1, "", "object_name"]], "aapi.hostmapping": [[0, 1, 1, "", "HostMapping"]], "aapi.hostmapping.HostMapping": [[0, 1, 1, "", "Server"], [0, 2, 1, "", "host"], [0, 2, 1, "", "map_to"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "server"]], "aapi.hostmapping.HostMapping.Server": [[0, 2, 1, "", "Global"]], "aapi.ifbase": [[0, 1, 1, "", "IfBase"], [0, 1, 1, "", "IfBaseFolder"], [0, 1, 1, "", "IfCompletionStatus"], [0, 1, 1, "", "IfJobNotSubmitted"], [0, 1, 1, "", "IfJobOutputNotFound"], [0, 1, 1, "", "IfNumberOfExecutions"], [0, 1, 1, "", "IfNumberOfFailures"], [0, 1, 1, "", "IfNumberOfReruns"], [0, 1, 1, "", "IfOutput"], [0, 1, 1, "", "IfVariableValue"]], "aapi.ifbase.IfBase": [[0, 2, 1, "", "do_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "on_list"]], "aapi.ifbase.IfBaseFolder": [[0, 2, 1, "", "object_name"]], "aapi.ifbase.IfCompletionStatus": [[0, 2, 1, "", "completion_status"], [0, 2, 1, "", "object_name"]], "aapi.ifbase.IfJobNotSubmitted": [[0, 2, 1, "", "job_not_submitted"], [0, 2, 1, "", "object_name"]], "aapi.ifbase.IfJobOutputNotFound": [[0, 2, 1, "", "job_output_not_found"], [0, 2, 1, "", "object_name"]], "aapi.ifbase.IfNumberOfExecutions": [[0, 2, 1, "", "number_of_executions"], [0, 2, 1, "", "object_name"]], "aapi.ifbase.IfNumberOfFailures": [[0, 2, 1, "", "number_of_failures"], [0, 2, 1, "", "object_name"]], "aapi.ifbase.IfNumberOfReruns": [[0, 2, 1, "", "number_of_reruns"], [0, 2, 1, "", "object_name"]], "aapi.ifbase.IfOutput": [[0, 2, 1, "", "code"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "statement"]], "aapi.ifbase.IfVariableValue": [[0, 1, 1, "", "Operator"], [0, 1, 1, "", "RangeVariableValue"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "operator"], [0, 2, 1, "", "range_variable_value"], [0, 2, 1, "", "variable_name"], [0, 2, 1, "", "variable_value"]], "aapi.ifbase.IfVariableValue.Operator": [[0, 2, 1, "", "Contains"], [0, 2, 1, "", "DoesNotContain"], [0, 2, 1, "", "EndWith"], [0, 2, 1, "", "EqualTo"], [0, 2, 1, "", "GreaterThan"], [0, 2, 1, "", "GreaterThanOrEqual"], [0, 2, 1, "", "InRange"], [0, 2, 1, "", "IsEmpty"], [0, 2, 1, "", "IsExactly"], [0, 2, 1, "", "IsNotEmpty"], [0, 2, 1, "", "IsNotExactly"], [0, 2, 1, "", "LessThan"], [0, 2, 1, "", "LessThanOrEqual"], [0, 2, 1, "", "Like"], [0, 2, 1, "", "NotEqualTo"], [0, 2, 1, "", "NotInRange"], [0, 2, 1, "", "NotLike"], [0, 2, 1, "", "StartsWith"]], "aapi.ifbase.IfVariableValue.RangeVariableValue": [[0, 2, 1, "", "max"], [0, 2, 1, "", "min"]], "aapi.ifcollection": [[0, 1, 1, "", "IfCollection"], [0, 1, 1, "", "IfCollectionZOS"]], "aapi.ifcollection.IfCollection": [[0, 2, 1, "", "do_list"], [0, 2, 1, "", "ifs"], [0, 2, 1, "", "object_name"]], "aapi.ifcollection.IfCollectionZOS": [[0, 2, 1, "", "object_name"]], "aapi.ifrerun": [[0, 1, 1, "", "ActionRestart"]], "aapi.ifrerun.ActionRestart": [[0, 2, 1, "", "confirm"], [0, 2, 1, "", "from_procedure"], [0, 2, 1, "", "from_program"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "to_procedure"], [0, 2, 1, "", "to_program"]], "aapi.integration_factory": [[1, 0, 0, "-", "connection_profiles"], [1, 0, 0, "-", "jobs"]], "aapi.integration_factory.connection_profiles": [[1, 1, 1, "", "ConnectionProfileAirbyte"], [1, 1, 1, "", "ConnectionProfileAlteryxTrifacta"], [1, 1, 1, "", "ConnectionProfileApacheNiFi"], [1, 1, 1, "", "ConnectionProfileAutomationAnywhere"], [1, 1, 1, "", "ConnectionProfileAwsAthena"], [1, 1, 1, "", "ConnectionProfileAwsBackup"], [1, 1, 1, "", "ConnectionProfileAwsBatch"], [1, 1, 1, "", "ConnectionProfileAwsCloudFormation"], [1, 1, 1, "", "ConnectionProfileAwsDataPipeline"], [1, 1, 1, "", "ConnectionProfileAwsDynamoDB"], [1, 1, 1, "", "ConnectionProfileAwsEC2"], [1, 1, 1, "", "ConnectionProfileAwsECS"], [1, 1, 1, "", "ConnectionProfileAwsEMR"], [1, 1, 1, "", "ConnectionProfileAwsGlue"], [1, 1, 1, "", "ConnectionProfileAwsGlueDataBrew"], [1, 1, 1, "", "ConnectionProfileAwsLambda"], [1, 1, 1, "", "ConnectionProfileAwsMainframeModernization"], [1, 1, 1, "", "ConnectionProfileAwsQuickSight"], [1, 1, 1, "", "ConnectionProfileAwsSNS"], [1, 1, 1, "", "ConnectionProfileAwsSQS"], [1, 1, 1, "", "ConnectionProfileAwsSageMaker"], [1, 1, 1, "", "ConnectionProfileAwsStepFunctions"], [1, 1, 1, "", "ConnectionProfileAzureBackup"], [1, 1, 1, "", "ConnectionProfileAzureBatchAccounts"], [1, 1, 1, "", "ConnectionProfileAzureDataFactory"], [1, 1, 1, "", "ConnectionProfileAzureDatabricks"], [1, 1, 1, "", "ConnectionProfileAzureDevOps"], [1, 1, 1, "", "ConnectionProfileAzureFunctions"], [1, 1, 1, "", "ConnectionProfileAzureHDInsight"], [1, 1, 1, "", "ConnectionProfileAzureLogicApps"], [1, 1, 1, "", "ConnectionProfileAzureMachineLearning"], [1, 1, 1, "", "ConnectionProfileAzureResourceManager"], [1, 1, 1, "", "ConnectionProfileAzureSynapse"], [1, 1, 1, "", "ConnectionProfileAzureVM"], [1, 1, 1, "", "ConnectionProfileBoomiAtomsphere"], [1, 1, 1, "", "ConnectionProfileCommunicationSuite"], [1, 1, 1, "", "ConnectionProfileControlMReports"], [1, 1, 1, "", "ConnectionProfileDBT"], [1, 1, 1, "", "ConnectionProfileDatabricks"], [1, 1, 1, "", "ConnectionProfileGCPBatch"], [1, 1, 1, "", "ConnectionProfileGCPBigQuery"], [1, 1, 1, "", "ConnectionProfileGCPComposer"], [1, 1, 1, "", "ConnectionProfileGCPDataFusion"], [1, 1, 1, "", "ConnectionProfileGCPDataflow"], [1, 1, 1, "", "ConnectionProfileGCPDataplex"], [1, 1, 1, "", "ConnectionProfileGCPDataprep"], [1, 1, 1, "", "ConnectionProfileGCPDataproc"], [1, 1, 1, "", "ConnectionProfileGCPDeploymentManager"], [1, 1, 1, "", "ConnectionProfileGCPFunctions"], [1, 1, 1, "", "ConnectionProfileGCPVM"], [1, 1, 1, "", "ConnectionProfileGCPWorkflows"], [1, 1, 1, "", "ConnectionProfileInformaticaCS"], [1, 1, 1, "", "ConnectionProfileJenkins"], [1, 1, 1, "", "ConnectionProfileKubernetes"], [1, 1, 1, "", "ConnectionProfileMicroFocusLinux"], [1, 1, 1, "", "ConnectionProfileMicroFocusWindows"], [1, 1, 1, "", "ConnectionProfileMicrosoftPowerBI"], [1, 1, 1, "", "ConnectionProfileOCIDataFlow"], [1, 1, 1, "", "ConnectionProfileOCIDataIntegration"], [1, 1, 1, "", "ConnectionProfileOCIDataScience"], [1, 1, 1, "", "ConnectionProfileOCIVM"], [1, 1, 1, "", "ConnectionProfileQlikCloud"], [1, 1, 1, "", "ConnectionProfileSnowflake"], [1, 1, 1, "", "ConnectionProfileSnowflakeIdP"], [1, 1, 1, "", "ConnectionProfileTableau"], [1, 1, 1, "", "ConnectionProfileTalendDataManagement"], [1, 1, 1, "", "ConnectionProfileTalendOAuth"], [1, 1, 1, "", "ConnectionProfileTerraform"], [1, 1, 1, "", "ConnectionProfileUIPath"], [1, 1, 1, "", "ConnectionProfileWebServicesREST"], [1, 1, 1, "", "ConnectionProfileWebServicesSOAP"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte": [[1, 2, 1, "", "airbyte_base_url"], [1, 2, 1, "", "api_key"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "password"], [1, 2, 1, "", "trifacta_url"], [1, 2, 1, "", "username"]], "aapi.integration_factory.connection_profiles.ConnectionProfileApacheNiFi": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "ni_fi_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "password"], [1, 2, 1, "", "port"], [1, 2, 1, "", "username"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere": [[1, 2, 1, "", "host"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "password"], [1, 2, 1, "", "user_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_base_url"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret_key"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_backup_url"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "batch_url"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "cloud_formation_url"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "data_pipeline_url"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_dynamo_db_url"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key_id"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "ec2_region"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS": [[1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_ecs_url"], [1, 2, 1, "", "aws_iam_role"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "cloud_watch_url"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key_id"], [1, 2, 1, "", "aws_base_url"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret_access_key"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key_id"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "glue_url"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_api_base_url"], [1, 2, 1, "", "aws_logs_url"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key_id"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "lambda_url"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_logs_url"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "mainframe_modernization_url"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight": [[1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_account_id"], [1, 2, 1, "", "aws_quick_sight_url"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSNS": [[1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "aws_sns_url"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSQS": [[1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "aws_sqs_url"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "sage_maker_url"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "aws_access_key"], [1, 2, 1, "", "aws_region"], [1, 2, 1, "", "aws_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "iam_role"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "step_functions_url"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup": [[1, 2, 1, "", "application_id"], [1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "azure_login_url"], [1, 2, 1, "", "azure_management_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "subscription_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts": [[1, 2, 1, "", "app_id"], [1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "azure_ad_url"], [1, 2, 1, "", "batch_account_name"], [1, 2, 1, "", "batch_region_id"], [1, 2, 1, "", "batch_resource_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory": [[1, 2, 1, "", "application_id"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "management_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "rest_login_url"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "subscription_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks": [[1, 2, 1, "", "application_id"], [1, 2, 1, "", "azure_login_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "databricks_resource"], [1, 2, 1, "", "databricks_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps": [[1, 2, 1, "", "azure_dev_ops_url"], [1, 2, 1, "", "azure_devops_token"], [1, 2, 1, "", "azure_username"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "organization_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions": [[1, 2, 1, "", "application_id"], [1, 2, 1, "", "azure_login_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "custom_app_key"], [1, 2, 1, "", "function_app_web_site"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "resource_group"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "subscription_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight": [[1, 2, 1, "", "cluster_name"], [1, 2, 1, "", "cluster_password"], [1, 2, 1, "", "cluster_username"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps": [[1, 2, 1, "", "application_id"], [1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "azure_login_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "resource_group"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "subscription_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning": [[1, 2, 1, "", "application_id"], [1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "azure_login_url"], [1, 2, 1, "", "azure_m_l_url"], [1, 2, 1, "", "azure_management_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "location_name"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "subscription_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager": [[1, 2, 1, "", "app_id"], [1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "azure_base_url"], [1, 2, 1, "", "azure_login_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "subscription_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse": [[1, 2, 1, "", "app_id"], [1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "azure_ad_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "synapse_resource"], [1, 2, 1, "", "synapse_url"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM": [[1, 2, 1, "", "application_id"], [1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "azure_login_url"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "managed_identity_client_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "resource_group"], [1, 2, 1, "", "specify_managed_identity_client_id"], [1, 2, 1, "", "subscription_id"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere": [[1, 2, 1, "", "account_id"], [1, 2, 1, "", "api_token"], [1, 2, 1, "", "api_username"], [1, 2, 1, "", "end_point"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "microsoft_teams_webhook_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "phone_number_id"], [1, 2, 1, "", "recipient_phone_number"], [1, 2, 1, "", "slack_webhook_url"], [1, 2, 1, "", "telegram_bot_token"], [1, 2, 1, "", "telegram_chat_id"], [1, 2, 1, "", "telegram_url"], [1, 2, 1, "", "user_access_token"], [1, 2, 1, "", "version"], [1, 2, 1, "", "whats_app_business_id"], [1, 2, 1, "", "whats_app_url"]], "aapi.integration_factory.connection_profiles.ConnectionProfileControlMReports": [[1, 2, 1, "", "api_token"], [1, 2, 1, "", "authentication_method"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "control_m_hostname"], [1, 2, 1, "", "control_m_port"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "password"], [1, 2, 1, "", "username"]], "aapi.integration_factory.connection_profiles.ConnectionProfileDBT": [[1, 2, 1, "", "account_id"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "dbt_token"], [1, 2, 1, "", "dbt_url"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "databricks_personal_access_token"], [1, 2, 1, "", "databricks_workspace_url"], [1, 2, 1, "", "object_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch": [[1, 2, 1, "", "batch_url"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery": [[1, 2, 1, "", "gcp_big_query_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPComposer": [[1, 2, 1, "", "composer_url"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "gcp_data_fusion_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataflow": [[1, 2, 1, "", "data_flow_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "gcp_dataplex_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataprep": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "gcp_dataprep_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "user_access_token"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "dataproc_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key_json_format"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "deployment_manager_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "gcp_api_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "gcp_api_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "gcp_api_url"], [1, 2, 1, "", "identity_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_account_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS": [[1, 2, 1, "", "base_url"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "login_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "password"], [1, 2, 1, "", "username"]], "aapi.integration_factory.connection_profiles.ConnectionProfileJenkins": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "jenkins_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "user_api_token"], [1, 2, 1, "", "username"]], "aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "kubernetes_cluster_url"], [1, 2, 1, "", "namespace"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "service_token_file"]], "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux": [[1, 2, 1, "", "additional_micro_focus_settings_script"], [1, 2, 1, "", "mfbsi_config_path"], [1, 2, 1, "", "mfbsi_directory_path"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "run_as"], [1, 2, 1, "", "run_as_pass"], [1, 2, 1, "", "runtime_environment"]], "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows": [[1, 2, 1, "", "additional_micro_focus_settings_script"], [1, 2, 1, "", "mfbsi_config_path"], [1, 2, 1, "", "mfbsi_directory_path"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "run_as"], [1, 2, 1, "", "run_as_pass"], [1, 2, 1, "", "runtime_environment"]], "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI": [[1, 2, 1, "", "api_url"], [1, 2, 1, "", "application_id"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "password"], [1, 2, 1, "", "resource_group"], [1, 2, 1, "", "user_name"]], "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "config_file_path"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "fingerprint"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "oci_data_flow_url"], [1, 2, 1, "", "oci_region"], [1, 2, 1, "", "private_key"], [1, 2, 1, "", "tenancy_ocid"], [1, 2, 1, "", "user_ocid"]], "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "config_file_path"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "fingerprint"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "oci_data_integration_url"], [1, 2, 1, "", "oci_region"], [1, 2, 1, "", "private_key"], [1, 2, 1, "", "profile"], [1, 2, 1, "", "tenancy_ocid"], [1, 2, 1, "", "user_ocid"]], "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "config_file_path"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "fingerprint"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "oci_instances_url"], [1, 2, 1, "", "oci_region"], [1, 2, 1, "", "private_key"], [1, 2, 1, "", "profile"], [1, 2, 1, "", "tenancy_ocid"], [1, 2, 1, "", "user_ocid"]], "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM": [[1, 2, 1, "", "authentication"], [1, 2, 1, "", "config_file_path"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "fingerprint"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "oci_instances_url"], [1, 2, 1, "", "oci_region"], [1, 2, 1, "", "private_key"], [1, 2, 1, "", "profile"], [1, 2, 1, "", "tenancy_ocid"], [1, 2, 1, "", "user_ocid"]], "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud": [[1, 2, 1, "", "api_key"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "qlik_api_url"], [1, 2, 1, "", "region"], [1, 2, 1, "", "tenant_id"]], "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake": [[1, 2, 1, "", "account_identifier"], [1, 2, 1, "", "client_id"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "redirect_url"], [1, 2, 1, "", "refresh_token"], [1, 2, 1, "", "region"]], "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP": [[1, 2, 1, "", "account_identifier"], [1, 2, 1, "", "client_id"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "idp_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "region"], [1, 2, 1, "", "scope"]], "aapi.integration_factory.connection_profiles.ConnectionProfileTableau": [[1, 2, 1, "", "api_version"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "site_name"], [1, 2, 1, "", "tableau_url"], [1, 2, 1, "", "token_name"], [1, 2, 1, "", "token_secret"]], "aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement": [[1, 2, 1, "", "api_url"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "personal_access_token_authorization"], [1, 2, 1, "", "region"]], "aapi.integration_factory.connection_profiles.ConnectionProfileTalendOAuth": [[1, 2, 1, "", "client_id"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "region"], [1, 2, 1, "", "talend_api_url"]], "aapi.integration_factory.connection_profiles.ConnectionProfileTerraform": [[1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "terraform_org_name"], [1, 2, 1, "", "token"]], "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath": [[1, 2, 1, "", "app_id"], [1, 2, 1, "", "app_secret"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "tenant_name"], [1, 2, 1, "", "tenant_url"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST": [[1, 1, 1, "", "WebServiceAuthenticationAws"], [1, 1, 1, "", "WebServiceAuthenticationBasic"], [1, 1, 1, "", "WebServiceAuthenticationGoogle"], [1, 1, 1, "", "WebServiceAuthenticationOauth2"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "web_service_authentication_aws"], [1, 2, 1, "", "web_service_authentication_basic"], [1, 2, 1, "", "web_service_authentication_google"], [1, 2, 1, "", "web_service_authentication_oauth2"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws": [[1, 1, 1, "", "AuthMethodAccessAndSecretKeys"], [1, 1, 1, "", "AuthMethodIAMRole"], [1, 2, 1, "", "auth_method_access_and_secret_keys"], [1, 2, 1, "", "auth_method_iam_role"], [1, 2, 1, "", "custom_service_name"], [1, 2, 1, "", "region"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.AuthMethodAccessAndSecretKeys": [[1, 2, 1, "", "access_key"], [1, 2, 1, "", "secret_access_key"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.AuthMethodIAMRole": [[1, 2, 1, "", "iam_role"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationBasic": [[1, 2, 1, "", "password"], [1, 2, 1, "", "use_preemptive_auth"], [1, 2, 1, "", "user"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle": [[1, 1, 1, "", "TokenType"], [1, 2, 1, "", "service_account_key"], [1, 2, 1, "", "token_type"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle.TokenType": [[1, 2, 1, "", "Access"], [1, 2, 1, "", "Identity"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2": [[1, 1, 1, "", "BasicAuthentication"], [1, 1, 1, "", "GrantTypePassword"], [1, 2, 1, "", "api_url"], [1, 2, 1, "", "basic_authentication"], [1, 2, 1, "", "body"], [1, 2, 1, "", "client_id"], [1, 2, 1, "", "client_secret"], [1, 2, 1, "", "content_type"], [1, 2, 1, "", "grant_type_password"], [1, 2, 1, "", "headers"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.BasicAuthentication": [[1, 2, 1, "", "password"], [1, 2, 1, "", "user"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.GrantTypePassword": [[1, 2, 1, "", "password"], [1, 2, 1, "", "user"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP": [[1, 1, 1, "", "WebServiceAuthenticationBasic"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "web_service_authentication_basic"]], "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP.WebServiceAuthenticationBasic": [[1, 2, 1, "", "password"], [1, 2, 1, "", "use_preemptive_auth"], [1, 2, 1, "", "user"]], "aapi.integration_factory.jobs": [[1, 1, 1, "", "JobAirbyte"], [1, 1, 1, "", "JobAlteryxTrifacta"], [1, 1, 1, "", "JobApacheNiFi"], [1, 1, 1, "", "JobAutomationAnywhere"], [1, 1, 1, "", "JobAwsAthena"], [1, 1, 1, "", "JobAwsBackup"], [1, 1, 1, "", "JobAwsBatch"], [1, 1, 1, "", "JobAwsCloudFormation"], [1, 1, 1, "", "JobAwsDataPipeline"], [1, 1, 1, "", "JobAwsDynamoDB"], [1, 1, 1, "", "JobAwsEC2"], [1, 1, 1, "", "JobAwsECS"], [1, 1, 1, "", "JobAwsEMR"], [1, 1, 1, "", "JobAwsGlue"], [1, 1, 1, "", "JobAwsGlueDataBrew"], [1, 1, 1, "", "JobAwsLambda"], [1, 1, 1, "", "JobAwsMainframeModernization"], [1, 1, 1, "", "JobAwsQuickSight"], [1, 1, 1, "", "JobAwsSNS"], [1, 1, 1, "", "JobAwsSQS"], [1, 1, 1, "", "JobAwsSageMaker"], [1, 1, 1, "", "JobAwsStepFunctions"], [1, 1, 1, "", "JobAzureBackup"], [1, 1, 1, "", "JobAzureBatchAccounts"], [1, 1, 1, "", "JobAzureDataFactory"], [1, 1, 1, "", "JobAzureDatabricks"], [1, 1, 1, "", "JobAzureDevOps"], [1, 1, 1, "", "JobAzureFunctions"], [1, 1, 1, "", "JobAzureHDInsight"], [1, 1, 1, "", "JobAzureLogicApps"], [1, 1, 1, "", "JobAzureMachineLearning"], [1, 1, 1, "", "JobAzureResourceManager"], [1, 1, 1, "", "JobAzureSynapse"], [1, 1, 1, "", "JobAzureVM"], [1, 1, 1, "", "JobBoomiAtomsphere"], [1, 1, 1, "", "JobCommunicationSuite"], [1, 1, 1, "", "JobControlMReports"], [1, 1, 1, "", "JobDBT"], [1, 1, 1, "", "JobDatabricks"], [1, 1, 1, "", "JobGCPBatch"], [1, 1, 1, "", "JobGCPBigQuery"], [1, 1, 1, "", "JobGCPComposer"], [1, 1, 1, "", "JobGCPDataFusion"], [1, 1, 1, "", "JobGCPDataflow"], [1, 1, 1, "", "JobGCPDataplex"], [1, 1, 1, "", "JobGCPDataprep"], [1, 1, 1, "", "JobGCPDataproc"], [1, 1, 1, "", "JobGCPDeploymentManager"], [1, 1, 1, "", "JobGCPFunctions"], [1, 1, 1, "", "JobGCPVM"], [1, 1, 1, "", "JobGCPWorkflows"], [1, 1, 1, "", "JobInformaticaCS"], [1, 1, 1, "", "JobJenkins"], [1, 1, 1, "", "JobKubernetes"], [1, 1, 1, "", "JobMicroFocusLinux"], [1, 1, 1, "", "JobMicroFocusWindows"], [1, 1, 1, "", "JobMicrosoftPowerBI"], [1, 1, 1, "", "JobOCIDataFlow"], [1, 1, 1, "", "JobOCIDataIntegration"], [1, 1, 1, "", "JobOCIDataScience"], [1, 1, 1, "", "JobOCIVM"], [1, 1, 1, "", "JobQlikCloud"], [1, 1, 1, "", "JobSnowflake"], [1, 1, 1, "", "JobSnowflakeIdP"], [1, 1, 1, "", "JobTableau"], [1, 1, 1, "", "JobTalendDataManagement"], [1, 1, 1, "", "JobTalendOAuth"], [1, 1, 1, "", "JobTerraform"], [1, 1, 1, "", "JobUIPath"], [1, 1, 1, "", "JobWebServicesREST"], [1, 1, 1, "", "JobWebServicesSOAP"]], "aapi.integration_factory.jobs.JobAirbyte": [[1, 2, 1, "", "connection_id"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "job_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "show_results"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAlteryxTrifacta": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "flow_name"], [1, 2, 1, "", "idempotent_token"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "rerun_with_new_idempotency_token"], [1, 2, 1, "", "retrack_job_status"], [1, 2, 1, "", "run_id"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobApacheNiFi": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "disconnected_node_ack"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters_"], [1, 2, 1, "", "processor_group_id"], [1, 2, 1, "", "processor_id"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAutomationAnywhere": [[1, 2, 1, "", "automation_type"], [1, 2, 1, "", "bot_input_parameters"], [1, 2, 1, "", "bot_to_run"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "process_to_run"], [1, 2, 1, "", "process_uri_path"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAwsAthena": [[1, 2, 1, "", "action"], [1, 2, 1, "", "add_configurations"], [1, 2, 1, "", "athena_client_request_token"], [1, 2, 1, "", "bucket_owner"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "database_name"], [1, 2, 1, "", "db_catalog_name"], [1, 2, 1, "", "encryption_options"], [1, 2, 1, "", "kms_key"], [1, 2, 1, "", "no_perm"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "output_location"], [1, 2, 1, "", "prepared_query_name"], [1, 2, 1, "", "query"], [1, 2, 1, "", "s3_acl_option"], [1, 2, 1, "", "show_json_output"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "table_name"], [1, 2, 1, "", "tolerance"], [1, 2, 1, "", "unload_file_type"], [1, 2, 1, "", "workgroup"]], "aapi.integration_factory.jobs.JobAwsBackup": [[1, 2, 1, "", "action"], [1, 2, 1, "", "backup_vault_name"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "idempotency_token"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "recovery_point_arn"], [1, 2, 1, "", "resource_arn"], [1, 2, 1, "", "restore_parameters"], [1, 2, 1, "", "role_arn"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "windows_vss"]], "aapi.integration_factory.jobs.JobAwsBatch": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "container_overrides_command"], [1, 2, 1, "", "execution_timeout"], [1, 2, 1, "", "job_attempts"], [1, 2, 1, "", "job_definition_and_revision"], [1, 2, 1, "", "job_name"], [1, 2, 1, "", "job_queue"], [1, 2, 1, "", "json_format"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "use_advanced_json_format"]], "aapi.integration_factory.jobs.JobAwsCloudFormation": [[1, 2, 1, "", "action"], [1, 2, 1, "", "capabilities_type"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "enable_termination_protection"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "on_failure"], [1, 2, 1, "", "role_arn"], [1, 2, 1, "", "stack_name"], [1, 2, 1, "", "stack_parameters"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "template_body"], [1, 2, 1, "", "template_url"]], "aapi.integration_factory.jobs.JobAwsDataPipeline": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipeline_id"], [1, 2, 1, "", "pipeline_name"], [1, 2, 1, "", "pipeline_unique_id"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "trigger_created_pipeline"]], "aapi.integration_factory.jobs.JobAwsDynamoDB": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "export_format"], [1, 2, 1, "", "failure_tolarance_"], [1, 2, 1, "", "idempotency_token"], [1, 2, 1, "", "import_compression_type"], [1, 2, 1, "", "import_format"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "run_statement_with_parameter"], [1, 2, 1, "", "s3_bucket_name"], [1, 2, 1, "", "s3_bucket_owner_id"], [1, 2, 1, "", "s3_path_prefix"], [1, 2, 1, "", "statement"], [1, 2, 1, "", "statement_parameters"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "table_arn"], [1, 2, 1, "", "table_creation_parameters"], [1, 2, 1, "", "table_name"], [1, 2, 1, "", "transaction_statments"]], "aapi.integration_factory.jobs.JobAwsEC2": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "get_instances_logs"], [1, 2, 1, "", "idempotent_token"], [1, 2, 1, "", "image_id"], [1, 2, 1, "", "instance_id"], [1, 2, 1, "", "instance_name"], [1, 2, 1, "", "instance_type"], [1, 2, 1, "", "key_name"], [1, 2, 1, "", "launch_template_id"], [1, 2, 1, "", "number_of_copies"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "operations"], [1, 2, 1, "", "placement_availability_zone"], [1, 2, 1, "", "subnet_id"], [1, 2, 1, "", "tolerance"], [1, 2, 1, "", "verification_poll_interval"]], "aapi.integration_factory.jobs.JobAwsECS": [[1, 2, 1, "", "action"], [1, 2, 1, "", "assign_public_ip"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "ecs_cluster_name"], [1, 2, 1, "", "ecs_task_definition"], [1, 2, 1, "", "environment_variables"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "launch_type"], [1, 2, 1, "", "network_security_groups"], [1, 2, 1, "", "network_subnets"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "output_job_logs"], [1, 2, 1, "", "override_command"], [1, 2, 1, "", "override_container"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAwsEMR": [[1, 2, 1, "", "cluster_id"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "json_body"], [1, 2, 1, "", "notebook_execution_name"], [1, 2, 1, "", "notebook_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "relative_path"], [1, 2, 1, "", "service_role"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "tolerance"], [1, 2, 1, "", "use_advanced_json_format"]], "aapi.integration_factory.jobs.JobAwsGlue": [[1, 2, 1, "", "arguments"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "glue_job_arguments"], [1, 2, 1, "", "glue_job_name"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAwsGlueDataBrew": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "job_name"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "output_job_logs"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAwsLambda": [[1, 2, 1, "", "append_log_to_output"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "function_name"], [1, 2, 1, "", "function_version"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"]], "aapi.integration_factory.jobs.JobAwsMainframeModernization": [[1, 2, 1, "", "action"], [1, 2, 1, "", "application_action"], [1, 2, 1, "", "application_name"], [1, 2, 1, "", "application_version"], [1, 2, 1, "", "client_token"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "definition_s3_location"], [1, 2, 1, "", "environment_id"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "jcl_name"], [1, 2, 1, "", "latest_application_version"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "retrieve_cloud_watch_logs"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAwsQuickSight": [[1, 2, 1, "", "aws_dataset_id"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "refresh_type"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAwsSNS": [[1, 2, 1, "", "attribute1_name"], [1, 2, 1, "", "attribute1_value"], [1, 2, 1, "", "attribute2_name"], [1, 2, 1, "", "attribute2_value"], [1, 2, 1, "", "attribute3_name"], [1, 2, 1, "", "attribute3_value"], [1, 2, 1, "", "attributes"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "individual_type"], [1, 2, 1, "", "json_message_structure"], [1, 2, 1, "", "max_price"], [1, 2, 1, "", "message"], [1, 2, 1, "", "message_deduplication_id"], [1, 2, 1, "", "message_group_id"], [1, 2, 1, "", "message_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "origination_number"], [1, 2, 1, "", "phone_number"], [1, 2, 1, "", "push_attribute1_name"], [1, 2, 1, "", "push_attribute1_value"], [1, 2, 1, "", "push_attribute2_name"], [1, 2, 1, "", "push_attribute2_value"], [1, 2, 1, "", "push_attribute3_name"], [1, 2, 1, "", "push_attribute3_value"], [1, 2, 1, "", "push_attribute4_name"], [1, 2, 1, "", "push_attribute4_value"], [1, 2, 1, "", "push_attribute5_name"], [1, 2, 1, "", "push_attribute5_value"], [1, 2, 1, "", "push_notifications_attributes"], [1, 2, 1, "", "sender_id"], [1, 2, 1, "", "sender_identifier"], [1, 2, 1, "", "sms_attributes"], [1, 2, 1, "", "sms_type"], [1, 2, 1, "", "subject"], [1, 2, 1, "", "target_arn"], [1, 2, 1, "", "topic_type"]], "aapi.integration_factory.jobs.JobAwsSQS": [[1, 2, 1, "", "action_type"], [1, 2, 1, "", "attribute1_data_type"], [1, 2, 1, "", "attribute1_name"], [1, 2, 1, "", "attribute1_value"], [1, 2, 1, "", "attribute2_data_type"], [1, 2, 1, "", "attribute2_name"], [1, 2, 1, "", "attribute2_value"], [1, 2, 1, "", "attribute3_data_type"], [1, 2, 1, "", "attribute3_name"], [1, 2, 1, "", "attribute3_value"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "delay_seconds"], [1, 2, 1, "", "message_attributes"], [1, 2, 1, "", "message_body"], [1, 2, 1, "", "message_deduplication_id"], [1, 2, 1, "", "message_group_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "queue_type"], [1, 2, 1, "", "queue_url"]], "aapi.integration_factory.jobs.JobAwsSageMaker": [[1, 2, 1, "", "add_parameters"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "idempotency_token"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipeline_execution_arn"], [1, 2, 1, "", "pipeline_name"], [1, 2, 1, "", "retry_pipeline_execution"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAwsStepFunctions": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "execution_name"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "show_execution_logs"], [1, 2, 1, "", "state_machine_arn"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAzureBackup": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "disk_list"], [1, 2, 1, "", "failure_tolerance_"], [1, 2, 1, "", "include_or_exclude_disks"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "policy_name"], [1, 2, 1, "", "recovery_point_name"], [1, 2, 1, "", "restore_region"], [1, 2, 1, "", "restore_to_latest_recovery_point"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "storage_account_name"], [1, 2, 1, "", "vault_name"], [1, 2, 1, "", "vault_resource_group"], [1, 2, 1, "", "vm_name"], [1, 2, 1, "", "vm_resource_group"]], "aapi.integration_factory.jobs.JobAzureBatchAccounts": [[1, 2, 1, "", "append_log_to_output"], [1, 2, 1, "", "batch_job_id"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "content_type"], [1, 2, 1, "", "max_task_retry_count"], [1, 2, 1, "", "max_wall_clock_time"], [1, 2, 1, "", "max_wall_time_digits"], [1, 2, 1, "", "max_wall_time_unit"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "retention_time"], [1, 2, 1, "", "retention_time_digits"], [1, 2, 1, "", "retention_time_unit"], [1, 2, 1, "", "retry_number"], [1, 2, 1, "", "status_polling_interval"], [1, 2, 1, "", "task_command_line"], [1, 2, 1, "", "task_id_prefix"], [1, 2, 1, "", "task_id_variable"]], "aapi.integration_factory.jobs.JobAzureDataFactory": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "data_factory_name"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipeline_name"], [1, 2, 1, "", "resource_group_name"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAzureDatabricks": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "databricks_job_id"], [1, 2, 1, "", "idempotency_token"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAzureDevOps": [[1, 2, 1, "", "actions"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipeline_id"], [1, 2, 1, "", "project_name"], [1, 2, 1, "", "repository_path"], [1, 2, 1, "", "show_build_logs"], [1, 2, 1, "", "stages_to_skip"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "variables"]], "aapi.integration_factory.jobs.JobAzureFunctions": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "function_app"], [1, 2, 1, "", "function_name"], [1, 2, 1, "", "function_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "optional_input_parameters"], [1, 2, 1, "", "verification_poll_intervall"]], "aapi.integration_factory.jobs.JobAzureHDInsight": [[1, 2, 1, "", "bring_job_logs_to_output"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAzureLogicApps": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "get_logs"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "workflow"]], "aapi.integration_factory.jobs.JobAzureMachineLearning": [[1, 2, 1, "", "action"], [1, 2, 1, "", "compute_action"], [1, 2, 1, "", "compute_name"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipeline_endpoint_id"], [1, 2, 1, "", "resource_group_name"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "workspace_name"]], "aapi.integration_factory.jobs.JobAzureResourceManager": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "deployment_name"], [1, 2, 1, "", "deployment_properties"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "resource_group_name"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobAzureSynapse": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipeline_name"], [1, 2, 1, "", "status_polling_interval"]], "aapi.integration_factory.jobs.JobAzureVM": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "delete_vm_os_disk"], [1, 2, 1, "", "get_logs"], [1, 2, 1, "", "input_parameters"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "operation"], [1, 2, 1, "", "tolerance"], [1, 2, 1, "", "verification_poll_interval"], [1, 2, 1, "", "vm_name"]], "aapi.integration_factory.jobs.JobBoomiAtomsphere": [[1, 2, 1, "", "atom_name"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "polling_interval_frequency"], [1, 2, 1, "", "process_name"], [1, 2, 1, "", "tolerance"]], "aapi.integration_factory.jobs.JobCommunicationSuite": [[1, 2, 1, "", "application_name"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "protect_content"], [1, 2, 1, "", "silent_message"], [1, 2, 1, "", "slack_parameters"], [1, 2, 1, "", "teams_parameters"], [1, 2, 1, "", "telegram_parameters"], [1, 2, 1, "", "whats_app_parameters"]], "aapi.integration_factory.jobs.JobControlMReports": [[1, 2, 1, "", "agent_attachments_folder"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "control_m_report_name"], [1, 2, 1, "", "download_destination_folder"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "replace_existing_file"], [1, 2, 1, "", "report_file_format"], [1, 2, 1, "", "set_download_file_name"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobDBT": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "dbt_job_id"], [1, 2, 1, "", "define_commands"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "override_job_commands"], [1, 2, 1, "", "run_comment"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobDatabricks": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "databricks_job_id"], [1, 2, 1, "", "idempotency_token"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobGCPBatch": [[1, 2, 1, "", "allowed_locations"], [1, 2, 1, "", "commands"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "container_image_uri"], [1, 2, 1, "", "container_volumes"], [1, 2, 1, "", "cpu"], [1, 2, 1, "", "entry_point"], [1, 2, 1, "", "instance_policy"], [1, 2, 1, "", "job_name"], [1, 2, 1, "", "json_format"], [1, 2, 1, "", "log_policy"], [1, 2, 1, "", "machine_template"], [1, 2, 1, "", "machine_type"], [1, 2, 1, "", "maximum_retry_count"], [1, 2, 1, "", "memory"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "override_commands"], [1, 2, 1, "", "override_region"], [1, 2, 1, "", "priority"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "provisioning_model"], [1, 2, 1, "", "region"], [1, 2, 1, "", "runnable_type"], [1, 2, 1, "", "service_account_email_format"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "task_script_text"], [1, 2, 1, "", "use_advanced_json_format"]], "aapi.integration_factory.jobs.JobGCPBigQuery": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "copy_operation_type"], [1, 2, 1, "", "dataset_name"], [1, 2, 1, "", "destination_source_bucket_uris"], [1, 2, 1, "", "destination_table_properties"], [1, 2, 1, "", "extract_as"], [1, 2, 1, "", "job_timeout"], [1, 2, 1, "", "load_options"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "project_name"], [1, 2, 1, "", "query_parameters"], [1, 2, 1, "", "routine"], [1, 2, 1, "", "run_select_query_and_copy_to_table"], [1, 2, 1, "", "show_load_options"], [1, 2, 1, "", "source_tables_properties"], [1, 2, 1, "", "sql_statement"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "table_name"]], "aapi.integration_factory.jobs.JobGCPComposer": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "d_a_g_name"], [1, 2, 1, "", "d_a_g_run_id"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobGCPDataFusion": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "get_logs"], [1, 2, 1, "", "instance_name"], [1, 2, 1, "", "name_space_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "pipeline_name"], [1, 2, 1, "", "project_name"], [1, 2, 1, "", "region"], [1, 2, 1, "", "runtime_parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobGCPDataflow": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "log_level"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters_json_format"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "region"], [1, 2, 1, "", "template_location_gs_"], [1, 2, 1, "", "template_type"], [1, 2, 1, "", "verification_poll_interval_in_seconds"]], "aapi.integration_factory.jobs.JobGCPDataplex": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "lake_name"], [1, 2, 1, "", "location"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "scan_name"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "task_name"]], "aapi.integration_factory.jobs.JobGCPDataprep": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "execute_job_with_idempotency_token"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "flow_name"], [1, 2, 1, "", "idempotency_token"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobGCPDataproc": [[1, 2, 1, "", "account_region"], [1, 2, 1, "", "batch_id"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "dataproc_task_type"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters_json_format"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "request_id"], [1, 2, 1, "", "tolerance"], [1, 2, 1, "", "verification_poll_interval_in_seconds"], [1, 2, 1, "", "workflow_template"]], "aapi.integration_factory.jobs.JobGCPDeploymentManager": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "deployment_name"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "yaml_config_content"]], "aapi.integration_factory.jobs.JobGCPFunctions": [[1, 2, 1, "", "body"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "function_name"], [1, 2, 1, "", "function_parameters"], [1, 2, 1, "", "get_logs"], [1, 2, 1, "", "location"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "url_parameters"]], "aapi.integration_factory.jobs.JobGCPVM": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "get_logs"], [1, 2, 1, "", "instance_name"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "operation"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "template_name"], [1, 2, 1, "", "tolerance"], [1, 2, 1, "", "verification_poll_interval"], [1, 2, 1, "", "zone"]], "aapi.integration_factory.jobs.JobGCPWorkflows": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "execution_label"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "location"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters_json_input"], [1, 2, 1, "", "project_id"], [1, 2, 1, "", "show_workflow_results"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "workflow_name"]], "aapi.integration_factory.jobs.JobInformaticaCS": [[1, 2, 1, "", "call_back_url"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "folder_path"], [1, 2, 1, "", "input_fields"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "rerun_run_id"], [1, 2, 1, "", "rerun_suspended_taskflow"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "task_flow_url"], [1, 2, 1, "", "task_name"], [1, 2, 1, "", "task_type"], [1, 2, 1, "", "taskflow_job_name"], [1, 2, 1, "", "use_federation_id"]], "aapi.integration_factory.jobs.JobJenkins": [[1, 2, 1, "", "add_branch_name"], [1, 2, 1, "", "add_parameters"], [1, 2, 1, "", "branch_name"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipeline_name"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobKubernetes": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "get_pod_logs"], [1, 2, 1, "", "job_cleanup"], [1, 2, 1, "", "job_spec_parameters"], [1, 2, 1, "", "job_spec_yaml"], [1, 2, 1, "", "job_status_polling_interval"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "os_exit_code"]], "aapi.integration_factory.jobs.JobMicroFocusLinux": [[1, 2, 1, "", "additional_variables"], [1, 2, 1, "", "advanced_restart_parameters"], [1, 2, 1, "", "auto_adjust_restart"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "enable_jcl_variables"], [1, 2, 1, "", "from_step_proc"], [1, 2, 1, "", "jcl_filename"], [1, 2, 1, "", "modified_jcl_path_and_filename"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "pds"], [1, 2, 1, "", "recapture_abend_codes"], [1, 2, 1, "", "recapture_cond_codes"], [1, 2, 1, "", "rerun_job_id"], [1, 2, 1, "", "restart_on_rerun"], [1, 2, 1, "", "restart_with_modified_jcl"], [1, 2, 1, "", "set_mf_ucc11"], [1, 2, 1, "", "step_specific_condition_codes"], [1, 2, 1, "", "to_step_proc"]], "aapi.integration_factory.jobs.JobMicroFocusWindows": [[1, 2, 1, "", "additional_variables"], [1, 2, 1, "", "advanced_restart_parameters"], [1, 2, 1, "", "auto_adjust_restart"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "enable_jcl_variables"], [1, 2, 1, "", "from_step_proc"], [1, 2, 1, "", "jcl_filename"], [1, 2, 1, "", "modified_jcl_path_and_filename"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "pds"], [1, 2, 1, "", "recapture_abend_codes"], [1, 2, 1, "", "recapture_cond_codes"], [1, 2, 1, "", "rerun_job_id"], [1, 2, 1, "", "restart_on_rerun"], [1, 2, 1, "", "restart_with_modified_jcl"], [1, 2, 1, "", "set_mf_ucc11"], [1, 2, 1, "", "step_specific_condition_codes"], [1, 2, 1, "", "to_step_proc"]], "aapi.integration_factory.jobs.JobMicrosoftPowerBI": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "dataset_id"], [1, 2, 1, "", "dataset_refresh_pipeline_deployment"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipeline_id"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "workspace_id"], [1, 2, 1, "", "workspace_name"]], "aapi.integration_factory.jobs.JobOCIDataFlow": [[1, 2, 1, "", "application_ocid"], [1, 2, 1, "", "compartment_ocid"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobOCIDataIntegration": [[1, 2, 1, "", "actions"], [1, 2, 1, "", "application_key"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "task_key"], [1, 2, 1, "", "task_run_input_parameters"], [1, 2, 1, "", "task_run_name"], [1, 2, 1, "", "workspace_ocid"]], "aapi.integration_factory.jobs.JobOCIDataScience": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "model_deployment_id"], [1, 2, 1, "", "notebook_session_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobOCIVM": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "instance_id"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobQlikCloud": [[1, 2, 1, "", "app_id"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "print_log_to_output"], [1, 2, 1, "", "reload_type"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "tolerance"]], "aapi.integration_factory.jobs.JobSnowflake": [[1, 2, 1, "", "action"], [1, 2, 1, "", "activity_options"], [1, 2, 1, "", "add_condition"], [1, 2, 1, "", "bindings"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "copy_destination"], [1, 2, 1, "", "create_table_name"], [1, 2, 1, "", "database"], [1, 2, 1, "", "days_back"], [1, 2, 1, "", "file_format"], [1, 2, 1, "", "from_location"], [1, 2, 1, "", "from_storage_integration"], [1, 2, 1, "", "from_table"], [1, 2, 1, "", "load_sql_file"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "overwrite"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "procedure_argument"], [1, 2, 1, "", "query"], [1, 2, 1, "", "query_input"], [1, 2, 1, "", "query_to_location"], [1, 2, 1, "", "role"], [1, 2, 1, "", "schema"], [1, 2, 1, "", "show_more_options"], [1, 2, 1, "", "show_output"], [1, 2, 1, "", "snowflake_sql_statement"], [1, 2, 1, "", "snowpipe_name"], [1, 2, 1, "", "stage_location"], [1, 2, 1, "", "stage_name"], [1, 2, 1, "", "stage_url"], [1, 2, 1, "", "start_or_pause_snowpipe"], [1, 2, 1, "", "statement_timeout"], [1, 2, 1, "", "status_file_cloud_location_path"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "stoarge_integration_for_location"], [1, 2, 1, "", "storage_integration"], [1, 2, 1, "", "stored_procedure_name"], [1, 2, 1, "", "table_name"], [1, 2, 1, "", "warehouse"]], "aapi.integration_factory.jobs.JobSnowflakeIdP": [[1, 2, 1, "", "activity_options"], [1, 2, 1, "", "add_condition"], [1, 2, 1, "", "bindings"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "copy_destination"], [1, 2, 1, "", "create_table_name"], [1, 2, 1, "", "database"], [1, 2, 1, "", "days_back"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "file_format"], [1, 2, 1, "", "from_location"], [1, 2, 1, "", "from_storage_integration"], [1, 2, 1, "", "from_table"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "overwrite"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "pipe_name"], [1, 2, 1, "", "polling_interval_sec"], [1, 2, 1, "", "procedure_argument"], [1, 2, 1, "", "query"], [1, 2, 1, "", "query_input"], [1, 2, 1, "", "query_to_location"], [1, 2, 1, "", "role"], [1, 2, 1, "", "schema"], [1, 2, 1, "", "select_operation"], [1, 2, 1, "", "show_more_options"], [1, 2, 1, "", "show_output"], [1, 2, 1, "", "snowflake_sql_statement"], [1, 2, 1, "", "snowpipe_name"], [1, 2, 1, "", "stage_location"], [1, 2, 1, "", "stage_name"], [1, 2, 1, "", "stage_url"], [1, 2, 1, "", "start_or_pause_pipe"], [1, 2, 1, "", "statement_timeout_sec"], [1, 2, 1, "", "status_file_cloud_location_path"], [1, 2, 1, "", "stoarge_integration_for_location"], [1, 2, 1, "", "storage_integration"], [1, 2, 1, "", "stored_procedure_name"], [1, 2, 1, "", "table_name"], [1, 2, 1, "", "warehouse"]], "aapi.integration_factory.jobs.JobTableau": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "datasource_name"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "flow_name"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobTalendDataManagement": [[1, 2, 1, "", "bring_logs_to_output"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "log_level"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "plan_name"], [1, 2, 1, "", "plan_polling_intervals"], [1, 2, 1, "", "task_name"], [1, 2, 1, "", "task_plan_execution"], [1, 2, 1, "", "task_polling_intervals"]], "aapi.integration_factory.jobs.JobTalendOAuth": [[1, 2, 1, "", "action"], [1, 2, 1, "", "append_failed_plan_logs_to_output"], [1, 2, 1, "", "append_task_logs_to_output"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "environment_id"], [1, 2, 1, "", "execution_plan_id"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "log_level"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "parameters"], [1, 2, 1, "", "plan_executable"], [1, 2, 1, "", "rerun_only_failed_tasks"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "step_id"], [1, 2, 1, "", "task_executable"], [1, 2, 1, "", "task_name"], [1, 2, 1, "", "task_timeout"]], "aapi.integration_factory.jobs.JobTerraform": [[1, 2, 1, "", "action"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "failure_tolerance"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "run_name"], [1, 2, 1, "", "status_polling_frequency"], [1, 2, 1, "", "variable"], [1, 2, 1, "", "variables"], [1, 2, 1, "", "workspace_name"], [1, 2, 1, "", "workspace_params"]], "aapi.integration_factory.jobs.JobUIPath": [[1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "folder_id"], [1, 2, 1, "", "folder_name"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "optional_input_parameters"], [1, 2, 1, "", "process_name"], [1, 2, 1, "", "robot_id"], [1, 2, 1, "", "robot_name"], [1, 2, 1, "", "status_polling_frequency"]], "aapi.integration_factory.jobs.JobWebServicesREST": [[1, 1, 1, "", "WsRestBody"], [1, 2, 1, "", "append_request"], [1, 2, 1, "", "append_response"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "endpoint_url"], [1, 2, 1, "", "http_headers"], [1, 2, 1, "", "method"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "output_handling"], [1, 2, 1, "", "url_parameters"], [1, 2, 1, "", "url_request_path"], [1, 2, 1, "", "ws_rest_body"]], "aapi.integration_factory.jobs.JobWebServicesREST.WsRestBody": [[1, 2, 1, "", "body_request"], [1, 2, 1, "", "file_name"], [1, 2, 1, "", "request_definition"]], "aapi.integration_factory.jobs.JobWebServicesSOAP": [[1, 1, 1, "", "SoapRequest"], [1, 2, 1, "", "append_request"], [1, 2, 1, "", "append_response"], [1, 2, 1, "", "connection_profile"], [1, 2, 1, "", "connection_timeout"], [1, 2, 1, "", "endpoint_url"], [1, 2, 1, "", "http_headers"], [1, 2, 1, "", "object_name"], [1, 2, 1, "", "output_handling"], [1, 2, 1, "", "soap_action"], [1, 2, 1, "", "soap_request"]], "aapi.integration_factory.jobs.JobWebServicesSOAP.SoapRequest": [[1, 2, 1, "", "file_name"], [1, 2, 1, "", "request_definition"], [1, 2, 1, "", "soap_request_field"]], "aapi.internalrule": [[0, 1, 1, "", "InternalRule"]], "aapi.internalrule.InternalRule": [[0, 1, 1, "", "Characters"], [0, 1, 1, "", "Exclude"], [0, 1, 1, "", "Include"], [0, 2, 1, "", "characters"], [0, 2, 1, "", "exclude"], [0, 2, 1, "", "include"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "rule_name"]], "aapi.internalrule.InternalRule.Characters": [[0, 1, 1, "", "Alphanumeric"], [0, 1, 1, "", "Any"], [0, 2, 1, "", "alphanumeric"], [0, 2, 1, "", "any"], [0, 2, 1, "", "maximum_length"], [0, 2, 1, "", "minimum_length"]], "aapi.internalrule.InternalRule.Characters.Alphanumeric": [[0, 2, 1, "", "digits"], [0, 2, 1, "", "lowercase_letters"], [0, 2, 1, "", "specific_characters"], [0, 2, 1, "", "uppercase_letters"]], "aapi.internalrule.InternalRule.Characters.Any": [[0, 2, 1, "", "except_for_characters"]], "aapi.internalrule.InternalRule.Exclude": [[0, 2, 1, "", "patterns"], [0, 2, 1, "", "values"]], "aapi.internalrule.InternalRule.Include": [[0, 2, 1, "", "patterns"], [0, 2, 1, "", "values"]], "aapi.iteminfo": [[0, 1, 1, "", "ItemInfo"]], "aapi.iteminfo.ItemInfo": [[0, 2, 1, "", "object_name"]], "aapi.job": [[0, 1, 1, "", "Job"], [0, 1, 1, "", "JobAWS"], [0, 1, 1, "", "JobAWSBatch"], [0, 1, 1, "", "JobAWSLambda"], [0, 1, 1, "", "JobAWSStepFunction"], [0, 1, 1, "", "JobAirflow"], [0, 1, 1, "", "JobAzure"], [0, 1, 1, "", "JobAzureBatchAccount"], [0, 1, 1, "", "JobAzureFunction"], [0, 1, 1, "", "JobAzureLogicApps"], [0, 1, 1, "", "JobCommand"], [0, 1, 1, "", "JobDatabase"], [0, 1, 1, "", "JobDatabaseEmbeddedQuery"], [0, 1, 1, "", "JobDatabaseMSSQLAgentJob"], [0, 1, 1, "", "JobDatabaseMSSQL_SSIS"], [0, 1, 1, "", "JobDatabaseSQLScript"], [0, 1, 1, "", "JobDatabaseStoredProcedure"], [0, 1, 1, "", "JobDummy"], [0, 1, 1, "", "JobEmbeddedScript"], [0, 1, 1, "", "JobFileTransfer"], [0, 1, 1, "", "JobFileWatcher"], [0, 1, 1, "", "JobFileWatcherCreate"], [0, 1, 1, "", "JobFileWatcherDelete"], [0, 1, 1, "", "JobHadoop"], [0, 1, 1, "", "JobHadoopDistCp"], [0, 1, 1, "", "JobHadoopHDFSCommands"], [0, 1, 1, "", "JobHadoopHDFSFileWatcher"], [0, 1, 1, "", "JobHadoopHive"], [0, 1, 1, "", "JobHadoopMapReduce"], [0, 1, 1, "", "JobHadoopMapredStreaming"], [0, 1, 1, "", "JobHadoopOozie"], [0, 1, 1, "", "JobHadoopPig"], [0, 1, 1, "", "JobHadoopSpark"], [0, 1, 1, "", "JobHadoopSparkPython"], [0, 1, 1, "", "JobHadoopSparkScalaJava"], [0, 1, 1, "", "JobHadoopSqoop"], [0, 1, 1, "", "JobHadoopTajo"], [0, 1, 1, "", "JobHadoopTajoInputFile"], [0, 1, 1, "", "JobHadoopTajoQuery"], [0, 1, 1, "", "JobIBMCognos"], [0, 1, 1, "", "JobIBMDataStage"], [0, 1, 1, "", "JobInformatica"], [0, 1, 1, "", "JobJava"], [0, 1, 1, "", "JobMessaging"], [0, 1, 1, "", "JobMessagingFreeText"], [0, 1, 1, "", "JobMessagingPreDefined"], [0, 1, 1, "", "JobMessagingWaitForReply"], [0, 1, 1, "", "JobNetBackup"], [0, 1, 1, "", "JobOEBS"], [0, 1, 1, "", "JobOS400"], [0, 1, 1, "", "JobOS400ExternalJob"], [0, 1, 1, "", "JobOS400ExternalSubSystem"], [0, 1, 1, "", "JobOS400Full"], [0, 1, 1, "", "JobOS400FullCommandLine"], [0, 1, 1, "", "JobOS400FullDescriptionJob"], [0, 1, 1, "", "JobOS400FullExternalJob"], [0, 1, 1, "", "JobOS400FullExternalSubSystem"], [0, 1, 1, "", "JobOS400FullMultipleCommands"], [0, 1, 1, "", "JobOS400FullProgram"], [0, 1, 1, "", "JobOS400FullRestrictedStateAction"], [0, 1, 1, "", "JobOS400FullScriptFile"], [0, 1, 1, "", "JobOS400FullSubSystem"], [0, 1, 1, "", "JobOS400FullVirtualTerminal"], [0, 1, 1, "", "JobOS400MultipleCommands"], [0, 1, 1, "", "JobOS400Program"], [0, 1, 1, "", "JobOS400VirtualTerminal"], [0, 1, 1, "", "JobPeopleSoft"], [0, 1, 1, "", "JobSAP"], [0, 1, 1, "", "JobSAPBW"], [0, 1, 1, "", "JobSAPBWInfoPackage"], [0, 1, 1, "", "JobSAPBWProcessChain"], [0, 1, 1, "", "JobSAPDataArchiving"], [0, 1, 1, "", "JobSAPDataArchivingDelete"], [0, 1, 1, "", "JobSAPDataArchivingStore"], [0, 1, 1, "", "JobSAPDataArchivingWrite"], [0, 1, 1, "", "JobSAPR3"], [0, 1, 1, "", "JobSAPR3BatchInputSession"], [0, 1, 1, "", "JobSAPR3COPY"], [0, 1, 1, "", "JobSAPR3CREATE"], [0, 1, 1, "", "JobSAPR3MonitorSapJob"], [0, 1, 1, "", "JobSAPR3PredefinedSapJob"], [0, 1, 1, "", "JobSAPR3SapProfile"], [0, 1, 1, "", "JobSAPR3SapProfileActivate"], [0, 1, 1, "", "JobSAPR3SapProfileDeactivate"], [0, 1, 1, "", "JobSAPR3TriggerSapEvent"], [0, 1, 1, "", "JobSAPR3WatchSapEvent"], [0, 1, 1, "", "JobSLAManagement"], [0, 1, 1, "", "JobScript"], [0, 1, 1, "", "JobTandem"], [0, 1, 1, "", "JobTandemCommand"], [0, 1, 1, "", "JobTandemEmbeddedTACLScript"], [0, 1, 1, "", "JobTandemExternalProcess"], [0, 1, 1, "", "JobTandemProgram"], [0, 1, 1, "", "JobTandemTACLScript"], [0, 1, 1, "", "JobVMware"], [0, 1, 1, "", "JobVMwareConfiguration"], [0, 1, 1, "", "JobVMwareConfigurationCloneVirtualMachine"], [0, 1, 1, "", "JobVMwareConfigurationDeployTemplate"], [0, 1, 1, "", "JobVMwareConfigurationMigrateVirtualMachine"], [0, 1, 1, "", "JobVMwareConfigurationReconfigureVirtualMachine"], [0, 1, 1, "", "JobVMwarePower"], [0, 1, 1, "", "JobVMwarePowerOff"], [0, 1, 1, "", "JobVMwarePowerOn"], [0, 1, 1, "", "JobVMwarePowerReboot"], [0, 1, 1, "", "JobVMwarePowerReset"], [0, 1, 1, "", "JobVMwarePowerShutdown"], [0, 1, 1, "", "JobVMwarePowerStandby"], [0, 1, 1, "", "JobVMwarePowerSuspend"], [0, 1, 1, "", "JobVMwareSnapshot"], [0, 1, 1, "", "JobVMwareSnapshotRemove"], [0, 1, 1, "", "JobVMwareSnapshotRemoveAll"], [0, 1, 1, "", "JobVMwareSnapshotRevert"], [0, 1, 1, "", "JobVMwareSnapshotRevertToCurrent"], [0, 1, 1, "", "JobVMwareSnapshotTake"], [0, 1, 1, "", "JobWebServices"], [0, 1, 1, "", "JobZOS"], [0, 1, 1, "", "JobZOSInStreamJCL"], [0, 1, 1, "", "JobZOSMember"]], "aapi.job.Job": [[0, 1, 1, "", "DaysKeepActive"], [0, 1, 1, "", "DocumentationFile"], [0, 1, 1, "", "DocumentationUrl"], [0, 1, 1, "", "Output"], [0, 1, 1, "", "PathElement"], [0, 1, 1, "", "Priority"], [0, 1, 1, "", "Rerun"], [0, 1, 1, "", "RerunIntervals"], [0, 1, 1, "", "RerunLimit"], [0, 1, 1, "", "RerunSpecificTimes"], [0, 1, 1, "", "When"], [0, 2, 1, "", "action_capture_output_list"], [0, 2, 1, "", "add_events_list"], [0, 2, 1, "", "application"], [0, 2, 1, "", "condition_list"], [0, 2, 1, "", "confirm"], [0, 2, 1, "", "created_by"], [0, 2, 1, "", "critical"], [0, 2, 1, "", "days_keep_active"], [0, 2, 1, "", "delete_events_list"], [0, 2, 1, "", "description"], [0, 2, 1, "", "documentation_file"], [0, 2, 1, "", "documentation_url"], [0, 2, 1, "", "end_folder"], [0, 2, 1, "", "event_list"], [0, 2, 1, "", "events_to_add"], [0, 2, 1, "", "events_to_delete"], [0, 2, 1, "", "file_name"], [0, 2, 1, "", "file_path"], [0, 2, 1, "", "host"], [0, 2, 1, "", "if_list"], [0, 2, 1, "", "job_tag_list"], [0, 2, 1, "", "notify_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "output"], [0, 2, 1, "", "path_element"], [0, 2, 1, "", "post_command"], [0, 2, 1, "", "pre_command"], [0, 2, 1, "", "priority"], [0, 2, 1, "", "rerun"], [0, 2, 1, "", "rerun_intervals"], [0, 2, 1, "", "rerun_limit"], [0, 2, 1, "", "rerun_specific_times"], [0, 2, 1, "", "resource_list"], [0, 2, 1, "", "retroactive_order"], [0, 2, 1, "", "run_as"], [0, 2, 1, "", "run_as_dummy"], [0, 2, 1, "", "run_on_all_agents_in_group"], [0, 2, 1, "", "sub_application"], [0, 2, 1, "", "time_zone"], [0, 2, 1, "", "variables"], [0, 2, 1, "", "wait_for_events"], [0, 2, 1, "", "wait_for_events_list"], [0, 2, 1, "", "when"]], "aapi.job.Job.DaysKeepActive": [[0, 2, 1, "", "Forever"]], "aapi.job.Job.DocumentationFile": [[0, 2, 1, "", "file_name"], [0, 2, 1, "", "path"]], "aapi.job.Job.DocumentationUrl": [[0, 2, 1, "", "file_name"], [0, 2, 1, "", "url"]], "aapi.job.Job.Output": [[0, 1, 1, "", "Operation"], [0, 2, 1, "", "destination"], [0, 2, 1, "", "operation"]], "aapi.job.Job.Output.Operation": [[0, 2, 1, "", "Copy"], [0, 2, 1, "", "Delete"], [0, 2, 1, "", "Move"], [0, 2, 1, "", "Print"]], "aapi.job.Job.PathElement": [[0, 2, 1, "", "folder"], [0, 2, 1, "", "library"], [0, 2, 1, "", "server"]], "aapi.job.Job.Priority": [[0, 2, 1, "", "High"], [0, 2, 1, "", "Low"], [0, 2, 1, "", "Medium"], [0, 2, 1, "", "Very_High"], [0, 2, 1, "", "Very_Low"]], "aapi.job.Job.Rerun": [[0, 1, 1, "", "From"], [0, 1, 1, "", "Units"], [0, 2, 1, "", "every"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "times"], [0, 2, 1, "", "units"]], "aapi.job.Job.Rerun.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.job.Job.Rerun.Units": [[0, 2, 1, "", "Days"], [0, 2, 1, "", "Hours"], [0, 2, 1, "", "Minutes"]], "aapi.job.Job.RerunIntervals": [[0, 1, 1, "", "From"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "intervals"], [0, 2, 1, "", "times"]], "aapi.job.Job.RerunIntervals.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.job.Job.RerunLimit": [[0, 1, 1, "", "From"], [0, 1, 1, "", "Units"], [0, 2, 1, "", "every"], [0, 2, 1, "", "from_"], [0, 2, 1, "", "rerun_member"], [0, 2, 1, "", "times"], [0, 2, 1, "", "units"]], "aapi.job.Job.RerunLimit.From": [[0, 2, 1, "", "End"], [0, 2, 1, "", "Start"], [0, 2, 1, "", "Target"]], "aapi.job.Job.RerunLimit.Units": [[0, 2, 1, "", "Days"], [0, 2, 1, "", "Hours"], [0, 2, 1, "", "Minutes"]], "aapi.job.Job.RerunSpecificTimes": [[0, 2, 1, "", "at"], [0, 2, 1, "", "times"], [0, 2, 1, "", "tolerance"]], "aapi.job.Job.When": [[0, 1, 1, "", "ConfirmationCalendars"], [0, 1, 1, "", "DaysRelation"], [0, 1, 1, "", "RuleBasedCalendars"], [0, 2, 1, "", "active_period"], [0, 2, 1, "", "confirmation_calendars"], [0, 2, 1, "", "days"], [0, 2, 1, "", "days_relation"], [0, 2, 1, "", "end_date"], [0, 2, 1, "", "from_time"], [0, 2, 1, "", "month_days"], [0, 2, 1, "", "month_days_calendar"], [0, 2, 1, "", "months"], [0, 2, 1, "", "rule_based_calendars"], [0, 2, 1, "", "schedule"], [0, 2, 1, "", "specific_dates"], [0, 2, 1, "", "start_date"], [0, 2, 1, "", "to_time"], [0, 2, 1, "", "week_days"], [0, 2, 1, "", "week_days_calendar"]], "aapi.job.Job.When.ConfirmationCalendars": [[0, 1, 1, "", "ExceptionPolicy"], [0, 2, 1, "", "calendar"], [0, 2, 1, "", "exception_policy"], [0, 2, 1, "", "shift_by"]], "aapi.job.Job.When.ConfirmationCalendars.ExceptionPolicy": [[0, 2, 1, "", "DoNotOrder"], [0, 2, 1, "", "OrderAnyway"], [0, 2, 1, "", "OrderOnNextConfirmedDay"], [0, 2, 1, "", "OrderOnPreviousConfirmedDay"]], "aapi.job.Job.When.DaysRelation": [[0, 2, 1, "", "AND"], [0, 2, 1, "", "OR"]], "aapi.job.Job.When.RuleBasedCalendars": [[0, 1, 1, "", "Relationship"], [0, 2, 1, "", "excluded"], [0, 2, 1, "", "included"], [0, 2, 1, "", "relationship"]], "aapi.job.Job.When.RuleBasedCalendars.Relationship": [[0, 2, 1, "", "AND"], [0, 2, 1, "", "OR"]], "aapi.job.JobAWS": [[0, 2, 1, "", "append_log"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"]], "aapi.job.JobAWSBatch": [[0, 1, 1, "", "AwsJobType"], [0, 1, 1, "", "DependsOn"], [0, 2, 1, "", "array_size"], [0, 2, 1, "", "aws_job_type"], [0, 2, 1, "", "command"], [0, 2, 1, "", "depends_on"], [0, 2, 1, "", "environment"], [0, 2, 1, "", "execution_timeout"], [0, 2, 1, "", "job_attempts"], [0, 2, 1, "", "job_definition"], [0, 2, 1, "", "job_definition_revision"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "job_queue"], [0, 2, 1, "", "memory"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameters"], [0, 2, 1, "", "v_cpus"]], "aapi.job.JobAWSBatch.AwsJobType": [[0, 2, 1, "", "Array"], [0, 2, 1, "", "Single"]], "aapi.job.JobAWSBatch.DependsOn": [[0, 1, 1, "", "DependencyType"], [0, 2, 1, "", "dependency_type"], [0, 2, 1, "", "job_depends_on"]], "aapi.job.JobAWSBatch.DependsOn.DependencyType": [[0, 2, 1, "", "N_to_N"], [0, 2, 1, "", "Sequential"], [0, 2, 1, "", "Standard"]], "aapi.job.JobAWSLambda": [[0, 2, 1, "", "client_context_json"], [0, 2, 1, "", "function_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "payload"], [0, 2, 1, "", "version"]], "aapi.job.JobAWSStepFunction": [[0, 2, 1, "", "execution_name"], [0, 2, 1, "", "input"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "state_machine"]], "aapi.job.JobAirflow": [[0, 1, 1, "", "OutputDetails"], [0, 2, 1, "", "configuration_json"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "dag_id"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "output_details"], [0, 2, 1, "", "rerun_from_point_of_failure"]], "aapi.job.JobAirflow.OutputDetails": [[0, 2, 1, "", "DoNotIncludeTaskLogs"], [0, 2, 1, "", "IncludeAllTasksLogs"], [0, 2, 1, "", "IncludeOnlyFailedTasksLogs"]], "aapi.job.JobAzure": [[0, 2, 1, "", "append_log"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"]], "aapi.job.JobAzureBatchAccount": [[0, 1, 1, "", "MaxTries"], [0, 1, 1, "", "Retention"], [0, 1, 1, "", "Wallclock"], [0, 2, 1, "", "command_line"], [0, 2, 1, "", "job_id"], [0, 2, 1, "", "max_tries"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "retention"], [0, 2, 1, "", "wallclock"]], "aapi.job.JobAzureBatchAccount.MaxTries": [[0, 1, 1, "", "Option"], [0, 2, 1, "", "count"], [0, 2, 1, "", "option"]], "aapi.job.JobAzureBatchAccount.MaxTries.Option": [[0, 2, 1, "", "Custom"], [0, 2, 1, "", "Unlimited"]], "aapi.job.JobAzureBatchAccount.Retention": [[0, 1, 1, "", "Unit"], [0, 2, 1, "", "time"], [0, 2, 1, "", "unit"]], "aapi.job.JobAzureBatchAccount.Retention.Unit": [[0, 2, 1, "", "Days"], [0, 2, 1, "", "Hours"], [0, 2, 1, "", "Minutes"], [0, 2, 1, "", "Seconds"]], "aapi.job.JobAzureBatchAccount.Wallclock": [[0, 1, 1, "", "Unit"], [0, 2, 1, "", "time"], [0, 2, 1, "", "unit"]], "aapi.job.JobAzureBatchAccount.Wallclock.Unit": [[0, 2, 1, "", "Days"], [0, 2, 1, "", "Hours"], [0, 2, 1, "", "Minutes"], [0, 2, 1, "", "Seconds"]], "aapi.job.JobAzureFunction": [[0, 2, 1, "", "function"], [0, 2, 1, "", "function_app"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameters"]], "aapi.job.JobAzureLogicApps": [[0, 2, 1, "", "logic_app_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "request_body"]], "aapi.job.JobCommand": [[0, 2, 1, "", "command"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "override_path"], [0, 2, 1, "", "run_as_dummy"]], "aapi.job.JobDatabase": [[0, 2, 1, "", "autocommit"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "output_execution_log"], [0, 2, 1, "", "output_sql_output"], [0, 2, 1, "", "sql_output_format"]], "aapi.job.JobDatabaseEmbeddedQuery": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "query"]], "aapi.job.JobDatabaseMSSQLAgentJob": [[0, 2, 1, "", "category"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "object_name"]], "aapi.job.JobDatabaseMSSQL_SSIS": [[0, 1, 1, "", "PackageSource"], [0, 2, 1, "", "catalog_env"], [0, 2, 1, "", "config_files"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "package_name"], [0, 2, 1, "", "package_source"], [0, 2, 1, "", "properties"]], "aapi.job.JobDatabaseMSSQL_SSIS.PackageSource": [[0, 2, 1, "", "File_System"], [0, 2, 1, "", "SQL_Server"], [0, 2, 1, "", "SSIS_Catalog"], [0, 2, 1, "", "SSIS_Package_Store"]], "aapi.job.JobDatabaseSQLScript": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameters"], [0, 2, 1, "", "sql_script"]], "aapi.job.JobDatabaseStoredProcedure": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "package"], [0, 2, 1, "", "parameters"], [0, 2, 1, "", "return_value"], [0, 2, 1, "", "schema"], [0, 2, 1, "", "stored_procedure"]], "aapi.job.JobDummy": [[0, 2, 1, "", "object_name"]], "aapi.job.JobEmbeddedScript": [[0, 2, 1, "", "file_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "override_path"], [0, 2, 1, "", "run_as_dummy"], [0, 2, 1, "", "script"]], "aapi.job.JobFileTransfer": [[0, 2, 1, "", "azure_container_name_dest"], [0, 2, 1, "", "azure_container_name_src"], [0, 2, 1, "", "connection_profile_dest"], [0, 2, 1, "", "connection_profile_dual_endpoint"], [0, 2, 1, "", "connection_profile_src"], [0, 2, 1, "", "end_job_not_ok"], [0, 2, 1, "", "file_transfers"], [0, 2, 1, "", "gcs_bucket_name_dest"], [0, 2, 1, "", "gcs_bucket_name_src"], [0, 2, 1, "", "number_of_retries"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "rerun_from_point_of_failure"], [0, 2, 1, "", "s3_bucket_name"], [0, 2, 1, "", "s3_bucket_name_dest"], [0, 2, 1, "", "s3_bucket_name_src"]], "aapi.job.JobFileWatcher": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "path"], [0, 2, 1, "", "search_interval"], [0, 2, 1, "", "start_time"], [0, 2, 1, "", "stop_time"], [0, 2, 1, "", "time_limit"]], "aapi.job.JobFileWatcherCreate": [[0, 2, 1, "", "file_size_interval"], [0, 2, 1, "", "iterations"], [0, 2, 1, "", "maximal_age"], [0, 2, 1, "", "minimal_age"], [0, 2, 1, "", "minimum_size"], [0, 2, 1, "", "wildcard"]], "aapi.job.JobHadoop": [[0, 1, 1, "", "PostCommands"], [0, 1, 1, "", "PreCommands"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "post_commands"], [0, 2, 1, "", "pre_commands"]], "aapi.job.JobHadoop.PostCommands": [[0, 2, 1, "", "commands"], [0, 2, 1, "", "fail_job_on_command_failure"]], "aapi.job.JobHadoop.PreCommands": [[0, 2, 1, "", "commands"], [0, 2, 1, "", "fail_job_on_command_failure"]], "aapi.job.JobHadoopDistCp": [[0, 2, 1, "", "distcp_options"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "source_paths"], [0, 2, 1, "", "target_path"]], "aapi.job.JobHadoopHDFSCommands": [[0, 2, 1, "", "commands"], [0, 2, 1, "", "object_name"]], "aapi.job.JobHadoopHDFSFileWatcher": [[0, 2, 1, "", "hdfs_file_path"], [0, 2, 1, "", "max_wait_time"], [0, 2, 1, "", "min_detected_size"], [0, 2, 1, "", "object_name"]], "aapi.job.JobHadoopHive": [[0, 2, 1, "", "hive_archives"], [0, 2, 1, "", "hive_files"], [0, 2, 1, "", "hive_options"], [0, 2, 1, "", "hive_script"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameters"]], "aapi.job.JobHadoopMapReduce": [[0, 2, 1, "", "arguments"], [0, 2, 1, "", "main_class"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "program_jar"]], "aapi.job.JobHadoopMapredStreaming": [[0, 2, 1, "", "general_options"], [0, 2, 1, "", "input_path"], [0, 2, 1, "", "mapper_command"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "output_path"], [0, 2, 1, "", "reducer_command"], [0, 2, 1, "", "steaming_options"]], "aapi.job.JobHadoopOozie": [[0, 2, 1, "", "job_properties_file"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "oozie_options"]], "aapi.job.JobHadoopPig": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameters"], [0, 2, 1, "", "pig_script"]], "aapi.job.JobHadoopSpark": [[0, 2, 1, "", "arguments"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "spark_options"]], "aapi.job.JobHadoopSparkPython": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "spark_script"]], "aapi.job.JobHadoopSparkScalaJava": [[0, 2, 1, "", "main_class"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "program_jar"]], "aapi.job.JobHadoopSqoop": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "sqoop_archives"], [0, 2, 1, "", "sqoop_command"], [0, 2, 1, "", "sqoop_files"], [0, 2, 1, "", "sqoop_options"]], "aapi.job.JobHadoopTajo": [[0, 2, 1, "", "arguments"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "tajo_options"]], "aapi.job.JobHadoopTajoInputFile": [[0, 2, 1, "", "full_file_path"], [0, 2, 1, "", "object_name"]], "aapi.job.JobHadoopTajoQuery": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "open_query"]], "aapi.job.JobIBMCognos": [[0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "jobs"], [0, 2, 1, "", "object_name"]], "aapi.job.JobIBMDataStage": [[0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "data_stage_job"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "project"]], "aapi.job.JobInformatica": [[0, 1, 1, "", "WorkflowExecutionMode"], [0, 1, 1, "", "WorkflowRestartMode"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "depth"], [0, 2, 1, "", "enable_error_details"], [0, 2, 1, "", "enable_output"], [0, 2, 1, "", "instance_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "os_profile"], [0, 2, 1, "", "repository_folder"], [0, 2, 1, "", "restart_from_task"], [0, 2, 1, "", "run_single_task"], [0, 2, 1, "", "start_from_task"], [0, 2, 1, "", "workflow"], [0, 2, 1, "", "workflow_execution_mode"], [0, 2, 1, "", "workflow_parameters_file"], [0, 2, 1, "", "workflow_restart_mode"]], "aapi.job.JobInformatica.WorkflowExecutionMode": [[0, 2, 1, "", "RunSingleTask"], [0, 2, 1, "", "RunWholeWorkflow"], [0, 2, 1, "", "StartFromTask"]], "aapi.job.JobInformatica.WorkflowRestartMode": [[0, 2, 1, "", "ForceRestart"], [0, 2, 1, "", "ForceRestartFromSpecificTask"], [0, 2, 1, "", "Recover"]], "aapi.job.JobJava": [[0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "java_profile"], [0, 2, 1, "", "method"], [0, 2, 1, "", "object"], [0, 2, 1, "", "object_name"]], "aapi.job.JobMessaging": [[0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"]], "aapi.job.JobMessagingFreeText": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "use_free_text_message"]], "aapi.job.JobMessagingPreDefined": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "use_free_text_message"]], "aapi.job.JobMessagingWaitForReply": [[0, 2, 1, "", "object_name"]], "aapi.job.JobNetBackup": [[0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "policy_name"]], "aapi.job.JobOEBS": [[0, 1, 1, "", "RequestSet"], [0, 1, 1, "", "SingleRequest"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "request_set"], [0, 2, 1, "", "responsibility"], [0, 2, 1, "", "single_request"], [0, 2, 1, "", "user_name"]], "aapi.job.JobOEBS.RequestSet": [[0, 2, 1, "", "set"]], "aapi.job.JobOEBS.SingleRequest": [[0, 2, 1, "", "program_name"]], "aapi.job.JobOS400": [[0, 2, 1, "", "object_name"]], "aapi.job.JobOS400ExternalJob": [[0, 1, 1, "", "DuplicateOption"], [0, 1, 1, "", "Status"], [0, 2, 1, "", "duplicate_option"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "status"]], "aapi.job.JobOS400ExternalJob.DuplicateOption": [[0, 2, 1, "", "First"], [0, 2, 1, "", "Last"]], "aapi.job.JobOS400ExternalJob.Status": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "All"], [0, 2, 1, "", "OutputQueue"], [0, 2, 1, "", "Queue"]], "aapi.job.JobOS400ExternalSubSystem": [[0, 2, 1, "", "object_name"]], "aapi.job.JobOS400Full": [[0, 2, 1, "", "object_name"]], "aapi.job.JobOS400FullCommandLine": [[0, 1, 1, "", "SpecialEnvironment"], [0, 2, 1, "", "command_line"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "special_environment"]], "aapi.job.JobOS400FullCommandLine.SpecialEnvironment": [[0, 2, 1, "", "Native"], [0, 2, 1, "", "QShell"], [0, 2, 1, "", "S38"]], "aapi.job.JobOS400FullDescriptionJob": [[0, 2, 1, "", "description"], [0, 2, 1, "", "library"], [0, 2, 1, "", "object_name"]], "aapi.job.JobOS400FullExternalJob": [[0, 1, 1, "", "DuplicateOption"], [0, 1, 1, "", "Status"], [0, 2, 1, "", "duplicate_option"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "status"]], "aapi.job.JobOS400FullExternalJob.DuplicateOption": [[0, 2, 1, "", "First"], [0, 2, 1, "", "Last"]], "aapi.job.JobOS400FullExternalJob.Status": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "All"], [0, 2, 1, "", "OutputQueue"], [0, 2, 1, "", "Queue"]], "aapi.job.JobOS400FullExternalSubSystem": [[0, 2, 1, "", "object_name"]], "aapi.job.JobOS400FullMultipleCommands": [[0, 2, 1, "", "object_name"]], "aapi.job.JobOS400FullProgram": [[0, 1, 1, "", "SpecialEnvironment"], [0, 2, 1, "", "library"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "program"], [0, 2, 1, "", "special_environment"]], "aapi.job.JobOS400FullProgram.SpecialEnvironment": [[0, 2, 1, "", "Native"], [0, 2, 1, "", "QShell"], [0, 2, 1, "", "S38"]], "aapi.job.JobOS400FullRestrictedStateAction": [[0, 1, 1, "", "Action"], [0, 2, 1, "", "action"], [0, 2, 1, "", "batch_time_limit"], [0, 2, 1, "", "command"], [0, 2, 1, "", "device"], [0, 2, 1, "", "object_name"]], "aapi.job.JobOS400FullRestrictedStateAction.Action": [[0, 2, 1, "", "ExecuteCommand"], [0, 2, 1, "", "RunReclaimStorage"], [0, 2, 1, "", "SaveEntireSystem"], [0, 2, 1, "", "SaveOperationSystem"]], "aapi.job.JobOS400FullScriptFile": [[0, 1, 1, "", "EmbeddedScriptFileLocation"], [0, 1, 1, "", "IFSScriptFileLocation"], [0, 1, 1, "", "NativeScriptFileLocation"], [0, 1, 1, "", "SpecialEnvironment"], [0, 2, 1, "", "embedded_script_file_location"], [0, 2, 1, "", "i_f_s_script_file_location"], [0, 2, 1, "", "native_script_file_location"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "special_environment"]], "aapi.job.JobOS400FullScriptFile.EmbeddedScriptFileLocation": [[0, 2, 1, "", "script"], [0, 2, 1, "", "use_instream_jcl"], [0, 2, 1, "", "v_t_script_file_embedded"]], "aapi.job.JobOS400FullScriptFile.IFSScriptFileLocation": [[0, 2, 1, "", "path"], [0, 2, 1, "", "script"], [0, 2, 1, "", "v_t_script_file_i_f_s"]], "aapi.job.JobOS400FullScriptFile.NativeScriptFileLocation": [[0, 2, 1, "", "library"], [0, 2, 1, "", "script"], [0, 2, 1, "", "use_instream_jcl"], [0, 2, 1, "", "v_t_script_file_native"]], "aapi.job.JobOS400FullScriptFile.SpecialEnvironment": [[0, 2, 1, "", "Native"], [0, 2, 1, "", "QShell"], [0, 2, 1, "", "S38"]], "aapi.job.JobOS400FullSubSystem": [[0, 2, 1, "", "library"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "sub_system"]], "aapi.job.JobOS400FullVirtualTerminal": [[0, 1, 1, "", "EmbeddedScriptFileLocation"], [0, 1, 1, "", "IFSScriptFileLocation"], [0, 1, 1, "", "NativeScriptFileLocation"], [0, 2, 1, "", "embedded_script_file_location"], [0, 2, 1, "", "i_f_s_script_file_location"], [0, 2, 1, "", "native_script_file_location"], [0, 2, 1, "", "object_name"]], "aapi.job.JobOS400FullVirtualTerminal.EmbeddedScriptFileLocation": [[0, 2, 1, "", "script"], [0, 2, 1, "", "use_instream_jcl"], [0, 2, 1, "", "v_t_script_file_embedded"]], "aapi.job.JobOS400FullVirtualTerminal.IFSScriptFileLocation": [[0, 2, 1, "", "v_t_script_file_i_f_s"]], "aapi.job.JobOS400FullVirtualTerminal.NativeScriptFileLocation": [[0, 2, 1, "", "v_t_script_file_native"]], "aapi.job.JobOS400MultipleCommands": [[0, 2, 1, "", "object_name"]], "aapi.job.JobOS400Program": [[0, 1, 1, "", "SpecialEnvironment"], [0, 2, 1, "", "library"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "program"], [0, 2, 1, "", "special_environment"]], "aapi.job.JobOS400Program.SpecialEnvironment": [[0, 2, 1, "", "Native"], [0, 2, 1, "", "QShell"], [0, 2, 1, "", "S38"]], "aapi.job.JobOS400VirtualTerminal": [[0, 1, 1, "", "EmbeddedScriptFileLocation"], [0, 1, 1, "", "IFSScriptFileLocation"], [0, 1, 1, "", "NativeScriptFileLocation"], [0, 2, 1, "", "embedded_script_file_location"], [0, 2, 1, "", "i_f_s_script_file_location"], [0, 2, 1, "", "native_script_file_location"], [0, 2, 1, "", "object_name"]], "aapi.job.JobOS400VirtualTerminal.EmbeddedScriptFileLocation": [[0, 2, 1, "", "script"], [0, 2, 1, "", "use_instream_jcl"], [0, 2, 1, "", "v_t_script_file_embedded"]], "aapi.job.JobOS400VirtualTerminal.IFSScriptFileLocation": [[0, 2, 1, "", "v_t_script_file_i_f_s"]], "aapi.job.JobOS400VirtualTerminal.NativeScriptFileLocation": [[0, 2, 1, "", "v_t_script_file_native"]], "aapi.job.JobPeopleSoft": [[0, 2, 1, "", "append_to_output"], [0, 2, 1, "", "bind_variables"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "control_id"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "process_name"], [0, 2, 1, "", "process_type"], [0, 2, 1, "", "server_name"], [0, 2, 1, "", "user"]], "aapi.job.JobSAP": [[0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"]], "aapi.job.JobSAPBW": [[0, 1, 1, "", "DetectSpawnedJob"], [0, 2, 1, "", "detect_spawned_job"], [0, 2, 1, "", "object_name"]], "aapi.job.JobSAPBW.DetectSpawnedJob": [[0, 1, 1, "", "DetectAndCreate"], [0, 2, 1, "", "detect_and_create"], [0, 2, 1, "", "job_completion_status_depends_on_child_jobs_status"], [0, 2, 1, "", "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "start_spawned_job"]], "aapi.job.JobSAPBW.DetectSpawnedJob.DetectAndCreate": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CurrentJobDefinition"], [0, 2, 1, "", "SpecificJobDefinition"]], "aapi.job.JobSAPBWInfoPackage": [[0, 1, 1, "", "InfoPackage"], [0, 2, 1, "", "info_package"], [0, 2, 1, "", "object_name"]], "aapi.job.JobSAPBWInfoPackage.InfoPackage": [[0, 2, 1, "", "background_job_name"], [0, 2, 1, "", "description"], [0, 2, 1, "", "tech_name"]], "aapi.job.JobSAPBWProcessChain": [[0, 1, 1, "", "RerunOption"], [0, 2, 1, "", "consider_only_overall_chain_status"], [0, 2, 1, "", "enable_peridoic_job"], [0, 2, 1, "", "id"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "process_chain_description"], [0, 2, 1, "", "rerun_option"], [0, 2, 1, "", "retrieve_log"]], "aapi.job.JobSAPBWProcessChain.RerunOption": [[0, 2, 1, "", "RerunFromStart"], [0, 2, 1, "", "RestartFromFailiurePoint"]], "aapi.job.JobSAPDataArchiving": [[0, 1, 1, "", "StartCondition"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "start_condition"]], "aapi.job.JobSAPDataArchiving.StartCondition": [[0, 2, 1, "", "ASAP"], [0, 2, 1, "", "AfterEvent"], [0, 2, 1, "", "Immediate"]], "aapi.job.JobSAPDataArchivingDelete": [[0, 2, 1, "", "archiving_object"], [0, 2, 1, "", "copy_spool_file_to"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "session_number"], [0, 2, 1, "", "target"]], "aapi.job.JobSAPDataArchivingStore": [[0, 2, 1, "", "archiving_object"], [0, 2, 1, "", "copy_spool_file_to"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "session_number"], [0, 2, 1, "", "target"]], "aapi.job.JobSAPDataArchivingWrite": [[0, 1, 1, "", "DetectSpawnedJob"], [0, 1, 1, "", "JobClass"], [0, 1, 1, "", "Validations"], [0, 1, 1, "", "Variant"], [0, 2, 1, "", "archiving_object"], [0, 2, 1, "", "copy_spool_file_to"], [0, 2, 1, "", "detect_spawned_job"], [0, 2, 1, "", "job_class"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "target"], [0, 2, 1, "", "validations"], [0, 2, 1, "", "variant"]], "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob": [[0, 1, 1, "", "DetectAndCreate"], [0, 2, 1, "", "detect_and_create"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "start_spawned_job"]], "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.DetectAndCreate": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CurrentJobDefinition"], [0, 2, 1, "", "SpecificJobDefinition"]], "aapi.job.JobSAPDataArchivingWrite.JobClass": [[0, 2, 1, "", "High"], [0, 2, 1, "", "Low"], [0, 2, 1, "", "Medium"]], "aapi.job.JobSAPDataArchivingWrite.Validations": [[0, 2, 1, "", "check_sessions"], [0, 2, 1, "", "check_variants"]], "aapi.job.JobSAPDataArchivingWrite.Variant": [[0, 2, 1, "", "language"], [0, 2, 1, "", "name"], [0, 2, 1, "", "user"]], "aapi.job.JobSAPR3": [[0, 2, 1, "", "new_job_name"], [0, 2, 1, "", "object_name"]], "aapi.job.JobSAPR3BatchInputSession": [[0, 1, 1, "", "Exec"], [0, 1, 1, "", "Pattern"], [0, 1, 1, "", "Session"], [0, 2, 1, "", "exec"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "pattern"], [0, 2, 1, "", "session"], [0, 2, 1, "", "target"]], "aapi.job.JobSAPR3BatchInputSession.Exec": [[0, 2, 1, "", "Server"]], "aapi.job.JobSAPR3BatchInputSession.Pattern": [[0, 2, 1, "", "name"]], "aapi.job.JobSAPR3BatchInputSession.Session": [[0, 2, 1, "", "name"]], "aapi.job.JobSAPR3COPY": [[0, 1, 1, "", "DetectSpawnedJob"], [0, 1, 1, "", "Exec"], [0, 1, 1, "", "JobCount"], [0, 1, 1, "", "PostJobAction"], [0, 1, 1, "", "StartCondition"], [0, 2, 1, "", "after_event"], [0, 2, 1, "", "after_event_parameters"], [0, 2, 1, "", "copy_from_step"], [0, 2, 1, "", "detect_spawned_job"], [0, 2, 1, "", "exec"], [0, 2, 1, "", "job_count"], [0, 2, 1, "", "job_count_specific_name"], [0, 2, 1, "", "new_job_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "post_job_action"], [0, 2, 1, "", "rerun_from_point_of_failure"], [0, 2, 1, "", "sap_job_name"], [0, 2, 1, "", "start_condition"], [0, 2, 1, "", "target"]], "aapi.job.JobSAPR3COPY.DetectSpawnedJob": [[0, 1, 1, "", "DetectAndCreate"], [0, 2, 1, "", "detect_and_create"], [0, 2, 1, "", "job_completion_status_depends_on_child_jobs_status"], [0, 2, 1, "", "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "start_spawned_job"]], "aapi.job.JobSAPR3COPY.DetectSpawnedJob.DetectAndCreate": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CurrentJobDefinition"], [0, 2, 1, "", "SpecificJobDefinition"]], "aapi.job.JobSAPR3COPY.Exec": [[0, 2, 1, "", "Group"], [0, 2, 1, "", "Server"]], "aapi.job.JobSAPR3COPY.JobCount": [[0, 2, 1, "", "First"], [0, 2, 1, "", "FirstScheduled"], [0, 2, 1, "", "Last"], [0, 2, 1, "", "LastScheduled"], [0, 2, 1, "", "SpecificJob"]], "aapi.job.JobSAPR3COPY.PostJobAction": [[0, 1, 1, "", "JobLog"], [0, 1, 1, "", "Spool"], [0, 2, 1, "", "job_completion_status_will_depend_on_application_status"], [0, 2, 1, "", "job_log"], [0, 2, 1, "", "job_log_file"], [0, 2, 1, "", "spool"], [0, 2, 1, "", "spool_file"], [0, 2, 1, "", "spool_save_to_p_d_f"]], "aapi.job.JobSAPR3COPY.PostJobAction.JobLog": [[0, 2, 1, "", "CopyToFile"], [0, 2, 1, "", "CopyToOutput"], [0, 2, 1, "", "DoNotCopy"]], "aapi.job.JobSAPR3COPY.PostJobAction.Spool": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CopyToFile"], [0, 2, 1, "", "CopyToOutput"]], "aapi.job.JobSAPR3COPY.StartCondition": [[0, 2, 1, "", "ASAP"], [0, 2, 1, "", "AfterEvent"], [0, 2, 1, "", "Immediate"]], "aapi.job.JobSAPR3CREATE": [[0, 1, 1, "", "DetectSpawnedJob"], [0, 1, 1, "", "Exec"], [0, 1, 1, "", "JobClass"], [0, 1, 1, "", "PostJobAction"], [0, 1, 1, "", "SpoolListRecipient"], [0, 1, 1, "", "StartCondition"], [0, 2, 1, "", "after_event"], [0, 2, 1, "", "after_event_parameters"], [0, 2, 1, "", "copy_from_step"], [0, 2, 1, "", "detect_spawned_job"], [0, 2, 1, "", "exec"], [0, 2, 1, "", "job_class"], [0, 2, 1, "", "new_job_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "post_job_action"], [0, 2, 1, "", "rerun_from_point_of_failure"], [0, 2, 1, "", "rerun_from_step"], [0, 2, 1, "", "sap_job_name"], [0, 2, 1, "", "spool_list_recipient"], [0, 2, 1, "", "start_condition"], [0, 2, 1, "", "target"]], "aapi.job.JobSAPR3CREATE.DetectSpawnedJob": [[0, 1, 1, "", "DetectAndCreate"], [0, 2, 1, "", "detect_and_create"], [0, 2, 1, "", "job_completion_status_depends_on_child_jobs_status"], [0, 2, 1, "", "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "start_spawned_job"]], "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.DetectAndCreate": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CurrentJobDefinition"], [0, 2, 1, "", "SpecificJobDefinition"]], "aapi.job.JobSAPR3CREATE.Exec": [[0, 2, 1, "", "Group"], [0, 2, 1, "", "Server"]], "aapi.job.JobSAPR3CREATE.JobClass": [[0, 2, 1, "", "A"], [0, 2, 1, "", "B"], [0, 2, 1, "", "C"]], "aapi.job.JobSAPR3CREATE.PostJobAction": [[0, 1, 1, "", "JobLog"], [0, 1, 1, "", "Spool"], [0, 2, 1, "", "job_completion_status_will_depend_on_application_status"], [0, 2, 1, "", "job_log"], [0, 2, 1, "", "job_log_file"], [0, 2, 1, "", "spool"], [0, 2, 1, "", "spool_file"], [0, 2, 1, "", "spool_save_to_p_d_f"]], "aapi.job.JobSAPR3CREATE.PostJobAction.JobLog": [[0, 2, 1, "", "CopyToFile"], [0, 2, 1, "", "CopyToOutput"], [0, 2, 1, "", "DoNotCopy"]], "aapi.job.JobSAPR3CREATE.PostJobAction.Spool": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CopyToFile"], [0, 2, 1, "", "CopyToOutput"]], "aapi.job.JobSAPR3CREATE.SpoolListRecipient": [[0, 1, 1, "", "RecipientType"], [0, 2, 1, "", "recipient_blind_copy"], [0, 2, 1, "", "recipient_copy"], [0, 2, 1, "", "recipient_express"], [0, 2, 1, "", "recipient_name"], [0, 2, 1, "", "recipient_type"], [0, 2, 1, "", "recipt_no_forwarding"]], "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "ExternalAddress"], [0, 2, 1, "", "FaxNumber"], [0, 2, 1, "", "InternetAddress"], [0, 2, 1, "", "PrivateDistributionList"], [0, 2, 1, "", "RemoteMailAddress"], [0, 2, 1, "", "SapUserName"], [0, 2, 1, "", "SharedDistributionList"], [0, 2, 1, "", "TelexNumber"], [0, 2, 1, "", "X400Address"]], "aapi.job.JobSAPR3CREATE.StartCondition": [[0, 2, 1, "", "ASAP"], [0, 2, 1, "", "AfterEvent"], [0, 2, 1, "", "Immediate"]], "aapi.job.JobSAPR3MonitorSapJob": [[0, 1, 1, "", "DetectSpawnedJob"], [0, 1, 1, "", "JobCount"], [0, 2, 1, "", "copy_from_step"], [0, 2, 1, "", "detect_spawned_job"], [0, 2, 1, "", "job_count"], [0, 2, 1, "", "job_count_specific_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "rerun_from_point_of_failure"], [0, 2, 1, "", "rerun_from_step"], [0, 2, 1, "", "sap_job_name"]], "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob": [[0, 1, 1, "", "DetectAndCreate"], [0, 2, 1, "", "detect_and_create"], [0, 2, 1, "", "job_completion_status_depends_on_child_jobs_status"], [0, 2, 1, "", "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "start_spawned_job"]], "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.DetectAndCreate": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CurrentJobDefinition"], [0, 2, 1, "", "SpecificJobDefinition"]], "aapi.job.JobSAPR3MonitorSapJob.JobCount": [[0, 2, 1, "", "SpecificJob"]], "aapi.job.JobSAPR3PredefinedSapJob": [[0, 1, 1, "", "DetectSpawnedJob"], [0, 1, 1, "", "Exec"], [0, 1, 1, "", "JobCount"], [0, 1, 1, "", "PostJobAction"], [0, 1, 1, "", "StartCondition"], [0, 2, 1, "", "after_event"], [0, 2, 1, "", "after_event_parameters"], [0, 2, 1, "", "copy_from_step"], [0, 2, 1, "", "detect_spawned_job"], [0, 2, 1, "", "exec"], [0, 2, 1, "", "job_count"], [0, 2, 1, "", "job_count_specific_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "post_job_action"], [0, 2, 1, "", "rerun_from_point_of_failure"], [0, 2, 1, "", "rerun_from_step"], [0, 2, 1, "", "sap_job_name"], [0, 2, 1, "", "start_condition"], [0, 2, 1, "", "target"]], "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob": [[0, 1, 1, "", "DetectAndCreate"], [0, 2, 1, "", "detect_and_create"], [0, 2, 1, "", "job_completion_status_depends_on_child_jobs_status"], [0, 2, 1, "", "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "start_spawned_job"]], "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.DetectAndCreate": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CurrentJobDefinition"], [0, 2, 1, "", "SpecificJobDefinition"]], "aapi.job.JobSAPR3PredefinedSapJob.Exec": [[0, 2, 1, "", "Group"], [0, 2, 1, "", "Server"]], "aapi.job.JobSAPR3PredefinedSapJob.JobCount": [[0, 2, 1, "", "FirstScheduled"], [0, 2, 1, "", "LastScheduled"], [0, 2, 1, "", "SpecificJob"]], "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction": [[0, 1, 1, "", "JobLog"], [0, 1, 1, "", "Spool"], [0, 2, 1, "", "job_completion_status_will_depend_on_application_status"], [0, 2, 1, "", "job_log"], [0, 2, 1, "", "job_log_file"], [0, 2, 1, "", "spool"], [0, 2, 1, "", "spool_file"], [0, 2, 1, "", "spool_save_to_p_d_f"]], "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.JobLog": [[0, 2, 1, "", "CopyToFile"], [0, 2, 1, "", "CopyToOutput"], [0, 2, 1, "", "DoNotCopy"]], "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.Spool": [[0, 2, 1, "", "Comment"], [0, 2, 1, "", "CopyToFile"], [0, 2, 1, "", "CopyToOutput"]], "aapi.job.JobSAPR3PredefinedSapJob.StartCondition": [[0, 2, 1, "", "ASAP"], [0, 2, 1, "", "AfterEvent"], [0, 2, 1, "", "Immediate"]], "aapi.job.JobSAPR3SapProfile": [[0, 2, 1, "", "object_name"]], "aapi.job.JobSAPR3SapProfileActivate": [[0, 1, 1, "", "ProfileInformation"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "profile_information"]], "aapi.job.JobSAPR3SapProfileActivate.ProfileInformation": [[0, 2, 1, "", "profile_id"], [0, 2, 1, "", "profile_type"]], "aapi.job.JobSAPR3SapProfileDeactivate": [[0, 1, 1, "", "ProfileInformation"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "profile_information"]], "aapi.job.JobSAPR3SapProfileDeactivate.ProfileInformation": [[0, 2, 1, "", "profile_type"]], "aapi.job.JobSAPR3TriggerSapEvent": [[0, 2, 1, "", "event_id"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameter"]], "aapi.job.JobSAPR3WatchSapEvent": [[0, 2, 1, "", "event_id"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "parameter"]], "aapi.job.JobSLAManagement": [[0, 1, 1, "", "AverageRunTimeTolerance"], [0, 1, 1, "", "CompleteBy"], [0, 1, 1, "", "CompleteIn"], [0, 2, 1, "", "average_run_time_tolerance"], [0, 2, 1, "", "complete_by"], [0, 2, 1, "", "complete_in"], [0, 2, 1, "", "job_runs_deviations_tolerance"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "run_as_dummy"], [0, 2, 1, "", "service_name"], [0, 2, 1, "", "service_priority"]], "aapi.job.JobSLAManagement.AverageRunTimeTolerance": [[0, 1, 1, "", "Units"], [0, 2, 1, "", "average_run_time"], [0, 2, 1, "", "units"]], "aapi.job.JobSLAManagement.AverageRunTimeTolerance.Units": [[0, 2, 1, "", "Minutes"], [0, 2, 1, "", "Percentage"]], "aapi.job.JobSLAManagement.CompleteBy": [[0, 2, 1, "", "days"], [0, 2, 1, "", "time"]], "aapi.job.JobSLAManagement.CompleteIn": [[0, 2, 1, "", "time"]], "aapi.job.JobScript": [[0, 2, 1, "", "arguments"], [0, 2, 1, "", "file_name"], [0, 2, 1, "", "file_path"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "override_path"], [0, 2, 1, "", "run_as_dummy"]], "aapi.job.JobTandem": [[0, 2, 1, "", "job_owner"], [0, 2, 1, "", "object_name"]], "aapi.job.JobTandemCommand": [[0, 2, 1, "", "command_line"], [0, 2, 1, "", "object_name"]], "aapi.job.JobTandemEmbeddedTACLScript": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "script"], [0, 2, 1, "", "t_a_c_l_script"]], "aapi.job.JobTandemExternalProcess": [[0, 1, 1, "", "ExternalCPUPIN"], [0, 1, 1, "", "ExternalProcessId"], [0, 2, 1, "", "external_c_p_u_p_i_n"], [0, 2, 1, "", "external_process_id"], [0, 2, 1, "", "object_name"]], "aapi.job.JobTandemExternalProcess.ExternalCPUPIN": [[0, 2, 1, "", "c_p_u_id"]], "aapi.job.JobTandemExternalProcess.ExternalProcessId": [[0, 2, 1, "", "id"]], "aapi.job.JobTandemProgram": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "program"], [0, 2, 1, "", "volume"]], "aapi.job.JobTandemTACLScript": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "t_a_c_l_script"], [0, 2, 1, "", "volume"]], "aapi.job.JobVMware": [[0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareConfiguration": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareConfigurationCloneVirtualMachine": [[0, 2, 1, "", "datastore"], [0, 2, 1, "", "new_virtual_machine_name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "target_host"]], "aapi.job.JobVMwareConfigurationDeployTemplate": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareConfigurationMigrateVirtualMachine": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareConfigurationReconfigureVirtualMachine": [[0, 2, 1, "", "number_of_c_p_us"], [0, 2, 1, "", "object_name"]], "aapi.job.JobVMwarePower": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "virtual_machine_name"]], "aapi.job.JobVMwarePowerOff": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwarePowerOn": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwarePowerReboot": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwarePowerReset": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwarePowerShutdown": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwarePowerStandby": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwarePowerSuspend": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareSnapshot": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareSnapshotRemove": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareSnapshotRemoveAll": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareSnapshotRevert": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareSnapshotRevertToCurrent": [[0, 2, 1, "", "object_name"]], "aapi.job.JobVMwareSnapshotTake": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "snapshot_name"]], "aapi.job.JobWebServices": [[0, 1, 1, "", "RequestType"], [0, 2, 1, "", "connection_profile"], [0, 2, 1, "", "exclude_job_output"], [0, 2, 1, "", "http_connection_timeout"], [0, 2, 1, "", "include_title_in_output"], [0, 2, 1, "", "input_file"], [0, 2, 1, "", "input_parameters"], [0, 2, 1, "", "location"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "operation"], [0, 2, 1, "", "output_parameters"], [0, 2, 1, "", "override_content_type"], [0, 2, 1, "", "override_url_endpoint"], [0, 2, 1, "", "preemptive_http_authentication"], [0, 2, 1, "", "request_type"], [0, 2, 1, "", "service"], [0, 2, 1, "", "soap_header_file"], [0, 2, 1, "", "soap_request"]], "aapi.job.JobWebServices.RequestType": [[0, 2, 1, "", "FreeText"], [0, 2, 1, "", "InputFile"], [0, 2, 1, "", "Parameter"]], "aapi.job.JobZOS": [[0, 1, 1, "", "Archiving"], [0, 1, 1, "", "History"], [0, 1, 1, "", "MustEnd"], [0, 1, 1, "", "OutputHandling"], [0, 1, 1, "", "PreventNCT2"], [0, 1, 1, "", "Sac"], [0, 1, 1, "", "Scheduling"], [0, 1, 1, "", "TaskInformation"], [0, 2, 1, "", "action_capture_output_list"], [0, 2, 1, "", "add_events_list"], [0, 2, 1, "", "archiving"], [0, 2, 1, "", "condition_list"], [0, 2, 1, "", "control_d_category"], [0, 2, 1, "", "delete_events_list"], [0, 2, 1, "", "event_list"], [0, 2, 1, "", "events_to_add"], [0, 2, 1, "", "events_to_delete"], [0, 2, 1, "", "history"], [0, 2, 1, "", "if_collection_list"], [0, 2, 1, "", "job_tag_list"], [0, 2, 1, "", "must_end"], [0, 2, 1, "", "notify_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "output_handling"], [0, 2, 1, "", "prevent_n_c_t2"], [0, 2, 1, "", "request_n_j_e_node"], [0, 2, 1, "", "resource_list"], [0, 2, 1, "", "sac"], [0, 2, 1, "", "scheduling"], [0, 2, 1, "", "scheduling_environment"], [0, 2, 1, "", "statistics_calendar"], [0, 2, 1, "", "step_range_list"], [0, 2, 1, "", "system_affinity"], [0, 2, 1, "", "task_information"], [0, 2, 1, "", "wait_for_events"], [0, 2, 1, "", "wait_for_events_list"]], "aapi.job.JobZOS.Archiving": [[0, 2, 1, "", "archive_sys_data"], [0, 2, 1, "", "auto_archive"], [0, 2, 1, "", "days_to_retain_data"], [0, 2, 1, "", "job_runs_to_retain_data"]], "aapi.job.JobZOS.History": [[0, 2, 1, "", "retention_days"], [0, 2, 1, "", "retention_generations"]], "aapi.job.JobZOS.MustEnd": [[0, 2, 1, "", "days"], [0, 2, 1, "", "hours"], [0, 2, 1, "", "minutes"]], "aapi.job.JobZOS.OutputHandling": [[0, 1, 1, "", "Operation"], [0, 2, 1, "", "destination"], [0, 2, 1, "", "from_class"], [0, 2, 1, "", "operation"]], "aapi.job.JobZOS.OutputHandling.Operation": [[0, 2, 1, "", "ChangeClass"], [0, 2, 1, "", "Copy"], [0, 2, 1, "", "Delete"], [0, 2, 1, "", "Move"], [0, 2, 1, "", "Release"]], "aapi.job.JobZOS.PreventNCT2": [[0, 2, 1, "", "Flush"], [0, 2, 1, "", "List"], [0, 2, 1, "", "No"], [0, 2, 1, "", "Yes"]], "aapi.job.JobZOS.Sac": [[0, 2, 1, "", "Default"], [0, 2, 1, "", "Next"], [0, 2, 1, "", "Prev"]], "aapi.job.JobZOS.Scheduling": [[0, 2, 1, "", "minimum_number_of_tracks"], [0, 2, 1, "", "partition_dataset"]], "aapi.job.JobZOS.TaskInformation": [[0, 2, 1, "", "emergency_job"], [0, 2, 1, "", "run_as_started_task"]], "aapi.job.JobZOSInStreamJCL": [[0, 2, 1, "", "jcl"], [0, 2, 1, "", "member"], [0, 2, 1, "", "member_library"], [0, 2, 1, "", "object_name"]], "aapi.job.JobZOSMember": [[0, 2, 1, "", "member"], [0, 2, 1, "", "member_library"], [0, 2, 1, "", "object_name"]], "aapi.jobsfilter": [[0, 1, 1, "", "JobsFilter"]], "aapi.jobsfilter.JobsFilter": [[0, 2, 1, "", "object_name"]], "aapi.jobtag": [[0, 1, 1, "", "JobTag"]], "aapi.jobtag.JobTag": [[0, 1, 1, "", "TagName"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "tag_name"]], "aapi.jobtag.JobTag.TagName": [[0, 2, 1, "", "USE_PARENT"]], "aapi.mail": [[0, 1, 1, "", "ActionMail"]], "aapi.mail.ActionMail": [[0, 1, 1, "", "Urgency"], [0, 2, 1, "", "attach_output"], [0, 2, 1, "", "cc"], [0, 2, 1, "", "message"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "subject"], [0, 2, 1, "", "to"], [0, 2, 1, "", "urgency"]], "aapi.mail.ActionMail.Urgency": [[0, 2, 1, "", "Regular"], [0, 2, 1, "", "Urgent"], [0, 2, 1, "", "VeryUrgent"]], "aapi.notify": [[0, 1, 1, "", "Notify"], [0, 1, 1, "", "NotifyDoesNotEnd"], [0, 1, 1, "", "NotifyDoesNotStart"], [0, 1, 1, "", "NotifyExecutionTime"], [0, 1, 1, "", "NotifyLateCyclicSubmit"], [0, 1, 1, "", "NotifyNotOK"], [0, 1, 1, "", "NotifyOK"], [0, 1, 1, "", "NotifyRerun"]], "aapi.notify.Notify": [[0, 1, 1, "", "Destination"], [0, 1, 1, "", "Urgency"], [0, 2, 1, "", "destination"], [0, 2, 1, "", "message"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "urgency"]], "aapi.notify.Notify.Destination": [[0, 2, 1, "", "Alerts"], [0, 2, 1, "", "Console"], [0, 2, 1, "", "JobLog"]], "aapi.notify.Notify.Urgency": [[0, 2, 1, "", "Regular"], [0, 2, 1, "", "Urgent"], [0, 2, 1, "", "VeryUrgent"]], "aapi.notify.NotifyDoesNotEnd": [[0, 2, 1, "", "by"]], "aapi.notify.NotifyDoesNotStart": [[0, 2, 1, "", "by"], [0, 2, 1, "", "days"]], "aapi.notify.NotifyExecutionTime": [[0, 1, 1, "", "Criteria"], [0, 2, 1, "", "criteria"], [0, 2, 1, "", "value"]], "aapi.notify.NotifyExecutionTime.Criteria": [[0, 2, 1, "", "GreaterThan"], [0, 2, 1, "", "GreaterThanAverage"], [0, 2, 1, "", "LessThan"], [0, 2, 1, "", "LessThanAverage"]], "aapi.notify.NotifyLateCyclicSubmit": [[0, 2, 1, "", "by"]], "aapi.on": [[0, 1, 1, "", "On"]], "aapi.on.On": [[0, 2, 1, "", "object_name"]], "aapi.output": [[0, 1, 1, "", "ActionOutput"]], "aapi.output.ActionOutput": [[0, 1, 1, "", "Operation"], [0, 2, 1, "", "destination"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "operation"]], "aapi.output.ActionOutput.Operation": [[0, 2, 1, "", "Copy"], [0, 2, 1, "", "Delete"], [0, 2, 1, "", "Move"], [0, 2, 1, "", "Print"]], "aapi.package": [[0, 1, 1, "", "Package"]], "aapi.package.Package": [[0, 1, 1, "", "Source"], [0, 2, 1, "", "name"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "password"], [0, 2, 1, "", "source"]], "aapi.package.Package.Source": [[0, 2, 1, "", "File_System"], [0, 2, 1, "", "SQL_Server"], [0, 2, 1, "", "SSIS_Package_Store"]], "aapi.packageparams": [[0, 1, 1, "", "PackageParams"]], "aapi.packageparams.PackageParams": [[0, 2, 1, "", "name"], [0, 2, 1, "", "value"]], "aapi.period": [[0, 1, 1, "", "Period"]], "aapi.period.Period": [[0, 1, 1, "", "Period"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "period"], [0, 2, 1, "", "years"]], "aapi.period.Period.Period": [[0, 2, 1, "", "A"], [0, 2, 1, "", "All"], [0, 2, 1, "", "B"], [0, 2, 1, "", "C"], [0, 2, 1, "", "D"], [0, 2, 1, "", "E"], [0, 2, 1, "", "F"], [0, 2, 1, "", "G"], [0, 2, 1, "", "H"], [0, 2, 1, "", "I"], [0, 2, 1, "", "J"], [0, 2, 1, "", "K"], [0, 2, 1, "", "L"], [0, 2, 1, "", "M"], [0, 2, 1, "", "O"], [0, 2, 1, "", "P"], [0, 2, 1, "", "Q"], [0, 2, 1, "", "R"], [0, 2, 1, "", "S"], [0, 2, 1, "", "T"], [0, 2, 1, "", "U"], [0, 2, 1, "", "V"], [0, 2, 1, "", "W"], [0, 2, 1, "", "X"], [0, 2, 1, "", "Z"]], "aapi.possibleoptions": [[0, 1, 1, "", "PossibleOptions"]], "aapi.possibleoptions.PossibleOptions": [[0, 2, 1, "", "object_name"]], "aapi.propertycondition": [[0, 1, 1, "", "PropertyCondition"]], "aapi.propertycondition.PropertyCondition": [[0, 1, 1, "", "Operator"], [0, 1, 1, "", "Property"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "operator"], [0, 2, 1, "", "property"], [0, 2, 1, "", "value"]], "aapi.propertycondition.PropertyCondition.Operator": [[0, 2, 1, "", "Contains"], [0, 2, 1, "", "DoesNotContain"], [0, 2, 1, "", "DoesNotEndsWith"], [0, 2, 1, "", "DoesNotEqual"], [0, 2, 1, "", "DoesNotStartsWith"], [0, 2, 1, "", "EndsWith"], [0, 2, 1, "", "Equals"], [0, 2, 1, "", "GreaterThan"], [0, 2, 1, "", "IsEmpty"], [0, 2, 1, "", "IsNotEmpty"], [0, 2, 1, "", "LessThan"], [0, 2, 1, "", "StartsWith"]], "aapi.propertycondition.PropertyCondition.Property": [[0, 2, 1, "", "ActivePeriod"], [0, 2, 1, "", "Calendar"], [0, 2, 1, "", "CaptureVariableName"], [0, 2, 1, "", "ConfirmationCalendar"], [0, 2, 1, "", "DaysKeepActive"], [0, 2, 1, "", "Destination"], [0, 2, 1, "", "Event"], [0, 2, 1, "", "ExceptionalPolicy"], [0, 2, 1, "", "FolderName"], [0, 2, 1, "", "FromProcedure"], [0, 2, 1, "", "FromProgram"], [0, 2, 1, "", "LockName"], [0, 2, 1, "", "LockType"], [0, 2, 1, "", "Message"], [0, 2, 1, "", "MonthDaysCalendar"], [0, 2, 1, "", "Name"], [0, 2, 1, "", "NotificationType"], [0, 2, 1, "", "OnFail"], [0, 2, 1, "", "OnOK"], [0, 2, 1, "", "PoolName"], [0, 2, 1, "", "Quantity"], [0, 2, 1, "", "Remove"], [0, 2, 1, "", "ToProcedure"], [0, 2, 1, "", "ToProgram"], [0, 2, 1, "", "Urgency"], [0, 2, 1, "", "Value"], [0, 2, 1, "", "WeekDaysCalendar"]], "aapi.rbcdetails": [[0, 1, 1, "", "RbcDetails"]], "aapi.rbcdetails.RbcDetails": [[0, 2, 1, "", "object_name"]], "aapi.remedy": [[0, 1, 1, "", "ActionRemedy"]], "aapi.remedy.ActionRemedy": [[0, 1, 1, "", "Urgency"], [0, 2, 1, "", "message"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "summary"], [0, 2, 1, "", "urgency"]], "aapi.remedy.ActionRemedy.Urgency": [[0, 2, 1, "", "High"], [0, 2, 1, "", "Low"], [0, 2, 1, "", "Medium"], [0, 2, 1, "", "Urgent"]], "aapi.resource": [[0, 1, 1, "", "Resource"], [0, 1, 1, "", "ResourceLock"], [0, 1, 1, "", "ResourcePool"]], "aapi.resource.Resource": [[0, 2, 1, "", "object_name"]], "aapi.resource.ResourceLock": [[0, 1, 1, "", "IfFail"], [0, 1, 1, "", "LockType"], [0, 2, 1, "", "if_fail"], [0, 2, 1, "", "lock_type"], [0, 2, 1, "", "object_name"]], "aapi.resource.ResourceLock.IfFail": [[0, 2, 1, "", "Keep"], [0, 2, 1, "", "Release"]], "aapi.resource.ResourceLock.LockType": [[0, 2, 1, "", "Exclusive"], [0, 2, 1, "", "Shared"]], "aapi.resource.ResourcePool": [[0, 1, 1, "", "IfFail"], [0, 1, 1, "", "IfOk"], [0, 2, 1, "", "if_fail"], [0, 2, 1, "", "if_ok"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "quantity"]], "aapi.resource.ResourcePool.IfFail": [[0, 2, 1, "", "Keep"], [0, 2, 1, "", "Release"]], "aapi.resource.ResourcePool.IfOk": [[0, 2, 1, "", "Discard"], [0, 2, 1, "", "Release"]], "aapi.resourcepools": [[0, 1, 1, "", "ResourcePools"]], "aapi.resourcepools.ResourcePools": [[0, 1, 1, "", "DatesList"], [0, 1, 1, "", "PeriodicDays"], [0, 1, 1, "", "RangeDates"], [0, 1, 1, "", "RangeDatesWithTimes"], [0, 1, 1, "", "SpecificTime"], [0, 1, 1, "", "Time"], [0, 1, 1, "", "WeekDaysRange"], [0, 2, 1, "", "dates_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "periodic_days"], [0, 2, 1, "", "quantity"], [0, 2, 1, "", "range_dates"], [0, 2, 1, "", "range_dates_with_times"], [0, 2, 1, "", "resource"], [0, 2, 1, "", "server"], [0, 2, 1, "", "specific_time"], [0, 2, 1, "", "time"], [0, 2, 1, "", "week_days_range"]], "aapi.resourcepools.ResourcePools.DatesList": [[0, 2, 1, "", "dates"]], "aapi.resourcepools.ResourcePools.PeriodicDays": [[0, 2, 1, "", "days_of_week"]], "aapi.resourcepools.ResourcePools.RangeDates": [[0, 2, 1, "", "from_date"], [0, 2, 1, "", "to_date"]], "aapi.resourcepools.ResourcePools.RangeDatesWithTimes": [[0, 2, 1, "", "from_date"], [0, 2, 1, "", "from_time"], [0, 2, 1, "", "to_date"], [0, 2, 1, "", "to_time"]], "aapi.resourcepools.ResourcePools.SpecificTime": [[0, 2, 1, "", "from_time"], [0, 2, 1, "", "to_time"]], "aapi.resourcepools.ResourcePools.Time": [[0, 1, 1, "", "TimeType"], [0, 2, 1, "", "time_type"]], "aapi.resourcepools.ResourcePools.Time.TimeType": [[0, 2, 1, "", "AllHours"], [0, 2, 1, "", "BetweenHours"], [0, 2, 1, "", "None_"]], "aapi.resourcepools.ResourcePools.WeekDaysRange": [[0, 1, 1, "", "FromDay"], [0, 1, 1, "", "ToDay"], [0, 2, 1, "", "from_day"], [0, 2, 1, "", "from_time"], [0, 2, 1, "", "to_day"], [0, 2, 1, "", "to_time"]], "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay": [[0, 2, 1, "", "Fri"], [0, 2, 1, "", "Mon"], [0, 2, 1, "", "Sat"], [0, 2, 1, "", "Sun"], [0, 2, 1, "", "Thu"], [0, 2, 1, "", "Tue"], [0, 2, 1, "", "Wed"]], "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay": [[0, 2, 1, "", "Fri"], [0, 2, 1, "", "Mon"], [0, 2, 1, "", "Sat"], [0, 2, 1, "", "Sun"], [0, 2, 1, "", "Thu"], [0, 2, 1, "", "Tue"], [0, 2, 1, "", "Wed"]], "aapi.run": [[0, 1, 1, "", "ActionRun"]], "aapi.run.ActionRun": [[0, 2, 1, "", "controlm_server"], [0, 2, 1, "", "date"], [0, 2, 1, "", "folder"], [0, 2, 1, "", "job"], [0, 2, 1, "", "lib"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "run_as_independent_flow"], [0, 2, 1, "", "variables"]], "aapi.runningjobs": [[0, 1, 1, "", "RunningJobs"]], "aapi.runningjobs.RunningJobs": [[0, 1, 1, "", "DatesList"], [0, 1, 1, "", "PeriodicDays"], [0, 1, 1, "", "RangeDates"], [0, 1, 1, "", "RangeDatesWithTimes"], [0, 1, 1, "", "Server"], [0, 1, 1, "", "SpecificTime"], [0, 1, 1, "", "Time"], [0, 1, 1, "", "WeekDaysRange"], [0, 2, 1, "", "dates_list"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "periodic_days"], [0, 2, 1, "", "quantity"], [0, 2, 1, "", "range_dates"], [0, 2, 1, "", "range_dates_with_times"], [0, 2, 1, "", "server"], [0, 2, 1, "", "specific_time"], [0, 2, 1, "", "time"], [0, 2, 1, "", "week_days_range"]], "aapi.runningjobs.RunningJobs.DatesList": [[0, 2, 1, "", "dates"]], "aapi.runningjobs.RunningJobs.PeriodicDays": [[0, 2, 1, "", "days_of_week"]], "aapi.runningjobs.RunningJobs.RangeDates": [[0, 2, 1, "", "from_date"], [0, 2, 1, "", "to_date"]], "aapi.runningjobs.RunningJobs.RangeDatesWithTimes": [[0, 2, 1, "", "from_date"], [0, 2, 1, "", "from_time"], [0, 2, 1, "", "to_date"], [0, 2, 1, "", "to_time"]], "aapi.runningjobs.RunningJobs.Server": [[0, 2, 1, "", "Global"]], "aapi.runningjobs.RunningJobs.SpecificTime": [[0, 2, 1, "", "from_time"], [0, 2, 1, "", "to_time"]], "aapi.runningjobs.RunningJobs.Time": [[0, 1, 1, "", "TimeType"], [0, 2, 1, "", "time_type"]], "aapi.runningjobs.RunningJobs.Time.TimeType": [[0, 2, 1, "", "AllHours"], [0, 2, 1, "", "BetweenHours"], [0, 2, 1, "", "None_"]], "aapi.runningjobs.RunningJobs.WeekDaysRange": [[0, 1, 1, "", "FromDay"], [0, 1, 1, "", "ToDay"], [0, 2, 1, "", "from_day"], [0, 2, 1, "", "from_time"], [0, 2, 1, "", "to_day"], [0, 2, 1, "", "to_time"]], "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay": [[0, 2, 1, "", "Fri"], [0, 2, 1, "", "Mon"], [0, 2, 1, "", "Sat"], [0, 2, 1, "", "Sun"], [0, 2, 1, "", "Thu"], [0, 2, 1, "", "Tue"], [0, 2, 1, "", "Wed"]], "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay": [[0, 2, 1, "", "Fri"], [0, 2, 1, "", "Mon"], [0, 2, 1, "", "Sat"], [0, 2, 1, "", "Sun"], [0, 2, 1, "", "Thu"], [0, 2, 1, "", "Tue"], [0, 2, 1, "", "Wed"]], "aapi.set_": [[0, 1, 1, "", "ActionSet"]], "aapi.set_.ActionSet": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "value"], [0, 2, 1, "", "variable"]], "aapi.sitestandard": [[0, 1, 1, "", "SiteStandard"]], "aapi.sitestandard.SiteStandard": [[0, 2, 1, "", "business_parameters"], [0, 2, 1, "", "description"], [0, 2, 1, "", "event_format"], [0, 2, 1, "", "internal_rules"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "rules"]], "aapi.sitestandarddata": [[0, 1, 1, "", "SiteStandardData"]], "aapi.sitestandarddata.SiteStandardData": [[0, 2, 1, "", "object_name"]], "aapi.sitestandardoperatorvalueoptions": [[0, 1, 1, "", "SiteStandardOperatorValueOptions"]], "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions": [[0, 1, 1, "", "Operator"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "operator"], [0, 2, 1, "", "value"]], "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator": [[0, 2, 1, "", "DoesNotEqual"], [0, 2, 1, "", "Equals"], [0, 2, 1, "", "Even"], [0, 2, 1, "", "GreaterThan"], [0, 2, 1, "", "LessThan"], [0, 2, 1, "", "Odd"]], "aapi.sitestandardpolicy": [[0, 1, 1, "", "SiteStandardPolicy"]], "aapi.sitestandardpolicy.SiteStandardPolicy": [[0, 1, 1, "", "ApplyOn"], [0, 1, 1, "", "ErrorLevel"], [0, 1, 1, "", "Status"], [0, 2, 1, "", "apply_on"], [0, 2, 1, "", "business_fields"], [0, 2, 1, "", "description"], [0, 2, 1, "", "error_level"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "site_standard"], [0, 2, 1, "", "status"]], "aapi.sitestandardpolicy.SiteStandardPolicy.ApplyOn": [[0, 2, 1, "", "folder"], [0, 2, 1, "", "server"]], "aapi.sitestandardpolicy.SiteStandardPolicy.ErrorLevel": [[0, 2, 1, "", "Default"], [0, 2, 1, "", "Error"], [0, 2, 1, "", "Warning"]], "aapi.sitestandardpolicy.SiteStandardPolicy.Status": [[0, 2, 1, "", "Active"], [0, 2, 1, "", "Not_Active"]], "aapi.sitestandardpolicydata": [[0, 1, 1, "", "SiteStandardPolicyData"]], "aapi.sitestandardpolicydata.SiteStandardPolicyData": [[0, 2, 1, "", "object_name"]], "aapi.sitestandardpossiblevalue": [[0, 1, 1, "", "SiteStandardPossibleValue"]], "aapi.sitestandardpossiblevalue.SiteStandardPossibleValue": [[0, 2, 1, "", "description"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "value"]], "aapi.sitestandardrestriction": [[0, 1, 1, "", "SiteStandardRestriction"], [0, 1, 1, "", "SiteStandardRestrictionEnum"], [0, 1, 1, "", "SiteStandardRestrictionNumeric"], [0, 1, 1, "", "SiteStandardRestrictionOperatorValue"], [0, 1, 1, "", "SiteStandardRestrictionText"]], "aapi.sitestandardrestriction.SiteStandardRestriction": [[0, 2, 1, "", "object_name"]], "aapi.sitestandardrestriction.SiteStandardRestrictionEnum": [[0, 2, 1, "", "object_name"]], "aapi.sitestandardrestriction.SiteStandardRestrictionNumeric": [[0, 2, 1, "", "object_name"]], "aapi.sitestandardrestriction.SiteStandardRestrictionOperatorValue": [[0, 2, 1, "", "object_name"], [0, 2, 1, "", "values"]], "aapi.sitestandardrestriction.SiteStandardRestrictionText": [[0, 2, 1, "", "object_name"]], "aapi.steprange": [[0, 1, 1, "", "StepRange"]], "aapi.steprange.StepRange": [[0, 2, 1, "", "from_procedure"], [0, 2, 1, "", "from_program"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "to_procedure"], [0, 2, 1, "", "to_program"]], "aapi.tag": [[0, 1, 1, "", "Tag"], [0, 1, 1, "", "TagFolder"], [0, 1, 1, "", "TagGlobal"]], "aapi.tag.Tag": [[0, 2, 1, "", "object_name"]], "aapi.tag.TagFolder": [[0, 2, 1, "", "active_from"], [0, 2, 1, "", "active_till"], [0, 2, 1, "", "calendar"], [0, 2, 1, "", "exception_policy"], [0, 2, 1, "", "max_wait"], [0, 2, 1, "", "month_days_calendar"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "tag_relation_dc_wc"], [0, 2, 1, "", "week_days_calendar"]], "aapi.tag.TagGlobal": [[0, 2, 1, "", "object_name"]], "aapi.time": [[0, 1, 1, "", "Time"]], "aapi.time.Time": [[0, 2, 1, "", "object_name"]], "aapi.variable": [[0, 1, 1, "", "Variable"]], "aapi.variable.Variable": [[0, 2, 1, "", "object_name"]], "aapi.waitforevents": [[0, 1, 1, "", "WaitForEvents"]], "aapi.waitforevents.WaitForEvents": [[0, 2, 1, "", "events"], [0, 2, 1, "", "object_name"]], "aapi.workloadflat": [[0, 1, 1, "", "WorkloadFlat"]], "aapi.workloadflat.WorkloadFlat": [[0, 2, 1, "", "object_name"]], "aapi.workloadpolicy": [[0, 1, 1, "", "WorkloadPolicy"]], "aapi.workloadpolicy.WorkloadPolicy": [[0, 1, 1, "", "Filter"], [0, 2, 1, "", "description"], [0, 2, 1, "", "filter"], [0, 2, 1, "", "host_mappings"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "resource_pools"], [0, 2, 1, "", "running_jobs"]], "aapi.workloadpolicy.WorkloadPolicy.Filter": [[0, 2, 1, "", "application"], [0, 2, 1, "", "folder"], [0, 2, 1, "", "host"], [0, 2, 1, "", "job_name"], [0, 2, 1, "", "job_type"], [0, 2, 1, "", "server"], [0, 2, 1, "", "sub_application"]], "aapi.wpperiod": [[0, 1, 1, "", "WpPeriod"]], "aapi.wpperiod.WpPeriod": [[0, 2, 1, "", "object_name"]], "aapi.year": [[0, 1, 1, "", "Year"]], "aapi.year.Year": [[0, 2, 1, "", "apr"], [0, 2, 1, "", "aug"], [0, 2, 1, "", "dec"], [0, 2, 1, "", "description"], [0, 2, 1, "", "feb"], [0, 2, 1, "", "jan"], [0, 2, 1, "", "jul"], [0, 2, 1, "", "jun"], [0, 2, 1, "", "mar"], [0, 2, 1, "", "may"], [0, 2, 1, "", "nov"], [0, 2, 1, "", "object_name"], [0, 2, 1, "", "oct"], [0, 2, 1, "", "sep"], [0, 2, 1, "", "year"]], "ctm_python_client": [[4, 0, 0, "-", "core"], [5, 0, 0, "-", "ext"]], "ctm_python_client.core": [[4, 0, 0, "-", "comm"], [4, 0, 0, "-", "credential"], [4, 0, 0, "-", "monitoring"], [4, 0, 0, "-", "workflow"]], "ctm_python_client.core.comm": [[4, 1, 1, "", "AAPIClientResponse"], [4, 1, 1, "", "AbstractAAPIClient"], [4, 1, 1, "", "Environment"], [4, 1, 1, "", "EnvironmentMode"], [4, 1, 1, "", "OnPremAAPIClient"], [4, 1, 1, "", "SaasAAPIClient"]], "ctm_python_client.core.comm.AAPIClientResponse": [[4, 3, 1, "", "is_ok"]], "ctm_python_client.core.comm.AbstractAAPIClient": [[4, 3, 1, "", "authenticate"]], "ctm_python_client.core.comm.Environment": [[4, 3, 1, "", "create_onprem"], [4, 3, 1, "", "create_saas"], [4, 3, 1, "", "create_workbench"]], "ctm_python_client.core.comm.EnvironmentMode": [[4, 2, 1, "", "ONPREM"], [4, 2, 1, "", "SAAS"], [4, 2, 1, "", "WORKBENCH"]], "ctm_python_client.core.comm.OnPremAAPIClient": [[4, 3, 1, "", "authenticate"]], "ctm_python_client.core.comm.SaasAAPIClient": [[4, 3, 1, "", "authenticate"]], "ctm_python_client.core.credential": [[4, 1, 1, "", "AbstractCredentials"], [4, 1, 1, "", "InputPasswordCredentials"], [4, 1, 1, "", "SimpleCredentials"]], "ctm_python_client.core.credential.AbstractCredentials": [[4, 3, 1, "", "get_password"], [4, 3, 1, "", "get_username"]], "ctm_python_client.core.credential.InputPasswordCredentials": [[4, 3, 1, "", "get_password"], [4, 3, 1, "", "get_username"]], "ctm_python_client.core.credential.SimpleCredentials": [[4, 3, 1, "", "get_password"], [4, 3, 1, "", "get_username"]], "ctm_python_client.core.monitoring": [[4, 1, 1, "", "Monitor"], [4, 1, 1, "", "RunMonitor"]], "ctm_python_client.core.monitoring.Monitor": [[4, 3, 1, "", "confirm_job"], [4, 3, 1, "", "delete_job"], [4, 3, 1, "", "get_log"], [4, 3, 1, "", "get_output"], [4, 3, 1, "", "get_statuses"], [4, 3, 1, "", "hold_job"], [4, 3, 1, "", "kill_job"], [4, 3, 1, "", "release_job"], [4, 3, 1, "", "rerun_job"], [4, 3, 1, "", "set_to_ok"]], "ctm_python_client.core.monitoring.RunMonitor": [[4, 3, 1, "", "confirm_job"], [4, 3, 1, "", "delete_job"], [4, 3, 1, "", "get_jobid"], [4, 3, 1, "", "get_log"], [4, 3, 1, "", "get_output"], [4, 3, 1, "", "get_status"], [4, 3, 1, "", "get_statuses"], [4, 3, 1, "", "hold_job"], [4, 3, 1, "", "kill_job"], [4, 3, 1, "", "open_in_browser"], [4, 3, 1, "", "print_output"], [4, 3, 1, "", "print_statuses"], [4, 3, 1, "", "release_job"], [4, 3, 1, "", "rerun_job"], [4, 3, 1, "", "set_to_ok"]], "ctm_python_client.core.workflow": [[4, 1, 1, "", "AbstractWorkflow"], [4, 1, 1, "", "BaseWorkflow"], [4, 1, 1, "", "Workflow"], [4, 1, 1, "", "WorkflowDefaults"]], "ctm_python_client.core.workflow.AbstractWorkflow": [[4, 3, 1, "", "add"], [4, 3, 1, "", "chain"], [4, 3, 1, "", "connect"], [4, 3, 1, "", "dump_json"], [4, 3, 1, "", "dumps_json"], [4, 3, 1, "", "get"], [4, 3, 1, "", "get_objects"]], "ctm_python_client.core.workflow.BaseWorkflow": [[4, 3, 1, "", "add"], [4, 3, 1, "", "chain"], [4, 3, 1, "", "clear_all"], [4, 3, 1, "", "connect"], [4, 3, 1, "", "copy_from"], [4, 3, 1, "", "create_folder_hierarchy"], [4, 3, 1, "", "dump_json"], [4, 3, 1, "", "dumps_json"], [4, 3, 1, "", "get"], [4, 3, 1, "", "get_objects"]], "ctm_python_client.core.workflow.Workflow": [[4, 3, 1, "", "authenticate"], [4, 3, 1, "", "build"], [4, 3, 1, "", "deploy"], [4, 3, 1, "", "run"], [4, 3, 1, "", "workbench"]], "ctm_python_client.core.workflow.WorkflowDefaults": [[4, 2, 1, "", "application"], [4, 2, 1, "", "controlm_server"], [4, 2, 1, "", "host"], [4, 2, 1, "", "run_as"], [4, 2, 1, "", "sub_application"], [4, 2, 1, "", "when"]], "ctm_python_client.ext": [[5, 0, 0, "-", "credential"], [5, 0, 0, "-", "viz"]], "ctm_python_client.ext.credential": [[5, 1, 1, "", "KeyringCredentials"]], "ctm_python_client.ext.credential.KeyringCredentials": [[5, 3, 1, "", "get_password"], [5, 3, 1, "", "get_username"]], "ctm_python_client.ext.viz": [[5, 4, 1, "", "get_graph"], [5, 4, 1, "", "get_subgraph"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:attribute", "3": "py:method", "4": "py:function"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "method", "Python method"], "4": ["py", "function", "Python function"]}, "titleterms": {"aapi": [0, 1], "packag": [0, 1, 3, 4, 5], "subpackag": [0, 3], "submodul": [0, 1, 4, 5], "action": [0, 14], "modul": [0, 1, 3, 4, 5], "addev": [0, 14], "ai": [0, 10], "basefold": 0, "base": 0, "businessfield": 0, "businessparamet": 0, "calendar": 0, "calendarfield": 0, "calendarkei": 0, "captureoutput": 0, "condit": 0, "config": 0, "connectionprofil": 0, "ctbruledata": 0, "date": 0, "definitionitemdetail": 0, "deleteev": [0, 14], "disallowedopt": 0, "do": 0, "donotifi": 0, "driver": 0, "endpoint": 0, "event": [0, 14], "extractrul": 0, "filetransf": 0, "filetransfergroup": 0, "flow_": 0, "folderclientdata": 0, "folderjobbas": 0, "hostfiletransf": 0, "hostmap": 0, "if_": 0, "ifbas": 0, "ifcollect": 0, "ifrerun": 0, "internalrul": 0, "iteminfo": 0, "job": [0, 1, 8, 13, 14, 15, 16], "jobsfilt": 0, "jobtag": 0, "mail": 0, "notifi": [0, 14], "output": [0, 13], "packageparam": 0, "period": 0, "possibleopt": 0, "propertycondit": 0, "rbcdetail": 0, "remedi": 0, "resourc": [0, 14], "resourcepool": [0, 14], "run": [0, 13, 16], "runningjob": 0, "set_": 0, "sitestandard": 0, "sitestandarddata": 0, "sitestandardoperatorvalueopt": 0, "sitestandardpolici": 0, "sitestandardpolicydata": 0, "sitestandardpossiblevalu": 0, "sitestandardrestrict": 0, "steprang": 0, "tag": 0, "time": 0, "variabl": [0, 14], "waitforev": [0, 14], "workloadflat": 0, "workloadpolici": 0, "wpperiod": 0, "year": 0, "content": [0, 1, 3, 4, 5, 7], "integration_factori": 1, "connection_profil": 1, "go": 2, "forward": 2, "us": 2, "link": 2, "extend": 2, "control": [2, 7, 10, 13, 16], "m": [2, 7, 10, 13, 16], "python": [2, 7, 13, 16], "client": [2, 7, 13, 16], "ctm_python_cli": [3, 4, 5], "core": 4, "comm": 4, "credenti": [4, 5, 9], "monitor": [4, 16], "workflow": [4, 13, 16], "ext": 5, "viz": 5, "get": [6, 13, 16], "start": [6, 13], "environ": [6, 9], "instal": 6, "via": 6, "pip": 6, "from": 6, "sourc": 6, "document": 7, "refer": 7, "work": 8, "applic": 8, "integr": 8, "build": [8, 13], "custom": 8, "type": [8, 15], "aijob": 8, "authent": 9, "auto": 10, "gener": 10, "plugin": 10, "workbench": 10, "connect": [11, 13], "profil": 11, "connectionprofilehadoop": 11, "connectionprofilefiletransf": 11, "connectionprofilefiletransferftp": 11, "connectionprofilefiletransfersftp": 11, "connectionprofilefiletransferloc": 11, "connectionprofilefiletransfers3amazon": 11, "connectionprofilefiletransfers3compat": 11, "connectionprofilefiletransferas2": 11, "connectionprofiledatabas": 11, "connectionprofiledatabasedb2": 11, "connectionprofiledatabasejdbc": 11, "connectionprofiledatabasemssql": 11, "connectionprofiledatabaseoraclesid": 11, "connectionprofiledatabaseoracleservicenam": 11, "connectionprofiledatabaseoracleconnectionstr": 11, "connectionprofiledatabasepostgresql": 11, "connectionprofiledatabasesybas": 11, "connectionprofilesap": 11, "connectionprofileinformatica": 11, "connectionprofileaw": 11, "connectionprofileazur": 11, "folder": [12, 14, 16], "exampl": 12, "subfold": 12, "argument": 12, "creat": 13, "ad": 13, "deploi": 13, "check": [13, 16], "flow": [13, 16], "without": 13, "two": 13, "chain": 13, "dummi": 13, "run_as_dummi": 13, "properti": 14, "when": 14, "If": 14, "ifcompletionstatu": 14, "ifnumberofrerun": 14, "ifnumberoffailur": 14, "ifjobnotsubmit": 14, "ifjoboutputnotfound": 14, "ifnumberofexecut": 14, "ifoutput": 14, "ifvariablevalu": 14, "actionmail": 14, "actionrerun": 14, "actionset": 14, "actionsettook": 14, "actionsettonotok": 14, "actionstopcyclicrun": 14, "actionrun": 14, "actionnotifi": 14, "actionremedi": 14, "actionoutput": 14, "notifyok": 14, "notifynotok": 14, "notifydoesnotstart": 14, "notifyexecutiontim": 14, "notifydoesnotend": 14, "notifyrerun": 14, "notifylatecyclicsubmit": 14, "resourcelock": 14, "rerun": 14, "jobcommand": 15, "jobscript": 15, "jobembeddedscript": 15, "jobfiletransf": 15, "jobfilewatchercr": 15, "jobfilewatcherdelet": 15, "jobdatabaseembeddedqueri": 15, "jobdatabasesqlscript": 15, "jobdatabasestoredprocedur": 15, "jobdatabasemssqlagentjob": 15, "jobdatabasemssql_ssi": 15, "jobhadoopsparkpython": 15, "jobhadoopsparkscalajava": 15, "jobhadooppig": 15, "jobhadoopsqoop": 15, "jobhadooph": 15, "jobhadoopdistcp": 15, "jobhadoophdfscommand": 15, "jobhadoophdfsfilewatch": 15, "jobhadoopoozi": 15, "jobhadoopmapreduc": 15, "jobhadoopmapredstream": 15, "jobhadooptajoinputfil": 15, "jobhadooptajoqueri": 15, "jobpeoplesoft": 15, "jobinformatica": 15, "jobawslambda": 15, "jobawsstepfunct": 15, "jobawsbatch": 15, "jobazurefunct": 15, "jobazurelogicapp": 15, "jobazurebatchaccount": 15, "jobwebservic": 15, "jobslamanag": 15, "statu": 16, "specif": 16, "error": 16, "troubleshoot": 16, "tutori": 17, "notebook": 17}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "nbsphinx": 4, "sphinx": 58}, "alltitles": {"aapi package": [[0, "aapi-package"]], "Subpackages": [[0, "subpackages"], [3, "subpackages"]], "Submodules": [[0, "submodules"], [1, "submodules"], [4, "submodules"], [5, "submodules"]], "aapi.action module": [[0, "module-aapi.action"]], "aapi.addevents module": [[0, "module-aapi.addevents"]], "aapi.ai module": [[0, "module-aapi.ai"]], "aapi.basefolder module": [[0, "module-aapi.basefolder"]], "aapi.bases module": [[0, "module-aapi.bases"]], "aapi.businessfield module": [[0, "module-aapi.businessfield"]], "aapi.businessparameter module": [[0, "module-aapi.businessparameter"]], "aapi.calendar module": [[0, "module-aapi.calendar"]], "aapi.calendarfields module": [[0, "module-aapi.calendarfields"]], "aapi.calendarkey module": [[0, "module-aapi.calendarkey"]], "aapi.captureoutput module": [[0, "module-aapi.captureoutput"]], "aapi.condition module": [[0, "module-aapi.condition"]], "aapi.config module": [[0, "module-aapi.config"]], "aapi.connectionprofile module": [[0, "module-aapi.connectionprofile"]], "aapi.ctbruledata module": [[0, "module-aapi.ctbruledata"]], "aapi.date module": [[0, "module-aapi.date"]], "aapi.definitionitemdetails module": [[0, "module-aapi.definitionitemdetails"]], "aapi.deleteevents module": [[0, "module-aapi.deleteevents"]], "aapi.disallowedoptions module": [[0, "module-aapi.disallowedoptions"]], "aapi.do module": [[0, "module-aapi.do"]], "aapi.donotify module": [[0, "module-aapi.donotify"]], "aapi.driver module": [[0, "module-aapi.driver"]], "aapi.endpoint module": [[0, "module-aapi.endpoint"]], "aapi.event module": [[0, "module-aapi.event"]], "aapi.extractrule module": [[0, "module-aapi.extractrule"]], "aapi.filetransfer module": [[0, "module-aapi.filetransfer"]], "aapi.filetransfergroup module": [[0, "module-aapi.filetransfergroup"]], "aapi.flow_ module": [[0, "module-aapi.flow_"]], "aapi.folderclientdata module": [[0, "module-aapi.folderclientdata"]], "aapi.folderjobbase module": [[0, "module-aapi.folderjobbase"]], "aapi.hostfiletransfer module": [[0, "module-aapi.hostfiletransfer"]], "aapi.hostmapping module": [[0, "module-aapi.hostmapping"]], "aapi.if_ module": [[0, "aapi-if-module"]], "aapi.ifbase module": [[0, "module-aapi.ifbase"]], "aapi.ifcollection module": [[0, "module-aapi.ifcollection"]], "aapi.ifrerun module": [[0, "module-aapi.ifrerun"]], "aapi.internalrule module": [[0, "module-aapi.internalrule"]], "aapi.iteminfo module": [[0, "module-aapi.iteminfo"]], "aapi.job module": [[0, "module-aapi.job"]], "aapi.jobsfilter module": [[0, "module-aapi.jobsfilter"]], "aapi.jobtag module": [[0, "module-aapi.jobtag"]], "aapi.mail module": [[0, "module-aapi.mail"]], "aapi.notify module": [[0, "module-aapi.notify"]], "aapi.on module": [[0, "module-aapi.on"]], "aapi.output module": [[0, "module-aapi.output"]], "aapi.package module": [[0, "module-aapi.package"]], "aapi.packageparams module": [[0, "module-aapi.packageparams"]], "aapi.period module": [[0, "module-aapi.period"]], "aapi.possibleoptions module": [[0, "module-aapi.possibleoptions"]], "aapi.propertycondition module": [[0, "module-aapi.propertycondition"]], "aapi.rbcdetails module": [[0, "module-aapi.rbcdetails"]], "aapi.remedy module": [[0, "module-aapi.remedy"]], "aapi.resource module": [[0, "module-aapi.resource"]], "aapi.resourcepools module": [[0, "module-aapi.resourcepools"]], "aapi.run module": [[0, "module-aapi.run"]], "aapi.runningjobs module": [[0, "module-aapi.runningjobs"]], "aapi.set_ module": [[0, "module-aapi.set_"]], "aapi.sitestandard module": [[0, "module-aapi.sitestandard"]], "aapi.sitestandarddata module": [[0, "module-aapi.sitestandarddata"]], "aapi.sitestandardoperatorvalueoptions module": [[0, "module-aapi.sitestandardoperatorvalueoptions"]], "aapi.sitestandardpolicy module": [[0, "module-aapi.sitestandardpolicy"]], "aapi.sitestandardpolicydata module": [[0, "module-aapi.sitestandardpolicydata"]], "aapi.sitestandardpossiblevalue module": [[0, "module-aapi.sitestandardpossiblevalue"]], "aapi.sitestandardrestriction module": [[0, "module-aapi.sitestandardrestriction"]], "aapi.steprange module": [[0, "module-aapi.steprange"]], "aapi.tag module": [[0, "module-aapi.tag"]], "aapi.time module": [[0, "module-aapi.time"]], "aapi.variable module": [[0, "module-aapi.variable"]], "aapi.waitforevents module": [[0, "module-aapi.waitforevents"]], "aapi.workloadflat module": [[0, "module-aapi.workloadflat"]], "aapi.workloadpolicy module": [[0, "module-aapi.workloadpolicy"]], "aapi.wpperiod module": [[0, "module-aapi.wpperiod"]], "aapi.year module": [[0, "module-aapi.year"]], "Module contents": [[0, "module-aapi"], [1, "module-aapi.integration_factory"], [3, "module-ctm_python_client"], [4, "module-ctm_python_client.core"], [5, "module-ctm_python_client.ext"]], "aapi.integration_factory package": [[1, "aapi-integration-factory-package"]], "aapi.integration_factory.connection_profiles module": [[1, "module-aapi.integration_factory.connection_profiles"]], "aapi.integration_factory.jobs module": [[1, "module-aapi.integration_factory.jobs"]], "Going Forward": [[2, "going-forward"]], "Useful Links": [[2, "useful-links"]], "Extending Control-M Python Client": [[2, "extending-control-m-python-client"]], "ctm_python_client package": [[3, "ctm-python-client-package"]], "ctm_python_client.core package": [[4, "ctm-python-client-core-package"]], "ctm_python_client.core.comm module": [[4, "module-ctm_python_client.core.comm"]], "ctm_python_client.core.credential module": [[4, "module-ctm_python_client.core.credential"]], "ctm_python_client.core.monitoring module": [[4, "module-ctm_python_client.core.monitoring"]], "ctm_python_client.core.workflow module": [[4, "module-ctm_python_client.core.workflow"]], "ctm_python_client.ext package": [[5, "ctm-python-client-ext-package"]], "ctm_python_client.ext.credential module": [[5, "module-ctm_python_client.ext.credential"]], "ctm_python_client.ext.viz module": [[5, "module-ctm_python_client.ext.viz"]], "Getting Started": [[6, "getting-started"]], "Environment": [[6, "environment"]], "Installation": [[6, "installation"]], "Installing via pip": [[6, "installing-via-pip"]], "Installing from source": [[6, "installing-from-source"]], "Control-M Python Client Documentation": [[7, "control-m-python-client-documentation"]], "Contents:": [[7, null]], "References:": [[7, null]], "Working with Application Integrator": [[8, "Working-with-Application-Integrator"]], "Building Custom Application Integrator Job Types with AIJob": [[8, "Building-Custom-Application-Integrator-Job-Types-with-AIJob"]], "Authentication": [[9, "Authentication"]], "Environments": [[9, "Environments"]], "Credentials": [[9, "Credentials"]], "Auto generation of AI Plugins with Control-M Workbench": [[10, "Auto-generation-of-AI-Plugins-with-Control-M-Workbench"]], "Connection Profiles": [[11, "Connection-Profiles"]], "ConnectionProfileHadoop": [[11, "ConnectionProfileHadoop"]], "ConnectionProfileFileTransfer": [[11, "ConnectionProfileFileTransfer"]], "ConnectionProfileFileTransferFTP": [[11, "ConnectionProfileFileTransferFTP"]], "ConnectionProfileFileTransferSFTP": [[11, "ConnectionProfileFileTransferSFTP"]], "ConnectionProfileFileTransferFTPS": [[11, "ConnectionProfileFileTransferFTPS"]], "ConnectionProfileFileTransferLocal": [[11, "ConnectionProfileFileTransferLocal"]], "ConnectionProfileFileTransferS3Amazon": [[11, "ConnectionProfileFileTransferS3Amazon"]], "ConnectionProfileFileTransferS3Compatible": [[11, "ConnectionProfileFileTransferS3Compatible"]], "ConnectionProfileFileTransferAS2": [[11, "ConnectionProfileFileTransferAS2"]], "ConnectionProfileDatabase": [[11, "ConnectionProfileDatabase"]], "ConnectionProfileDatabaseDB2": [[11, "ConnectionProfileDatabaseDB2"]], "ConnectionProfileDatabaseJDBC": [[11, "ConnectionProfileDatabaseJDBC"]], "ConnectionProfileDatabaseMSSql": [[11, "ConnectionProfileDatabaseMSSql"]], "ConnectionProfileDatabaseOracleSID": [[11, "ConnectionProfileDatabaseOracleSID"]], "ConnectionProfileDatabaseOracleServiceName": [[11, "ConnectionProfileDatabaseOracleServiceName"]], "ConnectionProfileDatabaseOracleConnectionString": [[11, "ConnectionProfileDatabaseOracleConnectionString"]], "ConnectionProfileDatabasePostgreSql": [[11, "ConnectionProfileDatabasePostgreSql"]], "ConnectionProfileDatabaseSybase": [[11, "ConnectionProfileDatabaseSybase"]], "ConnectionProfileSAP": [[11, "ConnectionProfileSAP"]], "ConnectionProfileInformatica": [[11, "ConnectionProfileInformatica"]], "ConnectionProfileAWS": [[11, "ConnectionProfileAWS"]], "ConnectionProfileAzure": [[11, "ConnectionProfileAzure"]], "Folders": [[12, "Folders"]], "Folder": [[12, "Folder"]], "Examples": [[12, "Examples"], [12, "id1"]], "SubFolder": [[12, "SubFolder"]], "Arguments": [[12, "Arguments"]], "Getting Started with Control-M Python Client": [[13, "Getting-Started-with-Control-M-Python-Client"]], "Creating a Workflow": [[13, "Creating-a-Workflow"]], "Adding Jobs in the Workflow": [[13, "Adding-Jobs-in-the-Workflow"]], "Building and Deploying": [[13, "Building-and-Deploying"]], "Running and checking the output": [[13, "Running-and-checking-the-output"]], "Flows": [[13, "Flows"]], "Adding jobs without connection": [[13, "Adding-jobs-without-connection"]], "Connecting two Jobs": [[13, "Connecting-two-Jobs"]], "Chaining Jobs": [[13, "Chaining-Jobs"]], "Dummy Jobs and run_as_dummy": [[13, "Dummy-Jobs-and-run_as_dummy"]], "Job and Folder Properties": [[14, "Job-and-Folder-Properties"]], "When": [[14, "When"]], "If": [[14, "If"]], "IfCompletionStatus": [[14, "IfCompletionStatus"]], "IfNumberOfReruns": [[14, "IfNumberOfReruns"]], "IfNumberOfFailures": [[14, "IfNumberOfFailures"]], "IfJobNotSubmitted": [[14, "IfJobNotSubmitted"]], "IfJobOutputNotFound": [[14, "IfJobOutputNotFound"]], "IfNumberOfExecutions": [[14, "IfNumberOfExecutions"]], "IfOutput": [[14, "IfOutput"]], "IfVariableValue": [[14, "IfVariableValue"]], "If Actions": [[14, "If-Actions"]], "ActionMail": [[14, "ActionMail"]], "ActionRerun": [[14, "ActionRerun"]], "ActionSet": [[14, "ActionSet"]], "ActionSetToOk": [[14, "ActionSetToOk"]], "ActionSetToNotOK": [[14, "ActionSetToNotOK"]], "ActionStopCyclicRun": [[14, "ActionStopCyclicRun"]], "ActionRun": [[14, "ActionRun"]], "ActionNotify": [[14, "ActionNotify"]], "ActionRemedy": [[14, "ActionRemedy"]], "ActionOutput": [[14, "ActionOutput"]], "Notify": [[14, "Notify"]], "NotifyOk": [[14, "NotifyOk"]], "NotifyNotOk": [[14, "NotifyNotOk"]], "NotifyDoesNotStart": [[14, "NotifyDoesNotStart"]], "NotifyExecutionTime": [[14, "NotifyExecutionTime"]], "NotifyDoesNotEnd": [[14, "NotifyDoesNotEnd"]], "NotifyReRun": [[14, "NotifyReRun"]], "NotifyLateCyclicSubmit": [[14, "NotifyLateCyclicSubmit"]], "Resources": [[14, "Resources"]], "ResourcePool": [[14, "ResourcePool"]], "ResourceLock": [[14, "ResourceLock"]], "Rerun": [[14, "Rerun"]], "Variables": [[14, "Variables"]], "Events": [[14, "Events"]], "WaitForEvents": [[14, "WaitForEvents"]], "AddEvents": [[14, "AddEvents"]], "DeleteEvents": [[14, "DeleteEvents"]], "Job types": [[15, "Job-types"]], "JobCommand": [[15, "JobCommand"]], "JobScript": [[15, "JobScript"]], "JobEmbeddedScript": [[15, "JobEmbeddedScript"]], "JobFileTransfer": [[15, "JobFileTransfer"]], "JobFileWatcherCreate": [[15, "JobFileWatcherCreate"]], "JobFileWatcherDelete": [[15, "JobFileWatcherDelete"]], "JobDatabaseEmbeddedQuery": [[15, "JobDatabaseEmbeddedQuery"]], "JobDatabaseSQLScript": [[15, "JobDatabaseSQLScript"]], "JobDatabaseStoredProcedure": [[15, "JobDatabaseStoredProcedure"]], "JobDatabaseMSSQLAgentJob": [[15, "JobDatabaseMSSQLAgentJob"]], "JobDatabaseMSSQL_SSIS": [[15, "JobDatabaseMSSQL_SSIS"]], "JobHadoopSparkPython": [[15, "JobHadoopSparkPython"]], "JobHadoopSparkScalaJava": [[15, "JobHadoopSparkScalaJava"]], "JobHadoopPig": [[15, "JobHadoopPig"]], "JobHadoopSqoop": [[15, "JobHadoopSqoop"]], "JobHadoopHive": [[15, "JobHadoopHive"]], "JobHadoopDistCp": [[15, "JobHadoopDistCp"]], "JobHadoopHDFSCommands": [[15, "JobHadoopHDFSCommands"]], "JobHadoopHDFSFileWatcher": [[15, "JobHadoopHDFSFileWatcher"]], "JobHadoopOozie": [[15, "JobHadoopOozie"]], "JobHadoopMapReduce": [[15, "JobHadoopMapReduce"]], "JobHadoopMapredStreaming": [[15, "JobHadoopMapredStreaming"]], "JobHadoopTajoInputFile": [[15, "JobHadoopTajoInputFile"]], "JobHadoopTajoQuery": [[15, "JobHadoopTajoQuery"]], "JobPeopleSoft": [[15, "JobPeopleSoft"]], "JobInformatica": [[15, "JobInformatica"]], "JobAWSLambda": [[15, "JobAWSLambda"]], "JobAWSStepFunction": [[15, "JobAWSStepFunction"]], "JobAWSBatch": [[15, "JobAWSBatch"]], "JobAzureFunction": [[15, "JobAzureFunction"]], "JobAzureLogicApps": [[15, "JobAzureLogicApps"]], "JobAzureBatchAccount": [[15, "JobAzureBatchAccount"]], "JobWebServices": [[15, "JobWebServices"]], "JobSLAManagement": [[15, "JobSLAManagement"]], "Monitoring Flows with Control-M Python Client": [[16, "Monitoring-Flows-with-Control-M-Python-Client"]], "Running a Workflow": [[16, "Running-a-Workflow"]], "Checking the Status": [[16, "Checking-the-Status"]], "Getting the Status of a Specific Job or Folder": [[16, "Getting-the-Status-of-a-Specific-Job-or-Folder"]], "Errors and Troubleshooting": [[16, "Errors-and-Troubleshooting"]], "Tutorials": [[17, "tutorials"]], "Notebooks:": [[17, null]]}, "indexentries": {"a (aapi.job.jobsapr3create.jobclass attribute)": [[0, "aapi.job.JobSAPR3CREATE.JobClass.A"]], "a (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.A"]], "aapijob (class in aapi.bases)": [[0, "aapi.bases.AAPIJob"]], "aapiobject (class in aapi.bases)": [[0, "aapi.bases.AAPIObject"]], "aes128_cbc (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.AES128_CBC"]], "aes128_gcm (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.AES128_GCM"]], "aes192_cbc (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.AES192_CBC"]], "aes192_gcm (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.AES192_GCM"]], "aes256_cbc (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.AES256_CBC"]], "aes256_gcm (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.AES256_GCM"]], "aiconnectionprofile (class in aapi.ai)": [[0, "aapi.ai.AIConnectionProfile"]], "aijob (class in aapi.ai)": [[0, "aapi.ai.AIJob"]], "and (aapi.basefolder.folder.when.daysrelation attribute)": [[0, "aapi.basefolder.Folder.When.DaysRelation.AND"]], "and (aapi.calendar.calendarrulebased.when.daysrelation attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.DaysRelation.AND"]], "and (aapi.calendar.calendarrulebasedcalendar.when.daysrelation attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.DaysRelation.AND"]], "and (aapi.folderjobbase.subfolder.when.daysrelation attribute)": [[0, "aapi.folderjobbase.SubFolder.When.DaysRelation.AND"]], "and (aapi.folderjobbase.subfolder.when.rulebasedcalendars.relationship attribute)": [[0, "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars.Relationship.AND"]], "and (aapi.job.job.when.daysrelation attribute)": [[0, "aapi.job.Job.When.DaysRelation.AND"]], "and (aapi.job.job.when.rulebasedcalendars.relationship attribute)": [[0, "aapi.job.Job.When.RuleBasedCalendars.Relationship.AND"]], "asap (aapi.job.jobsapdataarchiving.startcondition attribute)": [[0, "aapi.job.JobSAPDataArchiving.StartCondition.ASAP"]], "asap (aapi.job.jobsapr3copy.startcondition attribute)": [[0, "aapi.job.JobSAPR3COPY.StartCondition.ASAP"]], "asap (aapi.job.jobsapr3create.startcondition attribute)": [[0, "aapi.job.JobSAPR3CREATE.StartCondition.ASAP"]], "asap (aapi.job.jobsapr3predefinedsapjob.startcondition attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.StartCondition.ASAP"]], "action (class in aapi.action)": [[0, "aapi.action.Action"]], "actioncaptureoutput (class in aapi.captureoutput)": [[0, "aapi.captureoutput.ActionCaptureOutput"]], "actioncaptureoutput.capture (class in aapi.captureoutput)": [[0, "aapi.captureoutput.ActionCaptureOutput.Capture"]], "actioncaptureoutput.forwardby (class in aapi.captureoutput)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy"]], "actioncaptureoutput.forwardby.columnsoption (class in aapi.captureoutput)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.ColumnsOption"]], "actioncaptureoutput.forwardby.delimiter (class in aapi.captureoutput)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.Delimiter"]], "actioncaptureoutput.variablename (class in aapi.captureoutput)": [[0, "aapi.captureoutput.ActionCaptureOutput.VariableName"]], "actioncontrolmanalyzerrule (class in aapi.ctbruledata)": [[0, "aapi.ctbruledata.ActionControlMAnalyzerRule"]], "actionmail (class in aapi.mail)": [[0, "aapi.mail.ActionMail"]], "actionmail.urgency (class in aapi.mail)": [[0, "aapi.mail.ActionMail.Urgency"]], "actionnotify (class in aapi.donotify)": [[0, "aapi.donotify.ActionNotify"]], "actionnotify.destination (class in aapi.donotify)": [[0, "aapi.donotify.ActionNotify.Destination"]], "actionnotify.urgency (class in aapi.donotify)": [[0, "aapi.donotify.ActionNotify.Urgency"]], "actionoutput (class in aapi.output)": [[0, "aapi.output.ActionOutput"]], "actionoutput.operation (class in aapi.output)": [[0, "aapi.output.ActionOutput.Operation"]], "actionremedy (class in aapi.remedy)": [[0, "aapi.remedy.ActionRemedy"]], "actionremedy.urgency (class in aapi.remedy)": [[0, "aapi.remedy.ActionRemedy.Urgency"]], "actionrerun (class in aapi.action)": [[0, "aapi.action.ActionRerun"]], "actionrestart (class in aapi.ifrerun)": [[0, "aapi.ifrerun.ActionRestart"]], "actionrun (class in aapi.run)": [[0, "aapi.run.ActionRun"]], "actionset (class in aapi.set_)": [[0, "aapi.set_.ActionSet"]], "actionsettonotok (class in aapi.action)": [[0, "aapi.action.ActionSetToNotOK"]], "actionsettook (class in aapi.action)": [[0, "aapi.action.ActionSetToOK"]], "actionstopcyclicrun (class in aapi.action)": [[0, "aapi.action.ActionStopCyclicRun"]], "active (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.Active"]], "active (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.Active"]], "active (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.Active"]], "active (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.Active"]], "active (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.Active"]], "active (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.Active"]], "active (aapi.job.jobos400externaljob.status attribute)": [[0, "aapi.job.JobOS400ExternalJob.Status.Active"]], "active (aapi.job.jobos400fullexternaljob.status attribute)": [[0, "aapi.job.JobOS400FullExternalJob.Status.Active"]], "active (aapi.sitestandardpolicy.sitestandardpolicy.status attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.Status.Active"]], "activeperiod (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.ActivePeriod"]], "addevents (class in aapi.addevents)": [[0, "aapi.addevents.AddEvents"]], "afterevent (aapi.job.jobsapdataarchiving.startcondition attribute)": [[0, "aapi.job.JobSAPDataArchiving.StartCondition.AfterEvent"]], "afterevent (aapi.job.jobsapr3copy.startcondition attribute)": [[0, "aapi.job.JobSAPR3COPY.StartCondition.AfterEvent"]], "afterevent (aapi.job.jobsapr3create.startcondition attribute)": [[0, "aapi.job.JobSAPR3CREATE.StartCondition.AfterEvent"]], "afterevent (aapi.job.jobsapr3predefinedsapjob.startcondition attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.StartCondition.AfterEvent"]], "alerts (aapi.donotify.actionnotify.destination attribute)": [[0, "aapi.donotify.ActionNotify.Destination.Alerts"]], "alerts (aapi.notify.notify.destination attribute)": [[0, "aapi.notify.Notify.Destination.Alerts"]], "all (aapi.job.jobos400externaljob.status attribute)": [[0, "aapi.job.JobOS400ExternalJob.Status.All"]], "all (aapi.job.jobos400fullexternaljob.status attribute)": [[0, "aapi.job.JobOS400FullExternalJob.Status.All"]], "all (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.All"]], "allhours (aapi.resourcepools.resourcepools.time.timetype attribute)": [[0, "aapi.resourcepools.ResourcePools.Time.TimeType.AllHours"]], "allhours (aapi.runningjobs.runningjobs.time.timetype attribute)": [[0, "aapi.runningjobs.RunningJobs.Time.TimeType.AllHours"]], "anydate (aapi.condition.condition.date attribute)": [[0, "aapi.condition.Condition.Date.AnyDate"]], "anydate (aapi.event.event.date attribute)": [[0, "aapi.event.Event.Date.AnyDate"]], "array (aapi.job.jobawsbatch.awsjobtype attribute)": [[0, "aapi.job.JobAWSBatch.AwsJobType.Array"]], "ascii (aapi.filetransfer.filetransfer.transfertype attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferType.Ascii"]], "asynchronous (aapi.connectionprofile.connectionprofilefiletransferas2.requestreceiptparameters.mode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Mode.Asynchronous"]], "automatic (aapi.basefolder.simplefolder.ordermethod attribute)": [[0, "aapi.basefolder.SimpleFolder.OrderMethod.Automatic"]], "b (aapi.job.jobsapr3create.jobclass attribute)": [[0, "aapi.job.JobSAPR3CREATE.JobClass.B"]], "b (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.B"]], "betweenhours (aapi.resourcepools.resourcepools.time.timetype attribute)": [[0, "aapi.resourcepools.ResourcePools.Time.TimeType.BetweenHours"]], "betweenhours (aapi.runningjobs.runningjobs.time.timetype attribute)": [[0, "aapi.runningjobs.RunningJobs.Time.TimeType.BetweenHours"]], "binary (aapi.filetransfer.filetransfer.transfertype attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferType.Binary"]], "bridge (aapi.basefolder.folder.adjustevents attribute)": [[0, "aapi.basefolder.Folder.AdjustEvents.Bridge"]], "bridge (aapi.folderjobbase.subfolder.adjustevents attribute)": [[0, "aapi.folderjobbase.SubFolder.AdjustEvents.Bridge"]], "businessfield (class in aapi.businessfield)": [[0, "aapi.businessfield.BusinessField"]], "businessparameter (class in aapi.businessparameter)": [[0, "aapi.businessparameter.BusinessParameter"]], "businessparameter.characters (class in aapi.businessparameter)": [[0, "aapi.businessparameter.BusinessParameter.Characters"]], "businessparameter.characters.alphanumeric (class in aapi.businessparameter)": [[0, "aapi.businessparameter.BusinessParameter.Characters.Alphanumeric"]], "businessparameter.characters.any (class in aapi.businessparameter)": [[0, "aapi.businessparameter.BusinessParameter.Characters.Any"]], "businessparameter.exclude (class in aapi.businessparameter)": [[0, "aapi.businessparameter.BusinessParameter.Exclude"]], "businessparameter.include (class in aapi.businessparameter)": [[0, "aapi.businessparameter.BusinessParameter.Include"]], "c (aapi.job.jobsapr3create.jobclass attribute)": [[0, "aapi.job.JobSAPR3CREATE.JobClass.C"]], "c (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.C"]], "cast5_cbc (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.CAST5_CBC"]], "calendar (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Calendar"]], "calendar (class in aapi.calendar)": [[0, "aapi.calendar.Calendar"]], "calendarfields (class in aapi.calendarfields)": [[0, "aapi.calendarfields.CalendarFields"]], "calendarfieldsperiodic (class in aapi.calendarfields)": [[0, "aapi.calendarfields.CalendarFieldsPeriodic"]], "calendarfieldsregular (class in aapi.calendarfields)": [[0, "aapi.calendarfields.CalendarFieldsRegular"]], "calendarfieldsrulebased (class in aapi.calendarfields)": [[0, "aapi.calendarfields.CalendarFieldsRuleBased"]], "calendarkey (class in aapi.calendarkey)": [[0, "aapi.calendarkey.CalendarKey"]], "calendarkeyperiodic (class in aapi.calendarkey)": [[0, "aapi.calendarkey.CalendarKeyPeriodic"]], "calendarkeyregular (class in aapi.calendarkey)": [[0, "aapi.calendarkey.CalendarKeyRegular"]], "calendarkeyrulebased (class in aapi.calendarkey)": [[0, "aapi.calendarkey.CalendarKeyRuleBased"]], "calendarperiodic (class in aapi.calendar)": [[0, "aapi.calendar.CalendarPeriodic"]], "calendarperiodic.server (class in aapi.calendar)": [[0, "aapi.calendar.CalendarPeriodic.Server"]], "calendarperiodic.when (class in aapi.calendar)": [[0, "aapi.calendar.CalendarPeriodic.When"]], "calendarregular (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRegular"]], "calendarregular.server (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRegular.Server"]], "calendarregular.when (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRegular.When"]], "calendarrulebased (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBased"]], "calendarrulebased.when (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBased.When"]], "calendarrulebased.when.confirmationcalendars (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars"]], "calendarrulebased.when.confirmationcalendars.exceptionpolicy (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.ExceptionPolicy"]], "calendarrulebased.when.dayskeepactive (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBased.When.DaysKeepActive"]], "calendarrulebased.when.daysrelation (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBased.When.DaysRelation"]], "calendarrulebasedcalendar (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBasedCalendar"]], "calendarrulebasedcalendar.server (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.Server"]], "calendarrulebasedcalendar.when (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When"]], "calendarrulebasedcalendar.when.confirmationcalendars (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars"]], "calendarrulebasedcalendar.when.confirmationcalendars.exceptionpolicy (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.ExceptionPolicy"]], "calendarrulebasedcalendar.when.dayskeepactive (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.DaysKeepActive"]], "calendarrulebasedcalendar.when.daysrelation (class in aapi.calendar)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.DaysRelation"]], "capturevariablename (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.CaptureVariableName"]], "changeclass (aapi.job.jobzos.outputhandling.operation attribute)": [[0, "aapi.job.JobZOS.OutputHandling.Operation.ChangeClass"]], "characters (aapi.captureoutput.actioncaptureoutput.forwardby.columnsoption attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.ColumnsOption.Characters"]], "cleanendedok (aapi.basefolder.folder.activeretentionpolicy attribute)": [[0, "aapi.basefolder.Folder.ActiveRetentionPolicy.CleanEndedOK"]], "cleanendedok (aapi.folderjobbase.subfolder.activeretentionpolicy attribute)": [[0, "aapi.folderjobbase.SubFolder.ActiveRetentionPolicy.CleanEndedOK"]], "clientserverauthentication (aapi.connectionprofile.connectionprofilefiletransferftps.ssllevel attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.SslLevel.ClientServerAuthentication"]], "clientserverauthentication (aapi.endpoint.endpointdestftps.ssllevel attribute)": [[0, "aapi.endpoint.EndpointDestFtps.SslLevel.ClientServerAuthentication"]], "clientserverauthentication (aapi.endpoint.endpointsrcftps.ssllevel attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.SslLevel.ClientServerAuthentication"]], "comment (aapi.job.jobsapbw.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.DetectAndCreate.Comment"]], "comment (aapi.job.jobsapdataarchivingwrite.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.DetectAndCreate.Comment"]], "comment (aapi.job.jobsapr3copy.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.DetectAndCreate.Comment"]], "comment (aapi.job.jobsapr3copy.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.Spool.Comment"]], "comment (aapi.job.jobsapr3create.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.DetectAndCreate.Comment"]], "comment (aapi.job.jobsapr3create.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.Spool.Comment"]], "comment (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.Comment"]], "comment (aapi.job.jobsapr3monitorsapjob.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.DetectAndCreate.Comment"]], "comment (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.DetectAndCreate.Comment"]], "comment (aapi.job.jobsapr3predefinedsapjob.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.Spool.Comment"]], "condition (class in aapi.condition)": [[0, "aapi.condition.Condition"]], "condition.date (class in aapi.condition)": [[0, "aapi.condition.Condition.Date"]], "conditionin (class in aapi.condition)": [[0, "aapi.condition.ConditionIn"]], "conditionout (class in aapi.condition)": [[0, "aapi.condition.ConditionOut"]], "conditionoutadd (class in aapi.condition)": [[0, "aapi.condition.ConditionOutAdd"]], "conditionoutdelete (class in aapi.condition)": [[0, "aapi.condition.ConditionOutDelete"]], "config (class in aapi.config)": [[0, "aapi.config.Config"]], "confighadoop (class in aapi.config)": [[0, "aapi.config.ConfigHadoop"]], "confirmationcalendar (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.ConfirmationCalendar"]], "connectionprofile (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfile"]], "connectionprofileaws (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileAWS"]], "connectionprofileaws.proxysettings (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.ProxySettings"]], "connectionprofileairflow (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileAirflow"]], "connectionprofileairflowgooglecomposer (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer"]], "connectionprofileairflowstandalone (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowStandalone"]], "connectionprofileazure (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileAzure"]], "connectionprofileazure.batch (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.Batch"]], "connectionprofiledatabase (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase"]], "connectionprofiledatabasedb2 (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseDB2"]], "connectionprofiledatabasejdbc (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseJDBC"]], "connectionprofiledatabasemssql (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql"]], "connectionprofiledatabasemssql.authenticationtype (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.AuthenticationType"]], "connectionprofiledatabasemssqlssis (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSqlSSIS"]], "connectionprofiledatabaseoracle (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracle"]], "connectionprofiledatabaseoracleconnectionstring (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleConnectionString"]], "connectionprofiledatabaseoraclesid (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleSID"]], "connectionprofiledatabaseoracleservicename (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleServiceName"]], "connectionprofiledatabasepostgresql (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql"]], "connectionprofiledatabasesybase (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseSybase"]], "connectionprofilefiletransfer (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer"]], "connectionprofilefiletransferas2 (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2"]], "connectionprofilefiletransferas2.encryptmessageparameters (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters"]], "connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm"]], "connectionprofilefiletransferas2.requestreceiptparameters (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters"]], "connectionprofilefiletransferas2.requestreceiptparameters.mode (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Mode"]], "connectionprofilefiletransferas2.requestreceiptparameters.sign (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Sign"]], "connectionprofilefiletransferas2.signmessageparameters (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters"]], "connectionprofilefiletransferas2.signmessageparameters.signaturealgorithm (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm"]], "connectionprofilefiletransferazure (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzure"]], "connectionprofilefiletransferazureadcertificate (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate"]], "connectionprofilefiletransferazureadclientsecret (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdClientSecret"]], "connectionprofilefiletransferazureaduserpass (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass"]], "connectionprofilefiletransferazureconnectionstring (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureConnectionString"]], "connectionprofilefiletransferazuremanagedidentity (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureManagedIdentity"]], "connectionprofilefiletransferazuresharedaccesssignature (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedAccessSignature"]], "connectionprofilefiletransferazuresharedkey (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedKey"]], "connectionprofilefiletransferdualendpoint (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint"]], "connectionprofilefiletransferftp (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP"]], "connectionprofilefiletransferftp.connectionmode (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode"]], "connectionprofilefiletransferftps (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS"]], "connectionprofilefiletransferftps.connectionmode (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode"]], "connectionprofilefiletransferftps.ssllevel (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.SslLevel"]], "connectionprofilefiletransfergcs (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGcs"]], "connectionprofilefiletransfergroup (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup"]], "connectionprofilefiletransferlocal (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferLocal"]], "connectionprofilefiletransfers3 (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3"]], "connectionprofilefiletransfers3amazon (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3Amazon"]], "connectionprofilefiletransfers3compatible (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3Compatible"]], "connectionprofilefiletransfersftp (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferSFTP"]], "connectionprofilehadoop (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop"]], "connectionprofilehadoop.hive (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive"]], "connectionprofilehadoop.hive.connectiondefinitionstype (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.ConnectionDefinitionsType"]], "connectionprofilehadoop.oozie (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Oozie"]], "connectionprofilehadoop.spark (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Spark"]], "connectionprofilehadoop.sqoop (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop"]], "connectionprofilehadoop.tajo (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Tajo"]], "connectionprofileinformatica (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica"]], "connectionprofileinformatica.connectiontype (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.ConnectionType"]], "connectionprofilepeoplesoft (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfilePeopleSoft"]], "connectionprofilesap (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileSAP"]], "connectionprofilesap.applicationserverlogon (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.ApplicationServerLogon"]], "connectionprofilesap.grouplogon (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.GroupLogon"]], "connectionprofilesap.securednetworkconnection (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.SecuredNetworkConnection"]], "connectionprofilewsconfig (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileWSCONFIG"]], "connectionprofilewebservices (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices"]], "connectionprofilewebservices.servicetype (class in aapi.connectionprofile)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.ServiceType"]], "console (aapi.donotify.actionnotify.destination attribute)": [[0, "aapi.donotify.ActionNotify.Destination.Console"]], "console (aapi.notify.notify.destination attribute)": [[0, "aapi.notify.Notify.Destination.Console"]], "contains (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.Contains"]], "contains (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.Contains"]], "copy (aapi.job.job.output.operation attribute)": [[0, "aapi.job.Job.Output.Operation.Copy"]], "copy (aapi.job.jobzos.outputhandling.operation attribute)": [[0, "aapi.job.JobZOS.OutputHandling.Operation.Copy"]], "copy (aapi.output.actionoutput.operation attribute)": [[0, "aapi.output.ActionOutput.Operation.Copy"]], "copytofile (aapi.job.jobsapr3copy.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.JobLog.CopyToFile"]], "copytofile (aapi.job.jobsapr3copy.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.Spool.CopyToFile"]], "copytofile (aapi.job.jobsapr3create.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.JobLog.CopyToFile"]], "copytofile (aapi.job.jobsapr3create.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.Spool.CopyToFile"]], "copytofile (aapi.job.jobsapr3predefinedsapjob.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.JobLog.CopyToFile"]], "copytofile (aapi.job.jobsapr3predefinedsapjob.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.Spool.CopyToFile"]], "copytooutput (aapi.job.jobsapr3copy.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.JobLog.CopyToOutput"]], "copytooutput (aapi.job.jobsapr3copy.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.Spool.CopyToOutput"]], "copytooutput (aapi.job.jobsapr3create.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.JobLog.CopyToOutput"]], "copytooutput (aapi.job.jobsapr3create.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.Spool.CopyToOutput"]], "copytooutput (aapi.job.jobsapr3predefinedsapjob.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.JobLog.CopyToOutput"]], "copytooutput (aapi.job.jobsapr3predefinedsapjob.postjobaction.spool attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.Spool.CopyToOutput"]], "currentjobdefinition (aapi.job.jobsapbw.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.DetectAndCreate.CurrentJobDefinition"]], "currentjobdefinition (aapi.job.jobsapdataarchivingwrite.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.DetectAndCreate.CurrentJobDefinition"]], "currentjobdefinition (aapi.job.jobsapr3copy.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.DetectAndCreate.CurrentJobDefinition"]], "currentjobdefinition (aapi.job.jobsapr3create.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.DetectAndCreate.CurrentJobDefinition"]], "currentjobdefinition (aapi.job.jobsapr3monitorsapjob.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.DetectAndCreate.CurrentJobDefinition"]], "currentjobdefinition (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.DetectAndCreate.CurrentJobDefinition"]], "custom (aapi.job.jobazurebatchaccount.maxtries.option attribute)": [[0, "aapi.job.JobAzureBatchAccount.MaxTries.Option.Custom"]], "d (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.D"]], "date (class in aapi.date)": [[0, "aapi.date.Date"]], "days (aapi.basefolder.folder.rerun.units attribute)": [[0, "aapi.basefolder.Folder.Rerun.Units.Days"]], "days (aapi.basefolder.folder.rerunlimit.units attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.Units.Days"]], "days (aapi.folderjobbase.folderjobbasesmart.rerun.units attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.Units.Days"]], "days (aapi.job.job.rerun.units attribute)": [[0, "aapi.job.Job.Rerun.Units.Days"]], "days (aapi.job.job.rerunlimit.units attribute)": [[0, "aapi.job.Job.RerunLimit.Units.Days"]], "days (aapi.job.jobazurebatchaccount.retention.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Retention.Unit.Days"]], "days (aapi.job.jobazurebatchaccount.wallclock.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock.Unit.Days"]], "dayskeepactive (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.DaysKeepActive"]], "default (aapi.basefolder.folder.sac attribute)": [[0, "aapi.basefolder.Folder.Sac.Default"]], "default (aapi.job.jobzos.sac attribute)": [[0, "aapi.job.JobZOS.Sac.Default"]], "default (aapi.sitestandardpolicy.sitestandardpolicy.errorlevel attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.ErrorLevel.Default"]], "definitionitemdetails (class in aapi.definitionitemdetails)": [[0, "aapi.definitionitemdetails.DefinitionItemDetails"]], "delete (aapi.job.job.output.operation attribute)": [[0, "aapi.job.Job.Output.Operation.Delete"]], "delete (aapi.job.jobzos.outputhandling.operation attribute)": [[0, "aapi.job.JobZOS.OutputHandling.Operation.Delete"]], "delete (aapi.output.actionoutput.operation attribute)": [[0, "aapi.output.ActionOutput.Operation.Delete"]], "deleteevents (class in aapi.deleteevents)": [[0, "aapi.deleteevents.DeleteEvents"]], "desttosrc (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.DestToSrc"]], "desttosrcfilewatcher (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.DestToSrcFileWatcher"]], "destination (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Destination"]], "directorylisting (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.DirectoryListing"]], "disallowedoptions (class in aapi.disallowedoptions)": [[0, "aapi.disallowedoptions.DisallowedOptions"]], "discard (aapi.resource.resourcepool.ifok attribute)": [[0, "aapi.resource.ResourcePool.IfOk.Discard"]], "do (class in aapi.do)": [[0, "aapi.do.Do"]], "donotcopy (aapi.job.jobsapr3copy.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.JobLog.DoNotCopy"]], "donotcopy (aapi.job.jobsapr3create.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.JobLog.DoNotCopy"]], "donotcopy (aapi.job.jobsapr3predefinedsapjob.postjobaction.joblog attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.JobLog.DoNotCopy"]], "donotincludetasklogs (aapi.job.jobairflow.outputdetails attribute)": [[0, "aapi.job.JobAirflow.OutputDetails.DoNotIncludeTaskLogs"]], "donotorder (aapi.calendar.calendarrulebased.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.ExceptionPolicy.DoNotOrder"]], "donotorder (aapi.calendar.calendarrulebasedcalendar.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.ExceptionPolicy.DoNotOrder"]], "donotorder (aapi.job.job.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.job.Job.When.ConfirmationCalendars.ExceptionPolicy.DoNotOrder"]], "doesnotcontain (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.DoesNotContain"]], "doesnotcontain (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.DoesNotContain"]], "doesnotendswith (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.DoesNotEndsWith"]], "doesnotequal (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.DoesNotEqual"]], "doesnotequal (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions.operator attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator.DoesNotEqual"]], "doesnotstartswith (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.DoesNotStartsWith"]], "driverjdbcdatabase (class in aapi.driver)": [[0, "aapi.driver.DriverJdbcDatabase"]], "dummy (aapi.basefolder.folder.adjustevents attribute)": [[0, "aapi.basefolder.Folder.AdjustEvents.Dummy"]], "dummy (aapi.folderjobbase.subfolder.adjustevents attribute)": [[0, "aapi.folderjobbase.SubFolder.AdjustEvents.Dummy"]], "e (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.E"]], "epsv (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.EPSV"]], "epsv (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.EPSV"]], "epsv (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.EPSV"]], "epsv (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.EPSV"]], "epsv (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.EPSV"]], "epsv (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.EPSV"]], "epsvsubstituteipaddress (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.EPSVSubstituteIpAddress"]], "epsvsubstituteipaddress (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.EPSVSubstituteIpAddress"]], "epsvsubstituteipaddress (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.EPSVSubstituteIpAddress"]], "epsvsubstituteipaddress (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.EPSVSubstituteIpAddress"]], "epsvsubstituteipaddress (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.EPSVSubstituteIpAddress"]], "epsvsubstituteipaddress (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.EPSVSubstituteIpAddress"]], "end (aapi.basefolder.folder.rerun.from attribute)": [[0, "aapi.basefolder.Folder.Rerun.From.End"]], "end (aapi.basefolder.folder.rerunintervals.from attribute)": [[0, "aapi.basefolder.Folder.RerunIntervals.From.End"]], "end (aapi.basefolder.folder.rerunlimit.from attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.From.End"]], "end (aapi.folderjobbase.folderjobbasesmart.rerun.from attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.From.End"]], "end (aapi.folderjobbase.folderjobbasesmart.rerunintervals.from attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.From.End"]], "end (aapi.job.job.rerun.from attribute)": [[0, "aapi.job.Job.Rerun.From.End"]], "end (aapi.job.job.rerunintervals.from attribute)": [[0, "aapi.job.Job.RerunIntervals.From.End"]], "end (aapi.job.job.rerunlimit.from attribute)": [[0, "aapi.job.Job.RerunLimit.From.End"]], "endwith (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.EndWith"]], "endpoint (class in aapi.endpoint)": [[0, "aapi.endpoint.Endpoint"]], "endpoint.ostype (class in aapi.endpoint)": [[0, "aapi.endpoint.Endpoint.OsType"]], "endpointdest (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDest"]], "endpointdestftp (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDestFtp"]], "endpointdestftp.connectionmode (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode"]], "endpointdestftps (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDestFtps"]], "endpointdestftps.connectionmode (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode"]], "endpointdestftps.ssllevel (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDestFtps.SslLevel"]], "endpointdestlocal (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDestLocal"]], "endpointdestsftp (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointDestSftp"]], "endpointsrc (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrc"]], "endpointsrcftp (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrcFtp"]], "endpointsrcftp.connectionmode (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode"]], "endpointsrcftps (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrcFtps"]], "endpointsrcftps.connectionmode (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode"]], "endpointsrcftps.ssllevel (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrcFtps.SslLevel"]], "endpointsrclocal (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrcLocal"]], "endpointsrcsftp (class in aapi.endpoint)": [[0, "aapi.endpoint.EndpointSrcSftp"]], "endswith (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.EndsWith"]], "equalto (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.EqualTo"]], "equals (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.Equals"]], "equals (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions.operator attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator.Equals"]], "error (aapi.sitestandardpolicy.sitestandardpolicy.errorlevel attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.ErrorLevel.Error"]], "even (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions.operator attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator.Even"]], "event (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Event"]], "event (class in aapi.event)": [[0, "aapi.event.Event"]], "event.date (class in aapi.event)": [[0, "aapi.event.Event.Date"]], "eventadd (class in aapi.event)": [[0, "aapi.event.EventAdd"]], "eventdelete (class in aapi.event)": [[0, "aapi.event.EventDelete"]], "eventin (class in aapi.event)": [[0, "aapi.event.EventIn"]], "eventout (class in aapi.event)": [[0, "aapi.event.EventOut"]], "eventoutadd (class in aapi.event)": [[0, "aapi.event.EventOutAdd"]], "eventoutdelete (class in aapi.event)": [[0, "aapi.event.EventOutDelete"]], "exceptionalpolicy (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.ExceptionalPolicy"]], "exclusive (aapi.resource.resourcelock.locktype attribute)": [[0, "aapi.resource.ResourceLock.LockType.Exclusive"]], "executecommand (aapi.job.jobos400fullrestrictedstateaction.action attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.Action.ExecuteCommand"]], "externaladdress (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.ExternalAddress"]], "extractrule (class in aapi.extractrule)": [[0, "aapi.extractrule.ExtractRule"]], "f (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.F"]], "faxnumber (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.FaxNumber"]], "file (aapi.connectionprofile.connectionprofilewebservices.servicetype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.ServiceType.File"]], "filetransfer (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer"]], "filetransfer.filewatcheroptions (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions"]], "filetransfer.filewatcheroptions.timelimitpolicy (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.TimeLimitPolicy"]], "filetransfer.postcommanddest (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.PostCommandDest"]], "filetransfer.postcommandsrc (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.PostCommandSrc"]], "filetransfer.precommanddest (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.PreCommandDest"]], "filetransfer.precommandsrc (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.PreCommandSrc"]], "filetransfer.transferoption (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.TransferOption"]], "filetransfer.transfertype (class in aapi.filetransfer)": [[0, "aapi.filetransfer.FileTransfer.TransferType"]], "filetransfergroup (class in aapi.filetransfergroup)": [[0, "aapi.filetransfergroup.FileTransferGroup"]], "filewatcher (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.FileWatcher"]], "file_system (aapi.job.jobdatabasemssql_ssis.packagesource attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.PackageSource.File_System"]], "file_system (aapi.package.package.source attribute)": [[0, "aapi.package.Package.Source.File_System"]], "first (aapi.job.jobos400externaljob.duplicateoption attribute)": [[0, "aapi.job.JobOS400ExternalJob.DuplicateOption.First"]], "first (aapi.job.jobos400fullexternaljob.duplicateoption attribute)": [[0, "aapi.job.JobOS400FullExternalJob.DuplicateOption.First"]], "first (aapi.job.jobsapr3copy.jobcount attribute)": [[0, "aapi.job.JobSAPR3COPY.JobCount.First"]], "firstscheduled (aapi.job.jobsapr3copy.jobcount attribute)": [[0, "aapi.job.JobSAPR3COPY.JobCount.FirstScheduled"]], "firstscheduled (aapi.job.jobsapr3predefinedsapjob.jobcount attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.JobCount.FirstScheduled"]], "flow_ (class in aapi.flow_)": [[0, "aapi.flow_.Flow_"]], "flush (aapi.job.jobzos.preventnct2 attribute)": [[0, "aapi.job.JobZOS.PreventNCT2.Flush"]], "folder (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder"]], "folder.activeretentionpolicy (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.ActiveRetentionPolicy"]], "folder.adjustevents (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.AdjustEvents"]], "folder.dayskeepactive (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.DaysKeepActive"]], "folder.documentationfile (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.DocumentationFile"]], "folder.documentationurl (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.DocumentationUrl"]], "folder.mustend (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.MustEnd"]], "folder.priority (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.Priority"]], "folder.rerun (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.Rerun"]], "folder.rerun.from (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.Rerun.From"]], "folder.rerun.units (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.Rerun.Units"]], "folder.rerunintervals (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.RerunIntervals"]], "folder.rerunintervals.from (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.RerunIntervals.From"]], "folder.rerunlimit (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.RerunLimit"]], "folder.rerunlimit.from (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.RerunLimit.From"]], "folder.rerunlimit.units (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.RerunLimit.Units"]], "folder.rerunspecifictimes (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.RerunSpecificTimes"]], "folder.sac (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.Sac"]], "folder.when (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.When"]], "folder.when.daysrelation (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.When.DaysRelation"]], "folder.when.rulebasedcalendars (class in aapi.basefolder)": [[0, "aapi.basefolder.Folder.When.RuleBasedCalendars"]], "folderclientdata (class in aapi.folderclientdata)": [[0, "aapi.folderclientdata.FolderClientData"]], "folderjobbase (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBase"]], "folderjobbase.documentationfile (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBase.DocumentationFile"]], "folderjobbase.documentationurl (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBase.DocumentationUrl"]], "folderjobbase.priority (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBase.Priority"]], "folderjobbasesmart (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBaseSmart"]], "folderjobbasesmart.rerun (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun"]], "folderjobbasesmart.rerun.from (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.From"]], "folderjobbasesmart.rerun.units (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.Units"]], "folderjobbasesmart.rerunintervals (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals"]], "folderjobbasesmart.rerunintervals.from (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.From"]], "folderjobbasesmart.rerunspecifictimes (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunSpecificTimes"]], "foldername (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.FolderName"]], "forcerestart (aapi.job.jobinformatica.workflowrestartmode attribute)": [[0, "aapi.job.JobInformatica.WorkflowRestartMode.ForceRestart"]], "forcerestartfromspecifictask (aapi.job.jobinformatica.workflowrestartmode attribute)": [[0, "aapi.job.JobInformatica.WorkflowRestartMode.ForceRestartFromSpecificTask"]], "forever (aapi.basefolder.folder.dayskeepactive attribute)": [[0, "aapi.basefolder.Folder.DaysKeepActive.Forever"]], "forever (aapi.calendar.calendarrulebased.when.dayskeepactive attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.DaysKeepActive.Forever"]], "forever (aapi.calendar.calendarrulebasedcalendar.when.dayskeepactive attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.DaysKeepActive.Forever"]], "forever (aapi.folderjobbase.subfolder.dayskeepactive attribute)": [[0, "aapi.folderjobbase.SubFolder.DaysKeepActive.Forever"]], "forever (aapi.job.job.dayskeepactive attribute)": [[0, "aapi.job.Job.DaysKeepActive.Forever"]], "freetext (aapi.job.jobwebservices.requesttype attribute)": [[0, "aapi.job.JobWebServices.RequestType.FreeText"]], "fri (aapi.resourcepools.resourcepools.weekdaysrange.fromday attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay.Fri"]], "fri (aapi.resourcepools.resourcepools.weekdaysrange.today attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay.Fri"]], "fri (aapi.runningjobs.runningjobs.weekdaysrange.fromday attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay.Fri"]], "fri (aapi.runningjobs.runningjobs.weekdaysrange.today attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay.Fri"]], "fromprocedure (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.FromProcedure"]], "fromprogram (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.FromProgram"]], "g (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.G"]], "global (aapi.calendar.calendarperiodic.server attribute)": [[0, "aapi.calendar.CalendarPeriodic.Server.Global"]], "global (aapi.calendar.calendarregular.server attribute)": [[0, "aapi.calendar.CalendarRegular.Server.Global"]], "global (aapi.calendar.calendarrulebasedcalendar.server attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.Server.Global"]], "global (aapi.hostmapping.hostmapping.server attribute)": [[0, "aapi.hostmapping.HostMapping.Server.Global"]], "global (aapi.runningjobs.runningjobs.server attribute)": [[0, "aapi.runningjobs.RunningJobs.Server.Global"]], "greaterthan (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.GreaterThan"]], "greaterthan (aapi.notify.notifyexecutiontime.criteria attribute)": [[0, "aapi.notify.NotifyExecutionTime.Criteria.GreaterThan"]], "greaterthan (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.GreaterThan"]], "greaterthan (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions.operator attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator.GreaterThan"]], "greaterthanaverage (aapi.notify.notifyexecutiontime.criteria attribute)": [[0, "aapi.notify.NotifyExecutionTime.Criteria.GreaterThanAverage"]], "greaterthanorequal (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.GreaterThanOrEqual"]], "group (aapi.job.jobsapr3copy.exec attribute)": [[0, "aapi.job.JobSAPR3COPY.Exec.Group"]], "group (aapi.job.jobsapr3create.exec attribute)": [[0, "aapi.job.JobSAPR3CREATE.Exec.Group"]], "group (aapi.job.jobsapr3predefinedsapjob.exec attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.Exec.Group"]], "h (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.H"]], "http (aapi.connectionprofile.connectionprofileinformatica.connectiontype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.ConnectionType.HTTP"]], "https (aapi.connectionprofile.connectionprofileinformatica.connectiontype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.ConnectionType.HTTPS"]], "high (aapi.basefolder.folder.priority attribute)": [[0, "aapi.basefolder.Folder.Priority.High"]], "high (aapi.folderjobbase.folderjobbase.priority attribute)": [[0, "aapi.folderjobbase.FolderJobBase.Priority.High"]], "high (aapi.job.job.priority attribute)": [[0, "aapi.job.Job.Priority.High"]], "high (aapi.job.jobsapdataarchivingwrite.jobclass attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.JobClass.High"]], "high (aapi.remedy.actionremedy.urgency attribute)": [[0, "aapi.remedy.ActionRemedy.Urgency.High"]], "hostfiletransfer (class in aapi.hostfiletransfer)": [[0, "aapi.hostfiletransfer.HostFileTransfer"]], "hostmapping (class in aapi.hostmapping)": [[0, "aapi.hostmapping.HostMapping"]], "hostmapping.server (class in aapi.hostmapping)": [[0, "aapi.hostmapping.HostMapping.Server"]], "hours (aapi.basefolder.folder.rerun.units attribute)": [[0, "aapi.basefolder.Folder.Rerun.Units.Hours"]], "hours (aapi.basefolder.folder.rerunlimit.units attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.Units.Hours"]], "hours (aapi.folderjobbase.folderjobbasesmart.rerun.units attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.Units.Hours"]], "hours (aapi.job.job.rerun.units attribute)": [[0, "aapi.job.Job.Rerun.Units.Hours"]], "hours (aapi.job.job.rerunlimit.units attribute)": [[0, "aapi.job.Job.RerunLimit.Units.Hours"]], "hours (aapi.job.jobazurebatchaccount.retention.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Retention.Unit.Hours"]], "hours (aapi.job.jobazurebatchaccount.wallclock.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock.Unit.Hours"]], "i (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.I"]], "idea_cbc (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.IDEA_CBC"]], "ifbase (class in aapi.ifbase)": [[0, "aapi.ifbase.IfBase"]], "ifbasefolder (class in aapi.ifbase)": [[0, "aapi.ifbase.IfBaseFolder"]], "ifcollection (class in aapi.ifcollection)": [[0, "aapi.ifcollection.IfCollection"]], "ifcollectionzos (class in aapi.ifcollection)": [[0, "aapi.ifcollection.IfCollectionZOS"]], "ifcompletionstatus (class in aapi.ifbase)": [[0, "aapi.ifbase.IfCompletionStatus"]], "ifjobnotsubmitted (class in aapi.ifbase)": [[0, "aapi.ifbase.IfJobNotSubmitted"]], "ifjoboutputnotfound (class in aapi.ifbase)": [[0, "aapi.ifbase.IfJobOutputNotFound"]], "ifnumberofexecutions (class in aapi.ifbase)": [[0, "aapi.ifbase.IfNumberOfExecutions"]], "ifnumberoffailures (class in aapi.ifbase)": [[0, "aapi.ifbase.IfNumberOfFailures"]], "ifnumberofreruns (class in aapi.ifbase)": [[0, "aapi.ifbase.IfNumberOfReruns"]], "ifoutput (class in aapi.ifbase)": [[0, "aapi.ifbase.IfOutput"]], "ifvariablevalue (class in aapi.ifbase)": [[0, "aapi.ifbase.IfVariableValue"]], "ifvariablevalue.operator (class in aapi.ifbase)": [[0, "aapi.ifbase.IfVariableValue.Operator"]], "ifvariablevalue.rangevariablevalue (class in aapi.ifbase)": [[0, "aapi.ifbase.IfVariableValue.RangeVariableValue"]], "immediate (aapi.job.jobsapdataarchiving.startcondition attribute)": [[0, "aapi.job.JobSAPDataArchiving.StartCondition.Immediate"]], "immediate (aapi.job.jobsapr3copy.startcondition attribute)": [[0, "aapi.job.JobSAPR3COPY.StartCondition.Immediate"]], "immediate (aapi.job.jobsapr3create.startcondition attribute)": [[0, "aapi.job.JobSAPR3CREATE.StartCondition.Immediate"]], "immediate (aapi.job.jobsapr3predefinedsapjob.startcondition attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.StartCondition.Immediate"]], "inrange (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.InRange"]], "includealltaskslogs (aapi.job.jobairflow.outputdetails attribute)": [[0, "aapi.job.JobAirflow.OutputDetails.IncludeAllTasksLogs"]], "includeonlyfailedtaskslogs (aapi.job.jobairflow.outputdetails attribute)": [[0, "aapi.job.JobAirflow.OutputDetails.IncludeOnlyFailedTasksLogs"]], "inputfile (aapi.job.jobwebservices.requesttype attribute)": [[0, "aapi.job.JobWebServices.RequestType.InputFile"]], "internalrule (class in aapi.internalrule)": [[0, "aapi.internalrule.InternalRule"]], "internalrule.characters (class in aapi.internalrule)": [[0, "aapi.internalrule.InternalRule.Characters"]], "internalrule.characters.alphanumeric (class in aapi.internalrule)": [[0, "aapi.internalrule.InternalRule.Characters.Alphanumeric"]], "internalrule.characters.any (class in aapi.internalrule)": [[0, "aapi.internalrule.InternalRule.Characters.Any"]], "internalrule.exclude (class in aapi.internalrule)": [[0, "aapi.internalrule.InternalRule.Exclude"]], "internalrule.include (class in aapi.internalrule)": [[0, "aapi.internalrule.InternalRule.Include"]], "internetaddress (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.InternetAddress"]], "isempty (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.IsEmpty"]], "isempty (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.IsEmpty"]], "isexactly (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.IsExactly"]], "isnotempty (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.IsNotEmpty"]], "isnotempty (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.IsNotEmpty"]], "isnotexactly (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.IsNotExactly"]], "iteminfo (class in aapi.iteminfo)": [[0, "aapi.iteminfo.ItemInfo"]], "j (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.J"]], "job (class in aapi.job)": [[0, "aapi.job.Job"]], "job.dayskeepactive (class in aapi.job)": [[0, "aapi.job.Job.DaysKeepActive"]], "job.documentationfile (class in aapi.job)": [[0, "aapi.job.Job.DocumentationFile"]], "job.documentationurl (class in aapi.job)": [[0, "aapi.job.Job.DocumentationUrl"]], "job.output (class in aapi.job)": [[0, "aapi.job.Job.Output"]], "job.output.operation (class in aapi.job)": [[0, "aapi.job.Job.Output.Operation"]], "job.pathelement (class in aapi.job)": [[0, "aapi.job.Job.PathElement"]], "job.priority (class in aapi.job)": [[0, "aapi.job.Job.Priority"]], "job.rerun (class in aapi.job)": [[0, "aapi.job.Job.Rerun"]], "job.rerun.from (class in aapi.job)": [[0, "aapi.job.Job.Rerun.From"]], "job.rerun.units (class in aapi.job)": [[0, "aapi.job.Job.Rerun.Units"]], "job.rerunintervals (class in aapi.job)": [[0, "aapi.job.Job.RerunIntervals"]], "job.rerunintervals.from (class in aapi.job)": [[0, "aapi.job.Job.RerunIntervals.From"]], "job.rerunlimit (class in aapi.job)": [[0, "aapi.job.Job.RerunLimit"]], "job.rerunlimit.from (class in aapi.job)": [[0, "aapi.job.Job.RerunLimit.From"]], "job.rerunlimit.units (class in aapi.job)": [[0, "aapi.job.Job.RerunLimit.Units"]], "job.rerunspecifictimes (class in aapi.job)": [[0, "aapi.job.Job.RerunSpecificTimes"]], "job.when (class in aapi.job)": [[0, "aapi.job.Job.When"]], "job.when.confirmationcalendars (class in aapi.job)": [[0, "aapi.job.Job.When.ConfirmationCalendars"]], "job.when.confirmationcalendars.exceptionpolicy (class in aapi.job)": [[0, "aapi.job.Job.When.ConfirmationCalendars.ExceptionPolicy"]], "job.when.daysrelation (class in aapi.job)": [[0, "aapi.job.Job.When.DaysRelation"]], "job.when.rulebasedcalendars (class in aapi.job)": [[0, "aapi.job.Job.When.RuleBasedCalendars"]], "job.when.rulebasedcalendars.relationship (class in aapi.job)": [[0, "aapi.job.Job.When.RuleBasedCalendars.Relationship"]], "jobaws (class in aapi.job)": [[0, "aapi.job.JobAWS"]], "jobawsbatch (class in aapi.job)": [[0, "aapi.job.JobAWSBatch"]], "jobawsbatch.awsjobtype (class in aapi.job)": [[0, "aapi.job.JobAWSBatch.AwsJobType"]], "jobawsbatch.dependson (class in aapi.job)": [[0, "aapi.job.JobAWSBatch.DependsOn"]], "jobawsbatch.dependson.dependencytype (class in aapi.job)": [[0, "aapi.job.JobAWSBatch.DependsOn.DependencyType"]], "jobawslambda (class in aapi.job)": [[0, "aapi.job.JobAWSLambda"]], "jobawsstepfunction (class in aapi.job)": [[0, "aapi.job.JobAWSStepFunction"]], "jobairflow (class in aapi.job)": [[0, "aapi.job.JobAirflow"]], "jobairflow.outputdetails (class in aapi.job)": [[0, "aapi.job.JobAirflow.OutputDetails"]], "jobazure (class in aapi.job)": [[0, "aapi.job.JobAzure"]], "jobazurebatchaccount (class in aapi.job)": [[0, "aapi.job.JobAzureBatchAccount"]], "jobazurebatchaccount.maxtries (class in aapi.job)": [[0, "aapi.job.JobAzureBatchAccount.MaxTries"]], "jobazurebatchaccount.maxtries.option (class in aapi.job)": [[0, "aapi.job.JobAzureBatchAccount.MaxTries.Option"]], "jobazurebatchaccount.retention (class in aapi.job)": [[0, "aapi.job.JobAzureBatchAccount.Retention"]], "jobazurebatchaccount.retention.unit (class in aapi.job)": [[0, "aapi.job.JobAzureBatchAccount.Retention.Unit"]], "jobazurebatchaccount.wallclock (class in aapi.job)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock"]], "jobazurebatchaccount.wallclock.unit (class in aapi.job)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock.Unit"]], "jobazurefunction (class in aapi.job)": [[0, "aapi.job.JobAzureFunction"]], "jobazurelogicapps (class in aapi.job)": [[0, "aapi.job.JobAzureLogicApps"]], "jobcommand (class in aapi.job)": [[0, "aapi.job.JobCommand"]], "jobdatabase (class in aapi.job)": [[0, "aapi.job.JobDatabase"]], "jobdatabaseembeddedquery (class in aapi.job)": [[0, "aapi.job.JobDatabaseEmbeddedQuery"]], "jobdatabasemssqlagentjob (class in aapi.job)": [[0, "aapi.job.JobDatabaseMSSQLAgentJob"]], "jobdatabasemssql_ssis (class in aapi.job)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS"]], "jobdatabasemssql_ssis.packagesource (class in aapi.job)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.PackageSource"]], "jobdatabasesqlscript (class in aapi.job)": [[0, "aapi.job.JobDatabaseSQLScript"]], "jobdatabasestoredprocedure (class in aapi.job)": [[0, "aapi.job.JobDatabaseStoredProcedure"]], "jobdummy (class in aapi.job)": [[0, "aapi.job.JobDummy"]], "jobembeddedscript (class in aapi.job)": [[0, "aapi.job.JobEmbeddedScript"]], "jobfiletransfer (class in aapi.job)": [[0, "aapi.job.JobFileTransfer"]], "jobfilewatcher (class in aapi.job)": [[0, "aapi.job.JobFileWatcher"]], "jobfilewatchercreate (class in aapi.job)": [[0, "aapi.job.JobFileWatcherCreate"]], "jobfilewatcherdelete (class in aapi.job)": [[0, "aapi.job.JobFileWatcherDelete"]], "jobhadoop (class in aapi.job)": [[0, "aapi.job.JobHadoop"]], "jobhadoop.postcommands (class in aapi.job)": [[0, "aapi.job.JobHadoop.PostCommands"]], "jobhadoop.precommands (class in aapi.job)": [[0, "aapi.job.JobHadoop.PreCommands"]], "jobhadoopdistcp (class in aapi.job)": [[0, "aapi.job.JobHadoopDistCp"]], "jobhadoophdfscommands (class in aapi.job)": [[0, "aapi.job.JobHadoopHDFSCommands"]], "jobhadoophdfsfilewatcher (class in aapi.job)": [[0, "aapi.job.JobHadoopHDFSFileWatcher"]], "jobhadoophive (class in aapi.job)": [[0, "aapi.job.JobHadoopHive"]], "jobhadoopmapreduce (class in aapi.job)": [[0, "aapi.job.JobHadoopMapReduce"]], "jobhadoopmapredstreaming (class in aapi.job)": [[0, "aapi.job.JobHadoopMapredStreaming"]], "jobhadoopoozie (class in aapi.job)": [[0, "aapi.job.JobHadoopOozie"]], "jobhadooppig (class in aapi.job)": [[0, "aapi.job.JobHadoopPig"]], "jobhadoopspark (class in aapi.job)": [[0, "aapi.job.JobHadoopSpark"]], "jobhadoopsparkpython (class in aapi.job)": [[0, "aapi.job.JobHadoopSparkPython"]], "jobhadoopsparkscalajava (class in aapi.job)": [[0, "aapi.job.JobHadoopSparkScalaJava"]], "jobhadoopsqoop (class in aapi.job)": [[0, "aapi.job.JobHadoopSqoop"]], "jobhadooptajo (class in aapi.job)": [[0, "aapi.job.JobHadoopTajo"]], "jobhadooptajoinputfile (class in aapi.job)": [[0, "aapi.job.JobHadoopTajoInputFile"]], "jobhadooptajoquery (class in aapi.job)": [[0, "aapi.job.JobHadoopTajoQuery"]], "jobibmcognos (class in aapi.job)": [[0, "aapi.job.JobIBMCognos"]], "jobibmdatastage (class in aapi.job)": [[0, "aapi.job.JobIBMDataStage"]], "jobinformatica (class in aapi.job)": [[0, "aapi.job.JobInformatica"]], "jobinformatica.workflowexecutionmode (class in aapi.job)": [[0, "aapi.job.JobInformatica.WorkflowExecutionMode"]], "jobinformatica.workflowrestartmode (class in aapi.job)": [[0, "aapi.job.JobInformatica.WorkflowRestartMode"]], "jobjava (class in aapi.job)": [[0, "aapi.job.JobJava"]], "joblog (aapi.donotify.actionnotify.destination attribute)": [[0, "aapi.donotify.ActionNotify.Destination.JobLog"]], "joblog (aapi.notify.notify.destination attribute)": [[0, "aapi.notify.Notify.Destination.JobLog"]], "jobmessaging (class in aapi.job)": [[0, "aapi.job.JobMessaging"]], "jobmessagingfreetext (class in aapi.job)": [[0, "aapi.job.JobMessagingFreeText"]], "jobmessagingpredefined (class in aapi.job)": [[0, "aapi.job.JobMessagingPreDefined"]], "jobmessagingwaitforreply (class in aapi.job)": [[0, "aapi.job.JobMessagingWaitForReply"]], "jobnetbackup (class in aapi.job)": [[0, "aapi.job.JobNetBackup"]], "joboebs (class in aapi.job)": [[0, "aapi.job.JobOEBS"]], "joboebs.requestset (class in aapi.job)": [[0, "aapi.job.JobOEBS.RequestSet"]], "joboebs.singlerequest (class in aapi.job)": [[0, "aapi.job.JobOEBS.SingleRequest"]], "jobos400 (class in aapi.job)": [[0, "aapi.job.JobOS400"]], "jobos400externaljob (class in aapi.job)": [[0, "aapi.job.JobOS400ExternalJob"]], "jobos400externaljob.duplicateoption (class in aapi.job)": [[0, "aapi.job.JobOS400ExternalJob.DuplicateOption"]], "jobos400externaljob.status (class in aapi.job)": [[0, "aapi.job.JobOS400ExternalJob.Status"]], "jobos400externalsubsystem (class in aapi.job)": [[0, "aapi.job.JobOS400ExternalSubSystem"]], "jobos400full (class in aapi.job)": [[0, "aapi.job.JobOS400Full"]], "jobos400fullcommandline (class in aapi.job)": [[0, "aapi.job.JobOS400FullCommandLine"]], "jobos400fullcommandline.specialenvironment (class in aapi.job)": [[0, "aapi.job.JobOS400FullCommandLine.SpecialEnvironment"]], "jobos400fulldescriptionjob (class in aapi.job)": [[0, "aapi.job.JobOS400FullDescriptionJob"]], "jobos400fullexternaljob (class in aapi.job)": [[0, "aapi.job.JobOS400FullExternalJob"]], "jobos400fullexternaljob.duplicateoption (class in aapi.job)": [[0, "aapi.job.JobOS400FullExternalJob.DuplicateOption"]], "jobos400fullexternaljob.status (class in aapi.job)": [[0, "aapi.job.JobOS400FullExternalJob.Status"]], "jobos400fullexternalsubsystem (class in aapi.job)": [[0, "aapi.job.JobOS400FullExternalSubSystem"]], "jobos400fullmultiplecommands (class in aapi.job)": [[0, "aapi.job.JobOS400FullMultipleCommands"]], "jobos400fullprogram (class in aapi.job)": [[0, "aapi.job.JobOS400FullProgram"]], "jobos400fullprogram.specialenvironment (class in aapi.job)": [[0, "aapi.job.JobOS400FullProgram.SpecialEnvironment"]], "jobos400fullrestrictedstateaction (class in aapi.job)": [[0, "aapi.job.JobOS400FullRestrictedStateAction"]], "jobos400fullrestrictedstateaction.action (class in aapi.job)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.Action"]], "jobos400fullscriptfile (class in aapi.job)": [[0, "aapi.job.JobOS400FullScriptFile"]], "jobos400fullscriptfile.embeddedscriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400FullScriptFile.EmbeddedScriptFileLocation"]], "jobos400fullscriptfile.ifsscriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400FullScriptFile.IFSScriptFileLocation"]], "jobos400fullscriptfile.nativescriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400FullScriptFile.NativeScriptFileLocation"]], "jobos400fullscriptfile.specialenvironment (class in aapi.job)": [[0, "aapi.job.JobOS400FullScriptFile.SpecialEnvironment"]], "jobos400fullsubsystem (class in aapi.job)": [[0, "aapi.job.JobOS400FullSubSystem"]], "jobos400fullvirtualterminal (class in aapi.job)": [[0, "aapi.job.JobOS400FullVirtualTerminal"]], "jobos400fullvirtualterminal.embeddedscriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400FullVirtualTerminal.EmbeddedScriptFileLocation"]], "jobos400fullvirtualterminal.ifsscriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400FullVirtualTerminal.IFSScriptFileLocation"]], "jobos400fullvirtualterminal.nativescriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400FullVirtualTerminal.NativeScriptFileLocation"]], "jobos400multiplecommands (class in aapi.job)": [[0, "aapi.job.JobOS400MultipleCommands"]], "jobos400program (class in aapi.job)": [[0, "aapi.job.JobOS400Program"]], "jobos400program.specialenvironment (class in aapi.job)": [[0, "aapi.job.JobOS400Program.SpecialEnvironment"]], "jobos400virtualterminal (class in aapi.job)": [[0, "aapi.job.JobOS400VirtualTerminal"]], "jobos400virtualterminal.embeddedscriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400VirtualTerminal.EmbeddedScriptFileLocation"]], "jobos400virtualterminal.ifsscriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400VirtualTerminal.IFSScriptFileLocation"]], "jobos400virtualterminal.nativescriptfilelocation (class in aapi.job)": [[0, "aapi.job.JobOS400VirtualTerminal.NativeScriptFileLocation"]], "jobpeoplesoft (class in aapi.job)": [[0, "aapi.job.JobPeopleSoft"]], "jobsap (class in aapi.job)": [[0, "aapi.job.JobSAP"]], "jobsapbw (class in aapi.job)": [[0, "aapi.job.JobSAPBW"]], "jobsapbw.detectspawnedjob (class in aapi.job)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob"]], "jobsapbw.detectspawnedjob.detectandcreate (class in aapi.job)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.DetectAndCreate"]], "jobsapbwinfopackage (class in aapi.job)": [[0, "aapi.job.JobSAPBWInfoPackage"]], "jobsapbwinfopackage.infopackage (class in aapi.job)": [[0, "aapi.job.JobSAPBWInfoPackage.InfoPackage"]], "jobsapbwprocesschain (class in aapi.job)": [[0, "aapi.job.JobSAPBWProcessChain"]], "jobsapbwprocesschain.rerunoption (class in aapi.job)": [[0, "aapi.job.JobSAPBWProcessChain.RerunOption"]], "jobsapdataarchiving (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchiving"]], "jobsapdataarchiving.startcondition (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchiving.StartCondition"]], "jobsapdataarchivingdelete (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingDelete"]], "jobsapdataarchivingstore (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingStore"]], "jobsapdataarchivingwrite (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingWrite"]], "jobsapdataarchivingwrite.detectspawnedjob (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob"]], "jobsapdataarchivingwrite.detectspawnedjob.detectandcreate (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.DetectAndCreate"]], "jobsapdataarchivingwrite.jobclass (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingWrite.JobClass"]], "jobsapdataarchivingwrite.validations (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingWrite.Validations"]], "jobsapdataarchivingwrite.variant (class in aapi.job)": [[0, "aapi.job.JobSAPDataArchivingWrite.Variant"]], "jobsapr3 (class in aapi.job)": [[0, "aapi.job.JobSAPR3"]], "jobsapr3batchinputsession (class in aapi.job)": [[0, "aapi.job.JobSAPR3BatchInputSession"]], "jobsapr3batchinputsession.exec (class in aapi.job)": [[0, "aapi.job.JobSAPR3BatchInputSession.Exec"]], "jobsapr3batchinputsession.pattern (class in aapi.job)": [[0, "aapi.job.JobSAPR3BatchInputSession.Pattern"]], "jobsapr3batchinputsession.session (class in aapi.job)": [[0, "aapi.job.JobSAPR3BatchInputSession.Session"]], "jobsapr3copy (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY"]], "jobsapr3copy.detectspawnedjob (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob"]], "jobsapr3copy.detectspawnedjob.detectandcreate (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.DetectAndCreate"]], "jobsapr3copy.exec (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.Exec"]], "jobsapr3copy.jobcount (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.JobCount"]], "jobsapr3copy.postjobaction (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction"]], "jobsapr3copy.postjobaction.joblog (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.JobLog"]], "jobsapr3copy.postjobaction.spool (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.Spool"]], "jobsapr3copy.startcondition (class in aapi.job)": [[0, "aapi.job.JobSAPR3COPY.StartCondition"]], "jobsapr3create (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE"]], "jobsapr3create.detectspawnedjob (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob"]], "jobsapr3create.detectspawnedjob.detectandcreate (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.DetectAndCreate"]], "jobsapr3create.exec (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.Exec"]], "jobsapr3create.jobclass (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.JobClass"]], "jobsapr3create.postjobaction (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction"]], "jobsapr3create.postjobaction.joblog (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.JobLog"]], "jobsapr3create.postjobaction.spool (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.Spool"]], "jobsapr3create.spoollistrecipient (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient"]], "jobsapr3create.spoollistrecipient.recipienttype (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType"]], "jobsapr3create.startcondition (class in aapi.job)": [[0, "aapi.job.JobSAPR3CREATE.StartCondition"]], "jobsapr3monitorsapjob (class in aapi.job)": [[0, "aapi.job.JobSAPR3MonitorSapJob"]], "jobsapr3monitorsapjob.detectspawnedjob (class in aapi.job)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob"]], "jobsapr3monitorsapjob.detectspawnedjob.detectandcreate (class in aapi.job)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.DetectAndCreate"]], "jobsapr3monitorsapjob.jobcount (class in aapi.job)": [[0, "aapi.job.JobSAPR3MonitorSapJob.JobCount"]], "jobsapr3predefinedsapjob (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob"]], "jobsapr3predefinedsapjob.detectspawnedjob (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob"]], "jobsapr3predefinedsapjob.detectspawnedjob.detectandcreate (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.DetectAndCreate"]], "jobsapr3predefinedsapjob.exec (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.Exec"]], "jobsapr3predefinedsapjob.jobcount (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.JobCount"]], "jobsapr3predefinedsapjob.postjobaction (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction"]], "jobsapr3predefinedsapjob.postjobaction.joblog (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.JobLog"]], "jobsapr3predefinedsapjob.postjobaction.spool (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.Spool"]], "jobsapr3predefinedsapjob.startcondition (class in aapi.job)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.StartCondition"]], "jobsapr3sapprofile (class in aapi.job)": [[0, "aapi.job.JobSAPR3SapProfile"]], "jobsapr3sapprofileactivate (class in aapi.job)": [[0, "aapi.job.JobSAPR3SapProfileActivate"]], "jobsapr3sapprofileactivate.profileinformation (class in aapi.job)": [[0, "aapi.job.JobSAPR3SapProfileActivate.ProfileInformation"]], "jobsapr3sapprofiledeactivate (class in aapi.job)": [[0, "aapi.job.JobSAPR3SapProfileDeactivate"]], "jobsapr3sapprofiledeactivate.profileinformation (class in aapi.job)": [[0, "aapi.job.JobSAPR3SapProfileDeactivate.ProfileInformation"]], "jobsapr3triggersapevent (class in aapi.job)": [[0, "aapi.job.JobSAPR3TriggerSapEvent"]], "jobsapr3watchsapevent (class in aapi.job)": [[0, "aapi.job.JobSAPR3WatchSapEvent"]], "jobslamanagement (class in aapi.job)": [[0, "aapi.job.JobSLAManagement"]], "jobslamanagement.averageruntimetolerance (class in aapi.job)": [[0, "aapi.job.JobSLAManagement.AverageRunTimeTolerance"]], "jobslamanagement.averageruntimetolerance.units (class in aapi.job)": [[0, "aapi.job.JobSLAManagement.AverageRunTimeTolerance.Units"]], "jobslamanagement.completeby (class in aapi.job)": [[0, "aapi.job.JobSLAManagement.CompleteBy"]], "jobslamanagement.completein (class in aapi.job)": [[0, "aapi.job.JobSLAManagement.CompleteIn"]], "jobscript (class in aapi.job)": [[0, "aapi.job.JobScript"]], "jobtag (class in aapi.jobtag)": [[0, "aapi.jobtag.JobTag"]], "jobtag.tagname (class in aapi.jobtag)": [[0, "aapi.jobtag.JobTag.TagName"]], "jobtandem (class in aapi.job)": [[0, "aapi.job.JobTandem"]], "jobtandemcommand (class in aapi.job)": [[0, "aapi.job.JobTandemCommand"]], "jobtandemembeddedtaclscript (class in aapi.job)": [[0, "aapi.job.JobTandemEmbeddedTACLScript"]], "jobtandemexternalprocess (class in aapi.job)": [[0, "aapi.job.JobTandemExternalProcess"]], "jobtandemexternalprocess.externalcpupin (class in aapi.job)": [[0, "aapi.job.JobTandemExternalProcess.ExternalCPUPIN"]], "jobtandemexternalprocess.externalprocessid (class in aapi.job)": [[0, "aapi.job.JobTandemExternalProcess.ExternalProcessId"]], "jobtandemprogram (class in aapi.job)": [[0, "aapi.job.JobTandemProgram"]], "jobtandemtaclscript (class in aapi.job)": [[0, "aapi.job.JobTandemTACLScript"]], "jobvmware (class in aapi.job)": [[0, "aapi.job.JobVMware"]], "jobvmwareconfiguration (class in aapi.job)": [[0, "aapi.job.JobVMwareConfiguration"]], "jobvmwareconfigurationclonevirtualmachine (class in aapi.job)": [[0, "aapi.job.JobVMwareConfigurationCloneVirtualMachine"]], "jobvmwareconfigurationdeploytemplate (class in aapi.job)": [[0, "aapi.job.JobVMwareConfigurationDeployTemplate"]], "jobvmwareconfigurationmigratevirtualmachine (class in aapi.job)": [[0, "aapi.job.JobVMwareConfigurationMigrateVirtualMachine"]], "jobvmwareconfigurationreconfigurevirtualmachine (class in aapi.job)": [[0, "aapi.job.JobVMwareConfigurationReconfigureVirtualMachine"]], "jobvmwarepower (class in aapi.job)": [[0, "aapi.job.JobVMwarePower"]], "jobvmwarepoweroff (class in aapi.job)": [[0, "aapi.job.JobVMwarePowerOff"]], "jobvmwarepoweron (class in aapi.job)": [[0, "aapi.job.JobVMwarePowerOn"]], "jobvmwarepowerreboot (class in aapi.job)": [[0, "aapi.job.JobVMwarePowerReboot"]], "jobvmwarepowerreset (class in aapi.job)": [[0, "aapi.job.JobVMwarePowerReset"]], "jobvmwarepowershutdown (class in aapi.job)": [[0, "aapi.job.JobVMwarePowerShutdown"]], "jobvmwarepowerstandby (class in aapi.job)": [[0, "aapi.job.JobVMwarePowerStandby"]], "jobvmwarepowersuspend (class in aapi.job)": [[0, "aapi.job.JobVMwarePowerSuspend"]], "jobvmwaresnapshot (class in aapi.job)": [[0, "aapi.job.JobVMwareSnapshot"]], "jobvmwaresnapshotremove (class in aapi.job)": [[0, "aapi.job.JobVMwareSnapshotRemove"]], "jobvmwaresnapshotremoveall (class in aapi.job)": [[0, "aapi.job.JobVMwareSnapshotRemoveAll"]], "jobvmwaresnapshotrevert (class in aapi.job)": [[0, "aapi.job.JobVMwareSnapshotRevert"]], "jobvmwaresnapshotreverttocurrent (class in aapi.job)": [[0, "aapi.job.JobVMwareSnapshotRevertToCurrent"]], "jobvmwaresnapshottake (class in aapi.job)": [[0, "aapi.job.JobVMwareSnapshotTake"]], "jobwebservices (class in aapi.job)": [[0, "aapi.job.JobWebServices"]], "jobwebservices.requesttype (class in aapi.job)": [[0, "aapi.job.JobWebServices.RequestType"]], "jobzos (class in aapi.job)": [[0, "aapi.job.JobZOS"]], "jobzos.archiving (class in aapi.job)": [[0, "aapi.job.JobZOS.Archiving"]], "jobzos.history (class in aapi.job)": [[0, "aapi.job.JobZOS.History"]], "jobzos.mustend (class in aapi.job)": [[0, "aapi.job.JobZOS.MustEnd"]], "jobzos.outputhandling (class in aapi.job)": [[0, "aapi.job.JobZOS.OutputHandling"]], "jobzos.outputhandling.operation (class in aapi.job)": [[0, "aapi.job.JobZOS.OutputHandling.Operation"]], "jobzos.preventnct2 (class in aapi.job)": [[0, "aapi.job.JobZOS.PreventNCT2"]], "jobzos.sac (class in aapi.job)": [[0, "aapi.job.JobZOS.Sac"]], "jobzos.scheduling (class in aapi.job)": [[0, "aapi.job.JobZOS.Scheduling"]], "jobzos.taskinformation (class in aapi.job)": [[0, "aapi.job.JobZOS.TaskInformation"]], "jobzosinstreamjcl (class in aapi.job)": [[0, "aapi.job.JobZOSInStreamJCL"]], "jobzosmember (class in aapi.job)": [[0, "aapi.job.JobZOSMember"]], "jobsfilter (class in aapi.jobsfilter)": [[0, "aapi.jobsfilter.JobsFilter"]], "k (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.K"]], "keep (aapi.resource.resourcelock.iffail attribute)": [[0, "aapi.resource.ResourceLock.IfFail.Keep"]], "keep (aapi.resource.resourcepool.iffail attribute)": [[0, "aapi.resource.ResourcePool.IfFail.Keep"]], "keepall (aapi.basefolder.folder.activeretentionpolicy attribute)": [[0, "aapi.basefolder.Folder.ActiveRetentionPolicy.KeepAll"]], "keepall (aapi.folderjobbase.subfolder.activeretentionpolicy attribute)": [[0, "aapi.folderjobbase.SubFolder.ActiveRetentionPolicy.KeepAll"]], "l (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.L"]], "last (aapi.job.jobos400externaljob.duplicateoption attribute)": [[0, "aapi.job.JobOS400ExternalJob.DuplicateOption.Last"]], "last (aapi.job.jobos400fullexternaljob.duplicateoption attribute)": [[0, "aapi.job.JobOS400FullExternalJob.DuplicateOption.Last"]], "last (aapi.job.jobsapr3copy.jobcount attribute)": [[0, "aapi.job.JobSAPR3COPY.JobCount.Last"]], "lastscheduled (aapi.job.jobsapr3copy.jobcount attribute)": [[0, "aapi.job.JobSAPR3COPY.JobCount.LastScheduled"]], "lastscheduled (aapi.job.jobsapr3predefinedsapjob.jobcount attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.JobCount.LastScheduled"]], "lessthan (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.LessThan"]], "lessthan (aapi.notify.notifyexecutiontime.criteria attribute)": [[0, "aapi.notify.NotifyExecutionTime.Criteria.LessThan"]], "lessthan (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.LessThan"]], "lessthan (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions.operator attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator.LessThan"]], "lessthanaverage (aapi.notify.notifyexecutiontime.criteria attribute)": [[0, "aapi.notify.NotifyExecutionTime.Criteria.LessThanAverage"]], "lessthanorequal (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.LessThanOrEqual"]], "like (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.Like"]], "list (aapi.job.jobzos.preventnct2 attribute)": [[0, "aapi.job.JobZOS.PreventNCT2.List"]], "lockname (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.LockName"]], "locktype (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.LockType"]], "low (aapi.basefolder.folder.priority attribute)": [[0, "aapi.basefolder.Folder.Priority.Low"]], "low (aapi.folderjobbase.folderjobbase.priority attribute)": [[0, "aapi.folderjobbase.FolderJobBase.Priority.Low"]], "low (aapi.job.job.priority attribute)": [[0, "aapi.job.Job.Priority.Low"]], "low (aapi.job.jobsapdataarchivingwrite.jobclass attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.JobClass.Low"]], "low (aapi.remedy.actionremedy.urgency attribute)": [[0, "aapi.remedy.ActionRemedy.Urgency.Low"]], "m (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.M"]], "manual (aapi.basefolder.simplefolder.ordermethod attribute)": [[0, "aapi.basefolder.SimpleFolder.OrderMethod.Manual"]], "medium (aapi.basefolder.folder.priority attribute)": [[0, "aapi.basefolder.Folder.Priority.Medium"]], "medium (aapi.folderjobbase.folderjobbase.priority attribute)": [[0, "aapi.folderjobbase.FolderJobBase.Priority.Medium"]], "medium (aapi.job.job.priority attribute)": [[0, "aapi.job.Job.Priority.Medium"]], "medium (aapi.job.jobsapdataarchivingwrite.jobclass attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.JobClass.Medium"]], "medium (aapi.remedy.actionremedy.urgency attribute)": [[0, "aapi.remedy.ActionRemedy.Urgency.Medium"]], "message (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Message"]], "minutes (aapi.basefolder.folder.rerun.units attribute)": [[0, "aapi.basefolder.Folder.Rerun.Units.Minutes"]], "minutes (aapi.basefolder.folder.rerunlimit.units attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.Units.Minutes"]], "minutes (aapi.folderjobbase.folderjobbasesmart.rerun.units attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.Units.Minutes"]], "minutes (aapi.job.job.rerun.units attribute)": [[0, "aapi.job.Job.Rerun.Units.Minutes"]], "minutes (aapi.job.job.rerunlimit.units attribute)": [[0, "aapi.job.Job.RerunLimit.Units.Minutes"]], "minutes (aapi.job.jobazurebatchaccount.retention.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Retention.Unit.Minutes"]], "minutes (aapi.job.jobazurebatchaccount.wallclock.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock.Unit.Minutes"]], "minutes (aapi.job.jobslamanagement.averageruntimetolerance.units attribute)": [[0, "aapi.job.JobSLAManagement.AverageRunTimeTolerance.Units.Minutes"]], "minutestowait (aapi.filetransfer.filetransfer.filewatcheroptions.timelimitpolicy attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.TimeLimitPolicy.MinutesToWait"]], "mon (aapi.resourcepools.resourcepools.weekdaysrange.fromday attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay.Mon"]], "mon (aapi.resourcepools.resourcepools.weekdaysrange.today attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay.Mon"]], "mon (aapi.runningjobs.runningjobs.weekdaysrange.fromday attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay.Mon"]], "mon (aapi.runningjobs.runningjobs.weekdaysrange.today attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay.Mon"]], "monthdayscalendar (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.MonthDaysCalendar"]], "move (aapi.job.job.output.operation attribute)": [[0, "aapi.job.Job.Output.Operation.Move"]], "move (aapi.job.jobzos.outputhandling.operation attribute)": [[0, "aapi.job.JobZOS.OutputHandling.Operation.Move"]], "move (aapi.output.actionoutput.operation attribute)": [[0, "aapi.output.ActionOutput.Operation.Move"]], "n (aapi.basefolder.folder.adjustevents attribute)": [[0, "aapi.basefolder.Folder.AdjustEvents.N"]], "n (aapi.folderjobbase.subfolder.adjustevents attribute)": [[0, "aapi.folderjobbase.SubFolder.AdjustEvents.N"]], "ntlm2_windows_authentication (aapi.connectionprofile.connectionprofiledatabasemssql.authenticationtype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.AuthenticationType.NTLM2_Windows_Authentication"]], "n_to_n (aapi.job.jobawsbatch.dependson.dependencytype attribute)": [[0, "aapi.job.JobAWSBatch.DependsOn.DependencyType.N_to_N"]], "name (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Name"]], "native (aapi.job.jobos400fullcommandline.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullCommandLine.SpecialEnvironment.Native"]], "native (aapi.job.jobos400fullprogram.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullProgram.SpecialEnvironment.Native"]], "native (aapi.job.jobos400fullscriptfile.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullScriptFile.SpecialEnvironment.Native"]], "native (aapi.job.jobos400program.specialenvironment attribute)": [[0, "aapi.job.JobOS400Program.SpecialEnvironment.Native"]], "next (aapi.basefolder.folder.sac attribute)": [[0, "aapi.basefolder.Folder.Sac.Next"]], "next (aapi.job.jobzos.sac attribute)": [[0, "aapi.job.JobZOS.Sac.Next"]], "nextorderdate (aapi.condition.condition.date attribute)": [[0, "aapi.condition.Condition.Date.NextOrderDate"]], "nextorderdate (aapi.event.event.date attribute)": [[0, "aapi.event.Event.Date.NextOrderDate"]], "no (aapi.job.jobzos.preventnct2 attribute)": [[0, "aapi.job.JobZOS.PreventNCT2.No"]], "noauthentication (aapi.connectionprofile.connectionprofilefiletransferftps.ssllevel attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.SslLevel.NoAuthentication"]], "noauthentication (aapi.endpoint.endpointdestftps.ssllevel attribute)": [[0, "aapi.endpoint.EndpointDestFtps.SslLevel.NoAuthentication"]], "noauthentication (aapi.endpoint.endpointsrcftps.ssllevel attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.SslLevel.NoAuthentication"]], "nodate (aapi.condition.condition.date attribute)": [[0, "aapi.condition.Condition.Date.NoDate"]], "nodate (aapi.event.event.date attribute)": [[0, "aapi.event.Event.Date.NoDate"]], "none_ (aapi.resourcepools.resourcepools.time.timetype attribute)": [[0, "aapi.resourcepools.ResourcePools.Time.TimeType.None_"]], "none_ (aapi.runningjobs.runningjobs.time.timetype attribute)": [[0, "aapi.runningjobs.RunningJobs.Time.TimeType.None_"]], "notequalto (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.NotEqualTo"]], "notinrange (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.NotInRange"]], "notlike (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.NotLike"]], "not_active (aapi.sitestandardpolicy.sitestandardpolicy.status attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.Status.Not_Active"]], "notificationtype (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.NotificationType"]], "notify (class in aapi.notify)": [[0, "aapi.notify.Notify"]], "notify.destination (class in aapi.notify)": [[0, "aapi.notify.Notify.Destination"]], "notify.urgency (class in aapi.notify)": [[0, "aapi.notify.Notify.Urgency"]], "notifydoesnotend (class in aapi.notify)": [[0, "aapi.notify.NotifyDoesNotEnd"]], "notifydoesnotstart (class in aapi.notify)": [[0, "aapi.notify.NotifyDoesNotStart"]], "notifyexecutiontime (class in aapi.notify)": [[0, "aapi.notify.NotifyExecutionTime"]], "notifyexecutiontime.criteria (class in aapi.notify)": [[0, "aapi.notify.NotifyExecutionTime.Criteria"]], "notifylatecyclicsubmit (class in aapi.notify)": [[0, "aapi.notify.NotifyLateCyclicSubmit"]], "notifynotok (class in aapi.notify)": [[0, "aapi.notify.NotifyNotOK"]], "notifyok (class in aapi.notify)": [[0, "aapi.notify.NotifyOK"]], "notifyrerun (class in aapi.notify)": [[0, "aapi.notify.NotifyRerun"]], "o (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.O"]], "or (aapi.basefolder.folder.when.daysrelation attribute)": [[0, "aapi.basefolder.Folder.When.DaysRelation.OR"]], "or (aapi.calendar.calendarrulebased.when.daysrelation attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.DaysRelation.OR"]], "or (aapi.calendar.calendarrulebasedcalendar.when.daysrelation attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.DaysRelation.OR"]], "or (aapi.folderjobbase.subfolder.when.daysrelation attribute)": [[0, "aapi.folderjobbase.SubFolder.When.DaysRelation.OR"]], "or (aapi.folderjobbase.subfolder.when.rulebasedcalendars.relationship attribute)": [[0, "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars.Relationship.OR"]], "or (aapi.job.job.when.daysrelation attribute)": [[0, "aapi.job.Job.When.DaysRelation.OR"]], "or (aapi.job.job.when.rulebasedcalendars.relationship attribute)": [[0, "aapi.job.Job.When.RuleBasedCalendars.Relationship.OR"]], "odd (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions.operator attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator.Odd"]], "on (class in aapi.on)": [[0, "aapi.on.On"]], "onfail (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.OnFail"]], "onok (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.OnOK"]], "orderanyway (aapi.calendar.calendarrulebased.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.ExceptionPolicy.OrderAnyway"]], "orderanyway (aapi.calendar.calendarrulebasedcalendar.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.ExceptionPolicy.OrderAnyway"]], "orderanyway (aapi.job.job.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.job.Job.When.ConfirmationCalendars.ExceptionPolicy.OrderAnyway"]], "orderdate (aapi.condition.condition.date attribute)": [[0, "aapi.condition.Condition.Date.OrderDate"]], "orderdate (aapi.event.event.date attribute)": [[0, "aapi.event.Event.Date.OrderDate"]], "orderonnextconfirmedday (aapi.calendar.calendarrulebased.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.ExceptionPolicy.OrderOnNextConfirmedDay"]], "orderonnextconfirmedday (aapi.calendar.calendarrulebasedcalendar.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.ExceptionPolicy.OrderOnNextConfirmedDay"]], "orderonnextconfirmedday (aapi.job.job.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.job.Job.When.ConfirmationCalendars.ExceptionPolicy.OrderOnNextConfirmedDay"]], "orderonpreviousconfirmedday (aapi.calendar.calendarrulebased.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.ExceptionPolicy.OrderOnPreviousConfirmedDay"]], "orderonpreviousconfirmedday (aapi.calendar.calendarrulebasedcalendar.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.ExceptionPolicy.OrderOnPreviousConfirmedDay"]], "orderonpreviousconfirmedday (aapi.job.job.when.confirmationcalendars.exceptionpolicy attribute)": [[0, "aapi.job.Job.When.ConfirmationCalendars.ExceptionPolicy.OrderOnPreviousConfirmedDay"]], "outputqueue (aapi.job.jobos400externaljob.status attribute)": [[0, "aapi.job.JobOS400ExternalJob.Status.OutputQueue"]], "outputqueue (aapi.job.jobos400fullexternaljob.status attribute)": [[0, "aapi.job.JobOS400FullExternalJob.Status.OutputQueue"]], "p (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.P"]], "package (class in aapi.package)": [[0, "aapi.package.Package"]], "package.source (class in aapi.package)": [[0, "aapi.package.Package.Source"]], "packageparams (class in aapi.packageparams)": [[0, "aapi.packageparams.PackageParams"]], "parameter (aapi.job.jobwebservices.requesttype attribute)": [[0, "aapi.job.JobWebServices.RequestType.Parameter"]], "passive (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.Passive"]], "passive (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.Passive"]], "passive (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.Passive"]], "passive (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.Passive"]], "passive (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.Passive"]], "passive (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.Passive"]], "passivesubstituteipaddress (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.PassiveSubstituteIpAddress"]], "passivesubstituteipaddress (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.PassiveSubstituteIpAddress"]], "passivesubstituteipaddress (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.PassiveSubstituteIpAddress"]], "passivesubstituteipaddress (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.PassiveSubstituteIpAddress"]], "passivesubstituteipaddress (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.PassiveSubstituteIpAddress"]], "passivesubstituteipaddress (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.PassiveSubstituteIpAddress"]], "percentage (aapi.job.jobslamanagement.averageruntimetolerance.units attribute)": [[0, "aapi.job.JobSLAManagement.AverageRunTimeTolerance.Units.Percentage"]], "period (class in aapi.period)": [[0, "aapi.period.Period"]], "period.period (class in aapi.period)": [[0, "aapi.period.Period.Period"]], "poolname (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.PoolName"]], "possibleoptions (class in aapi.possibleoptions)": [[0, "aapi.possibleoptions.PossibleOptions"]], "prev (aapi.basefolder.folder.sac attribute)": [[0, "aapi.basefolder.Folder.Sac.Prev"]], "prev (aapi.job.jobzos.sac attribute)": [[0, "aapi.job.JobZOS.Sac.Prev"]], "previousorderdate (aapi.condition.condition.date attribute)": [[0, "aapi.condition.Condition.Date.PreviousOrderDate"]], "previousorderdate (aapi.event.event.date attribute)": [[0, "aapi.event.Event.Date.PreviousOrderDate"]], "print (aapi.job.job.output.operation attribute)": [[0, "aapi.job.Job.Output.Operation.Print"]], "print (aapi.output.actionoutput.operation attribute)": [[0, "aapi.output.ActionOutput.Operation.Print"]], "privatedistributionlist (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.PrivateDistributionList"]], "properties (aapi.connectionprofile.connectionprofilehadoop.hive.connectiondefinitionstype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.ConnectionDefinitionsType.Properties"]], "propertycondition (class in aapi.propertycondition)": [[0, "aapi.propertycondition.PropertyCondition"]], "propertycondition.operator (class in aapi.propertycondition)": [[0, "aapi.propertycondition.PropertyCondition.Operator"]], "propertycondition.property (class in aapi.propertycondition)": [[0, "aapi.propertycondition.PropertyCondition.Property"]], "q (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.Q"]], "qshell (aapi.job.jobos400fullcommandline.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullCommandLine.SpecialEnvironment.QShell"]], "qshell (aapi.job.jobos400fullprogram.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullProgram.SpecialEnvironment.QShell"]], "qshell (aapi.job.jobos400fullscriptfile.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullScriptFile.SpecialEnvironment.QShell"]], "qshell (aapi.job.jobos400program.specialenvironment attribute)": [[0, "aapi.job.JobOS400Program.SpecialEnvironment.QShell"]], "quantity (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Quantity"]], "queue (aapi.job.jobos400externaljob.status attribute)": [[0, "aapi.job.JobOS400ExternalJob.Status.Queue"]], "queue (aapi.job.jobos400fullexternaljob.status attribute)": [[0, "aapi.job.JobOS400FullExternalJob.Status.Queue"]], "r (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.R"]], "rc2_cbc (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.RC2_CBC"]], "rsa_with_md5 (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters.signaturealgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm.RSA_with_MD5"]], "rsa_with_sha_1 (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters.signaturealgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm.RSA_with_SHA_1"]], "rsa_with_sha_224 (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters.signaturealgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm.RSA_with_SHA_224"]], "rsa_with_sha_256 (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters.signaturealgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm.RSA_with_SHA_256"]], "rsa_with_sha_384 (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters.signaturealgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm.RSA_with_SHA_384"]], "rsa_with_sha_512 (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters.signaturealgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.SignatureAlgorithm.RSA_with_SHA_512"]], "rbcdetails (class in aapi.rbcdetails)": [[0, "aapi.rbcdetails.RbcDetails"]], "recover (aapi.job.jobinformatica.workflowrestartmode attribute)": [[0, "aapi.job.JobInformatica.WorkflowRestartMode.Recover"]], "regular (aapi.donotify.actionnotify.urgency attribute)": [[0, "aapi.donotify.ActionNotify.Urgency.Regular"]], "regular (aapi.mail.actionmail.urgency attribute)": [[0, "aapi.mail.ActionMail.Urgency.Regular"]], "regular (aapi.notify.notify.urgency attribute)": [[0, "aapi.notify.Notify.Urgency.Regular"]], "release (aapi.job.jobzos.outputhandling.operation attribute)": [[0, "aapi.job.JobZOS.OutputHandling.Operation.Release"]], "release (aapi.resource.resourcelock.iffail attribute)": [[0, "aapi.resource.ResourceLock.IfFail.Release"]], "release (aapi.resource.resourcepool.iffail attribute)": [[0, "aapi.resource.ResourcePool.IfFail.Release"]], "release (aapi.resource.resourcepool.ifok attribute)": [[0, "aapi.resource.ResourcePool.IfOk.Release"]], "remotemailaddress (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.RemoteMailAddress"]], "remove (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Remove"]], "rerunfromstart (aapi.job.jobsapbwprocesschain.rerunoption attribute)": [[0, "aapi.job.JobSAPBWProcessChain.RerunOption.RerunFromStart"]], "resource (class in aapi.resource)": [[0, "aapi.resource.Resource"]], "resourcelock (class in aapi.resource)": [[0, "aapi.resource.ResourceLock"]], "resourcelock.iffail (class in aapi.resource)": [[0, "aapi.resource.ResourceLock.IfFail"]], "resourcelock.locktype (class in aapi.resource)": [[0, "aapi.resource.ResourceLock.LockType"]], "resourcepool (class in aapi.resource)": [[0, "aapi.resource.ResourcePool"]], "resourcepool.iffail (class in aapi.resource)": [[0, "aapi.resource.ResourcePool.IfFail"]], "resourcepool.ifok (class in aapi.resource)": [[0, "aapi.resource.ResourcePool.IfOk"]], "resourcepools (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools"]], "resourcepools.dateslist (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.DatesList"]], "resourcepools.periodicdays (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.PeriodicDays"]], "resourcepools.rangedates (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.RangeDates"]], "resourcepools.rangedateswithtimes (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.RangeDatesWithTimes"]], "resourcepools.specifictime (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.SpecificTime"]], "resourcepools.time (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.Time"]], "resourcepools.time.timetype (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.Time.TimeType"]], "resourcepools.weekdaysrange (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange"]], "resourcepools.weekdaysrange.fromday (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay"]], "resourcepools.weekdaysrange.today (class in aapi.resourcepools)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay"]], "rest (aapi.connectionprofile.connectionprofilewebservices.servicetype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.ServiceType.Rest"]], "restartfromfailiurepoint (aapi.job.jobsapbwprocesschain.rerunoption attribute)": [[0, "aapi.job.JobSAPBWProcessChain.RerunOption.RestartFromFailiurePoint"]], "runreclaimstorage (aapi.job.jobos400fullrestrictedstateaction.action attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.Action.RunReclaimStorage"]], "runsingletask (aapi.job.jobinformatica.workflowexecutionmode attribute)": [[0, "aapi.job.JobInformatica.WorkflowExecutionMode.RunSingleTask"]], "runwholeworkflow (aapi.job.jobinformatica.workflowexecutionmode attribute)": [[0, "aapi.job.JobInformatica.WorkflowExecutionMode.RunWholeWorkflow"]], "runningjobs (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs"]], "runningjobs.dateslist (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.DatesList"]], "runningjobs.periodicdays (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.PeriodicDays"]], "runningjobs.rangedates (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.RangeDates"]], "runningjobs.rangedateswithtimes (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.RangeDatesWithTimes"]], "runningjobs.server (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.Server"]], "runningjobs.specifictime (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.SpecificTime"]], "runningjobs.time (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.Time"]], "runningjobs.time.timetype (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.Time.TimeType"]], "runningjobs.weekdaysrange (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange"]], "runningjobs.weekdaysrange.fromday (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay"]], "runningjobs.weekdaysrange.today (class in aapi.runningjobs)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay"]], "s (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.S"]], "s38 (aapi.job.jobos400fullcommandline.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullCommandLine.SpecialEnvironment.S38"]], "s38 (aapi.job.jobos400fullprogram.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullProgram.SpecialEnvironment.S38"]], "s38 (aapi.job.jobos400fullscriptfile.specialenvironment attribute)": [[0, "aapi.job.JobOS400FullScriptFile.SpecialEnvironment.S38"]], "s38 (aapi.job.jobos400program.specialenvironment attribute)": [[0, "aapi.job.JobOS400Program.SpecialEnvironment.S38"]], "sql_server (aapi.job.jobdatabasemssql_ssis.packagesource attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.PackageSource.SQL_Server"]], "sql_server (aapi.package.package.source attribute)": [[0, "aapi.package.Package.Source.SQL_Server"]], "sql_server_authentication (aapi.connectionprofile.connectionprofiledatabasemssql.authenticationtype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.AuthenticationType.SQL_Server_Authentication"]], "ssis_catalog (aapi.job.jobdatabasemssql_ssis.packagesource attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.PackageSource.SSIS_Catalog"]], "ssis_package_store (aapi.job.jobdatabasemssql_ssis.packagesource attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.PackageSource.SSIS_Package_Store"]], "ssis_package_store (aapi.package.package.source attribute)": [[0, "aapi.package.Package.Source.SSIS_Package_Store"]], "sapusername (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.SapUserName"]], "sat (aapi.resourcepools.resourcepools.weekdaysrange.fromday attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay.Sat"]], "sat (aapi.resourcepools.resourcepools.weekdaysrange.today attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay.Sat"]], "sat (aapi.runningjobs.runningjobs.weekdaysrange.fromday attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay.Sat"]], "sat (aapi.runningjobs.runningjobs.weekdaysrange.today attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay.Sat"]], "saveentiresystem (aapi.job.jobos400fullrestrictedstateaction.action attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.Action.SaveEntireSystem"]], "saveoperationsystem (aapi.job.jobos400fullrestrictedstateaction.action attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.Action.SaveOperationSystem"]], "seconds (aapi.job.jobazurebatchaccount.retention.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Retention.Unit.Seconds"]], "seconds (aapi.job.jobazurebatchaccount.wallclock.unit attribute)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock.Unit.Seconds"]], "sequential (aapi.job.jobawsbatch.dependson.dependencytype attribute)": [[0, "aapi.job.JobAWSBatch.DependsOn.DependencyType.Sequential"]], "server (aapi.job.jobsapr3batchinputsession.exec attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.Exec.Server"]], "server (aapi.job.jobsapr3copy.exec attribute)": [[0, "aapi.job.JobSAPR3COPY.Exec.Server"]], "server (aapi.job.jobsapr3create.exec attribute)": [[0, "aapi.job.JobSAPR3CREATE.Exec.Server"]], "server (aapi.job.jobsapr3predefinedsapjob.exec attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.Exec.Server"]], "serverauthentication (aapi.connectionprofile.connectionprofilefiletransferftps.ssllevel attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.SslLevel.ServerAuthentication"]], "serverauthentication (aapi.endpoint.endpointdestftps.ssllevel attribute)": [[0, "aapi.endpoint.EndpointDestFtps.SslLevel.ServerAuthentication"]], "serverauthentication (aapi.endpoint.endpointsrcftps.ssllevel attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.SslLevel.ServerAuthentication"]], "shared (aapi.resource.resourcelock.locktype attribute)": [[0, "aapi.resource.ResourceLock.LockType.Shared"]], "shareddistributionlist (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.SharedDistributionList"]], "signed (aapi.connectionprofile.connectionprofilefiletransferas2.requestreceiptparameters.sign attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Sign.Signed"]], "simplefolder (class in aapi.basefolder)": [[0, "aapi.basefolder.SimpleFolder"]], "simplefolder.ordermethod (class in aapi.basefolder)": [[0, "aapi.basefolder.SimpleFolder.OrderMethod"]], "single (aapi.job.jobawsbatch.awsjobtype attribute)": [[0, "aapi.job.JobAWSBatch.AwsJobType.Single"]], "sitestandard (class in aapi.sitestandard)": [[0, "aapi.sitestandard.SiteStandard"]], "sitestandarddata (class in aapi.sitestandarddata)": [[0, "aapi.sitestandarddata.SiteStandardData"]], "sitestandardoperatorvalueoptions (class in aapi.sitestandardoperatorvalueoptions)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions"]], "sitestandardoperatorvalueoptions.operator (class in aapi.sitestandardoperatorvalueoptions)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.Operator"]], "sitestandardpolicy (class in aapi.sitestandardpolicy)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy"]], "sitestandardpolicy.applyon (class in aapi.sitestandardpolicy)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.ApplyOn"]], "sitestandardpolicy.errorlevel (class in aapi.sitestandardpolicy)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.ErrorLevel"]], "sitestandardpolicy.status (class in aapi.sitestandardpolicy)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.Status"]], "sitestandardpolicydata (class in aapi.sitestandardpolicydata)": [[0, "aapi.sitestandardpolicydata.SiteStandardPolicyData"]], "sitestandardpossiblevalue (class in aapi.sitestandardpossiblevalue)": [[0, "aapi.sitestandardpossiblevalue.SiteStandardPossibleValue"]], "sitestandardrestriction (class in aapi.sitestandardrestriction)": [[0, "aapi.sitestandardrestriction.SiteStandardRestriction"]], "sitestandardrestrictionenum (class in aapi.sitestandardrestriction)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionEnum"]], "sitestandardrestrictionnumeric (class in aapi.sitestandardrestriction)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionNumeric"]], "sitestandardrestrictionoperatorvalue (class in aapi.sitestandardrestriction)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionOperatorValue"]], "sitestandardrestrictiontext (class in aapi.sitestandardrestriction)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionText"]], "smartfoldernext (aapi.basefolder.folder.sac attribute)": [[0, "aapi.basefolder.Folder.Sac.SmartFolderNext"]], "smartfolderprev (aapi.basefolder.folder.sac attribute)": [[0, "aapi.basefolder.Folder.Sac.SmartFolderPrev"]], "space (aapi.captureoutput.actioncaptureoutput.forwardby.delimiter attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.Delimiter.Space"]], "specificjob (aapi.job.jobsapr3copy.jobcount attribute)": [[0, "aapi.job.JobSAPR3COPY.JobCount.SpecificJob"]], "specificjob (aapi.job.jobsapr3monitorsapjob.jobcount attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.JobCount.SpecificJob"]], "specificjob (aapi.job.jobsapr3predefinedsapjob.jobcount attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.JobCount.SpecificJob"]], "specificjobdefinition (aapi.job.jobsapbw.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.DetectAndCreate.SpecificJobDefinition"]], "specificjobdefinition (aapi.job.jobsapdataarchivingwrite.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.DetectAndCreate.SpecificJobDefinition"]], "specificjobdefinition (aapi.job.jobsapr3copy.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.DetectAndCreate.SpecificJobDefinition"]], "specificjobdefinition (aapi.job.jobsapr3create.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.DetectAndCreate.SpecificJobDefinition"]], "specificjobdefinition (aapi.job.jobsapr3monitorsapjob.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.DetectAndCreate.SpecificJobDefinition"]], "specificjobdefinition (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob.detectandcreate attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.DetectAndCreate.SpecificJobDefinition"]], "srctodest (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.SrcToDest"]], "srctodestfilewatcher (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.SrcToDestFileWatcher"]], "standard (aapi.job.jobawsbatch.dependson.dependencytype attribute)": [[0, "aapi.job.JobAWSBatch.DependsOn.DependencyType.Standard"]], "start (aapi.basefolder.folder.rerun.from attribute)": [[0, "aapi.basefolder.Folder.Rerun.From.Start"]], "start (aapi.basefolder.folder.rerunintervals.from attribute)": [[0, "aapi.basefolder.Folder.RerunIntervals.From.Start"]], "start (aapi.basefolder.folder.rerunlimit.from attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.From.Start"]], "start (aapi.folderjobbase.folderjobbasesmart.rerun.from attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.From.Start"]], "start (aapi.folderjobbase.folderjobbasesmart.rerunintervals.from attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.From.Start"]], "start (aapi.job.job.rerun.from attribute)": [[0, "aapi.job.Job.Rerun.From.Start"]], "start (aapi.job.job.rerunintervals.from attribute)": [[0, "aapi.job.Job.RerunIntervals.From.Start"]], "start (aapi.job.job.rerunlimit.from attribute)": [[0, "aapi.job.Job.RerunLimit.From.Start"]], "startfromtask (aapi.job.jobinformatica.workflowexecutionmode attribute)": [[0, "aapi.job.JobInformatica.WorkflowExecutionMode.StartFromTask"]], "startswith (aapi.ifbase.ifvariablevalue.operator attribute)": [[0, "aapi.ifbase.IfVariableValue.Operator.StartsWith"]], "startswith (aapi.propertycondition.propertycondition.operator attribute)": [[0, "aapi.propertycondition.PropertyCondition.Operator.StartsWith"]], "steprange (class in aapi.steprange)": [[0, "aapi.steprange.StepRange"]], "string (aapi.connectionprofile.connectionprofilehadoop.hive.connectiondefinitionstype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.ConnectionDefinitionsType.String"]], "subfolder (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder"]], "subfolder.activeretentionpolicy (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.ActiveRetentionPolicy"]], "subfolder.adjustevents (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.AdjustEvents"]], "subfolder.dayskeepactive (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.DaysKeepActive"]], "subfolder.pathelement (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.PathElement"]], "subfolder.when (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.When"]], "subfolder.when.daysrelation (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.When.DaysRelation"]], "subfolder.when.rulebasedcalendars (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars"]], "subfolder.when.rulebasedcalendars.relationship (class in aapi.folderjobbase)": [[0, "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars.Relationship"]], "sun (aapi.resourcepools.resourcepools.weekdaysrange.fromday attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay.Sun"]], "sun (aapi.resourcepools.resourcepools.weekdaysrange.today attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay.Sun"]], "sun (aapi.runningjobs.runningjobs.weekdaysrange.fromday attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay.Sun"]], "sun (aapi.runningjobs.runningjobs.weekdaysrange.today attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay.Sun"]], "syncdesttosrc (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.SyncDestToSrc"]], "syncsrctodest (aapi.filetransfer.filetransfer.transferoption attribute)": [[0, "aapi.filetransfer.FileTransfer.TransferOption.SyncSrcToDest"]], "synchronous (aapi.connectionprofile.connectionprofilefiletransferas2.requestreceiptparameters.mode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Mode.Synchronous"]], "t (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.T"]], "tab (aapi.captureoutput.actioncaptureoutput.forwardby.delimiter attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.Delimiter.Tab"]], "tag (class in aapi.tag)": [[0, "aapi.tag.Tag"]], "tagfolder (class in aapi.tag)": [[0, "aapi.tag.TagFolder"]], "tagglobal (class in aapi.tag)": [[0, "aapi.tag.TagGlobal"]], "tandem (aapi.endpoint.endpoint.ostype attribute)": [[0, "aapi.endpoint.Endpoint.OsType.Tandem"]], "target (aapi.basefolder.folder.rerun.from attribute)": [[0, "aapi.basefolder.Folder.Rerun.From.Target"]], "target (aapi.basefolder.folder.rerunintervals.from attribute)": [[0, "aapi.basefolder.Folder.RerunIntervals.From.Target"]], "target (aapi.basefolder.folder.rerunlimit.from attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.From.Target"]], "target (aapi.folderjobbase.folderjobbasesmart.rerun.from attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.From.Target"]], "target (aapi.folderjobbase.folderjobbasesmart.rerunintervals.from attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.From.Target"]], "target (aapi.job.job.rerun.from attribute)": [[0, "aapi.job.Job.Rerun.From.Target"]], "target (aapi.job.job.rerunintervals.from attribute)": [[0, "aapi.job.Job.RerunIntervals.From.Target"]], "target (aapi.job.job.rerunlimit.from attribute)": [[0, "aapi.job.Job.RerunLimit.From.Target"]], "telexnumber (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.TelexNumber"]], "thu (aapi.resourcepools.resourcepools.weekdaysrange.fromday attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay.Thu"]], "thu (aapi.resourcepools.resourcepools.weekdaysrange.today attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay.Thu"]], "thu (aapi.runningjobs.runningjobs.weekdaysrange.fromday attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay.Thu"]], "thu (aapi.runningjobs.runningjobs.weekdaysrange.today attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay.Thu"]], "time (class in aapi.time)": [[0, "aapi.time.Time"]], "toprocedure (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.ToProcedure"]], "toprogram (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.ToProgram"]], "tue (aapi.resourcepools.resourcepools.weekdaysrange.fromday attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay.Tue"]], "tue (aapi.resourcepools.resourcepools.weekdaysrange.today attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay.Tue"]], "tue (aapi.runningjobs.runningjobs.weekdaysrange.fromday attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay.Tue"]], "tue (aapi.runningjobs.runningjobs.weekdaysrange.today attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay.Tue"]], "u (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.U"]], "use_parent (aapi.jobtag.jobtag.tagname attribute)": [[0, "aapi.jobtag.JobTag.TagName.USE_PARENT"]], "unlimited (aapi.job.jobazurebatchaccount.maxtries.option attribute)": [[0, "aapi.job.JobAzureBatchAccount.MaxTries.Option.Unlimited"]], "unsigned (aapi.connectionprofile.connectionprofilefiletransferas2.requestreceiptparameters.sign attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.Sign.Unsigned"]], "uptoendofline (aapi.captureoutput.actioncaptureoutput.capture attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.Capture.UpToEndOfLine"]], "urgency (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Urgency"]], "urgent (aapi.donotify.actionnotify.urgency attribute)": [[0, "aapi.donotify.ActionNotify.Urgency.Urgent"]], "urgent (aapi.mail.actionmail.urgency attribute)": [[0, "aapi.mail.ActionMail.Urgency.Urgent"]], "urgent (aapi.notify.notify.urgency attribute)": [[0, "aapi.notify.Notify.Urgency.Urgent"]], "urgent (aapi.remedy.actionremedy.urgency attribute)": [[0, "aapi.remedy.ActionRemedy.Urgency.Urgent"]], "v (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.V"]], "value (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.Value"]], "variable (class in aapi.variable)": [[0, "aapi.variable.Variable"]], "veryurgent (aapi.donotify.actionnotify.urgency attribute)": [[0, "aapi.donotify.ActionNotify.Urgency.VeryUrgent"]], "veryurgent (aapi.mail.actionmail.urgency attribute)": [[0, "aapi.mail.ActionMail.Urgency.VeryUrgent"]], "veryurgent (aapi.notify.notify.urgency attribute)": [[0, "aapi.notify.Notify.Urgency.VeryUrgent"]], "very_high (aapi.basefolder.folder.priority attribute)": [[0, "aapi.basefolder.Folder.Priority.Very_High"]], "very_high (aapi.folderjobbase.folderjobbase.priority attribute)": [[0, "aapi.folderjobbase.FolderJobBase.Priority.Very_High"]], "very_high (aapi.job.job.priority attribute)": [[0, "aapi.job.Job.Priority.Very_High"]], "very_low (aapi.basefolder.folder.priority attribute)": [[0, "aapi.basefolder.Folder.Priority.Very_Low"]], "very_low (aapi.folderjobbase.folderjobbase.priority attribute)": [[0, "aapi.folderjobbase.FolderJobBase.Priority.Very_Low"]], "very_low (aapi.job.job.priority attribute)": [[0, "aapi.job.Job.Priority.Very_Low"]], "w (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.W"]], "waitforevents (class in aapi.waitforevents)": [[0, "aapi.waitforevents.WaitForEvents"]], "waituntil (aapi.filetransfer.filetransfer.filewatcheroptions.timelimitpolicy attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.TimeLimitPolicy.WaitUntil"]], "warning (aapi.sitestandardpolicy.sitestandardpolicy.errorlevel attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.ErrorLevel.Warning"]], "webservices (aapi.connectionprofile.connectionprofilewebservices.servicetype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.ServiceType.WebServices"]], "wed (aapi.resourcepools.resourcepools.weekdaysrange.fromday attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.FromDay.Wed"]], "wed (aapi.resourcepools.resourcepools.weekdaysrange.today attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.ToDay.Wed"]], "wed (aapi.runningjobs.runningjobs.weekdaysrange.fromday attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.FromDay.Wed"]], "wed (aapi.runningjobs.runningjobs.weekdaysrange.today attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.ToDay.Wed"]], "weekdayscalendar (aapi.propertycondition.propertycondition.property attribute)": [[0, "aapi.propertycondition.PropertyCondition.Property.WeekDaysCalendar"]], "whitespace (aapi.captureoutput.actioncaptureoutput.forwardby.delimiter attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.Delimiter.WhiteSpace"]], "windows_authentication (aapi.connectionprofile.connectionprofiledatabasemssql.authenticationtype attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.AuthenticationType.Windows_Authentication"]], "words (aapi.captureoutput.actioncaptureoutput.forwardby.columnsoption attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.ColumnsOption.Words"]], "workloadflat (class in aapi.workloadflat)": [[0, "aapi.workloadflat.WorkloadFlat"]], "workloadpolicy (class in aapi.workloadpolicy)": [[0, "aapi.workloadpolicy.WorkloadPolicy"]], "workloadpolicy.filter (class in aapi.workloadpolicy)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter"]], "wpperiod (class in aapi.wpperiod)": [[0, "aapi.wpperiod.WpPeriod"]], "x (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.X"]], "x400address (aapi.job.jobsapr3create.spoollistrecipient.recipienttype attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.RecipientType.X400Address"]], "y (aapi.basefolder.folder.adjustevents attribute)": [[0, "aapi.basefolder.Folder.AdjustEvents.Y"]], "y (aapi.folderjobbase.subfolder.adjustevents attribute)": [[0, "aapi.folderjobbase.SubFolder.AdjustEvents.Y"]], "year (class in aapi.year)": [[0, "aapi.year.Year"]], "yes (aapi.job.jobzos.preventnct2 attribute)": [[0, "aapi.job.JobZOS.PreventNCT2.Yes"]], "z (aapi.period.period.period attribute)": [[0, "aapi.period.Period.Period.Z"]], "aapi": [[0, "module-aapi"]], "aapi.action": [[0, "module-aapi.action"]], "aapi.addevents": [[0, "module-aapi.addevents"]], "aapi.ai": [[0, "module-aapi.ai"]], "aapi.basefolder": [[0, "module-aapi.basefolder"]], "aapi.bases": [[0, "module-aapi.bases"]], "aapi.businessfield": [[0, "module-aapi.businessfield"]], "aapi.businessparameter": [[0, "module-aapi.businessparameter"]], "aapi.calendar": [[0, "module-aapi.calendar"]], "aapi.calendarfields": [[0, "module-aapi.calendarfields"]], "aapi.calendarkey": [[0, "module-aapi.calendarkey"]], "aapi.captureoutput": [[0, "module-aapi.captureoutput"]], "aapi.condition": [[0, "module-aapi.condition"]], "aapi.config": [[0, "module-aapi.config"]], "aapi.connectionprofile": [[0, "module-aapi.connectionprofile"]], "aapi.ctbruledata": [[0, "module-aapi.ctbruledata"]], "aapi.date": [[0, "module-aapi.date"]], "aapi.definitionitemdetails": [[0, "module-aapi.definitionitemdetails"]], "aapi.deleteevents": [[0, "module-aapi.deleteevents"]], "aapi.disallowedoptions": [[0, "module-aapi.disallowedoptions"]], "aapi.do": [[0, "module-aapi.do"]], "aapi.donotify": [[0, "module-aapi.donotify"]], "aapi.driver": [[0, "module-aapi.driver"]], "aapi.endpoint": [[0, "module-aapi.endpoint"]], "aapi.event": [[0, "module-aapi.event"]], "aapi.extractrule": [[0, "module-aapi.extractrule"]], "aapi.filetransfer": [[0, "module-aapi.filetransfer"]], "aapi.filetransfergroup": [[0, "module-aapi.filetransfergroup"]], "aapi.flow_": [[0, "module-aapi.flow_"]], "aapi.folderclientdata": [[0, "module-aapi.folderclientdata"]], "aapi.folderjobbase": [[0, "module-aapi.folderjobbase"]], "aapi.hostfiletransfer": [[0, "module-aapi.hostfiletransfer"]], "aapi.hostmapping": [[0, "module-aapi.hostmapping"]], "aapi.ifbase": [[0, "module-aapi.ifbase"]], "aapi.ifcollection": [[0, "module-aapi.ifcollection"]], "aapi.ifrerun": [[0, "module-aapi.ifrerun"]], "aapi.internalrule": [[0, "module-aapi.internalrule"]], "aapi.iteminfo": [[0, "module-aapi.iteminfo"]], "aapi.job": [[0, "module-aapi.job"]], "aapi.jobsfilter": [[0, "module-aapi.jobsfilter"]], "aapi.jobtag": [[0, "module-aapi.jobtag"]], "aapi.mail": [[0, "module-aapi.mail"]], "aapi.notify": [[0, "module-aapi.notify"]], "aapi.on": [[0, "module-aapi.on"]], "aapi.output": [[0, "module-aapi.output"]], "aapi.package": [[0, "module-aapi.package"]], "aapi.packageparams": [[0, "module-aapi.packageparams"]], "aapi.period": [[0, "module-aapi.period"]], "aapi.possibleoptions": [[0, "module-aapi.possibleoptions"]], "aapi.propertycondition": [[0, "module-aapi.propertycondition"]], "aapi.rbcdetails": [[0, "module-aapi.rbcdetails"]], "aapi.remedy": [[0, "module-aapi.remedy"]], "aapi.resource": [[0, "module-aapi.resource"]], "aapi.resourcepools": [[0, "module-aapi.resourcepools"]], "aapi.run": [[0, "module-aapi.run"]], "aapi.runningjobs": [[0, "module-aapi.runningjobs"]], "aapi.set_": [[0, "module-aapi.set_"]], "aapi.sitestandard": [[0, "module-aapi.sitestandard"]], "aapi.sitestandarddata": [[0, "module-aapi.sitestandarddata"]], "aapi.sitestandardoperatorvalueoptions": [[0, "module-aapi.sitestandardoperatorvalueoptions"]], "aapi.sitestandardpolicy": [[0, "module-aapi.sitestandardpolicy"]], "aapi.sitestandardpolicydata": [[0, "module-aapi.sitestandardpolicydata"]], "aapi.sitestandardpossiblevalue": [[0, "module-aapi.sitestandardpossiblevalue"]], "aapi.sitestandardrestriction": [[0, "module-aapi.sitestandardrestriction"]], "aapi.steprange": [[0, "module-aapi.steprange"]], "aapi.tag": [[0, "module-aapi.tag"]], "aapi.time": [[0, "module-aapi.time"]], "aapi.variable": [[0, "module-aapi.variable"]], "aapi.waitforevents": [[0, "module-aapi.waitforevents"]], "aapi.workloadflat": [[0, "module-aapi.workloadflat"]], "aapi.workloadpolicy": [[0, "module-aapi.workloadpolicy"]], "aapi.wpperiod": [[0, "module-aapi.wpperiod"]], "aapi.year": [[0, "module-aapi.year"]], "abstime (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.abstime"]], "access_key (aapi.connectionprofile.connectionprofileaws attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.access_key"]], "access_key (aapi.connectionprofile.connectionprofilefiletransfers3 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3.access_key"]], "action (aapi.filetransfer.filetransfer.postcommanddest attribute)": [[0, "aapi.filetransfer.FileTransfer.PostCommandDest.action"]], "action (aapi.filetransfer.filetransfer.postcommandsrc attribute)": [[0, "aapi.filetransfer.FileTransfer.PostCommandSrc.action"]], "action (aapi.filetransfer.filetransfer.precommanddest attribute)": [[0, "aapi.filetransfer.FileTransfer.PreCommandDest.action"]], "action (aapi.filetransfer.filetransfer.precommandsrc attribute)": [[0, "aapi.filetransfer.FileTransfer.PreCommandSrc.action"]], "action (aapi.job.jobos400fullrestrictedstateaction attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.action"]], "action_capture_output_list (aapi.job.job attribute)": [[0, "aapi.job.Job.action_capture_output_list"]], "action_capture_output_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.action_capture_output_list"]], "action_field (aapi.action.action attribute)": [[0, "aapi.action.Action.action_field"]], "active_directory_domain_name (aapi.connectionprofile.connectionprofileazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.active_directory_domain_name"]], "active_from (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.active_from"]], "active_period (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.active_period"]], "active_period (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.active_period"]], "active_period (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.active_period"]], "active_period (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.active_period"]], "active_retention_policy (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.active_retention_policy"]], "active_retention_policy (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.active_retention_policy"]], "active_till (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.active_till"]], "add_events_list (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.add_events_list"]], "add_events_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.add_events_list"]], "add_events_list (aapi.job.job attribute)": [[0, "aapi.job.Job.add_events_list"]], "add_events_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.add_events_list"]], "additional_parameters (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.additional_parameters"]], "additional_parameters (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.additional_parameters"]], "adjust_events (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.adjust_events"]], "adjust_events (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.adjust_events"]], "after_event (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.after_event"]], "after_event (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.after_event"]], "after_event (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.after_event"]], "after_event_parameters (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.after_event_parameters"]], "after_event_parameters (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.after_event_parameters"]], "after_event_parameters (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.after_event_parameters"]], "agent_keytab_file_path (aapi.config.confighadoop attribute)": [[0, "aapi.config.ConfigHadoop.agent_keytab_file_path"]], "agent_principal (aapi.config.confighadoop attribute)": [[0, "aapi.config.ConfigHadoop.agent_principal"]], "alias (aapi.calendar.calendarperiodic attribute)": [[0, "aapi.calendar.CalendarPeriodic.alias"]], "alias (aapi.calendar.calendarregular attribute)": [[0, "aapi.calendar.CalendarRegular.alias"]], "alias (aapi.calendar.calendarrulebasedcalendar attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.alias"]], "alphanumeric (aapi.businessparameter.businessparameter.characters attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.alphanumeric"]], "alphanumeric (aapi.internalrule.internalrule.characters attribute)": [[0, "aapi.internalrule.InternalRule.Characters.alphanumeric"]], "any (aapi.businessparameter.businessparameter.characters attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.any"]], "any (aapi.internalrule.internalrule.characters attribute)": [[0, "aapi.internalrule.InternalRule.Characters.any"]], "app_version (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.app_version"]], "append_log (aapi.job.jobaws attribute)": [[0, "aapi.job.JobAWS.append_log"]], "append_log (aapi.job.jobazure attribute)": [[0, "aapi.job.JobAzure.append_log"]], "append_to_output (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.append_to_output"]], "application (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.application"]], "application (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.application"]], "application (aapi.job.job attribute)": [[0, "aapi.job.Job.application"]], "application (aapi.workloadpolicy.workloadpolicy.filter attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter.application"]], "application_id (aapi.connectionprofile.connectionprofileazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.application_id"]], "application_server_logon (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.application_server_logon"]], "application_servers (aapi.connectionprofile.connectionprofilepeoplesoft attribute)": [[0, "aapi.connectionprofile.ConnectionProfilePeopleSoft.application_servers"]], "apply_on (aapi.sitestandardpolicy.sitestandardpolicy attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.apply_on"]], "apr (aapi.year.year attribute)": [[0, "aapi.year.Year.apr"]], "archive_sys_data (aapi.job.jobzos.archiving attribute)": [[0, "aapi.job.JobZOS.Archiving.archive_sys_data"]], "archiving (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.archiving"]], "archiving_object (aapi.job.jobsapdataarchivingdelete attribute)": [[0, "aapi.job.JobSAPDataArchivingDelete.archiving_object"]], "archiving_object (aapi.job.jobsapdataarchivingstore attribute)": [[0, "aapi.job.JobSAPDataArchivingStore.archiving_object"]], "archiving_object (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.archiving_object"]], "arg (aapi.ctbruledata.actioncontrolmanalyzerrule attribute)": [[0, "aapi.ctbruledata.ActionControlMAnalyzerRule.arg"]], "arg1 (aapi.filetransfer.filetransfer.postcommanddest attribute)": [[0, "aapi.filetransfer.FileTransfer.PostCommandDest.arg1"]], "arg1 (aapi.filetransfer.filetransfer.postcommandsrc attribute)": [[0, "aapi.filetransfer.FileTransfer.PostCommandSrc.arg1"]], "arg1 (aapi.filetransfer.filetransfer.precommanddest attribute)": [[0, "aapi.filetransfer.FileTransfer.PreCommandDest.arg1"]], "arg1 (aapi.filetransfer.filetransfer.precommandsrc attribute)": [[0, "aapi.filetransfer.FileTransfer.PreCommandSrc.arg1"]], "arg2 (aapi.filetransfer.filetransfer.postcommanddest attribute)": [[0, "aapi.filetransfer.FileTransfer.PostCommandDest.arg2"]], "arg2 (aapi.filetransfer.filetransfer.postcommandsrc attribute)": [[0, "aapi.filetransfer.FileTransfer.PostCommandSrc.arg2"]], "arg2 (aapi.filetransfer.filetransfer.precommanddest attribute)": [[0, "aapi.filetransfer.FileTransfer.PreCommandDest.arg2"]], "arg2 (aapi.filetransfer.filetransfer.precommandsrc attribute)": [[0, "aapi.filetransfer.FileTransfer.PreCommandSrc.arg2"]], "arguments (aapi.job.jobhadoopmapreduce attribute)": [[0, "aapi.job.JobHadoopMapReduce.arguments"]], "arguments (aapi.job.jobhadoopspark attribute)": [[0, "aapi.job.JobHadoopSpark.arguments"]], "arguments (aapi.job.jobhadooptajo attribute)": [[0, "aapi.job.JobHadoopTajo.arguments"]], "arguments (aapi.job.jobscript attribute)": [[0, "aapi.job.JobScript.arguments"]], "array_size (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.array_size"]], "as2_message (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.as2_message"]], "as2_subject (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.as2_subject"]], "as_aapi_dict() (aapi.bases.aapiobject method)": [[0, "aapi.bases.AAPIObject.as_aapi_dict"]], "as_dict() (aapi.bases.aapiobject method)": [[0, "aapi.bases.AAPIObject.as_dict"]], "assign_file_name_to_variable (aapi.filetransfer.filetransfer.filewatcheroptions attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.assign_file_name_to_variable"]], "async_mdn_timeout (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.async_mdn_timeout"]], "at (aapi.basefolder.folder.rerunspecifictimes attribute)": [[0, "aapi.basefolder.Folder.RerunSpecificTimes.at"]], "at (aapi.folderjobbase.folderjobbasesmart.rerunspecifictimes attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunSpecificTimes.at"]], "at (aapi.job.job.rerunspecifictimes attribute)": [[0, "aapi.job.Job.RerunSpecificTimes.at"]], "attach_output (aapi.mail.actionmail attribute)": [[0, "aapi.mail.ActionMail.attach_output"]], "aug (aapi.year.year attribute)": [[0, "aapi.year.Year.aug"]], "authentication_type (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.authentication_type"]], "auto_archive (aapi.job.jobzos.archiving attribute)": [[0, "aapi.job.JobZOS.Archiving.auto_archive"]], "autocommit (aapi.job.jobdatabase attribute)": [[0, "aapi.job.JobDatabase.autocommit"]], "average_run_time (aapi.job.jobslamanagement.averageruntimetolerance attribute)": [[0, "aapi.job.JobSLAManagement.AverageRunTimeTolerance.average_run_time"]], "average_run_time_tolerance (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.average_run_time_tolerance"]], "aws_job_type (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.aws_job_type"]], "azure_account_access_key (aapi.connectionprofile.connectionprofilefiletransferazuresharedkey attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedKey.azure_account_access_key"]], "azure_account_connection_string (aapi.connectionprofile.connectionprofilefiletransferazureconnectionstring attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureConnectionString.azure_account_connection_string"]], "azure_account_name (aapi.connectionprofile.connectionprofilefiletransferazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzure.azure_account_name"]], "azure_account_sas_token (aapi.connectionprofile.connectionprofilefiletransferazuresharedaccesssignature attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedAccessSignature.azure_account_sas_token"]], "azure_client_certificate_format (aapi.connectionprofile.connectionprofilefiletransferazureadcertificate attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate.azure_client_certificate_format"]], "azure_client_certificate_password (aapi.connectionprofile.connectionprofilefiletransferazureadcertificate attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate.azure_client_certificate_password"]], "azure_client_certificate_path (aapi.connectionprofile.connectionprofilefiletransferazureadcertificate attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate.azure_client_certificate_path"]], "azure_client_id (aapi.connectionprofile.connectionprofilefiletransferazureadcertificate attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate.azure_client_id"]], "azure_client_id (aapi.connectionprofile.connectionprofilefiletransferazureadclientsecret attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdClientSecret.azure_client_id"]], "azure_client_id (aapi.connectionprofile.connectionprofilefiletransferazureaduserpass attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass.azure_client_id"]], "azure_client_id (aapi.connectionprofile.connectionprofilefiletransferazuremanagedidentity attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureManagedIdentity.azure_client_id"]], "azure_client_secret (aapi.connectionprofile.connectionprofilefiletransferazureadclientsecret attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdClientSecret.azure_client_secret"]], "azure_container_name_dest (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.azure_container_name_dest"]], "azure_container_name_src (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.azure_container_name_src"]], "azure_credential_method (aapi.connectionprofile.connectionprofilefiletransferazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzure.azure_credential_method"]], "azure_endpoint (aapi.connectionprofile.connectionprofilefiletransferazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzure.azure_endpoint"]], "azure_storage_type (aapi.connectionprofile.connectionprofilefiletransferazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzure.azure_storage_type"]], "azure_tenant_id (aapi.connectionprofile.connectionprofilefiletransferazureadcertificate attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate.azure_tenant_id"]], "azure_tenant_id (aapi.connectionprofile.connectionprofilefiletransferazureadclientsecret attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdClientSecret.azure_tenant_id"]], "azure_tenant_id (aapi.connectionprofile.connectionprofilefiletransferazureaduserpass attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass.azure_tenant_id"]], "azure_tenant_id (aapi.connectionprofile.connectionprofilefiletransferazuremanagedidentity attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureManagedIdentity.azure_tenant_id"]], "azure_user_name_ad (aapi.connectionprofile.connectionprofilefiletransferazureaduserpass attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass.azure_user_name_ad"]], "azure_user_password_ad (aapi.connectionprofile.connectionprofilefiletransferazureaduserpass attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass.azure_user_password_ad"]], "background_job_name (aapi.job.jobsapbwinfopackage.infopackage attribute)": [[0, "aapi.job.JobSAPBWInfoPackage.InfoPackage.background_job_name"]], "base_url (aapi.connectionprofile.connectionprofileairflowgooglecomposer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer.base_url"]], "batch (aapi.connectionprofile.connectionprofileazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.batch"]], "batch_account_key (aapi.connectionprofile.connectionprofileazure.batch attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.Batch.batch_account_key"]], "batch_account_name (aapi.connectionprofile.connectionprofileazure.batch attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.Batch.batch_account_name"]], "batch_time_limit (aapi.job.jobos400fullrestrictedstateaction attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.batch_time_limit"]], "binary_path (aapi.connectionprofile.connectionprofilehadoop.tajo attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Tajo.binary_path"]], "bind_variables (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.bind_variables"]], "business_fields (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.business_fields"]], "business_fields (aapi.sitestandardpolicy.sitestandardpolicy attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.business_fields"]], "business_parameters (aapi.sitestandard.sitestandard attribute)": [[0, "aapi.sitestandard.SiteStandard.business_parameters"]], "by (aapi.notify.notifydoesnotend attribute)": [[0, "aapi.notify.NotifyDoesNotEnd.by"]], "by (aapi.notify.notifydoesnotstart attribute)": [[0, "aapi.notify.NotifyDoesNotStart.by"]], "by (aapi.notify.notifylatecyclicsubmit attribute)": [[0, "aapi.notify.NotifyLateCyclicSubmit.by"]], "c_p_u_id (aapi.job.jobtandemexternalprocess.externalcpupin attribute)": [[0, "aapi.job.JobTandemExternalProcess.ExternalCPUPIN.c_p_u_id"]], "calendar (aapi.calendar.calendarrulebased.when.confirmationcalendars attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.calendar"]], "calendar (aapi.calendar.calendarrulebasedcalendar.when.confirmationcalendars attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.calendar"]], "calendar (aapi.job.job.when.confirmationcalendars attribute)": [[0, "aapi.job.Job.When.ConfirmationCalendars.calendar"]], "calendar (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.calendar"]], "calendar_rule_based_list (aapi.basefolder.folder.when.rulebasedcalendars attribute)": [[0, "aapi.basefolder.Folder.When.RuleBasedCalendars.calendar_rule_based_list"]], "capture (aapi.captureoutput.actioncaptureoutput attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.capture"]], "caseifs (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.caseifs"]], "catalog_env (aapi.job.jobdatabasemssql_ssis attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.catalog_env"]], "category (aapi.job.jobdatabasemssqlagentjob attribute)": [[0, "aapi.job.JobDatabaseMSSQLAgentJob.category"]], "cc (aapi.mail.actionmail attribute)": [[0, "aapi.mail.ActionMail.cc"]], "centralized (aapi.connectionprofile.connectionprofile attribute)": [[0, "aapi.connectionprofile.ConnectionProfile.centralized"]], "characters (aapi.businessparameter.businessparameter attribute)": [[0, "aapi.businessparameter.BusinessParameter.characters"]], "characters (aapi.internalrule.internalrule attribute)": [[0, "aapi.internalrule.InternalRule.characters"]], "check_sessions (aapi.job.jobsapdataarchivingwrite.validations attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.Validations.check_sessions"]], "check_variants (aapi.job.jobsapdataarchivingwrite.validations attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.Validations.check_variants"]], "class_name (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.class_name"]], "clear_command_channel (aapi.connectionprofile.connectionprofilefiletransferftps attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.clear_command_channel"]], "clear_command_channel (aapi.endpoint.endpointdestftps attribute)": [[0, "aapi.endpoint.EndpointDestFtps.clear_command_channel"]], "clear_command_channel (aapi.endpoint.endpointsrcftps attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.clear_command_channel"]], "clear_data_channel (aapi.connectionprofile.connectionprofilefiletransferftps attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.clear_data_channel"]], "clear_data_channel (aapi.endpoint.endpointdestftps attribute)": [[0, "aapi.endpoint.EndpointDestFtps.clear_data_channel"]], "clear_data_channel (aapi.endpoint.endpointsrcftps attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.clear_data_channel"]], "client_context_json (aapi.job.jobawslambda attribute)": [[0, "aapi.job.JobAWSLambda.client_context_json"]], "cm_container_port (aapi.connectionprofile.connectionprofilewsconfig attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWSCONFIG.cm_container_port"]], "code (aapi.ifbase.ifoutput attribute)": [[0, "aapi.ifbase.IfOutput.code"]], "columns (aapi.captureoutput.actioncaptureoutput.forwardby attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.columns"]], "columns_option (aapi.captureoutput.actioncaptureoutput.forwardby attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.columns_option"]], "command (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.command"]], "command (aapi.job.jobcommand attribute)": [[0, "aapi.job.JobCommand.command"]], "command (aapi.job.jobos400fullrestrictedstateaction attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.command"]], "command_line (aapi.job.jobazurebatchaccount attribute)": [[0, "aapi.job.JobAzureBatchAccount.command_line"]], "command_line (aapi.job.jobos400fullcommandline attribute)": [[0, "aapi.job.JobOS400FullCommandLine.command_line"]], "command_line (aapi.job.jobtandemcommand attribute)": [[0, "aapi.job.JobTandemCommand.command_line"]], "commands (aapi.job.jobhadoop.postcommands attribute)": [[0, "aapi.job.JobHadoop.PostCommands.commands"]], "commands (aapi.job.jobhadoop.precommands attribute)": [[0, "aapi.job.JobHadoop.PreCommands.commands"]], "commands (aapi.job.jobhadoophdfscommands attribute)": [[0, "aapi.job.JobHadoopHDFSCommands.commands"]], "complete_by (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.complete_by"]], "complete_in (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.complete_in"]], "completion_status (aapi.ifbase.ifcompletionstatus attribute)": [[0, "aapi.ifbase.IfCompletionStatus.completion_status"]], "compress_message (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.compress_message"]], "condition_list (aapi.job.job attribute)": [[0, "aapi.job.Job.condition_list"]], "condition_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.condition_list"]], "config_files (aapi.job.jobdatabasemssql_ssis attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.config_files"]], "configuration_json (aapi.job.jobairflow attribute)": [[0, "aapi.job.JobAirflow.configuration_json"]], "confirm (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.confirm"]], "confirm (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.confirm"]], "confirm (aapi.ifrerun.actionrestart attribute)": [[0, "aapi.ifrerun.ActionRestart.confirm"]], "confirm (aapi.job.job attribute)": [[0, "aapi.job.Job.confirm"]], "confirmation_calendars (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.confirmation_calendars"]], "confirmation_calendars (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.confirmation_calendars"]], "confirmation_calendars (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.confirmation_calendars"]], "connection_definitions_type (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.connection_definitions_type"]], "connection_idle_time (aapi.connectionprofile.connectionprofiledatabase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase.connection_idle_time"]], "connection_mode (aapi.connectionprofile.connectionprofilefiletransferftp attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.connection_mode"]], "connection_mode (aapi.connectionprofile.connectionprofilefiletransferftps attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.connection_mode"]], "connection_mode (aapi.endpoint.endpointdestftp attribute)": [[0, "aapi.endpoint.EndpointDestFtp.connection_mode"]], "connection_mode (aapi.endpoint.endpointdestftps attribute)": [[0, "aapi.endpoint.EndpointDestFtps.connection_mode"]], "connection_mode (aapi.endpoint.endpointsrcftp attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.connection_mode"]], "connection_mode (aapi.endpoint.endpointsrcftps attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.connection_mode"]], "connection_profile (aapi.ai.aijob attribute)": [[0, "aapi.ai.AIJob.connection_profile"]], "connection_profile (aapi.job.jobaws attribute)": [[0, "aapi.job.JobAWS.connection_profile"]], "connection_profile (aapi.job.jobairflow attribute)": [[0, "aapi.job.JobAirflow.connection_profile"]], "connection_profile (aapi.job.jobazure attribute)": [[0, "aapi.job.JobAzure.connection_profile"]], "connection_profile (aapi.job.jobdatabase attribute)": [[0, "aapi.job.JobDatabase.connection_profile"]], "connection_profile (aapi.job.jobhadoop attribute)": [[0, "aapi.job.JobHadoop.connection_profile"]], "connection_profile (aapi.job.jobibmcognos attribute)": [[0, "aapi.job.JobIBMCognos.connection_profile"]], "connection_profile (aapi.job.jobibmdatastage attribute)": [[0, "aapi.job.JobIBMDataStage.connection_profile"]], "connection_profile (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.connection_profile"]], "connection_profile (aapi.job.jobjava attribute)": [[0, "aapi.job.JobJava.connection_profile"]], "connection_profile (aapi.job.jobmessaging attribute)": [[0, "aapi.job.JobMessaging.connection_profile"]], "connection_profile (aapi.job.jobnetbackup attribute)": [[0, "aapi.job.JobNetBackup.connection_profile"]], "connection_profile (aapi.job.joboebs attribute)": [[0, "aapi.job.JobOEBS.connection_profile"]], "connection_profile (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.connection_profile"]], "connection_profile (aapi.job.jobsap attribute)": [[0, "aapi.job.JobSAP.connection_profile"]], "connection_profile (aapi.job.jobvmware attribute)": [[0, "aapi.job.JobVMware.connection_profile"]], "connection_profile (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.connection_profile"]], "connection_profile_dest (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.connection_profile_dest"]], "connection_profile_dual_endpoint (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.connection_profile_dual_endpoint"]], "connection_profile_file_transfer_as2_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_as2_list"]], "connection_profile_file_transfer_azure_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_azure_list"]], "connection_profile_file_transfer_ftp_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_ftp_list"]], "connection_profile_file_transfer_ftps_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_ftps_list"]], "connection_profile_file_transfer_gcs_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_gcs_list"]], "connection_profile_file_transfer_s3_amazon_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_s3_amazon_list"]], "connection_profile_file_transfer_s3_compatible_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_s3_compatible_list"]], "connection_profile_file_transfer_s3_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_s3_list"]], "connection_profile_file_transfer_sftp_list (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.connection_profile_file_transfer_sftp_list"]], "connection_profile_src (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.connection_profile_src"]], "connection_retry_num (aapi.connectionprofile.connectionprofiledatabase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase.connection_retry_num"]], "connection_retry_time_out (aapi.connectionprofile.connectionprofiledatabase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase.connection_retry_time_out"]], "connection_string (aapi.connectionprofile.connectionprofiledatabaseoracleconnectionstring attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleConnectionString.connection_string"]], "connection_string (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.connection_string"]], "connection_string (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.connection_string"]], "connection_type (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.connection_type"]], "conntype (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.conntype"]], "conntype (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.conntype"]], "consider_only_overall_chain_status (aapi.job.jobsapbwprocesschain attribute)": [[0, "aapi.job.JobSAPBWProcessChain.consider_only_overall_chain_status"]], "control_d_category (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.control_d_category"]], "control_id (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.control_id"]], "controlm_server (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.controlm_server"]], "controlm_server (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.controlm_server"]], "copy_from_step (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.copy_from_step"]], "copy_from_step (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.copy_from_step"]], "copy_from_step (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.copy_from_step"]], "copy_from_step (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.copy_from_step"]], "copy_spool_file_to (aapi.job.jobsapdataarchivingdelete attribute)": [[0, "aapi.job.JobSAPDataArchivingDelete.copy_spool_file_to"]], "copy_spool_file_to (aapi.job.jobsapdataarchivingstore attribute)": [[0, "aapi.job.JobSAPDataArchivingStore.copy_spool_file_to"]], "copy_spool_file_to (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.copy_spool_file_to"]], "count (aapi.job.jobazurebatchaccount.maxtries attribute)": [[0, "aapi.job.JobAzureBatchAccount.MaxTries.count"]], "created_by (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.created_by"]], "created_by (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.created_by"]], "created_by (aapi.job.job attribute)": [[0, "aapi.job.Job.created_by"]], "criteria (aapi.notify.notifyexecutiontime attribute)": [[0, "aapi.notify.NotifyExecutionTime.criteria"]], "critical (aapi.job.job attribute)": [[0, "aapi.job.Job.critical"]], "custom_path (aapi.connectionprofile.connectionprofilehadoop.spark attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Spark.custom_path"]], "dag_id (aapi.job.jobairflow attribute)": [[0, "aapi.job.JobAirflow.dag_id"]], "data_stage_job (aapi.job.jobibmdatastage attribute)": [[0, "aapi.job.JobIBMDataStage.data_stage_job"]], "database_host (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.database_host"]], "database_name (aapi.connectionprofile.connectionprofiledatabasedb2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseDB2.database_name"]], "database_name (aapi.connectionprofile.connectionprofiledatabasejdbc attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseJDBC.database_name"]], "database_name (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.database_name"]], "database_name (aapi.connectionprofile.connectionprofiledatabasepostgresql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql.database_name"]], "database_name (aapi.connectionprofile.connectionprofiledatabasesybase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseSybase.database_name"]], "database_name (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.database_name"]], "database_name (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.database_name"]], "database_name (aapi.connectionprofile.connectionprofilehadoop.tajo attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Tajo.database_name"]], "database_port (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.database_port"]], "database_type (aapi.connectionprofile.connectionprofiledatabasedb2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseDB2.database_type"]], "database_type (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.database_type"]], "database_type (aapi.connectionprofile.connectionprofiledatabasepostgresql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql.database_type"]], "database_type (aapi.connectionprofile.connectionprofiledatabasesybase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseSybase.database_type"]], "database_type (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.database_type"]], "database_vendor (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.database_vendor"]], "database_version (aapi.connectionprofile.connectionprofiledatabasedb2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseDB2.database_version"]], "database_version (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.database_version"]], "database_version (aapi.connectionprofile.connectionprofiledatabaseoracle attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracle.database_version"]], "database_version (aapi.connectionprofile.connectionprofiledatabasepostgresql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql.database_version"]], "database_version (aapi.connectionprofile.connectionprofiledatabasesybase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseSybase.database_version"]], "datastore (aapi.job.jobvmwareconfigurationclonevirtualmachine attribute)": [[0, "aapi.job.JobVMwareConfigurationCloneVirtualMachine.datastore"]], "date (aapi.condition.condition attribute)": [[0, "aapi.condition.Condition.date"]], "date (aapi.event.event attribute)": [[0, "aapi.event.Event.date"]], "date (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.date"]], "dates (aapi.resourcepools.resourcepools.dateslist attribute)": [[0, "aapi.resourcepools.ResourcePools.DatesList.dates"]], "dates (aapi.runningjobs.runningjobs.dateslist attribute)": [[0, "aapi.runningjobs.RunningJobs.DatesList.dates"]], "dates_list (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.dates_list"]], "dates_list (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.dates_list"]], "days (aapi.basefolder.folder.mustend attribute)": [[0, "aapi.basefolder.Folder.MustEnd.days"]], "days (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.days"]], "days (aapi.folderjobbase.subfolder.when attribute)": [[0, "aapi.folderjobbase.SubFolder.When.days"]], "days (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.days"]], "days (aapi.job.jobslamanagement.completeby attribute)": [[0, "aapi.job.JobSLAManagement.CompleteBy.days"]], "days (aapi.job.jobzos.mustend attribute)": [[0, "aapi.job.JobZOS.MustEnd.days"]], "days (aapi.notify.notifydoesnotstart attribute)": [[0, "aapi.notify.NotifyDoesNotStart.days"]], "days_keep_active (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.days_keep_active"]], "days_keep_active (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.days_keep_active"]], "days_keep_active (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.days_keep_active"]], "days_keep_active (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.days_keep_active"]], "days_keep_active (aapi.job.job attribute)": [[0, "aapi.job.Job.days_keep_active"]], "days_keep_active_if_not_ok (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.days_keep_active_if_not_ok"]], "days_of_week (aapi.resourcepools.resourcepools.periodicdays attribute)": [[0, "aapi.resourcepools.ResourcePools.PeriodicDays.days_of_week"]], "days_of_week (aapi.runningjobs.runningjobs.periodicdays attribute)": [[0, "aapi.runningjobs.RunningJobs.PeriodicDays.days_of_week"]], "days_relation (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.days_relation"]], "days_relation (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.days_relation"]], "days_relation (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.days_relation"]], "days_relation (aapi.folderjobbase.subfolder.when attribute)": [[0, "aapi.folderjobbase.SubFolder.When.days_relation"]], "days_relation (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.days_relation"]], "days_to_retain_data (aapi.job.jobzos.archiving attribute)": [[0, "aapi.job.JobZOS.Archiving.days_to_retain_data"]], "dec (aapi.year.year attribute)": [[0, "aapi.year.Year.dec"]], "delete_events_list (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.delete_events_list"]], "delete_events_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.delete_events_list"]], "delete_events_list (aapi.job.job attribute)": [[0, "aapi.job.Job.delete_events_list"]], "delete_events_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.delete_events_list"]], "delimiter (aapi.captureoutput.actioncaptureoutput.forwardby attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.delimiter"]], "dependency_type (aapi.job.jobawsbatch.dependson attribute)": [[0, "aapi.job.JobAWSBatch.DependsOn.dependency_type"]], "depends_on (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.depends_on"]], "depth (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.depth"]], "description (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.description"]], "description (aapi.calendar.calendarperiodic attribute)": [[0, "aapi.calendar.CalendarPeriodic.description"]], "description (aapi.calendar.calendarregular attribute)": [[0, "aapi.calendar.CalendarRegular.description"]], "description (aapi.connectionprofile.connectionprofile attribute)": [[0, "aapi.connectionprofile.ConnectionProfile.description"]], "description (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.description"]], "description (aapi.job.job attribute)": [[0, "aapi.job.Job.description"]], "description (aapi.job.jobos400fulldescriptionjob attribute)": [[0, "aapi.job.JobOS400FullDescriptionJob.description"]], "description (aapi.job.jobsapbwinfopackage.infopackage attribute)": [[0, "aapi.job.JobSAPBWInfoPackage.InfoPackage.description"]], "description (aapi.sitestandard.sitestandard attribute)": [[0, "aapi.sitestandard.SiteStandard.description"]], "description (aapi.sitestandardpolicy.sitestandardpolicy attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.description"]], "description (aapi.sitestandardpossiblevalue.sitestandardpossiblevalue attribute)": [[0, "aapi.sitestandardpossiblevalue.SiteStandardPossibleValue.description"]], "description (aapi.workloadpolicy.workloadpolicy attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.description"]], "description (aapi.year.year attribute)": [[0, "aapi.year.Year.description"]], "dest (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.dest"]], "destination (aapi.donotify.actionnotify attribute)": [[0, "aapi.donotify.ActionNotify.destination"]], "destination (aapi.job.job.output attribute)": [[0, "aapi.job.Job.Output.destination"]], "destination (aapi.job.jobzos.outputhandling attribute)": [[0, "aapi.job.JobZOS.OutputHandling.destination"]], "destination (aapi.notify.notify attribute)": [[0, "aapi.notify.Notify.destination"]], "destination (aapi.output.actionoutput attribute)": [[0, "aapi.output.ActionOutput.destination"]], "detect_and_create (aapi.job.jobsapbw.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.detect_and_create"]], "detect_and_create (aapi.job.jobsapdataarchivingwrite.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.detect_and_create"]], "detect_and_create (aapi.job.jobsapr3copy.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.detect_and_create"]], "detect_and_create (aapi.job.jobsapr3create.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.detect_and_create"]], "detect_and_create (aapi.job.jobsapr3monitorsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.detect_and_create"]], "detect_and_create (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.detect_and_create"]], "detect_spawned_job (aapi.job.jobsapbw attribute)": [[0, "aapi.job.JobSAPBW.detect_spawned_job"]], "detect_spawned_job (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.detect_spawned_job"]], "detect_spawned_job (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.detect_spawned_job"]], "detect_spawned_job (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.detect_spawned_job"]], "detect_spawned_job (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.detect_spawned_job"]], "detect_spawned_job (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.detect_spawned_job"]], "device (aapi.job.jobos400fullrestrictedstateaction attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.device"]], "digits (aapi.businessparameter.businessparameter.characters.alphanumeric attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.Alphanumeric.digits"]], "digits (aapi.internalrule.internalrule.characters.alphanumeric attribute)": [[0, "aapi.internalrule.InternalRule.Characters.Alphanumeric.digits"]], "distcp_options (aapi.job.jobhadoopdistcp attribute)": [[0, "aapi.job.JobHadoopDistCp.distcp_options"]], "do_list (aapi.ifbase.ifbase attribute)": [[0, "aapi.ifbase.IfBase.do_list"]], "do_list (aapi.ifcollection.ifcollection attribute)": [[0, "aapi.ifcollection.IfCollection.do_list"]], "documentation_file (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.documentation_file"]], "documentation_file (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.documentation_file"]], "documentation_file (aapi.job.job attribute)": [[0, "aapi.job.Job.documentation_file"]], "documentation_url (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.documentation_url"]], "documentation_url (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.documentation_url"]], "documentation_url (aapi.job.job attribute)": [[0, "aapi.job.Job.documentation_url"]], "domain_password (aapi.connectionprofile.connectionprofilepeoplesoft attribute)": [[0, "aapi.connectionprofile.ConnectionProfilePeopleSoft.domain_password"]], "driver (aapi.connectionprofile.connectionprofiledatabasejdbc attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseJDBC.driver"]], "driver_class (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.driver_class"]], "driver_jars_folder (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.driver_jars_folder"]], "dstopt (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.dstopt"]], "dump_aapi() (aapi.bases.aapiobject method)": [[0, "aapi.bases.AAPIObject.dump_aapi"]], "dumps_aapi() (aapi.bases.aapiobject method)": [[0, "aapi.bases.AAPIObject.dumps_aapi"]], "duplicate_option (aapi.job.jobos400externaljob attribute)": [[0, "aapi.job.JobOS400ExternalJob.duplicate_option"]], "duplicate_option (aapi.job.jobos400fullexternaljob attribute)": [[0, "aapi.job.JobOS400FullExternalJob.duplicate_option"]], "embedded_script_file_location (aapi.job.jobos400fullscriptfile attribute)": [[0, "aapi.job.JobOS400FullScriptFile.embedded_script_file_location"]], "embedded_script_file_location (aapi.job.jobos400fullvirtualterminal attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.embedded_script_file_location"]], "embedded_script_file_location (aapi.job.jobos400virtualterminal attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.embedded_script_file_location"]], "emergency_job (aapi.job.jobzos.taskinformation attribute)": [[0, "aapi.job.JobZOS.TaskInformation.emergency_job"]], "enable_error_details (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.enable_error_details"]], "enable_output (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.enable_output"]], "enable_peridoic_job (aapi.job.jobsapbwprocesschain attribute)": [[0, "aapi.job.JobSAPBWProcessChain.enable_peridoic_job"]], "encrypt_message (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.encrypt_message"]], "encrypt_message_parameters (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.encrypt_message_parameters"]], "encryption_algorithm (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.encryption_algorithm"]], "end_date (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.end_date"]], "end_date (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.end_date"]], "end_date (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.end_date"]], "end_date (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.end_date"]], "end_folder (aapi.job.job attribute)": [[0, "aapi.job.Job.end_folder"]], "end_job_not_ok (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.end_job_not_ok"]], "endpoint_dest_ftp_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_dest_ftp_list"]], "endpoint_dest_ftps_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_dest_ftps_list"]], "endpoint_dest_local_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_dest_local_list"]], "endpoint_dest_sftp_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_dest_sftp_list"]], "endpoint_src_ftp_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_src_ftp_list"]], "endpoint_src_ftps_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_src_ftps_list"]], "endpoint_src_local_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_src_local_list"]], "endpoint_src_sftp_list (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.endpoint_src_sftp_list"]], "environment (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.environment"]], "error_level (aapi.sitestandardpolicy.sitestandardpolicy attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.error_level"]], "event (aapi.condition.condition attribute)": [[0, "aapi.condition.Condition.event"]], "event (aapi.event.event attribute)": [[0, "aapi.event.Event.event"]], "event_format (aapi.sitestandard.sitestandard attribute)": [[0, "aapi.sitestandard.SiteStandard.event_format"]], "event_id (aapi.job.jobsapr3triggersapevent attribute)": [[0, "aapi.job.JobSAPR3TriggerSapEvent.event_id"]], "event_id (aapi.job.jobsapr3watchsapevent attribute)": [[0, "aapi.job.JobSAPR3WatchSapEvent.event_id"]], "event_list (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.event_list"]], "event_list (aapi.job.job attribute)": [[0, "aapi.job.Job.event_list"]], "event_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.event_list"]], "events (aapi.addevents.addevents attribute)": [[0, "aapi.addevents.AddEvents.events"]], "events (aapi.deleteevents.deleteevents attribute)": [[0, "aapi.deleteevents.DeleteEvents.events"]], "events (aapi.waitforevents.waitforevents attribute)": [[0, "aapi.waitforevents.WaitForEvents.events"]], "events_to_add (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.events_to_add"]], "events_to_add (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.events_to_add"]], "events_to_add (aapi.job.job attribute)": [[0, "aapi.job.Job.events_to_add"]], "events_to_add (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.events_to_add"]], "events_to_delete (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.events_to_delete"]], "events_to_delete (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.events_to_delete"]], "events_to_delete (aapi.job.job attribute)": [[0, "aapi.job.Job.events_to_delete"]], "events_to_delete (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.events_to_delete"]], "every (aapi.basefolder.folder.rerun attribute)": [[0, "aapi.basefolder.Folder.Rerun.every"]], "every (aapi.basefolder.folder.rerunlimit attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.every"]], "every (aapi.folderjobbase.folderjobbasesmart.rerun attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.every"]], "every (aapi.job.job.rerun attribute)": [[0, "aapi.job.Job.Rerun.every"]], "every (aapi.job.job.rerunlimit attribute)": [[0, "aapi.job.Job.RerunLimit.every"]], "except_for_characters (aapi.businessparameter.businessparameter.characters.any attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.Any.except_for_characters"]], "except_for_characters (aapi.internalrule.internalrule.characters.any attribute)": [[0, "aapi.internalrule.InternalRule.Characters.Any.except_for_characters"]], "exception_policy (aapi.calendar.calendarrulebased.when.confirmationcalendars attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.exception_policy"]], "exception_policy (aapi.calendar.calendarrulebasedcalendar.when.confirmationcalendars attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.exception_policy"]], "exception_policy (aapi.job.job.when.confirmationcalendars attribute)": [[0, "aapi.job.Job.When.ConfirmationCalendars.exception_policy"]], "exception_policy (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.exception_policy"]], "exclude (aapi.businessparameter.businessparameter attribute)": [[0, "aapi.businessparameter.BusinessParameter.exclude"]], "exclude (aapi.internalrule.internalrule attribute)": [[0, "aapi.internalrule.InternalRule.exclude"]], "exclude_job_output (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.exclude_job_output"]], "exclude_wildcard (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.exclude_wildcard"]], "excluded (aapi.basefolder.folder.when.rulebasedcalendars attribute)": [[0, "aapi.basefolder.Folder.When.RuleBasedCalendars.excluded"]], "excluded (aapi.folderjobbase.subfolder.when.rulebasedcalendars attribute)": [[0, "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars.excluded"]], "excluded (aapi.job.job.when.rulebasedcalendars attribute)": [[0, "aapi.job.Job.When.RuleBasedCalendars.excluded"]], "exec (aapi.job.jobsapr3batchinputsession attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.exec"]], "exec (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.exec"]], "exec (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.exec"]], "exec (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.exec"]], "execution_name (aapi.job.jobawsstepfunction attribute)": [[0, "aapi.job.JobAWSStepFunction.execution_name"]], "execution_timeout (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.execution_timeout"]], "external_c_p_u_p_i_n (aapi.job.jobtandemexternalprocess attribute)": [[0, "aapi.job.JobTandemExternalProcess.external_c_p_u_p_i_n"]], "external_process_id (aapi.job.jobtandemexternalprocess attribute)": [[0, "aapi.job.JobTandemExternalProcess.external_process_id"]], "extraction_rules (aapi.connectionprofile.connectionprofilehadoop.oozie attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Oozie.extraction_rules"]], "fail_job_on_command_failure (aapi.job.jobhadoop.postcommands attribute)": [[0, "aapi.job.JobHadoop.PostCommands.fail_job_on_command_failure"]], "fail_job_on_command_failure (aapi.job.jobhadoop.precommands attribute)": [[0, "aapi.job.JobHadoop.PreCommands.fail_job_on_command_failure"]], "feb (aapi.year.year attribute)": [[0, "aapi.year.Year.feb"]], "field() (aapi.ai.aiconnectionprofile static method)": [[0, "aapi.ai.AIConnectionProfile.field"]], "field() (aapi.ai.aijob static method)": [[0, "aapi.ai.AIJob.field"]], "field_optional() (aapi.ai.aiconnectionprofile static method)": [[0, "aapi.ai.AIConnectionProfile.field_optional"]], "field_optional() (aapi.ai.aijob static method)": [[0, "aapi.ai.AIJob.field_optional"]], "file_name (aapi.basefolder.folder.documentationfile attribute)": [[0, "aapi.basefolder.Folder.DocumentationFile.file_name"]], "file_name (aapi.basefolder.folder.documentationurl attribute)": [[0, "aapi.basefolder.Folder.DocumentationUrl.file_name"]], "file_name (aapi.folderjobbase.folderjobbase.documentationfile attribute)": [[0, "aapi.folderjobbase.FolderJobBase.DocumentationFile.file_name"]], "file_name (aapi.folderjobbase.folderjobbase.documentationurl attribute)": [[0, "aapi.folderjobbase.FolderJobBase.DocumentationUrl.file_name"]], "file_name (aapi.job.job attribute)": [[0, "aapi.job.Job.file_name"]], "file_name (aapi.job.job.documentationfile attribute)": [[0, "aapi.job.Job.DocumentationFile.file_name"]], "file_name (aapi.job.job.documentationurl attribute)": [[0, "aapi.job.Job.DocumentationUrl.file_name"]], "file_name (aapi.job.jobembeddedscript attribute)": [[0, "aapi.job.JobEmbeddedScript.file_name"]], "file_name (aapi.job.jobscript attribute)": [[0, "aapi.job.JobScript.file_name"]], "file_path (aapi.job.job attribute)": [[0, "aapi.job.Job.file_path"]], "file_path (aapi.job.jobscript attribute)": [[0, "aapi.job.JobScript.file_path"]], "file_size_interval (aapi.job.jobfilewatchercreate attribute)": [[0, "aapi.job.JobFileWatcherCreate.file_size_interval"]], "file_transfers (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.file_transfers"]], "file_watcher_options (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.file_watcher_options"]], "filter (aapi.workloadpolicy.workloadpolicy attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.filter"]], "flow_list (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.flow_list"]], "flow_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.flow_list"]], "folder (aapi.folderjobbase.subfolder.pathelement attribute)": [[0, "aapi.folderjobbase.SubFolder.PathElement.folder"]], "folder (aapi.job.job.pathelement attribute)": [[0, "aapi.job.Job.PathElement.folder"]], "folder (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.folder"]], "folder (aapi.sitestandardpolicy.sitestandardpolicy.applyon attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.ApplyOn.folder"]], "folder (aapi.workloadpolicy.workloadpolicy.filter attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter.folder"]], "folder_client_data_list (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.folder_client_data_list"]], "folder_library (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.folder_library"]], "folder_name (aapi.extractrule.extractrule attribute)": [[0, "aapi.extractrule.ExtractRule.folder_name"]], "forward_by (aapi.captureoutput.actioncaptureoutput attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.forward_by"]], "from_ (aapi.basefolder.folder.rerun attribute)": [[0, "aapi.basefolder.Folder.Rerun.from_"]], "from_ (aapi.basefolder.folder.rerunintervals attribute)": [[0, "aapi.basefolder.Folder.RerunIntervals.from_"]], "from_ (aapi.basefolder.folder.rerunlimit attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.from_"]], "from_ (aapi.folderjobbase.folderjobbasesmart.rerun attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.from_"]], "from_ (aapi.folderjobbase.folderjobbasesmart.rerunintervals attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.from_"]], "from_ (aapi.job.job.rerun attribute)": [[0, "aapi.job.Job.Rerun.from_"]], "from_ (aapi.job.job.rerunintervals attribute)": [[0, "aapi.job.Job.RerunIntervals.from_"]], "from_ (aapi.job.job.rerunlimit attribute)": [[0, "aapi.job.Job.RerunLimit.from_"]], "from_class (aapi.job.jobzos.outputhandling attribute)": [[0, "aapi.job.JobZOS.OutputHandling.from_class"]], "from_date (aapi.resourcepools.resourcepools.rangedates attribute)": [[0, "aapi.resourcepools.ResourcePools.RangeDates.from_date"]], "from_date (aapi.resourcepools.resourcepools.rangedateswithtimes attribute)": [[0, "aapi.resourcepools.ResourcePools.RangeDatesWithTimes.from_date"]], "from_date (aapi.runningjobs.runningjobs.rangedates attribute)": [[0, "aapi.runningjobs.RunningJobs.RangeDates.from_date"]], "from_date (aapi.runningjobs.runningjobs.rangedateswithtimes attribute)": [[0, "aapi.runningjobs.RunningJobs.RangeDatesWithTimes.from_date"]], "from_day (aapi.resourcepools.resourcepools.weekdaysrange attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.from_day"]], "from_day (aapi.runningjobs.runningjobs.weekdaysrange attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.from_day"]], "from_procedure (aapi.ifrerun.actionrestart attribute)": [[0, "aapi.ifrerun.ActionRestart.from_procedure"]], "from_procedure (aapi.steprange.steprange attribute)": [[0, "aapi.steprange.StepRange.from_procedure"]], "from_program (aapi.ifrerun.actionrestart attribute)": [[0, "aapi.ifrerun.ActionRestart.from_program"]], "from_program (aapi.steprange.steprange attribute)": [[0, "aapi.steprange.StepRange.from_program"]], "from_time (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.from_time"]], "from_time (aapi.folderjobbase.subfolder.when attribute)": [[0, "aapi.folderjobbase.SubFolder.When.from_time"]], "from_time (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.from_time"]], "from_time (aapi.resourcepools.resourcepools.rangedateswithtimes attribute)": [[0, "aapi.resourcepools.ResourcePools.RangeDatesWithTimes.from_time"]], "from_time (aapi.resourcepools.resourcepools.specifictime attribute)": [[0, "aapi.resourcepools.ResourcePools.SpecificTime.from_time"]], "from_time (aapi.resourcepools.resourcepools.weekdaysrange attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.from_time"]], "from_time (aapi.runningjobs.runningjobs.rangedateswithtimes attribute)": [[0, "aapi.runningjobs.RunningJobs.RangeDatesWithTimes.from_time"]], "from_time (aapi.runningjobs.runningjobs.specifictime attribute)": [[0, "aapi.runningjobs.RunningJobs.SpecificTime.from_time"]], "from_time (aapi.runningjobs.runningjobs.weekdaysrange attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.from_time"]], "full_file_path (aapi.job.jobhadooptajoinputfile attribute)": [[0, "aapi.job.JobHadoopTajoInputFile.full_file_path"]], "function (aapi.job.jobazurefunction attribute)": [[0, "aapi.job.JobAzureFunction.function"]], "function_app (aapi.job.jobazurefunction attribute)": [[0, "aapi.job.JobAzureFunction.function_app"]], "function_name (aapi.job.jobawslambda attribute)": [[0, "aapi.job.JobAWSLambda.function_name"]], "gcs_bucket_name_dest (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.gcs_bucket_name_dest"]], "gcs_bucket_name_src (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.gcs_bucket_name_src"]], "gcs_service_account_key (aapi.connectionprofile.connectionprofilefiletransfergcs attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGcs.gcs_service_account_key"]], "gcs_service_account_key_file_name (aapi.connectionprofile.connectionprofilefiletransfergcs attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGcs.gcs_service_account_key_file_name"]], "general_options (aapi.job.jobhadoopmapredstreaming attribute)": [[0, "aapi.job.JobHadoopMapredStreaming.general_options"]], "group_accounts (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.group_accounts"]], "group_logon (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.group_logon"]], "group_name (aapi.connectionprofile.connectionprofilesap.grouplogon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.GroupLogon.group_name"]], "hdfs_file_path (aapi.job.jobhadoophdfsfilewatcher attribute)": [[0, "aapi.job.JobHadoopHDFSFileWatcher.hdfs_file_path"]], "history (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.history"]], "hive (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.hive"]], "hive_archives (aapi.job.jobhadoophive attribute)": [[0, "aapi.job.JobHadoopHive.hive_archives"]], "hive_files (aapi.job.jobhadoophive attribute)": [[0, "aapi.job.JobHadoopHive.hive_files"]], "hive_options (aapi.job.jobhadoophive attribute)": [[0, "aapi.job.JobHadoopHive.hive_options"]], "hive_script (aapi.job.jobhadoophive attribute)": [[0, "aapi.job.JobHadoopHive.hive_script"]], "home_directory (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.home_directory"]], "home_directory (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.home_directory"]], "host (aapi.connectionprofile.connectionprofileaws.proxysettings attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.ProxySettings.host"]], "host (aapi.connectionprofile.connectionprofileairflowstandalone attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowStandalone.host"]], "host (aapi.connectionprofile.connectionprofiledatabasedb2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseDB2.host"]], "host (aapi.connectionprofile.connectionprofiledatabasejdbc attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseJDBC.host"]], "host (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.host"]], "host (aapi.connectionprofile.connectionprofiledatabaseoraclesid attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleSID.host"]], "host (aapi.connectionprofile.connectionprofiledatabaseoracleservicename attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleServiceName.host"]], "host (aapi.connectionprofile.connectionprofiledatabasepostgresql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql.host"]], "host (aapi.connectionprofile.connectionprofiledatabasesybase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseSybase.host"]], "host (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.host"]], "host (aapi.connectionprofile.connectionprofilehadoop.oozie attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Oozie.host"]], "host (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.host"]], "host (aapi.connectionprofile.connectionprofilesap.applicationserverlogon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.ApplicationServerLogon.host"]], "host (aapi.hostmapping.hostmapping attribute)": [[0, "aapi.hostmapping.HostMapping.host"]], "host (aapi.job.job attribute)": [[0, "aapi.job.Job.host"]], "host (aapi.workloadpolicy.workloadpolicy.filter attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter.host"]], "host_mappings (aapi.workloadpolicy.workloadpolicy attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.host_mappings"]], "host_name (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.host_name"]], "host_name (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.host_name"]], "hours (aapi.basefolder.folder.mustend attribute)": [[0, "aapi.basefolder.Folder.MustEnd.hours"]], "hours (aapi.job.jobzos.mustend attribute)": [[0, "aapi.job.JobZOS.MustEnd.hours"]], "http_authentication (aapi.connectionprofile.connectionprofilewsconfig attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWSCONFIG.http_authentication"]], "http_authentication (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.http_authentication"]], "http_connection_timeout (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.http_connection_timeout"]], "http_non_proxy_hosts (aapi.connectionprofile.connectionprofilewsconfig attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWSCONFIG.http_non_proxy_hosts"]], "http_proxy_host (aapi.connectionprofile.connectionprofilewsconfig attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWSCONFIG.http_proxy_host"]], "http_proxy_port (aapi.connectionprofile.connectionprofilewsconfig attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWSCONFIG.http_proxy_port"]], "i_f_s_script_file_location (aapi.job.jobos400fullscriptfile attribute)": [[0, "aapi.job.JobOS400FullScriptFile.i_f_s_script_file_location"]], "i_f_s_script_file_location (aapi.job.jobos400fullvirtualterminal attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.i_f_s_script_file_location"]], "i_f_s_script_file_location (aapi.job.jobos400virtualterminal attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.i_f_s_script_file_location"]], "iam_role (aapi.connectionprofile.connectionprofileaws attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.iam_role"]], "id (aapi.job.jobsapbwprocesschain attribute)": [[0, "aapi.job.JobSAPBWProcessChain.id"]], "id (aapi.job.jobtandemexternalprocess.externalprocessid attribute)": [[0, "aapi.job.JobTandemExternalProcess.ExternalProcessId.id"]], "if_collection_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.if_collection_list"]], "if_exist (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.if_exist"]], "if_fail (aapi.resource.resourcelock attribute)": [[0, "aapi.resource.ResourceLock.if_fail"]], "if_fail (aapi.resource.resourcepool attribute)": [[0, "aapi.resource.ResourcePool.if_fail"]], "if_list (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.if_list"]], "if_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.if_list"]], "if_list (aapi.job.job attribute)": [[0, "aapi.job.Job.if_list"]], "if_ok (aapi.resource.resourcepool attribute)": [[0, "aapi.resource.ResourcePool.if_ok"]], "ifs (aapi.ifcollection.ifcollection attribute)": [[0, "aapi.ifcollection.IfCollection.ifs"]], "include (aapi.businessparameter.businessparameter attribute)": [[0, "aapi.businessparameter.BusinessParameter.include"]], "include (aapi.internalrule.internalrule attribute)": [[0, "aapi.internalrule.InternalRule.include"]], "include_title_in_output (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.include_title_in_output"]], "included (aapi.basefolder.folder.when.rulebasedcalendars attribute)": [[0, "aapi.basefolder.Folder.When.RuleBasedCalendars.included"]], "included (aapi.folderjobbase.subfolder.when.rulebasedcalendars attribute)": [[0, "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars.included"]], "included (aapi.job.job.when.rulebasedcalendars attribute)": [[0, "aapi.job.Job.When.RuleBasedCalendars.included"]], "info_package (aapi.job.jobsapbwinfopackage attribute)": [[0, "aapi.job.JobSAPBWInfoPackage.info_package"]], "input (aapi.job.jobawsstepfunction attribute)": [[0, "aapi.job.JobAWSStepFunction.input"]], "input_file (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.input_file"]], "input_parameters (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.input_parameters"]], "input_path (aapi.job.jobhadoopmapredstreaming attribute)": [[0, "aapi.job.JobHadoopMapredStreaming.input_path"]], "instance_name (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.instance_name"]], "integration_service (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.integration_service"]], "internal_rules (aapi.sitestandard.sitestandard attribute)": [[0, "aapi.sitestandard.SiteStandard.internal_rules"]], "intervals (aapi.basefolder.folder.rerunintervals attribute)": [[0, "aapi.basefolder.Folder.RerunIntervals.intervals"]], "intervals (aapi.folderjobbase.folderjobbasesmart.rerunintervals attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.intervals"]], "intervals (aapi.job.job.rerunintervals attribute)": [[0, "aapi.job.Job.RerunIntervals.intervals"]], "is_solution_manager_connection_profile (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.is_solution_manager_connection_profile"]], "iterations (aapi.job.jobfilewatchercreate attribute)": [[0, "aapi.job.JobFileWatcherCreate.iterations"]], "jan (aapi.year.year attribute)": [[0, "aapi.year.Year.jan"]], "java_profile (aapi.job.jobjava attribute)": [[0, "aapi.job.JobJava.java_profile"]], "jcl (aapi.job.jobzosinstreamjcl attribute)": [[0, "aapi.job.JobZOSInStreamJCL.jcl"]], "job (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.job"]], "job_attempts (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.job_attempts"]], "job_class (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.job_class"]], "job_class (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.job_class"]], "job_completion_status_depends_on_child_jobs_status (aapi.job.jobsapbw.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.job_completion_status_depends_on_child_jobs_status"]], "job_completion_status_depends_on_child_jobs_status (aapi.job.jobsapr3copy.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.job_completion_status_depends_on_child_jobs_status"]], "job_completion_status_depends_on_child_jobs_status (aapi.job.jobsapr3create.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.job_completion_status_depends_on_child_jobs_status"]], "job_completion_status_depends_on_child_jobs_status (aapi.job.jobsapr3monitorsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.job_completion_status_depends_on_child_jobs_status"]], "job_completion_status_depends_on_child_jobs_status (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.job_completion_status_depends_on_child_jobs_status"]], "job_completion_status_will_depend_on_application_status (aapi.job.jobsapr3copy.postjobaction attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.job_completion_status_will_depend_on_application_status"]], "job_completion_status_will_depend_on_application_status (aapi.job.jobsapr3create.postjobaction attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.job_completion_status_will_depend_on_application_status"]], "job_completion_status_will_depend_on_application_status (aapi.job.jobsapr3predefinedsapjob.postjobaction attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.job_completion_status_will_depend_on_application_status"]], "job_count (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.job_count"]], "job_count (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.job_count"]], "job_count (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.job_count"]], "job_count_specific_name (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.job_count_specific_name"]], "job_count_specific_name (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.job_count_specific_name"]], "job_count_specific_name (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.job_count_specific_name"]], "job_definition (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.job_definition"]], "job_definition_revision (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.job_definition_revision"]], "job_depends_on (aapi.job.jobawsbatch.dependson attribute)": [[0, "aapi.job.JobAWSBatch.DependsOn.job_depends_on"]], "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap (aapi.job.jobsapbw.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"]], "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap (aapi.job.jobsapr3copy.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"]], "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap (aapi.job.jobsapr3create.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"]], "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap (aapi.job.jobsapr3monitorsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"]], "job_end_in_control_m_only_aftre_child_jobs_complete_on_sap (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.job_end_in_control_m_only_aftre_child_jobs_complete_on_sap"]], "job_id (aapi.job.jobazurebatchaccount attribute)": [[0, "aapi.job.JobAzureBatchAccount.job_id"]], "job_list (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.job_list"]], "job_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.job_list"]], "job_log (aapi.job.jobsapr3copy.postjobaction attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.job_log"]], "job_log (aapi.job.jobsapr3create.postjobaction attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.job_log"]], "job_log (aapi.job.jobsapr3predefinedsapjob.postjobaction attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.job_log"]], "job_log_file (aapi.job.jobsapr3copy.postjobaction attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.job_log_file"]], "job_log_file (aapi.job.jobsapr3create.postjobaction attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.job_log_file"]], "job_log_file (aapi.job.jobsapr3predefinedsapjob.postjobaction attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.job_log_file"]], "job_name (aapi.extractrule.extractrule attribute)": [[0, "aapi.extractrule.ExtractRule.job_name"]], "job_name (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.job_name"]], "job_name (aapi.job.jobdatabasemssqlagentjob attribute)": [[0, "aapi.job.JobDatabaseMSSQLAgentJob.job_name"]], "job_name (aapi.job.jobsapbw.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.job_name"]], "job_name (aapi.job.jobsapdataarchivingdelete attribute)": [[0, "aapi.job.JobSAPDataArchivingDelete.job_name"]], "job_name (aapi.job.jobsapdataarchivingstore attribute)": [[0, "aapi.job.JobSAPDataArchivingStore.job_name"]], "job_name (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.job_name"]], "job_name (aapi.job.jobsapdataarchivingwrite.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.job_name"]], "job_name (aapi.job.jobsapr3copy.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.job_name"]], "job_name (aapi.job.jobsapr3create.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.job_name"]], "job_name (aapi.job.jobsapr3monitorsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.job_name"]], "job_name (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.job_name"]], "job_name (aapi.workloadpolicy.workloadpolicy.filter attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter.job_name"]], "job_not_submitted (aapi.ifbase.ifjobnotsubmitted attribute)": [[0, "aapi.ifbase.IfJobNotSubmitted.job_not_submitted"]], "job_output_not_found (aapi.ifbase.ifjoboutputnotfound attribute)": [[0, "aapi.ifbase.IfJobOutputNotFound.job_output_not_found"]], "job_owner (aapi.job.jobtandem attribute)": [[0, "aapi.job.JobTandem.job_owner"]], "job_preset (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.job_preset"]], "job_properties_file (aapi.job.jobhadoopoozie attribute)": [[0, "aapi.job.JobHadoopOozie.job_properties_file"]], "job_queue (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.job_queue"]], "job_runs_deviations_tolerance (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.job_runs_deviations_tolerance"]], "job_runs_to_retain_data (aapi.job.jobzos.archiving attribute)": [[0, "aapi.job.JobZOS.Archiving.job_runs_to_retain_data"]], "job_tag_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.job_tag_list"]], "job_tag_list (aapi.job.job attribute)": [[0, "aapi.job.Job.job_tag_list"]], "job_tag_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.job_tag_list"]], "job_type (aapi.workloadpolicy.workloadpolicy.filter attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter.job_type"]], "jobs (aapi.job.jobibmcognos attribute)": [[0, "aapi.job.JobIBMCognos.jobs"]], "jul (aapi.year.year attribute)": [[0, "aapi.year.Year.jul"]], "jun (aapi.year.year attribute)": [[0, "aapi.year.Year.jun"]], "key_tab_path (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.key_tab_path"]], "language (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.language"]], "language (aapi.job.jobsapdataarchivingwrite.variant attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.Variant.language"]], "lib (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.lib"]], "library (aapi.folderjobbase.subfolder.pathelement attribute)": [[0, "aapi.folderjobbase.SubFolder.PathElement.library"]], "library (aapi.job.job.pathelement attribute)": [[0, "aapi.job.Job.PathElement.library"]], "library (aapi.job.jobos400fulldescriptionjob attribute)": [[0, "aapi.job.JobOS400FullDescriptionJob.library"]], "library (aapi.job.jobos400fullprogram attribute)": [[0, "aapi.job.JobOS400FullProgram.library"]], "library (aapi.job.jobos400fullscriptfile.nativescriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.NativeScriptFileLocation.library"]], "library (aapi.job.jobos400fullsubsystem attribute)": [[0, "aapi.job.JobOS400FullSubSystem.library"]], "library (aapi.job.jobos400program attribute)": [[0, "aapi.job.JobOS400Program.library"]], "line_comment (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.line_comment"]], "lines (aapi.captureoutput.actioncaptureoutput.forwardby attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.lines"]], "location (aapi.connectionprofile.connectionprofileazure.batch attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.Batch.location"]], "location (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.location"]], "location (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.location"]], "lock_type (aapi.resource.resourcelock attribute)": [[0, "aapi.resource.ResourceLock.lock_type"]], "logic_app_name (aapi.job.jobazurelogicapps attribute)": [[0, "aapi.job.JobAzureLogicApps.logic_app_name"]], "login_body (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.login_body"]], "login_header (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.login_header"]], "login_url (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.login_url"]], "lowercase_letters (aapi.businessparameter.businessparameter.characters.alphanumeric attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.Alphanumeric.lowercase_letters"]], "lowercase_letters (aapi.internalrule.internalrule.characters.alphanumeric attribute)": [[0, "aapi.internalrule.InternalRule.Characters.Alphanumeric.lowercase_letters"]], "main_class (aapi.job.jobhadoopmapreduce attribute)": [[0, "aapi.job.JobHadoopMapReduce.main_class"]], "main_class (aapi.job.jobhadoopsparkscalajava attribute)": [[0, "aapi.job.JobHadoopSparkScalaJava.main_class"]], "map_to (aapi.hostmapping.hostmapping attribute)": [[0, "aapi.hostmapping.HostMapping.map_to"]], "mapper_command (aapi.job.jobhadoopmapredstreaming attribute)": [[0, "aapi.job.JobHadoopMapredStreaming.mapper_command"]], "mar (aapi.year.year attribute)": [[0, "aapi.year.Year.mar"]], "master_server_name (aapi.connectionprofile.connectionprofilehadoop.tajo attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Tajo.master_server_name"]], "master_server_port (aapi.connectionprofile.connectionprofilehadoop.tajo attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Tajo.master_server_port"]], "max (aapi.ifbase.ifvariablevalue.rangevariablevalue attribute)": [[0, "aapi.ifbase.IfVariableValue.RangeVariableValue.max"]], "max_concurrent_connections (aapi.connectionprofile.connectionprofiledatabase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase.max_concurrent_connections"]], "max_concurrent_connections (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.max_concurrent_connections"]], "max_file_age (aapi.filetransfer.filetransfer.filewatcheroptions attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.max_file_age"]], "max_tries (aapi.job.jobazurebatchaccount attribute)": [[0, "aapi.job.JobAzureBatchAccount.max_tries"]], "max_wait (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.max_wait"]], "max_wait_time (aapi.job.jobhadoophdfsfilewatcher attribute)": [[0, "aapi.job.JobHadoopHDFSFileWatcher.max_wait_time"]], "maximal_age (aapi.job.jobfilewatchercreate attribute)": [[0, "aapi.job.JobFileWatcherCreate.maximal_age"]], "maximum_length (aapi.businessparameter.businessparameter.characters attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.maximum_length"]], "maximum_length (aapi.internalrule.internalrule.characters attribute)": [[0, "aapi.internalrule.InternalRule.Characters.maximum_length"]], "may (aapi.year.year attribute)": [[0, "aapi.year.Year.may"]], "member (aapi.job.jobzosinstreamjcl attribute)": [[0, "aapi.job.JobZOSInStreamJCL.member"]], "member (aapi.job.jobzosmember attribute)": [[0, "aapi.job.JobZOSMember.member"]], "member_library (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.member_library"]], "member_library (aapi.job.jobzosinstreamjcl attribute)": [[0, "aapi.job.JobZOSInStreamJCL.member_library"]], "member_library (aapi.job.jobzosmember attribute)": [[0, "aapi.job.JobZOSMember.member_library"]], "memory (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.memory"]], "message (aapi.donotify.actionnotify attribute)": [[0, "aapi.donotify.ActionNotify.message"]], "message (aapi.mail.actionmail attribute)": [[0, "aapi.mail.ActionMail.message"]], "message (aapi.notify.notify attribute)": [[0, "aapi.notify.Notify.message"]], "message (aapi.remedy.actionremedy attribute)": [[0, "aapi.remedy.ActionRemedy.message"]], "message_server_host_name (aapi.connectionprofile.connectionprofilesap.grouplogon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.GroupLogon.message_server_host_name"]], "method (aapi.job.jobjava attribute)": [[0, "aapi.job.JobJava.method"]], "min (aapi.ifbase.ifvariablevalue.rangevariablevalue attribute)": [[0, "aapi.ifbase.IfVariableValue.RangeVariableValue.min"]], "min_detected_size (aapi.job.jobhadoophdfsfilewatcher attribute)": [[0, "aapi.job.JobHadoopHDFSFileWatcher.min_detected_size"]], "min_detected_size_in_bytes (aapi.filetransfer.filetransfer.filewatcheroptions attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.min_detected_size_in_bytes"]], "min_file_age (aapi.filetransfer.filetransfer.filewatcheroptions attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.min_file_age"]], "minimal_age (aapi.job.jobfilewatchercreate attribute)": [[0, "aapi.job.JobFileWatcherCreate.minimal_age"]], "minimum_length (aapi.businessparameter.businessparameter.characters attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.minimum_length"]], "minimum_length (aapi.internalrule.internalrule.characters attribute)": [[0, "aapi.internalrule.InternalRule.Characters.minimum_length"]], "minimum_number_of_tracks (aapi.job.jobzos.scheduling attribute)": [[0, "aapi.job.JobZOS.Scheduling.minimum_number_of_tracks"]], "minimum_size (aapi.job.jobfilewatchercreate attribute)": [[0, "aapi.job.JobFileWatcherCreate.minimum_size"]], "minutes (aapi.basefolder.folder.mustend attribute)": [[0, "aapi.basefolder.Folder.MustEnd.minutes"]], "minutes (aapi.job.jobzos.mustend attribute)": [[0, "aapi.job.JobZOS.MustEnd.minutes"]], "mode (aapi.connectionprofile.connectionprofilefiletransferas2.requestreceiptparameters attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.mode"]], "module": [[0, "module-aapi"], [0, "module-aapi.action"], [0, "module-aapi.addevents"], [0, "module-aapi.ai"], [0, "module-aapi.basefolder"], [0, "module-aapi.bases"], [0, "module-aapi.businessfield"], [0, "module-aapi.businessparameter"], [0, "module-aapi.calendar"], [0, "module-aapi.calendarfields"], [0, "module-aapi.calendarkey"], [0, "module-aapi.captureoutput"], [0, "module-aapi.condition"], [0, "module-aapi.config"], [0, "module-aapi.connectionprofile"], [0, "module-aapi.ctbruledata"], [0, "module-aapi.date"], [0, "module-aapi.definitionitemdetails"], [0, "module-aapi.deleteevents"], [0, "module-aapi.disallowedoptions"], [0, "module-aapi.do"], [0, "module-aapi.donotify"], [0, "module-aapi.driver"], [0, "module-aapi.endpoint"], [0, "module-aapi.event"], [0, "module-aapi.extractrule"], [0, "module-aapi.filetransfer"], [0, "module-aapi.filetransfergroup"], [0, "module-aapi.flow_"], [0, "module-aapi.folderclientdata"], [0, "module-aapi.folderjobbase"], [0, "module-aapi.hostfiletransfer"], [0, "module-aapi.hostmapping"], [0, "module-aapi.ifbase"], [0, "module-aapi.ifcollection"], [0, "module-aapi.ifrerun"], [0, "module-aapi.internalrule"], [0, "module-aapi.iteminfo"], [0, "module-aapi.job"], [0, "module-aapi.jobsfilter"], [0, "module-aapi.jobtag"], [0, "module-aapi.mail"], [0, "module-aapi.notify"], [0, "module-aapi.on"], [0, "module-aapi.output"], [0, "module-aapi.package"], [0, "module-aapi.packageparams"], [0, "module-aapi.period"], [0, "module-aapi.possibleoptions"], [0, "module-aapi.propertycondition"], [0, "module-aapi.rbcdetails"], [0, "module-aapi.remedy"], [0, "module-aapi.resource"], [0, "module-aapi.resourcepools"], [0, "module-aapi.run"], [0, "module-aapi.runningjobs"], [0, "module-aapi.set_"], [0, "module-aapi.sitestandard"], [0, "module-aapi.sitestandarddata"], [0, "module-aapi.sitestandardoperatorvalueoptions"], [0, "module-aapi.sitestandardpolicy"], [0, "module-aapi.sitestandardpolicydata"], [0, "module-aapi.sitestandardpossiblevalue"], [0, "module-aapi.sitestandardrestriction"], [0, "module-aapi.steprange"], [0, "module-aapi.tag"], [0, "module-aapi.time"], [0, "module-aapi.variable"], [0, "module-aapi.waitforevents"], [0, "module-aapi.workloadflat"], [0, "module-aapi.workloadpolicy"], [0, "module-aapi.wpperiod"], [0, "module-aapi.year"], [1, "module-aapi.integration_factory"], [1, "module-aapi.integration_factory.connection_profiles"], [1, "module-aapi.integration_factory.jobs"], [3, "module-ctm_python_client"], [4, "module-ctm_python_client.core"], [4, "module-ctm_python_client.core.comm"], [4, "module-ctm_python_client.core.credential"], [4, "module-ctm_python_client.core.monitoring"], [4, "module-ctm_python_client.core.workflow"], [5, "module-ctm_python_client.ext"], [5, "module-ctm_python_client.ext.credential"], [5, "module-ctm_python_client.ext.viz"]], "month_days (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.month_days"]], "month_days (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.month_days"]], "month_days (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.month_days"]], "month_days (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.month_days"]], "month_days_calendar (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.month_days_calendar"]], "month_days_calendar (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.month_days_calendar"]], "month_days_calendar (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.month_days_calendar"]], "month_days_calendar (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.month_days_calendar"]], "month_days_calendar (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.month_days_calendar"]], "months (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.months"]], "months (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.months"]], "months (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.months"]], "months (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.months"]], "must_end (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.must_end"]], "must_end (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.must_end"]], "name (aapi.ctbruledata.actioncontrolmanalyzerrule attribute)": [[0, "aapi.ctbruledata.ActionControlMAnalyzerRule.name"]], "name (aapi.job.jobsapdataarchivingwrite.variant attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.Variant.name"]], "name (aapi.job.jobsapr3batchinputsession.pattern attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.Pattern.name"]], "name (aapi.job.jobsapr3batchinputsession.session attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.Session.name"]], "name (aapi.package.package attribute)": [[0, "aapi.package.Package.name"]], "name (aapi.packageparams.packageparams attribute)": [[0, "aapi.packageparams.PackageParams.name"]], "native_script_file_location (aapi.job.jobos400fullscriptfile attribute)": [[0, "aapi.job.JobOS400FullScriptFile.native_script_file_location"]], "native_script_file_location (aapi.job.jobos400fullvirtualterminal attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.native_script_file_location"]], "native_script_file_location (aapi.job.jobos400virtualterminal attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.native_script_file_location"]], "new_job_name (aapi.job.jobsapr3 attribute)": [[0, "aapi.job.JobSAPR3.new_job_name"]], "new_job_name (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.new_job_name"]], "new_job_name (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.new_job_name"]], "new_virtual_machine_name (aapi.job.jobvmwareconfigurationclonevirtualmachine attribute)": [[0, "aapi.job.JobVMwareConfigurationCloneVirtualMachine.new_virtual_machine_name"]], "nosubstituteip (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.noSubstituteIP"]], "nosubstituteip (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.noSubstituteIP"]], "nosubstituteip (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.noSubstituteIP"]], "nosubstituteip (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.noSubstituteIP"]], "nosubstituteip (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.noSubstituteIP"]], "nosubstituteip (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.noSubstituteIP"]], "no_test_on_deploy (aapi.connectionprofile.connectionprofile attribute)": [[0, "aapi.connectionprofile.ConnectionProfile.no_test_on_deploy"]], "notify_list (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.notify_list"]], "notify_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.notify_list"]], "notify_list (aapi.job.job attribute)": [[0, "aapi.job.Job.notify_list"]], "notify_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.notify_list"]], "nov (aapi.year.year attribute)": [[0, "aapi.year.Year.nov"]], "nullflds (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.nullflds"]], "number_of_c_p_us (aapi.job.jobvmwareconfigurationreconfigurevirtualmachine attribute)": [[0, "aapi.job.JobVMwareConfigurationReconfigureVirtualMachine.number_of_c_p_us"]], "number_of_executions (aapi.ifbase.ifnumberofexecutions attribute)": [[0, "aapi.ifbase.IfNumberOfExecutions.number_of_executions"]], "number_of_failures (aapi.ifbase.ifnumberoffailures attribute)": [[0, "aapi.ifbase.IfNumberOfFailures.number_of_failures"]], "number_of_reruns (aapi.ifbase.ifnumberofreruns attribute)": [[0, "aapi.ifbase.IfNumberOfReruns.number_of_reruns"]], "number_of_retries (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.number_of_retries"]], "object (aapi.job.jobjava attribute)": [[0, "aapi.job.JobJava.object"]], "object_name (aapi.action.action attribute)": [[0, "aapi.action.Action.object_name"]], "object_name (aapi.action.actionrerun attribute)": [[0, "aapi.action.ActionRerun.object_name"]], "object_name (aapi.action.actionsettonotok attribute)": [[0, "aapi.action.ActionSetToNotOK.object_name"]], "object_name (aapi.action.actionsettook attribute)": [[0, "aapi.action.ActionSetToOK.object_name"]], "object_name (aapi.action.actionstopcyclicrun attribute)": [[0, "aapi.action.ActionStopCyclicRun.object_name"]], "object_name (aapi.addevents.addevents attribute)": [[0, "aapi.addevents.AddEvents.object_name"]], "object_name (aapi.ai.aiconnectionprofile attribute)": [[0, "aapi.ai.AIConnectionProfile.object_name"]], "object_name (aapi.ai.aijob attribute)": [[0, "aapi.ai.AIJob.object_name"]], "object_name (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.object_name"]], "object_name (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.object_name"]], "object_name (aapi.businessfield.businessfield attribute)": [[0, "aapi.businessfield.BusinessField.object_name"]], "object_name (aapi.businessparameter.businessparameter attribute)": [[0, "aapi.businessparameter.BusinessParameter.object_name"]], "object_name (aapi.calendar.calendar attribute)": [[0, "aapi.calendar.Calendar.object_name"]], "object_name (aapi.calendar.calendarperiodic attribute)": [[0, "aapi.calendar.CalendarPeriodic.object_name"]], "object_name (aapi.calendar.calendarregular attribute)": [[0, "aapi.calendar.CalendarRegular.object_name"]], "object_name (aapi.calendar.calendarrulebased attribute)": [[0, "aapi.calendar.CalendarRuleBased.object_name"]], "object_name (aapi.calendar.calendarrulebasedcalendar attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.object_name"]], "object_name (aapi.calendarfields.calendarfields attribute)": [[0, "aapi.calendarfields.CalendarFields.object_name"]], "object_name (aapi.calendarfields.calendarfieldsperiodic attribute)": [[0, "aapi.calendarfields.CalendarFieldsPeriodic.object_name"]], "object_name (aapi.calendarfields.calendarfieldsregular attribute)": [[0, "aapi.calendarfields.CalendarFieldsRegular.object_name"]], "object_name (aapi.calendarfields.calendarfieldsrulebased attribute)": [[0, "aapi.calendarfields.CalendarFieldsRuleBased.object_name"]], "object_name (aapi.calendarkey.calendarkey attribute)": [[0, "aapi.calendarkey.CalendarKey.object_name"]], "object_name (aapi.calendarkey.calendarkeyperiodic attribute)": [[0, "aapi.calendarkey.CalendarKeyPeriodic.object_name"]], "object_name (aapi.calendarkey.calendarkeyregular attribute)": [[0, "aapi.calendarkey.CalendarKeyRegular.object_name"]], "object_name (aapi.calendarkey.calendarkeyrulebased attribute)": [[0, "aapi.calendarkey.CalendarKeyRuleBased.object_name"]], "object_name (aapi.captureoutput.actioncaptureoutput attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.object_name"]], "object_name (aapi.config.config attribute)": [[0, "aapi.config.Config.object_name"]], "object_name (aapi.config.confighadoop attribute)": [[0, "aapi.config.ConfigHadoop.object_name"]], "object_name (aapi.connectionprofile.connectionprofile attribute)": [[0, "aapi.connectionprofile.ConnectionProfile.object_name"]], "object_name (aapi.connectionprofile.connectionprofileaws attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.object_name"]], "object_name (aapi.connectionprofile.connectionprofileairflow attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflow.object_name"]], "object_name (aapi.connectionprofile.connectionprofileairflowgooglecomposer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer.object_name"]], "object_name (aapi.connectionprofile.connectionprofileairflowstandalone attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowStandalone.object_name"]], "object_name (aapi.connectionprofile.connectionprofileazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabasedb2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseDB2.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabasejdbc attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseJDBC.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabasemssqlssis attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSqlSSIS.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabaseoracle attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracle.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabaseoracleconnectionstring attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleConnectionString.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabaseoraclesid attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleSID.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabaseoracleservicename attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleServiceName.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabasepostgresql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql.object_name"]], "object_name (aapi.connectionprofile.connectionprofiledatabasesybase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseSybase.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzure.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazureadcertificate attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdCertificate.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazureadclientsecret attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdClientSecret.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazureaduserpass attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureAdUserPass.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazureconnectionstring attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureConnectionString.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazuremanagedidentity attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureManagedIdentity.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazuresharedaccesssignature attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedAccessSignature.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferazuresharedkey attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAzureSharedKey.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferftp attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferftps attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransfergcs attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGcs.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransferlocal attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferLocal.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransfers3 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransfers3amazon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3Amazon.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransfers3compatible attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3Compatible.object_name"]], "object_name (aapi.connectionprofile.connectionprofilefiletransfersftp attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferSFTP.object_name"]], "object_name (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.object_name"]], "object_name (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.object_name"]], "object_name (aapi.connectionprofile.connectionprofilepeoplesoft attribute)": [[0, "aapi.connectionprofile.ConnectionProfilePeopleSoft.object_name"]], "object_name (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.object_name"]], "object_name (aapi.connectionprofile.connectionprofilewsconfig attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWSCONFIG.object_name"]], "object_name (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.object_name"]], "object_name (aapi.ctbruledata.actioncontrolmanalyzerrule attribute)": [[0, "aapi.ctbruledata.ActionControlMAnalyzerRule.object_name"]], "object_name (aapi.date.date attribute)": [[0, "aapi.date.Date.object_name"]], "object_name (aapi.definitionitemdetails.definitionitemdetails attribute)": [[0, "aapi.definitionitemdetails.DefinitionItemDetails.object_name"]], "object_name (aapi.deleteevents.deleteevents attribute)": [[0, "aapi.deleteevents.DeleteEvents.object_name"]], "object_name (aapi.disallowedoptions.disallowedoptions attribute)": [[0, "aapi.disallowedoptions.DisallowedOptions.object_name"]], "object_name (aapi.do.do attribute)": [[0, "aapi.do.Do.object_name"]], "object_name (aapi.donotify.actionnotify attribute)": [[0, "aapi.donotify.ActionNotify.object_name"]], "object_name (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.object_name"]], "object_name (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.object_name"]], "object_name (aapi.endpoint.endpointdest attribute)": [[0, "aapi.endpoint.EndpointDest.object_name"]], "object_name (aapi.endpoint.endpointdestftp attribute)": [[0, "aapi.endpoint.EndpointDestFtp.object_name"]], "object_name (aapi.endpoint.endpointdestftps attribute)": [[0, "aapi.endpoint.EndpointDestFtps.object_name"]], "object_name (aapi.endpoint.endpointdestlocal attribute)": [[0, "aapi.endpoint.EndpointDestLocal.object_name"]], "object_name (aapi.endpoint.endpointdestsftp attribute)": [[0, "aapi.endpoint.EndpointDestSftp.object_name"]], "object_name (aapi.endpoint.endpointsrc attribute)": [[0, "aapi.endpoint.EndpointSrc.object_name"]], "object_name (aapi.endpoint.endpointsrcftp attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.object_name"]], "object_name (aapi.endpoint.endpointsrcftps attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.object_name"]], "object_name (aapi.endpoint.endpointsrclocal attribute)": [[0, "aapi.endpoint.EndpointSrcLocal.object_name"]], "object_name (aapi.endpoint.endpointsrcsftp attribute)": [[0, "aapi.endpoint.EndpointSrcSftp.object_name"]], "object_name (aapi.event.event attribute)": [[0, "aapi.event.Event.object_name"]], "object_name (aapi.event.eventadd attribute)": [[0, "aapi.event.EventAdd.object_name"]], "object_name (aapi.event.eventdelete attribute)": [[0, "aapi.event.EventDelete.object_name"]], "object_name (aapi.filetransfergroup.filetransfergroup attribute)": [[0, "aapi.filetransfergroup.FileTransferGroup.object_name"]], "object_name (aapi.flow_.flow_ attribute)": [[0, "aapi.flow_.Flow_.object_name"]], "object_name (aapi.folderclientdata.folderclientdata attribute)": [[0, "aapi.folderclientdata.FolderClientData.object_name"]], "object_name (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.object_name"]], "object_name (aapi.folderjobbase.folderjobbasesmart attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.object_name"]], "object_name (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.object_name"]], "object_name (aapi.hostfiletransfer.hostfiletransfer attribute)": [[0, "aapi.hostfiletransfer.HostFileTransfer.object_name"]], "object_name (aapi.hostmapping.hostmapping attribute)": [[0, "aapi.hostmapping.HostMapping.object_name"]], "object_name (aapi.ifbase.ifbase attribute)": [[0, "aapi.ifbase.IfBase.object_name"]], "object_name (aapi.ifbase.ifbasefolder attribute)": [[0, "aapi.ifbase.IfBaseFolder.object_name"]], "object_name (aapi.ifbase.ifcompletionstatus attribute)": [[0, "aapi.ifbase.IfCompletionStatus.object_name"]], "object_name (aapi.ifbase.ifjobnotsubmitted attribute)": [[0, "aapi.ifbase.IfJobNotSubmitted.object_name"]], "object_name (aapi.ifbase.ifjoboutputnotfound attribute)": [[0, "aapi.ifbase.IfJobOutputNotFound.object_name"]], "object_name (aapi.ifbase.ifnumberofexecutions attribute)": [[0, "aapi.ifbase.IfNumberOfExecutions.object_name"]], "object_name (aapi.ifbase.ifnumberoffailures attribute)": [[0, "aapi.ifbase.IfNumberOfFailures.object_name"]], "object_name (aapi.ifbase.ifnumberofreruns attribute)": [[0, "aapi.ifbase.IfNumberOfReruns.object_name"]], "object_name (aapi.ifbase.ifoutput attribute)": [[0, "aapi.ifbase.IfOutput.object_name"]], "object_name (aapi.ifbase.ifvariablevalue attribute)": [[0, "aapi.ifbase.IfVariableValue.object_name"]], "object_name (aapi.ifcollection.ifcollection attribute)": [[0, "aapi.ifcollection.IfCollection.object_name"]], "object_name (aapi.ifcollection.ifcollectionzos attribute)": [[0, "aapi.ifcollection.IfCollectionZOS.object_name"]], "object_name (aapi.ifrerun.actionrestart attribute)": [[0, "aapi.ifrerun.ActionRestart.object_name"]], "object_name (aapi.internalrule.internalrule attribute)": [[0, "aapi.internalrule.InternalRule.object_name"]], "object_name (aapi.iteminfo.iteminfo attribute)": [[0, "aapi.iteminfo.ItemInfo.object_name"]], "object_name (aapi.job.job attribute)": [[0, "aapi.job.Job.object_name"]], "object_name (aapi.job.jobaws attribute)": [[0, "aapi.job.JobAWS.object_name"]], "object_name (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.object_name"]], "object_name (aapi.job.jobawslambda attribute)": [[0, "aapi.job.JobAWSLambda.object_name"]], "object_name (aapi.job.jobawsstepfunction attribute)": [[0, "aapi.job.JobAWSStepFunction.object_name"]], "object_name (aapi.job.jobairflow attribute)": [[0, "aapi.job.JobAirflow.object_name"]], "object_name (aapi.job.jobazure attribute)": [[0, "aapi.job.JobAzure.object_name"]], "object_name (aapi.job.jobazurebatchaccount attribute)": [[0, "aapi.job.JobAzureBatchAccount.object_name"]], "object_name (aapi.job.jobazurefunction attribute)": [[0, "aapi.job.JobAzureFunction.object_name"]], "object_name (aapi.job.jobazurelogicapps attribute)": [[0, "aapi.job.JobAzureLogicApps.object_name"]], "object_name (aapi.job.jobcommand attribute)": [[0, "aapi.job.JobCommand.object_name"]], "object_name (aapi.job.jobdatabase attribute)": [[0, "aapi.job.JobDatabase.object_name"]], "object_name (aapi.job.jobdatabaseembeddedquery attribute)": [[0, "aapi.job.JobDatabaseEmbeddedQuery.object_name"]], "object_name (aapi.job.jobdatabasemssqlagentjob attribute)": [[0, "aapi.job.JobDatabaseMSSQLAgentJob.object_name"]], "object_name (aapi.job.jobdatabasemssql_ssis attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.object_name"]], "object_name (aapi.job.jobdatabasesqlscript attribute)": [[0, "aapi.job.JobDatabaseSQLScript.object_name"]], "object_name (aapi.job.jobdatabasestoredprocedure attribute)": [[0, "aapi.job.JobDatabaseStoredProcedure.object_name"]], "object_name (aapi.job.jobdummy attribute)": [[0, "aapi.job.JobDummy.object_name"]], "object_name (aapi.job.jobembeddedscript attribute)": [[0, "aapi.job.JobEmbeddedScript.object_name"]], "object_name (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.object_name"]], "object_name (aapi.job.jobfilewatcher attribute)": [[0, "aapi.job.JobFileWatcher.object_name"]], "object_name (aapi.job.jobhadoop attribute)": [[0, "aapi.job.JobHadoop.object_name"]], "object_name (aapi.job.jobhadoopdistcp attribute)": [[0, "aapi.job.JobHadoopDistCp.object_name"]], "object_name (aapi.job.jobhadoophdfscommands attribute)": [[0, "aapi.job.JobHadoopHDFSCommands.object_name"]], "object_name (aapi.job.jobhadoophdfsfilewatcher attribute)": [[0, "aapi.job.JobHadoopHDFSFileWatcher.object_name"]], "object_name (aapi.job.jobhadoophive attribute)": [[0, "aapi.job.JobHadoopHive.object_name"]], "object_name (aapi.job.jobhadoopmapreduce attribute)": [[0, "aapi.job.JobHadoopMapReduce.object_name"]], "object_name (aapi.job.jobhadoopmapredstreaming attribute)": [[0, "aapi.job.JobHadoopMapredStreaming.object_name"]], "object_name (aapi.job.jobhadoopoozie attribute)": [[0, "aapi.job.JobHadoopOozie.object_name"]], "object_name (aapi.job.jobhadooppig attribute)": [[0, "aapi.job.JobHadoopPig.object_name"]], "object_name (aapi.job.jobhadoopspark attribute)": [[0, "aapi.job.JobHadoopSpark.object_name"]], "object_name (aapi.job.jobhadoopsparkpython attribute)": [[0, "aapi.job.JobHadoopSparkPython.object_name"]], "object_name (aapi.job.jobhadoopsparkscalajava attribute)": [[0, "aapi.job.JobHadoopSparkScalaJava.object_name"]], "object_name (aapi.job.jobhadoopsqoop attribute)": [[0, "aapi.job.JobHadoopSqoop.object_name"]], "object_name (aapi.job.jobhadooptajo attribute)": [[0, "aapi.job.JobHadoopTajo.object_name"]], "object_name (aapi.job.jobhadooptajoinputfile attribute)": [[0, "aapi.job.JobHadoopTajoInputFile.object_name"]], "object_name (aapi.job.jobhadooptajoquery attribute)": [[0, "aapi.job.JobHadoopTajoQuery.object_name"]], "object_name (aapi.job.jobibmcognos attribute)": [[0, "aapi.job.JobIBMCognos.object_name"]], "object_name (aapi.job.jobibmdatastage attribute)": [[0, "aapi.job.JobIBMDataStage.object_name"]], "object_name (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.object_name"]], "object_name (aapi.job.jobjava attribute)": [[0, "aapi.job.JobJava.object_name"]], "object_name (aapi.job.jobmessaging attribute)": [[0, "aapi.job.JobMessaging.object_name"]], "object_name (aapi.job.jobmessagingfreetext attribute)": [[0, "aapi.job.JobMessagingFreeText.object_name"]], "object_name (aapi.job.jobmessagingpredefined attribute)": [[0, "aapi.job.JobMessagingPreDefined.object_name"]], "object_name (aapi.job.jobmessagingwaitforreply attribute)": [[0, "aapi.job.JobMessagingWaitForReply.object_name"]], "object_name (aapi.job.jobnetbackup attribute)": [[0, "aapi.job.JobNetBackup.object_name"]], "object_name (aapi.job.joboebs attribute)": [[0, "aapi.job.JobOEBS.object_name"]], "object_name (aapi.job.jobos400 attribute)": [[0, "aapi.job.JobOS400.object_name"]], "object_name (aapi.job.jobos400externaljob attribute)": [[0, "aapi.job.JobOS400ExternalJob.object_name"]], "object_name (aapi.job.jobos400externalsubsystem attribute)": [[0, "aapi.job.JobOS400ExternalSubSystem.object_name"]], "object_name (aapi.job.jobos400full attribute)": [[0, "aapi.job.JobOS400Full.object_name"]], "object_name (aapi.job.jobos400fullcommandline attribute)": [[0, "aapi.job.JobOS400FullCommandLine.object_name"]], "object_name (aapi.job.jobos400fulldescriptionjob attribute)": [[0, "aapi.job.JobOS400FullDescriptionJob.object_name"]], "object_name (aapi.job.jobos400fullexternaljob attribute)": [[0, "aapi.job.JobOS400FullExternalJob.object_name"]], "object_name (aapi.job.jobos400fullexternalsubsystem attribute)": [[0, "aapi.job.JobOS400FullExternalSubSystem.object_name"]], "object_name (aapi.job.jobos400fullmultiplecommands attribute)": [[0, "aapi.job.JobOS400FullMultipleCommands.object_name"]], "object_name (aapi.job.jobos400fullprogram attribute)": [[0, "aapi.job.JobOS400FullProgram.object_name"]], "object_name (aapi.job.jobos400fullrestrictedstateaction attribute)": [[0, "aapi.job.JobOS400FullRestrictedStateAction.object_name"]], "object_name (aapi.job.jobos400fullscriptfile attribute)": [[0, "aapi.job.JobOS400FullScriptFile.object_name"]], "object_name (aapi.job.jobos400fullsubsystem attribute)": [[0, "aapi.job.JobOS400FullSubSystem.object_name"]], "object_name (aapi.job.jobos400fullvirtualterminal attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.object_name"]], "object_name (aapi.job.jobos400multiplecommands attribute)": [[0, "aapi.job.JobOS400MultipleCommands.object_name"]], "object_name (aapi.job.jobos400program attribute)": [[0, "aapi.job.JobOS400Program.object_name"]], "object_name (aapi.job.jobos400virtualterminal attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.object_name"]], "object_name (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.object_name"]], "object_name (aapi.job.jobsap attribute)": [[0, "aapi.job.JobSAP.object_name"]], "object_name (aapi.job.jobsapbw attribute)": [[0, "aapi.job.JobSAPBW.object_name"]], "object_name (aapi.job.jobsapbwinfopackage attribute)": [[0, "aapi.job.JobSAPBWInfoPackage.object_name"]], "object_name (aapi.job.jobsapbwprocesschain attribute)": [[0, "aapi.job.JobSAPBWProcessChain.object_name"]], "object_name (aapi.job.jobsapdataarchiving attribute)": [[0, "aapi.job.JobSAPDataArchiving.object_name"]], "object_name (aapi.job.jobsapdataarchivingdelete attribute)": [[0, "aapi.job.JobSAPDataArchivingDelete.object_name"]], "object_name (aapi.job.jobsapdataarchivingstore attribute)": [[0, "aapi.job.JobSAPDataArchivingStore.object_name"]], "object_name (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.object_name"]], "object_name (aapi.job.jobsapr3 attribute)": [[0, "aapi.job.JobSAPR3.object_name"]], "object_name (aapi.job.jobsapr3batchinputsession attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.object_name"]], "object_name (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.object_name"]], "object_name (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.object_name"]], "object_name (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.object_name"]], "object_name (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.object_name"]], "object_name (aapi.job.jobsapr3sapprofile attribute)": [[0, "aapi.job.JobSAPR3SapProfile.object_name"]], "object_name (aapi.job.jobsapr3sapprofileactivate attribute)": [[0, "aapi.job.JobSAPR3SapProfileActivate.object_name"]], "object_name (aapi.job.jobsapr3sapprofiledeactivate attribute)": [[0, "aapi.job.JobSAPR3SapProfileDeactivate.object_name"]], "object_name (aapi.job.jobsapr3triggersapevent attribute)": [[0, "aapi.job.JobSAPR3TriggerSapEvent.object_name"]], "object_name (aapi.job.jobsapr3watchsapevent attribute)": [[0, "aapi.job.JobSAPR3WatchSapEvent.object_name"]], "object_name (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.object_name"]], "object_name (aapi.job.jobscript attribute)": [[0, "aapi.job.JobScript.object_name"]], "object_name (aapi.job.jobtandem attribute)": [[0, "aapi.job.JobTandem.object_name"]], "object_name (aapi.job.jobtandemcommand attribute)": [[0, "aapi.job.JobTandemCommand.object_name"]], "object_name (aapi.job.jobtandemembeddedtaclscript attribute)": [[0, "aapi.job.JobTandemEmbeddedTACLScript.object_name"]], "object_name (aapi.job.jobtandemexternalprocess attribute)": [[0, "aapi.job.JobTandemExternalProcess.object_name"]], "object_name (aapi.job.jobtandemprogram attribute)": [[0, "aapi.job.JobTandemProgram.object_name"]], "object_name (aapi.job.jobtandemtaclscript attribute)": [[0, "aapi.job.JobTandemTACLScript.object_name"]], "object_name (aapi.job.jobvmware attribute)": [[0, "aapi.job.JobVMware.object_name"]], "object_name (aapi.job.jobvmwareconfiguration attribute)": [[0, "aapi.job.JobVMwareConfiguration.object_name"]], "object_name (aapi.job.jobvmwareconfigurationclonevirtualmachine attribute)": [[0, "aapi.job.JobVMwareConfigurationCloneVirtualMachine.object_name"]], "object_name (aapi.job.jobvmwareconfigurationdeploytemplate attribute)": [[0, "aapi.job.JobVMwareConfigurationDeployTemplate.object_name"]], "object_name (aapi.job.jobvmwareconfigurationmigratevirtualmachine attribute)": [[0, "aapi.job.JobVMwareConfigurationMigrateVirtualMachine.object_name"]], "object_name (aapi.job.jobvmwareconfigurationreconfigurevirtualmachine attribute)": [[0, "aapi.job.JobVMwareConfigurationReconfigureVirtualMachine.object_name"]], "object_name (aapi.job.jobvmwarepower attribute)": [[0, "aapi.job.JobVMwarePower.object_name"]], "object_name (aapi.job.jobvmwarepoweroff attribute)": [[0, "aapi.job.JobVMwarePowerOff.object_name"]], "object_name (aapi.job.jobvmwarepoweron attribute)": [[0, "aapi.job.JobVMwarePowerOn.object_name"]], "object_name (aapi.job.jobvmwarepowerreboot attribute)": [[0, "aapi.job.JobVMwarePowerReboot.object_name"]], "object_name (aapi.job.jobvmwarepowerreset attribute)": [[0, "aapi.job.JobVMwarePowerReset.object_name"]], "object_name (aapi.job.jobvmwarepowershutdown attribute)": [[0, "aapi.job.JobVMwarePowerShutdown.object_name"]], "object_name (aapi.job.jobvmwarepowerstandby attribute)": [[0, "aapi.job.JobVMwarePowerStandby.object_name"]], "object_name (aapi.job.jobvmwarepowersuspend attribute)": [[0, "aapi.job.JobVMwarePowerSuspend.object_name"]], "object_name (aapi.job.jobvmwaresnapshot attribute)": [[0, "aapi.job.JobVMwareSnapshot.object_name"]], "object_name (aapi.job.jobvmwaresnapshotremove attribute)": [[0, "aapi.job.JobVMwareSnapshotRemove.object_name"]], "object_name (aapi.job.jobvmwaresnapshotremoveall attribute)": [[0, "aapi.job.JobVMwareSnapshotRemoveAll.object_name"]], "object_name (aapi.job.jobvmwaresnapshotrevert attribute)": [[0, "aapi.job.JobVMwareSnapshotRevert.object_name"]], "object_name (aapi.job.jobvmwaresnapshotreverttocurrent attribute)": [[0, "aapi.job.JobVMwareSnapshotRevertToCurrent.object_name"]], "object_name (aapi.job.jobvmwaresnapshottake attribute)": [[0, "aapi.job.JobVMwareSnapshotTake.object_name"]], "object_name (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.object_name"]], "object_name (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.object_name"]], "object_name (aapi.job.jobzosinstreamjcl attribute)": [[0, "aapi.job.JobZOSInStreamJCL.object_name"]], "object_name (aapi.job.jobzosmember attribute)": [[0, "aapi.job.JobZOSMember.object_name"]], "object_name (aapi.jobsfilter.jobsfilter attribute)": [[0, "aapi.jobsfilter.JobsFilter.object_name"]], "object_name (aapi.jobtag.jobtag attribute)": [[0, "aapi.jobtag.JobTag.object_name"]], "object_name (aapi.mail.actionmail attribute)": [[0, "aapi.mail.ActionMail.object_name"]], "object_name (aapi.notify.notify attribute)": [[0, "aapi.notify.Notify.object_name"]], "object_name (aapi.on.on attribute)": [[0, "aapi.on.On.object_name"]], "object_name (aapi.output.actionoutput attribute)": [[0, "aapi.output.ActionOutput.object_name"]], "object_name (aapi.package.package attribute)": [[0, "aapi.package.Package.object_name"]], "object_name (aapi.period.period attribute)": [[0, "aapi.period.Period.object_name"]], "object_name (aapi.possibleoptions.possibleoptions attribute)": [[0, "aapi.possibleoptions.PossibleOptions.object_name"]], "object_name (aapi.propertycondition.propertycondition attribute)": [[0, "aapi.propertycondition.PropertyCondition.object_name"]], "object_name (aapi.rbcdetails.rbcdetails attribute)": [[0, "aapi.rbcdetails.RbcDetails.object_name"]], "object_name (aapi.remedy.actionremedy attribute)": [[0, "aapi.remedy.ActionRemedy.object_name"]], "object_name (aapi.resource.resource attribute)": [[0, "aapi.resource.Resource.object_name"]], "object_name (aapi.resource.resourcelock attribute)": [[0, "aapi.resource.ResourceLock.object_name"]], "object_name (aapi.resource.resourcepool attribute)": [[0, "aapi.resource.ResourcePool.object_name"]], "object_name (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.object_name"]], "object_name (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.object_name"]], "object_name (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.object_name"]], "object_name (aapi.set_.actionset attribute)": [[0, "aapi.set_.ActionSet.object_name"]], "object_name (aapi.sitestandard.sitestandard attribute)": [[0, "aapi.sitestandard.SiteStandard.object_name"]], "object_name (aapi.sitestandarddata.sitestandarddata attribute)": [[0, "aapi.sitestandarddata.SiteStandardData.object_name"]], "object_name (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.object_name"]], "object_name (aapi.sitestandardpolicy.sitestandardpolicy attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.object_name"]], "object_name (aapi.sitestandardpolicydata.sitestandardpolicydata attribute)": [[0, "aapi.sitestandardpolicydata.SiteStandardPolicyData.object_name"]], "object_name (aapi.sitestandardpossiblevalue.sitestandardpossiblevalue attribute)": [[0, "aapi.sitestandardpossiblevalue.SiteStandardPossibleValue.object_name"]], "object_name (aapi.sitestandardrestriction.sitestandardrestriction attribute)": [[0, "aapi.sitestandardrestriction.SiteStandardRestriction.object_name"]], "object_name (aapi.sitestandardrestriction.sitestandardrestrictionenum attribute)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionEnum.object_name"]], "object_name (aapi.sitestandardrestriction.sitestandardrestrictionnumeric attribute)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionNumeric.object_name"]], "object_name (aapi.sitestandardrestriction.sitestandardrestrictionoperatorvalue attribute)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionOperatorValue.object_name"]], "object_name (aapi.sitestandardrestriction.sitestandardrestrictiontext attribute)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionText.object_name"]], "object_name (aapi.steprange.steprange attribute)": [[0, "aapi.steprange.StepRange.object_name"]], "object_name (aapi.tag.tag attribute)": [[0, "aapi.tag.Tag.object_name"]], "object_name (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.object_name"]], "object_name (aapi.tag.tagglobal attribute)": [[0, "aapi.tag.TagGlobal.object_name"]], "object_name (aapi.time.time attribute)": [[0, "aapi.time.Time.object_name"]], "object_name (aapi.variable.variable attribute)": [[0, "aapi.variable.Variable.object_name"]], "object_name (aapi.waitforevents.waitforevents attribute)": [[0, "aapi.waitforevents.WaitForEvents.object_name"]], "object_name (aapi.workloadflat.workloadflat attribute)": [[0, "aapi.workloadflat.WorkloadFlat.object_name"]], "object_name (aapi.workloadpolicy.workloadpolicy attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.object_name"]], "object_name (aapi.wpperiod.wpperiod attribute)": [[0, "aapi.wpperiod.WpPeriod.object_name"]], "object_name (aapi.year.year attribute)": [[0, "aapi.year.Year.object_name"]], "oct (aapi.year.year attribute)": [[0, "aapi.year.Year.oct"]], "off (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.off"]], "off (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.off"]], "off (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.off"]], "off (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.off"]], "off (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.off"]], "off (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.off"]], "old_account_name (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.old_account_name"]], "on (aapi.connectionprofile.connectionprofilefiletransferftp.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTP.ConnectionMode.on"]], "on (aapi.connectionprofile.connectionprofilefiletransferftps.connectionmode attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ConnectionMode.on"]], "on (aapi.endpoint.endpointdestftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtp.ConnectionMode.on"]], "on (aapi.endpoint.endpointdestftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ConnectionMode.on"]], "on (aapi.endpoint.endpointsrcftp.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtp.ConnectionMode.on"]], "on (aapi.endpoint.endpointsrcftps.connectionmode attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ConnectionMode.on"]], "on_list (aapi.ifbase.ifbase attribute)": [[0, "aapi.ifbase.IfBase.on_list"]], "oozie (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.oozie"]], "oozie_options (aapi.job.jobhadoopoozie attribute)": [[0, "aapi.job.JobHadoopOozie.oozie_options"]], "open_query (aapi.job.jobhadooptajoquery attribute)": [[0, "aapi.job.JobHadoopTajoQuery.open_query"]], "operation (aapi.job.job.output attribute)": [[0, "aapi.job.Job.Output.operation"]], "operation (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.operation"]], "operation (aapi.job.jobzos.outputhandling attribute)": [[0, "aapi.job.JobZOS.OutputHandling.operation"]], "operation (aapi.output.actionoutput attribute)": [[0, "aapi.output.ActionOutput.operation"]], "operator (aapi.ifbase.ifvariablevalue attribute)": [[0, "aapi.ifbase.IfVariableValue.operator"]], "operator (aapi.propertycondition.propertycondition attribute)": [[0, "aapi.propertycondition.PropertyCondition.operator"]], "operator (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.operator"]], "option (aapi.job.jobazurebatchaccount.maxtries attribute)": [[0, "aapi.job.JobAzureBatchAccount.MaxTries.option"]], "order_method (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.order_method"]], "os_profile (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.os_profile"]], "os_type (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.os_type"]], "os_type (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.os_type"]], "output (aapi.job.job attribute)": [[0, "aapi.job.Job.output"]], "output_details (aapi.job.jobairflow attribute)": [[0, "aapi.job.JobAirflow.output_details"]], "output_execution_log (aapi.job.jobdatabase attribute)": [[0, "aapi.job.JobDatabase.output_execution_log"]], "output_handling (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.output_handling"]], "output_parameters (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.output_parameters"]], "output_path (aapi.job.jobhadoopmapredstreaming attribute)": [[0, "aapi.job.JobHadoopMapredStreaming.output_path"]], "output_sql_output (aapi.job.jobdatabase attribute)": [[0, "aapi.job.JobDatabase.output_sql_output"]], "override_content_type (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.override_content_type"]], "override_path (aapi.job.jobcommand attribute)": [[0, "aapi.job.JobCommand.override_path"]], "override_path (aapi.job.jobembeddedscript attribute)": [[0, "aapi.job.JobEmbeddedScript.override_path"]], "override_path (aapi.job.jobscript attribute)": [[0, "aapi.job.JobScript.override_path"]], "override_url_endpoint (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.override_url_endpoint"]], "package (aapi.job.jobdatabasestoredprocedure attribute)": [[0, "aapi.job.JobDatabaseStoredProcedure.package"]], "package_name (aapi.job.jobdatabasemssql_ssis attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.package_name"]], "package_source (aapi.job.jobdatabasemssql_ssis attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.package_source"]], "parameter (aapi.job.jobsapr3triggersapevent attribute)": [[0, "aapi.job.JobSAPR3TriggerSapEvent.parameter"]], "parameter (aapi.job.jobsapr3watchsapevent attribute)": [[0, "aapi.job.JobSAPR3WatchSapEvent.parameter"]], "parameter_name (aapi.businessparameter.businessparameter attribute)": [[0, "aapi.businessparameter.BusinessParameter.parameter_name"]], "parameters (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.parameters"]], "parameters (aapi.job.jobazurefunction attribute)": [[0, "aapi.job.JobAzureFunction.parameters"]], "parameters (aapi.job.jobdatabasesqlscript attribute)": [[0, "aapi.job.JobDatabaseSQLScript.parameters"]], "parameters (aapi.job.jobdatabasestoredprocedure attribute)": [[0, "aapi.job.JobDatabaseStoredProcedure.parameters"]], "parameters (aapi.job.jobhadoophive attribute)": [[0, "aapi.job.JobHadoopHive.parameters"]], "parameters (aapi.job.jobhadooppig attribute)": [[0, "aapi.job.JobHadoopPig.parameters"]], "partition_dataset (aapi.job.jobzos.scheduling attribute)": [[0, "aapi.job.JobZOS.Scheduling.partition_dataset"]], "partner_as2_id (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.partner_as2_id"]], "partner_certificate_alias (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.partner_certificate_alias"]], "partner_destination_url (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.partner_destination_url"]], "passphrase (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.passphrase"]], "passphrase (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.passphrase"]], "password (aapi.connectionprofile.connectionprofileaws.proxysettings attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.ProxySettings.password"]], "password (aapi.connectionprofile.connectionprofileairflowstandalone attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowStandalone.password"]], "password (aapi.connectionprofile.connectionprofileazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.password"]], "password (aapi.connectionprofile.connectionprofiledatabase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase.password"]], "password (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.password"]], "password (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.password"]], "password (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.password"]], "password (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.password"]], "password (aapi.connectionprofile.connectionprofilepeoplesoft attribute)": [[0, "aapi.connectionprofile.ConnectionProfilePeopleSoft.password"]], "password (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.password"]], "password (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.password"]], "password (aapi.package.package attribute)": [[0, "aapi.package.Package.password"]], "password_file (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.password_file"]], "path (aapi.basefolder.folder.documentationfile attribute)": [[0, "aapi.basefolder.Folder.DocumentationFile.path"]], "path (aapi.folderjobbase.folderjobbase.documentationfile attribute)": [[0, "aapi.folderjobbase.FolderJobBase.DocumentationFile.path"]], "path (aapi.job.job.documentationfile attribute)": [[0, "aapi.job.Job.DocumentationFile.path"]], "path (aapi.job.jobfilewatcher attribute)": [[0, "aapi.job.JobFileWatcher.path"]], "path (aapi.job.jobos400fullscriptfile.ifsscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.IFSScriptFileLocation.path"]], "path_element (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.path_element"]], "path_element (aapi.job.job attribute)": [[0, "aapi.job.Job.path_element"]], "pattern (aapi.job.jobsapr3batchinputsession attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.pattern"]], "patterns (aapi.businessparameter.businessparameter.exclude attribute)": [[0, "aapi.businessparameter.BusinessParameter.Exclude.patterns"]], "patterns (aapi.businessparameter.businessparameter.include attribute)": [[0, "aapi.businessparameter.BusinessParameter.Include.patterns"]], "patterns (aapi.internalrule.internalrule.exclude attribute)": [[0, "aapi.internalrule.InternalRule.Exclude.patterns"]], "patterns (aapi.internalrule.internalrule.include attribute)": [[0, "aapi.internalrule.InternalRule.Include.patterns"]], "payload (aapi.job.jobawslambda attribute)": [[0, "aapi.job.JobAWSLambda.payload"]], "people_tools_version (aapi.connectionprofile.connectionprofilepeoplesoft attribute)": [[0, "aapi.connectionprofile.ConnectionProfilePeopleSoft.people_tools_version"]], "period (aapi.period.period attribute)": [[0, "aapi.period.Period.period"]], "periodic_days (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.periodic_days"]], "periodic_days (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.periodic_days"]], "periods (aapi.calendar.calendarperiodic.when attribute)": [[0, "aapi.calendar.CalendarPeriodic.When.periods"]], "pig_script (aapi.job.jobhadooppig attribute)": [[0, "aapi.job.JobHadoopPig.pig_script"]], "policy_name (aapi.job.jobnetbackup attribute)": [[0, "aapi.job.JobNetBackup.policy_name"]], "port (aapi.connectionprofile.connectionprofileaws.proxysettings attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.ProxySettings.port"]], "port (aapi.connectionprofile.connectionprofileairflowstandalone attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowStandalone.port"]], "port (aapi.connectionprofile.connectionprofiledatabasedb2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseDB2.port"]], "port (aapi.connectionprofile.connectionprofiledatabasejdbc attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseJDBC.port"]], "port (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.port"]], "port (aapi.connectionprofile.connectionprofiledatabaseoraclesid attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleSID.port"]], "port (aapi.connectionprofile.connectionprofiledatabaseoracleservicename attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleServiceName.port"]], "port (aapi.connectionprofile.connectionprofiledatabasepostgresql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabasePostgreSql.port"]], "port (aapi.connectionprofile.connectionprofiledatabasesybase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseSybase.port"]], "port (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.port"]], "port (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.port"]], "port (aapi.connectionprofile.connectionprofilehadoop.oozie attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Oozie.port"]], "port (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.port"]], "port (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.port"]], "post_command (aapi.job.job attribute)": [[0, "aapi.job.Job.post_command"]], "post_command_dest (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.post_command_dest"]], "post_command_src (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.post_command_src"]], "post_commands (aapi.job.jobhadoop attribute)": [[0, "aapi.job.JobHadoop.post_commands"]], "post_job_action (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.post_job_action"]], "post_job_action (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.post_job_action"]], "post_job_action (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.post_job_action"]], "power_center_domain (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.power_center_domain"]], "pre_command (aapi.job.job attribute)": [[0, "aapi.job.Job.pre_command"]], "pre_command_dest (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.pre_command_dest"]], "pre_command_src (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.pre_command_src"]], "pre_commands (aapi.job.jobhadoop attribute)": [[0, "aapi.job.JobHadoop.pre_commands"]], "preemptive_http_authentication (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.preemptive_http_authentication"]], "prevent_n_c_t2 (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.prevent_n_c_t2"]], "principal (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.principal"]], "priority (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.priority"]], "priority (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.priority"]], "priority (aapi.job.job attribute)": [[0, "aapi.job.Job.priority"]], "private_key_name (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.private_key_name"]], "private_key_name (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.private_key_name"]], "process_chain_description (aapi.job.jobsapbwprocesschain attribute)": [[0, "aapi.job.JobSAPBWProcessChain.process_chain_description"]], "process_name (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.process_name"]], "process_type (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.process_type"]], "profile_id (aapi.job.jobsapr3sapprofileactivate.profileinformation attribute)": [[0, "aapi.job.JobSAPR3SapProfileActivate.ProfileInformation.profile_id"]], "profile_information (aapi.job.jobsapr3sapprofileactivate attribute)": [[0, "aapi.job.JobSAPR3SapProfileActivate.profile_information"]], "profile_information (aapi.job.jobsapr3sapprofiledeactivate attribute)": [[0, "aapi.job.JobSAPR3SapProfileDeactivate.profile_information"]], "profile_type (aapi.job.jobsapr3sapprofileactivate.profileinformation attribute)": [[0, "aapi.job.JobSAPR3SapProfileActivate.ProfileInformation.profile_type"]], "profile_type (aapi.job.jobsapr3sapprofiledeactivate.profileinformation attribute)": [[0, "aapi.job.JobSAPR3SapProfileDeactivate.ProfileInformation.profile_type"]], "program (aapi.job.jobos400fullprogram attribute)": [[0, "aapi.job.JobOS400FullProgram.program"]], "program (aapi.job.jobos400program attribute)": [[0, "aapi.job.JobOS400Program.program"]], "program (aapi.job.jobtandemprogram attribute)": [[0, "aapi.job.JobTandemProgram.program"]], "program_jar (aapi.job.jobhadoopmapreduce attribute)": [[0, "aapi.job.JobHadoopMapReduce.program_jar"]], "program_jar (aapi.job.jobhadoopsparkscalajava attribute)": [[0, "aapi.job.JobHadoopSparkScalaJava.program_jar"]], "program_name (aapi.job.joboebs.singlerequest attribute)": [[0, "aapi.job.JobOEBS.SingleRequest.program_name"]], "project (aapi.job.jobibmdatastage attribute)": [[0, "aapi.job.JobIBMDataStage.project"]], "properties (aapi.job.jobdatabasemssql_ssis attribute)": [[0, "aapi.job.JobDatabaseMSSQL_SSIS.properties"]], "property (aapi.propertycondition.propertycondition attribute)": [[0, "aapi.propertycondition.PropertyCondition.property"]], "proxy_settings (aapi.connectionprofile.connectionprofileaws attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.proxy_settings"]], "quality_of_protection (aapi.connectionprofile.connectionprofilesap.securednetworkconnection attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.SecuredNetworkConnection.quality_of_protection"]], "quantity (aapi.resource.resourcepool attribute)": [[0, "aapi.resource.ResourcePool.quantity"]], "quantity (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.quantity"]], "quantity (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.quantity"]], "query (aapi.job.jobdatabaseembeddedquery attribute)": [[0, "aapi.job.JobDatabaseEmbeddedQuery.query"]], "range_dates (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.range_dates"]], "range_dates (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.range_dates"]], "range_dates_with_times (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.range_dates_with_times"]], "range_dates_with_times (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.range_dates_with_times"]], "range_variable_value (aapi.ifbase.ifvariablevalue attribute)": [[0, "aapi.ifbase.IfVariableValue.range_variable_value"]], "recipient_blind_copy (aapi.job.jobsapr3create.spoollistrecipient attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.recipient_blind_copy"]], "recipient_copy (aapi.job.jobsapr3create.spoollistrecipient attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.recipient_copy"]], "recipient_express (aapi.job.jobsapr3create.spoollistrecipient attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.recipient_express"]], "recipient_name (aapi.job.jobsapr3create.spoollistrecipient attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.recipient_name"]], "recipient_type (aapi.job.jobsapr3create.spoollistrecipient attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.recipient_type"]], "recipt_no_forwarding (aapi.job.jobsapr3create.spoollistrecipient attribute)": [[0, "aapi.job.JobSAPR3CREATE.SpoolListRecipient.recipt_no_forwarding"]], "recursive (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.recursive"]], "reducer_command (aapi.job.jobhadoopmapredstreaming attribute)": [[0, "aapi.job.JobHadoopMapredStreaming.reducer_command"]], "reference_path (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.reference_path"]], "region (aapi.connectionprofile.connectionprofileaws attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.region"]], "region (aapi.connectionprofile.connectionprofilefiletransfers3amazon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3Amazon.region"]], "relationship (aapi.folderjobbase.subfolder.when.rulebasedcalendars attribute)": [[0, "aapi.folderjobbase.SubFolder.When.RuleBasedCalendars.relationship"]], "relationship (aapi.job.job.when.rulebasedcalendars attribute)": [[0, "aapi.job.Job.When.RuleBasedCalendars.relationship"]], "repository (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.repository"]], "repository_folder (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.repository_folder"]], "request_body (aapi.job.jobazurelogicapps attribute)": [[0, "aapi.job.JobAzureLogicApps.request_body"]], "request_n_j_e_node (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.request_n_j_e_node"]], "request_receipt (aapi.connectionprofile.connectionprofilefiletransferas2.requestreceiptparameters attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.request_receipt"]], "request_receipt_parameters (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.request_receipt_parameters"]], "request_set (aapi.job.joboebs attribute)": [[0, "aapi.job.JobOEBS.request_set"]], "request_type (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.request_type"]], "required (aapi.businessparameter.businessparameter attribute)": [[0, "aapi.businessparameter.BusinessParameter.required"]], "rerun (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.rerun"]], "rerun (aapi.folderjobbase.folderjobbasesmart attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.rerun"]], "rerun (aapi.job.job attribute)": [[0, "aapi.job.Job.rerun"]], "rerun_from_point_of_failure (aapi.job.jobairflow attribute)": [[0, "aapi.job.JobAirflow.rerun_from_point_of_failure"]], "rerun_from_point_of_failure (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.rerun_from_point_of_failure"]], "rerun_from_point_of_failure (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.rerun_from_point_of_failure"]], "rerun_from_point_of_failure (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.rerun_from_point_of_failure"]], "rerun_from_point_of_failure (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.rerun_from_point_of_failure"]], "rerun_from_point_of_failure (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.rerun_from_point_of_failure"]], "rerun_from_step (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.rerun_from_step"]], "rerun_from_step (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.rerun_from_step"]], "rerun_from_step (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.rerun_from_step"]], "rerun_intervals (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.rerun_intervals"]], "rerun_intervals (aapi.folderjobbase.folderjobbasesmart attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.rerun_intervals"]], "rerun_intervals (aapi.job.job attribute)": [[0, "aapi.job.Job.rerun_intervals"]], "rerun_limit (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.rerun_limit"]], "rerun_limit (aapi.job.job attribute)": [[0, "aapi.job.Job.rerun_limit"]], "rerun_member (aapi.basefolder.folder.rerunlimit attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.rerun_member"]], "rerun_member (aapi.job.job.rerunlimit attribute)": [[0, "aapi.job.Job.RerunLimit.rerun_member"]], "rerun_option (aapi.job.jobsapbwprocesschain attribute)": [[0, "aapi.job.JobSAPBWProcessChain.rerun_option"]], "rerun_specific_times (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.rerun_specific_times"]], "rerun_specific_times (aapi.folderjobbase.folderjobbasesmart attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.rerun_specific_times"]], "rerun_specific_times (aapi.job.job attribute)": [[0, "aapi.job.Job.rerun_specific_times"]], "resource (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.resource"]], "resource_list (aapi.job.job attribute)": [[0, "aapi.job.Job.resource_list"]], "resource_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.resource_list"]], "resource_lock_list (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.resource_lock_list"]], "resource_lock_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.resource_lock_list"]], "resource_pools (aapi.workloadpolicy.workloadpolicy attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.resource_pools"]], "responsibility (aapi.job.joboebs attribute)": [[0, "aapi.job.JobOEBS.responsibility"]], "rest_end_point (aapi.connectionprofile.connectionprofilefiletransfers3compatible attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3Compatible.rest_end_point"]], "restart_from_task (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.restart_from_task"]], "retention (aapi.job.jobazurebatchaccount attribute)": [[0, "aapi.job.JobAzureBatchAccount.retention"]], "retention_days (aapi.job.jobzos.history attribute)": [[0, "aapi.job.JobZOS.History.retention_days"]], "retention_generations (aapi.job.jobzos.history attribute)": [[0, "aapi.job.JobZOS.History.retention_generations"]], "retrieve_log (aapi.job.jobsapbwprocesschain attribute)": [[0, "aapi.job.JobSAPBWProcessChain.retrieve_log"]], "retroactive_order (aapi.job.job attribute)": [[0, "aapi.job.Job.retroactive_order"]], "return_value (aapi.job.jobdatabasestoredprocedure attribute)": [[0, "aapi.job.JobDatabaseStoredProcedure.return_value"]], "rule_based_calendars (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.rule_based_calendars"]], "rule_based_calendars (aapi.folderjobbase.subfolder.when attribute)": [[0, "aapi.folderjobbase.SubFolder.When.rule_based_calendars"]], "rule_based_calendars (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.rule_based_calendars"]], "rule_name (aapi.extractrule.extractrule attribute)": [[0, "aapi.extractrule.ExtractRule.rule_name"]], "rule_name (aapi.internalrule.internalrule attribute)": [[0, "aapi.internalrule.InternalRule.rule_name"]], "rules (aapi.sitestandard.sitestandard attribute)": [[0, "aapi.sitestandard.SiteStandard.rules"]], "run_as (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.run_as"]], "run_as (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.run_as"]], "run_as (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.run_as"]], "run_as (aapi.job.job attribute)": [[0, "aapi.job.Job.run_as"]], "run_as_dummy (aapi.job.job attribute)": [[0, "aapi.job.Job.run_as_dummy"]], "run_as_dummy (aapi.job.jobcommand attribute)": [[0, "aapi.job.JobCommand.run_as_dummy"]], "run_as_dummy (aapi.job.jobembeddedscript attribute)": [[0, "aapi.job.JobEmbeddedScript.run_as_dummy"]], "run_as_dummy (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.run_as_dummy"]], "run_as_dummy (aapi.job.jobscript attribute)": [[0, "aapi.job.JobScript.run_as_dummy"]], "run_as_independent_flow (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.run_as_independent_flow"]], "run_as_started_task (aapi.job.jobzos.taskinformation attribute)": [[0, "aapi.job.JobZOS.TaskInformation.run_as_started_task"]], "run_on_all_agents_in_group (aapi.job.job attribute)": [[0, "aapi.job.Job.run_on_all_agents_in_group"]], "run_single_task (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.run_single_task"]], "running_jobs (aapi.workloadpolicy.workloadpolicy attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.running_jobs"]], "s3_bucket_name (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.s3_bucket_name"]], "s3_bucket_name_dest (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.s3_bucket_name_dest"]], "s3_bucket_name_src (aapi.job.jobfiletransfer attribute)": [[0, "aapi.job.JobFileTransfer.s3_bucket_name_src"]], "s3_storage_type (aapi.connectionprofile.connectionprofilefiletransfers3 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3.s3_storage_type"]], "sac (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.sac"]], "sac (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.sac"]], "sap_client (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.sap_client"]], "sap_job_name (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.sap_job_name"]], "sap_job_name (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.sap_job_name"]], "sap_job_name (aapi.job.jobsapr3monitorsapjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.sap_job_name"]], "sap_job_name (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.sap_job_name"]], "sap_response_time_out (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.sap_response_time_out"]], "sap_router (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.sap_router"]], "sapr3_use_logon_group (aapi.connectionprofile.connectionprofilesap.applicationserverlogon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.ApplicationServerLogon.sapr3_use_logon_group"]], "sapr3_use_logon_group (aapi.connectionprofile.connectionprofilesap.grouplogon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.GroupLogon.sapr3_use_logon_group"]], "schedule (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.schedule"]], "schedule (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.schedule"]], "schedule (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.schedule"]], "schedule (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.schedule"]], "scheduling (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.scheduling"]], "scheduling_environment (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.scheduling_environment"]], "schema (aapi.job.jobdatabasestoredprocedure attribute)": [[0, "aapi.job.JobDatabaseStoredProcedure.schema"]], "script (aapi.job.jobembeddedscript attribute)": [[0, "aapi.job.JobEmbeddedScript.script"]], "script (aapi.job.jobos400fullscriptfile.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.EmbeddedScriptFileLocation.script"]], "script (aapi.job.jobos400fullscriptfile.ifsscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.IFSScriptFileLocation.script"]], "script (aapi.job.jobos400fullscriptfile.nativescriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.NativeScriptFileLocation.script"]], "script (aapi.job.jobos400fullvirtualterminal.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.EmbeddedScriptFileLocation.script"]], "script (aapi.job.jobos400virtualterminal.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.EmbeddedScriptFileLocation.script"]], "script (aapi.job.jobtandemembeddedtaclscript attribute)": [[0, "aapi.job.JobTandemEmbeddedTACLScript.script"]], "search (aapi.captureoutput.actioncaptureoutput attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.search"]], "search_interval (aapi.job.jobfilewatcher attribute)": [[0, "aapi.job.JobFileWatcher.search_interval"]], "secret_access_key (aapi.connectionprofile.connectionprofileaws attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.secret_access_key"]], "secret_access_key (aapi.connectionprofile.connectionprofilefiletransfers3 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferS3.secret_access_key"]], "secure (aapi.connectionprofile.connectionprofiledatabasemssql attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSql.secure"]], "secured_connection (aapi.connectionprofile.connectionprofileairflowstandalone attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowStandalone.secured_connection"]], "secured_network_connection (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.secured_network_connection"]], "security_domain (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.security_domain"]], "send_message_timeout (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.send_message_timeout"]], "sep (aapi.year.year attribute)": [[0, "aapi.year.Year.sep"]], "sequence (aapi.flow_.flow_ attribute)": [[0, "aapi.flow_.Flow_.sequence"]], "server (aapi.calendar.calendarperiodic attribute)": [[0, "aapi.calendar.CalendarPeriodic.server"]], "server (aapi.calendar.calendarregular attribute)": [[0, "aapi.calendar.CalendarRegular.server"]], "server (aapi.calendar.calendarrulebasedcalendar attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.server"]], "server (aapi.folderjobbase.subfolder.pathelement attribute)": [[0, "aapi.folderjobbase.SubFolder.PathElement.server"]], "server (aapi.hostmapping.hostmapping attribute)": [[0, "aapi.hostmapping.HostMapping.server"]], "server (aapi.job.job.pathelement attribute)": [[0, "aapi.job.Job.PathElement.server"]], "server (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.server"]], "server (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.server"]], "server (aapi.sitestandardpolicy.sitestandardpolicy.applyon attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.ApplyOn.server"]], "server (aapi.workloadpolicy.workloadpolicy.filter attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter.server"]], "server_name (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.server_name"]], "service (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.service"]], "service_account_key (aapi.connectionprofile.connectionprofileairflowgooglecomposer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer.service_account_key"]], "service_account_key_filename (aapi.connectionprofile.connectionprofileairflowgooglecomposer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer.service_account_key_filename"]], "service_name (aapi.connectionprofile.connectionprofiledatabaseoracleservicename attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleServiceName.service_name"]], "service_name (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.service_name"]], "service_priority (aapi.job.jobslamanagement attribute)": [[0, "aapi.job.JobSLAManagement.service_priority"]], "service_type (aapi.connectionprofile.connectionprofilewebservices attribute)": [[0, "aapi.connectionprofile.ConnectionProfileWebServices.service_type"]], "session (aapi.job.jobsapr3batchinputsession attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.session"]], "session_number (aapi.job.jobsapdataarchivingdelete attribute)": [[0, "aapi.job.JobSAPDataArchivingDelete.session_number"]], "session_number (aapi.job.jobsapdataarchivingstore attribute)": [[0, "aapi.job.JobSAPDataArchivingStore.session_number"]], "set (aapi.job.joboebs.requestset attribute)": [[0, "aapi.job.JobOEBS.RequestSet.set"]], "shift_by (aapi.calendar.calendarrulebased.when.confirmationcalendars attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.ConfirmationCalendars.shift_by"]], "shift_by (aapi.calendar.calendarrulebasedcalendar.when.confirmationcalendars attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.ConfirmationCalendars.shift_by"]], "shift_by (aapi.job.job.when.confirmationcalendars attribute)": [[0, "aapi.job.Job.When.ConfirmationCalendars.shift_by"]], "sid (aapi.connectionprofile.connectionprofiledatabaseoraclesid attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseOracleSID.sid"]], "sign (aapi.connectionprofile.connectionprofilefiletransferas2.requestreceiptparameters attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.RequestReceiptParameters.sign"]], "sign_message (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.sign_message"]], "sign_message_parameters (aapi.connectionprofile.connectionprofilefiletransferas2 attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.sign_message_parameters"]], "signature_algorithm (aapi.connectionprofile.connectionprofilefiletransferas2.signmessageparameters attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.SignMessageParameters.signature_algorithm"]], "single_request (aapi.job.joboebs attribute)": [[0, "aapi.job.JobOEBS.single_request"]], "site_standard (aapi.basefolder.simplefolder attribute)": [[0, "aapi.basefolder.SimpleFolder.site_standard"]], "site_standard (aapi.sitestandardpolicy.sitestandardpolicy attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.site_standard"]], "skip_packages_test (aapi.connectionprofile.connectionprofiledatabasemssqlssis attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSqlSSIS.skip_packages_test"]], "snapshot_name (aapi.job.jobvmwaresnapshottake attribute)": [[0, "aapi.job.JobVMwareSnapshotTake.snapshot_name"]], "snc_lib (aapi.connectionprofile.connectionprofilesap.securednetworkconnection attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.SecuredNetworkConnection.snc_lib"]], "snc_mode (aapi.connectionprofile.connectionprofilesap.securednetworkconnection attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.SecuredNetworkConnection.snc_mode"]], "snc_my_name (aapi.connectionprofile.connectionprofilesap.securednetworkconnection attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.SecuredNetworkConnection.snc_my_name"]], "snc_partner_name (aapi.connectionprofile.connectionprofilesap.securednetworkconnection attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.SecuredNetworkConnection.snc_partner_name"]], "soap_header_file (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.soap_header_file"]], "soap_request (aapi.job.jobwebservices attribute)": [[0, "aapi.job.JobWebServices.soap_request"]], "solution_manager_connection_profile (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.solution_manager_connection_profile"]], "source (aapi.package.package attribute)": [[0, "aapi.package.Package.source"]], "source_paths (aapi.job.jobhadoopdistcp attribute)": [[0, "aapi.job.JobHadoopDistCp.source_paths"]], "spark (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.spark"]], "spark_options (aapi.job.jobhadoopspark attribute)": [[0, "aapi.job.JobHadoopSpark.spark_options"]], "spark_script (aapi.job.jobhadoopsparkpython attribute)": [[0, "aapi.job.JobHadoopSparkPython.spark_script"]], "special_environment (aapi.job.jobos400fullcommandline attribute)": [[0, "aapi.job.JobOS400FullCommandLine.special_environment"]], "special_environment (aapi.job.jobos400fullprogram attribute)": [[0, "aapi.job.JobOS400FullProgram.special_environment"]], "special_environment (aapi.job.jobos400fullscriptfile attribute)": [[0, "aapi.job.JobOS400FullScriptFile.special_environment"]], "special_environment (aapi.job.jobos400program attribute)": [[0, "aapi.job.JobOS400Program.special_environment"]], "specific_characters (aapi.businessparameter.businessparameter.characters.alphanumeric attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.Alphanumeric.specific_characters"]], "specific_characters (aapi.internalrule.internalrule.characters.alphanumeric attribute)": [[0, "aapi.internalrule.InternalRule.Characters.Alphanumeric.specific_characters"]], "specific_dates (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.specific_dates"]], "specific_dates (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.specific_dates"]], "specific_dates (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.specific_dates"]], "specific_dates (aapi.folderjobbase.subfolder.when attribute)": [[0, "aapi.folderjobbase.SubFolder.When.specific_dates"]], "specific_dates (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.specific_dates"]], "specific_time (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.specific_time"]], "specific_time (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.specific_time"]], "spool (aapi.job.jobsapr3copy.postjobaction attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.spool"]], "spool (aapi.job.jobsapr3create.postjobaction attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.spool"]], "spool (aapi.job.jobsapr3predefinedsapjob.postjobaction attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.spool"]], "spool_file (aapi.job.jobsapr3copy.postjobaction attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.spool_file"]], "spool_file (aapi.job.jobsapr3create.postjobaction attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.spool_file"]], "spool_file (aapi.job.jobsapr3predefinedsapjob.postjobaction attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.spool_file"]], "spool_list_recipient (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.spool_list_recipient"]], "spool_save_to_p_d_f (aapi.job.jobsapr3copy.postjobaction attribute)": [[0, "aapi.job.JobSAPR3COPY.PostJobAction.spool_save_to_p_d_f"]], "spool_save_to_p_d_f (aapi.job.jobsapr3create.postjobaction attribute)": [[0, "aapi.job.JobSAPR3CREATE.PostJobAction.spool_save_to_p_d_f"]], "spool_save_to_p_d_f (aapi.job.jobsapr3predefinedsapjob.postjobaction attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.PostJobAction.spool_save_to_p_d_f"]], "sql_output_format (aapi.job.jobdatabase attribute)": [[0, "aapi.job.JobDatabase.sql_output_format"]], "sql_script (aapi.job.jobdatabasesqlscript attribute)": [[0, "aapi.job.JobDatabaseSQLScript.sql_script"]], "sqoop (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.sqoop"]], "sqoop_archives (aapi.job.jobhadoopsqoop attribute)": [[0, "aapi.job.JobHadoopSqoop.sqoop_archives"]], "sqoop_command (aapi.job.jobhadoopsqoop attribute)": [[0, "aapi.job.JobHadoopSqoop.sqoop_command"]], "sqoop_files (aapi.job.jobhadoopsqoop attribute)": [[0, "aapi.job.JobHadoopSqoop.sqoop_files"]], "sqoop_options (aapi.job.jobhadoopsqoop attribute)": [[0, "aapi.job.JobHadoopSqoop.sqoop_options"]], "src (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.src"]], "srcopt (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.srcopt"]], "ssh_compression (aapi.connectionprofile.connectionprofilefiletransfersftp attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferSFTP.ssh_compression"]], "ssh_compression (aapi.endpoint.endpointdestsftp attribute)": [[0, "aapi.endpoint.EndpointDestSftp.ssh_compression"]], "ssh_compression (aapi.endpoint.endpointsrcsftp attribute)": [[0, "aapi.endpoint.EndpointSrcSftp.ssh_compression"]], "ssis (aapi.connectionprofile.connectionprofiledatabasemssqlssis attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabaseMSSqlSSIS.ssis"]], "ssl_enabled (aapi.connectionprofile.connectionprofilehadoop.oozie attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Oozie.ssl_enabled"]], "ssl_implicit (aapi.connectionprofile.connectionprofilefiletransferftps attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ssl_implicit"]], "ssl_implicit (aapi.endpoint.endpointdestftps attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ssl_implicit"]], "ssl_implicit (aapi.endpoint.endpointsrcftps attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ssl_implicit"]], "ssl_level (aapi.connectionprofile.connectionprofilefiletransferftps attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferFTPS.ssl_level"]], "ssl_level (aapi.endpoint.endpointdestftps attribute)": [[0, "aapi.endpoint.EndpointDestFtps.ssl_level"]], "ssl_level (aapi.endpoint.endpointsrcftps attribute)": [[0, "aapi.endpoint.EndpointSrcFtps.ssl_level"]], "start_condition (aapi.job.jobsapdataarchiving attribute)": [[0, "aapi.job.JobSAPDataArchiving.start_condition"]], "start_condition (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.start_condition"]], "start_condition (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.start_condition"]], "start_condition (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.start_condition"]], "start_date (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.start_date"]], "start_date (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.start_date"]], "start_date (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.start_date"]], "start_date (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.start_date"]], "start_from_task (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.start_from_task"]], "start_spawned_job (aapi.job.jobsapbw.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPBW.DetectSpawnedJob.start_spawned_job"]], "start_spawned_job (aapi.job.jobsapdataarchivingwrite.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.DetectSpawnedJob.start_spawned_job"]], "start_spawned_job (aapi.job.jobsapr3copy.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3COPY.DetectSpawnedJob.start_spawned_job"]], "start_spawned_job (aapi.job.jobsapr3create.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3CREATE.DetectSpawnedJob.start_spawned_job"]], "start_spawned_job (aapi.job.jobsapr3monitorsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3MonitorSapJob.DetectSpawnedJob.start_spawned_job"]], "start_spawned_job (aapi.job.jobsapr3predefinedsapjob.detectspawnedjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.DetectSpawnedJob.start_spawned_job"]], "start_time (aapi.job.jobfilewatcher attribute)": [[0, "aapi.job.JobFileWatcher.start_time"]], "state_machine (aapi.job.jobawsstepfunction attribute)": [[0, "aapi.job.JobAWSStepFunction.state_machine"]], "statement (aapi.ifbase.ifoutput attribute)": [[0, "aapi.ifbase.IfOutput.statement"]], "statement_separator (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.statement_separator"]], "statistics_calendar (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.statistics_calendar"]], "statistics_calendar (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.statistics_calendar"]], "status (aapi.job.jobos400externaljob attribute)": [[0, "aapi.job.JobOS400ExternalJob.status"]], "status (aapi.job.jobos400fullexternaljob attribute)": [[0, "aapi.job.JobOS400FullExternalJob.status"]], "status (aapi.sitestandardpolicy.sitestandardpolicy attribute)": [[0, "aapi.sitestandardpolicy.SiteStandardPolicy.status"]], "steaming_options (aapi.job.jobhadoopmapredstreaming attribute)": [[0, "aapi.job.JobHadoopMapredStreaming.steaming_options"]], "step_range_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.step_range_list"]], "stop_time (aapi.job.jobfilewatcher attribute)": [[0, "aapi.job.JobFileWatcher.stop_time"]], "stored_procedure (aapi.job.jobdatabasestoredprocedure attribute)": [[0, "aapi.job.JobDatabaseStoredProcedure.stored_procedure"]], "string_template (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.string_template"]], "sub_application (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.sub_application"]], "sub_application (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.sub_application"]], "sub_application (aapi.job.job attribute)": [[0, "aapi.job.Job.sub_application"]], "sub_application (aapi.workloadpolicy.workloadpolicy.filter attribute)": [[0, "aapi.workloadpolicy.WorkloadPolicy.Filter.sub_application"]], "sub_folder_list (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.sub_folder_list"]], "sub_folder_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.sub_folder_list"]], "sub_system (aapi.job.jobos400fullsubsystem attribute)": [[0, "aapi.job.JobOS400FullSubSystem.sub_system"]], "subject (aapi.mail.actionmail attribute)": [[0, "aapi.mail.ActionMail.subject"]], "subscription_id (aapi.connectionprofile.connectionprofileazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.subscription_id"]], "summary (aapi.remedy.actionremedy attribute)": [[0, "aapi.remedy.ActionRemedy.summary"]], "system_affinity (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.system_affinity"]], "system_id (aapi.connectionprofile.connectionprofilesap.grouplogon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.GroupLogon.system_id"]], "system_number (aapi.connectionprofile.connectionprofilesap.applicationserverlogon attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.ApplicationServerLogon.system_number"]], "t_a_c_l_script (aapi.job.jobtandemembeddedtaclscript attribute)": [[0, "aapi.job.JobTandemEmbeddedTACLScript.t_a_c_l_script"]], "t_a_c_l_script (aapi.job.jobtandemtaclscript attribute)": [[0, "aapi.job.JobTandemTACLScript.t_a_c_l_script"]], "tag_folder_list (aapi.folderjobbase.folderjobbasesmart attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.tag_folder_list"]], "tag_list (aapi.folderjobbase.folderjobbasesmart attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.tag_list"]], "tag_name (aapi.jobtag.jobtag attribute)": [[0, "aapi.jobtag.JobTag.tag_name"]], "tag_relation_dc_wc (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.tag_relation_dc_wc"]], "tajo (aapi.connectionprofile.connectionprofilehadoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.tajo"]], "tajo_options (aapi.job.jobhadooptajo attribute)": [[0, "aapi.job.JobHadoopTajo.tajo_options"]], "target (aapi.job.jobsapdataarchivingdelete attribute)": [[0, "aapi.job.JobSAPDataArchivingDelete.target"]], "target (aapi.job.jobsapdataarchivingstore attribute)": [[0, "aapi.job.JobSAPDataArchivingStore.target"]], "target (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.target"]], "target (aapi.job.jobsapr3batchinputsession attribute)": [[0, "aapi.job.JobSAPR3BatchInputSession.target"]], "target (aapi.job.jobsapr3copy attribute)": [[0, "aapi.job.JobSAPR3COPY.target"]], "target (aapi.job.jobsapr3create attribute)": [[0, "aapi.job.JobSAPR3CREATE.target"]], "target (aapi.job.jobsapr3predefinedsapjob attribute)": [[0, "aapi.job.JobSAPR3PredefinedSapJob.target"]], "target_agent (aapi.connectionprofile.connectionprofile attribute)": [[0, "aapi.connectionprofile.ConnectionProfile.target_agent"]], "target_agent (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.target_agent"]], "target_audience (aapi.connectionprofile.connectionprofileairflowgooglecomposer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowGoogleComposer.target_audience"]], "target_ctm (aapi.connectionprofile.connectionprofile attribute)": [[0, "aapi.connectionprofile.ConnectionProfile.target_ctm"]], "target_ctm (aapi.driver.driverjdbcdatabase attribute)": [[0, "aapi.driver.DriverJdbcDatabase.target_ctm"]], "target_host (aapi.job.jobvmwareconfigurationclonevirtualmachine attribute)": [[0, "aapi.job.JobVMwareConfigurationCloneVirtualMachine.target_host"]], "target_path (aapi.job.jobhadoopdistcp attribute)": [[0, "aapi.job.JobHadoopDistCp.target_path"]], "task_information (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.task_information"]], "tech_name (aapi.job.jobsapbwinfopackage.infopackage attribute)": [[0, "aapi.job.JobSAPBWInfoPackage.InfoPackage.tech_name"]], "test_on_build (aapi.connectionprofile.connectionprofile attribute)": [[0, "aapi.connectionprofile.ConnectionProfile.test_on_build"]], "time (aapi.job.jobazurebatchaccount.retention attribute)": [[0, "aapi.job.JobAzureBatchAccount.Retention.time"]], "time (aapi.job.jobazurebatchaccount.wallclock attribute)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock.time"]], "time (aapi.job.jobslamanagement.completeby attribute)": [[0, "aapi.job.JobSLAManagement.CompleteBy.time"]], "time (aapi.job.jobslamanagement.completein attribute)": [[0, "aapi.job.JobSLAManagement.CompleteIn.time"]], "time (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.time"]], "time (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.time"]], "time_limit (aapi.job.jobfilewatcher attribute)": [[0, "aapi.job.JobFileWatcher.time_limit"]], "time_limit_policy (aapi.filetransfer.filetransfer.filewatcheroptions attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.time_limit_policy"]], "time_limit_value (aapi.filetransfer.filetransfer.filewatcheroptions attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.time_limit_value"]], "time_type (aapi.resourcepools.resourcepools.time attribute)": [[0, "aapi.resourcepools.ResourcePools.Time.time_type"]], "time_type (aapi.runningjobs.runningjobs.time attribute)": [[0, "aapi.runningjobs.RunningJobs.Time.time_type"]], "time_zone (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.time_zone"]], "time_zone (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.time_zone"]], "time_zone (aapi.job.job attribute)": [[0, "aapi.job.Job.time_zone"]], "timelimit (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.timelimit"]], "times (aapi.basefolder.folder.rerun attribute)": [[0, "aapi.basefolder.Folder.Rerun.times"]], "times (aapi.basefolder.folder.rerunintervals attribute)": [[0, "aapi.basefolder.Folder.RerunIntervals.times"]], "times (aapi.basefolder.folder.rerunlimit attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.times"]], "times (aapi.basefolder.folder.rerunspecifictimes attribute)": [[0, "aapi.basefolder.Folder.RerunSpecificTimes.times"]], "times (aapi.folderjobbase.folderjobbasesmart.rerun attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.times"]], "times (aapi.folderjobbase.folderjobbasesmart.rerunintervals attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunIntervals.times"]], "times (aapi.folderjobbase.folderjobbasesmart.rerunspecifictimes attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunSpecificTimes.times"]], "times (aapi.job.job.rerun attribute)": [[0, "aapi.job.Job.Rerun.times"]], "times (aapi.job.job.rerunintervals attribute)": [[0, "aapi.job.Job.RerunIntervals.times"]], "times (aapi.job.job.rerunlimit attribute)": [[0, "aapi.job.Job.RerunLimit.times"]], "times (aapi.job.job.rerunspecifictimes attribute)": [[0, "aapi.job.Job.RerunSpecificTimes.times"]], "to (aapi.mail.actionmail attribute)": [[0, "aapi.mail.ActionMail.to"]], "to_date (aapi.resourcepools.resourcepools.rangedates attribute)": [[0, "aapi.resourcepools.ResourcePools.RangeDates.to_date"]], "to_date (aapi.resourcepools.resourcepools.rangedateswithtimes attribute)": [[0, "aapi.resourcepools.ResourcePools.RangeDatesWithTimes.to_date"]], "to_date (aapi.runningjobs.runningjobs.rangedates attribute)": [[0, "aapi.runningjobs.RunningJobs.RangeDates.to_date"]], "to_date (aapi.runningjobs.runningjobs.rangedateswithtimes attribute)": [[0, "aapi.runningjobs.RunningJobs.RangeDatesWithTimes.to_date"]], "to_day (aapi.resourcepools.resourcepools.weekdaysrange attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.to_day"]], "to_day (aapi.runningjobs.runningjobs.weekdaysrange attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.to_day"]], "to_procedure (aapi.ifrerun.actionrestart attribute)": [[0, "aapi.ifrerun.ActionRestart.to_procedure"]], "to_procedure (aapi.steprange.steprange attribute)": [[0, "aapi.steprange.StepRange.to_procedure"]], "to_program (aapi.ifrerun.actionrestart attribute)": [[0, "aapi.ifrerun.ActionRestart.to_program"]], "to_program (aapi.steprange.steprange attribute)": [[0, "aapi.steprange.StepRange.to_program"]], "to_time (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.to_time"]], "to_time (aapi.folderjobbase.subfolder.when attribute)": [[0, "aapi.folderjobbase.SubFolder.When.to_time"]], "to_time (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.to_time"]], "to_time (aapi.resourcepools.resourcepools.rangedateswithtimes attribute)": [[0, "aapi.resourcepools.ResourcePools.RangeDatesWithTimes.to_time"]], "to_time (aapi.resourcepools.resourcepools.specifictime attribute)": [[0, "aapi.resourcepools.ResourcePools.SpecificTime.to_time"]], "to_time (aapi.resourcepools.resourcepools.weekdaysrange attribute)": [[0, "aapi.resourcepools.ResourcePools.WeekDaysRange.to_time"]], "to_time (aapi.runningjobs.runningjobs.rangedateswithtimes attribute)": [[0, "aapi.runningjobs.RunningJobs.RangeDatesWithTimes.to_time"]], "to_time (aapi.runningjobs.runningjobs.specifictime attribute)": [[0, "aapi.runningjobs.RunningJobs.SpecificTime.to_time"]], "to_time (aapi.runningjobs.runningjobs.weekdaysrange attribute)": [[0, "aapi.runningjobs.RunningJobs.WeekDaysRange.to_time"]], "tolerance (aapi.basefolder.folder.rerunspecifictimes attribute)": [[0, "aapi.basefolder.Folder.RerunSpecificTimes.tolerance"]], "tolerance (aapi.folderjobbase.folderjobbasesmart.rerunspecifictimes attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.RerunSpecificTimes.tolerance"]], "tolerance (aapi.job.job.rerunspecifictimes attribute)": [[0, "aapi.job.Job.RerunSpecificTimes.tolerance"]], "transfer_all_matching_files (aapi.filetransfer.filetransfer.filewatcheroptions attribute)": [[0, "aapi.filetransfer.FileTransfer.FileWatcherOptions.transfer_all_matching_files"]], "transfer_option (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.transfer_option"]], "transfer_type (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.transfer_type"]], "trim (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.trim"]], "tripledes_des_ede3 (aapi.connectionprofile.connectionprofilefiletransferas2.encryptmessageparameters.encryptionalgorithm attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferAS2.EncryptMessageParameters.EncryptionAlgorithm.tripleDES_DES_EDE3"]], "type_field() (aapi.ai.aiconnectionprofile static method)": [[0, "aapi.ai.AIConnectionProfile.type_field"]], "type_field() (aapi.ai.aijob static method)": [[0, "aapi.ai.AIJob.type_field"]], "unique (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.unique"]], "unit (aapi.job.jobazurebatchaccount.retention attribute)": [[0, "aapi.job.JobAzureBatchAccount.Retention.unit"]], "unit (aapi.job.jobazurebatchaccount.wallclock attribute)": [[0, "aapi.job.JobAzureBatchAccount.Wallclock.unit"]], "units (aapi.basefolder.folder.rerun attribute)": [[0, "aapi.basefolder.Folder.Rerun.units"]], "units (aapi.basefolder.folder.rerunlimit attribute)": [[0, "aapi.basefolder.Folder.RerunLimit.units"]], "units (aapi.folderjobbase.folderjobbasesmart.rerun attribute)": [[0, "aapi.folderjobbase.FolderJobBaseSmart.Rerun.units"]], "units (aapi.job.job.rerun attribute)": [[0, "aapi.job.Job.Rerun.units"]], "units (aapi.job.job.rerunlimit attribute)": [[0, "aapi.job.Job.RerunLimit.units"]], "units (aapi.job.jobslamanagement.averageruntimetolerance attribute)": [[0, "aapi.job.JobSLAManagement.AverageRunTimeTolerance.units"]], "uppercase_letters (aapi.businessparameter.businessparameter.characters.alphanumeric attribute)": [[0, "aapi.businessparameter.BusinessParameter.Characters.Alphanumeric.uppercase_letters"]], "uppercase_letters (aapi.internalrule.internalrule.characters.alphanumeric attribute)": [[0, "aapi.internalrule.InternalRule.Characters.Alphanumeric.uppercase_letters"]], "urgency (aapi.donotify.actionnotify attribute)": [[0, "aapi.donotify.ActionNotify.urgency"]], "urgency (aapi.mail.actionmail attribute)": [[0, "aapi.mail.ActionMail.urgency"]], "urgency (aapi.notify.notify attribute)": [[0, "aapi.notify.Notify.urgency"]], "urgency (aapi.remedy.actionremedy attribute)": [[0, "aapi.remedy.ActionRemedy.urgency"]], "url (aapi.basefolder.folder.documentationurl attribute)": [[0, "aapi.basefolder.Folder.DocumentationUrl.url"]], "url (aapi.folderjobbase.folderjobbase.documentationurl attribute)": [[0, "aapi.folderjobbase.FolderJobBase.DocumentationUrl.url"]], "url (aapi.job.job.documentationurl attribute)": [[0, "aapi.job.Job.DocumentationUrl.url"]], "use_extended (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.use_extended"]], "use_free_text_message (aapi.job.jobmessagingfreetext attribute)": [[0, "aapi.job.JobMessagingFreeText.use_free_text_message"]], "use_free_text_message (aapi.job.jobmessagingpredefined attribute)": [[0, "aapi.job.JobMessagingPreDefined.use_free_text_message"]], "use_instream_jcl (aapi.job.jobos400fullscriptfile.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.EmbeddedScriptFileLocation.use_instream_jcl"]], "use_instream_jcl (aapi.job.jobos400fullscriptfile.nativescriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.NativeScriptFileLocation.use_instream_jcl"]], "use_instream_jcl (aapi.job.jobos400fullvirtualterminal.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.EmbeddedScriptFileLocation.use_instream_jcl"]], "use_instream_jcl (aapi.job.jobos400virtualterminal.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.EmbeddedScriptFileLocation.use_instream_jcl"]], "user (aapi.connectionprofile.connectionprofileairflowstandalone attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAirflowStandalone.user"]], "user (aapi.connectionprofile.connectionprofileazure attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAzure.user"]], "user (aapi.connectionprofile.connectionprofiledatabase attribute)": [[0, "aapi.connectionprofile.ConnectionProfileDatabase.user"]], "user (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.user"]], "user (aapi.connectionprofile.connectionprofilehadoop.hive attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Hive.user"]], "user (aapi.connectionprofile.connectionprofilehadoop.sqoop attribute)": [[0, "aapi.connectionprofile.ConnectionProfileHadoop.Sqoop.user"]], "user (aapi.connectionprofile.connectionprofileinformatica attribute)": [[0, "aapi.connectionprofile.ConnectionProfileInformatica.user"]], "user (aapi.connectionprofile.connectionprofilepeoplesoft attribute)": [[0, "aapi.connectionprofile.ConnectionProfilePeopleSoft.user"]], "user (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.user"]], "user (aapi.endpoint.endpoint attribute)": [[0, "aapi.endpoint.Endpoint.user"]], "user (aapi.job.jobpeoplesoft attribute)": [[0, "aapi.job.JobPeopleSoft.user"]], "user (aapi.job.jobsapdataarchivingwrite.variant attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.Variant.user"]], "user_name (aapi.job.joboebs attribute)": [[0, "aapi.job.JobOEBS.user_name"]], "username (aapi.connectionprofile.connectionprofileaws.proxysettings attribute)": [[0, "aapi.connectionprofile.ConnectionProfileAWS.ProxySettings.username"]], "v_cpus (aapi.job.jobawsbatch attribute)": [[0, "aapi.job.JobAWSBatch.v_cpus"]], "v_t_script_file_embedded (aapi.job.jobos400fullscriptfile.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.EmbeddedScriptFileLocation.v_t_script_file_embedded"]], "v_t_script_file_embedded (aapi.job.jobos400fullvirtualterminal.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.EmbeddedScriptFileLocation.v_t_script_file_embedded"]], "v_t_script_file_embedded (aapi.job.jobos400virtualterminal.embeddedscriptfilelocation attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.EmbeddedScriptFileLocation.v_t_script_file_embedded"]], "v_t_script_file_i_f_s (aapi.job.jobos400fullscriptfile.ifsscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.IFSScriptFileLocation.v_t_script_file_i_f_s"]], "v_t_script_file_i_f_s (aapi.job.jobos400fullvirtualterminal.ifsscriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.IFSScriptFileLocation.v_t_script_file_i_f_s"]], "v_t_script_file_i_f_s (aapi.job.jobos400virtualterminal.ifsscriptfilelocation attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.IFSScriptFileLocation.v_t_script_file_i_f_s"]], "v_t_script_file_native (aapi.job.jobos400fullscriptfile.nativescriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullScriptFile.NativeScriptFileLocation.v_t_script_file_native"]], "v_t_script_file_native (aapi.job.jobos400fullvirtualterminal.nativescriptfilelocation attribute)": [[0, "aapi.job.JobOS400FullVirtualTerminal.NativeScriptFileLocation.v_t_script_file_native"]], "v_t_script_file_native (aapi.job.jobos400virtualterminal.nativescriptfilelocation attribute)": [[0, "aapi.job.JobOS400VirtualTerminal.NativeScriptFileLocation.v_t_script_file_native"]], "validations (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.validations"]], "value (aapi.notify.notifyexecutiontime attribute)": [[0, "aapi.notify.NotifyExecutionTime.value"]], "value (aapi.packageparams.packageparams attribute)": [[0, "aapi.packageparams.PackageParams.value"]], "value (aapi.propertycondition.propertycondition attribute)": [[0, "aapi.propertycondition.PropertyCondition.value"]], "value (aapi.set_.actionset attribute)": [[0, "aapi.set_.ActionSet.value"]], "value (aapi.sitestandardoperatorvalueoptions.sitestandardoperatorvalueoptions attribute)": [[0, "aapi.sitestandardoperatorvalueoptions.SiteStandardOperatorValueOptions.value"]], "value (aapi.sitestandardpossiblevalue.sitestandardpossiblevalue attribute)": [[0, "aapi.sitestandardpossiblevalue.SiteStandardPossibleValue.value"]], "values (aapi.businessparameter.businessparameter.exclude attribute)": [[0, "aapi.businessparameter.BusinessParameter.Exclude.values"]], "values (aapi.businessparameter.businessparameter.include attribute)": [[0, "aapi.businessparameter.BusinessParameter.Include.values"]], "values (aapi.internalrule.internalrule.exclude attribute)": [[0, "aapi.internalrule.InternalRule.Exclude.values"]], "values (aapi.internalrule.internalrule.include attribute)": [[0, "aapi.internalrule.InternalRule.Include.values"]], "values (aapi.sitestandardrestriction.sitestandardrestrictionoperatorvalue attribute)": [[0, "aapi.sitestandardrestriction.SiteStandardRestrictionOperatorValue.values"]], "var_ (aapi.captureoutput.actioncaptureoutput.capture attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.Capture.var_"]], "var_ (aapi.captureoutput.actioncaptureoutput.forwardby.delimiter attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.ForwardBy.Delimiter.var_"]], "var_ (aapi.captureoutput.actioncaptureoutput.variablename attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.VariableName.var_"]], "variable (aapi.set_.actionset attribute)": [[0, "aapi.set_.ActionSet.variable"]], "variable_name (aapi.captureoutput.actioncaptureoutput attribute)": [[0, "aapi.captureoutput.ActionCaptureOutput.variable_name"]], "variable_name (aapi.ifbase.ifvariablevalue attribute)": [[0, "aapi.ifbase.IfVariableValue.variable_name"]], "variable_value (aapi.ifbase.ifvariablevalue attribute)": [[0, "aapi.ifbase.IfVariableValue.variable_value"]], "variables (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.variables"]], "variables (aapi.folderjobbase.folderjobbase attribute)": [[0, "aapi.folderjobbase.FolderJobBase.variables"]], "variables (aapi.job.job attribute)": [[0, "aapi.job.Job.variables"]], "variables (aapi.run.actionrun attribute)": [[0, "aapi.run.ActionRun.variables"]], "variant (aapi.job.jobsapdataarchivingwrite attribute)": [[0, "aapi.job.JobSAPDataArchivingWrite.variant"]], "verify_bytes (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.verify_bytes"]], "verify_bytes (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.verify_bytes"]], "verify_checksum (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.verify_checksum"]], "verify_checksum (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.verify_checksum"]], "verify_destination (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.verify_destination"]], "verify_destination (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.verify_destination"]], "vernum (aapi.filetransfer.filetransfer attribute)": [[0, "aapi.filetransfer.FileTransfer.vernum"]], "version (aapi.job.jobawslambda attribute)": [[0, "aapi.job.JobAWSLambda.version"]], "virtual_machine_name (aapi.job.jobvmwarepower attribute)": [[0, "aapi.job.JobVMwarePower.virtual_machine_name"]], "volume (aapi.job.jobtandemprogram attribute)": [[0, "aapi.job.JobTandemProgram.volume"]], "volume (aapi.job.jobtandemtaclscript attribute)": [[0, "aapi.job.JobTandemTACLScript.volume"]], "wait_for_events (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.wait_for_events"]], "wait_for_events (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.wait_for_events"]], "wait_for_events (aapi.job.job attribute)": [[0, "aapi.job.Job.wait_for_events"]], "wait_for_events (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.wait_for_events"]], "wait_for_events_list (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.wait_for_events_list"]], "wait_for_events_list (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.wait_for_events_list"]], "wait_for_events_list (aapi.job.job attribute)": [[0, "aapi.job.Job.wait_for_events_list"]], "wait_for_events_list (aapi.job.jobzos attribute)": [[0, "aapi.job.JobZOS.wait_for_events_list"]], "wallclock (aapi.job.jobazurebatchaccount attribute)": [[0, "aapi.job.JobAzureBatchAccount.wallclock"]], "week_days (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.week_days"]], "week_days (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.week_days"]], "week_days (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.week_days"]], "week_days (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.week_days"]], "week_days_calendar (aapi.basefolder.folder.when attribute)": [[0, "aapi.basefolder.Folder.When.week_days_calendar"]], "week_days_calendar (aapi.calendar.calendarrulebased.when attribute)": [[0, "aapi.calendar.CalendarRuleBased.When.week_days_calendar"]], "week_days_calendar (aapi.calendar.calendarrulebasedcalendar.when attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.When.week_days_calendar"]], "week_days_calendar (aapi.job.job.when attribute)": [[0, "aapi.job.Job.When.week_days_calendar"]], "week_days_calendar (aapi.tag.tagfolder attribute)": [[0, "aapi.tag.TagFolder.week_days_calendar"]], "week_days_range (aapi.resourcepools.resourcepools attribute)": [[0, "aapi.resourcepools.ResourcePools.week_days_range"]], "week_days_range (aapi.runningjobs.runningjobs attribute)": [[0, "aapi.runningjobs.RunningJobs.week_days_range"]], "when (aapi.basefolder.folder attribute)": [[0, "aapi.basefolder.Folder.when"]], "when (aapi.calendar.calendarperiodic attribute)": [[0, "aapi.calendar.CalendarPeriodic.when"]], "when (aapi.calendar.calendarregular attribute)": [[0, "aapi.calendar.CalendarRegular.when"]], "when (aapi.calendar.calendarrulebased attribute)": [[0, "aapi.calendar.CalendarRuleBased.when"]], "when (aapi.calendar.calendarrulebasedcalendar attribute)": [[0, "aapi.calendar.CalendarRuleBasedCalendar.when"]], "when (aapi.folderjobbase.subfolder attribute)": [[0, "aapi.folderjobbase.SubFolder.when"]], "when (aapi.job.job attribute)": [[0, "aapi.job.Job.when"]], "wildcard (aapi.job.jobfilewatchercreate attribute)": [[0, "aapi.job.JobFileWatcherCreate.wildcard"]], "work_flow_name (aapi.extractrule.extractrule attribute)": [[0, "aapi.extractrule.ExtractRule.work_flow_name"]], "work_flow_user_name (aapi.extractrule.extractrule attribute)": [[0, "aapi.extractrule.ExtractRule.work_flow_user_name"]], "workflow (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.workflow"]], "workflow_execution_mode (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.workflow_execution_mode"]], "workflow_parameters_file (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.workflow_parameters_file"]], "workflow_restart_mode (aapi.job.jobinformatica attribute)": [[0, "aapi.job.JobInformatica.workflow_restart_mode"]], "workload_automation_groups (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.workload_automation_groups"]], "workload_automation_groups (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.workload_automation_groups"]], "workload_automation_groups (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.workload_automation_groups"]], "workload_automation_users (aapi.connectionprofile.connectionprofilefiletransfer attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransfer.workload_automation_users"]], "workload_automation_users (aapi.connectionprofile.connectionprofilefiletransferdualendpoint attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferDualEndPoint.workload_automation_users"]], "workload_automation_users (aapi.connectionprofile.connectionprofilefiletransfergroup attribute)": [[0, "aapi.connectionprofile.ConnectionProfileFileTransferGroup.workload_automation_users"]], "xbp_version (aapi.connectionprofile.connectionprofilesap attribute)": [[0, "aapi.connectionprofile.ConnectionProfileSAP.xbp_version"]], "year (aapi.year.year attribute)": [[0, "aapi.year.Year.year"]], "years (aapi.calendar.calendarregular.when attribute)": [[0, "aapi.calendar.CalendarRegular.When.years"]], "years (aapi.period.period attribute)": [[0, "aapi.period.Period.years"]], "access (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationgoogle.tokentype attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle.TokenType.Access"]], "connectionprofileairbyte (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte"]], "connectionprofilealteryxtrifacta (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta"]], "connectionprofileapachenifi (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileApacheNiFi"]], "connectionprofileautomationanywhere (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere"]], "connectionprofileawsathena (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena"]], "connectionprofileawsbackup (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup"]], "connectionprofileawsbatch (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch"]], "connectionprofileawscloudformation (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation"]], "connectionprofileawsdatapipeline (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline"]], "connectionprofileawsdynamodb (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB"]], "connectionprofileawsec2 (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2"]], "connectionprofileawsecs (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS"]], "connectionprofileawsemr (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR"]], "connectionprofileawsglue (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue"]], "connectionprofileawsgluedatabrew (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew"]], "connectionprofileawslambda (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda"]], "connectionprofileawsmainframemodernization (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization"]], "connectionprofileawsquicksight (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight"]], "connectionprofileawssns (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSNS"]], "connectionprofileawssqs (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSQS"]], "connectionprofileawssagemaker (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker"]], "connectionprofileawsstepfunctions (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions"]], "connectionprofileazurebackup (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup"]], "connectionprofileazurebatchaccounts (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts"]], "connectionprofileazuredatafactory (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory"]], "connectionprofileazuredatabricks (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks"]], "connectionprofileazuredevops (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps"]], "connectionprofileazurefunctions (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions"]], "connectionprofileazurehdinsight (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight"]], "connectionprofileazurelogicapps (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps"]], "connectionprofileazuremachinelearning (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning"]], "connectionprofileazureresourcemanager (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager"]], "connectionprofileazuresynapse (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse"]], "connectionprofileazurevm (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM"]], "connectionprofileboomiatomsphere (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere"]], "connectionprofilecommunicationsuite (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite"]], "connectionprofilecontrolmreports (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileControlMReports"]], "connectionprofiledbt (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDBT"]], "connectionprofiledatabricks (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks"]], "connectionprofilegcpbatch (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch"]], "connectionprofilegcpbigquery (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery"]], "connectionprofilegcpcomposer (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPComposer"]], "connectionprofilegcpdatafusion (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion"]], "connectionprofilegcpdataflow (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataflow"]], "connectionprofilegcpdataplex (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex"]], "connectionprofilegcpdataprep (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataprep"]], "connectionprofilegcpdataproc (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc"]], "connectionprofilegcpdeploymentmanager (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager"]], "connectionprofilegcpfunctions (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions"]], "connectionprofilegcpvm (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM"]], "connectionprofilegcpworkflows (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows"]], "connectionprofileinformaticacs (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS"]], "connectionprofilejenkins (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileJenkins"]], "connectionprofilekubernetes (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes"]], "connectionprofilemicrofocuslinux (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux"]], "connectionprofilemicrofocuswindows (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows"]], "connectionprofilemicrosoftpowerbi (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI"]], "connectionprofileocidataflow (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow"]], "connectionprofileocidataintegration (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration"]], "connectionprofileocidatascience (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience"]], "connectionprofileocivm (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM"]], "connectionprofileqlikcloud (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud"]], "connectionprofilesnowflake (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake"]], "connectionprofilesnowflakeidp (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP"]], "connectionprofiletableau (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau"]], "connectionprofiletalenddatamanagement (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement"]], "connectionprofiletalendoauth (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendOAuth"]], "connectionprofileterraform (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTerraform"]], "connectionprofileuipath (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath"]], "connectionprofilewebservicesrest (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST"]], "connectionprofilewebservicesrest.webserviceauthenticationaws (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws"]], "connectionprofilewebservicesrest.webserviceauthenticationaws.authmethodaccessandsecretkeys (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.AuthMethodAccessAndSecretKeys"]], "connectionprofilewebservicesrest.webserviceauthenticationaws.authmethodiamrole (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.AuthMethodIAMRole"]], "connectionprofilewebservicesrest.webserviceauthenticationbasic (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationBasic"]], "connectionprofilewebservicesrest.webserviceauthenticationgoogle (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle"]], "connectionprofilewebservicesrest.webserviceauthenticationgoogle.tokentype (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle.TokenType"]], "connectionprofilewebservicesrest.webserviceauthenticationoauth2 (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2"]], "connectionprofilewebservicesrest.webserviceauthenticationoauth2.basicauthentication (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.BasicAuthentication"]], "connectionprofilewebservicesrest.webserviceauthenticationoauth2.granttypepassword (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.GrantTypePassword"]], "connectionprofilewebservicessoap (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP"]], "connectionprofilewebservicessoap.webserviceauthenticationbasic (class in aapi.integration_factory.connection_profiles)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP.WebServiceAuthenticationBasic"]], "identity (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationgoogle.tokentype attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle.TokenType.Identity"]], "jobairbyte (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAirbyte"]], "jobalteryxtrifacta (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta"]], "jobapachenifi (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobApacheNiFi"]], "jobautomationanywhere (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere"]], "jobawsathena (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsAthena"]], "jobawsbackup (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsBackup"]], "jobawsbatch (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsBatch"]], "jobawscloudformation (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation"]], "jobawsdatapipeline (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline"]], "jobawsdynamodb (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB"]], "jobawsec2 (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsEC2"]], "jobawsecs (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsECS"]], "jobawsemr (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsEMR"]], "jobawsglue (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsGlue"]], "jobawsgluedatabrew (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsGlueDataBrew"]], "jobawslambda (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsLambda"]], "jobawsmainframemodernization (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization"]], "jobawsquicksight (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsQuickSight"]], "jobawssns (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsSNS"]], "jobawssqs (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsSQS"]], "jobawssagemaker (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker"]], "jobawsstepfunctions (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions"]], "jobazurebackup (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureBackup"]], "jobazurebatchaccounts (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts"]], "jobazuredatafactory (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory"]], "jobazuredatabricks (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureDatabricks"]], "jobazuredevops (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps"]], "jobazurefunctions (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions"]], "jobazurehdinsight (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureHDInsight"]], "jobazurelogicapps (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps"]], "jobazuremachinelearning (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning"]], "jobazureresourcemanager (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager"]], "jobazuresynapse (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureSynapse"]], "jobazurevm (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobAzureVM"]], "jobboomiatomsphere (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobBoomiAtomsphere"]], "jobcommunicationsuite (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite"]], "jobcontrolmreports (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobControlMReports"]], "jobdbt (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobDBT"]], "jobdatabricks (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobDatabricks"]], "jobgcpbatch (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPBatch"]], "jobgcpbigquery (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery"]], "jobgcpcomposer (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPComposer"]], "jobgcpdatafusion (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion"]], "jobgcpdataflow (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPDataflow"]], "jobgcpdataplex (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex"]], "jobgcpdataprep (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep"]], "jobgcpdataproc (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc"]], "jobgcpdeploymentmanager (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager"]], "jobgcpfunctions (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions"]], "jobgcpvm (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPVM"]], "jobgcpworkflows (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows"]], "jobinformaticacs (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS"]], "jobjenkins (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobJenkins"]], "jobkubernetes (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobKubernetes"]], "jobmicrofocuslinux (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux"]], "jobmicrofocuswindows (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows"]], "jobmicrosoftpowerbi (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI"]], "jobocidataflow (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobOCIDataFlow"]], "jobocidataintegration (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobOCIDataIntegration"]], "jobocidatascience (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobOCIDataScience"]], "jobocivm (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobOCIVM"]], "jobqlikcloud (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobQlikCloud"]], "jobsnowflake (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobSnowflake"]], "jobsnowflakeidp (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP"]], "jobtableau (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobTableau"]], "jobtalenddatamanagement (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement"]], "jobtalendoauth (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth"]], "jobterraform (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobTerraform"]], "jobuipath (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobUIPath"]], "jobwebservicesrest (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST"]], "jobwebservicesrest.wsrestbody (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.WsRestBody"]], "jobwebservicessoap (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP"]], "jobwebservicessoap.soaprequest (class in aapi.integration_factory.jobs)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.SoapRequest"]], "aapi.integration_factory": [[1, "module-aapi.integration_factory"]], "aapi.integration_factory.connection_profiles": [[1, "module-aapi.integration_factory.connection_profiles"]], "aapi.integration_factory.jobs": [[1, "module-aapi.integration_factory.jobs"]], "access_key (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationaws.authmethodaccessandsecretkeys attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.AuthMethodAccessAndSecretKeys.access_key"]], "account_id (aapi.integration_factory.connection_profiles.connectionprofileboomiatomsphere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere.account_id"]], "account_id (aapi.integration_factory.connection_profiles.connectionprofiledbt attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDBT.account_id"]], "account_identifier (aapi.integration_factory.connection_profiles.connectionprofilesnowflake attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake.account_identifier"]], "account_identifier (aapi.integration_factory.connection_profiles.connectionprofilesnowflakeidp attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP.account_identifier"]], "account_region (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.account_region"]], "action (aapi.integration_factory.jobs.jobapachenifi attribute)": [[1, "aapi.integration_factory.jobs.JobApacheNiFi.action"]], "action (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.action"]], "action (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.action"]], "action (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.action"]], "action (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.action"]], "action (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.action"]], "action (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.action"]], "action (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.action"]], "action (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.action"]], "action (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.action"]], "action (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.action"]], "action (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.action"]], "action (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.action"]], "action (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.action"]], "action (aapi.integration_factory.jobs.jobocidatascience attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataScience.action"]], "action (aapi.integration_factory.jobs.jobocivm attribute)": [[1, "aapi.integration_factory.jobs.JobOCIVM.action"]], "action (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.action"]], "action (aapi.integration_factory.jobs.jobtableau attribute)": [[1, "aapi.integration_factory.jobs.JobTableau.action"]], "action (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.action"]], "action (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.action"]], "action_type (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.action_type"]], "actions (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.actions"]], "actions (aapi.integration_factory.jobs.jobocidataintegration attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataIntegration.actions"]], "activity_options (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.activity_options"]], "activity_options (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.activity_options"]], "add_branch_name (aapi.integration_factory.jobs.jobjenkins attribute)": [[1, "aapi.integration_factory.jobs.JobJenkins.add_branch_name"]], "add_condition (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.add_condition"]], "add_condition (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.add_condition"]], "add_configurations (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.add_configurations"]], "add_parameters (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.add_parameters"]], "add_parameters (aapi.integration_factory.jobs.jobjenkins attribute)": [[1, "aapi.integration_factory.jobs.JobJenkins.add_parameters"]], "additional_micro_focus_settings_script (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuslinux attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux.additional_micro_focus_settings_script"]], "additional_micro_focus_settings_script (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuswindows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows.additional_micro_focus_settings_script"]], "additional_variables (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.additional_variables"]], "additional_variables (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.additional_variables"]], "advanced_restart_parameters (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.advanced_restart_parameters"]], "advanced_restart_parameters (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.advanced_restart_parameters"]], "agent_attachments_folder (aapi.integration_factory.jobs.jobcontrolmreports attribute)": [[1, "aapi.integration_factory.jobs.JobControlMReports.agent_attachments_folder"]], "airbyte_base_url (aapi.integration_factory.connection_profiles.connectionprofileairbyte attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte.airbyte_base_url"]], "allowed_locations (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.allowed_locations"]], "api_key (aapi.integration_factory.connection_profiles.connectionprofileairbyte attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte.api_key"]], "api_key (aapi.integration_factory.connection_profiles.connectionprofileqlikcloud attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud.api_key"]], "api_token (aapi.integration_factory.connection_profiles.connectionprofileboomiatomsphere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere.api_token"]], "api_token (aapi.integration_factory.connection_profiles.connectionprofilecontrolmreports attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileControlMReports.api_token"]], "api_url (aapi.integration_factory.connection_profiles.connectionprofilemicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI.api_url"]], "api_url (aapi.integration_factory.connection_profiles.connectionprofiletalenddatamanagement attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement.api_url"]], "api_url (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.api_url"]], "api_username (aapi.integration_factory.connection_profiles.connectionprofileboomiatomsphere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere.api_username"]], "api_version (aapi.integration_factory.connection_profiles.connectionprofiletableau attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau.api_version"]], "app_id (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.app_id"]], "app_id (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.app_id"]], "app_id (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.app_id"]], "app_id (aapi.integration_factory.connection_profiles.connectionprofileuipath attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath.app_id"]], "app_id (aapi.integration_factory.jobs.jobqlikcloud attribute)": [[1, "aapi.integration_factory.jobs.JobQlikCloud.app_id"]], "app_secret (aapi.integration_factory.connection_profiles.connectionprofileuipath attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath.app_secret"]], "append_failed_plan_logs_to_output (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.append_failed_plan_logs_to_output"]], "append_log_to_output (aapi.integration_factory.jobs.jobawslambda attribute)": [[1, "aapi.integration_factory.jobs.JobAwsLambda.append_log_to_output"]], "append_log_to_output (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.append_log_to_output"]], "append_request (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.append_request"]], "append_request (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.append_request"]], "append_response (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.append_response"]], "append_response (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.append_response"]], "append_task_logs_to_output (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.append_task_logs_to_output"]], "application_action (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.application_action"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.application_id"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.application_id"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.application_id"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.application_id"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.application_id"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.application_id"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.application_id"]], "application_id (aapi.integration_factory.connection_profiles.connectionprofilemicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI.application_id"]], "application_key (aapi.integration_factory.jobs.jobocidataintegration attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataIntegration.application_key"]], "application_name (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.application_name"]], "application_name (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.application_name"]], "application_ocid (aapi.integration_factory.jobs.jobocidataflow attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataFlow.application_ocid"]], "application_version (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.application_version"]], "arguments (aapi.integration_factory.jobs.jobawsglue attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlue.arguments"]], "assign_public_ip (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.assign_public_ip"]], "athena_client_request_token (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.athena_client_request_token"]], "atom_name (aapi.integration_factory.jobs.jobboomiatomsphere attribute)": [[1, "aapi.integration_factory.jobs.JobBoomiAtomsphere.atom_name"]], "attribute1_data_type (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.attribute1_data_type"]], "attribute1_name (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.attribute1_name"]], "attribute1_name (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.attribute1_name"]], "attribute1_value (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.attribute1_value"]], "attribute1_value (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.attribute1_value"]], "attribute2_data_type (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.attribute2_data_type"]], "attribute2_name (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.attribute2_name"]], "attribute2_name (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.attribute2_name"]], "attribute2_value (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.attribute2_value"]], "attribute2_value (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.attribute2_value"]], "attribute3_data_type (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.attribute3_data_type"]], "attribute3_name (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.attribute3_name"]], "attribute3_name (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.attribute3_name"]], "attribute3_value (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.attribute3_value"]], "attribute3_value (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.attribute3_value"]], "attributes (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.attributes"]], "auth_method_access_and_secret_keys (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationaws attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.auth_method_access_and_secret_keys"]], "auth_method_iam_role (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationaws attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.auth_method_iam_role"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsec2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileocidataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileocidataintegration attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileocidatascience attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience.authentication"]], "authentication (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.authentication"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.authentication_method"]], "authentication_method (aapi.integration_factory.connection_profiles.connectionprofilecontrolmreports attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileControlMReports.authentication_method"]], "auto_adjust_restart (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.auto_adjust_restart"]], "auto_adjust_restart (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.auto_adjust_restart"]], "automation_type (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.automation_type"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawssns attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSNS.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawssqs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSQS.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.aws_access_key"]], "aws_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.aws_access_key"]], "aws_access_key_id (aapi.integration_factory.connection_profiles.connectionprofileawsec2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2.aws_access_key_id"]], "aws_access_key_id (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.aws_access_key_id"]], "aws_access_key_id (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.aws_access_key_id"]], "aws_access_key_id (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.aws_access_key_id"]], "aws_account_id (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.aws_account_id"]], "aws_api_base_url (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.aws_api_base_url"]], "aws_backup_url (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.aws_backup_url"]], "aws_base_url (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.aws_base_url"]], "aws_base_url (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.aws_base_url"]], "aws_dataset_id (aapi.integration_factory.jobs.jobawsquicksight attribute)": [[1, "aapi.integration_factory.jobs.JobAwsQuickSight.aws_dataset_id"]], "aws_dynamo_db_url (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.aws_dynamo_db_url"]], "aws_ecs_url (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.aws_ecs_url"]], "aws_iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.aws_iam_role"]], "aws_logs_url (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.aws_logs_url"]], "aws_logs_url (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.aws_logs_url"]], "aws_quick_sight_url (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.aws_quick_sight_url"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawssns attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSNS.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawssqs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSQS.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.aws_region"]], "aws_region (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.aws_region"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsec2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawssns attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSNS.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawssqs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSQS.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.aws_secret"]], "aws_secret (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.aws_secret"]], "aws_secret_access_key (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.aws_secret_access_key"]], "aws_secret_key (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.aws_secret_key"]], "aws_sns_url (aapi.integration_factory.connection_profiles.connectionprofileawssns attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSNS.aws_sns_url"]], "aws_sqs_url (aapi.integration_factory.connection_profiles.connectionprofileawssqs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSQS.aws_sqs_url"]], "azure_ad_url (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.azure_ad_url"]], "azure_ad_url (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.azure_ad_url"]], "azure_base_url (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.azure_base_url"]], "azure_dev_ops_url (aapi.integration_factory.connection_profiles.connectionprofileazuredevops attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps.azure_dev_ops_url"]], "azure_devops_token (aapi.integration_factory.connection_profiles.connectionprofileazuredevops attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps.azure_devops_token"]], "azure_login_url (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.azure_login_url"]], "azure_login_url (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.azure_login_url"]], "azure_login_url (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.azure_login_url"]], "azure_login_url (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.azure_login_url"]], "azure_login_url (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.azure_login_url"]], "azure_login_url (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.azure_login_url"]], "azure_login_url (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.azure_login_url"]], "azure_m_l_url (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.azure_m_l_url"]], "azure_management_url (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.azure_management_url"]], "azure_management_url (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.azure_management_url"]], "azure_username (aapi.integration_factory.connection_profiles.connectionprofileazuredevops attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps.azure_username"]], "backup_vault_name (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.backup_vault_name"]], "base_url (aapi.integration_factory.connection_profiles.connectionprofileinformaticacs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS.base_url"]], "basic_authentication (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.basic_authentication"]], "batch_account_name (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.batch_account_name"]], "batch_id (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.batch_id"]], "batch_job_id (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.batch_job_id"]], "batch_region_id (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.batch_region_id"]], "batch_resource_url (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.batch_resource_url"]], "batch_url (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.batch_url"]], "batch_url (aapi.integration_factory.connection_profiles.connectionprofilegcpbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch.batch_url"]], "bindings (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.bindings"]], "bindings (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.bindings"]], "body (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.body"]], "body (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.body"]], "body_request (aapi.integration_factory.jobs.jobwebservicesrest.wsrestbody attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.WsRestBody.body_request"]], "bot_input_parameters (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.bot_input_parameters"]], "bot_to_run (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.bot_to_run"]], "branch_name (aapi.integration_factory.jobs.jobjenkins attribute)": [[1, "aapi.integration_factory.jobs.JobJenkins.branch_name"]], "bring_job_logs_to_output (aapi.integration_factory.jobs.jobazurehdinsight attribute)": [[1, "aapi.integration_factory.jobs.JobAzureHDInsight.bring_job_logs_to_output"]], "bring_logs_to_output (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.bring_logs_to_output"]], "bucket_owner (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.bucket_owner"]], "call_back_url (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.call_back_url"]], "capabilities_type (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.capabilities_type"]], "client_id (aapi.integration_factory.connection_profiles.connectionprofilesnowflake attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake.client_id"]], "client_id (aapi.integration_factory.connection_profiles.connectionprofilesnowflakeidp attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP.client_id"]], "client_id (aapi.integration_factory.connection_profiles.connectionprofiletalendoauth attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendOAuth.client_id"]], "client_id (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.client_id"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofilemicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofilesnowflake attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofilesnowflakeidp attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofiletalendoauth attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendOAuth.client_secret"]], "client_secret (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.client_secret"]], "client_token (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.client_token"]], "cloud_formation_url (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.cloud_formation_url"]], "cloud_watch_url (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.cloud_watch_url"]], "cluster_id (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.cluster_id"]], "cluster_name (aapi.integration_factory.connection_profiles.connectionprofileazurehdinsight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight.cluster_name"]], "cluster_password (aapi.integration_factory.connection_profiles.connectionprofileazurehdinsight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight.cluster_password"]], "cluster_username (aapi.integration_factory.connection_profiles.connectionprofileazurehdinsight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight.cluster_username"]], "commands (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.commands"]], "compartment_ocid (aapi.integration_factory.jobs.jobocidataflow attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataFlow.compartment_ocid"]], "composer_url (aapi.integration_factory.connection_profiles.connectionprofilegcpcomposer attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPComposer.composer_url"]], "compute_action (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.compute_action"]], "compute_name (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.compute_name"]], "config_file_path (aapi.integration_factory.connection_profiles.connectionprofileocidataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow.config_file_path"]], "config_file_path (aapi.integration_factory.connection_profiles.connectionprofileocidataintegration attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration.config_file_path"]], "config_file_path (aapi.integration_factory.connection_profiles.connectionprofileocidatascience attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience.config_file_path"]], "config_file_path (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.config_file_path"]], "connection_id (aapi.integration_factory.jobs.jobairbyte attribute)": [[1, "aapi.integration_factory.jobs.JobAirbyte.connection_id"]], "connection_profile (aapi.integration_factory.jobs.jobairbyte attribute)": [[1, "aapi.integration_factory.jobs.JobAirbyte.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobapachenifi attribute)": [[1, "aapi.integration_factory.jobs.JobApacheNiFi.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsglue attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlue.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsgluedatabrew attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlueDataBrew.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawslambda attribute)": [[1, "aapi.integration_factory.jobs.JobAwsLambda.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsquicksight attribute)": [[1, "aapi.integration_factory.jobs.JobAwsQuickSight.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazuredatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDatabricks.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazurehdinsight attribute)": [[1, "aapi.integration_factory.jobs.JobAzureHDInsight.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazurelogicapps attribute)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazuresynapse attribute)": [[1, "aapi.integration_factory.jobs.JobAzureSynapse.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobboomiatomsphere attribute)": [[1, "aapi.integration_factory.jobs.JobBoomiAtomsphere.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobcontrolmreports attribute)": [[1, "aapi.integration_factory.jobs.JobControlMReports.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobdatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobDatabricks.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpcomposer attribute)": [[1, "aapi.integration_factory.jobs.JobGCPComposer.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataflow.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobjenkins attribute)": [[1, "aapi.integration_factory.jobs.JobJenkins.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobkubernetes attribute)": [[1, "aapi.integration_factory.jobs.JobKubernetes.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobocidataflow attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataFlow.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobocidataintegration attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataIntegration.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobocidatascience attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataScience.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobocivm attribute)": [[1, "aapi.integration_factory.jobs.JobOCIVM.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobqlikcloud attribute)": [[1, "aapi.integration_factory.jobs.JobQlikCloud.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobtableau attribute)": [[1, "aapi.integration_factory.jobs.JobTableau.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.connection_profile"]], "connection_profile (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.connection_profile"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileairbyte attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilealteryxtrifacta attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileapachenifi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileApacheNiFi.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsec2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawssns attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSNS.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawssqs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSQS.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazuredevops attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazurehdinsight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilecontrolmreports attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileControlMReports.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofiledbt attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDBT.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofiledatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpcomposer attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPComposer.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpdatafusion attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpdataplex attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpdataprep attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataprep.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpdataproc attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpvm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilegcpworkflows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileinformaticacs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilejenkins attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileJenkins.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofilekubernetes attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileocidataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileocidataintegration attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileocidatascience attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileqlikcloud attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofiletableau attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofiletalendoauth attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendOAuth.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileterraform attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTerraform.connection_timeout"]], "connection_timeout (aapi.integration_factory.connection_profiles.connectionprofileuipath attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath.connection_timeout"]], "connection_timeout (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.connection_timeout"]], "connection_timeout (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.connection_timeout"]], "connection_timeout (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.connection_timeout"]], "connection_timeout (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.connection_timeout"]], "connection_timeout (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.connection_timeout"]], "container_image_uri (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.container_image_uri"]], "container_overrides_command (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.container_overrides_command"]], "container_volumes (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.container_volumes"]], "content_type (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.content_type"]], "content_type (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.content_type"]], "control_m_hostname (aapi.integration_factory.connection_profiles.connectionprofilecontrolmreports attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileControlMReports.control_m_hostname"]], "control_m_port (aapi.integration_factory.connection_profiles.connectionprofilecontrolmreports attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileControlMReports.control_m_port"]], "control_m_report_name (aapi.integration_factory.jobs.jobcontrolmreports attribute)": [[1, "aapi.integration_factory.jobs.JobControlMReports.control_m_report_name"]], "copy_destination (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.copy_destination"]], "copy_destination (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.copy_destination"]], "copy_operation_type (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.copy_operation_type"]], "cpu (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.cpu"]], "create_table_name (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.create_table_name"]], "create_table_name (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.create_table_name"]], "custom_app_key (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.custom_app_key"]], "custom_service_name (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationaws attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.custom_service_name"]], "d_a_g_name (aapi.integration_factory.jobs.jobgcpcomposer attribute)": [[1, "aapi.integration_factory.jobs.JobGCPComposer.d_a_g_name"]], "d_a_g_run_id (aapi.integration_factory.jobs.jobgcpcomposer attribute)": [[1, "aapi.integration_factory.jobs.JobGCPComposer.d_a_g_run_id"]], "data_factory_name (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.data_factory_name"]], "data_flow_url (aapi.integration_factory.connection_profiles.connectionprofilegcpdataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataflow.data_flow_url"]], "data_pipeline_url (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.data_pipeline_url"]], "database (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.database"]], "database (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.database"]], "database_name (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.database_name"]], "databricks_job_id (aapi.integration_factory.jobs.jobazuredatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDatabricks.databricks_job_id"]], "databricks_job_id (aapi.integration_factory.jobs.jobdatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobDatabricks.databricks_job_id"]], "databricks_personal_access_token (aapi.integration_factory.connection_profiles.connectionprofiledatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks.databricks_personal_access_token"]], "databricks_resource (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.databricks_resource"]], "databricks_url (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.databricks_url"]], "databricks_workspace_url (aapi.integration_factory.connection_profiles.connectionprofiledatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks.databricks_workspace_url"]], "dataproc_task_type (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.dataproc_task_type"]], "dataproc_url (aapi.integration_factory.connection_profiles.connectionprofilegcpdataproc attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc.dataproc_url"]], "dataset_id (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.dataset_id"]], "dataset_name (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.dataset_name"]], "dataset_refresh_pipeline_deployment (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.dataset_refresh_pipeline_deployment"]], "datasource_name (aapi.integration_factory.jobs.jobtableau attribute)": [[1, "aapi.integration_factory.jobs.JobTableau.datasource_name"]], "days_back (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.days_back"]], "days_back (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.days_back"]], "db_catalog_name (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.db_catalog_name"]], "dbt_job_id (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.dbt_job_id"]], "dbt_token (aapi.integration_factory.connection_profiles.connectionprofiledbt attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDBT.dbt_token"]], "dbt_url (aapi.integration_factory.connection_profiles.connectionprofiledbt attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDBT.dbt_url"]], "define_commands (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.define_commands"]], "definition_s3_location (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.definition_s3_location"]], "delay_seconds (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.delay_seconds"]], "delete_vm_os_disk (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.delete_vm_os_disk"]], "deployment_manager_url (aapi.integration_factory.connection_profiles.connectionprofilegcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager.deployment_manager_url"]], "deployment_name (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.deployment_name"]], "deployment_name (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.deployment_name"]], "deployment_properties (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.deployment_properties"]], "destination_source_bucket_uris (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.destination_source_bucket_uris"]], "destination_table_properties (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.destination_table_properties"]], "disconnected_node_ack (aapi.integration_factory.jobs.jobapachenifi attribute)": [[1, "aapi.integration_factory.jobs.JobApacheNiFi.disconnected_node_ack"]], "disk_list (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.disk_list"]], "download_destination_folder (aapi.integration_factory.jobs.jobcontrolmreports attribute)": [[1, "aapi.integration_factory.jobs.JobControlMReports.download_destination_folder"]], "ec2_region (aapi.integration_factory.connection_profiles.connectionprofileawsec2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2.ec2_region"]], "ecs_cluster_name (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.ecs_cluster_name"]], "ecs_task_definition (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.ecs_task_definition"]], "enable_jcl_variables (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.enable_jcl_variables"]], "enable_jcl_variables (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.enable_jcl_variables"]], "enable_termination_protection (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.enable_termination_protection"]], "encryption_options (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.encryption_options"]], "end_point (aapi.integration_factory.connection_profiles.connectionprofileboomiatomsphere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere.end_point"]], "endpoint_url (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.endpoint_url"]], "endpoint_url (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.endpoint_url"]], "entry_point (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.entry_point"]], "environment_id (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.environment_id"]], "environment_id (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.environment_id"]], "environment_variables (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.environment_variables"]], "execute_job_with_idempotency_token (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.execute_job_with_idempotency_token"]], "execution_label (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.execution_label"]], "execution_name (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.execution_name"]], "execution_plan_id (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.execution_plan_id"]], "execution_timeout (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.execution_timeout"]], "export_format (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.export_format"]], "extract_as (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.extract_as"]], "failure_tolarance_ (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.failure_tolarance_"]], "failure_tolerance (aapi.integration_factory.jobs.jobairbyte attribute)": [[1, "aapi.integration_factory.jobs.JobAirbyte.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobapachenifi attribute)": [[1, "aapi.integration_factory.jobs.JobApacheNiFi.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawsglue attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlue.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawsgluedatabrew attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlueDataBrew.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawsquicksight attribute)": [[1, "aapi.integration_factory.jobs.JobAwsQuickSight.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobazurehdinsight attribute)": [[1, "aapi.integration_factory.jobs.JobAzureHDInsight.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobazurelogicapps attribute)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobcontrolmreports attribute)": [[1, "aapi.integration_factory.jobs.JobControlMReports.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobgcpcomposer attribute)": [[1, "aapi.integration_factory.jobs.JobGCPComposer.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobjenkins attribute)": [[1, "aapi.integration_factory.jobs.JobJenkins.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobocidataflow attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataFlow.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobocidataintegration attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataIntegration.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobocidatascience attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataScience.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobocivm attribute)": [[1, "aapi.integration_factory.jobs.JobOCIVM.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobtableau attribute)": [[1, "aapi.integration_factory.jobs.JobTableau.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.failure_tolerance"]], "failure_tolerance (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.failure_tolerance"]], "failure_tolerance_ (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.failure_tolerance_"]], "file_format (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.file_format"]], "file_format (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.file_format"]], "file_name (aapi.integration_factory.jobs.jobwebservicesrest.wsrestbody attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.WsRestBody.file_name"]], "file_name (aapi.integration_factory.jobs.jobwebservicessoap.soaprequest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.SoapRequest.file_name"]], "fingerprint (aapi.integration_factory.connection_profiles.connectionprofileocidataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow.fingerprint"]], "fingerprint (aapi.integration_factory.connection_profiles.connectionprofileocidataintegration attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration.fingerprint"]], "fingerprint (aapi.integration_factory.connection_profiles.connectionprofileocidatascience attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience.fingerprint"]], "fingerprint (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.fingerprint"]], "flow_name (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.flow_name"]], "flow_name (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.flow_name"]], "flow_name (aapi.integration_factory.jobs.jobtableau attribute)": [[1, "aapi.integration_factory.jobs.JobTableau.flow_name"]], "folder_id (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.folder_id"]], "folder_name (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.folder_name"]], "folder_path (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.folder_path"]], "from_location (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.from_location"]], "from_location (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.from_location"]], "from_step_proc (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.from_step_proc"]], "from_step_proc (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.from_step_proc"]], "from_storage_integration (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.from_storage_integration"]], "from_storage_integration (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.from_storage_integration"]], "from_table (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.from_table"]], "from_table (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.from_table"]], "function_app (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.function_app"]], "function_app_web_site (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.function_app_web_site"]], "function_name (aapi.integration_factory.jobs.jobawslambda attribute)": [[1, "aapi.integration_factory.jobs.JobAwsLambda.function_name"]], "function_name (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.function_name"]], "function_name (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.function_name"]], "function_parameters (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.function_parameters"]], "function_type (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.function_type"]], "function_version (aapi.integration_factory.jobs.jobawslambda attribute)": [[1, "aapi.integration_factory.jobs.JobAwsLambda.function_version"]], "gcp_api_url (aapi.integration_factory.connection_profiles.connectionprofilegcpfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions.gcp_api_url"]], "gcp_api_url (aapi.integration_factory.connection_profiles.connectionprofilegcpvm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM.gcp_api_url"]], "gcp_api_url (aapi.integration_factory.connection_profiles.connectionprofilegcpworkflows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows.gcp_api_url"]], "gcp_big_query_url (aapi.integration_factory.connection_profiles.connectionprofilegcpbigquery attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery.gcp_big_query_url"]], "gcp_data_fusion_url (aapi.integration_factory.connection_profiles.connectionprofilegcpdatafusion attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion.gcp_data_fusion_url"]], "gcp_dataplex_url (aapi.integration_factory.connection_profiles.connectionprofilegcpdataplex attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex.gcp_dataplex_url"]], "gcp_dataprep_url (aapi.integration_factory.connection_profiles.connectionprofilegcpdataprep attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataprep.gcp_dataprep_url"]], "get_instances_logs (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.get_instances_logs"]], "get_logs (aapi.integration_factory.jobs.jobazurelogicapps attribute)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps.get_logs"]], "get_logs (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.get_logs"]], "get_logs (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.get_logs"]], "get_logs (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.get_logs"]], "get_logs (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.get_logs"]], "get_pod_logs (aapi.integration_factory.jobs.jobkubernetes attribute)": [[1, "aapi.integration_factory.jobs.JobKubernetes.get_pod_logs"]], "glue_job_arguments (aapi.integration_factory.jobs.jobawsglue attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlue.glue_job_arguments"]], "glue_job_name (aapi.integration_factory.jobs.jobawsglue attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlue.glue_job_name"]], "glue_url (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.glue_url"]], "grant_type_password (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.grant_type_password"]], "headers (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.headers"]], "host (aapi.integration_factory.connection_profiles.connectionprofileautomationanywhere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere.host"]], "http_headers (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.http_headers"]], "http_headers (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.http_headers"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsec2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.iam_role"]], "iam_role (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationaws.authmethodiamrole attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.AuthMethodIAMRole.iam_role"]], "idempotency_token (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.idempotency_token"]], "idempotency_token (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.idempotency_token"]], "idempotency_token (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.idempotency_token"]], "idempotency_token (aapi.integration_factory.jobs.jobazuredatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDatabricks.idempotency_token"]], "idempotency_token (aapi.integration_factory.jobs.jobdatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobDatabricks.idempotency_token"]], "idempotency_token (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.idempotency_token"]], "idempotent_token (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.idempotent_token"]], "idempotent_token (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.idempotent_token"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpbigquery attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpcomposer attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPComposer.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpdatafusion attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpdataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataflow.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpdataplex attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpdataproc attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpvm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM.identity_type"]], "identity_type (aapi.integration_factory.connection_profiles.connectionprofilegcpworkflows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows.identity_type"]], "idp_url (aapi.integration_factory.connection_profiles.connectionprofilesnowflakeidp attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP.idp_url"]], "image_id (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.image_id"]], "import_compression_type (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.import_compression_type"]], "import_format (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.import_format"]], "include_or_exclude_disks (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.include_or_exclude_disks"]], "individual_type (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.individual_type"]], "input_fields (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.input_fields"]], "input_parameters (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.input_parameters"]], "instance_id (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.instance_id"]], "instance_id (aapi.integration_factory.jobs.jobocivm attribute)": [[1, "aapi.integration_factory.jobs.JobOCIVM.instance_id"]], "instance_name (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.instance_name"]], "instance_name (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.instance_name"]], "instance_name (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.instance_name"]], "instance_policy (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.instance_policy"]], "instance_type (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.instance_type"]], "jcl_filename (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.jcl_filename"]], "jcl_filename (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.jcl_filename"]], "jcl_name (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.jcl_name"]], "jenkins_url (aapi.integration_factory.connection_profiles.connectionprofilejenkins attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileJenkins.jenkins_url"]], "job_attempts (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.job_attempts"]], "job_cleanup (aapi.integration_factory.jobs.jobkubernetes attribute)": [[1, "aapi.integration_factory.jobs.JobKubernetes.job_cleanup"]], "job_definition_and_revision (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.job_definition_and_revision"]], "job_name (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.job_name"]], "job_name (aapi.integration_factory.jobs.jobawsgluedatabrew attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlueDataBrew.job_name"]], "job_name (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.job_name"]], "job_queue (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.job_queue"]], "job_spec_parameters (aapi.integration_factory.jobs.jobkubernetes attribute)": [[1, "aapi.integration_factory.jobs.JobKubernetes.job_spec_parameters"]], "job_spec_yaml (aapi.integration_factory.jobs.jobkubernetes attribute)": [[1, "aapi.integration_factory.jobs.JobKubernetes.job_spec_yaml"]], "job_status_polling_interval (aapi.integration_factory.jobs.jobkubernetes attribute)": [[1, "aapi.integration_factory.jobs.JobKubernetes.job_status_polling_interval"]], "job_timeout (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.job_timeout"]], "job_type (aapi.integration_factory.jobs.jobairbyte attribute)": [[1, "aapi.integration_factory.jobs.JobAirbyte.job_type"]], "json_body (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.json_body"]], "json_format (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.json_format"]], "json_format (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.json_format"]], "json_message_structure (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.json_message_structure"]], "key_name (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.key_name"]], "kms_key (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.kms_key"]], "kubernetes_cluster_url (aapi.integration_factory.connection_profiles.connectionprofilekubernetes attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes.kubernetes_cluster_url"]], "lake_name (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.lake_name"]], "lambda_url (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.lambda_url"]], "latest_application_version (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.latest_application_version"]], "launch_template_id (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.launch_template_id"]], "launch_type (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.launch_type"]], "load_options (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.load_options"]], "load_sql_file (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.load_sql_file"]], "location (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.location"]], "location (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.location"]], "location (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.location"]], "location_name (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.location_name"]], "log_level (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataflow.log_level"]], "log_level (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.log_level"]], "log_level (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.log_level"]], "log_policy (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.log_policy"]], "login_url (aapi.integration_factory.connection_profiles.connectionprofileinformaticacs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS.login_url"]], "machine_template (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.machine_template"]], "machine_type (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.machine_type"]], "mainframe_modernization_url (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.mainframe_modernization_url"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.managed_identity_client_id"]], "managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.managed_identity_client_id"]], "management_url (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.management_url"]], "max_price (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.max_price"]], "max_task_retry_count (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.max_task_retry_count"]], "max_wall_clock_time (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.max_wall_clock_time"]], "max_wall_time_digits (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.max_wall_time_digits"]], "max_wall_time_unit (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.max_wall_time_unit"]], "maximum_retry_count (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.maximum_retry_count"]], "memory (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.memory"]], "message (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.message"]], "message_attributes (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.message_attributes"]], "message_body (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.message_body"]], "message_deduplication_id (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.message_deduplication_id"]], "message_deduplication_id (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.message_deduplication_id"]], "message_group_id (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.message_group_id"]], "message_group_id (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.message_group_id"]], "message_type (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.message_type"]], "method (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.method"]], "mfbsi_config_path (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuslinux attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux.mfbsi_config_path"]], "mfbsi_config_path (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuswindows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows.mfbsi_config_path"]], "mfbsi_directory_path (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuslinux attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux.mfbsi_directory_path"]], "mfbsi_directory_path (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuswindows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows.mfbsi_directory_path"]], "microsoft_teams_webhook_url (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.microsoft_teams_webhook_url"]], "model_deployment_id (aapi.integration_factory.jobs.jobocidatascience attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataScience.model_deployment_id"]], "modified_jcl_path_and_filename (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.modified_jcl_path_and_filename"]], "modified_jcl_path_and_filename (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.modified_jcl_path_and_filename"]], "name_space_id (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.name_space_id"]], "namespace (aapi.integration_factory.connection_profiles.connectionprofilekubernetes attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes.namespace"]], "network_security_groups (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.network_security_groups"]], "network_subnets (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.network_subnets"]], "ni_fi_url (aapi.integration_factory.connection_profiles.connectionprofileapachenifi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileApacheNiFi.ni_fi_url"]], "no_perm (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.no_perm"]], "notebook_execution_name (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.notebook_execution_name"]], "notebook_id (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.notebook_id"]], "notebook_session_id (aapi.integration_factory.jobs.jobocidatascience attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataScience.notebook_session_id"]], "number_of_copies (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.number_of_copies"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileairbyte attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilealteryxtrifacta attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileapachenifi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileApacheNiFi.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileautomationanywhere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsathena attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsbackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawscloudformation attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsdatapipeline attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsdynamodb attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsec2 attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsecs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsemr attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsglue attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsgluedatabrew attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawslambda attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsmainframemodernization attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsquicksight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawssns attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSNS.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawssqs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSQS.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazuredevops attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazurehdinsight attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileboomiatomsphere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilecontrolmreports attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileControlMReports.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofiledbt attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDBT.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofiledatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpbigquery attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpcomposer attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPComposer.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpdatafusion attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpdataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataflow.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpdataplex attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpdataprep attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataprep.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpdataproc attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpvm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilegcpworkflows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileinformaticacs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilejenkins attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileJenkins.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilekubernetes attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuslinux attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuswindows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilemicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileocidataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileocidataintegration attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileocidatascience attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileqlikcloud attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilesnowflake attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilesnowflakeidp attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofiletableau attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofiletalenddatamanagement attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofiletalendoauth attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendOAuth.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileterraform attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTerraform.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofileuipath attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.object_name"]], "object_name (aapi.integration_factory.connection_profiles.connectionprofilewebservicessoap attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP.object_name"]], "object_name (aapi.integration_factory.jobs.jobairbyte attribute)": [[1, "aapi.integration_factory.jobs.JobAirbyte.object_name"]], "object_name (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.object_name"]], "object_name (aapi.integration_factory.jobs.jobapachenifi attribute)": [[1, "aapi.integration_factory.jobs.JobApacheNiFi.object_name"]], "object_name (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.object_name"]], "object_name (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsglue attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlue.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsgluedatabrew attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlueDataBrew.object_name"]], "object_name (aapi.integration_factory.jobs.jobawslambda attribute)": [[1, "aapi.integration_factory.jobs.JobAwsLambda.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsquicksight attribute)": [[1, "aapi.integration_factory.jobs.JobAwsQuickSight.object_name"]], "object_name (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.object_name"]], "object_name (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.object_name"]], "object_name (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.object_name"]], "object_name (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.object_name"]], "object_name (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.object_name"]], "object_name (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.object_name"]], "object_name (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.object_name"]], "object_name (aapi.integration_factory.jobs.jobazuredatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDatabricks.object_name"]], "object_name (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.object_name"]], "object_name (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.object_name"]], "object_name (aapi.integration_factory.jobs.jobazurehdinsight attribute)": [[1, "aapi.integration_factory.jobs.JobAzureHDInsight.object_name"]], "object_name (aapi.integration_factory.jobs.jobazurelogicapps attribute)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps.object_name"]], "object_name (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.object_name"]], "object_name (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.object_name"]], "object_name (aapi.integration_factory.jobs.jobazuresynapse attribute)": [[1, "aapi.integration_factory.jobs.JobAzureSynapse.object_name"]], "object_name (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.object_name"]], "object_name (aapi.integration_factory.jobs.jobboomiatomsphere attribute)": [[1, "aapi.integration_factory.jobs.JobBoomiAtomsphere.object_name"]], "object_name (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.object_name"]], "object_name (aapi.integration_factory.jobs.jobcontrolmreports attribute)": [[1, "aapi.integration_factory.jobs.JobControlMReports.object_name"]], "object_name (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.object_name"]], "object_name (aapi.integration_factory.jobs.jobdatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobDatabricks.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpcomposer attribute)": [[1, "aapi.integration_factory.jobs.JobGCPComposer.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataflow.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.object_name"]], "object_name (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.object_name"]], "object_name (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.object_name"]], "object_name (aapi.integration_factory.jobs.jobjenkins attribute)": [[1, "aapi.integration_factory.jobs.JobJenkins.object_name"]], "object_name (aapi.integration_factory.jobs.jobkubernetes attribute)": [[1, "aapi.integration_factory.jobs.JobKubernetes.object_name"]], "object_name (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.object_name"]], "object_name (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.object_name"]], "object_name (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.object_name"]], "object_name (aapi.integration_factory.jobs.jobocidataflow attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataFlow.object_name"]], "object_name (aapi.integration_factory.jobs.jobocidataintegration attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataIntegration.object_name"]], "object_name (aapi.integration_factory.jobs.jobocidatascience attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataScience.object_name"]], "object_name (aapi.integration_factory.jobs.jobocivm attribute)": [[1, "aapi.integration_factory.jobs.JobOCIVM.object_name"]], "object_name (aapi.integration_factory.jobs.jobqlikcloud attribute)": [[1, "aapi.integration_factory.jobs.JobQlikCloud.object_name"]], "object_name (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.object_name"]], "object_name (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.object_name"]], "object_name (aapi.integration_factory.jobs.jobtableau attribute)": [[1, "aapi.integration_factory.jobs.JobTableau.object_name"]], "object_name (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.object_name"]], "object_name (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.object_name"]], "object_name (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.object_name"]], "object_name (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.object_name"]], "object_name (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.object_name"]], "object_name (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.object_name"]], "oci_data_flow_url (aapi.integration_factory.connection_profiles.connectionprofileocidataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow.oci_data_flow_url"]], "oci_data_integration_url (aapi.integration_factory.connection_profiles.connectionprofileocidataintegration attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration.oci_data_integration_url"]], "oci_instances_url (aapi.integration_factory.connection_profiles.connectionprofileocidatascience attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience.oci_instances_url"]], "oci_instances_url (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.oci_instances_url"]], "oci_region (aapi.integration_factory.connection_profiles.connectionprofileocidataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow.oci_region"]], "oci_region (aapi.integration_factory.connection_profiles.connectionprofileocidataintegration attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration.oci_region"]], "oci_region (aapi.integration_factory.connection_profiles.connectionprofileocidatascience attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience.oci_region"]], "oci_region (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.oci_region"]], "on_failure (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.on_failure"]], "operation (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.operation"]], "operation (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.operation"]], "operations (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.operations"]], "optional_input_parameters (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.optional_input_parameters"]], "optional_input_parameters (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.optional_input_parameters"]], "organization_id (aapi.integration_factory.connection_profiles.connectionprofileazuredevops attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps.organization_id"]], "origination_number (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.origination_number"]], "os_exit_code (aapi.integration_factory.jobs.jobkubernetes attribute)": [[1, "aapi.integration_factory.jobs.JobKubernetes.os_exit_code"]], "output_handling (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.output_handling"]], "output_handling (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.output_handling"]], "output_job_logs (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.output_job_logs"]], "output_job_logs (aapi.integration_factory.jobs.jobawsgluedatabrew attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlueDataBrew.output_job_logs"]], "output_location (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.output_location"]], "override_command (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.override_command"]], "override_commands (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.override_commands"]], "override_container (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.override_container"]], "override_job_commands (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.override_job_commands"]], "override_region (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.override_region"]], "overwrite (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.overwrite"]], "overwrite (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.overwrite"]], "parameters (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.parameters"]], "parameters (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.parameters"]], "parameters (aapi.integration_factory.jobs.jobawslambda attribute)": [[1, "aapi.integration_factory.jobs.JobAwsLambda.parameters"]], "parameters (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.parameters"]], "parameters (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.parameters"]], "parameters (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.parameters"]], "parameters (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.parameters"]], "parameters (aapi.integration_factory.jobs.jobazuredatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDatabricks.parameters"]], "parameters (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.parameters"]], "parameters (aapi.integration_factory.jobs.jobazurehdinsight attribute)": [[1, "aapi.integration_factory.jobs.JobAzureHDInsight.parameters"]], "parameters (aapi.integration_factory.jobs.jobazurelogicapps attribute)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps.parameters"]], "parameters (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.parameters"]], "parameters (aapi.integration_factory.jobs.jobazuresynapse attribute)": [[1, "aapi.integration_factory.jobs.JobAzureSynapse.parameters"]], "parameters (aapi.integration_factory.jobs.jobdatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobDatabricks.parameters"]], "parameters (aapi.integration_factory.jobs.jobgcpcomposer attribute)": [[1, "aapi.integration_factory.jobs.JobGCPComposer.parameters"]], "parameters (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.parameters"]], "parameters (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.parameters"]], "parameters (aapi.integration_factory.jobs.jobjenkins attribute)": [[1, "aapi.integration_factory.jobs.JobJenkins.parameters"]], "parameters (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.parameters"]], "parameters (aapi.integration_factory.jobs.jobocidatascience attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataScience.parameters"]], "parameters (aapi.integration_factory.jobs.jobocivm attribute)": [[1, "aapi.integration_factory.jobs.JobOCIVM.parameters"]], "parameters (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.parameters"]], "parameters (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.parameters"]], "parameters (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.parameters"]], "parameters (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.parameters"]], "parameters_ (aapi.integration_factory.jobs.jobapachenifi attribute)": [[1, "aapi.integration_factory.jobs.JobApacheNiFi.parameters_"]], "parameters_json_format (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataflow.parameters_json_format"]], "parameters_json_format (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.parameters_json_format"]], "parameters_json_input (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.parameters_json_input"]], "password (aapi.integration_factory.connection_profiles.connectionprofilealteryxtrifacta attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofileapachenifi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileApacheNiFi.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofileautomationanywhere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofilecontrolmreports attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileControlMReports.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofileinformaticacs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofilemicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationbasic attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationBasic.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2.basicauthentication attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.BasicAuthentication.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2.granttypepassword attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.GrantTypePassword.password"]], "password (aapi.integration_factory.connection_profiles.connectionprofilewebservicessoap.webserviceauthenticationbasic attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP.WebServiceAuthenticationBasic.password"]], "pds (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.pds"]], "pds (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.pds"]], "personal_access_token_authorization (aapi.integration_factory.connection_profiles.connectionprofiletalenddatamanagement attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement.personal_access_token_authorization"]], "phone_number (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.phone_number"]], "phone_number_id (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.phone_number_id"]], "pipe_name (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.pipe_name"]], "pipeline_endpoint_id (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.pipeline_endpoint_id"]], "pipeline_execution_arn (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.pipeline_execution_arn"]], "pipeline_id (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.pipeline_id"]], "pipeline_id (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.pipeline_id"]], "pipeline_id (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.pipeline_id"]], "pipeline_name (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.pipeline_name"]], "pipeline_name (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.pipeline_name"]], "pipeline_name (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.pipeline_name"]], "pipeline_name (aapi.integration_factory.jobs.jobazuresynapse attribute)": [[1, "aapi.integration_factory.jobs.JobAzureSynapse.pipeline_name"]], "pipeline_name (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.pipeline_name"]], "pipeline_name (aapi.integration_factory.jobs.jobjenkins attribute)": [[1, "aapi.integration_factory.jobs.JobJenkins.pipeline_name"]], "pipeline_unique_id (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.pipeline_unique_id"]], "placement_availability_zone (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.placement_availability_zone"]], "plan_executable (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.plan_executable"]], "plan_name (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.plan_name"]], "plan_polling_intervals (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.plan_polling_intervals"]], "policy_name (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.policy_name"]], "polling_interval_frequency (aapi.integration_factory.jobs.jobboomiatomsphere attribute)": [[1, "aapi.integration_factory.jobs.JobBoomiAtomsphere.polling_interval_frequency"]], "polling_interval_sec (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.polling_interval_sec"]], "port (aapi.integration_factory.connection_profiles.connectionprofileapachenifi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileApacheNiFi.port"]], "prepared_query_name (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.prepared_query_name"]], "print_log_to_output (aapi.integration_factory.jobs.jobqlikcloud attribute)": [[1, "aapi.integration_factory.jobs.JobQlikCloud.print_log_to_output"]], "priority (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.priority"]], "private_key (aapi.integration_factory.connection_profiles.connectionprofileocidataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow.private_key"]], "private_key (aapi.integration_factory.connection_profiles.connectionprofileocidataintegration attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration.private_key"]], "private_key (aapi.integration_factory.connection_profiles.connectionprofileocidatascience attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience.private_key"]], "private_key (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.private_key"]], "procedure_argument (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.procedure_argument"]], "procedure_argument (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.procedure_argument"]], "process_name (aapi.integration_factory.jobs.jobboomiatomsphere attribute)": [[1, "aapi.integration_factory.jobs.JobBoomiAtomsphere.process_name"]], "process_name (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.process_name"]], "process_to_run (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.process_to_run"]], "process_uri_path (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.process_uri_path"]], "processor_group_id (aapi.integration_factory.jobs.jobapachenifi attribute)": [[1, "aapi.integration_factory.jobs.JobApacheNiFi.processor_group_id"]], "processor_id (aapi.integration_factory.jobs.jobapachenifi attribute)": [[1, "aapi.integration_factory.jobs.JobApacheNiFi.processor_id"]], "profile (aapi.integration_factory.connection_profiles.connectionprofileocidataintegration attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration.profile"]], "profile (aapi.integration_factory.connection_profiles.connectionprofileocidatascience attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience.profile"]], "profile (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.profile"]], "project_id (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.project_id"]], "project_id (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataflow.project_id"]], "project_id (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.project_id"]], "project_id (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.project_id"]], "project_id (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.project_id"]], "project_id (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.project_id"]], "project_id (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.project_id"]], "project_id (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.project_id"]], "project_name (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.project_name"]], "project_name (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.project_name"]], "project_name (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.project_name"]], "protect_content (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.protect_content"]], "provisioning_model (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.provisioning_model"]], "push_attribute1_name (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.push_attribute1_name"]], "push_attribute1_value (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.push_attribute1_value"]], "push_attribute2_name (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.push_attribute2_name"]], "push_attribute2_value (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.push_attribute2_value"]], "push_attribute3_name (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.push_attribute3_name"]], "push_attribute3_value (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.push_attribute3_value"]], "push_attribute4_name (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.push_attribute4_name"]], "push_attribute4_value (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.push_attribute4_value"]], "push_attribute5_name (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.push_attribute5_name"]], "push_attribute5_value (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.push_attribute5_value"]], "push_notifications_attributes (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.push_notifications_attributes"]], "qlik_api_url (aapi.integration_factory.connection_profiles.connectionprofileqlikcloud attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud.qlik_api_url"]], "query (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.query"]], "query (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.query"]], "query (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.query"]], "query_input (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.query_input"]], "query_input (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.query_input"]], "query_parameters (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.query_parameters"]], "query_to_location (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.query_to_location"]], "query_to_location (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.query_to_location"]], "queue_type (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.queue_type"]], "queue_url (aapi.integration_factory.jobs.jobawssqs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSQS.queue_url"]], "recapture_abend_codes (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.recapture_abend_codes"]], "recapture_abend_codes (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.recapture_abend_codes"]], "recapture_cond_codes (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.recapture_cond_codes"]], "recapture_cond_codes (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.recapture_cond_codes"]], "recipient_phone_number (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.recipient_phone_number"]], "recovery_point_arn (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.recovery_point_arn"]], "recovery_point_name (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.recovery_point_name"]], "redirect_url (aapi.integration_factory.connection_profiles.connectionprofilesnowflake attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake.redirect_url"]], "refresh_token (aapi.integration_factory.connection_profiles.connectionprofilesnowflake attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake.refresh_token"]], "refresh_type (aapi.integration_factory.jobs.jobawsquicksight attribute)": [[1, "aapi.integration_factory.jobs.JobAwsQuickSight.refresh_type"]], "region (aapi.integration_factory.connection_profiles.connectionprofileqlikcloud attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud.region"]], "region (aapi.integration_factory.connection_profiles.connectionprofilesnowflake attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake.region"]], "region (aapi.integration_factory.connection_profiles.connectionprofilesnowflakeidp attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP.region"]], "region (aapi.integration_factory.connection_profiles.connectionprofiletalenddatamanagement attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement.region"]], "region (aapi.integration_factory.connection_profiles.connectionprofiletalendoauth attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendOAuth.region"]], "region (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationaws attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.region"]], "region (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.region"]], "region (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.region"]], "region (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataflow.region"]], "relative_path (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.relative_path"]], "reload_type (aapi.integration_factory.jobs.jobqlikcloud attribute)": [[1, "aapi.integration_factory.jobs.JobQlikCloud.reload_type"]], "replace_existing_file (aapi.integration_factory.jobs.jobcontrolmreports attribute)": [[1, "aapi.integration_factory.jobs.JobControlMReports.replace_existing_file"]], "report_file_format (aapi.integration_factory.jobs.jobcontrolmreports attribute)": [[1, "aapi.integration_factory.jobs.JobControlMReports.report_file_format"]], "repository_path (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.repository_path"]], "request_definition (aapi.integration_factory.jobs.jobwebservicesrest.wsrestbody attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.WsRestBody.request_definition"]], "request_definition (aapi.integration_factory.jobs.jobwebservicessoap.soaprequest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.SoapRequest.request_definition"]], "request_id (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.request_id"]], "rerun_job_id (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.rerun_job_id"]], "rerun_job_id (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.rerun_job_id"]], "rerun_only_failed_tasks (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.rerun_only_failed_tasks"]], "rerun_run_id (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.rerun_run_id"]], "rerun_suspended_taskflow (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.rerun_suspended_taskflow"]], "rerun_with_new_idempotency_token (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.rerun_with_new_idempotency_token"]], "resource_arn (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.resource_arn"]], "resource_group (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.resource_group"]], "resource_group (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.resource_group"]], "resource_group (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.resource_group"]], "resource_group (aapi.integration_factory.connection_profiles.connectionprofilemicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI.resource_group"]], "resource_group_name (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.resource_group_name"]], "resource_group_name (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.resource_group_name"]], "resource_group_name (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.resource_group_name"]], "rest_login_url (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.rest_login_url"]], "restart_on_rerun (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.restart_on_rerun"]], "restart_on_rerun (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.restart_on_rerun"]], "restart_with_modified_jcl (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.restart_with_modified_jcl"]], "restart_with_modified_jcl (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.restart_with_modified_jcl"]], "restore_parameters (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.restore_parameters"]], "restore_region (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.restore_region"]], "restore_to_latest_recovery_point (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.restore_to_latest_recovery_point"]], "retention_time (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.retention_time"]], "retention_time_digits (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.retention_time_digits"]], "retention_time_unit (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.retention_time_unit"]], "retrack_job_status (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.retrack_job_status"]], "retrieve_cloud_watch_logs (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.retrieve_cloud_watch_logs"]], "retry_number (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.retry_number"]], "retry_pipeline_execution (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.retry_pipeline_execution"]], "robot_id (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.robot_id"]], "robot_name (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.robot_name"]], "role (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.role"]], "role (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.role"]], "role_arn (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.role_arn"]], "role_arn (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.role_arn"]], "routine (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.routine"]], "run_as (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuslinux attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux.run_as"]], "run_as (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuswindows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows.run_as"]], "run_as_pass (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuslinux attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux.run_as_pass"]], "run_as_pass (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuswindows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows.run_as_pass"]], "run_comment (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.run_comment"]], "run_id (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.run_id"]], "run_name (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.run_name"]], "run_select_query_and_copy_to_table (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.run_select_query_and_copy_to_table"]], "run_statement_with_parameter (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.run_statement_with_parameter"]], "runnable_type (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.runnable_type"]], "runtime_environment (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuslinux attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux.runtime_environment"]], "runtime_environment (aapi.integration_factory.connection_profiles.connectionprofilemicrofocuswindows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows.runtime_environment"]], "runtime_parameters (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.runtime_parameters"]], "s3_acl_option (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.s3_acl_option"]], "s3_bucket_name (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.s3_bucket_name"]], "s3_bucket_owner_id (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.s3_bucket_owner_id"]], "s3_path_prefix (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.s3_path_prefix"]], "sage_maker_url (aapi.integration_factory.connection_profiles.connectionprofileawssagemaker attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker.sage_maker_url"]], "scan_name (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.scan_name"]], "schema (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.schema"]], "schema (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.schema"]], "scope (aapi.integration_factory.connection_profiles.connectionprofilesnowflakeidp attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP.scope"]], "secret_access_key (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationaws.authmethodaccessandsecretkeys attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationAws.AuthMethodAccessAndSecretKeys.secret_access_key"]], "select_operation (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.select_operation"]], "sender_id (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.sender_id"]], "sender_identifier (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.sender_identifier"]], "service_account_email_format (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.service_account_email_format"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpbatch attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpbigquery attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpcomposer attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPComposer.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpdatafusion attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpdataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataflow.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpdataplex attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpvm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilegcpworkflows attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows.service_account_key"]], "service_account_key (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationgoogle attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle.service_account_key"]], "service_account_key_json_format (aapi.integration_factory.connection_profiles.connectionprofilegcpdataproc attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc.service_account_key_json_format"]], "service_role (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.service_role"]], "service_token_file (aapi.integration_factory.connection_profiles.connectionprofilekubernetes attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes.service_token_file"]], "set_download_file_name (aapi.integration_factory.jobs.jobcontrolmreports attribute)": [[1, "aapi.integration_factory.jobs.JobControlMReports.set_download_file_name"]], "set_mf_ucc11 (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.set_mf_ucc11"]], "set_mf_ucc11 (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.set_mf_ucc11"]], "show_build_logs (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.show_build_logs"]], "show_execution_logs (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.show_execution_logs"]], "show_json_output (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.show_json_output"]], "show_load_options (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.show_load_options"]], "show_more_options (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.show_more_options"]], "show_more_options (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.show_more_options"]], "show_output (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.show_output"]], "show_output (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.show_output"]], "show_results (aapi.integration_factory.jobs.jobairbyte attribute)": [[1, "aapi.integration_factory.jobs.JobAirbyte.show_results"]], "show_workflow_results (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.show_workflow_results"]], "silent_message (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.silent_message"]], "site_name (aapi.integration_factory.connection_profiles.connectionprofiletableau attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau.site_name"]], "slack_parameters (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.slack_parameters"]], "slack_webhook_url (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.slack_webhook_url"]], "sms_attributes (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.sms_attributes"]], "sms_type (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.sms_type"]], "snowflake_sql_statement (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.snowflake_sql_statement"]], "snowflake_sql_statement (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.snowflake_sql_statement"]], "snowpipe_name (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.snowpipe_name"]], "snowpipe_name (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.snowpipe_name"]], "soap_action (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.soap_action"]], "soap_request (aapi.integration_factory.jobs.jobwebservicessoap attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.soap_request"]], "soap_request_field (aapi.integration_factory.jobs.jobwebservicessoap.soaprequest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesSOAP.SoapRequest.soap_request_field"]], "source_tables_properties (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.source_tables_properties"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.specify_managed_identity_client_id"]], "specify_managed_identity_client_id (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.specify_managed_identity_client_id"]], "sql_statement (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.sql_statement"]], "stack_name (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.stack_name"]], "stack_parameters (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.stack_parameters"]], "stage_location (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.stage_location"]], "stage_location (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.stage_location"]], "stage_name (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.stage_name"]], "stage_name (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.stage_name"]], "stage_url (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.stage_url"]], "stage_url (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.stage_url"]], "stages_to_skip (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.stages_to_skip"]], "start_or_pause_pipe (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.start_or_pause_pipe"]], "start_or_pause_snowpipe (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.start_or_pause_snowpipe"]], "state_machine_arn (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.state_machine_arn"]], "statement (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.statement"]], "statement_parameters (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.statement_parameters"]], "statement_timeout (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.statement_timeout"]], "statement_timeout_sec (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.statement_timeout_sec"]], "status_file_cloud_location_path (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.status_file_cloud_location_path"]], "status_file_cloud_location_path (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.status_file_cloud_location_path"]], "status_polling_frequency (aapi.integration_factory.jobs.jobairbyte attribute)": [[1, "aapi.integration_factory.jobs.JobAirbyte.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobalteryxtrifacta attribute)": [[1, "aapi.integration_factory.jobs.JobAlteryxTrifacta.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobapachenifi attribute)": [[1, "aapi.integration_factory.jobs.JobApacheNiFi.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobautomationanywhere attribute)": [[1, "aapi.integration_factory.jobs.JobAutomationAnywhere.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsecs attribute)": [[1, "aapi.integration_factory.jobs.JobAwsECS.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsglue attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlue.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsgluedatabrew attribute)": [[1, "aapi.integration_factory.jobs.JobAwsGlueDataBrew.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsmainframemodernization attribute)": [[1, "aapi.integration_factory.jobs.JobAwsMainframeModernization.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsquicksight attribute)": [[1, "aapi.integration_factory.jobs.JobAwsQuickSight.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawssagemaker attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSageMaker.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobawsstepfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAwsStepFunctions.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazuredatafactory attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDataFactory.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazuredatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDatabricks.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazurehdinsight attribute)": [[1, "aapi.integration_factory.jobs.JobAzureHDInsight.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazurelogicapps attribute)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobazureresourcemanager attribute)": [[1, "aapi.integration_factory.jobs.JobAzureResourceManager.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobcontrolmreports attribute)": [[1, "aapi.integration_factory.jobs.JobControlMReports.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobdbt attribute)": [[1, "aapi.integration_factory.jobs.JobDBT.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobdatabricks attribute)": [[1, "aapi.integration_factory.jobs.JobDatabricks.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpcomposer attribute)": [[1, "aapi.integration_factory.jobs.JobGCPComposer.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpdatafusion attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataFusion.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpdataprep attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataprep.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobjenkins attribute)": [[1, "aapi.integration_factory.jobs.JobJenkins.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobocidataflow attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataFlow.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobocidataintegration attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataIntegration.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobocidatascience attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataScience.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobocivm attribute)": [[1, "aapi.integration_factory.jobs.JobOCIVM.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobqlikcloud attribute)": [[1, "aapi.integration_factory.jobs.JobQlikCloud.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobtableau attribute)": [[1, "aapi.integration_factory.jobs.JobTableau.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.status_polling_frequency"]], "status_polling_frequency (aapi.integration_factory.jobs.jobuipath attribute)": [[1, "aapi.integration_factory.jobs.JobUIPath.status_polling_frequency"]], "status_polling_interval (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.status_polling_interval"]], "status_polling_interval (aapi.integration_factory.jobs.jobazuresynapse attribute)": [[1, "aapi.integration_factory.jobs.JobAzureSynapse.status_polling_interval"]], "step_functions_url (aapi.integration_factory.connection_profiles.connectionprofileawsstepfunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions.step_functions_url"]], "step_id (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.step_id"]], "step_specific_condition_codes (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.step_specific_condition_codes"]], "step_specific_condition_codes (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.step_specific_condition_codes"]], "stoarge_integration_for_location (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.stoarge_integration_for_location"]], "stoarge_integration_for_location (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.stoarge_integration_for_location"]], "storage_account_name (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.storage_account_name"]], "storage_integration (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.storage_integration"]], "storage_integration (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.storage_integration"]], "stored_procedure_name (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.stored_procedure_name"]], "stored_procedure_name (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.stored_procedure_name"]], "subject (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.subject"]], "subnet_id (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.subnet_id"]], "subscription_id (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.subscription_id"]], "subscription_id (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.subscription_id"]], "subscription_id (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.subscription_id"]], "subscription_id (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.subscription_id"]], "subscription_id (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.subscription_id"]], "subscription_id (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.subscription_id"]], "subscription_id (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.subscription_id"]], "synapse_resource (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.synapse_resource"]], "synapse_url (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.synapse_url"]], "table_arn (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.table_arn"]], "table_creation_parameters (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.table_creation_parameters"]], "table_name (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.table_name"]], "table_name (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.table_name"]], "table_name (aapi.integration_factory.jobs.jobgcpbigquery attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBigQuery.table_name"]], "table_name (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.table_name"]], "table_name (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.table_name"]], "tableau_url (aapi.integration_factory.connection_profiles.connectionprofiletableau attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau.tableau_url"]], "talend_api_url (aapi.integration_factory.connection_profiles.connectionprofiletalendoauth attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTalendOAuth.talend_api_url"]], "target_arn (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.target_arn"]], "task_command_line (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.task_command_line"]], "task_executable (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.task_executable"]], "task_flow_url (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.task_flow_url"]], "task_id_prefix (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.task_id_prefix"]], "task_id_variable (aapi.integration_factory.jobs.jobazurebatchaccounts attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBatchAccounts.task_id_variable"]], "task_key (aapi.integration_factory.jobs.jobocidataintegration attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataIntegration.task_key"]], "task_name (aapi.integration_factory.jobs.jobgcpdataplex attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataplex.task_name"]], "task_name (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.task_name"]], "task_name (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.task_name"]], "task_name (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.task_name"]], "task_plan_execution (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.task_plan_execution"]], "task_polling_intervals (aapi.integration_factory.jobs.jobtalenddatamanagement attribute)": [[1, "aapi.integration_factory.jobs.JobTalendDataManagement.task_polling_intervals"]], "task_run_input_parameters (aapi.integration_factory.jobs.jobocidataintegration attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataIntegration.task_run_input_parameters"]], "task_run_name (aapi.integration_factory.jobs.jobocidataintegration attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataIntegration.task_run_name"]], "task_script_text (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.task_script_text"]], "task_timeout (aapi.integration_factory.jobs.jobtalendoauth attribute)": [[1, "aapi.integration_factory.jobs.JobTalendOAuth.task_timeout"]], "task_type (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.task_type"]], "taskflow_job_name (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.taskflow_job_name"]], "teams_parameters (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.teams_parameters"]], "telegram_bot_token (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.telegram_bot_token"]], "telegram_chat_id (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.telegram_chat_id"]], "telegram_parameters (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.telegram_parameters"]], "telegram_url (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.telegram_url"]], "template_body (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.template_body"]], "template_location_gs_ (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataflow.template_location_gs_"]], "template_name (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.template_name"]], "template_type (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataflow.template_type"]], "template_url (aapi.integration_factory.jobs.jobawscloudformation attribute)": [[1, "aapi.integration_factory.jobs.JobAwsCloudFormation.template_url"]], "tenancy_ocid (aapi.integration_factory.connection_profiles.connectionprofileocidataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow.tenancy_ocid"]], "tenancy_ocid (aapi.integration_factory.connection_profiles.connectionprofileocidataintegration attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration.tenancy_ocid"]], "tenancy_ocid (aapi.integration_factory.connection_profiles.connectionprofileocidatascience attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience.tenancy_ocid"]], "tenancy_ocid (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.tenancy_ocid"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazurebackup attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazurebatchaccounts attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazuredatafactory attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazuredatabricks attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazurefunctions attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazurelogicapps attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazuremachinelearning attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazureresourcemanager attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazuresynapse attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileazurevm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM.tenant_id"]], "tenant_id (aapi.integration_factory.connection_profiles.connectionprofileqlikcloud attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud.tenant_id"]], "tenant_name (aapi.integration_factory.connection_profiles.connectionprofileuipath attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath.tenant_name"]], "tenant_url (aapi.integration_factory.connection_profiles.connectionprofileuipath attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileUIPath.tenant_url"]], "terraform_org_name (aapi.integration_factory.connection_profiles.connectionprofileterraform attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTerraform.terraform_org_name"]], "to_step_proc (aapi.integration_factory.jobs.jobmicrofocuslinux attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusLinux.to_step_proc"]], "to_step_proc (aapi.integration_factory.jobs.jobmicrofocuswindows attribute)": [[1, "aapi.integration_factory.jobs.JobMicroFocusWindows.to_step_proc"]], "token (aapi.integration_factory.connection_profiles.connectionprofileterraform attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTerraform.token"]], "token_name (aapi.integration_factory.connection_profiles.connectionprofiletableau attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau.token_name"]], "token_secret (aapi.integration_factory.connection_profiles.connectionprofiletableau attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileTableau.token_secret"]], "token_type (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationgoogle attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationGoogle.token_type"]], "tolerance (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.tolerance"]], "tolerance (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.tolerance"]], "tolerance (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.tolerance"]], "tolerance (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.tolerance"]], "tolerance (aapi.integration_factory.jobs.jobboomiatomsphere attribute)": [[1, "aapi.integration_factory.jobs.JobBoomiAtomsphere.tolerance"]], "tolerance (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.tolerance"]], "tolerance (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.tolerance"]], "tolerance (aapi.integration_factory.jobs.jobqlikcloud attribute)": [[1, "aapi.integration_factory.jobs.JobQlikCloud.tolerance"]], "topic_type (aapi.integration_factory.jobs.jobawssns attribute)": [[1, "aapi.integration_factory.jobs.JobAwsSNS.topic_type"]], "transaction_statments (aapi.integration_factory.jobs.jobawsdynamodb attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDynamoDB.transaction_statments"]], "trifacta_url (aapi.integration_factory.connection_profiles.connectionprofilealteryxtrifacta attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta.trifacta_url"]], "trigger_created_pipeline (aapi.integration_factory.jobs.jobawsdatapipeline attribute)": [[1, "aapi.integration_factory.jobs.JobAwsDataPipeline.trigger_created_pipeline"]], "unload_file_type (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.unload_file_type"]], "url_parameters (aapi.integration_factory.jobs.jobgcpfunctions attribute)": [[1, "aapi.integration_factory.jobs.JobGCPFunctions.url_parameters"]], "url_parameters (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.url_parameters"]], "url_request_path (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.url_request_path"]], "use_advanced_json_format (aapi.integration_factory.jobs.jobawsbatch attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBatch.use_advanced_json_format"]], "use_advanced_json_format (aapi.integration_factory.jobs.jobawsemr attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEMR.use_advanced_json_format"]], "use_advanced_json_format (aapi.integration_factory.jobs.jobgcpbatch attribute)": [[1, "aapi.integration_factory.jobs.JobGCPBatch.use_advanced_json_format"]], "use_federation_id (aapi.integration_factory.jobs.jobinformaticacs attribute)": [[1, "aapi.integration_factory.jobs.JobInformaticaCS.use_federation_id"]], "use_preemptive_auth (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationbasic attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationBasic.use_preemptive_auth"]], "use_preemptive_auth (aapi.integration_factory.connection_profiles.connectionprofilewebservicessoap.webserviceauthenticationbasic attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP.WebServiceAuthenticationBasic.use_preemptive_auth"]], "user (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationbasic attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationBasic.user"]], "user (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2.basicauthentication attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.BasicAuthentication.user"]], "user (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest.webserviceauthenticationoauth2.granttypepassword attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.WebServiceAuthenticationOauth2.GrantTypePassword.user"]], "user (aapi.integration_factory.connection_profiles.connectionprofilewebservicessoap.webserviceauthenticationbasic attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP.WebServiceAuthenticationBasic.user"]], "user_access_token (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.user_access_token"]], "user_access_token (aapi.integration_factory.connection_profiles.connectionprofilegcpdataprep attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataprep.user_access_token"]], "user_api_token (aapi.integration_factory.connection_profiles.connectionprofilejenkins attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileJenkins.user_api_token"]], "user_name (aapi.integration_factory.connection_profiles.connectionprofileautomationanywhere attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere.user_name"]], "user_name (aapi.integration_factory.connection_profiles.connectionprofilemicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI.user_name"]], "user_ocid (aapi.integration_factory.connection_profiles.connectionprofileocidataflow attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow.user_ocid"]], "user_ocid (aapi.integration_factory.connection_profiles.connectionprofileocidataintegration attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration.user_ocid"]], "user_ocid (aapi.integration_factory.connection_profiles.connectionprofileocidatascience attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience.user_ocid"]], "user_ocid (aapi.integration_factory.connection_profiles.connectionprofileocivm attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM.user_ocid"]], "username (aapi.integration_factory.connection_profiles.connectionprofilealteryxtrifacta attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta.username"]], "username (aapi.integration_factory.connection_profiles.connectionprofileapachenifi attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileApacheNiFi.username"]], "username (aapi.integration_factory.connection_profiles.connectionprofilecontrolmreports attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileControlMReports.username"]], "username (aapi.integration_factory.connection_profiles.connectionprofileinformaticacs attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS.username"]], "username (aapi.integration_factory.connection_profiles.connectionprofilejenkins attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileJenkins.username"]], "variable (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.variable"]], "variables (aapi.integration_factory.jobs.jobazuredevops attribute)": [[1, "aapi.integration_factory.jobs.JobAzureDevOps.variables"]], "variables (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.variables"]], "vault_name (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.vault_name"]], "vault_resource_group (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.vault_resource_group"]], "verification_poll_interval (aapi.integration_factory.jobs.jobawsec2 attribute)": [[1, "aapi.integration_factory.jobs.JobAwsEC2.verification_poll_interval"]], "verification_poll_interval (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.verification_poll_interval"]], "verification_poll_interval (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.verification_poll_interval"]], "verification_poll_interval_in_seconds (aapi.integration_factory.jobs.jobgcpdataflow attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataflow.verification_poll_interval_in_seconds"]], "verification_poll_interval_in_seconds (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.verification_poll_interval_in_seconds"]], "verification_poll_intervall (aapi.integration_factory.jobs.jobazurefunctions attribute)": [[1, "aapi.integration_factory.jobs.JobAzureFunctions.verification_poll_intervall"]], "version (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.version"]], "vm_name (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.vm_name"]], "vm_name (aapi.integration_factory.jobs.jobazurevm attribute)": [[1, "aapi.integration_factory.jobs.JobAzureVM.vm_name"]], "vm_resource_group (aapi.integration_factory.jobs.jobazurebackup attribute)": [[1, "aapi.integration_factory.jobs.JobAzureBackup.vm_resource_group"]], "warehouse (aapi.integration_factory.jobs.jobsnowflake attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflake.warehouse"]], "warehouse (aapi.integration_factory.jobs.jobsnowflakeidp attribute)": [[1, "aapi.integration_factory.jobs.JobSnowflakeIdP.warehouse"]], "web_service_authentication_aws (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.web_service_authentication_aws"]], "web_service_authentication_basic (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.web_service_authentication_basic"]], "web_service_authentication_basic (aapi.integration_factory.connection_profiles.connectionprofilewebservicessoap attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP.web_service_authentication_basic"]], "web_service_authentication_google (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.web_service_authentication_google"]], "web_service_authentication_oauth2 (aapi.integration_factory.connection_profiles.connectionprofilewebservicesrest attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST.web_service_authentication_oauth2"]], "whats_app_business_id (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.whats_app_business_id"]], "whats_app_parameters (aapi.integration_factory.jobs.jobcommunicationsuite attribute)": [[1, "aapi.integration_factory.jobs.JobCommunicationSuite.whats_app_parameters"]], "whats_app_url (aapi.integration_factory.connection_profiles.connectionprofilecommunicationsuite attribute)": [[1, "aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite.whats_app_url"]], "windows_vss (aapi.integration_factory.jobs.jobawsbackup attribute)": [[1, "aapi.integration_factory.jobs.JobAwsBackup.windows_vss"]], "workflow (aapi.integration_factory.jobs.jobazurelogicapps attribute)": [[1, "aapi.integration_factory.jobs.JobAzureLogicApps.workflow"]], "workflow_name (aapi.integration_factory.jobs.jobgcpworkflows attribute)": [[1, "aapi.integration_factory.jobs.JobGCPWorkflows.workflow_name"]], "workflow_template (aapi.integration_factory.jobs.jobgcpdataproc attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDataproc.workflow_template"]], "workgroup (aapi.integration_factory.jobs.jobawsathena attribute)": [[1, "aapi.integration_factory.jobs.JobAwsAthena.workgroup"]], "workspace_id (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.workspace_id"]], "workspace_name (aapi.integration_factory.jobs.jobazuremachinelearning attribute)": [[1, "aapi.integration_factory.jobs.JobAzureMachineLearning.workspace_name"]], "workspace_name (aapi.integration_factory.jobs.jobmicrosoftpowerbi attribute)": [[1, "aapi.integration_factory.jobs.JobMicrosoftPowerBI.workspace_name"]], "workspace_name (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.workspace_name"]], "workspace_ocid (aapi.integration_factory.jobs.jobocidataintegration attribute)": [[1, "aapi.integration_factory.jobs.JobOCIDataIntegration.workspace_ocid"]], "workspace_params (aapi.integration_factory.jobs.jobterraform attribute)": [[1, "aapi.integration_factory.jobs.JobTerraform.workspace_params"]], "ws_rest_body (aapi.integration_factory.jobs.jobwebservicesrest attribute)": [[1, "aapi.integration_factory.jobs.JobWebServicesREST.ws_rest_body"]], "yaml_config_content (aapi.integration_factory.jobs.jobgcpdeploymentmanager attribute)": [[1, "aapi.integration_factory.jobs.JobGCPDeploymentManager.yaml_config_content"]], "zone (aapi.integration_factory.jobs.jobgcpvm attribute)": [[1, "aapi.integration_factory.jobs.JobGCPVM.zone"]], "ctm_python_client": [[3, "module-ctm_python_client"]], "aapiclientresponse (class in ctm_python_client.core.comm)": [[4, "ctm_python_client.core.comm.AAPIClientResponse"]], "abstractaapiclient (class in ctm_python_client.core.comm)": [[4, "ctm_python_client.core.comm.AbstractAAPIClient"]], "abstractcredentials (class in ctm_python_client.core.credential)": [[4, "ctm_python_client.core.credential.AbstractCredentials"]], "abstractworkflow (class in ctm_python_client.core.workflow)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow"]], "baseworkflow (class in ctm_python_client.core.workflow)": [[4, "ctm_python_client.core.workflow.BaseWorkflow"]], "environment (class in ctm_python_client.core.comm)": [[4, "ctm_python_client.core.comm.Environment"]], "environmentmode (class in ctm_python_client.core.comm)": [[4, "ctm_python_client.core.comm.EnvironmentMode"]], "inputpasswordcredentials (class in ctm_python_client.core.credential)": [[4, "ctm_python_client.core.credential.InputPasswordCredentials"]], "monitor (class in ctm_python_client.core.monitoring)": [[4, "ctm_python_client.core.monitoring.Monitor"]], "onprem (ctm_python_client.core.comm.environmentmode attribute)": [[4, "ctm_python_client.core.comm.EnvironmentMode.ONPREM"]], "onpremaapiclient (class in ctm_python_client.core.comm)": [[4, "ctm_python_client.core.comm.OnPremAAPIClient"]], "runmonitor (class in ctm_python_client.core.monitoring)": [[4, "ctm_python_client.core.monitoring.RunMonitor"]], "saas (ctm_python_client.core.comm.environmentmode attribute)": [[4, "ctm_python_client.core.comm.EnvironmentMode.SAAS"]], "saasaapiclient (class in ctm_python_client.core.comm)": [[4, "ctm_python_client.core.comm.SaasAAPIClient"]], "simplecredentials (class in ctm_python_client.core.credential)": [[4, "ctm_python_client.core.credential.SimpleCredentials"]], "workbench (ctm_python_client.core.comm.environmentmode attribute)": [[4, "ctm_python_client.core.comm.EnvironmentMode.WORKBENCH"]], "workflow (class in ctm_python_client.core.workflow)": [[4, "ctm_python_client.core.workflow.Workflow"]], "workflowdefaults (class in ctm_python_client.core.workflow)": [[4, "ctm_python_client.core.workflow.WorkflowDefaults"]], "add() (ctm_python_client.core.workflow.abstractworkflow class method)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow.add"]], "add() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.add"]], "application (ctm_python_client.core.workflow.workflowdefaults attribute)": [[4, "ctm_python_client.core.workflow.WorkflowDefaults.application"]], "authenticate() (ctm_python_client.core.comm.abstractaapiclient class method)": [[4, "ctm_python_client.core.comm.AbstractAAPIClient.authenticate"]], "authenticate() (ctm_python_client.core.comm.onpremaapiclient method)": [[4, "ctm_python_client.core.comm.OnPremAAPIClient.authenticate"]], "authenticate() (ctm_python_client.core.comm.saasaapiclient method)": [[4, "ctm_python_client.core.comm.SaasAAPIClient.authenticate"]], "authenticate() (ctm_python_client.core.workflow.workflow method)": [[4, "ctm_python_client.core.workflow.Workflow.authenticate"]], "build() (ctm_python_client.core.workflow.workflow method)": [[4, "ctm_python_client.core.workflow.Workflow.build"]], "chain() (ctm_python_client.core.workflow.abstractworkflow class method)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow.chain"]], "chain() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.chain"]], "clear_all() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.clear_all"]], "confirm_job() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.confirm_job"]], "confirm_job() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.confirm_job"]], "connect() (ctm_python_client.core.workflow.abstractworkflow class method)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow.connect"]], "connect() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.connect"]], "controlm_server (ctm_python_client.core.workflow.workflowdefaults attribute)": [[4, "ctm_python_client.core.workflow.WorkflowDefaults.controlm_server"]], "copy_from() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.copy_from"]], "create_folder_hierarchy() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.create_folder_hierarchy"]], "create_onprem() (ctm_python_client.core.comm.environment static method)": [[4, "ctm_python_client.core.comm.Environment.create_onprem"]], "create_saas() (ctm_python_client.core.comm.environment static method)": [[4, "ctm_python_client.core.comm.Environment.create_saas"]], "create_workbench() (ctm_python_client.core.comm.environment static method)": [[4, "ctm_python_client.core.comm.Environment.create_workbench"]], "ctm_python_client.core": [[4, "module-ctm_python_client.core"]], "ctm_python_client.core.comm": [[4, "module-ctm_python_client.core.comm"]], "ctm_python_client.core.credential": [[4, "module-ctm_python_client.core.credential"]], "ctm_python_client.core.monitoring": [[4, "module-ctm_python_client.core.monitoring"]], "ctm_python_client.core.workflow": [[4, "module-ctm_python_client.core.workflow"]], "delete_job() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.delete_job"]], "delete_job() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.delete_job"]], "deploy() (ctm_python_client.core.workflow.workflow method)": [[4, "ctm_python_client.core.workflow.Workflow.deploy"]], "dump_json() (ctm_python_client.core.workflow.abstractworkflow class method)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow.dump_json"]], "dump_json() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.dump_json"]], "dumps_json() (ctm_python_client.core.workflow.abstractworkflow class method)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow.dumps_json"]], "dumps_json() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.dumps_json"]], "get() (ctm_python_client.core.workflow.abstractworkflow class method)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow.get"]], "get() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.get"]], "get_jobid() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.get_jobid"]], "get_log() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.get_log"]], "get_log() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.get_log"]], "get_objects() (ctm_python_client.core.workflow.abstractworkflow class method)": [[4, "ctm_python_client.core.workflow.AbstractWorkflow.get_objects"]], "get_objects() (ctm_python_client.core.workflow.baseworkflow method)": [[4, "ctm_python_client.core.workflow.BaseWorkflow.get_objects"]], "get_output() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.get_output"]], "get_output() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.get_output"]], "get_password() (ctm_python_client.core.credential.abstractcredentials class method)": [[4, "ctm_python_client.core.credential.AbstractCredentials.get_password"]], "get_password() (ctm_python_client.core.credential.inputpasswordcredentials method)": [[4, "ctm_python_client.core.credential.InputPasswordCredentials.get_password"]], "get_password() (ctm_python_client.core.credential.simplecredentials method)": [[4, "ctm_python_client.core.credential.SimpleCredentials.get_password"]], "get_status() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.get_status"]], "get_statuses() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.get_statuses"]], "get_statuses() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.get_statuses"]], "get_username() (ctm_python_client.core.credential.abstractcredentials class method)": [[4, "ctm_python_client.core.credential.AbstractCredentials.get_username"]], "get_username() (ctm_python_client.core.credential.inputpasswordcredentials method)": [[4, "ctm_python_client.core.credential.InputPasswordCredentials.get_username"]], "get_username() (ctm_python_client.core.credential.simplecredentials method)": [[4, "ctm_python_client.core.credential.SimpleCredentials.get_username"]], "hold_job() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.hold_job"]], "hold_job() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.hold_job"]], "host (ctm_python_client.core.workflow.workflowdefaults attribute)": [[4, "ctm_python_client.core.workflow.WorkflowDefaults.host"]], "is_ok() (ctm_python_client.core.comm.aapiclientresponse method)": [[4, "ctm_python_client.core.comm.AAPIClientResponse.is_ok"]], "kill_job() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.kill_job"]], "kill_job() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.kill_job"]], "open_in_browser() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.open_in_browser"]], "print_output() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.print_output"]], "print_statuses() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.print_statuses"]], "release_job() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.release_job"]], "release_job() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.release_job"]], "rerun_job() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.rerun_job"]], "rerun_job() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.rerun_job"]], "run() (ctm_python_client.core.workflow.workflow method)": [[4, "ctm_python_client.core.workflow.Workflow.run"]], "run_as (ctm_python_client.core.workflow.workflowdefaults attribute)": [[4, "ctm_python_client.core.workflow.WorkflowDefaults.run_as"]], "set_to_ok() (ctm_python_client.core.monitoring.monitor method)": [[4, "ctm_python_client.core.monitoring.Monitor.set_to_ok"]], "set_to_ok() (ctm_python_client.core.monitoring.runmonitor method)": [[4, "ctm_python_client.core.monitoring.RunMonitor.set_to_ok"]], "sub_application (ctm_python_client.core.workflow.workflowdefaults attribute)": [[4, "ctm_python_client.core.workflow.WorkflowDefaults.sub_application"]], "when (ctm_python_client.core.workflow.workflowdefaults attribute)": [[4, "ctm_python_client.core.workflow.WorkflowDefaults.when"]], "workbench() (ctm_python_client.core.workflow.workflow static method)": [[4, "ctm_python_client.core.workflow.Workflow.workbench"]], "keyringcredentials (class in ctm_python_client.ext.credential)": [[5, "ctm_python_client.ext.credential.KeyringCredentials"]], "ctm_python_client.ext": [[5, "module-ctm_python_client.ext"]], "ctm_python_client.ext.credential": [[5, "module-ctm_python_client.ext.credential"]], "ctm_python_client.ext.viz": [[5, "module-ctm_python_client.ext.viz"]], "get_graph() (in module ctm_python_client.ext.viz)": [[5, "ctm_python_client.ext.viz.get_graph"]], "get_password() (ctm_python_client.ext.credential.keyringcredentials method)": [[5, "ctm_python_client.ext.credential.KeyringCredentials.get_password"]], "get_subgraph() (in module ctm_python_client.ext.viz)": [[5, "ctm_python_client.ext.viz.get_subgraph"]], "get_username() (ctm_python_client.ext.credential.keyringcredentials method)": [[5, "ctm_python_client.ext.credential.KeyringCredentials.get_username"]]}}) \ No newline at end of file diff --git a/docs/tutorials.html b/docs/tutorials.html index fb85fc4..c4d551a 100644 --- a/docs/tutorials.html +++ b/docs/tutorials.html @@ -1,15 +1,15 @@ - + - + Tutorials - Control-M Python Client documentation - - - + + + @@ -71,7 +71,7 @@ Light mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun"> @@ -86,7 +86,7 @@ Dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon"> @@ -94,7 +94,7 @@ Auto light/dark mode + stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow"> @@ -104,6 +104,60 @@ + + Auto light/dark, in light mode + + + + + + + + + + + + + + + Auto light/dark, in dark mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -115,6 +169,8 @@
        Hide table of contents sidebar
        +Skip to content +
        @@ -132,7 +188,8 @@
        @@ -201,11 +258,17 @@ Back to top
        - +
        @@ -215,9 +278,9 @@
        -
        +
        -

        Tutorials#

        +

        TutorialsΒΆ

        Notebooks:

          @@ -299,10 +362,10 @@

          Tutorials - - - +

        + + + \ No newline at end of file diff --git a/docs_source/source/notebooks/hello.ipynb b/docs_source/source/notebooks/hello.ipynb index 4cbc0e8..dc6d7bf 100644 --- a/docs_source/source/notebooks/hello.ipynb +++ b/docs_source/source/notebooks/hello.ipynb @@ -34,7 +34,7 @@ "outputs": [], "source": [ "workflow = Workflow(\n", - " Environment.create_workbench(),\n", + " Environment.create_workbench(host='workbench'),\n", " WorkflowDefaults(\n", " run_as='workbench', # defining workbench as the user to run the jobs by default\n", " )\n", @@ -260,9 +260,40 @@ "outputs": [ { "data": { - "image/svg+xml": "\n\n\n\n\n\nroot\n\n\ncluster_0\n\nMyFolder\n\n\n\nMyFolder/MyFirstJob\n\nMyFirstJob\n\n\n\nMyFolder/MySecondJob\n\nMySecondJob\n\n\n\n", + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "root\n", + "\n", + "\n", + "cluster_0\n", + "\n", + "MyFolder\n", + "\n", + "\n", + "\n", + "MyFolder/MyFirstJob\n", + "\n", + "MyFirstJob\n", + "\n", + "\n", + "\n", + "MyFolder/MySecondJob\n", + "\n", + "MySecondJob\n", + "\n", + "\n", + "\n" + ], "text/plain": [ - "" + "" ] }, "execution_count": 10, @@ -315,9 +346,46 @@ "outputs": [ { "data": { - "image/svg+xml": "\n\n\n\n\n\nroot\n\n\ncluster_0\n\nMyFolder\n\n\n\nMyFolder/MyFirstJob\n\nMyFirstJob\n\n\n\nMyFolder/MySecondJob\n\nMySecondJob\n\n\n\nMyFolder/MyFirstJob->MyFolder/MySecondJob\n\n\n\n\n\n", + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "root\n", + "\n", + "\n", + "cluster_0\n", + "\n", + "MyFolder\n", + "\n", + "\n", + "\n", + "MyFolder/MyFirstJob\n", + "\n", + "MyFirstJob\n", + "\n", + "\n", + "\n", + "MyFolder/MySecondJob\n", + "\n", + "MySecondJob\n", + "\n", + "\n", + "\n", + "MyFolder/MyFirstJob->MyFolder/MySecondJob\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], "text/plain": [ - "" + "" ] }, "execution_count": 12, @@ -346,9 +414,58 @@ "outputs": [ { "data": { - "image/svg+xml": "\n\n\n\n\n\nroot\n\n\ncluster_0\n\nChainedJobs\n\n\n\nChainedJobs/MyFirstJob\n\nMyFirstJob\n\n\n\nChainedJobs/MySecondJob\n\nMySecondJob\n\n\n\nChainedJobs/MyFirstJob->ChainedJobs/MySecondJob\n\n\n\n\n\nChainedJobs/MyThirdJob\n\nMyThirdJob\n\n\n\nChainedJobs/MySecondJob->ChainedJobs/MyThirdJob\n\n\n\n\n\n", + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "root\n", + "\n", + "\n", + "cluster_0\n", + "\n", + "ChainedJobs\n", + "\n", + "\n", + "\n", + "ChainedJobs/MyFirstJob\n", + "\n", + "MyFirstJob\n", + "\n", + "\n", + "\n", + "ChainedJobs/MySecondJob\n", + "\n", + "MySecondJob\n", + "\n", + "\n", + "\n", + "ChainedJobs/MyFirstJob->ChainedJobs/MySecondJob\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ChainedJobs/MyThirdJob\n", + "\n", + "MyThirdJob\n", + "\n", + "\n", + "\n", + "ChainedJobs/MySecondJob->ChainedJobs/MyThirdJob\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], "text/plain": [ - "" + "" ] }, "execution_count": 13, @@ -372,6 +489,138 @@ "get_graph(workflow)" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "In another example, \n", + "\n", + "Job1 triggers Job2 and Job3, and Job4 is waiting for both Job2 and Job3 to complete." + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [ + { + "data": { + "image/svg+xml": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "root\n", + "\n", + "\n", + "cluster_0\n", + "\n", + "ChainedJobs\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job1\n", + "\n", + "Job1\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job2\n", + "\n", + "Job2\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job1->ChainedJobs/Job2\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job3\n", + "\n", + "Job3\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job1->ChainedJobs/Job3\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job4\n", + "\n", + "Job4\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job2->ChainedJobs/Job4\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "ChainedJobs/Job3->ChainedJobs/Job4\n", + "\n", + "\n", + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "execution_count": 14, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "workflow.clear_all()\n", + "\n", + "workflow.chain(\n", + " [\n", + " JobCommand('Job1', command='echo Hello1'),\n", + " JobCommand('Job2', command='echo Hello2')\n", + " \n", + " ],\n", + " inpath='ChainedJobs'\n", + ")\n", + "workflow.chain(\n", + " [\n", + " JobCommand('Job1', command='echo Hello1'),\n", + " JobCommand('Job3', command='echo Hello3')\n", + " \n", + " ],\n", + " inpath='ChainedJobs'\n", + ")\n", + "workflow.chain(\n", + " [\n", + " JobCommand('Job2', command='echo Hello2'),\n", + " JobCommand('Job4', command='echo Hello4')\n", + " \n", + " ],\n", + " inpath='ChainedJobs'\n", + ")\n", + "workflow.chain(\n", + " [\n", + " JobCommand('Job3', command='echo Hello3'),\n", + " JobCommand('Job4', command='echo Hello4')\n", + " \n", + " ],\n", + " inpath='ChainedJobs'\n", + ")\n", + "\n", + "get_graph(workflow)" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -387,7 +636,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 15, "metadata": {}, "outputs": [ { @@ -438,7 +687,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 16, "metadata": {}, "outputs": [ { @@ -489,7 +738,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.4" + "version": "3.8.9" }, "orig_nbformat": 4, "vscode": { diff --git a/requirements.txt b/requirements.txt index b864844..de6ada1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ urllib3 == 1.26.19 certifi == 2023.7.22 -attrs==21.4.0 +attrs==22.2.0 jinja2 \ No newline at end of file