Next Topic

Previous Topic

Book Contents

Web 链接 - 入站和出站

除本文档后面描述的 API 操作外,KServer 还支持以下入站和出站链接:

入站

用于为特定计算机 ID 显示“计算机摘要”网页的 URL 为:

http//....?machName=<MachineID>

例如:

http://demo.kaseya.com?machName=jconners.acme

Word 60% / HTML 100%

用于为特定工单 ID 显示“工单”网页的 URL 为:

http://...?ticid=<TicketID>

例如:

http://demo.kaseya.com?ticid=1234

Word 60% / HTML 100%

出站

要在“计算机摘要”页面上自定义“新工单”链接,请填写下面 XML 的注释部分中所述的 externalLink.xml 文件。要激活新工单链接,请将文件 externalLink.xml 放入您 KServer 的  \WebPages\install\ 目录中。


<?xml version="1.0" encoding="ISO-8859-1" ?>
<externalLinks>
  <!-- 
  URL STRING SUBSTITUTIONS:The URL string displayed is associated 
  with a particular machine ID. The string is searched for the following 
  case sensitive values and substituted for the values below.
  machineNameVal - the machine name for the active machine is substituted 
                   in the URL string.
  groupNameVal - the group name for the active group.
  -->
  <ticketLink displayName="Ext Ticket" url="http://192.168.212.52/?mname=machineNameVal&amp;gname=groupNameVal"/>
</externalLinks>

主题 : 发送反馈。 从内容表格的第一个主题下载此联机图书的 PDF 版本。