データベースのRESTエンドポイント
管理サービス/データベース
- 接続の作成
- メソッド: 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
- インスタンス化CSNの管理
- メソッド: postパス:
/services/{version}/connections/{connection}/databases/{database}/{schema}/{table}/instantiationCsn
- プロシージャ・サプリメンタル・ロギングの管理
- メソッド: postパス:
/services/{version}/connections/{connection}/trandata/procedure
- スキーマ・サプリメンタル・ロギングの管理
- メソッド: postパス:
/services/{version}/connections/{connection}/trandata/schema
- 表サプリメンタル・ロギングの管理
- メソッド: postパス:
/services/{version}/connections/{connection}/trandata/table
- 接続の置換
- メソッド: putパス:
/services/{version}/connections/{connection}
- アクティブなトランザクションの詳細の取得
- メソッド: getパス:
/services/{version}/connections/{connection}/activeTransactions
- 接続の取得
- メソッド: getパス:
/services/{version}/connections/{connection}
- データベース名の取得
- メソッド: getパス:
/services/{version}/connections/{connection}/databases
- データベース・スキーマの取得
- メソッド: getパス:
/services/{version}/connections/{connection}/databases/{database}
- データベース表の詳細の取得
- メソッド: getパス:
/services/{version}/connections/{connection}/databases/{database}/{schema}/{table}
- データベース表の取得
- メソッド: getパス:
/services/{version}/connections/{connection}/databases/{database}/{schema}
- ハートビート表の取得
- メソッド: getパス:
/services/{version}/connections/{connection}/tables/heartbeat
- ハートビート表エントリの取得
- メソッド: getパス:
/services/{version}/connections/{connection}/tables/heartbeatData
- プロセス・ハートビート・レコードの取得
- メソッド: getパス:
/services/{version}/connections/{connection}/tables/heartbeat/{process}
- ハートビート表の更新
- メソッド: patchパス:
/services/{version}/connections/{connection}/tables/heartbeat