Sign in

Create incident

documented

Create a new incident

POST /incidentsStatus Pageno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://{{$brand}}.reamaze.io/api/v1/incidents\" \\
  -u \"{{REAMAZE_LOGIN}}:{{REAMAZE_API_TOKEN}}\" \\
  -H \"Accept: application/json\" \\
  -H \"Content-Type: application/json\" \\
  -X POST \\
  -d '{"incident": {"title": "{{$title}}", "updates_attributes": [{"status": "{{$update_status}}", "message": "{{$update_message}}"}], "incidents_systems_attributes": [{"system_id": "{{$system_id}}", "status": "{{$system_status}}"}]}}'