| ... |
... |
@@ -188,10 +188,44 @@ |
| 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}} |
| 191 |
191 |
|
|
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}} |
| 192 |
192 |
|
| 193 |
193 |
|
| 194 |
194 |
|
| 195 |
|
- |
| 196 |
|
- |
| 197 |
|
- |
|
231 |
+fef |