GET /status.json
curl \
--request GET 'https://status.mongodb.com/api/v2/status.json'
応答の例(200)
{
"page": {
"id": "y2j98763l56x",
"name": "MongoDB Cloud Status",
"url": "https://status.mongodb.com",
"updated_at": "2025-03-11T00:52:20-07:00"
},
"status": {
"description": "All Systems Operational",
"indicator": "none"
}
}
応答の例(404)
{
"message": "Resource not found",
"code": 404
}
応答の例(500)
{
"message": "Internal server error",
"code": 500
}