GET /summary.json
curl \
--request GET 'https://status.mongodb.com/api/v2/summary.json'
Exemplos de resposta (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"
},
"incidents": [],
"components": [
{
"id": "cp306tmzcl0y",
"name": "Atlas API",
"status": "operational",
"page_id": "y2j98763l56x",
"position": 1,
"created_at": "2014-05-14T14:22:39.441-06:00",
"updated_at": "2014-05-14T14:22:39.441-06:00",
"description": null,
"only_show_if_degraded": false
}
],
"scheduled_maintenances": []
}
Exemplos de resposta (404)
{
"code": 404,
"message": "Resource not found"
}
Exemplos de resposta (500)
{
"code": 500,
"message": "Internal server error"
}