RunPreflight
Execute preflight health and readiness checks before starting an upgrade
POST
/api/v1/ota/plans/{planId}/preflightOperation ID
RunPreflightSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
planIdStringRequiredID of the upgrade plan to run preflight checks for
Body Fields
agentIdsListRequiredAgent ids
Example: item1,item2
configObjectRequiredConfiguration data as key-value pairs
planIdStringID of the upgrade plan this preflight configuration applies to
Example: plan-a1b2c3d4-e5f6-7890-abcd-ef1234567890
modeStringPreflight mode, e.g. strict or advisory
Example: strict
checksListChecks for this resource
Example: item1,item2
timeoutSecIntegerMaximum seconds to wait for all preflight checks to complete
Example: 120
minHealthyPctLongMinimum percentage of agents that must be healthy to proceed
Example: 90
