Infrastructure/Federation & SSO
POSTFederationSince 1.0SynchronousAuth Required
RecordCircuitBreakerFailure
Record a failed call for the specified platform circuit breaker.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
platformIdStringRequiredPlatform identifier for which a failure event is recorded.
Responses
Endpoint
POST/api/v1/platforms/{platformId}/circuit-breaker/failure
/api/v1/platforms/{platformId}/circuit-breaker/failure
Request Example
curl -X POST '{host}/api/v1/platforms/{platformId}/circuit-breaker/failure' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"key": "value"}'
Response Example
200{}Change History
This API has no change history records yet.
