Infrastructure/OTA Upgrade Plans
POSTOTASince 1.0SynchronousAuth Required
TriggerScan
Trigger a scan for new available software updates
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
POST/api/v1/lifecycle/updates/scan
/api/v1/lifecycle/updates/scan
Request Example
curl -X POST '{host}/api/v1/lifecycle/updates/scan' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{"message": "Update scan started"}Change History
This API has no change history records yet.
