GET /gui_app_framework/application_creation_task

Retrieves the status of all application installs.

Retrieves the status of all application installs.

Table 1. GET /gui_app_framework/application_creation_task resource details
MIME Type

application/json

Table 2. GET /gui_app_framework/application_creation_task request parameter details
Parameter Type Optionality Data Type MIME Type Description

fields

query

Optional

String

text/plain

Optional - Use this parameter to specify which fields you would like to get back in the response. Fields that are not named are excluded. Specify subfields in brackets and multiple fields in the same object are separated by commas.

Range

header

Optional

String

text/plain

Optional - Use this parameter to restrict the number of elements that are returned in the list to a specified range. The list is indexed starting at zero.

filter

query

Optional

String

text/plain

Optional - This parameter is used to restrict the elements in a list base on the contents of various fields.

Table 3. GET /gui_app_framework/application_creation_task response codes
HTTP Response Code Unique Code Description

200

Status list was retrieved.

409

33700

The application framework is currently disabled.

422

22608

Invalid filter criteria supplied.

422

22609

Only top-level-elements of the root entity can be sorted on.

422

22610

The selected field cannot be used for sorting.

500

1020

The request could not be completed.

Response Description

A list of installation status details. For a description of what each list entry contains, see /application_creation_task/{application_id}.

Response Sample


[
    {
        "application_id": 1001,
        "status": "ERROR",
        "error_messages": "[LOCAL : 1001 : Failed to start Docker container for application.]"
    },
    {
        "application_id": 1002,
        "status": "CREATING"
    }
]