Wiki source code of OS Deployment
Last modified by Steffi F on 2025/06/13 12:50
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = RolloutClient = | ||
2 | |||
3 | {{apimacro title="RolloutClient Request"}} | ||
4 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/RolloutClientRequest_V1"> | ||
5 | <ACMP> | ||
6 | <RolloutClient ActionType="Request" version="1"> | ||
7 | <TRolloutClientRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
8 | <RolloutTemplateId>{59387FFD-B171-47C5-B735-041FA132CA39}</RolloutTemplateId> | ||
9 | <Clients> | ||
10 | <TClientRolloutConfig_V1 xsi:type="TClientRolloutConfig_V1"> | ||
11 | <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> | ||
12 | <NewName>ABC</NewName> | ||
13 | <ProductKeyId>{59387FFD-B171-47C5-B735-041FA132CA39}</ProductKeyId> | ||
14 | <ComputerDescription/> | ||
15 | </TClientRolloutConfig_V1> | ||
16 | <TClientRolloutConfig_V1 xsi:type="TClientRolloutConfig_V1"> | ||
17 | <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> | ||
18 | <NewName>ABC</NewName> | ||
19 | <ProductKeyId>{59387FFD-B171-47C5-B735-041FA132CA39}</ProductKeyId> | ||
20 | <ComputerDescription/> | ||
21 | </TClientRolloutConfig_V1> | ||
22 | </Clients> | ||
23 | <WakeUpClients>false</WakeUpClients> | ||
24 | <WOLPort>0</WOLPort> | ||
25 | </TRolloutClientRequest_V1> | ||
26 | </RolloutClient> | ||
27 | </ACMP> | ||
28 | </ICQL>}}} | ||
29 | {{/apimacro}} | ||
30 | |||
31 | {{apimacro title="RolloutClient Response"}} | ||
32 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/RolloutClientResponse_V1"> | ||
33 | <ACMP> | ||
34 | <RolloutClient ActionType="Response" version="1"> | ||
35 | <TRolloutClientResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
36 | <ResultCode>0</ResultCode> | ||
37 | <ResultMessage>ResultMessage</ResultMessage> | ||
38 | </TRolloutClientResponse_V1> | ||
39 | </RolloutClient> | ||
40 | </ACMP> | ||
41 | </ICQL>}}} | ||
42 | {{/apimacro}} |