首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Softlayer安全软件访问保护日志

Softlayer安全软件访问保护日志
EN

Stack Overflow用户
提问于 2016-05-03 17:09:41
回答 1查看 62关注 0票数 0

订购安全软件(McAFee杀毒软件)后,如何获取杀毒日志和访问防护日志?

EN

回答 1

Stack Overflow用户

发布于 2016-05-03 20:50:21

此信息可能会对您有所帮助:

https://forums.softlayer.com/forum/softlayer-developer-network/implementations/83143-python-api-retrieve-the-view-access-protection-logs

https://forums.softlayer.com/forum/softlayer-developer-network/implementations/83114-get-mcafee-epolicy-orchestrator-version45-event

目前,您想要显示的信息只能通过SOAP请求获得:

代码语言:javascript
运行
复制
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v3="http://api.service.softlayer.com/soap/v3/">
   <soapenv:Header>
      <authenticate xsi:type="v3:authenticate">
         <username xsi:type="xsd:string">?</username>
         <apiKey xsi:type="xsd:string">?</apiKey>
      </authenticate>
      <SoftLayer_Software_Component_AntivirusSpywareInitParameters xsi:type="v3:SoftLayer_Software_Component_AntivirusSpywareInitParameters">
         <id xsi:type="xsd:int">9510000</id>
      </SoftLayer_Software_Component_AntivirusSpywareInitParameters>
      <SoftLayer_ObjectMask xsi:type="v3:SoftLayer_ObjectMask">
         <mask xsi:type="xsd:string">?</mask>
      </SoftLayer_ObjectMask>
      <SoftLayer_Software_Component_AntivirusSpywareObjectFilter xsi:type="v3:SoftLayer_Software_Component_AntivirusSpywareObjectFilter"/>
      <SoftLayer_Software_Component_AntivirusSpywareObjectMask xsi:type="v3:SoftLayer_Software_Component_AntivirusSpywareObjectMask">
               <mask>
                 <latestAntivirusEvents>
                   <virusActionTaken/>
                </latestAntivirusEvents>            
               </mask>
      </SoftLayer_Software_Component_AntivirusSpywareObjectMask>
   </soapenv:Header>
   <soapenv:Body>
      <v3:getObject soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   </soapenv:Body>
</soapenv:Envelope>

有一个与此问题相关的问题。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/37000046

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档