Platform Operations/Platforms
POSTPlatformSince 1.0SynchronousAuth Required
TriggerHealthCheck
Immediately trigger a health check for a platform and return the result.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the platform to trigger the health check on
Responses
Endpoint
POST/api/v1/platforms/{uuid}/health-check
/api/v1/platforms/{uuid}/health-check
Request Example
curl -X POST '{host}/api/v1/platforms/{uuid}/health-check' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"key": "value"}'
Response Example
200{
"platformId": "plat-abc123-def456",
"timestamp": "example",
"status": "healthy",
"failureReason": "API endpoint unreachable",
"fixAttempted": false,
"fixSucceeded": false,
"latencyMs": 120
}Change History
This API has no change history records yet.
