Skip to content

DigitalOcean Service Status page hostname incorrect #30

@DazWilkin

Description

@DazWilkin

const doStatusAPIURL = "https://s2k7tnzlhrpw.statuspage.io/api/v2/summary.json"

Endpoint should be: https://status.digitalocean.com/api/v2/summary.json

Difficult to verify as of writing, "all systems are operational" (there are no incidents)

{
    "page": {
        "id": "w4cz49tckxhp",
        "name": "DigitalOcean",
        "url": "http://status.digitalocean.com",
        "time_zone": "Etc/UTC",
        "updated_at": "2024-10-16T07:57:40.128Z"
    },
    "components": [],
    "incidents": [],
    "scheduled_maintenances": [],
    "status": {
        "indicator": "none",
        "description": "All Systems Operational"
    }
}

NOTE components omitted for clarity

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions