| ... |
... |
@@ -1895,4 +1895,231 @@ |
| 1895 |
1895 |
</ICQL> |
| 1896 |
1896 |
{{/apimacro}} |
| 1897 |
1897 |
|
|
1898 |
+{{apimacro title="GetPrinters Request"}} |
|
1899 |
+<ICQL> |
|
1900 |
+ <ACMP> |
|
1901 |
+ <GetPrinters version="1"> |
|
1902 |
+ <TGetPrintersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
1903 |
+ <ClientId>Id</ClientId> |
|
1904 |
+ </TGetPrintersRequest_V1> |
|
1905 |
+ </GetPrinters> |
|
1906 |
+ </ACMP> |
|
1907 |
+</ICQL> |
|
1908 |
+{{/apimacro}} |
|
1909 |
+ |
|
1910 |
+{{apimacro title="GetPrinters Response"}} |
|
1911 |
+<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
1912 |
+ <ACMP> |
|
1913 |
+ <GetPrintersResponse> |
|
1914 |
+ <TGetPrintersResponse_V1> |
|
1915 |
+ <Printer> |
|
1916 |
+ <TPrinter_V1 xsi:type="TPrinter_V1"> |
|
1917 |
+ <PrinterName>PrinterName</PrinterName> |
|
1918 |
+ <IsColorPrinter>1</IsColorPrinter> |
|
1919 |
+ <PrintDuplexSupported>true</PrintDuplexSupported> |
|
1920 |
+ <PrintMaxResolutionSupported>1200</PrintMaxResolutionSupported> |
|
1921 |
+ <PrintPagesPerMinute>30</PrintPagesPerMinute> |
|
1922 |
+ <PrintStaplingSupported>false</PrintStaplingSupported> |
|
1923 |
+ <DefaultPrinter>true</DefaultPrinter> |
|
1924 |
+ <SNMPEnabled>false</SNMPEnabled> |
|
1925 |
+ <SNMPDeviceIndex>-1</SNMPDeviceIndex> |
|
1926 |
+ <VerticalResolution>600</VerticalResolution> |
|
1927 |
+ <PortNumber>9100</PortNumber> |
|
1928 |
+ <HorizontalResolution>600</HorizontalResolution> |
|
1929 |
+ <Port>192.169.2.23</Port> |
|
1930 |
+ <PrinterType>Network Printer</PrinterType> |
|
1931 |
+ <Attributes>2628</Attributes> |
|
1932 |
+ <PrinterState>Idle</PrinterState> |
|
1933 |
+ <PrinterStatus>Idle</PrinterStatus> |
|
1934 |
+ <Protocol>RAW</Protocol> |
|
1935 |
+ <Queue /> |
|
1936 |
+ <SNMPCommunity /> |
|
1937 |
+ <ShareName /> |
|
1938 |
+ <Location /> |
|
1939 |
+ <Description /> |
|
1940 |
+ <IPAddress>192.168.0.2</IPAddress> |
|
1941 |
+ </TPrinter_V1>a |
|
1942 |
+ </Printer> |
|
1943 |
+ <ResultCode>0</ResultCode> |
|
1944 |
+ </TGetPrintersResponse_V1> |
|
1945 |
+ </GetPrintersResponse> |
|
1946 |
+ </ACMP> |
|
1947 |
+</ICQL> |
|
1948 |
+{{/apimacro}} |
|
1949 |
+ |
|
1950 |
+{{apimacro title="GetServices Request"}} |
|
1951 |
+<ICQL> |
|
1952 |
+ <ACMP> |
|
1953 |
+ <GetServices version="1"> |
|
1954 |
+ <TGetServicesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
1955 |
+ <ClientId>Id</ClientId> |
|
1956 |
+ </TGetServicesRequest_V1> |
|
1957 |
+ </GetServices> |
|
1958 |
+ </ACMP> |
|
1959 |
+</ICQL> |
|
1960 |
+{{/apimacro}} |
|
1961 |
+ |
|
1962 |
+{{apimacro title="GetServices Response"}} |
|
1963 |
+<ICQL> |
|
1964 |
+ <ACMP> |
|
1965 |
+ <GetServices version="1"> |
|
1966 |
+ <TGetServicesResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
1967 |
+ <Services> |
|
1968 |
+ <TService_V1 xsi:type="TService_V1"> |
|
1969 |
+ <Caption>Caption</Caption> |
|
1970 |
+ <Description>Description</Description> |
|
1971 |
+ <DisplayName>DisplayName</DisplayName> |
|
1972 |
+ <Name>Name</Name> |
|
1973 |
+ <Started>True</Started> |
|
1974 |
+ <State>State</State> |
|
1975 |
+ <Status>Status</Status> |
|
1976 |
+ <AcceptPause>True</AcceptPause> |
|
1977 |
+ <AcceptStop>True</AcceptStop> |
|
1978 |
+ <DesktopInteract>DesktopInteract</DesktopInteract> |
|
1979 |
+ </TService_V1> |
|
1980 |
+ <TService_V1 xsi:type="TService_V1"> |
|
1981 |
+ <Caption>Caption</Caption> |
|
1982 |
+ <Description>Description</Description> |
|
1983 |
+ <DisplayName>DisplayName</DisplayName> |
|
1984 |
+ <Name>Name</Name> |
|
1985 |
+ <Started>True</Started> |
|
1986 |
+ <State>State</State> |
|
1987 |
+ <Status>Status</Status> |
|
1988 |
+ <AcceptPause>True</AcceptPause> |
|
1989 |
+ <AcceptStop>True</AcceptStop> |
|
1990 |
+ <DesktopInteract>DesktopInteract</DesktopInteract> |
|
1991 |
+ </TService_V1> |
|
1992 |
+ </Services> |
|
1993 |
+ <ResultCode>ResultCode</ResultCode> |
|
1994 |
+ </TGetServicesResponse_V1> |
|
1995 |
+ </GetServices> |
|
1996 |
+ </ACMP> |
|
1997 |
+</ICQL> |
|
1998 |
+{{/apimacro}} |
|
1999 |
+ |
|
2000 |
+{{apimacro title="GetShares Request"}} |
|
2001 |
+<ICQL> |
|
2002 |
+ <ACMP> |
|
2003 |
+ <GetShares version="1"> |
|
2004 |
+ <TGetSharesRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
2005 |
+ <ClientId>Id</ClientId> |
|
2006 |
+ </TGetSharesRequest_V1> |
|
2007 |
+ </GetShares> |
|
2008 |
+ </ACMP> |
|
2009 |
+</ICQL> |
|
2010 |
+{{/apimacro}} |
|
2011 |
+ |
|
2012 |
+{{apimacro title="GetShares Response"}} |
|
2013 |
+<ICQL> |
|
2014 |
+ <ACMP> |
|
2015 |
+ <GetShares version="1"> |
|
2016 |
+ <TGetSharesResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
2017 |
+ <Shares> |
|
2018 |
+ <TShare_V1 xsi:type="TShare_V1"> |
|
2019 |
+ <Caption>Caption</Caption> |
|
2020 |
+ <Path>Path</Path> |
|
2021 |
+ <Name>Name</Name> |
|
2022 |
+ <ShareType>ShareType</ShareType> |
|
2023 |
+ <Status>Status</Status> |
|
2024 |
+ <AllowMaximum>True</AllowMaximum> |
|
2025 |
+ <MaximumAllowed>1</MaximumAllowed> |
|
2026 |
+ </TShare_V1> |
|
2027 |
+ <TShare_V1 xsi:type="TShare_V1"> |
|
2028 |
+ <Caption>Caption</Caption> |
|
2029 |
+ <Path>Path</Path> |
|
2030 |
+ <Name>Name</Name> |
|
2031 |
+ <ShareType>ShareType</ShareType> |
|
2032 |
+ <Status>Status</Status> |
|
2033 |
+ <AllowMaximum>True</AllowMaximum> |
|
2034 |
+ <MaximumAllowed>1</MaximumAllowed> |
|
2035 |
+ </TShare_V1> |
|
2036 |
+ </Shares> |
|
2037 |
+ <ResultCode>ResultCode</ResultCode> |
|
2038 |
+ </TGetSharesResponse_V1> |
|
2039 |
+ </GetShares> |
|
2040 |
+ </ACMP> |
|
2041 |
+</ICQL> |
|
2042 |
+{{/apimacro}} |
|
2043 |
+ |
|
2044 |
+{{apimacro title="GetSoftware Request"}} |
|
2045 |
+<ICQL> |
|
2046 |
+ <ACMP> |
|
2047 |
+ <GetSoftware version="1"> |
|
2048 |
+ <TGetSoftwareRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
2049 |
+ <ClientId>Id</ClientId> |
|
2050 |
+ </TGetSoftwareRequest_V1> |
|
2051 |
+ </GetSoftware> |
|
2052 |
+ </ACMP> |
|
2053 |
+</ICQL> |
|
2054 |
+{{/apimacro}} |
|
2055 |
+ |
|
2056 |
+{{apimacro title="GetSoftware Response"}} |
|
2057 |
+<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
2058 |
+ <ACMP> |
|
2059 |
+ <GetSoftwareResponse> |
|
2060 |
+ <TGetSoftwareResponse_V1> |
|
2061 |
+ <Software> |
|
2062 |
+ <TSoftware_V1 xsi:type="TSoftware_V1"> |
|
2063 |
+ <Name>Softwarename</Name> |
|
2064 |
+ <InstallationPath>InstallationPath</InstallationPath> |
|
2065 |
+ <InstallationDate>20151109</InstallationDate> |
|
2066 |
+ <UninstallPath>UninstallPath</UninstallPath> |
|
2067 |
+ <Version>12.0.2000.8</Version> |
|
2068 |
+ <SourcePath>SourcePath</SourcePath> |
|
2069 |
+ <Publisher>Publisher</Publisher> |
|
2070 |
+ <Language /> |
|
2071 |
+ <LanguageId>0</LanguageId> |
|
2072 |
+ <MinorVersion>0</MinorVersion> |
|
2073 |
+ <PatchLevel>2000</PatchLevel> |
|
2074 |
+ <MajorVersion>12</MajorVersion> |
|
2075 |
+ <BuildNumber>8</BuildNumber> |
|
2076 |
+ <Edition>Edition</Edition> |
|
2077 |
+ </TSoftware_V1> |
|
2078 |
+ </Software> |
|
2079 |
+ <ResultCode>0</ResultCode> |
|
2080 |
+ </TGetSoftwareResponse_V1> |
|
2081 |
+ </GetSoftwareResponse> |
|
2082 |
+ </ACMP> |
|
2083 |
+</ICQL> |
|
2084 |
+{{/apimacro}} |
|
2085 |
+ |
|
2086 |
+= Unix Clients = |
|
2087 |
+ |
|
2088 |
+{{apimacro title="RegisterUnixClient_V1 Request"}} |
|
2089 |
+<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/RegisterUnixClientRequest_V1"> |
|
2090 |
+ <ACMP> |
|
2091 |
+ <RegisterUnixClient ActionType="Request" version="1"> |
|
2092 |
+ <TRegisterUnixClientRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
2093 |
+ <RegistrationInfo xsi:type="TUnixClientRegistrationInfo_V1"> |
|
2094 |
+ <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> |
|
2095 |
+ <ComputerName>ComputerName</ComputerName> |
|
2096 |
+ <PrimaryIp>192.168.1.50</PrimaryIp> |
|
2097 |
+ <MacAddress>00-80-41-ae-fd-7e</MacAddress> |
|
2098 |
+ <MachineId>{6B851FFB-ACF2-438F-A322-258BA0F8DAAC}</MachineId> |
|
2099 |
+ <IsManaged>false</IsManaged> |
|
2100 |
+ <VersionString>1.2.3</VersionString> |
|
2101 |
+ <ClientType>ctLinux</ClientType> |
|
2102 |
+ </RegistrationInfo> |
|
2103 |
+ </TRegisterUnixClientRequest_V1> |
|
2104 |
+ </RegisterUnixClient> |
|
2105 |
+ </ACMP> |
|
2106 |
+</ICQL> |
|
2107 |
+{{/apimacro}} |
|
2108 |
+ |
|
2109 |
+{{apimacro title="RegisterUnixClientV1 Response"}} |
|
2110 |
+<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/RegisterUnixClientResponse_V1"> |
|
2111 |
+ <ACMP> |
|
2112 |
+ <RegisterUnixClient ActionType="Response" version="1"> |
|
2113 |
+ <TRegisterUnixClientResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
2114 |
+ <AcmpVersion>6.8.0</AcmpVersion> |
|
2115 |
+ <IsUpdateRequired>false</IsUpdateRequired> |
|
2116 |
+ <ResultCode>0</ResultCode> |
|
2117 |
+ <ResultMessage>ResultMessage</ResultMessage> |
|
2118 |
+ </TRegisterUnixClientResponse_V1> |
|
2119 |
+ </RegisterUnixClient> |
|
2120 |
+ </ACMP> |
|
2121 |
+</ICQL> |
|
2122 |
+{{/apimacro}} |
|
2123 |
+ |
|
2124 |
+ |
| 1898 |
1898 |
|