Information about the preflight process.
name | data type | description |
---|---|---|
profile | string | The name of the profile that was run. |
pasVersion | string | The version of the preflight engine. |
date | string | The date and time that the preflight was run. (ISO-8601 format) |
duration | number | The duration of the preflight run. |
Example
{ "profile" : "...", "pasVersion" : "...", "date" : "...", "duration" : 12345 }