Skip to main content Skip to complementary content

RequestLoadInfo

An object that describes the state of a generated app's data load operation. In request objects that include this object as an optional property, the property will be missing for 'multiple' app gen requests (see their sub-requests for their data load information) or for 'single' and 'singlesub' requests that have not yet reached their 'loading' phase.

Properties

Name Description Type
loadHost

The name of the engine host that is performed the data load operation for this request. This property will be missing in 'multiple' app gen requests (see the 'loadHost' field of their sub-requests) and will be an empty string on a 'single' or 'singlesub' request that has not yet reached the 'loading' phase.

String
startedAt

A timestamp indicating when a significant event happend.

Date
finishedAt

A timestamp indicating when a significant event happend.

Date
status

The completion status of a completed Request.

One of:
  • pending
  • success
  • warnings
  • failed
String
messages
Name Description Type
logfilepath

The path to the reload log file.

String
progressData

Optional progress messages during the load process as returned by the QIX api.

ProgressDataInfo

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!