atc0005 / check-statuspage

Go-based tooling to interact with status page APIs hosted by Atlassian Statuspage; NOT affiliated with or endorsed by Atlassian.
MIT License
5 stars 0 forks source link

Create tool/plugin for reviewing `/api/v2/summary.json` #5

Open atc0005 opened 2 years ago

atc0005 commented 2 years ago

Not sure yet whether it would be monitored separately, or would be used to add additional context to the results for the check_statuspage_components plugin.

atc0005 commented 2 years ago

Example from https://status.defenseorchestrator.com/api/v2/summary.json:

{
    "page": {
        "id": "mq1rp1pdj1mv",
        "name": "Cisco - Cisco Defense Orchestrator",
        "url": "https://status.defenseorchestrator.com",
        "time_zone": "Etc/UTC",
        "updated_at": "2021-11-08T20:44:48.949Z"
    },
    "components": [],
    "incidents": [],
    "scheduled_maintenances": [],
    "status": {
        "indicator": "none",
        "description": "All Systems Operational"
    }
}
Dannyb48 commented 11 months ago

+1 I'm interesting in this feature