Wiki source code of Clients

Last modified by Steffi F on 2025/06/27 08:21

Show last authors
1 {{aagon.floatingbox/}}
2
3 = Create Client =
4
5 These commands are used to create or update clients. If a ClientId is specified, the corresponding client entry is updated; otherwise, a new entry is created.
6 If no ClientId is specified, the ActiveDirectoryObjectId or the ComputerName and ComputerDomain combination are used to determine if the client already exists. In all cases, the corresponding ClientIds are returned in the response.
7
8 {{aagon.infobox}}
9 For V1, V2, and V3, it is necessary to specify all client values.
10 {{/aagon.infobox}}
11
12 {{apimacro title="SaveClients_V1 Request"}}
13 {{{<ICQL>
14 <ACMP>
15 <SaveClients version="1">
16 <TSaveClientsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
17 <Clients>
18 <TClient_V1 xsi:type="TClient_V1">
19 <ClientId>{B03D2CCD-ADC1-4B9D-BDB8-87564B94030C}</ClientId>
20 <ComputerName>MyComputer</ComputerName>
21 <ComputerDomain>mydomain.local</ComputerDomain>
22 <MacAddress>00-80-41-ae-fd-7e</MacAddress>
23 <ComputerSid>S-1-5-21-3341858414-824459133-3810899301</ComputerSid>
24 <ActiveDirectoryObjectId>{B6C18E5F-26C1-4769-8E09-0D171F94415C}</ActiveDirectoryObjectId>
25 <ClientType>ctApplication</ClientType>
26 <PrimaryIP>PrimaryIP</PrimaryIP>
27 <DisplayIP>DisplayIP</DisplayIP>
28 </TClient_V1>
29 </Clients>
30 </TSaveClientsRequest_V1>
31 </SaveClients>
32 </ACMP>
33 </ICQL>}}}
34 {{/apimacro}}
35
36 {{apimacro title="SaveClients_V1 Response"}}
37 {{{<ICQL>
38 <ACMP>
39 <SaveClients version="1">
40 <TSaveClientsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
41 <Clients>
42 <TClient_V1 xsi:type="TClient_V1">
43 <ClientId>{B03D2CCD-ADC1-4B9D-BDB8-87564B94030C}</ClientId>
44 <ComputerName>MyComputer</ComputerName>
45 <ComputerDomain>mydomain.local</ComputerDomain>
46 <MacAddress>00-80-41-ae-fd-7e</MacAddress>
47 <ComputerSid>S-1-5-21-3341858414-824459133-3810899301</ComputerSid>
48 <ActiveDirectoryObjectId>{B6C18E5F-26C1-4769-8E09-0D171F94415C}</ActiveDirectoryObjectId>
49 <ClientType>ctApplication</ClientType>
50 <PrimaryIP>PrimaryIP</PrimaryIP>
51 <DisplayIP>DisplayIP</DisplayIP>
52 </TClient_V1>
53 </Clients>
54 </TSaveClientsResponse_V1>
55 </SaveClients>
56 </ACMP>
57 </ICQL>}}}
58 {{/apimacro}}
59
60 {{apimacro title="SaveClients_V2 Request"}}
61 {{{<ICQL>
62 <ACMP>
63 <SaveClients version="2">
64 <TSaveClientsRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
65 <Clients>
66 <TClient_V2 xsi:type="TClient_V2">
67 <VersionString>1.2.3</VersionString>
68 <ClientId>{B03D2CCD-ADC1-4B9D-BDB8-87564B94030C}</ClientId>
69 <ComputerName>MyComputer</ComputerName>
70 <ComputerDomain>mydomain.local</ComputerDomain>
71 <MacAddress>00-80-41-ae-fd-7e</MacAddress>
72 <ComputerSid>S-1-5-21-3341858414-824459133-3810899301</ComputerSid>
73 <ActiveDirectoryObjectId>{B6C18E5F-26C1-4769-8E09-0D171F94415C}</ActiveDirectoryObjectId>
74 <ClientType>ctApplication</ClientType>
75 <PrimaryIP>PrimaryIP</PrimaryIP>
76 <DisplayIP>DisplayIP</DisplayIP>
77 </TClient_V2>
78 </Clients>
79 </TSaveClientsRequest_V2>
80 </SaveClients>
81 </ACMP>
82 </ICQL>}}}
83 {{/apimacro}}
84
85 {{apimacro title="SaveClients_V2 Response"}}
86 {{{<ICQL>
87 <ACMP>
88 <SaveClients version="2">
89 <TSaveClientsResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
90 <Clients>
91 <TClient_V2 xsi:type="TClient_V2">
92 <VersionString>1.2.3</VersionString>
93 <ClientId>{B03D2CCD-ADC1-4B9D-BDB8-87564B94030C}</ClientId>
94 <ComputerName>MyComputer</ComputerName>
95 <ComputerDomain>mydomain.local</ComputerDomain>
96 <MacAddress>00-80-41-ae-fd-7e</MacAddress>
97 <ComputerSid>S-1-5-21-3341858414-824459133-3810899301</ComputerSid>
98 <ActiveDirectoryObjectId>{B6C18E5F-26C1-4769-8E09-0D171F94415C}</ActiveDirectoryObjectId>
99 <ClientType>ctApplication</ClientType>
100 <PrimaryIP>PrimaryIP</PrimaryIP>
101 <DisplayIP>DisplayIP</DisplayIP>
102 </TClient_V2>
103 </Clients>
104 </TSaveClientsResponse_V2>
105 </SaveClients>
106 </ACMP>
107 </ICQL>}}}
108 {{/apimacro}}
109
110 {{apimacro title="SaveClients_V3 Request"}}
111 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveClientsRequest_V3">
112 <ACMP>
113 <SaveClients version="3">
114 <TSaveClientsRequest_V3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
115 <Clients>
116 <TClient_V3 xsi:type="TClient_V3">
117 <ClientId>{B03D2CCD-ADC1-4B9D-BDB8-87564B94030C}</ClientId>
118 <ComputerName>MyComputer</ComputerName>
119 <ComputerDomain>mydomain.local</ComputerDomain>
120 <MacAddress>00-80-41-ae-fd-7e</MacAddress>
121 <ComputerSid>S-1-5-21-3341858414-824459133-3810899301</ComputerSid>
122 <ActiveDirectoryObjectId>{B6C18E5F-26C1-4769-8E09-0D171F94415C}</ActiveDirectoryObjectId>
123 <ClientType>ctService</ClientType>
124 <PrimaryIP>192.168.2.123</PrimaryIP>
125 <DisplayIP>192.168.2.123</DisplayIP>
126 <VersionString>1.2.3</VersionString>
127 <IsManaged>false</IsManaged>
128 </TClient_V3>
129 </Clients>
130 </TSaveClientsRequest_V3>
131 </SaveClients>
132 </ACMP>
133 </ICQL>}}}
134 {{/apimacro}}
135
136 {{apimacro title="SaveClients_V3 Response"}}
137 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveClientsResponse_V3">
138 <ACMP>
139 <SaveClients version="3">
140 <TSaveClientsResponse_V3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
141 <Clients>
142 <TClient_V3 xsi:type="TClient_V3">
143 <ClientId>{B03D2CCD-ADC1-4B9D-BDB8-87564B94030C}</ClientId>
144 <ComputerName>MyComputer</ComputerName>
145 <ComputerDomain>mydomain.local</ComputerDomain>
146 <MacAddress>00-80-41-ae-fd-7e</MacAddress>
147 <ComputerSid>S-1-5-21-3341858414-824459133-3810899301</ComputerSid>
148 <ActiveDirectoryObjectId>{B6C18E5F-26C1-4769-8E09-0D171F94415C}</ActiveDirectoryObjectId>
149 <ClientType>ctService</ClientType>
150 <PrimaryIP>192.168.2.123</PrimaryIP>
151 <DisplayIP>192.168.2.123</DisplayIP>
152 <VersionString>1.2.3</VersionString>
153 <IsManaged>false</IsManaged>
154 </TClient_V3>
155 </Clients>
156 </TSaveClientsResponse_V3>
157 </SaveClients>
158 </ACMP>
159 </ICQL>}}}
160 {{/apimacro}}
161
162 = Delete Clients =
163
164 {{apimacro title="DeleteClients_V1 Request"}}
165 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteClientsRequest_V1">
166 <ACMP>
167 <DeleteClients ActionType="Request" version="1">
168 <TDeleteClientsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
169 <ClientIds>
170 <string>{9C09B35F-8990-4575-9E83-2BAF22C5EBC9}</string>
171 </ClientIds>
172 </TDeleteClientsRequest_V1>
173 </DeleteClients>
174 </ACMP>
175 </ICQL>}}}
176 {{/apimacro}}
177
178 {{apimacro title="DeleteClients_V1 Response"}}
179 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteClientsResponse_V1">
180 <ACMP>
181 <DeleteClients ActionType="Response" version="1">
182 <TDeleteClientsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
183 <ResultCode>0</ResultCode>
184 <ResultMessage>ResultMessage</ResultMessage>
185 </TDeleteClientsResponse_V1>
186 </DeleteClients>
187 </ACMP>
188 </ICQL>}}}
189 {{/apimacro}}
190
191 = Request Client ID =
192
193 You can use the command to request your Client ID from the ACMP Server. The ACMP Server requires all properties in the request to be filled in in order to return a unique Client ID.
194
195 {{apimacro title="GetClientId_V1 Request"}}
196 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetClientIdRequest_V1">
197 <ACMP>
198 <GetClientId ActionType="Request" version="1">
199 <TGetClientIdRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
200 <MachineId>{6B851FFB-ACF2-438F-A322-258BA0F8DAAC}</MachineId>
201 <ComputerName>MyComputer</ComputerName>
202 <MacAddress>00-80-41-ae-fd-7e</MacAddress>
203 </TGetClientIdRequest_V1>
204 </GetClientId>
205 </ACMP>
206 </ICQL>}}}
207 {{/apimacro}}
208
209 {{apimacro title="GetClientId_V1 Response"}}
210 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetClientIdResponse_V1">
211 <ACMP>
212 <GetClientId ActionType="Response" version="1">
213 <TGetClientIdResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
214 <ClientId>{9C09B35F-8990-4575-9E83-2BAF22C5EBC9}</ClientId>
215 <ResultCode>0</ResultCode>
216 <ResultMessage>ResultMessage</ResultMessage>
217 </TGetClientIdResponse_V1>
218 </GetClientId>
219 </ACMP>
220 </ICQL>}}}
221 {{/apimacro}}
222
223 === Create mobile devices ===
224
225 {{apimacro title="SaveMobileDevices_V1 Request"}}
226 {{{<ICQL>
227 <ACMP>
228 <SaveMobileDevices ActionType="Request" version="1">
229 <TSaveMobileDevicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
230 <MobileDevices>
231 <TMobileDevice_V1 xsi:type="TMobileDevice_V1">
232 <ClientId>{C889491A-0963-4392-8B3B-3363B9D7964B}</ClientId>
233 <DeviceName>DeviceName</DeviceName>
234 <Manufacturer>Manufacturer</Manufacturer>
235 <Model>Model</Model>
236 <Serialnumber>Serialnumber</Serialnumber>
237 <SystemUUID>SystemUUID</SystemUUID>
238 <DeviceCapacity>100000</DeviceCapacity>
239 <AvailableCapacity>80000</AvailableCapacity>
240 <User>User</User>
241 <EMail>EMail</EMail>
242 <IMEI>IMEI</IMEI>
243 <Status>Status</Status>
244 <LastConnected>1899-12-30T00:00:00.000Z</LastConnected>
245 <LastUpdate>1899-12-30T00:00:00.000Z</LastUpdate>
246 <PhoneNumber>PhoneNumber</PhoneNumber>
247 <CurrentCarrier>CurrentCarrier</CurrentCarrier>
248 <SimCarrierNetwork>SimCarrierNetwork</SimCarrierNetwork>
249 <CurrentMCC>CurrentMCC</CurrentMCC>
250 <ICCID>ICCID</ICCID>
251 <IsRoamingEnabled>false</IsRoamingEnabled>
252 <IsRoaming>false</IsRoaming>
253 <IsRooted>false</IsRooted>
254 <!
255 MobileDeviceType possible values:
256 0 = mdtAndroid
257 1 = mdtiOS
258 2 = mdtWindows
259 >
260 <MobileDeviceType>mdtAndroid</MobileDeviceType>
261 <!
262 ImportSource possible values:
263 0 = MWays
264 1 = Exchange
265 2 = NotAvailable
266 3 = Sophos
267 >
268 <ImportSource>MWays</ImportSource>
269 </TMobileDevice_V1>
270 </MobileDevices>
271 </TSaveMobileDevicesRequest_V1>
272 </SaveMobileDevices>
273 </ACMP>
274 </ICQL>}}}
275 {{/apimacro}}
276
277 {{apimacro title="SaveMobileDevices_V1 Response"}}
278 {{{<ICQL>
279 <ACMP>
280 <SaveMobileDevicesResponse>
281 <ResultCode>0</ResultCode>
282 </SaveMobileDevicesResponse>
283 </ACMP>
284 </ICQL>}}}
285 {{/apimacro}}
286
287 {{apimacro title="SaveMobileDevices_V2 Request"}}
288 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveMobileDevicesRequest_V2">
289 <ACMP>
290 <SaveMobileDevices ActionType="Request" version="2">
291 <TSaveMobileDevicesRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
292 <MobileDevices>
293 <TMobileDevice_V2 xsi:type="TMobileDevice_V2">
294 <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
295 <DeviceName>DeviceName</DeviceName>
296 <Manufacturer>Manufacturer</Manufacturer>
297 <Model>Model</Model>
298 <Serialnumber>Serialnumber</Serialnumber>
299 <SystemUUID>SystemUUID</SystemUUID>
300 <DeviceCapacity>0</DeviceCapacity>
301 <AvailableCapacity>0</AvailableCapacity>
302 <User>User</User>
303 <EMail>EMail</EMail>
304 <IMEI>IMEI</IMEI>
305 <Status>Status</Status>
306 <LastConnected>1899-12-30T00:00:00.000Z</LastConnected>
307 <LastUpdate>1899-12-30T00:00:00.000Z</LastUpdate>
308 <PhoneNumber>PhoneNumber</PhoneNumber>
309 <CurrentCarrier>CurrentCarrier</CurrentCarrier>
310 <SimCarrierNetwork>SimCarrierNetwork</SimCarrierNetwork>
311 <CurrentMCC>CurrentMCC</CurrentMCC>
312 <ICCID>ICCID</ICCID>
313 <IsRoamingEnabled>true</IsRoamingEnabled>
314 <IsRoaming>true</IsRoaming>
315 <IsRooted>true</IsRooted>
316 <!
317 MobileDeviceType possible values:
318 0 = mdtAndroid
319 1 = mdtiOS
320 2 = mdtWindows
321 >
322 <MobileDeviceType>mdtAndroid</MobileDeviceType>
323 <!
324 ImportSource possible values:
325 0 = MWays
326 1 = Exchange
327 2 = NotAvailable
328 3 = Sophos
329 4 = Intune
330 >
331 <ImportSource>MWays</ImportSource>
332 </TMobileDevice_V2>
333 <TMobileDevice_V2 xsi:type="TMobileDevice_V2">
334 <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
335 <DeviceName>DeviceName</DeviceName>
336 <Manufacturer>Manufacturer</Manufacturer>
337 <Model>Model</Model>
338 <Serialnumber>Serialnumber</Serialnumber>
339 <SystemUUID>SystemUUID</SystemUUID>
340 <DeviceCapacity>0</DeviceCapacity>
341 <AvailableCapacity>0</AvailableCapacity>
342 <User>User</User>
343 <EMail>EMail</EMail>
344 <IMEI>IMEI</IMEI>
345 <Status>Status</Status>
346 <LastConnected>1899-12-30T00:00:00.000Z</LastConnected>
347 <LastUpdate>1899-12-30T00:00:00.000Z</LastUpdate>
348 <PhoneNumber>PhoneNumber</PhoneNumber>
349 <CurrentCarrier>CurrentCarrier</CurrentCarrier>
350 <SimCarrierNetwork>SimCarrierNetwork</SimCarrierNetwork>
351 <CurrentMCC>CurrentMCC</CurrentMCC>
352 <ICCID>ICCID</ICCID>
353 <IsRoamingEnabled>true</IsRoamingEnabled>
354 <IsRoaming>true</IsRoaming>
355 <IsRooted>true</IsRooted>
356 <!
357 MobileDeviceType possible values:
358 0 = mdtAndroid
359 1 = mdtiOS
360 2 = mdtWindows
361 >
362 <MobileDeviceType>mdtAndroid</MobileDeviceType>
363 <!
364 ImportSource possible values:
365 0 = MWays
366 1 = Exchange
367 2 = NotAvailable
368 3 = Sophos
369 4 = Intune
370 >
371 <ImportSource>MWays</ImportSource>
372 </TMobileDevice_V2>
373 </MobileDevices>
374 </TSaveMobileDevicesRequest_V2>
375 </SaveMobileDevices>
376 </ACMP>
377 </ICQL>}}}
378 {{/apimacro}}
379
380 {{apimacro title="SaveMobileDevices_V2 Response"}}
381 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveMobileDevicesResponse_V2">
382 <ACMP>
383 <SaveMobileDevices ActionType="Response" version="2">
384 <TSaveMobileDevicesResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
385 <ResultCode>0</ResultCode>
386 <ResultMessage>ResultMessage</ResultMessage>
387 </TSaveMobileDevicesResponse_V2>
388 </SaveMobileDevices>
389 </ACMP>
390 </ICQL>}}}
391 {{/apimacro}}
392
393 = Enter scan data =
394
395 These commands enter or update scan data. The corresponding scan data is updated or newly created on the client via the ClientId. In all cases, the corresponding result codes are returned in the response in order to receive feedback on the execution. The properties that contain a foreign or primary key must be set. All other properties are optional.
396
397 Response codes:
398
399 0: Scan data could be entered or updated.
400
401 9: General error message.
402
403 19: Database error: Insert, Update or Delete.
404
405 26: ClientID does not exist
406
407
408 Unique values for the scan data
409
410 * **SaveCPU**
411 ** ProcessorName
412 * **SaveHardDrives**
413 ** HaId
414 * **SaveLogicalDrives**
415 ** Name
416 ** DeviceLocator
417 ** SerialNumber
418 ** SlotID
419 * **SaveMonitors**
420 ** RegKey
421 * **SaveNetworkCards**
422 ** Name
423 ** MACAddress
424 * **SaveServices**
425 ** Name
426 * **SaveShares**
427 ** Name
428
429 **SaveMemorySlots**
430
431 {{apimacro title="SaveBattery"}}
432 {{{<ICQL>
433 <ACMP>
434 <SaveBattery version="1">
435 <TSaveBatteryRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
436 <Battery>
437 <Name>Name</Name>
438 <ChargeStatus>ChargeStatus</ChargeStatus>
439 <PowerStatus>PowerStatus</PowerStatus>
440 <BatteryExists>1</BatteryExists>
441 <LifePercent>50</LifePercent>
442 <LifeFullTime>200</LifeFullTime>
443 <LifeTime>250</LifeTime>
444 <DesignCapacity>5000</DesignCapacity>
445 <DesignVoltage>12</DesignVoltage>
446 <EstimatedChargeRemaining>3200</EstimatedChargeRemaining>
447 <EstimatedRunTime>180</EstimatedRunTime>
448 <ExpectedLife>290</ExpectedLife>
449 <FullChargeCapacity>4900</FullChargeCapacity>
450 <MaxRechargeTime>250</MaxRechargeTime>
451 <PowerManagementSupported>1</PowerManagementSupported>
452 <TimeOnBattery>60</TimeOnBattery>
453 <TimeToFullCharge>180</TimeToFullCharge>
454 <Availability>Availability</Availability>
455 <BatteryStatus>BatteryStatus</BatteryStatus>
456 <Description>Description</Description>
457 <Chemistry>Chemistry</Chemistry>
458 <DeviceID>DeviceID</DeviceID>
459 <InstallDate>2017-12-30T00:00:00.000Z</InstallDate>
460 <Location>Location</Location>
461 <ManufactureDate>2017-12-30T00:00:00.000Z</ManufactureDate>
462 <Manufacturer>Manufacturer</Manufacturer>
463 <Status>Status</Status>
464 <StatusInfo>StatusInfo</StatusInfo>
465 </Battery>
466 <ClientId>ClientId</ClientId>
467 </TSaveBatteryRequest_V1>
468 </SaveBattery>
469 </ACMP>
470 </ICQL>}}}
471 {{/apimacro}}
472
473 {{apimacro title="SaveBiosData"}}
474 {{{<ICQL>
475 <ACMP>
476 <SaveBiosData version="1">
477 <TSaveBiosDataRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
478 <Bios>
479 <Name>Default System BIOS</Name>
480 <Copyright>HPQOEM - 1072009</Copyright>
481 <Date>07.05.12</Date>
482 <BIOSVendor>Hewlett-Packard</BIOSVendor>
483 <BIOSVersion>K01 v02.05</BIOSVersion>
484 </Bios>
485 <ClientId>ClientId</ClientId>
486 </TSaveBiosDataRequest_V1>
487 </SaveBiosData>
488 </ACMP>
489 </ICQL>}}}
490 {{/apimacro}}
491
492 {{apimacro title="SaveCdDvdDrives"}}
493 {{{<ICQL>
494 <ACMP>
495 <SaveCdDvdDrives version="1">
496 <TSaveCdDvdDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
497 <CdDvdDrives>
498 <TCdDvdDrives_V1 xsi:type="TCdDvdDrives_V1">
499 <Availability>Availability</Availability>
500 <Capacity>0</Capacity>
501 <Manufacturer>Manufacturer</Manufacturer>
502 <MediaLoaded>false</MediaLoaded>
503 <MediaType>MediaType</MediaType>
504 <Model>Model</Model>
505 <Status>Status</Status>
506 <TransferRate>0</TransferRate>
507 <VolumeName>VolumeName</VolumeName>
508 <VolumeSerial>VolumeSerial</VolumeSerial>
509 <Drive>Drive</Drive>
510 </TCdDvdDrives_V1>
511 </CdDvdDrives>
512 <ClientId>ClientId</ClientId>
513 </TSaveCdDvdDrivesRequest_V1>
514 </SaveCdDvdDrives>
515 </ACMP>
516 </ICQL>}}}
517 {{/apimacro}}
518
519 {{apimacro title="SaveCPU"}}
520 {{{<ICQL>
521 <ACMP>
522 <SaveCPU version="1">
523 <TSaveCPURequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
524 <CPU>
525 <ProcessorName>Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz</ProcessorName>
526 <CPUCount>1</CPUCount>
527 <Frequency>3401</Frequency>
528 <MaxFrequency>3401</MaxFrequency>
529 <CPUIDNameString>Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz</CPUIDNameString>
530 <NumberOfCores>4</NumberOfCores>
531 <Architecture>x64</Architecture>
532 </CPU>
533 <ClientId>ClientId</ClientId>
534 </TSaveCPURequest_V1>
535 </SaveCPU>
536 </ACMP>
537 </ICQL>}}}
538 {{/apimacro}}
539
540 {{apimacro title="SaveCPU V2"}}
541 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCPURequest_V2">
542 <ACMP>
543 <SaveCPU ActionType="Request" version="2">
544 <TSaveCPURequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
545 <CPU xsi:type="TCPU_V2">
546 <ProcessorName>Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz</ProcessorName>
547 <CPUCount>1</CPUCount>
548 <Frequency>3401</Frequency>
549 <MaxFrequency>3401</MaxFrequency>
550 <CPUIDNameString>Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz</CPUIDNameString>
551 <NumberOfCores>4</NumberOfCores>
552 <NumberOfLogicalProcessors>0</NumberOfLogicalProcessors>
553 <Architecture>x64</Architecture>
554 </CPU>
555 <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
556 </TSaveCPURequest_V2>
557 </SaveCPU>
558 </ACMP>
559 </ICQL>}}}
560 {{/apimacro}}
561
562 {{apimacro title="SaveDevices"}}
563 {{{<ICQL>
564 <ACMP>
565 <SaveDevices version="1">
566 <TSaveDevicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
567 <Devices>
568 <TDevice_V1 xsi:type="TDevice_V1">
569 <DeviceName>DeviceName</DeviceName>
570 <ClassDescription>ClassDescription</ClassDescription>
571 <DriverDate>DriverDate</DriverDate>
572 <DriverVersion>DriverVersion</DriverVersion>
573 <DriverProvider>DriverProvider</DriverProvider>
574 <HardwareID>HardwareID</HardwareID>
575 <RegKey>RegKey</RegKey>
576 <DeviceClassName>DeviceClassName</DeviceClassName>
577 </TDevice_V1>
578 </Devices>
579 <ClientId>ClientId</ClientId>
580 </TSaveDevicesRequest_V1>
581 </SaveDevices>
582 </ACMP>
583 </ICQL>}}}
584 {{/apimacro}}
585
586 {{apimacro title="SaveHardDrives"}}
587 {{{<ICQL>
588 <ACMP>
589 <SaveHardDrives version="1">
590 <TSaveHardDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
591 <HardDrives>
592 <THardDrive_V1 xsi:type="THardDrive_V1">
593 <DeviceId>{2BD532AD-47C4-C3A1-DC00-1AE22525CBE7}</DeviceId>
594 <HaId>0</HaId>
595 <Size>250051725</Size>
596 <Model>SanDisk SD7TB6S256G1001</Model>
597 </THardDrive_V1>
598 <THardDrive_V1 xsi:type="THardDrive_V1">
599 <DeviceId>{B04F8463-A32F-FCBF-5E0D-36517508E545}</DeviceId>
600 <HaId>1</HaId>
601 <Size>976760032</Size>
602 <Model>ST1000DM003-9YN162</Model>
603 </THardDrive_V1>
604 </HardDrives>
605 <ClientId>ClientId</ClientId>
606 </TSaveHardDrivesRequest_V1>
607 </SaveHardDrives>
608 </ACMP>
609 </ICQL>}}}
610 {{/apimacro}}
611
612 {{apimacro title="SaveDisplays"}}
613 {{{<ICQL>
614 <ACMP>
615 <SaveDisplays version="1">
616 <TSaveDisplaysRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
617 <Displays>
618 <TDisplay_V1 xsi:type="TDisplay_V1">
619 <HorizontalResolution>1920</HorizontalResolution>
620 <VerticalResolution>1080</VerticalResolution>
621 <AdapterChipset>AdapterChipset</AdapterChipset>
622 <Adapter>Adapter</Adapter>
623 <AdapterDAC>AdapterDAC</AdapterDAC>
624 <AdapterRAM>20000</AdapterRAM>
625 <DriverVersion>DriverVersion</DriverVersion>
626 <BiosVersion>BiosVersion</BiosVersion>
627 <BiosDate>BiosDate</BiosDate>
628 </TDisplay_V1>
629 </Displays>
630 <ClientId>ClientId</ClientId>
631 </TSaveDisplaysRequest_V1>
632 </SaveDisplays>
633 </ACMP>
634 </ICQL>}}}
635 {{/apimacro}}
636
637 {{apimacro title="SaveLogicalDrives"}}
638 {{{<ICQL>
639 <ACMP>
640 <SaveLogicalDrives version="1">
641 <TSaveLogicalDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
642 <LogicalDrives>
643 <TLogicalsDrive_V1 xsi:type="TLogicalsDrive_V1">
644 <ID>{1A6ACA67-59E4-B183-1B15-78727B90D0B0}</ID>
645 <Name>Z:</Name>
646 <DriveLabel>TecMedia</DriveLabel>
647 <Capacity>3170532264</Capacity>
648 <FreeSpace>2755243080</FreeSpace>
649 <FileSystem>NTFS</FileSystem>
650 <MediaType>Network Drive</MediaType>
651 <UNCPath>
652 1-QSNAS-01\TecMedia</UNCPath>
653 </TLogicalsDrive_V1>
654 <TLogicalsDrive_V1 xsi:type="TLogicalsDrive_V1">
655 <ID>{1BC047A3-54CB-26B6-9EC9-7FF3ADE06E79}</ID>
656 <Name>U:</Name>
657 <DriveLabel>VolumeFM01</DriveLabel>
658 <Capacity>512000</Capacity>
659 <FreeSpace>505204</FreeSpace>
660 <FileSystem>NTFS</FileSystem>
661 <MediaType>Network Drive</MediaType>
662 <UNCPath>
663 1-file01.aagon.local\drdallmann$</UNCPath>
664 </TLogicalsDrive_V1>
665 </LogicalDrives>
666 <ClientId>ClientId</ClientId>
667 </TSaveLogicalDrivesRequest_V1>
668 </SaveLogicalDrives>
669 </ACMP>
670 </ICQL>}}}
671 {{/apimacro}}
672
673 {{apimacro title="SaveMachine"}}
674 {{{<ICQL>
675 <ACMP>
676 <SaveMachine version="1">
677 <TSaveMachineRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
678 <Machine>
679 <ChassisSerial>CZC3048K8J</ChassisSerial>
680 <SystemManufacturer>Hewlett-Packard</SystemManufacturer>
681 <SystemModel>HP Compaq Elite 8300 CMT</SystemModel>
682 <SystemSerial>CZC3048K8J</SystemSerial>
683 <SystemUUID>99918280-5FAC-11E2-9A94-10604B6D7B8A</SystemUUID>
684 <SystemVersion>Null</SystemVersion>
685 </Machine>
686 <ClientId>ClientId</ClientId>
687 </TSaveMachineRequest_V1>
688 </SaveMachine>
689 </ACMP>
690 </ICQL>}}}
691 {{/apimacro}}
692
693 {{apimacro title="SaveMainboard"}}
694 {{{<ICQL>
695 <ACMP>
696 <SaveMainboard version="1">
697 <TSaveMainboardRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
698 <Mainboard>
699 <Model>Model</Model>
700 <Manufacturer>Manufacturer</Manufacturer>
701 <Version>Version</Version>
702 <Serial>Serial</Serial>
703 <Name>Name</Name>
704 <Description>Description</Description>
705 <InstallDate>2017-12-30T00:00:00.000Z</InstallDate>
706 <OtherIdentifyingInfo>OtherIdentifyingInfo</OtherIdentifyingInfo>
707 <SlotLayout>SlotLayout</SlotLayout>
708 <Status>Status</Status>
709 <HostingBoard>True</HostingBoard>
710 <HotSwappable>True</HotSwappable>
711 <Removable>False</Removable>
712 <Replaceable>False</Replaceable>
713 <Depth>20</Depth>
714 <Height>50</Height>
715 <Weight>40</Weight>
716 <Width>5</Width>
717 </Mainboard>
718 <ClientId>ClientId</ClientId>
719 </TSaveMainboardRequest_V1>
720 </SaveMainboard>
721 </ACMP>
722 </ICQL>}}}
723 {{/apimacro}}
724
725 {{apimacro title="SaveMemory"}}
726 {{{<ICQL>
727 <ACMP>
728 <SaveMemory version="1">
729 <TSaveMemoryRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
730 <Memory>
731 <PhysicalFree>8852072</PhysicalFree>
732 <PhysicalTotal>16649156</PhysicalTotal>
733 <SlotCount>4</SlotCount>
734 <SlotUsed>2</SlotUsed>
735 <VirtualTotal>19139524</VirtualTotal>
736 <VirtualFree>9781244</VirtualFree>
737 </Memory>
738 <ClientId>ClientId</ClientId>
739 </TSaveMemoryRequest_V1>
740 </SaveMemory>
741 </ACMP>
742 </ICQL>}}}
743 {{/apimacro}}
744
745 {{apimacro title="SaveMemorySlots"}}
746 {{{<ICQL>
747 <ACMP>
748 <SaveMemorySlots version="1">
749 <TSaveMemorySlotsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
750 <MemorySlots>
751 <TMemorySlots_V1 xsi:type="TMemorySlots_V1">
752 <SlotID>1</SlotID>
753 <DeviceLocator>DIMM1</DeviceLocator>
754 <MemType>SDRAM</MemType>
755 <Size>8388608</Size>
756 <Device>DDR3</Device>
757 <BankLocator>BANK 3</BankLocator>
758 <Form>DIMM</Form>
759 <SerialNumber>357176F0</SerialNumber>
760 <PartNumber>M3 78T5663QZ3-CF2</PartNumber>
761 <Manufacturer>Samsung</Manufacturer>
762 </TMemorySlots_V1>
763 <TMemorySlots_V1 xsi:type="TMemorySlots_V1">
764 <SlotID>2</SlotID>
765 <DeviceLocator>DIMM3</DeviceLocator>
766 <MemType>SDRAM</MemType>
767 <Size>8388608</Size>
768 <Device>DDR3</Device>
769 <BankLocator>BANK 1</BankLocator>
770 <Form>DIMM</Form>
771 <SerialNumber>35717930</SerialNumber>
772 <PartNumber>M3 78T5663QZ3-CF3</PartNumber>
773 <Manufacturer>Samsung</Manufacturer>
774 </TMemorySlots_V1>
775 </MemorySlots>
776 <ClientId>Id</ClientId>
777 </TSaveMemorySlotsRequest_V1>
778 </SaveMemorySlots>
779 </ACMP>
780 </ICQL>}}}
781 {{/apimacro}}
782
783 {{apimacro title="SaveMonitors"}}
784 {{{<ICQL>
785 <ACMP>
786 <SaveMonitors version="1">
787 <TSaveMonitorsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
788 <Monitors>
789 <TMonitor_V1 xsi:type="TMonitor_V1">
790 <RegKey>SYSTEM\CurrentControlSet\Enum\DISPLAY\FUS07D0\4&26FD984E&0&UID50727680\Device Parameters\</RegKey>
791 <DeviceId>{0EEF984F-FA07-49F3-AEC8-90CCEE1FE478}</DeviceId>
792 <Name>Generic PnP Monitor</Name>
793 <VendorID>FUS</VendorID>
794 <Model>E22W-5</Model>
795 <ManufactureDate>Week 36/2009</ManufactureDate>
796 <SerialNo>YV2P203663</SerialNo>
797 <MonitorSize>47cm x 30cm (22")</MonitorSize>
798 <AspectRatio>16:10</AspectRatio>
799 <FreqHorz>Null</FreqHorz>
800 <FreqVert>Null</FreqVert>
801 <Gamma>2,2</Gamma>
802 <DPMSSupport>Active Off</DPMSSupport>
803 </TMonitor_V1>
804 <TMonitor_V1 xsi:type="TMonitor_V1">
805 <RegKey>SYSTEM\CurrentControlSet\Enum\DISPLAY\FUS07CF\4&26FD984E&0&UID16843008\Device Parameters\</RegKey>
806 <DeviceId>{B910AEFB-D686-4C2C-8741-1A8B65F77083}</DeviceId>
807 <Name>Generic PnP Monitor</Name>
808 <VendorID>FUS</VendorID>
809 <Model>E22W-5</Model>
810 <ManufactureDate>Week 36/2009</ManufactureDate>
811 <SerialNo>YV2P203904</SerialNo>
812 <MonitorSize>47cm x 30cm (22")</MonitorSize>
813 <AspectRatio>16:10</AspectRatio>
814 <FreqHorz>Null</FreqHorz>
815 <FreqVert>Null</FreqVert>
816 <Gamma>2,2</Gamma>
817 <DPMSSupport>Active Off</DPMSSupport>
818 </TMonitor_V1>
819 </Monitors>
820 <ClientId>ClientId</ClientId>
821 </TSaveMonitorsRequest_V1>
822 </SaveMonitors>
823 </ACMP>
824 </ICQL>}}}
825 {{/apimacro}}
826
827 {{apimacro title="SaveNetcards"}}
828 {{{<ICQL>
829 <ACMP>
830 <SaveNetcards version="1">
831 <TSaveNetcardsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
832 <Netcards>
833 <TNetcard_V1 xsi:type="TNetcard_V1">
834 <ID>{6659EBF6-DE20-4D0A-8348-8E8316761DE8}</ID>
835 <Name>Intel(R) 82579LM Gigabit Network Connection</Name>
836 <DHCPServerIPs>192168002002</DHCPServerIPs>
837 <Gateways>255255255255</Gateways>
838 <IPs>192168002185</IPs>
839 <Mac>10-60-4B-6D-7B-8A</Mac>
840 <MaxSpeed>1000000000</MaxSpeed>
841 <Netmasks>255255255000</Netmasks>
842 <PrimaryWINSIPAddresses>192168002254</PrimaryWINSIPAddresses>
843 <SecondaryWINSIPAddresses>192168010253</SecondaryWINSIPAddresses>
844 </TNetcard_V1>
845 <TNetcard_V1 xsi:type="TNetcard_V1">
846 <ID>{C385883C-2E23-4496-B6E6-991610540808}</ID>
847 <Name>Intel(R) PRO/100+ Server Adapter (PILA8470B)</Name>
848 <DHCPServerIPs></DHCPServerIPs>
849 <Gateways>255255255255</Gateways>
850 <IPs>000000000000</IPs>
851 <Mac>00-90-27-FD-3E-C9</Mac>
852 <MaxSpeed>-1</MaxSpeed>
853 <Netmasks>000000000000</Netmasks>
854 <PrimaryWINSIPAddresses></PrimaryWINSIPAddresses>
855 <SecondaryWINSIPAddresses></SecondaryWINSIPAddresses>
856 </TNetcard_V1>
857 </Netcards>
858 <ClientId>ClientId</ClientId>
859 </TSaveNetcardsRequest_V1>
860 </SaveNetcards>
861 </ACMP>
862 </ICQL>}}}
863 {{/apimacro}}
864
865 {{apimacro title="SaveOperatingSystem"}}
866 {{{<ICQL>
867 <ACMP>
868 <SaveOperatingSystem version="1">
869 <TSaveOperatingSystemRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
870 <OperatingSystem>
871 <OSString>Microsoft Windows 8.1 Enterprise</OSString>
872 <OSNumber>6.3.9600</OSNumber>
873 <OSArchitecture>64-bit</OSArchitecture>
874 <ServicePack></ServicePack>
875 <ProductType>Unknown</ProductType>
876 <LastLoggedOnUser>NULL</LastLoggedOnUser>
877 <Language>English (United States)</Language>
878 <MajVersion>6</MajVersion>
879 <MinVersion>3</MinVersion>
880 <ReleaseID>12</ReleaseID>
881 <OSLanguageID>1033</OSLanguageID>
882 <SKU>4</SKU>
883 <WMIVersion>9600.16384</WMIVersion>
884 <Version></Version>
885 <ProductID>00261-80463-28279-AA319</ProductID>
886 <RegisteredUser>Windows User</RegisteredUser>
887 <InstallDate>2017-12-30T00:00:00.000Z</InstallDate>
888 <SerialNumber>00261-80463-28279-AA319</SerialNumber>
889 <OSSuiteMask>0</OSSuiteMask>
890 <LastBoot>2017-12-30T00:00:00.000Z</LastBoot>
891 <Platform></Platform>
892 <RegisteredOrg></RegisteredOrg>
893 <TimeZoneIndex>1</TimeZoneIndex>
894 <Region>Region</Region>
895 <StandardName>StandardName</StandardName>
896 <StandardBias>-60</StandardBias>
897 <DaylightName>DaylightName</DaylightName>
898 <DaylightBias>-120</DaylightBias>
899 </OperatingSystem>
900 <ClientId>ClientId</ClientId>
901 </TSaveOperatingSystemRequest_V1>
902 </SaveOperatingSystem>
903 </ACMP>
904 </ICQL>}}}
905 {{/apimacro}}
906
907 {{apimacro title="SavePrinter"}}
908 {{{<ICQL>
909 <ACMP>
910 <SavePrinters version="1">
911 <TSavePrintersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
912 <Printers>
913 <TPrinter_V1 xsi:type="TPrinter_V1">
914 <ShareName>ShareName</ShareName>
915 <PrintPagesPerMinute>5</PrintPagesPerMinute>
916 <PrintMaxResolutionSupported>600</PrintMaxResolutionSupported>
917 <PrintStaplingSupported>True</PrintStaplingSupported>
918 <IsColorPrinter>1</IsColorPrinter>
919 <SNMPEnabled>True</SNMPEnabled>
920 <PortNumber>9100</PortNumber>
921 <VerticalResolution>600</VerticalResolution>
922 <DefaultPrinter>True</DefaultPrinter>
923 <PrintDuplexSupported>True</PrintDuplexSupported>
924 <SNMPDeviceIndex>0</SNMPDeviceIndex>
925 <HorizontalResolution>600</HorizontalResolution>
926 <Port>9100</Port>
927 <PrinterType>PrinterType</PrinterType>
928 <IPAddress>IPAddress</IPAddress>
929 <Description>Description</Description>
930 <Queue>Queue</Queue>
931 <SNMPCommunity>SNMPCommunity</SNMPCommunity>
932 <PrinterState>PrinterState</PrinterState>
933 <Location>Location</Location>
934 <PrinterStatus>PrinterStatus</PrinterStatus>
935 <Protocol>Protocol</Protocol>
936 <Attributes>Attributes</Attributes>
937 <PrinterName>PrinterName</PrinterName>
938 </TPrinter_V1>
939 </Printers>
940 <ClientId>ClientId</ClientId>
941 </TSavePrintersRequest_V1>
942 </SavePrinters>
943 </ACMP>
944 </ICQL>}}}
945 {{/apimacro}}
946
947 {{apimacro title="SaveServices"}}
948 {{{<ICQL>
949 <ACMP>
950 <SaveServices version="1">
951 <TSaveServicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
952 <Services>
953 <TService_V1 xsi:type="TService_V1">
954 <ProcessID>5040</ProcessID>
955 <Caption>ACMP Client</Caption>
956 <Description>Aagon Client Management Platform Client</Description>
957 <DisplayName>ACMP Client</DisplayName>
958 <Name>ACMPClient</Name>
959 <Started>1</Started>
960 <State>Running</State>
961 <Status>OK</Status>
962 <AcceptPause>0</AcceptPause>
963 <AcceptStop>1</AcceptStop>
964 <DesktopInteract>0</DesktopInteract>
965 </TService_V1>
966 <TService_V1 xsi:type="TService_V1">
967 <ProcessID>12020</ProcessID>
968 <Caption>ACMP Server</Caption>
969 <Description>Aagon Client Management Platform Server</Description>
970 <DisplayName>ACMP Server</DisplayName>
971 <Name>ACMPServer</Name>
972 <Started>1</Started>
973 <State>Running</State>
974 <Status>OK</Status>
975 <AcceptPause>0</AcceptPause>
976 <AcceptStop>1</AcceptStop>
977 <DesktopInteract>0</DesktopInteract>
978 </TService_V1>
979 </Services>
980 <ClientId>ClientId</ClientId>
981 </TSaveServicesRequest_V1>
982 </SaveServices>
983 </ACMP>
984 </ICQL>}}}
985 {{/apimacro}}
986
987 {{apimacro title="SaveShares"}}
988 {{{<ICQL>
989 <ACMP>
990 <SaveShares version="1">
991 <TSaveSharesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
992 <Shares>
993 <TShare_V1 xsi:type="TShare_V1">
994 <Caption>ACMP</Caption>
995 <Path>C:\Program Files (x86)\Aagon\ACMP Server\Clients</Path>
996 <Name>ACMP</Name>
997 <ShareType>Disk Drive</ShareType>
998 <Status>OK</Status>
999 <AllowMaximum>1</AllowMaximum>
1000 <MaximumAllowed>0</MaximumAllowed>
1001 </TShare_V1>
1002 <TShare_V1 xsi:type="TShare_V1">
1003 <Caption>OsdRepo</Caption>
1004 <Path>C:\PROGRAM FILES (X86)\AAGON\ACMP SERVER\OSDREPO</Path>
1005 <Name>OsdRepo</Name>
1006 <ShareType>Disk Drive</ShareType>
1007 <Status>OK</Status>
1008 <AllowMaximum>1</AllowMaximum>
1009 <MaximumAllowed>0</MaximumAllowed>
1010 </TShare_V1>
1011 </Shares>
1012 <ClientId>ClientId</ClientId>
1013 </TSaveSharesRequest_V1>
1014 </SaveShares>
1015 </ACMP>
1016 </ICQL>}}}
1017 {{/apimacro}}
1018
1019 *
1020
1021 Specify the size in megabytes.
1022
1023 {{apimacro title="SaveLinuxSoftware"}}
1024 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveLinuxSoftwareRequest_V1">
1025 <ACMP>
1026 <SaveLinuxSoftware ActionType="Request" version="1">
1027 <TSaveLinuxSoftwareRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1028 <Software>
1029 <TLinuxSoftware_V1 xsi:type="TLinuxSoftware_V1">
1030 <SwLinuxId>{59387FFD-B171-47C5-B735-041FA132CA39}</SwLinuxId>
1031 <Name>Name</Name>
1032 <Version>Version</Version>
1033 <Description>Description</Description>
1034 <PackageType>ptDebian</PackageType>
1035 <Homepage>Homepage</Homepage>
1036 <DebState>DebState</DebState>
1037 <DebAutoInstalled>true</DebAutoInstalled>
1038 <DebPriority>DebPriority</DebPriority>
1039 <DebSection>DebSection</DebSection>
1040 <DebMaintainer>DebMaintainer</DebMaintainer>
1041 <DebUncompressedSize>0</DebUncompressedSize>
1042 <RpmLicense>RpmLicense</RpmLicense>
1043 <RpmRelease>RpmRelease</RpmRelease>
1044 <RpmGroup>RpmGroup</RpmGroup>
1045 <RpmSize>0</RpmSize>
1046 <RpmSignature>RpmSignature</RpmSignature>
1047 <RpmSourceRpm>RpmSourceRpm</RpmSourceRpm>
1048 <RpmBuildDate>1899-12-30T00:00:00.000Z</RpmBuildDate>
1049 <RpmBuildHost>RpmBuildHost</RpmBuildHost>
1050 <RpmRelocations>RpmRelocations</RpmRelocations>
1051 <RpmPackager>RpmPackager</RpmPackager>
1052 <RpmVendor>RpmVendor</RpmVendor>
1053 <RpmSummary>RpmSummary</RpmSummary>
1054 <RpmInstallDate>1899-12-30T00:00:00.000Z</RpmInstallDate>
1055 <RpmArchitecture>RpmArchitecture</RpmArchitecture>
1056 </TLinuxSoftware_V1>
1057 <TLinuxSoftware_V1 xsi:type="TLinuxSoftware_V1">
1058 <SwLinuxId>{59387FFD-B171-47C5-B735-041FA132CA39}</SwLinuxId>
1059 <Name>Name</Name>
1060 <Version>Version</Version>
1061 <Description>Description</Description>
1062 <PackageType>ptDebian</PackageType>
1063 <Homepage>Homepage</Homepage>
1064 <DebState>DebState</DebState>
1065 <DebAutoInstalled>true</DebAutoInstalled>
1066 <DebPriority>DebPriority</DebPriority>
1067 <DebSection>DebSection</DebSection>
1068 <DebMaintainer>DebMaintainer</DebMaintainer>
1069 <DebUncompressedSize>0</DebUncompressedSize>
1070 <RpmLicense>RpmLicense</RpmLicense>
1071 <RpmRelease>RpmRelease</RpmRelease>
1072 <RpmGroup>RpmGroup</RpmGroup>
1073 <RpmSize>0</RpmSize>
1074 <RpmSignature>RpmSignature</RpmSignature>
1075 <RpmSourceRpm>RpmSourceRpm</RpmSourceRpm>
1076 <RpmBuildDate>1899-12-30T00:00:00.000Z</RpmBuildDate>
1077 <RpmBuildHost>RpmBuildHost</RpmBuildHost>
1078 <RpmRelocations>RpmRelocations</RpmRelocations>
1079 <RpmPackager>RpmPackager</RpmPackager>
1080 <RpmVendor>RpmVendor</RpmVendor>
1081 <RpmSummary>RpmSummary</RpmSummary>
1082 <RpmInstallDate>1899-12-30T00:00:00.000Z</RpmInstallDate>
1083 <RpmArchitecture>RpmArchitecture</RpmArchitecture>
1084 </TLinuxSoftware_V1>
1085 </Software>
1086 <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
1087 </TSaveLinuxSoftwareRequest_V1>
1088 </SaveLinuxSoftware>
1089 </ACMP>
1090 </ICQL>}}}
1091 {{/apimacro}}
1092
1093 {{apimacro title="SaveMacOsSoftware"}}
1094 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveMacOsSoftwareRequest_V1">
1095 <ACMP>
1096 <SaveMacOsSoftware ActionType="Request" version="1">
1097 <TSaveMacOsSoftwareRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1098 <Software>
1099 <TMacOsSoftware_V1 xsi:type="TMacOsSoftware_V1">
1100 <Name>Name</Name>
1101 <Version>Version</Version>
1102 <SwMacOsId>{59387FFD-B171-47C5-B735-041FA132CA39}</SwMacOsId>
1103 <Kind>Kind</Kind>
1104 <Is64Bit>true</Is64Bit>
1105 <Location>Location</Location>
1106 <LastModified>1899-12-30T00:00:00.000Z</LastModified>
1107 </TMacOsSoftware_V1>
1108 <TMacOsSoftware_V1 xsi:type="TMacOsSoftware_V1">
1109 <Name>Name</Name>
1110 <Version>Version</Version>
1111 <SwMacOsId>{59387FFD-B171-47C5-B735-041FA132CA39}</SwMacOsId>
1112 <Kind>Kind</Kind>
1113 <Is64Bit>true</Is64Bit>
1114 <Location>Location</Location>
1115 <LastModified>1899-12-30T00:00:00.000Z</LastModified>
1116 </TMacOsSoftware_V1>
1117 </Software>
1118 <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
1119 </TSaveMacOsSoftwareRequest_V1>
1120 </SaveMacOsSoftware>
1121 </ACMP>
1122 </ICQL>}}}
1123 {{/apimacro}}
1124
1125 {{apimacro title="SaveMobileApp"}}
1126 {{{<ICQL>
1127 <ACMP>
1128 <SaveMobileApp ActionType="Request" version="1">
1129 <TSaveMobileAppRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1130 <MobileApps>
1131 <TMobileApp_V1 xsi:type="TMobileApp_V1">
1132 <Name>App Name</Name>
1133 <Version>0.0.1</Version>
1134 <Identifier>com.sophos.mobilecontrol.client.android</Identifier>
1135 <Status>1</Status>
1136 <InstalledAppId>0</InstalledAppId>
1137 <ManagementFlags>0</ManagementFlags>
1138 <AppSize>12345</AppSize>
1139 <DataSize>123</DataSize>
1140 </TMobileApp_V1>
1141 </MobileApps>
1142 <ClientId>ClientId</ClientId>
1143 </TSaveMobileAppRequest_V1>
1144 </SaveMobileApp>
1145 </ACMP>
1146 </ICQL>}}}
1147 {{/apimacro}}
1148
1149 = Load Client List =
1150
1151 {{apimacro title="GetClientList Request"}}
1152 {{{<ICQL>
1153 <ACMP>
1154 <GetClientList version="1">
1155 <TGetClientListRequest_V1 />
1156 </GetClientList>
1157 </ACMP>
1158 </ICQL>}}}
1159 {{/apimacro}}
1160
1161 {{apimacro title="GetClientList Response"}}
1162 {{{<ICQL>
1163 <ACMP>
1164 <GetClientList version="1">
1165 <TGetClientListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1166 <Clients>
1167 <TClientInfo_V1 xsi:type="TClientInfo_V1">
1168 <ClientId>ClientId</ClientId>
1169 <ComputerName>ComputerName</ComputerName>
1170 <ComputerDomain>ComputerDomain</ComputerDomain>
1171 </TClientInfo_V1>
1172 <TClientInfo_V1 xsi:type="TClientInfo_V1">
1173 <ClientId>ClientId</ClientId>
1174 <ComputerName>ComputerName</ComputerName>
1175 <ComputerDomain>ComputerDomain</ComputerDomain>
1176 </TClientInfo_V1>
1177 </Clients>
1178 </TGetClientListResponse_V1>
1179 </GetClientList>
1180 </ACMP>
1181 </ICQL>}}}
1182 {{/apimacro}}
1183
1184 = Load Client Scan Data =
1185
1186 {{apimacro title="GetBattery Request"}}
1187 {{{<ICQL>
1188 <ACMP>
1189 <GetBattery version="1">
1190 <TGetBatteryRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1191 <ClientId>Id</ClientId>
1192 </TGetBatteryRequest_V1>
1193 </GetBattery>
1194 </ACMP>
1195 </ICQL>}}}
1196 {{/apimacro}}
1197
1198 {{apimacro title="GetBattery Response"}}
1199 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1200 <ACMP>
1201 <GetBatteryResponse>
1202 <TGetBatteryResponse_V1>
1203 <Battery xsi:type="TBattery_V1">
1204 <Name>Name</Name>
1205 <ChargeStatus>ChargeStatus</ChargeStatus>
1206 <PowerStatus>PowerStatus</PowerStatus>
1207 <BatteryExists>1</BatteryExists>
1208 <LifePercent>50</LifePercent>
1209 <LifeFullTime>200</LifeFullTime>
1210 <LifeTime>250</LifeTime>
1211 <DesignCapacity>5000</DesignCapacity>
1212 <DesignVoltage>12</DesignVoltage>
1213 <EstimatedChargeRemaining>3200</EstimatedChargeRemaining>
1214 <EstimatedRunTime>180</EstimatedRunTime>
1215 <ExpectedLife>290</ExpectedLife>
1216 <FullChargeCapacity>4900</FullChargeCapacity>
1217 <MaxRechargeTime>250</MaxRechargeTime>
1218 <PowerManagementSupported>1</PowerManagementSupported>
1219 <TimeOnBattery>60</TimeOnBattery>
1220 <TimeToFullCharge>180</TimeToFullCharge>
1221 <Availability>Availability</Availability>
1222 <BatteryStatus>BatteryStatus</BatteryStatus>
1223 <Description>Description</Description>
1224 <Chemistry>Chemistry</Chemistry>
1225 <DeviceID>DeviceID</DeviceID>
1226 <InstallDate>2017-12-30T00:00:00.000Z</InstallDate>
1227 <Location>Location</Location>
1228 <ManufactureDate>2017-12-30T00:00:00.000Z</ManufactureDate>
1229 <Manufacturer>Manufacturer</Manufacturer>
1230 <Status>Status</Status>
1231 <StatusInfo>StatusInfo</StatusInfo>
1232 </Battery>
1233 <ResultCode>0</ResultCode>
1234 </TGetBatteryResponse_V1>
1235 </GetBatteryResponse>
1236 </ACMP>
1237 </ICQL>}}}
1238 {{/apimacro}}
1239
1240 {{apimacro title="GetBiosData Request"}}
1241 {{{<ICQL>
1242 <ACMP>
1243 <GetBiosData version="1">
1244 <TGetBiosDataRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1245 <ClientId>Id</ClientId>
1246 </TGetBiosDataRequest_V1>
1247 </GetBiosData>
1248 </ACMP>
1249 </ICQL>}}}
1250 {{/apimacro}}
1251
1252 {{apimacro title="GetBiosData Response"}}
1253 {{{<ICQL>
1254 <ACMP>
1255 <GetBiosData version="1">
1256 <TGetBiosDataResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1257 <Bios>
1258 <Name>Bios</Name>
1259 <Copyright>Copyright</Copyright>
1260 <Date>Date</Date>
1261 <BIOSVendor>BIOSVendor</BIOSVendor>
1262 <BIOSVersion>BIOSVersion</BIOSVersion>
1263 </Bios>
1264 <ResultCode>ResultCode</ResultCode>
1265 </TGetBiosDataResponse_V1>
1266 </GetBiosData>
1267 </ACMP>
1268 </ICQL>}}}
1269 {{/apimacro}}
1270
1271 {{apimacro title="GetCdDvdDrives Request"}}
1272 {{{<ICQL>
1273 <ACMP>
1274 <GetCdDvdDrives version="1">
1275 <TGetCdDvdDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1276 <ClientId>Id</ClientId>
1277 </TGetCdDvdDrivesRequest_V1>
1278 </GetCdDvdDrives>
1279 </ACMP>
1280 </ICQL>}}}
1281 {{/apimacro}}
1282
1283 {{apimacro title="GetCdDvdDrives Response"}}
1284 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1285 <ACMP>
1286 <GetCdDvdDrivesResponse>
1287 <TGetCdDvdDrivesResponse_V1>
1288 <CdDvdDrives>
1289 <TCdDvdDrives_V1 xsi:type="TCdDvdDrives_V1">
1290 <Availability>Availability</Availability>
1291 <Capacity>1000</Capacity>
1292 <Manufacturer>Manufacturer</Manufacturer>
1293 <MediaLoaded>true</MediaLoaded>
1294 <MediaType>MediaType</MediaType>
1295 <Model>Model</Model>
1296 <Status>Status</Status>
1297 <TransferRate>1000</TransferRate>
1298 <VolumeName>VolumeName</VolumeName>
1299 <VolumeSerial>VolumeSerial</VolumeSerial>
1300 <Drive>Drive</Drive>
1301 </TCdDvdDrives_V1>
1302 </CdDvdDrives>
1303 <ResultCode>0</ResultCode>
1304 </TGetCdDvdDrivesResponse_V1>
1305 </GetCdDvdDrivesResponse>
1306 </ACMP>
1307 </ICQL>}}}
1308 {{/apimacro}}
1309
1310 {{apimacro title="GetCPU Request"}}
1311 {{{<ICQL>
1312 <ACMP>
1313 <GetCPU version="1">
1314 <TGetCPURequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1315 <ClientId>Id</ClientId>
1316 </TGetCPURequest_V1>
1317 </GetCPU>
1318 </ACMP>
1319 </ICQL>}}}
1320 {{/apimacro}}
1321
1322 {{apimacro title="GetCPU Response"}}
1323 {{{<ICQL>
1324 <ACMP>
1325 <GetCPU version="1">
1326 <TGetCPUResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1327 <CPU>
1328 <ProcessorName>ProcessorName</ProcessorName>
1329 <CPUCount>CPUCount</CPUCount>
1330 <Frequency>Frequency</Frequency>
1331 <MaxFrequency>MaxFrequency</MaxFrequency>
1332 <CPUIDNameString>CPUIDNameString</CPUIDNameString>
1333 <NumberOfCores>NumberOfCores</NumberOfCores>
1334 <Architecture>Architecture</Architecture>
1335 </CPU>
1336 <ResultCode>ResultCode</ResultCode>
1337 </TGetCPUResponse_V1>
1338 </GetCPU>
1339 </ACMP>
1340 </ICQL>}}}
1341 {{/apimacro}}
1342
1343 {{apimacro title="GetDevices Request"}}
1344 {{{<ICQL>
1345 <ACMP>
1346 <GetDevices version="1">
1347 <TGetDevicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1348 <ClientId>Id</ClientId>
1349 </TGetDevicesRequest_V1>
1350 </GetDevices>
1351 </ACMP>
1352 </ICQL>}}}
1353 {{/apimacro}}
1354
1355 {{apimacro title="GetDevices Response"}}
1356 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1357 <ACMP>
1358 <GetDevicesResponse>
1359 <TGetDevicesResponse_V1>
1360 <Devices>
1361 <TDevice_V1 xsi:type="TDevice_V1">
1362 <DeviceName>Standard Enhanced PCI to USB Host Controller</DeviceName>
1363 <ClassDescription>Universal Serial Bus controllers</ClassDescription>
1364 <DriverDate>6-21-2006</DriverDate>
1365 <DriverVersion>6.3.9600.18191</DriverVersion>
1366 <DriverProvider>Microsoft</DriverProvider>
1367 <HardwareID>PCI\VEN_1002&amp;DEV_4396&amp;SUBSYS_3029103C&amp;REV_00\3&amp;21436425&amp;0&amp;92</HardwareID>
1368 <RegKey>RegKey</RegKey>
1369 <DeviceClassName>DeviceClassName</DeviceClassName>
1370 </TDevice_V1>
1371 </Devices>
1372 <ResultCode>0</ResultCode>
1373 </TGetDevicesResponse_V1>
1374 </GetDevicesResponse>
1375 </ACMP>
1376 </ICQL>}}}
1377 {{/apimacro}}
1378
1379 {{apimacro title="GetDisplays Request"}}
1380 {{{<ICQL>
1381 <ACMP>
1382 <GetDisplays version="1">
1383 <TGetDisplaysRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1384 <ClientId>Id</ClientId>
1385 </TGetDisplaysRequest_V1>
1386 </GetDisplays>
1387 </ACMP>
1388 </ICQL>}}}
1389 {{/apimacro}}
1390
1391 {{apimacro title="GetDisplays Response"}}
1392 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1393 <ACMP>
1394 <GetDisplaysResponse>
1395 <TGetDisplaysResponse_V1>
1396 <Displays>
1397 <TDisplay_V1 xsi:type="TDisplay_V1">
1398 <Adapter>Adapter</Adapter>
1399 <AdapterChipset>AdapterChipset</AdapterChipset>
1400 <AdapterDAC>AdapterDAC</AdapterDAC>
1401 <AdapterRAM>262144</AdapterRAM>
1402 <DriverVersion>8.910.0.0</DriverVersion>
1403 <HorizontalResolution>1680</HorizontalResolution>
1404 <VerticalResolution>1050</VerticalResolution>
1405 <BiosVersion>113-B27616-107</BiosVersion>
1406 <BiosDate />
1407 </TDisplay_V1>
1408 </Displays>
1409 <ResultCode>0</ResultCode>
1410 </TGetDisplaysResponse_V1>
1411 </GetDisplaysResponse>
1412 </ACMP>
1413 </ICQL>}}}
1414 {{/apimacro}}
1415
1416 {{apimacro title="GetHardDrives Request"}}
1417 {{{<ICQL>
1418 <ACMP>
1419 <GetHardDrives version="1">
1420 <TGetHardDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1421 <ClientId>Id</ClientId>
1422 </TGetHardDrivesRequest_V1>
1423 </GetHardDrives>
1424 </ACMP>
1425 </ICQL>}}}
1426 {{/apimacro}}
1427
1428 {{apimacro title="GetHardDrives Response"}}
1429 {{{<ICQL>
1430 <ACMP>
1431 <GetHardDrives version="1">
1432 <TGetHardDrivesResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1433 <HardDrives>
1434 <THardDrive_V1 xsi:type="THardDrive_V1">
1435 <DeviceId>DeviceId</DeviceId>
1436 <HaId>HaId</HaId>
1437 <Size>Size</Size>
1438 <Model>Model</Model>
1439 </THardDrive_V1>
1440 <THardDrive_V1 xsi:type="THardDrive_V1">
1441 <DeviceId>DeviceId</DeviceId>
1442 <HaId>HaId</HaId>
1443 <Size>Size</Size>
1444 <Model>Model</Model>
1445 </THardDrive_V1>
1446 </HardDrives>
1447 <ResultCode>ResultCode</ResultCode>
1448 </TGetHardDrivesResponse_V1>
1449 </GetHardDrives>
1450 </ACMP>
1451 </ICQL>}}}
1452 {{/apimacro}}
1453
1454 {{apimacro title="GetLogicalDrives Request"}}
1455 {{{<ICQL>
1456 <ACMP>
1457 <GetLogicalDrives version="1">
1458 <TGetLogicalDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1459 <ClientId>Id</ClientId>
1460 </TGetLogicalDrivesRequest_V1>
1461 </GetLogicalDrives>
1462 </ACMP>
1463 </ICQL>}}}
1464 {{/apimacro}}
1465
1466 {{apimacro title="GetLogicalDrives Response"}}
1467 {{{<ICQL>
1468 <ACMP>
1469 <GetLogicalDrives version="1">
1470 <TGetLogicalDrivesResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1471 <LogicalDrives>
1472 <TLogicalDrive_V1 xsi:type="TLogicalDrive_V1">
1473 <ID>ID</ID>
1474 <Name>Name</Name>
1475 <DriveLabel>DriveLabel</DriveLabel>
1476 <Capacity>Capacity</Capacity>
1477 <FreeSpace>FreeSpace</FreeSpace>
1478 <FileSystem>FileSystem</FileSystem>
1479 <MediaType>MediaType</MediaType>
1480 <UNCPath>UNCPath</UNCPath>
1481 </TLogicalDrive_V1>
1482 <TLogicalDrive_V1 xsi:type="TLogicalDrive_V1">
1483 <ID>ID</ID>
1484 <Name>Name</Name>
1485 <DriveLabel>DriveLabel</DriveLabel>
1486 <Capacity>Capacity</Capacity>
1487 <FreeSpace>FreeSpace</FreeSpace>
1488 <FileSystem>FileSystem</FileSystem>
1489 <MediaType>MediaType</MediaType>
1490 <UNCPath>UNCPath</UNCPath>
1491 </TLogicalDrive_V1>
1492 </LogicalDrives>
1493 <ResultCode>ResultCode</ResultCode>
1494 </TGetLogicalDrivesResponse_V1>
1495 </GetLogicalDrives>
1496 </ACMP>
1497 </ICQL>}}}
1498 {{/apimacro}}
1499
1500 {{apimacro title="GetMachine Request"}}
1501 {{{<ICQL>
1502 <ACMP>
1503 <GetMachine version="1">
1504 <TGetMachineRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1505 <ClientId>Id</ClientId>
1506 </TGetMachineRequest_V1>
1507 </GetMachine>
1508 </ACMP>
1509 </ICQL>}}}
1510 {{/apimacro}}
1511
1512 {{apimacro title="GetMachine Response"}}
1513 {{{<ICQL>
1514 <ACMP>
1515 <GetMachine version="1">
1516 <TGetMachineResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1517 <Machine>
1518 <ChassisSerial>ChassisSerial</ChassisSerial>
1519 <SystemManufacturer>SystemManufacturer</SystemManufacturer>
1520 <SystemModel>SystemModel</SystemModel>
1521 <SystemSerial>SystemSerial</SystemSerial>
1522 <SystemUUID>SystemUUID</SystemUUID>
1523 <SystemVersion>SystemVersion</SystemVersion>
1524 </Machine>
1525 <ResultCode>ResultCode</ResultCode>
1526 </TGetMachineResponse_V1>
1527 </GetMachine>
1528 </ACMP>
1529 </ICQL>}}}
1530 {{/apimacro}}
1531
1532 {{apimacro title="GetMainboard Request"}}
1533 {{{<ICQL>
1534 <ACMP>
1535 <GetMainboard version="1">
1536 <TGetMainboardRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1537 <ClientId>Id</ClientId>
1538 </TGetMainboardRequest_V1>
1539 </GetMainboard>
1540 </ACMP>
1541 </ICQL>}}}
1542 {{/apimacro}}
1543
1544 {{apimacro title="GetMainboard Response"}}
1545 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1546 <ACMP>
1547 <GetMainboar>
1548 <TGetMainboardResponse_V1>
1549 <Mainboard xsi:type="TMainboard_V1">
1550 <Model>Model</Model>
1551 <Manufacturer>Manufacturer</Manufacturer>
1552 <Version />
1553 <Serial>Serial</Serial>
1554 <Name>Name</Name>
1555 <Description>Description</Description>
1556 <InstallDate>1899-12-30T00:00:00.000Z</InstallDate>
1557 <OtherIdentifyingInfo />
1558 <SlotLayout />
1559 <Status>OK</Status>
1560 <HostingBoard>true</HostingBoard>
1561 <HotSwappable>false</HotSwappable>
1562 <Removable>true</Removable>
1563 <Replaceable>false</Replaceable>
1564 <Depth>0</Depth>
1565 <Height>0</Height>
1566 <Weight>0</Weight>
1567 <Width>0</Width>
1568 </Mainboard>
1569 <ResultCode>0</ResultCode>
1570 </TGetMainboardResponse_V1>
1571 </GetMainboard>
1572 </ACMP>
1573 </ICQL>}}}
1574 {{/apimacro}}
1575
1576 {{apimacro title="GetMemory Request"}}
1577 {{{<ICQL>
1578 <ACMP>
1579 <GetMemory version="1">
1580 <TGetMemoryRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1581 <ClientId>Id</ClientId>
1582 </TGetMemoryRequest_V1>
1583 </GetMemory>
1584 </ACMP>
1585 </ICQL>}}}
1586 {{/apimacro}}
1587
1588 {{apimacro title="GetMemory Response"}}
1589 {{{<ICQL>
1590 <ACMP>
1591 <GetMemory version="1">
1592 <TGetMemoryResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1593 <Memory>
1594 <PhysicalFree>PhysicalFree</PhysicalFree>
1595 <PhysicalTotal>PhysicalTotal</PhysicalTotal>
1596 <SlotCount>SlotCount</SlotCount>
1597 <SlotUsed>SlotUsed</SlotUsed>
1598 <VirtualTotal>VirtualTotal</VirtualTotal>
1599 <VirtualFree>VirtualFree</VirtualFree>
1600 </Memory>
1601 <ResultCode>ResultCode</ResultCode>
1602 </TGetMemoryResponse_V1>
1603 </GetMemory>
1604 </ACMP>
1605 </ICQL>}}}
1606 {{/apimacro}}
1607
1608 {{apimacro title="GetMemorySlots Request"}}
1609 {{{<ICQL>
1610 <ACMP>
1611 <GetMemorySlots ActionType="Request" version="1">
1612 <TGetMemorySlotsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1613 <ClientId>Id</ClientId>
1614 </TGetMemorySlotsRequest_V1>
1615 </GetMemorySlots>
1616 </ACMP>
1617 </ICQL>}}}
1618 {{/apimacro}}
1619
1620 {{apimacro title="GetMemorySlots Response"}}
1621 {{{<ICQL>
1622 <ACMP>
1623 <GetMemorySlots version="1">
1624 <TGetMemorySlotsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1625 <MemorySlots>
1626 <TMemorySlots_V1 xsi:type="TMemorySlots_V1">
1627 <SlotID>SlotID</SlotID>
1628 <DeviceLocator>DeviceLocator</DeviceLocator>
1629 <MemType>MemType</MemType>
1630 <Size>Size</Size>
1631 <Device>Device</Device>
1632 <BankLocator>BankLocator</BankLocator>
1633 <Form>Form</Form>
1634 <SerialNumber>SerialNumber</SerialNumber>
1635 <PartNumber>PartNumber</PartNumber>
1636 <Manufacturer>Manufacturer</Manufacturer>
1637 </TMemorySlots_V1>
1638 <TMemorySlots_V1 xsi:type="TMemorySlots_V1">
1639 <SlotID>SlotID</SlotID>
1640 <DeviceLocator>DeviceLocator</DeviceLocator>
1641 <MemType>MemType</MemType>
1642 <Size>Size</Size>
1643 <Device>Device</Device>
1644 <BankLocator>BankLocator</BankLocator>
1645 <Form>Form</Form>
1646 <SerialNumber>SerialNumber</SerialNumber>
1647 <PartNumber>PartNumber</PartNumber>
1648 <Manufacturer>Manufacturer</Manufacturer>
1649 </TMemorySlots_V1>
1650 </MemorySlots>
1651 <ResultCode>ResultCode</ResultCode>
1652 </TGetMemorySlotsResponse_V1>
1653 </GetMemorySlots>
1654 </ACMP>
1655 </ICQL>}}}
1656 {{/apimacro}}
1657
1658 {{apimacro title="GetMonitors Request"}}
1659 {{{<ICQL>
1660 <ACMP>
1661 <GetMonitors version="1">
1662 <TGetMonitorsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1663 <ClientId>Id</ClientId>
1664 </TGetMonitorsRequest_V1>
1665 </GetMonitors>
1666 </ACMP>
1667 </ICQL>}}}
1668 {{/apimacro}}
1669
1670 {{apimacro title="GetMonitors Response"}}
1671 {{{<ICQL>
1672 <ACMP>
1673 <GetMonitors version="1">
1674 <TGetMonitorsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1675 <Monitors>
1676 <TMonitor_V1 xsi:type="TMonitor_V1">
1677 <RegKey>RegKey</RegKey>
1678 <DeviceId>DeviceId</DeviceId>
1679 <Name>Name</Name>
1680 <VendorID>VendorID</VendorID>
1681 <Model>Model</Model>
1682 <ManufactureDate>ManufactureDate</ManufactureDate>
1683 <SerialNo>SerialNo</SerialNo>
1684 <MonitorSize>MonitorSize</MonitorSize>
1685 <AspectRatio>AspectRatio</AspectRatio>
1686 <FreqHorz>FreqHorz</FreqHorz>
1687 <FreqVert>FreqVert</FreqVert>
1688 <Gamma>Gamma</Gamma>
1689 <DPMSSupport>DPMSSupport</DPMSSupport>
1690 </TMonitor_V1>
1691 <TMonitor_V1 xsi:type="TMonitor_V1">
1692 <RegKey>RegKey</RegKey>
1693 <DeviceId>DeviceId</DeviceId>
1694 <Name>Name</Name>
1695 <VendorID>VendorID</VendorID>
1696 <Model>Model</Model>
1697 <ManufactureDate>ManufactureDate</ManufactureDate>
1698 <SerialNo>SerialNo</SerialNo>
1699 <MonitorSize>MonitorSize</MonitorSize>
1700 <AspectRatio>AspectRatio</AspectRatio>
1701 <FreqHorz>FreqHorz</FreqHorz>
1702 <FreqVert>FreqVert</FreqVert>
1703 <Gamma>Gamma</Gamma>
1704 <DPMSSupport>DPMSSupport</DPMSSupport>
1705 </TMonitor_V1>
1706 </Monitors>
1707 <ResultCode>ResultCode</ResultCode>
1708 </TGetMonitorsResponse_V1>
1709 </GetMonitors>
1710 </ACMP>
1711 </ICQL>}}}
1712 {{/apimacro}}
1713
1714 {{apimacro title="GetNetcards Request"}}
1715 {{{<ICQL>
1716 <ACMP>
1717 <GetNetcards version="1">
1718 <TGetNetcardsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1719 <ClientId>Id</ClientId>
1720 </TGetNetcardsRequest_V1>
1721 </GetNetcards>
1722 </ACMP>
1723 </ICQL>}}}
1724 {{/apimacro}}
1725
1726 {{apimacro title="GetNetcards Response"}}
1727 {{{<ICQL>
1728 <ACMP>
1729 <GetNetcards version="1">
1730 <TGetNetcardsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1731 <Netcards>
1732 <TNetcard_V1 xsi:type="TNetcard_V1">
1733 <ID>ID</ID>
1734 <Name>Name</Name>
1735 <DHCPServerIPs>DHCPServerIPs</DHCPServerIPs>
1736 <Gateways>Gateways</Gateways>
1737 <IPs>IPs</IPs>
1738 <Mac>Mac</Mac>
1739 <MaxSpeed>MaxSpeed</MaxSpeed>
1740 <Netmasks>Netmasks</Netmasks>
1741 <PrimaryWINSIPAddresses>PrimaryWINSIPAddresses</PrimaryWINSIPAddresses>
1742 <SecondaryWINSIPAddresses>SecondaryWINSIPAddresses</SecondaryWINSIPAddresses>
1743 </TNetcard_V1>
1744 <TNetcard_V1 xsi:type="TNetcard_V1">
1745 <ID>ID</ID>
1746 <Name>Name</Name>
1747 <DHCPServerIPs>DHCPServerIPs</DHCPServerIPs>
1748 <Gateways>Gateways</Gateways>
1749 <IPs>IPs</IPs>
1750 <Mac>Mac</Mac>
1751 <MaxSpeed>MaxSpeed</MaxSpeed>
1752 <Netmasks>Netmasks</Netmasks>
1753 <PrimaryWINSIPAddresses>PrimaryWINSIPAddresses</PrimaryWINSIPAddresses>
1754 <SecondaryWINSIPAddresses>SecondaryWINSIPAddresses</SecondaryWINSIPAddresses>
1755 </TNetcard_V1>
1756 </Netcards>
1757 <ResultCode>ResultCode</ResultCode>
1758 </TGetNetcardsResponse_V1>
1759 </GetNetcards>
1760 </ACMP>
1761 </ICQL>}}}
1762 {{/apimacro}}
1763
1764 {{apimacro title="GetOperatingSystem Request"}}
1765 {{{<ICQL>
1766 <ACMP>
1767 <GetOperatingSystem version="1">
1768 <TGetOperatingSystemRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1769 <ClientId>Id</ClientId>
1770 </TGetOperatingSystemRequest_V1>
1771 </GetOperatingSystem>
1772 </ACMP>
1773 </ICQL>}}}
1774 {{/apimacro}}
1775
1776 {{apimacro title="GetOperatingSystem Response"}}
1777 {{{<ICQL>
1778 <ACMP>
1779 <GetOperatingSystem version="1">
1780 <TGetOperatingSystemResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1781 <OperatingSystem>
1782 <OSString>OSString</OSString>
1783 <OSNumber>OSNumber</OSNumber>
1784 <OSArchitecture>OSArchitecture</OSArchitecture>
1785 <ServicePack>ServicePack</ServicePack>
1786 <ProductType>ProductType</ProductType>
1787 <LastLoggedOnUser>LastLoggedOnUser</LastLoggedOnUser>
1788 <Language>Language</Language>
1789 <MajVersion>MajVersion</MajVersion>
1790 <MinVersion>MinVersion</MinVersion>
1791 <OSLanguageID>OSLanguageID</OSLanguageID>
1792 <SKU>SKU</SKU>
1793 <WMIVersion>WMIVersion</WMIVersion>
1794 <Version>Version</Version>
1795 <ProductID>ProductID</ProductID>
1796 <RegisteredUser>RegisteredUser</RegisteredUser>
1797 <InstallDate>InstallDate</InstallDate>
1798 <SerialNumber>SerialNumber</SerialNumber>
1799 <OSSuiteMask>OSSuiteMask</OSSuiteMask>
1800 <LastBoot>LastBoot</LastBoot>
1801 <Platform>Platform</Platform>
1802 <RegisteredOrg>RegisteredOrg</RegisteredOrg>
1803 <TimeZoneIndex>120</TimeZoneIndex>
1804 <Region>(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</Region>
1805 <StandardName>W. Europe Standard Time</StandardName>
1806 <StandardBias>-60</StandardBias>
1807 <DaylightName>W. Europe Daylight Time</DaylightName>
1808 <DaylightBias>-120</DaylightBias>
1809 </OperatingSystem>
1810 <ResultCode>ResultCode</ResultCode>
1811 </TGetOperatingSystemResponse_V1>
1812 </GetOperatingSystem>
1813 </ACMP>
1814 </ICQL>}}}
1815 {{/apimacro}}
1816
1817 {{apimacro title="GetOperatingSystem V2 Request"}}
1818 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetOperatingSystemRequest_V2">
1819 <ACMP>
1820 <GetOperatingSystem ActionType="Request" version="2">
1821 <TGetOperatingSystemRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1822 <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
1823 </TGetOperatingSystemRequest_V2>
1824 </GetOperatingSystem>
1825 </ACMP>
1826 </ICQL>}}}
1827 {{/apimacro}}
1828
1829 {{apimacro title="GetOperatingSystem V2 Response"}}
1830 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetOperatingSystemResponse_V2">
1831 <ACMP>
1832 <GetOperatingSystem ActionType="Response" version="2">
1833 <TGetOperatingSystemResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1834 <OperatingSystem xsi:type="TOperatingSystem_V2">
1835 <OSString>OSString</OSString>
1836 <OSNumber>OSNumber</OSNumber>
1837 <OSArchitecture>OSArchitecture</OSArchitecture>
1838 <ServicePack>ServicePack</ServicePack>
1839 <ProductType>ProductType</ProductType>
1840 <LastLoggedOnUser>LastLoggedOnUser</LastLoggedOnUser>
1841 <Language>Language</Language>
1842 <MajVersion>0</MajVersion>
1843 <MinVersion>0</MinVersion>
1844 <ReleaseID>0</ReleaseID>
1845 <OSLanguageID>0</OSLanguageID>
1846 <SKU>0</SKU>
1847 <WMIVersion>WMIVersion</WMIVersion>
1848 <Version>Version</Version>
1849 <ProductID>ProductID</ProductID>
1850 <RegisteredUser>RegisteredUser</RegisteredUser>
1851 <InstallDate>1899-12-30T00:00:00.000Z</InstallDate>
1852 <SerialNumber>SerialNumber</SerialNumber>
1853 <OSSuiteMask>0</OSSuiteMask>
1854 <LastBoot>1899-12-30T00:00:00.000Z</LastBoot>
1855 <Platform>PlatformStr</Platform>
1856 <RegisteredOrg>RegisteredOrg</RegisteredOrg>
1857 <TimeZoneIndex>0</TimeZoneIndex>
1858 <Region>Region</Region>
1859 <StandardName>StandardName</StandardName>
1860 <StandardBias>0</StandardBias>
1861 <DaylightName>DaylightName</DaylightName>
1862 <DaylightBias>0</DaylightBias>
1863 <BuildNumber>0</BuildNumber>
1864 </OperatingSystem>
1865 <ResultCode>0</ResultCode>
1866 <ResultMessage>ResultMessage</ResultMessage>
1867 </TGetOperatingSystemResponse_V2>
1868 </GetOperatingSystem>
1869 </ACMP>
1870 </ICQL>}}}
1871 {{/apimacro}}
1872
1873 {{apimacro title="GetPrinters Request"}}
1874 {{{<ICQL>
1875 <ACMP>
1876 <GetPrinters version="1">
1877 <TGetPrintersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1878 <ClientId>Id</ClientId>
1879 </TGetPrintersRequest_V1>
1880 </GetPrinters>
1881 </ACMP>
1882 </ICQL>}}}
1883 {{/apimacro}}
1884
1885 {{apimacro title="GetPrinters Response"}}
1886 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1887 <ACMP>
1888 <GetPrintersResponse>
1889 <TGetPrintersResponse_V1>
1890 <Printer>
1891 <TPrinter_V1 xsi:type="TPrinter_V1">
1892 <PrinterName>PrinterName</PrinterName>
1893 <IsColorPrinter>1</IsColorPrinter>
1894 <PrintDuplexSupported>true</PrintDuplexSupported>
1895 <PrintMaxResolutionSupported>1200</PrintMaxResolutionSupported>
1896 <PrintPagesPerMinute>30</PrintPagesPerMinute>
1897 <PrintStaplingSupported>false</PrintStaplingSupported>
1898 <DefaultPrinter>true</DefaultPrinter>
1899 <SNMPEnabled>false</SNMPEnabled>
1900 <SNMPDeviceIndex>-1</SNMPDeviceIndex>
1901 <VerticalResolution>600</VerticalResolution>
1902 <PortNumber>9100</PortNumber>
1903 <HorizontalResolution>600</HorizontalResolution>
1904 <Port>192.169.2.23</Port>
1905 <PrinterType>Network Printer</PrinterType>
1906 <Attributes>2628</Attributes>
1907 <PrinterState>Idle</PrinterState>
1908 <PrinterStatus>Idle</PrinterStatus>
1909 <Protocol>RAW</Protocol>
1910 <Queue />
1911 <SNMPCommunity />
1912 <ShareName />
1913 <Location />
1914 <Description />
1915 <IPAddress>192.168.0.2</IPAddress>
1916 </TPrinter_V1>a
1917 </Printer>
1918 <ResultCode>0</ResultCode>
1919 </TGetPrintersResponse_V1>
1920 </GetPrintersResponse>
1921 </ACMP>
1922 </ICQL>}}}
1923 {{/apimacro}}
1924
1925 {{apimacro title="GetServices Request"}}
1926 {{{<ICQL>
1927 <ACMP>
1928 <GetServices version="1">
1929 <TGetServicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1930 <ClientId>Id</ClientId>
1931 </TGetServicesRequest_V1>
1932 </GetServices>
1933 </ACMP>
1934 </ICQL>}}}
1935 {{/apimacro}}
1936
1937 {{apimacro title="GetServices Response"}}
1938 {{{<ICQL>
1939 <ACMP>
1940 <GetServices version="1">
1941 <TGetServicesResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1942 <Services>
1943 <TService_V1 xsi:type="TService_V1">
1944 <Caption>Caption</Caption>
1945 <Description>Description</Description>
1946 <DisplayName>DisplayName</DisplayName>
1947 <Name>Name</Name>
1948 <Started>True</Started>
1949 <State>State</State>
1950 <Status>Status</Status>
1951 <AcceptPause>True</AcceptPause>
1952 <AcceptStop>True</AcceptStop>
1953 <DesktopInteract>DesktopInteract</DesktopInteract>
1954 </TService_V1>
1955 <TService_V1 xsi:type="TService_V1">
1956 <Caption>Caption</Caption>
1957 <Description>Description</Description>
1958 <DisplayName>DisplayName</DisplayName>
1959 <Name>Name</Name>
1960 <Started>True</Started>
1961 <State>State</State>
1962 <Status>Status</Status>
1963 <AcceptPause>True</AcceptPause>
1964 <AcceptStop>True</AcceptStop>
1965 <DesktopInteract>DesktopInteract</DesktopInteract>
1966 </TService_V1>
1967 </Services>
1968 <ResultCode>ResultCode</ResultCode>
1969 </TGetServicesResponse_V1>
1970 </GetServices>
1971 </ACMP>
1972 </ICQL>}}}
1973 {{/apimacro}}
1974
1975 {{apimacro title="GetShares Request"}}
1976 {{{<ICQL>
1977 <ACMP>
1978 <GetShares version="1">
1979 <TGetSharesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1980 <ClientId>Id</ClientId>
1981 </TGetSharesRequest_V1>
1982 </GetShares>
1983 </ACMP>
1984 </ICQL>}}}
1985 {{/apimacro}}
1986
1987 {{apimacro title="GetShares Response"}}
1988 {{{<ICQL>
1989 <ACMP>
1990 <GetShares version="1">
1991 <TGetSharesResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1992 <Shares>
1993 <TShare_V1 xsi:type="TShare_V1">
1994 <Caption>Caption</Caption>
1995 <Path>Path</Path>
1996 <Name>Name</Name>
1997 <ShareType>ShareType</ShareType>
1998 <Status>Status</Status>
1999 <AllowMaximum>True</AllowMaximum>
2000 <MaximumAllowed>1</MaximumAllowed>
2001 </TShare_V1>
2002 <TShare_V1 xsi:type="TShare_V1">
2003 <Caption>Caption</Caption>
2004 <Path>Path</Path>
2005 <Name>Name</Name>
2006 <ShareType>ShareType</ShareType>
2007 <Status>Status</Status>
2008 <AllowMaximum>True</AllowMaximum>
2009 <MaximumAllowed>1</MaximumAllowed>
2010 </TShare_V1>
2011 </Shares>
2012 <ResultCode>ResultCode</ResultCode>
2013 </TGetSharesResponse_V1>
2014 </GetShares>
2015 </ACMP>
2016 </ICQL>}}}
2017 {{/apimacro}}
2018
2019 {{apimacro title="GetSoftware Request"}}
2020 {{{<ICQL>
2021 <ACMP>
2022 <GetSoftware version="1">
2023 <TGetSoftwareRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2024 <ClientId>Id</ClientId>
2025 </TGetSoftwareRequest_V1>
2026 </GetSoftware>
2027 </ACMP>
2028 </ICQL>}}}
2029 {{/apimacro}}
2030
2031 {{apimacro title="GetSoftware Response"}}
2032 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2033 <ACMP>
2034 <GetSoftwareResponse>
2035 <TGetSoftwareResponse_V1>
2036 <Software>
2037 <TSoftware_V1 xsi:type="TSoftware_V1">
2038 <Name>Softwarename</Name>
2039 <InstallationPath>InstallationPath</InstallationPath>
2040 <InstallationDate>20151109</InstallationDate>
2041 <UninstallPath>UninstallPath</UninstallPath>
2042 <Version>12.0.2000.8</Version>
2043 <SourcePath>SourcePath</SourcePath>
2044 <Publisher>Publisher</Publisher>
2045 <Language />
2046 <LanguageId>0</LanguageId>
2047 <MinorVersion>0</MinorVersion>
2048 <PatchLevel>2000</PatchLevel>
2049 <MajorVersion>12</MajorVersion>
2050 <BuildNumber>8</BuildNumber>
2051 <Edition>Edition</Edition>
2052 </TSoftware_V1>
2053 </Software>
2054 <ResultCode>0</ResultCode>
2055 </TGetSoftwareResponse_V1>
2056 </GetSoftwareResponse>
2057 </ACMP>
2058 </ICQL>}}}
2059 {{/apimacro}}
2060
2061 = Unix Clients =
2062
2063 {{apimacro title="RegisterUnixClient_V1 Request"}}
2064 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/RegisterUnixClientRequest_V1">
2065 <ACMP>
2066 <RegisterUnixClient ActionType="Request" version="1">
2067 <TRegisterUnixClientRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2068 <RegistrationInfo xsi:type="TUnixClientRegistrationInfo_V1">
2069 <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
2070 <ComputerName>ComputerName</ComputerName>
2071 <PrimaryIp>192.168.1.50</PrimaryIp>
2072 <MacAddress>00-80-41-ae-fd-7e</MacAddress>
2073 <MachineId>{6B851FFB-ACF2-438F-A322-258BA0F8DAAC}</MachineId>
2074 <IsManaged>false</IsManaged>
2075 <VersionString>1.2.3</VersionString>
2076 <ClientType>ctLinux</ClientType>
2077 </RegistrationInfo>
2078 </TRegisterUnixClientRequest_V1>
2079 </RegisterUnixClient>
2080 </ACMP>
2081 </ICQL>}}}
2082 {{/apimacro}}
2083
2084 {{apimacro title="RegisterUnixClientV1 Response"}}
2085 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/RegisterUnixClientResponse_V1">
2086 <ACMP>
2087 <RegisterUnixClient ActionType="Response" version="1">
2088 <TRegisterUnixClientResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2089 <AcmpVersion>6.8.0</AcmpVersion>
2090 <IsUpdateRequired>false</IsUpdateRequired>
2091 <ResultCode>0</ResultCode>
2092 <ResultMessage>ResultMessage</ResultMessage>
2093 </TRegisterUnixClientResponse_V1>
2094 </RegisterUnixClient>
2095 </ACMP>
2096 </ICQL>}}}
2097 {{/apimacro}}
2098
2099
© Aagon GmbH 2025
Besuchen Sie unsere Aagon-Community