Malware Scanner Health

API to be implemented by the customer. Symproxy uses this API to check the health of the Malware Scanner.

API to be implemented by the customer.

GET https://your-malware-scanner-domain.com/malware-scanner/v1/health

Symproxy uses this API to check the health of the Malware Scanner.

Headers

NameTypeDescription

X-Trace-Id

string

Trace ID that shall be returned back in header when updating the malware scan state for the file. This field is not required, being used for debugging purposes only.

X-Ping-Scan

boolean

For diagnostic purposes only. If this header is set to true, the Malware Scanner shall not perform any scanning and just return HTTP 200 OK. This is required (mandatory) to check the connectivity between Symproxy and the Malware Scanner.

Request Body

NameTypeDescription

content*

string

Attachment body, binary string format.

//The response contains a single string message stating that the Malware Scanner is healthy and functioning properly.

Last updated