2016-05-03 9 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"、 」最新のスパイウェアイベント: } –

+0

問題を再現できました。データなしでリクエストをテストしました。私は問題を切り離そうとしています。私はあなたにどんなニュースも知らせます。謝罪いたします。 – mcruz