2.2. API を使用した advisor サービスデータのエクスポート
以下のいずれかの方法で、サービス API を使用してデータをエクスポートします。
CSV ファイルタイプの場合
要求 URL:
Curl
curl -X GET "https://cloud.redhat.com/api/insights/v1/export/hits.csv" -H "accept: */*"
JSON ファイルタイプの場合
要求 URL:
Curl
curl -X GET "https://cloud.redhat.com/api/insights/v1/export/hits.json" -H "accept: application/json"
Red Hat Insights for Red Hat Enterprise Linux の API ドキュメントは、https://cloud.redhat.com/docs/api から入手できます。