Register a disruption
POST/status-page/disruptions
Registers a disruption on one or more origin components. The disruption's severity propagates to all ancestor components. Origin components must not be ancestors or descendants of one another, and only one impacting disruption is allowed per origin component. Returns the identifier of the new disruption, which you use to change its severity or clear it.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 429
- 500
Disruption registered successfully
Invalid request. Possible errors:
- Invalid origin component ID format
- Neither or both of originComponentId and originComponentIds provided
- Origin components are ancestors or descendants of one another
- Invalid severity value
- Invalid source value
Authentication credentials not valid
Insufficient permissions to access this resource
Origin component not found
A disruption is already impacting one of the origin components
API call exceeded the rate limit
Internal server error