Infrastructure/OTA Upgrade Plans
POSTOTASince 1.0SynchronousAuth Required
Precheck
Run pre-upgrade compatibility checks against the target version
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
planIdStringRequiredID of the upgrade plan to run the precheck for
Body Fields
itemStringRequiredOptional specific precheck item to run
Example: agent-connectivity
Responses
Endpoint
POST/api/v1/lifecycle/upgrade-plans/{planId}/precheck
/api/v1/lifecycle/upgrade-plans/{planId}/precheck
Request Example
curl -X POST '{host}/api/v1/lifecycle/upgrade-plans/{planId}/precheck' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"item":"agent-connectivity"}'
Response Example
200{"allowed": true, "items": [{"name": "agent-connectivity", "passed": true, "message": "All agents are reachable", "fix": "Ensure all agents have active heartbeats before proceeding"}]}Change History
This API has no change history records yet.
