Show last authors
author | version | line-number | content |
---|---|---|---|
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 Request"}} | ||
1183 | {{{<ICQL> | ||
1184 | <ACMP> | ||
1185 | <GetClientList version="1"> | ||
1186 | <TGetClientListRequest_V1 /> | ||
1187 | </GetClientList> | ||
1188 | </ACMP> | ||
1189 | </ICQL>}}} | ||
1190 | {{/apimacro}} | ||
1191 | |||
1192 | {{apimacro title="GetClientList Response"}} | ||
1193 | {{{<ICQL> | ||
1194 | <ACMP> | ||
1195 | <GetClientList version="1"> | ||
1196 | <TGetClientListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1197 | <Clients> | ||
1198 | <TClientInfo_V1 xsi:type="TClientInfo_V1"> | ||
1199 | <ClientId>ClientId</ClientId> | ||
1200 | <ComputerName>ComputerName</ComputerName> | ||
1201 | <ComputerDomain>ComputerDomain</ComputerDomain> | ||
1202 | </TClientInfo_V1> | ||
1203 | <TClientInfo_V1 xsi:type="TClientInfo_V1"> | ||
1204 | <ClientId>ClientId</ClientId> | ||
1205 | <ComputerName>ComputerName</ComputerName> | ||
1206 | <ComputerDomain>ComputerDomain</ComputerDomain> | ||
1207 | </TClientInfo_V1> | ||
1208 | </Clients> | ||
1209 | </TGetClientListResponse_V1> | ||
1210 | </GetClientList> | ||
1211 | </ACMP> | ||
1212 | </ICQL>}}} | ||
1213 | {{/apimacro}} | ||
1214 | |||
1215 | = Client Scandaten laden = | ||
1216 | |||
1217 | {{apimacro title="GetBattery Request"}} | ||
1218 | {{{<ICQL> | ||
1219 | <ACMP> | ||
1220 | <GetBattery version="1"> | ||
1221 | <TGetBatteryRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1222 | <ClientId>Id</ClientId> | ||
1223 | </TGetBatteryRequest_V1> | ||
1224 | </GetBattery> | ||
1225 | </ACMP> | ||
1226 | </ICQL>}}} | ||
1227 | {{/apimacro}} | ||
1228 | |||
1229 | {{apimacro title="GetBattery Response"}} | ||
1230 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1231 | <ACMP> | ||
1232 | <GetBatteryResponse> | ||
1233 | <TGetBatteryResponse_V1> | ||
1234 | <Battery xsi:type="TBattery_V1"> | ||
1235 | <Name>Name</Name> | ||
1236 | <ChargeStatus>ChargeStatus</ChargeStatus> | ||
1237 | <PowerStatus>PowerStatus</PowerStatus> | ||
1238 | <BatteryExists>1</BatteryExists> | ||
1239 | <LifePercent>50</LifePercent> | ||
1240 | <LifeFullTime>200</LifeFullTime> | ||
1241 | <LifeTime>250</LifeTime> | ||
1242 | <DesignCapacity>5000</DesignCapacity> | ||
1243 | <DesignVoltage>12</DesignVoltage> | ||
1244 | <EstimatedChargeRemaining>3200</EstimatedChargeRemaining> | ||
1245 | <EstimatedRunTime>180</EstimatedRunTime> | ||
1246 | <ExpectedLife>290</ExpectedLife> | ||
1247 | <FullChargeCapacity>4900</FullChargeCapacity> | ||
1248 | <MaxRechargeTime>250</MaxRechargeTime> | ||
1249 | <PowerManagementSupported>1</PowerManagementSupported> | ||
1250 | <TimeOnBattery>60</TimeOnBattery> | ||
1251 | <TimeToFullCharge>180</TimeToFullCharge> | ||
1252 | <Availability>Availability</Availability> | ||
1253 | <BatteryStatus>BatteryStatus</BatteryStatus> | ||
1254 | <Description>Description</Description> | ||
1255 | <Chemistry>Chemistry</Chemistry> | ||
1256 | <DeviceID>DeviceID</DeviceID> | ||
1257 | <InstallDate>2017-12-30T00:00:00.000Z</InstallDate> | ||
1258 | <Location>Location</Location> | ||
1259 | <ManufactureDate>2017-12-30T00:00:00.000Z</ManufactureDate> | ||
1260 | <Manufacturer>Manufacturer</Manufacturer> | ||
1261 | <Status>Status</Status> | ||
1262 | <StatusInfo>StatusInfo</StatusInfo> | ||
1263 | </Battery> | ||
1264 | <ResultCode>0</ResultCode> | ||
1265 | </TGetBatteryResponse_V1> | ||
1266 | </GetBatteryResponse> | ||
1267 | </ACMP> | ||
1268 | </ICQL>}}} | ||
1269 | {{/apimacro}} | ||
1270 | |||
1271 | {{apimacro title="GetBiosData Request"}} | ||
1272 | {{{<ICQL> | ||
1273 | <ACMP> | ||
1274 | <GetBiosData version="1"> | ||
1275 | <TGetBiosDataRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1276 | <ClientId>Id</ClientId> | ||
1277 | </TGetBiosDataRequest_V1> | ||
1278 | </GetBiosData> | ||
1279 | </ACMP> | ||
1280 | </ICQL>}}} | ||
1281 | {{/apimacro}} | ||
1282 | |||
1283 | {{apimacro title="GetBiosData Response"}} | ||
1284 | {{{<ICQL> | ||
1285 | <ACMP> | ||
1286 | <GetBiosData version="1"> | ||
1287 | <TGetBiosDataResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1288 | <Bios> | ||
1289 | <Name>Bios</Name> | ||
1290 | <Copyright>Copyright</Copyright> | ||
1291 | <Date>Date</Date> | ||
1292 | <BIOSVendor>BIOSVendor</BIOSVendor> | ||
1293 | <BIOSVersion>BIOSVersion</BIOSVersion> | ||
1294 | </Bios> | ||
1295 | <ResultCode>ResultCode</ResultCode> | ||
1296 | </TGetBiosDataResponse_V1> | ||
1297 | </GetBiosData> | ||
1298 | </ACMP> | ||
1299 | </ICQL>}}} | ||
1300 | {{/apimacro}} | ||
1301 | |||
1302 | {{apimacro title="GetCdDvdDrives Request"}} | ||
1303 | {{{<ICQL> | ||
1304 | <ACMP> | ||
1305 | <GetCdDvdDrives version="1"> | ||
1306 | <TGetCdDvdDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1307 | <ClientId>Id</ClientId> | ||
1308 | </TGetCdDvdDrivesRequest_V1> | ||
1309 | </GetCdDvdDrives> | ||
1310 | </ACMP> | ||
1311 | </ICQL>}}} | ||
1312 | {{/apimacro}} | ||
1313 | |||
1314 | {{apimacro title="GetCdDvdDrives Response"}} | ||
1315 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1316 | <ACMP> | ||
1317 | <GetCdDvdDrivesResponse> | ||
1318 | <TGetCdDvdDrivesResponse_V1> | ||
1319 | <CdDvdDrives> | ||
1320 | <TCdDvdDrives_V1 xsi:type="TCdDvdDrives_V1"> | ||
1321 | <Availability>Availability</Availability> | ||
1322 | <Capacity>1000</Capacity> | ||
1323 | <Manufacturer>Manufacturer</Manufacturer> | ||
1324 | <MediaLoaded>true</MediaLoaded> | ||
1325 | <MediaType>MediaType</MediaType> | ||
1326 | <Model>Model</Model> | ||
1327 | <Status>Status</Status> | ||
1328 | <TransferRate>1000</TransferRate> | ||
1329 | <VolumeName>VolumeName</VolumeName> | ||
1330 | <VolumeSerial>VolumeSerial</VolumeSerial> | ||
1331 | <Drive>Drive</Drive> | ||
1332 | </TCdDvdDrives_V1> | ||
1333 | </CdDvdDrives> | ||
1334 | <ResultCode>0</ResultCode> | ||
1335 | </TGetCdDvdDrivesResponse_V1> | ||
1336 | </GetCdDvdDrivesResponse> | ||
1337 | </ACMP> | ||
1338 | </ICQL>}}} | ||
1339 | {{/apimacro}} | ||
1340 | |||
1341 | {{apimacro title="GetCPU Request"}} | ||
1342 | {{{<ICQL> | ||
1343 | <ACMP> | ||
1344 | <GetCPU version="1"> | ||
1345 | <TGetCPURequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1346 | <ClientId>Id</ClientId> | ||
1347 | </TGetCPURequest_V1> | ||
1348 | </GetCPU> | ||
1349 | </ACMP> | ||
1350 | </ICQL>}}} | ||
1351 | {{/apimacro}} | ||
1352 | |||
1353 | {{apimacro title="GetCPU Response"}} | ||
1354 | {{{<ICQL> | ||
1355 | <ACMP> | ||
1356 | <GetCPU version="1"> | ||
1357 | <TGetCPUResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1358 | <CPU> | ||
1359 | <ProcessorName>ProcessorName</ProcessorName> | ||
1360 | <CPUCount>CPUCount</CPUCount> | ||
1361 | <Frequency>Frequency</Frequency> | ||
1362 | <MaxFrequency>MaxFrequency</MaxFrequency> | ||
1363 | <CPUIDNameString>CPUIDNameString</CPUIDNameString> | ||
1364 | <NumberOfCores>NumberOfCores</NumberOfCores> | ||
1365 | <Architecture>Architecture</Architecture> | ||
1366 | </CPU> | ||
1367 | <ResultCode>ResultCode</ResultCode> | ||
1368 | </TGetCPUResponse_V1> | ||
1369 | </GetCPU> | ||
1370 | </ACMP> | ||
1371 | </ICQL>}}} | ||
1372 | {{/apimacro}} | ||
1373 | |||
1374 | {{apimacro title="GetDevices Request"}} | ||
1375 | {{{<ICQL> | ||
1376 | <ACMP> | ||
1377 | <GetDevices version="1"> | ||
1378 | <TGetDevicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1379 | <ClientId>Id</ClientId> | ||
1380 | </TGetDevicesRequest_V1> | ||
1381 | </GetDevices> | ||
1382 | </ACMP> | ||
1383 | </ICQL>}}} | ||
1384 | {{/apimacro}} | ||
1385 | |||
1386 | {{apimacro title="GetDevices Response"}} | ||
1387 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1388 | <ACMP> | ||
1389 | <GetDevicesResponse> | ||
1390 | <TGetDevicesResponse_V1> | ||
1391 | <Devices> | ||
1392 | <TDevice_V1 xsi:type="TDevice_V1"> | ||
1393 | <DeviceName>Standard Enhanced PCI to USB Host Controller</DeviceName> | ||
1394 | <ClassDescription>Universal Serial Bus controllers</ClassDescription> | ||
1395 | <DriverDate>6-21-2006</DriverDate> | ||
1396 | <DriverVersion>6.3.9600.18191</DriverVersion> | ||
1397 | <DriverProvider>Microsoft</DriverProvider> | ||
1398 | <HardwareID>PCI\VEN_1002&DEV_4396&SUBSYS_3029103C&REV_00\3&21436425&0&92</HardwareID> | ||
1399 | <RegKey>RegKey</RegKey> | ||
1400 | <DeviceClassName>DeviceClassName</DeviceClassName> | ||
1401 | </TDevice_V1> | ||
1402 | </Devices> | ||
1403 | <ResultCode>0</ResultCode> | ||
1404 | </TGetDevicesResponse_V1> | ||
1405 | </GetDevicesResponse> | ||
1406 | </ACMP> | ||
1407 | </ICQL>}}} | ||
1408 | {{/apimacro}} | ||
1409 | |||
1410 | {{apimacro title="GetDisplays Request"}} | ||
1411 | {{{<ICQL> | ||
1412 | <ACMP> | ||
1413 | <GetDisplays version="1"> | ||
1414 | <TGetDisplaysRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1415 | <ClientId>Id</ClientId> | ||
1416 | </TGetDisplaysRequest_V1> | ||
1417 | </GetDisplays> | ||
1418 | </ACMP> | ||
1419 | </ICQL>}}} | ||
1420 | {{/apimacro}} | ||
1421 | |||
1422 | {{apimacro title="GetDisplays Response"}} | ||
1423 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1424 | <ACMP> | ||
1425 | <GetDisplaysResponse> | ||
1426 | <TGetDisplaysResponse_V1> | ||
1427 | <Displays> | ||
1428 | <TDisplay_V1 xsi:type="TDisplay_V1"> | ||
1429 | <Adapter>Adapter</Adapter> | ||
1430 | <AdapterChipset>AdapterChipset</AdapterChipset> | ||
1431 | <AdapterDAC>AdapterDAC</AdapterDAC> | ||
1432 | <AdapterRAM>262144</AdapterRAM> | ||
1433 | <DriverVersion>8.910.0.0</DriverVersion> | ||
1434 | <HorizontalResolution>1680</HorizontalResolution> | ||
1435 | <VerticalResolution>1050</VerticalResolution> | ||
1436 | <BiosVersion>113-B27616-107</BiosVersion> | ||
1437 | <BiosDate /> | ||
1438 | </TDisplay_V1> | ||
1439 | </Displays> | ||
1440 | <ResultCode>0</ResultCode> | ||
1441 | </TGetDisplaysResponse_V1> | ||
1442 | </GetDisplaysResponse> | ||
1443 | </ACMP> | ||
1444 | </ICQL>}}} | ||
1445 | {{/apimacro}} | ||
1446 | |||
1447 | {{apimacro title="GetHardDrives Request"}} | ||
1448 | {{{<ICQL> | ||
1449 | <ACMP> | ||
1450 | <GetHardDrives version="1"> | ||
1451 | <TGetHardDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1452 | <ClientId>Id</ClientId> | ||
1453 | </TGetHardDrivesRequest_V1> | ||
1454 | </GetHardDrives> | ||
1455 | </ACMP> | ||
1456 | </ICQL>}}} | ||
1457 | {{/apimacro}} | ||
1458 | |||
1459 | {{apimacro title="GetHardDrives Response"}} | ||
1460 | {{{<ICQL> | ||
1461 | <ACMP> | ||
1462 | <GetHardDrives version="1"> | ||
1463 | <TGetHardDrivesResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1464 | <HardDrives> | ||
1465 | <THardDrive_V1 xsi:type="THardDrive_V1"> | ||
1466 | <DeviceId>DeviceId</DeviceId> | ||
1467 | <HaId>HaId</HaId> | ||
1468 | <Size>Size</Size> | ||
1469 | <Model>Model</Model> | ||
1470 | </THardDrive_V1> | ||
1471 | <THardDrive_V1 xsi:type="THardDrive_V1"> | ||
1472 | <DeviceId>DeviceId</DeviceId> | ||
1473 | <HaId>HaId</HaId> | ||
1474 | <Size>Size</Size> | ||
1475 | <Model>Model</Model> | ||
1476 | </THardDrive_V1> | ||
1477 | </HardDrives> | ||
1478 | <ResultCode>ResultCode</ResultCode> | ||
1479 | </TGetHardDrivesResponse_V1> | ||
1480 | </GetHardDrives> | ||
1481 | </ACMP> | ||
1482 | </ICQL>}}} | ||
1483 | {{/apimacro}} | ||
1484 | |||
1485 | {{apimacro title="GetLogicalDrives Request"}} | ||
1486 | {{{<ICQL> | ||
1487 | <ACMP> | ||
1488 | <GetLogicalDrives version="1"> | ||
1489 | <TGetLogicalDrivesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1490 | <ClientId>Id</ClientId> | ||
1491 | </TGetLogicalDrivesRequest_V1> | ||
1492 | </GetLogicalDrives> | ||
1493 | </ACMP> | ||
1494 | </ICQL>}}} | ||
1495 | {{/apimacro}} | ||
1496 | |||
1497 | {{apimacro title="GetLogicalDrives Response"}} | ||
1498 | {{{<ICQL> | ||
1499 | <ACMP> | ||
1500 | <GetLogicalDrives version="1"> | ||
1501 | <TGetLogicalDrivesResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1502 | <LogicalDrives> | ||
1503 | <TLogicalDrive_V1 xsi:type="TLogicalDrive_V1"> | ||
1504 | <ID>ID</ID> | ||
1505 | <Name>Name</Name> | ||
1506 | <DriveLabel>DriveLabel</DriveLabel> | ||
1507 | <Capacity>Capacity</Capacity> | ||
1508 | <FreeSpace>FreeSpace</FreeSpace> | ||
1509 | <FileSystem>FileSystem</FileSystem> | ||
1510 | <MediaType>MediaType</MediaType> | ||
1511 | <UNCPath>UNCPath</UNCPath> | ||
1512 | </TLogicalDrive_V1> | ||
1513 | <TLogicalDrive_V1 xsi:type="TLogicalDrive_V1"> | ||
1514 | <ID>ID</ID> | ||
1515 | <Name>Name</Name> | ||
1516 | <DriveLabel>DriveLabel</DriveLabel> | ||
1517 | <Capacity>Capacity</Capacity> | ||
1518 | <FreeSpace>FreeSpace</FreeSpace> | ||
1519 | <FileSystem>FileSystem</FileSystem> | ||
1520 | <MediaType>MediaType</MediaType> | ||
1521 | <UNCPath>UNCPath</UNCPath> | ||
1522 | </TLogicalDrive_V1> | ||
1523 | </LogicalDrives> | ||
1524 | <ResultCode>ResultCode</ResultCode> | ||
1525 | </TGetLogicalDrivesResponse_V1> | ||
1526 | </GetLogicalDrives> | ||
1527 | </ACMP> | ||
1528 | </ICQL>}}} | ||
1529 | {{/apimacro}} | ||
1530 | |||
1531 | {{apimacro title="GetMachine Request"}} | ||
1532 | {{{<ICQL> | ||
1533 | <ACMP> | ||
1534 | <GetMachine version="1"> | ||
1535 | <TGetMachineRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1536 | <ClientId>Id</ClientId> | ||
1537 | </TGetMachineRequest_V1> | ||
1538 | </GetMachine> | ||
1539 | </ACMP> | ||
1540 | </ICQL>}}} | ||
1541 | {{/apimacro}} | ||
1542 | |||
1543 | {{apimacro title="GetMachine Response"}} | ||
1544 | {{{<ICQL> | ||
1545 | <ACMP> | ||
1546 | <GetMachine version="1"> | ||
1547 | <TGetMachineResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1548 | <Machine> | ||
1549 | <ChassisSerial>ChassisSerial</ChassisSerial> | ||
1550 | <SystemManufacturer>SystemManufacturer</SystemManufacturer> | ||
1551 | <SystemModel>SystemModel</SystemModel> | ||
1552 | <SystemSerial>SystemSerial</SystemSerial> | ||
1553 | <SystemUUID>SystemUUID</SystemUUID> | ||
1554 | <SystemVersion>SystemVersion</SystemVersion> | ||
1555 | </Machine> | ||
1556 | <ResultCode>ResultCode</ResultCode> | ||
1557 | </TGetMachineResponse_V1> | ||
1558 | </GetMachine> | ||
1559 | </ACMP> | ||
1560 | </ICQL>}}} | ||
1561 | {{/apimacro}} | ||
1562 | |||
1563 | {{apimacro title="GetMainboard Request"}} | ||
1564 | {{{<ICQL> | ||
1565 | <ACMP> | ||
1566 | <GetMainboard version="1"> | ||
1567 | <TGetMainboardRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1568 | <ClientId>Id</ClientId> | ||
1569 | </TGetMainboardRequest_V1> | ||
1570 | </GetMainboard> | ||
1571 | </ACMP> | ||
1572 | </ICQL>}}} | ||
1573 | {{/apimacro}} | ||
1574 | |||
1575 | {{apimacro title="GetMainboard Response"}} | ||
1576 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1577 | <ACMP> | ||
1578 | <GetMainboar> | ||
1579 | <TGetMainboardResponse_V1> | ||
1580 | <Mainboard xsi:type="TMainboard_V1"> | ||
1581 | <Model>Model</Model> | ||
1582 | <Manufacturer>Manufacturer</Manufacturer> | ||
1583 | <Version /> | ||
1584 | <Serial>Serial</Serial> | ||
1585 | <Name>Name</Name> | ||
1586 | <Description>Description</Description> | ||
1587 | <InstallDate>1899-12-30T00:00:00.000Z</InstallDate> | ||
1588 | <OtherIdentifyingInfo /> | ||
1589 | <SlotLayout /> | ||
1590 | <Status>OK</Status> | ||
1591 | <HostingBoard>true</HostingBoard> | ||
1592 | <HotSwappable>false</HotSwappable> | ||
1593 | <Removable>true</Removable> | ||
1594 | <Replaceable>false</Replaceable> | ||
1595 | <Depth>0</Depth> | ||
1596 | <Height>0</Height> | ||
1597 | <Weight>0</Weight> | ||
1598 | <Width>0</Width> | ||
1599 | </Mainboard> | ||
1600 | <ResultCode>0</ResultCode> | ||
1601 | </TGetMainboardResponse_V1> | ||
1602 | </GetMainboard> | ||
1603 | </ACMP> | ||
1604 | </ICQL>}}} | ||
1605 | {{/apimacro}} | ||
1606 | |||
1607 | {{apimacro title="GetMemory Request"}} | ||
1608 | {{{<ICQL> | ||
1609 | <ACMP> | ||
1610 | <GetMemory version="1"> | ||
1611 | <TGetMemoryRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1612 | <ClientId>Id</ClientId> | ||
1613 | </TGetMemoryRequest_V1> | ||
1614 | </GetMemory> | ||
1615 | </ACMP> | ||
1616 | </ICQL>}}} | ||
1617 | {{/apimacro}} | ||
1618 | |||
1619 | {{apimacro title="GetMemory Response"}} | ||
1620 | {{{<ICQL> | ||
1621 | <ACMP> | ||
1622 | <GetMemory version="1"> | ||
1623 | <TGetMemoryResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1624 | <Memory> | ||
1625 | <PhysicalFree>PhysicalFree</PhysicalFree> | ||
1626 | <PhysicalTotal>PhysicalTotal</PhysicalTotal> | ||
1627 | <SlotCount>SlotCount</SlotCount> | ||
1628 | <SlotUsed>SlotUsed</SlotUsed> | ||
1629 | <VirtualTotal>VirtualTotal</VirtualTotal> | ||
1630 | <VirtualFree>VirtualFree</VirtualFree> | ||
1631 | </Memory> | ||
1632 | <ResultCode>ResultCode</ResultCode> | ||
1633 | </TGetMemoryResponse_V1> | ||
1634 | </GetMemory> | ||
1635 | </ACMP> | ||
1636 | </ICQL>}}} | ||
1637 | {{/apimacro}} | ||
1638 | |||
1639 | {{apimacro title="GetMemorySlots Request"}} | ||
1640 | {{{<ICQL> | ||
1641 | <ACMP> | ||
1642 | <GetMemorySlots ActionType="Request" version="1"> | ||
1643 | <TGetMemorySlotsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1644 | <ClientId>Id</ClientId> | ||
1645 | </TGetMemorySlotsRequest_V1> | ||
1646 | </GetMemorySlots> | ||
1647 | </ACMP> | ||
1648 | </ICQL>}}} | ||
1649 | {{/apimacro}} | ||
1650 | |||
1651 | {{apimacro title="GetMemorySlots Response"}} | ||
1652 | {{{<ICQL> | ||
1653 | <ACMP> | ||
1654 | <GetMemorySlots version="1"> | ||
1655 | <TGetMemorySlotsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1656 | <MemorySlots> | ||
1657 | <TMemorySlots_V1 xsi:type="TMemorySlots_V1"> | ||
1658 | <SlotID>SlotID</SlotID> | ||
1659 | <DeviceLocator>DeviceLocator</DeviceLocator> | ||
1660 | <MemType>MemType</MemType> | ||
1661 | <Size>Size</Size> | ||
1662 | <Device>Device</Device> | ||
1663 | <BankLocator>BankLocator</BankLocator> | ||
1664 | <Form>Form</Form> | ||
1665 | <SerialNumber>SerialNumber</SerialNumber> | ||
1666 | <PartNumber>PartNumber</PartNumber> | ||
1667 | <Manufacturer>Manufacturer</Manufacturer> | ||
1668 | </TMemorySlots_V1> | ||
1669 | <TMemorySlots_V1 xsi:type="TMemorySlots_V1"> | ||
1670 | <SlotID>SlotID</SlotID> | ||
1671 | <DeviceLocator>DeviceLocator</DeviceLocator> | ||
1672 | <MemType>MemType</MemType> | ||
1673 | <Size>Size</Size> | ||
1674 | <Device>Device</Device> | ||
1675 | <BankLocator>BankLocator</BankLocator> | ||
1676 | <Form>Form</Form> | ||
1677 | <SerialNumber>SerialNumber</SerialNumber> | ||
1678 | <PartNumber>PartNumber</PartNumber> | ||
1679 | <Manufacturer>Manufacturer</Manufacturer> | ||
1680 | </TMemorySlots_V1> | ||
1681 | </MemorySlots> | ||
1682 | <ResultCode>ResultCode</ResultCode> | ||
1683 | </TGetMemorySlotsResponse_V1> | ||
1684 | </GetMemorySlots> | ||
1685 | </ACMP> | ||
1686 | </ICQL>}}} | ||
1687 | {{/apimacro}} | ||
1688 | |||
1689 | {{apimacro title="GetMonitors Request"}} | ||
1690 | {{{<ICQL> | ||
1691 | <ACMP> | ||
1692 | <GetMonitors version="1"> | ||
1693 | <TGetMonitorsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1694 | <ClientId>Id</ClientId> | ||
1695 | </TGetMonitorsRequest_V1> | ||
1696 | </GetMonitors> | ||
1697 | </ACMP> | ||
1698 | </ICQL>}}} | ||
1699 | {{/apimacro}} | ||
1700 | |||
1701 | {{apimacro title="GetMonitors Response"}} | ||
1702 | {{{<ICQL> | ||
1703 | <ACMP> | ||
1704 | <GetMonitors version="1"> | ||
1705 | <TGetMonitorsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1706 | <Monitors> | ||
1707 | <TMonitor_V1 xsi:type="TMonitor_V1"> | ||
1708 | <RegKey>RegKey</RegKey> | ||
1709 | <DeviceId>DeviceId</DeviceId> | ||
1710 | <Name>Name</Name> | ||
1711 | <VendorID>VendorID</VendorID> | ||
1712 | <Model>Model</Model> | ||
1713 | <ManufactureDate>ManufactureDate</ManufactureDate> | ||
1714 | <SerialNo>SerialNo</SerialNo> | ||
1715 | <MonitorSize>MonitorSize</MonitorSize> | ||
1716 | <AspectRatio>AspectRatio</AspectRatio> | ||
1717 | <FreqHorz>FreqHorz</FreqHorz> | ||
1718 | <FreqVert>FreqVert</FreqVert> | ||
1719 | <Gamma>Gamma</Gamma> | ||
1720 | <DPMSSupport>DPMSSupport</DPMSSupport> | ||
1721 | </TMonitor_V1> | ||
1722 | <TMonitor_V1 xsi:type="TMonitor_V1"> | ||
1723 | <RegKey>RegKey</RegKey> | ||
1724 | <DeviceId>DeviceId</DeviceId> | ||
1725 | <Name>Name</Name> | ||
1726 | <VendorID>VendorID</VendorID> | ||
1727 | <Model>Model</Model> | ||
1728 | <ManufactureDate>ManufactureDate</ManufactureDate> | ||
1729 | <SerialNo>SerialNo</SerialNo> | ||
1730 | <MonitorSize>MonitorSize</MonitorSize> | ||
1731 | <AspectRatio>AspectRatio</AspectRatio> | ||
1732 | <FreqHorz>FreqHorz</FreqHorz> | ||
1733 | <FreqVert>FreqVert</FreqVert> | ||
1734 | <Gamma>Gamma</Gamma> | ||
1735 | <DPMSSupport>DPMSSupport</DPMSSupport> | ||
1736 | </TMonitor_V1> | ||
1737 | </Monitors> | ||
1738 | <ResultCode>ResultCode</ResultCode> | ||
1739 | </TGetMonitorsResponse_V1> | ||
1740 | </GetMonitors> | ||
1741 | </ACMP> | ||
1742 | </ICQL>}}} | ||
1743 | {{/apimacro}} | ||
1744 | |||
1745 | {{apimacro title="GetNetcards Request"}} | ||
1746 | {{{<ICQL> | ||
1747 | <ACMP> | ||
1748 | <GetNetcards version="1"> | ||
1749 | <TGetNetcardsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1750 | <ClientId>Id</ClientId> | ||
1751 | </TGetNetcardsRequest_V1> | ||
1752 | </GetNetcards> | ||
1753 | </ACMP> | ||
1754 | </ICQL>}}} | ||
1755 | {{/apimacro}} | ||
1756 | |||
1757 | {{apimacro title="GetNetcards Response"}} | ||
1758 | {{{<ICQL> | ||
1759 | <ACMP> | ||
1760 | <GetNetcards version="1"> | ||
1761 | <TGetNetcardsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1762 | <Netcards> | ||
1763 | <TNetcard_V1 xsi:type="TNetcard_V1"> | ||
1764 | <ID>ID</ID> | ||
1765 | <Name>Name</Name> | ||
1766 | <DHCPServerIPs>DHCPServerIPs</DHCPServerIPs> | ||
1767 | <Gateways>Gateways</Gateways> | ||
1768 | <IPs>IPs</IPs> | ||
1769 | <Mac>Mac</Mac> | ||
1770 | <MaxSpeed>MaxSpeed</MaxSpeed> | ||
1771 | <Netmasks>Netmasks</Netmasks> | ||
1772 | <PrimaryWINSIPAddresses>PrimaryWINSIPAddresses</PrimaryWINSIPAddresses> | ||
1773 | <SecondaryWINSIPAddresses>SecondaryWINSIPAddresses</SecondaryWINSIPAddresses> | ||
1774 | </TNetcard_V1> | ||
1775 | <TNetcard_V1 xsi:type="TNetcard_V1"> | ||
1776 | <ID>ID</ID> | ||
1777 | <Name>Name</Name> | ||
1778 | <DHCPServerIPs>DHCPServerIPs</DHCPServerIPs> | ||
1779 | <Gateways>Gateways</Gateways> | ||
1780 | <IPs>IPs</IPs> | ||
1781 | <Mac>Mac</Mac> | ||
1782 | <MaxSpeed>MaxSpeed</MaxSpeed> | ||
1783 | <Netmasks>Netmasks</Netmasks> | ||
1784 | <PrimaryWINSIPAddresses>PrimaryWINSIPAddresses</PrimaryWINSIPAddresses> | ||
1785 | <SecondaryWINSIPAddresses>SecondaryWINSIPAddresses</SecondaryWINSIPAddresses> | ||
1786 | </TNetcard_V1> | ||
1787 | </Netcards> | ||
1788 | <ResultCode>ResultCode</ResultCode> | ||
1789 | </TGetNetcardsResponse_V1> | ||
1790 | </GetNetcards> | ||
1791 | </ACMP> | ||
1792 | </ICQL>}}} | ||
1793 | {{/apimacro}} | ||
1794 | |||
1795 | {{apimacro title="GetOperatingSystem Request"}} | ||
1796 | {{{<ICQL> | ||
1797 | <ACMP> | ||
1798 | <GetOperatingSystem version="1"> | ||
1799 | <TGetOperatingSystemRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1800 | <ClientId>Id</ClientId> | ||
1801 | </TGetOperatingSystemRequest_V1> | ||
1802 | </GetOperatingSystem> | ||
1803 | </ACMP> | ||
1804 | </ICQL>}}} | ||
1805 | {{/apimacro}} | ||
1806 | |||
1807 | {{apimacro title="GetOperatingSystem Response"}} | ||
1808 | {{{<ICQL> | ||
1809 | <ACMP> | ||
1810 | <GetOperatingSystem version="1"> | ||
1811 | <TGetOperatingSystemResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1812 | <OperatingSystem> | ||
1813 | <OSString>OSString</OSString> | ||
1814 | <OSNumber>OSNumber</OSNumber> | ||
1815 | <OSArchitecture>OSArchitecture</OSArchitecture> | ||
1816 | <ServicePack>ServicePack</ServicePack> | ||
1817 | <ProductType>ProductType</ProductType> | ||
1818 | <LastLoggedOnUser>LastLoggedOnUser</LastLoggedOnUser> | ||
1819 | <Language>Language</Language> | ||
1820 | <MajVersion>MajVersion</MajVersion> | ||
1821 | <MinVersion>MinVersion</MinVersion> | ||
1822 | <OSLanguageID>OSLanguageID</OSLanguageID> | ||
1823 | <SKU>SKU</SKU> | ||
1824 | <WMIVersion>WMIVersion</WMIVersion> | ||
1825 | <Version>Version</Version> | ||
1826 | <ProductID>ProductID</ProductID> | ||
1827 | <RegisteredUser>RegisteredUser</RegisteredUser> | ||
1828 | <InstallDate>InstallDate</InstallDate> | ||
1829 | <SerialNumber>SerialNumber</SerialNumber> | ||
1830 | <OSSuiteMask>OSSuiteMask</OSSuiteMask> | ||
1831 | <LastBoot>LastBoot</LastBoot> | ||
1832 | <Platform>Platform</Platform> | ||
1833 | <RegisteredOrg>RegisteredOrg</RegisteredOrg> | ||
1834 | <TimeZoneIndex>120</TimeZoneIndex> | ||
1835 | <Region>(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</Region> | ||
1836 | <StandardName>W. Europe Standard Time</StandardName> | ||
1837 | <StandardBias>-60</StandardBias> | ||
1838 | <DaylightName>W. Europe Daylight Time</DaylightName> | ||
1839 | <DaylightBias>-120</DaylightBias> | ||
1840 | </OperatingSystem> | ||
1841 | <ResultCode>ResultCode</ResultCode> | ||
1842 | </TGetOperatingSystemResponse_V1> | ||
1843 | </GetOperatingSystem> | ||
1844 | </ACMP> | ||
1845 | </ICQL>}}} | ||
1846 | {{/apimacro}} | ||
1847 | |||
1848 | {{apimacro title="GetOperatingSystem V2 Request"}} | ||
1849 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetOperatingSystemRequest_V2"> | ||
1850 | <ACMP> | ||
1851 | <GetOperatingSystem ActionType="Request" version="2"> | ||
1852 | <TGetOperatingSystemRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1853 | <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> | ||
1854 | </TGetOperatingSystemRequest_V2> | ||
1855 | </GetOperatingSystem> | ||
1856 | </ACMP> | ||
1857 | </ICQL>}}} | ||
1858 | {{/apimacro}} | ||
1859 | |||
1860 | {{apimacro title="GetOperatingSystem V2 Response"}} | ||
1861 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetOperatingSystemResponse_V2"> | ||
1862 | <ACMP> | ||
1863 | <GetOperatingSystem ActionType="Response" version="2"> | ||
1864 | <TGetOperatingSystemResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1865 | <OperatingSystem xsi:type="TOperatingSystem_V2"> | ||
1866 | <OSString>OSString</OSString> | ||
1867 | <OSNumber>OSNumber</OSNumber> | ||
1868 | <OSArchitecture>OSArchitecture</OSArchitecture> | ||
1869 | <ServicePack>ServicePack</ServicePack> | ||
1870 | <ProductType>ProductType</ProductType> | ||
1871 | <LastLoggedOnUser>LastLoggedOnUser</LastLoggedOnUser> | ||
1872 | <Language>Language</Language> | ||
1873 | <MajVersion>0</MajVersion> | ||
1874 | <MinVersion>0</MinVersion> | ||
1875 | <ReleaseID>0</ReleaseID> | ||
1876 | <OSLanguageID>0</OSLanguageID> | ||
1877 | <SKU>0</SKU> | ||
1878 | <WMIVersion>WMIVersion</WMIVersion> | ||
1879 | <Version>Version</Version> | ||
1880 | <ProductID>ProductID</ProductID> | ||
1881 | <RegisteredUser>RegisteredUser</RegisteredUser> | ||
1882 | <InstallDate>1899-12-30T00:00:00.000Z</InstallDate> | ||
1883 | <SerialNumber>SerialNumber</SerialNumber> | ||
1884 | <OSSuiteMask>0</OSSuiteMask> | ||
1885 | <LastBoot>1899-12-30T00:00:00.000Z</LastBoot> | ||
1886 | <Platform>PlatformStr</Platform> | ||
1887 | <RegisteredOrg>RegisteredOrg</RegisteredOrg> | ||
1888 | <TimeZoneIndex>0</TimeZoneIndex> | ||
1889 | <Region>Region</Region> | ||
1890 | <StandardName>StandardName</StandardName> | ||
1891 | <StandardBias>0</StandardBias> | ||
1892 | <DaylightName>DaylightName</DaylightName> | ||
1893 | <DaylightBias>0</DaylightBias> | ||
1894 | <BuildNumber>0</BuildNumber> | ||
1895 | </OperatingSystem> | ||
1896 | <ResultCode>0</ResultCode> | ||
1897 | <ResultMessage>ResultMessage</ResultMessage> | ||
1898 | </TGetOperatingSystemResponse_V2> | ||
1899 | </GetOperatingSystem> | ||
1900 | </ACMP> | ||
1901 | </ICQL>}}} | ||
1902 | {{/apimacro}} | ||
1903 | |||
1904 | {{apimacro title="GetPrinters Request"}} | ||
1905 | {{{<ICQL> | ||
1906 | <ACMP> | ||
1907 | <GetPrinters version="1"> | ||
1908 | <TGetPrintersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1909 | <ClientId>Id</ClientId> | ||
1910 | </TGetPrintersRequest_V1> | ||
1911 | </GetPrinters> | ||
1912 | </ACMP> | ||
1913 | </ICQL>}}} | ||
1914 | {{/apimacro}} | ||
1915 | |||
1916 | {{apimacro title="GetPrinters Response"}} | ||
1917 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1918 | <ACMP> | ||
1919 | <GetPrintersResponse> | ||
1920 | <TGetPrintersResponse_V1> | ||
1921 | <Printer> | ||
1922 | <TPrinter_V1 xsi:type="TPrinter_V1"> | ||
1923 | <PrinterName>PrinterName</PrinterName> | ||
1924 | <IsColorPrinter>1</IsColorPrinter> | ||
1925 | <PrintDuplexSupported>true</PrintDuplexSupported> | ||
1926 | <PrintMaxResolutionSupported>1200</PrintMaxResolutionSupported> | ||
1927 | <PrintPagesPerMinute>30</PrintPagesPerMinute> | ||
1928 | <PrintStaplingSupported>false</PrintStaplingSupported> | ||
1929 | <DefaultPrinter>true</DefaultPrinter> | ||
1930 | <SNMPEnabled>false</SNMPEnabled> | ||
1931 | <SNMPDeviceIndex>-1</SNMPDeviceIndex> | ||
1932 | <VerticalResolution>600</VerticalResolution> | ||
1933 | <PortNumber>9100</PortNumber> | ||
1934 | <HorizontalResolution>600</HorizontalResolution> | ||
1935 | <Port>192.169.2.23</Port> | ||
1936 | <PrinterType>Network Printer</PrinterType> | ||
1937 | <Attributes>2628</Attributes> | ||
1938 | <PrinterState>Idle</PrinterState> | ||
1939 | <PrinterStatus>Idle</PrinterStatus> | ||
1940 | <Protocol>RAW</Protocol> | ||
1941 | <Queue /> | ||
1942 | <SNMPCommunity /> | ||
1943 | <ShareName /> | ||
1944 | <Location /> | ||
1945 | <Description /> | ||
1946 | <IPAddress>192.168.0.2</IPAddress> | ||
1947 | </TPrinter_V1>a | ||
1948 | </Printer> | ||
1949 | <ResultCode>0</ResultCode> | ||
1950 | </TGetPrintersResponse_V1> | ||
1951 | </GetPrintersResponse> | ||
1952 | </ACMP> | ||
1953 | </ICQL>}}} | ||
1954 | {{/apimacro}} | ||
1955 | |||
1956 | {{apimacro title="GetServices Request"}} | ||
1957 | {{{<ICQL> | ||
1958 | <ACMP> | ||
1959 | <GetServices version="1"> | ||
1960 | <TGetServicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1961 | <ClientId>Id</ClientId> | ||
1962 | </TGetServicesRequest_V1> | ||
1963 | </GetServices> | ||
1964 | </ACMP> | ||
1965 | </ICQL>}}} | ||
1966 | {{/apimacro}} | ||
1967 | |||
1968 | {{apimacro title="GetServices Response"}} | ||
1969 | {{{<ICQL> | ||
1970 | <ACMP> | ||
1971 | <GetServices version="1"> | ||
1972 | <TGetServicesResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1973 | <Services> | ||
1974 | <TService_V1 xsi:type="TService_V1"> | ||
1975 | <Caption>Caption</Caption> | ||
1976 | <Description>Description</Description> | ||
1977 | <DisplayName>DisplayName</DisplayName> | ||
1978 | <Name>Name</Name> | ||
1979 | <Started>True</Started> | ||
1980 | <State>State</State> | ||
1981 | <Status>Status</Status> | ||
1982 | <AcceptPause>True</AcceptPause> | ||
1983 | <AcceptStop>True</AcceptStop> | ||
1984 | <DesktopInteract>DesktopInteract</DesktopInteract> | ||
1985 | </TService_V1> | ||
1986 | <TService_V1 xsi:type="TService_V1"> | ||
1987 | <Caption>Caption</Caption> | ||
1988 | <Description>Description</Description> | ||
1989 | <DisplayName>DisplayName</DisplayName> | ||
1990 | <Name>Name</Name> | ||
1991 | <Started>True</Started> | ||
1992 | <State>State</State> | ||
1993 | <Status>Status</Status> | ||
1994 | <AcceptPause>True</AcceptPause> | ||
1995 | <AcceptStop>True</AcceptStop> | ||
1996 | <DesktopInteract>DesktopInteract</DesktopInteract> | ||
1997 | </TService_V1> | ||
1998 | </Services> | ||
1999 | <ResultCode>ResultCode</ResultCode> | ||
2000 | </TGetServicesResponse_V1> | ||
2001 | </GetServices> | ||
2002 | </ACMP> | ||
2003 | </ICQL>}}} | ||
2004 | {{/apimacro}} | ||
2005 | |||
2006 | {{apimacro title="GetShares Request"}} | ||
2007 | {{{<ICQL> | ||
2008 | <ACMP> | ||
2009 | <GetShares version="1"> | ||
2010 | <TGetSharesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
2011 | <ClientId>Id</ClientId> | ||
2012 | </TGetSharesRequest_V1> | ||
2013 | </GetShares> | ||
2014 | </ACMP> | ||
2015 | </ICQL>}}} | ||
2016 | {{/apimacro}} | ||
2017 | |||
2018 | {{apimacro title="GetShares Response"}} | ||
2019 | {{{<ICQL> | ||
2020 | <ACMP> | ||
2021 | <GetShares version="1"> | ||
2022 | <TGetSharesResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
2023 | <Shares> | ||
2024 | <TShare_V1 xsi:type="TShare_V1"> | ||
2025 | <Caption>Caption</Caption> | ||
2026 | <Path>Path</Path> | ||
2027 | <Name>Name</Name> | ||
2028 | <ShareType>ShareType</ShareType> | ||
2029 | <Status>Status</Status> | ||
2030 | <AllowMaximum>True</AllowMaximum> | ||
2031 | <MaximumAllowed>1</MaximumAllowed> | ||
2032 | </TShare_V1> | ||
2033 | <TShare_V1 xsi:type="TShare_V1"> | ||
2034 | <Caption>Caption</Caption> | ||
2035 | <Path>Path</Path> | ||
2036 | <Name>Name</Name> | ||
2037 | <ShareType>ShareType</ShareType> | ||
2038 | <Status>Status</Status> | ||
2039 | <AllowMaximum>True</AllowMaximum> | ||
2040 | <MaximumAllowed>1</MaximumAllowed> | ||
2041 | </TShare_V1> | ||
2042 | </Shares> | ||
2043 | <ResultCode>ResultCode</ResultCode> | ||
2044 | </TGetSharesResponse_V1> | ||
2045 | </GetShares> | ||
2046 | </ACMP> | ||
2047 | </ICQL>}}} | ||
2048 | {{/apimacro}} | ||
2049 | |||
2050 | {{apimacro title="GetSoftware Request"}} | ||
2051 | {{{<ICQL> | ||
2052 | <ACMP> | ||
2053 | <GetSoftware version="1"> | ||
2054 | <TGetSoftwareRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
2055 | <ClientId>Id</ClientId> | ||
2056 | </TGetSoftwareRequest_V1> | ||
2057 | </GetSoftware> | ||
2058 | </ACMP> | ||
2059 | </ICQL>}}} | ||
2060 | {{/apimacro}} | ||
2061 | |||
2062 | {{apimacro title="GetSoftware Response"}} | ||
2063 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
2064 | <ACMP> | ||
2065 | <GetSoftwareResponse> | ||
2066 | <TGetSoftwareResponse_V1> | ||
2067 | <Software> | ||
2068 | <TSoftware_V1 xsi:type="TSoftware_V1"> | ||
2069 | <Name>Softwarename</Name> | ||
2070 | <InstallationPath>InstallationPath</InstallationPath> | ||
2071 | <InstallationDate>20151109</InstallationDate> | ||
2072 | <UninstallPath>UninstallPath</UninstallPath> | ||
2073 | <Version>12.0.2000.8</Version> | ||
2074 | <SourcePath>SourcePath</SourcePath> | ||
2075 | <Publisher>Publisher</Publisher> | ||
2076 | <Language /> | ||
2077 | <LanguageId>0</LanguageId> | ||
2078 | <MinorVersion>0</MinorVersion> | ||
2079 | <PatchLevel>2000</PatchLevel> | ||
2080 | <MajorVersion>12</MajorVersion> | ||
2081 | <BuildNumber>8</BuildNumber> | ||
2082 | <Edition>Edition</Edition> | ||
2083 | </TSoftware_V1> | ||
2084 | </Software> | ||
2085 | <ResultCode>0</ResultCode> | ||
2086 | </TGetSoftwareResponse_V1> | ||
2087 | </GetSoftwareResponse> | ||
2088 | </ACMP> | ||
2089 | </ICQL>}}} | ||
2090 | {{/apimacro}} | ||
2091 | |||
2092 | = Unix Clients = | ||
2093 | |||
2094 | {{apimacro title="RegisterUnixClient_V1 Request"}} | ||
2095 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/RegisterUnixClientRequest_V1"> | ||
2096 | <ACMP> | ||
2097 | <RegisterUnixClient ActionType="Request" version="1"> | ||
2098 | <TRegisterUnixClientRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
2099 | <RegistrationInfo xsi:type="TUnixClientRegistrationInfo_V1"> | ||
2100 | <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> | ||
2101 | <ComputerName>ComputerName</ComputerName> | ||
2102 | <PrimaryIp>192.168.1.50</PrimaryIp> | ||
2103 | <MacAddress>00-80-41-ae-fd-7e</MacAddress> | ||
2104 | <MachineId>{6B851FFB-ACF2-438F-A322-258BA0F8DAAC}</MachineId> | ||
2105 | <IsManaged>false</IsManaged> | ||
2106 | <VersionString>1.2.3</VersionString> | ||
2107 | <ClientType>ctLinux</ClientType> | ||
2108 | </RegistrationInfo> | ||
2109 | </TRegisterUnixClientRequest_V1> | ||
2110 | </RegisterUnixClient> | ||
2111 | </ACMP> | ||
2112 | </ICQL>}}} | ||
2113 | {{/apimacro}} | ||
2114 | |||
2115 | {{apimacro title="RegisterUnixClientV1 Response"}} | ||
2116 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/RegisterUnixClientResponse_V1"> | ||
2117 | <ACMP> | ||
2118 | <RegisterUnixClient ActionType="Response" version="1"> | ||
2119 | <TRegisterUnixClientResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
2120 | <AcmpVersion>6.8.0</AcmpVersion> | ||
2121 | <IsUpdateRequired>false</IsUpdateRequired> | ||
2122 | <ResultCode>0</ResultCode> | ||
2123 | <ResultMessage>ResultMessage</ResultMessage> | ||
2124 | </TRegisterUnixClientResponse_V1> | ||
2125 | </RegisterUnixClient> | ||
2126 | </ACMP> | ||
2127 | </ICQL>}}} | ||
2128 | {{/apimacro}} | ||
2129 | |||
2130 |