PreflightInfo: {
    fixLink: string;
    internalId: string;
    reportLink: string;
    reportXml: string;
    result: boolean;
}

This response object is available for certain upload calls when a preflight check is required.

Type declaration

  • fixLink: string

    A link to trigger a fix profile which will modify the upload. Available if the upload failed and a fix profile has been configured for this product.

  • internalId: string

    An internal identifier for this preflight check. This can be used to retrieve to work with the check later on.

  • reportLink: string

    A link for the report PDF generated, available if reported has been enabled for this profile and product.

  • reportXml: string

    The report XML - can be used to parse additional information directly within the script. The format is the Enfocus Pitstop report format. See https://www.enfocus.com/Manuals/UserGuide/SW/09/enUS/Switch/en-us/reference/r_enfocus_pitstop_server.html

  • result: boolean

    Flag to indicate if the preflight check was successful or not.

Generated using TypeDoc