Public API Meta Information
Get command versions
<ICQL> <ACMP> <GetCommandVersions version="1"> <TGetCommandVersionsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Commands> <string>GetAssetList</string> <string>SaveAssets</string> </Commands> </TGetCommandVersionsRequest_V1> </GetCommandVersions> </ACMP> </ICQL>
<ICQL> <ACMP> <GetCommandVersions version="1"> <TGetCommandVersionsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CommandVersions> <TCommandVersion_V1 xsi:type="TCommandVersion_V1"> <CommandName>CommandName</CommandName> <Versions/> </TCommandVersion_V1> <TCommandVersion_V1 xsi:type="TCommandVersion_V1"> <CommandName>CommandName</CommandName> <Versions/> </TCommandVersion_V1> </CommandVersions> <ResultCode>0</ResultCode> </TGetCommandVersionsResponse_V1> </GetCommandVersions> </ACMP> </ICQL>
Get command schemas
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetCommandSchemasRequest_V1"> <ACMP> <GetCommandSchemas version="1"> <TGetCommandSchemasRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Commands> <string>Value 1</string> <string>Value 2</string> </Commands> </TGetCommandSchemasRequest_V1> </GetCommandSchemas> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetCommandSchemasResponse_V1"> <ACMP> <GetCommandSchemas version="1"> <TGetCommandSchemasResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CommandSchemas> <TCommandSchema_V1 xsi:type="TCommandSchema_V1"> <CommandName>CommandName</CommandName> <Schema>Schema</Schema> </TCommandSchema_V1> <TCommandSchema_V1 xsi:type="TCommandSchema_V1"> <CommandName>CommandName</CommandName> <Schema>Schema</Schema> </TCommandSchema_V1> </CommandSchemas> <ResultCode>0</ResultCode> </TGetCommandSchemasResponse_V1> </GetCommandSchemas> </ACMP> </ICQL>
GetCommandSchemas_V2
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetCommandSchemasRequest_V2"> <ACMP> <GetCommandSchemas ActionType="Request" version="2"> <TGetCommandSchemasRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Commands> <string>Value 1</string> <string>Value 2</string> </Commands> </TGetCommandSchemasRequest_V2> </GetCommandSchemas> </ACMP> </ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetCommandSchemasResponse_V2"> <ACMP> <GetCommandSchemas ActionType="Response" version="2"> <TGetCommandSchemasResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CommandSchemas> <TCommandSchema_V2 xsi:type="TCommandSchema_V2"> <CommandName>CommandName</CommandName> <RequestSchema>RequestSchema</RequestSchema> <ResponseSchema>ResponseSchema</ResponseSchema> </TCommandSchema_V2> <TCommandSchema_V2 xsi:type="TCommandSchema_V2"> <CommandName>CommandName</CommandName> <RequestSchema>RequestSchema</RequestSchema> <ResponseSchema>ResponseSchema</ResponseSchema> </TCommandSchema_V2> </CommandSchemas> <ResultCode>0</ResultCode> <ResultMessage>ResultMessage</ResultMessage> </TGetCommandSchemasResponse_V2> </GetCommandSchemas> </ACMP> </ICQL>
Get Data Versions
GetDataVersions Request
▶
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetDataVersionsRequest_V1">
<ACMP>
<GetDataVersions ActionType="Request" version="1">
<TGetDataVersionsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Keys>
<string>Value 1</string>
<string>Value 2</string>
</Keys>
</TGetDataVersionsRequest_V1>
</GetDataVersions>
</ACMP>
</ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetDataVersionsResponse_V1"> <ACMP> <GetDataVersions ActionType="Response" version="1"> <TGetDataVersionsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DataVersions> <TDataVersion_V1 xsi:type="TDataVersion_V1"> <Key/> <Version/> </TDataVersion_V1> <TDataVersion_V1 xsi:type="TDataVersion_V1"> <Key/> <Version/> </TDataVersion_V1> </DataVersions> <ResultCode>0</ResultCode> <ResultMessage>ResultMessage</ResultMessage> </TGetDataVersionsResponse_V1> </GetDataVersions> </ACMP> </ICQL>
GetACMPServerInfo
GetACMPServerInfo Request
▶
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetACMPServerInfoRequest_V1">
<ACMP>
<GetACMPServerInfo ActionType="Request" version="1">
<TGetACMPServerInfoRequest_V1/>
</GetACMPServerInfo>
</ACMP>
</ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetACMPServerInfoResponse_V1"> <ACMP> <GetACMPServerInfo ActionType="Response" version="1"> <TGetACMPServerInfoResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ServerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ServerId> <ServerName>ServerName</ServerName> <ServerPort>0</ServerPort> <MajorVersion>0</MajorVersion> <MinorVersion>0</MinorVersion> <PatchLevel>0</PatchLevel> <BuildNumber>0</BuildNumber> <PublicAPIBuildNumber>0</PublicAPIBuildNumber> <RoutingKeys> <string>Value 1</string> <string>Value 2</string> </RoutingKeys> <VirtualRouter> <string>Value 1</string> <string>Value 2</string> </VirtualRouter> <ResultCode>0</ResultCode> <ResultMessage>ResultMessage</ResultMessage> </TGetACMPServerInfoResponse_V1> </GetACMPServerInfo> </ACMP> </ICQL>