パフォーマンスのRESTエンドポイント

パフォーマンス
Performanceカテゴリの操作。
データベース内の指定されたサンプル・セッション・アクティビティの取得
メソッド: get
パス: /database/performance/active_sessions_history/{sample_id}
データベース内のすべてのサンプル・セッション・アクティビティの取得
メソッド: get
パス: /database/performance/active_sessions_history/
すべてのCPU時間の降順に並べたSQL文の取得
メソッド: get
パス: /database/performance/top_sql_statements/
SQL文の実行計画の取得
メソッド: get
パス: /database/performance/sql_statements/{sql_id}/plan
SQL文の履歴統計の取得
メソッド: get
パス: /database/performance/sql_statements/{sql_id}/history
監視対象の文に関する情報の取得
メソッド: get
パス: /database/performance/sql_statements/{sql_id}/monitor/{sql_exec_id},{sql_exec_start}/
SQL文の監視統計の取得
メソッド: get
パス: /database/performance/sql_statements/{sql_id}/monitor/
特定の文の実行に関するパラレル実行情報の取得
メソッド: get
パス: /database/performance/sql_statements/{sql_id}/monitor/{sql_exec_id},{sql_exec_start}/parallelism
SQL文の取得
メソッド: get
パス: /database/performance/sql_statements/{sql_id}/text
特定のセッションのSQL統計の取得
メソッド: get
パス: /database/performance/active_sessions_history_waits/{sid},{seq_number}/active_sql
SQL統計の最大値の取得
メソッド: get
パス: /database/performance/top_sql_statements/maximums
SQL文の統計の取得
メソッド: get
パス: /database/performance/sql_statements/{sql_id}/
すべてのSQL文の統計の取得
メソッド: get
パス: /database/performance/sql_statements/
アクティブなセッションごとの最新10個の待機イベントの取得
メソッド: get
パス: /database/performance/active_sessions_history_waits/
特定のアクティブ・セッションの指定された待機イベントの取得
メソッド: get
パス: /database/performance/active_sessions_history_waits/{sid},{seq_number}/