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