アカウントを管理する
Snowflake REST Event Table API は、Event Table リソースにアクセス、更新、および特定のアクションを実行するために、以下のエンドポイントを提供します。
Snowflake REST イベントテーブル API エンドポイント
エンドポイント |
説明 |
GET /api/v2/databases/database/schemas/ . schema/event-tables
|
利用可能なイベントテーブルを一覧表示します。 |
POST /api/v2/databases/database/schemas/ . schema/event-tables
|
イベントテーブルを作成します。 |
GET /api/v2/databases/database/schemas/ . schema/event-tables/name
|
イベント・テーブルを取得します。 |
DELETE api/v2/databases/database/schemas/ . schema/event-tables/name
|
イベントテーブルを削除します。 |
POST /api/v2/databases/database/schemas/ . schema/event-tables/name:rename
|
イベントテーブルの名前を変更します。 |
参考資料として、 Snowflake Event Table API reference をご参照ください。