Infrastructure/Federation & SSO
GETFederationSince 1.0SynchronousAuth Required
GetCircuitBreakerStats
Retrieve aggregated statistics for a 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 whose circuit breaker statistics are requested.
Responses
Endpoint
GET/api/v1/platforms/{platformId}/circuit-breaker/stats
/api/v1/platforms/{platformId}/circuit-breaker/stats
Request Example
curl -X GET '{host}/api/v1/platforms/{platformId}/circuit-breaker/stats' -H 'Authorization: Bearer {token}'
Response Example
200{
"platformId": "platform-abc123",
"totalRequests": 1000,
"totalSuccesses": 950,
"totalFailures": 50,
"totalCircuited": 20,
"stateTransitions": 4
}Change History
This API has no change history records yet.
