We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
attributes
attrs
status-dashboard-v3/openapi.yaml
Line 407 in d2a000d
definitions: attributes: type: array items: type: object properties: name: type: string value: type: string id: type: number incidents: type: array items: type: object properties: end_date: type: string id: type: number impact: type: number start_date: type: string text: type: string updates: type: array items: type: object properties: status: type: string text: type: string timestamp: type: string name: type: string
example
{ "attributes": [ { "name": "category", "value": "Network" }, { "name": "region", "value": "EU-NL" }, { "name": "type", "value": "vpn" } ], "id": 283, "incidents": [ { "end_date": "2024-03-26 08:38", "id": 144, "impact": 1, "start_date": "2024-03-26 07:34", "text": "Incident", "updates": [ { "status": "resolved", "text": "The services were checked and the metrics show no errors. The healthbars stayed green the whole time. ", "timestamp": "2024-03-26 08:38" } ] } ], "name": "Virtual Private Network" }
The text was updated successfully, but these errors were encountered:
sgmv
No branches or pull requests
status-dashboard-v3/openapi.yaml
Line 407 in d2a000d
example
The text was updated successfully, but these errors were encountered: