データベースのRESTエンドポイント
Administrative Server/データベース
WRITE ME
- 接続の作成
- メソッド: postパス:
/services/{version}/connections/{connection}
- ハートビート表の作成
- メソッド: postパス:
/services/{version}/connections/{connection}/tables/heartbeat
- 接続の削除
- メソッド: deleteパス:
/services/{version}/connections/{connection}
- ハートビート表の削除
- メソッド: deleteパス:
/services/{version}/connections/{connection}/tables/heartbeat
- プロセス・ハートビート・レコードの削除
- メソッド: deleteパス:
/services/{version}/connections/{connection}/tables/heartbeat/{process}
- 接続のリスト表示
- メソッド: getパス:
/services/{version}/connections
- チェックポイント表の管理
- メソッド: postパス:
/services/{version}/connections/{connection}/tables/checkpoint
- プロシージャ・サプリメンタル・ロギングの管理
- メソッド: postパス:
/services/{version}/connections/{connection}/trandata/procedure
- スキーマ・サプリメンタル・ロギングの管理
- メソッド: postパス:
/services/{version}/connections/{connection}/trandata/schema
- 表サプリメンタル・ロギングの管理
- メソッド: postパス:
/services/{version}/connections/{connection}/trandata/table
- トレース表の管理
- メソッド: postパス:
/services/{version}/connections/{connection}/tables/trace
- 接続の置換
- メソッド: putパス:
/services/{version}/connections/{connection}
- 接続の取得
- メソッド: getパス:
/services/{version}/connections/{connection}
- ハートビート表の取得
- メソッド: getパス:
/services/{version}/connections/{connection}/tables/heartbeat
- プロセス・ハートビート・レコードの取得
- メソッド: getパス:
/services/{version}/connections/{connection}/tables/heartbeat/{process}
- ハートビート表の更新
- メソッド: patchパス:
/services/{version}/connections/{connection}/tables/heartbeat