Wiki-Quellcode von Client Commands

Version 4.1 von Steffi F am 2025/06/06 08:22

Zeige letzte Bearbeiter
1 {{aagon.floatingbox/}}
2
3 = Client Command einqueuen =
4
5 Dieses Command queued für einen bestimmten Client ein bestimmtes ClientCommand ein. Der Client kann entweder über seine ClientId oder über ComputerName und ComputerFQDN identifiziert. Die Identifizierung des ClientCommands erfolgt über seine Id. Existieren von diesem ClientCommand mehrere Versionen wird die höchste freigegebene und technisch verfügbare Version genommen.
6
7 {{apimacro title="EnqueueClientCommand Request"}}
8 <ICQL>
9 <ACMP>
10 <EnqueueClientCommand version="1">
11 <TEnqueueClientCommandRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
12 <ClientId></ClientId>
13 <DomainFQDN>aagon.local</DomainFQDN>
14 <ComputerName>3-desgli-w81</ComputerName>
15 <ClientCommandId>{B03D2CCD-ADC1-4B9D-BDB8-87564B94030C}</ClientCommandId>
16 <Variables>
17 <TClientCommandVariable_V1>
18 <Name>Name</Name>
19 <Value>Value</Value>
20 </TClientCommandVariable_V1>
21 <TClientCommandVariable_V1>
22 <Name>Name</Name>
23 <Value>Value</Value>
24 </TClientCommandVariable_V1>
25 </Variables>
26 </TEnqueueClientCommandRequest_V1>
27 </EnqueueClientCommand>
28 </ACMP>
29 </ICQL>
30 {{/apimacro}}
31
32 {{apimacro title="EnqueueClientCommand Response"}}
33 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/EnqueueClientCommandResponse_V1">
34 <ACMP>
35 <EnqueueClientCommand ActionType="Response" version="1">
36 <TEnqueueClientCommandResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
37 <ErrorCode>0</ErrorCode>
38 <ResultCode>0</ResultCode>
39 <ResultMessage>ResultMessage</ResultMessage>
40 </TEnqueueClientCommandResponse_V1>
41 </EnqueueClientCommand>
42 </ACMP>
43 </ICQL>
44 {{/apimacro}}
45
46 = Client Command Liste auslesen =
47
48 Dieses Command liest von ClientCommands mit der jeweils aktuellsten Version und dem Status "Released" und "Distributing/Released" aus. Ausgegeben wird die ClientCommand ID, Name, Ordnerpfad, Version und Status.
49
50 {{apimacro title="GetClientCommandList Request"}}
51 <ICQL>
52 <ACMP>
53 <GetClientCommandList version="1">
54 <TGetClientCommandListRequest_V1 />
55 </GetClientCommandList>
56 </ACMP>
57 </ICQL>
58 {{/apimacro}}
59
60 {{apimacro title="GetClientCommandList Response"}}
61 <ICQL>
62 <ACMP>
63 <GetClientCommandList version="1">
64 <TGetClientCommandListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
65 <ClientCommands>
66 <TClientCommand_V1 xsi:type="TClientCommand_V1">
67 <Id>Id</Id>
68 <Name>Name</Name>
69 <FolderPath>FolderPath</FolderPath>
70 <State>State</State>
71 <Version>Version</Version>
72 </TClientCommand_V1>
73 <TClientCommand_V1 xsi:type="TClientCommand_V1">
74 <Id>Id</Id>
75 <Name>Name</Name>
76 <FolderPath>FolderPath</FolderPath>
77 <State>State</State>
78 <Version>Version</Version>
79 </TClientCommand_V1>
80 </ClientCommands>
81 </TGetClientCommandListResponse_V1>
82 </GetClientCommandList>
83 </ACMP>
84 </ICQL>
85 {{/apimacro}}
86
87
88
89
90
© Aagon GmbH 2026
Besuchen Sie unsere Aagon Community