Instatus - எங்கள் பொது API

எங்கள் பொது API

GET

https://instat.us/v3/summary.json

உங்கள் நிலை பக்கத்தின் ஒட்டுமொத்த நிலையைப் பெறுங்கள். கூறுகள் மற்றும் முந்தைய அறிவிப்புகள் சேர்க்கப்படவில்லை.

{
"page": {
"name": "Instatus",
"url": "https://instat.us",
"status": "UP"
},
"activeIncidents": [
{
"id": "cl4a8n3070721qtmzvts760c4",
"name": "We're facing an issue with our API",
"started": "2022-06-11T18:55:50Z",
"status": "INVESTIGATING",
"impact": "MAJOROUTAGE",
"url": "https://testing-widget.instatus.com/incident/cl4a8n3070721qtmzvts760c4",
"updatedAt": "2022-06-11T19:30:00Z"
}
],
"activeMaintenances": [
{
"id": "cl4a8nlv50918qtmzdlw60ivu",
"name": "Database maintenance",
"start": "2022-06-11T18:55:54Z",
"status": "NOTSTARTEDYET",
"duration": "60",
"url": "https://testing-widget.instatus.com/maintenance/cl4a8nlv50918qtmzdlw60ivu",
"updatedAt": "2022-06-11T19:30:00Z"
}
]
}
GET

https://instat.us/v3/components.json

உங்கள் நிலை பக்க கூறுகள் மற்றும் அவற்றைப் பாதிக்கும் செயலில் உள்ள சிக்கல்களைப் பெறுங்கள்.

[
{
"id": "ckf01fvnxywz60a35wdbn5gz5",
"name": "App",
"status": "OPERATIONAL",
"description": "",
"isParent": false,
"children": []
}
]