1.10. http://localhost:7080/rest/reports : UI の Report セクションからも実行するレポートを提供します。すべてのレポートは CSV 形式でのみ利用可能
クラスの定義: org.rhq.enterprise.server.rest.ReportsHandlerBean
生成: text/csv
メソッド
GET /reports
description
利用可能なレポートを一覧表示します。このメソッドにはパラメーターはありません。
return type: String(multi)
GET /reports/alertDefinitions
description
AlertDefinition を CSV としてエクスポートgzip ed Content-Encoding の返信をサポートします。
このメソッドにはパラメーターはありません。
return type: String(multi)
GET /reports/configurationHistory
description
設定履歴データを CSV としてエクスポートgzip ed Content-Encoding の返信をサポートします。
このメソッドにはパラメーターはありません。
return type: String(multi)
GET /reports/driftCompliance
description
ドリフトコンプライアンスデータのエクスポートgzip ed Content-Encoding の返信をサポートします。
パラメーター: Name P.Type description 必須 type 許可される値 デフォルト値 resourceTypeId クエリー NONE string -all- -none- version クエリー NONE string -all- -none- return type: String(multi)
GET /reports/inventorySummary
description
インベントリーサマリーデータを CSV としてエクスポートgzip ed Content-Encoding の返信をサポートします。
パラメーター: Name P.Type description 必須 type 許可される値 デフォルト値 resourceTypeId クエリー NONE string -all- -none- version クエリー NONE string -all- -none- return type: String(multi)
GET /reports/platformUtilization
description
Platform 使用状況データを CSV としてエクスポートgzip ed Content-Encoding の返信をサポートします。
このメソッドにはパラメーターはありません。
return type: String(multi)
GET /reports/recentAlerts
description
Recent Alert データを CSV としてエクスポートgzip ed Content-Encoding の返信をサポートします。
パラメーター: Name P.Type description 必須 type 許可される値 デフォルト値 alertPriority クエリー NONE string -all- high、medium、low startTime クエリー NONE long -all- -none- endTime クエリー NONE long -all- -none- return type: String(multi)
GET /reports/recentDrift
description
Recent drift データを CSV としてエクスポートgzip ed Content-Encoding の返信をサポートします。
パラメーター: Name P.Type description 必須 type 許可される値 デフォルト値 カテゴリー クエリー 報告するカテゴリーのずれ false string FILE_ADDED、FILE_CHANGED、FILE_REMOVED snapshot クエリー NONE 整数 -all- -none- path クエリー NONE string -all- -none- 定義 クエリー NONE string -all- -none- startTime クエリー NONE long -all- -none- endTime クエリー NONE long -all- -none- return type: String(multi)
エラーコード: code reason 404 カテゴリーを指定しなかったり、カテゴリーが間違っている場合 GET /reports/recentOperations
description
Recent Operations Data を CSV としてエクスポートgzip ed Content-Encoding の返信をサポートします。
パラメーター: Name P.Type description 必須 type 許可される値 デフォルト値 status クエリー 検索するステータス。パラメーターを指定しないと、すべての値が使用されます。 false string all inprogress,success,failure,canceled startTime クエリー エクスポートする時間範囲のエポックからの経過時間(ミリ秒単位)。 false long all endTime クエリー エクスポートする時間範囲のエポックからの経過時間(ms)。開始時間のみが指定される場合、デフォルトは「now」に設定されています。 false long all return type: String(multi)
GET /reports/suspectMetrics
description
Suspect Metrics データを CSV としてエクスポートgzip ed Content-Encoding の返信をサポートします。
このメソッドにはパラメーターはありません。
return type: String(multi)