Sign in

Create incident

documented

Create a new incident.

POST /incidents.jsonIncidentsno 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://api.samanage.com/incidents.json" \
  -X POST \
  -H "X-Samanage-Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/vnd.samanage.v2.1+json" \
  -d '{"incident": {"name": "{{$title}}", "description": "{{$description}}", "priority": "{{$priority}}", "requester": {"email": "{{$requester_email}}"}}}'
Create incident · samanage · OpenIntegrations