Skip to main content
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

  • platformIdStringRequired

    Platform identifier for which a failure event is recorded.

Responses

200 OK

On success, this API returns an empty JSON object {}.

Endpoint

POST/api/v1/platforms/{platformId}/circuit-breaker/failure

/api/v1/platforms/{platformId}/circuit-breaker/failure

Operation ID

RecordCircuitBreakerFailure

Permalink

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.

View all change history