最新のイベント サブスクリプションの実行を取得する
イベント サブスクリプションの最新の実行に関する情報を返します。
path パラメータ
-
Atlas Project/Group ID。
-
アプリケーションの ObjectID。App Services API プロジェクトとアプリケーション ID のセクションでは、この値を見つける方法が示されています。
-
イベント サブスクリプションのユニークな
_id
値。
GET /groups/{groupId}/apps/{appId}/event_subscriptions/{eventSubscriptionId}/execution
curl \
--request GET 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/event_subscriptions/{eventSubscriptionId}/execution' \
--header "Authorization: Bearer $ACCESS_TOKEN"
応答の例(200)
{
"data": {},
"resource_id": {},
"completed_at": {},
"cluster_time": {}
}