Wiki-Quellcode von Clients

Version 9.1 von Steffi F am 2025/06/06 13:34

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