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>"
}
]
}A JSON object containing the status of all components.
Show child attributes
Unique identifier for the component.
Name of the component.
Current status of the component.
Timestamp when the component was created.
Timestamp of the last update to the component.
Description of the component.
Indicates if the component is a group.
Identifier of the group this component belongs to.
Whether to show the component only if it's degraded.
Position of the component in the list.
Indicates if the component is showcased.
Start date of the component.
Identifier of the page this component belongs to.
Was this page helpful?