Skip to main content
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

200 OK

On success, this API returns the following response structure.

  • messageString

    Human-readable message confirming the scan was triggered

    Example: Update scan started

Endpoint

POST/api/v1/lifecycle/updates/scan

/api/v1/lifecycle/updates/scan

Operation ID

TriggerScan

Permalink

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.

View all change history