订购安全软件(McAFee杀毒软件)后,如何获取杀毒日志和访问防护日志?
发布于 2016-05-03 20:50:21
此信息可能会对您有所帮助:
目前,您想要显示的信息只能通过SOAP请求获得:
<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>
有一个与此问题相关的问题。
https://stackoverflow.com/questions/37000046
复制相似问题