2016-05-03 22 views

回答

0

這些信息可以幫助您:

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請求:

<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

感謝,在軟層控制中,安全軟件列表(json數據)包含了epoVersion的值。我怎樣才能獲得信息使用掩蔽? –

+0

我被測試它使用SL API資源管理器但沒有數據響應{ 「硬件ID」:空, 「ID」:9225279, 「manufacturerLicenseInstance」: 「06B714F6C082」, 「epoVersion」: 「4.5」, 「 latestAccessProtectionEvents「:[], 」latestAntivirusEvents「:[], 」latestSpywareEvents「:[] } –

+0

我能夠重現問題。我測試了沒有數據的請求。我試圖找出問題。我會告訴你任何消息。我很抱歉。 – mcruz