GET /components.json
curl \
--request GET 'https://status.mongodb.com/api/v2/components.json'
Exemplos de resposta (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": "2025-05-04T09:42:00Z",
"description": "string",
"id": "string",
"name": "string",
"only_show_if_degraded": true,
"page_id": "string",
"position": 42,
"status": "operational",
"updated_at": "2025-05-04T09:42:00Z"
}
]
}
Exemplos de resposta (404)
{
"code": 404,
"message": "Resource not found"
}
Exemplos de resposta (500)
{
"code": 500,
"message": "Internal server error"
}