Wiki-Quellcode von Clients

Zuletzt geändert von Steffi F am 2025/09/05 11:01

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