機械翻訳について

最新ログのダウンロード

get

/essbase/rest/v1/applications/{applicationName}/logs/latest

最新のアプリケーション・ログ・ファイルをテキスト・ファイルとしてダウンロードします。

要求

パス・パラメータ
先頭に戻る

レスポンス

サポートされるメディア・タイプ

200 レスポンス

OK

ログ・ファイルが正常に返されました。

400 レスポンス

不正なリクエスト

ログ・ファイルの返却に失敗しました。

500 レスポンス

内部サーバー・エラー。

先頭に戻る

次の例では、アプリケーションの最新のログ・ファイルをダウンロードする方法を示します。

cURLコマンド

curl -X GET "https://192.0.2.1:443/essbase/rest/v1/applications/Sample/logs/latest" 
     -H "accept: application/octet-stream"

レスポンス・ヘッダーの例

JSON形式のレスポンス・ヘッダーのコンテンツの例を次に示します:

access-control-allow-headers: origin, content-type, accept, host, authorization, cache-control 
 access-control-allow-methods: GET, POST, DELETE, PUT 
 access-control-allow-origin: * 
 cache-control: no-cache, no-store, must-revalidate 
 content-disposition: attachment; filename="Sample.log" 
 content-type: application/octet-stream 
 date: Fri, 15 Nov 2019 23:21:11 GMT 
 expires: 0 
 transfer-encoding: chunked 
 x-oracle-dms-ecid: 0135346f-6d0c-40ab-85b2-37daf6b24061-000007b4 
 x-oracle-dms-rid: 0 
先頭に戻る