Incidents
Was this helpful?
Was this helpful?
Was this helpful?
Soda Cloud API Incidents Endpoints
This endpoint enables you to update an existing incident title, severity, status, or description in your organization's Soda Cloud account.
Only users with Manage incident permission can update incidents. Soda Cloud Admins have permission to update all incidents.See Manage dataset roles for more information.
User authentication required: true
This endpoint enforces authentication using the API keys you provide in the Basic
authentication header.
Incidents
10 requests/60 seconds
Successful response
Bad request
Unauthorized
Forbidden
Not found
Too many requests
Internal server error
POST /api/v1/incidents/{incidentId} HTTP/1.1
Host: cloud.soda.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 101
{
"description": "text",
"resolutionNotes": "text",
"severity": "minor",
"status": "reported",
"title": "text"
}
{
"description": "text",
"resolutionNotes": "text",
"severity": "minor",
"cloudUrl": "text",
"id": "text",
"name": "text",
"number": 1,
"status": "reported"
}