Changes for page Jobs

Last modified by Steffi F on 2025/06/13 12:54

From version 6.1
edited by Steffi F
on 2025/06/13 12:16
Change comment: There is no comment for this version
To version 5.1
edited by Steffi F
on 2025/06/13 12:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -188,152 +188,10 @@
188 188  </ICQL>
189 189  {{/apimacro}}
190 190  
191 -{{apimacro title="GetUnixScriptForExecution Request"}}
192 -<?xml version="1.0" encoding="utf-8"?>
193 -<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetUnixScriptForExecutionRequest_V1">
194 - <ACMP>
195 - <GetUnixScriptForExecution ActionType="Request" version="1">
196 - <TGetUnixScriptForExecutionRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
197 - <ScriptId>{59387FFD-B171-47C5-B735-041FA132CA39}</ScriptId>
198 - <ContainerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContainerId>
199 - <TestRing>0</TestRing>
200 - <JobId>{59387FFD-B171-47C5-B735-041FA132CA39}</JobId>
201 - <JobExecId>{59387FFD-B171-47C5-B735-041FA132CA39}</JobExecId>
202 - </TGetUnixScriptForExecutionRequest_V1>
203 - </GetUnixScriptForExecution>
204 - </ACMP>
205 -</ICQL>
206 -{{/apimacro}}
207 207  
208 -{{apimacro title="GetUnixScriptForExecution Response"}}
209 -<?xml version="1.0" encoding="utf-8"?>
210 -<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetUnixScriptForExecutionResponse_V1">
211 - <ACMP>
212 - <GetUnixScriptForExecution ActionType="Response" version="1">
213 - <TGetUnixScriptForExecutionResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
214 - <Content>Content</Content>
215 - <!
216 --- ScriptInterpreter possible values:
217 - siBash
218 - siZsh
219 - -->
220 - <ScriptInterpreter>siBash</ScriptInterpreter>
221 - <ResultCode>0</ResultCode>
222 - <ResultMessage>ResultMessage</ResultMessage>
223 - </TGetUnixScriptForExecutionResponse_V1>
224 - </GetUnixScriptForExecution>
225 - </ACMP>
226 -</ICQL>
227 -{{/apimacro}}
228 228  
229 -= Job Results =
230 230  
231 -{{apimacro title="SaveJobExecState_V1 Request"}}
232 -<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveJobExecStateRequest_V1">
233 - <ACMP>
234 - <SaveJobExecState ActionType="Request" version="1">
235 - <TSaveJobExecStateRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
236 - <JobExecId>{59387FFD-B171-47C5-B735-041FA132CA39}</JobExecId>
237 - <!
238 --- ExecState possible values:
239 - esSending
240 - esReceived
241 - esStarted
242 - esFinished
243 - esAborted
244 - esDelayed
245 - -->
246 - <ExecState>esSending</ExecState>
247 - <!
248 --- ExecResult possible values:
249 - jrNone
250 - jrSuccessful
251 - jrFailed
252 - jrSkipped
253 - jrNoLicense
254 - -->
255 - <ExecResult>jrNone</ExecResult>
256 - <!-- Optional, some jobs uses constant GUIDs for ChildExecId -->
257 - <ChildExecId>{59387FFD-B171-47C5-B735-041FA132CA39}</ChildExecId>
258 - <!-- Optional, only used for internal jobs -->
259 - <MessageCode>0</MessageCode>
260 - <!-- Optional -->
261 - <NativeMessage>NativeMessage</NativeMessage>
262 - </TSaveJobExecStateRequest_V1>
263 - </SaveJobExecState>
264 - </ACMP>
265 -</ICQL>
266 -{{/apimacro}}
267 267  
268 -{{apimacro title="SaveJobExecState_V1 Response"}}
269 -<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveJobExecStateResponse_V1">
270 - <ACMP>
271 - <SaveJobExecState ActionType="Response" version="1">
272 - <TSaveJobExecStateResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
273 - <ResultCode>0</ResultCode>
274 - <ResultMessage>ResultMessage</ResultMessage>
275 - </TSaveJobExecStateResponse_V1>
276 - </SaveJobExecState>
277 - </ACMP>
278 -</ICQL>
279 -{{/apimacro}}
280 280  
281 -{{apimacro title="SaveJobExecState_V2 Request"}}
282 -<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveJobExecStateRequest_V2">
283 - <ACMP>
284 - <SaveJobExecState ActionType="Request" version="2">
285 - <TSaveJobExecStateRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
286 - <JobExecId>{59387FFD-B171-47C5-B735-041FA132CA39}</JobExecId>
287 - <!
288 --- ExecState possible values:
289 - esSending
290 - esReceived
291 - esStarted
292 - esFinished
293 - esAborted
294 - esDelayed
295 - -->
296 - <ExecState>esSending</ExecState>
297 - <!
298 --- ExecResult possible values:
299 - jrNone
300 - jrSuccessful
301 - jrFailed
302 - jrSkipped
303 - jrNoLicense
304 - -->
305 - <ExecResult>jrNone</ExecResult>
306 - <!-- Optional, some jobs uses constant GUIDs for ChildExecId -->
307 - <ChildExecId>{59387FFD-B171-47C5-B735-041FA132CA39}</ChildExecId>
308 - <!-- Optional, only used for internal jobs -->
309 - <MessageCode>0</MessageCode>
310 - <!-- Optional -->
311 - <NativeMessage>NativeMessage</NativeMessage>
312 - <!-- Mandatory and should be a GUID -->
313 - <JobId>{E3A3C524-7EEC-46DF-B72E-21267226ADAA}</JobId>
314 - </TSaveJobExecStateRequest_V2>
315 - </SaveJobExecState>
316 - </ACMP>
317 -</ICQL>
318 -{{/apimacro}}
319 319  
320 -{{apimacro title="SaveJobExecState_V2 Response"}}
321 -<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveJobExecStateResponse_V2">
322 - <ACMP>
323 - <SaveJobExecState ActionType="Response" version="2">
324 - <TSaveJobExecStateResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
325 - <!
326 --- StartResult possible values:
327 - srAllowed
328 - srAborted
329 - -->
330 - <StartResult>srAllowed</StartResult>
331 - <ResultCode>0</ResultCode>
332 - <ResultMessage>ResultMessage</ResultMessage>
333 - </TSaveJobExecStateResponse_V2>
334 - </SaveJobExecState>
335 - </ACMP>
336 -</ICQL>
337 -{{/apimacro}}
338 338  
339 -
© Aagon GmbH 2025
Besuchen Sie unsere Aagon-Community