curl --request GET \
--url https://status.hedera.com/api/v2/components.json{
"page": {
"id": "<string>",
"name": "<string>",
"url": "<string>",
"time_zone": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
},
"components": [
{
"id": "<string>",
"name": "<string>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"group": true,
"group_id": "<string>",
"only_show_if_degraded": true,
"position": 123,
"showcase": true,
"start_date": "2023-11-07T05:31:56Z",
"page_id": "<string>"
}
]
}Provides detailed information about each component of the Hedera network.
curl --request GET \
--url https://status.hedera.com/api/v2/components.json{
"page": {
"id": "<string>",
"name": "<string>",
"url": "<string>",
"time_zone": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
},
"components": [
{
"id": "<string>",
"name": "<string>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"group": true,
"group_id": "<string>",
"only_show_if_degraded": true,
"position": 123,
"showcase": true,
"start_date": "2023-11-07T05:31:56Z",
"page_id": "<string>"
}
]
}Was this page helpful?