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