Wiki-Quellcode von Clients

Version 7.1 von Steffi F am 2025/06/06 11:06

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