Applications waiting to be scheduled.
When a new application is distributed to a site, it enters the application queue. It will be scheduled for upgrade immediately provided the current time falls within an application upgrade window (if one exists) and the upgrade path from the currently running version to the new version is valid.
If multiple versions of an application are present in the queue when it's time to upgrade, the latest version that can be upgraded from the current version will be selected. This means that some intermediate versions may be skipped.
fields | string Retrieve only requested fields from the resource See section fields |
site | string Send the request to the specfifed site |
OK
Bad Request
Unauthorized
Forbidden
Not Found
Service Unavailable (strongbox sealed)
applications: - name: app1 time: 2024-02-19T09:44:58.392Z application-deployment: app-dep1 version: "1.0" - name: app1 time: 2024-02-19T09:44:59.392Z application-deployment: app-dep-1 version: "1.1"
Deletes applications that are waiting to be scheduled.
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Service Unavailable (strongbox sealed)
application-name: alpine version: 1.1.0
Forces the upgrade of an application waiting to be scheduled. If no specific version is provided, or if multiple entries with the same version exist in the queue, the latest entry is selected for upgrade.
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Service Unavailable (strongbox sealed)
application-name: alpine version: 1.1.0
Forces the upgrade of applications waiting to be scheduled. The latest queued entry for each application is used. If no specific application is provided, all applications are selected for upgrade.
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Service Unavailable (strongbox sealed)
application-names: - alpine - other-app