フォルダー項目アクションの更新

この REST サービスによって、フォルダー項目 (ジョブ、レポート・パック、ダッシュボード) のアクション (スキャンの開始、中断、キャンセル、終了、再開) が更新されます。

HTTPS 方式

POST

サービス形式

/services/folderitems/<fiid>

照会ストリング・パラメーター

「なし」

POST データ

Content-Type: application/x-www-form-urlencoded

action:

  • 以下を実行します。 action=2
  • 中断: action=3
  • キャンセル: action=4
  • 終了: action=5

戻り値

新規アクション値を使用して更新された XML を含む要素
例:
<report-pack>
   <id>12</id>
   <name>Quality</name>
   <description>Quality only reports, all jobs</description>
   <parent href="https://localhost/ase/services/folders/1">
     <id>1</id>
   </parent>
   <contact>Miriam</contact>
   <state>
      <id>1</id>
      <name>Ready</name>
   </state>
   <action>
     <id>2</id>
     <name>Run</name>
   </action>
   <reports href="https://localhost/ase/services/folderitems/12/reports">
     <count>11</count>
   </reports>
</report-pack>

詳しくは、文書化されたスキーマを参照してください。