全体的なステータス
インジケーター、コンポーネントのステータス、未解決のインシデント、今後、進行中のスケジュールされたメンテナンスなど、ステータスページの概要を取得します。
/ Summary.json を取得
curl \
--request GET 'https://status.mongodb.com/api/v2/summary.json'
応答の例(200)
{
"page": {
"id": "y2j98763l56x",
"name": "MongoDB Cloud Status",
"url": "https://status.mongodb.com",
"updated_at": "2025-03-11T00:52:20-07:00"
},
"components": [
{
"created_at": "2014-05-14T14:22:39.441-06:00",
"description": null,
"id": "cp306tmzcl0y",
"name": "Atlas API",
"only_show_if_degraded": false,
"page_id": "y2j98763l56x",
"position": 1,
"status": "operational",
"updated_at": "2014-05-14T14:22:39.441-06:00"
}
],
"incidents": [],
"scheduled_maintenances": [],
"status": {
"description": "All Systems Operational",
"indicator": "none"
}
}
応答の例(404)
{
"message": "Resource not found",
"code": 404
}
応答の例(500)
{
"message": "Internal server error",
"code": 500
}