Automate Uptime SLO Report — Operations AI

Operations teams manage complex processes across systems. Manual coordination creates bottlenecks and errors.

18
Fields Extracted
300s
Max Processing

What This Template Does

AI-powered extraction using gemini-2.5-flash. Part of 113 production-ready templates.

Capabilities

  • Incident Response
  • Monitoring
  • Document Processing
  • Monitoring
  • Operations

Output Schema

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Uptime SLO Report",
  "description": "Uptime SLO Report: Compute SLO compliance from uptime CSV and produce report.",
  "type": "object",
  "properties": {
    "service": {
      "type": "string",
      "description": "Service"
    },
    "slo_target": {
      "type": "string",
      "description": "Slo target"
    },
    "actual_uptime": {
      "type": "string",
      "description": "Actual uptime"
    },
    "slo_status": {
...

Quick Start

$ pip install doclayer
$ doclayer process document.pdf --agent ops.uptime-slo-report

See It In Action

Real extraction example showing input document and structured output.

Input Document
UPTIME REPORT - January 2025

Service: api.company.com
SLO Target: 99.95% uptime

Monthly Statistics:
Total Minutes: 44,640
Downtime Minutes: 15
Uptime Percentage: 99.966%

Incidents:
- Jan 5: 8 min downtime (database failover)
- Jan 18: 7 min downtime (deployment rollback)

Error Budget:
Monthly Budget: 22.3 minutes
Used: 15 minutes
Remaining: 7.3 minutes (32.7%)

Status: SLO MET
Extracted Data
{
  "service": "api.company.com",
  "slo_target": "99.95%",
  "actual_uptime": "99.966%",
  "slo_status": "MET",
  "total_downtime": "15 minutes",
  "incident_count": "2",
  "error_budget_total": "22.3 minutes",
  "error_budget_used": "15 minutes",
  "error_budget_remaining": "7.3 minutes (32.7%)",
  "document_type": "slo_report"
}

Monthly SLO report for API service showing 99.966% uptime against 99.95% target. Includes incident breakdown, error budget calculation, and remaining margin analysis for capacity and reliability planning.

Frequently Asked Questions

What documents can Uptime SLO Report process?

The Uptime SLO Report template processes ops documents including various formats and layouts. See the instructions for specific document types supported.

How accurate is the Uptime SLO Report extraction?

The Uptime SLO Report template uses Gemini 2.5 Flash for high-accuracy extraction. Results include confidence scores for each field.

Can I customize the Uptime SLO Report template?

Yes, you can modify the extraction schema, add custom fields, or adjust the instructions to match your specific requirements.

Start Extracting Data Today

Process your first document in under 5 minutes. No credit card required.