Infrastructure/Lifecycle
POSTLifecycleSince 1.0SynchronousAuth Required
RecheckComponent
Trigger a health recheck and state reconciliation for a component
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 component to recheck
Responses
Endpoint
POST/api/v1/lifecycle/components/{uuid}/recheck
/api/v1/lifecycle/components/{uuid}/recheck
Request Example
curl -X POST '{host}/api/v1/lifecycle/components/{uuid}/recheck' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "zcf-core",
"category": "zcf",
"capabilities": "example"
}Change History
This API has no change history records yet.
