Diagnostics

Creates a zip archive of logs and other diagnostic information for EnOcean technical support.  

URI Definition

Method

URI and Fields

GET

/iap/diagnostics/gather

Creates a zip archive that contains logs and other information about the state of the CMS.

Success Response

A success response is the archive file.

    {
        "filename": "archive file name"
    }

Example

https://localhost/iap/diagnostics/gather                                                                                                

Response

    {
        "filename": "dump202103_25_17_21_06.zip"
    }

/iap/diagnostics/file/{filename}

Returns the generated zip file specified by the filename.

Parameter

Parameter      Description                                                                                                                                    
filename 

The name of the archive file to download.  Created by /iap/diagnostics/gather.

Example

https://localhost/iap/diagnostics/file/dump202103_25_17_21_06.zip