2016-07-10 10 views
0

私はScheduleOSUpdateScan要求を送信しようとしていますが、ErrorChainを取得しようとしています。 何が悪いと思いますか?iOS ScheduleOSUpdateScan MDMコマンド

これが要求です:

<plist version="1.0"> 
    <dict> 
    <key>Command</key> 
    <dict> 
     <key>RequestType</key> 
     <string>ScheduleOSUpdateScan</string> 
     <key>Force</key> 
     <true/> 
    </dict>  
    </dict> 
</plist> 

これはデバイスの応答です:アップルMDMドキュメントを1として

<plist version="1.0"> 
<dict> 
    <key>CommandUUID</key> 
    <string>someCommandUUID</string> 
    <key>ErrorChain</key> 
    <array> 
     <dict> 
      <key>ErrorCode</key> 
      <integer>12021</integer> 
      <key>ErrorDomain</key> 
      <string>MCMDMErrorDomain</string> 
      <key>LocalizedDescription</key> 
      <string>“ScheduleOSUpdateScan” is not a valid request type. </string> 
      <key>USEnglishDescription</key> 
      <string>“ScheduleOSUpdateScan” is not a valid request type. </string> 
     </dict> 
    </array> 
    <key>Status</key> 
    <string>Error</string> 
    <key>UDID</key> 
    <string>someUDID</string> 
</dict> 
    </plist> 
+0

要求です。 コマンド RequestType ScheduleOSUpdateScan フォース CommandUUID をsomeUUID

答えて

0

のみ監視つきDEP-登録iOSデバイスとDEPで管理されているMacintoshコンピュータはソフトウェアの対象です update manageme nt。ただし、AvailableOSUpdatesクエリはDEP以外の管理対象デバイスで使用できます。

お使いのデバイスがDEP-在籍デバイスでない場合は、与えられたように、応答は同じになります。

関連する問題