Update a disruption
POST/status-page/disruptions/:id/updates
Adds an update to a disruption timeline. The update can edit disruption metadata, change severity, and add or remove affected components from the disruption scope. After you change the affected components or severity, Nobl9 updates the displayed status of each affected component to reflect the new disruption state.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 409
- 429
- 500
Disruption update posted successfully
Invalid request. Possible errors:
- Invalid affected component ID format
- Invalid severity value
- Removed affected component is not a current origin component
- The same component ID cannot be added to and removed from the disrupted component selection in one update
- The update must leave at least one disrupted component selected
- endTime can only be set on cleared disruptions
- endComment can only be set on cleared disruptions
- endTime must not be before startTime
Authentication credentials not valid
Insufficient permissions to access this resource
Disruption or affected component not found
Conflict. Possible errors:
- Disruption is already cleared
- Added component is already an origin of another open disruption
API call exceeded the rate limit
Internal server error