Subtenant Queued Applications

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.

Retrieve the queued applications

SecurityaccessToken
Request
path Parameters
tenant-name
required
string <name> ^[a-z0-9]([a-z0-9\-]*[a-z0-9])?$

name of tenant

query Parameters
fields
string

Retrieve only requested fields from the resource

See section fields

site
string

Send the request to the specfifed site

Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

503

Service Unavailable (strongbox sealed)

get/v1/state/tenants/{tenant-name}/application-queue
Response samples
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"