クイック・スタート

環境を設定しOracle Analytics Publisherの最初のレポートを作成するには、次のタスクを実行します。

前提条件

前提条件 詳細情報
cURLのインストール cURLの使用
認証の設定 認証

タスク1: アカウント情報の取得

次のことをアカウント管理者に問い合せます。

  • Oracle Analytics Publisherにログインするためのユーザー名とパスワード。

  • ご使用のOracle Analytics ServerインスタンスのURL。

タスク2: レポート詳細のフェッチ

次のcURLコマンドを実行して既存のレポート定義を返します。

curl --u username:password -H "Accept:application/json" -X GET https://host:port/xmlpserver/services/rest/v1/reports/<reportPath>

たとえば、/Sample Lite/Published Reporting/Reports/Balance Letterにあるレポート定義を取得するには、次のようにします。

curl --u jsmith:mypassword1 -H "Accept:application/json" -X GET https://example.com:9502/xmlpserver/services/rest/v1/reports/Sample%20Lite%252FPublished%20Reporting%252FReports%252FBalance%20Letter