Wiki-Quellcode von Clients

Version 22.1 von Steffi F am 2025/10/13 13:35

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