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. An origin component can have multiple impacting disruptions. Returns the identifier of the new disruption, which you use to change its severity or clear it.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 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
API call exceeded the rate limit
Internal server error