Subtenant Queued Applications

Applications waiting to be scheduled.

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"