📄️ SHIELDEX Integration Guide
This document describes the process of integrating the SHIELDEX File Decontamination System.The integration method is largelyCallback methodandPolling MethodSupports two things.
📄️ Synchronous/Asynchronous Processing API Flow
00.integration_guide.mdBased on this, when integrating SHIELDEX File neutralization (CDR)Asynchronous/SynchronousOrganizing the processing flow.
📄️ Decontamination Request
Used for SHIELDEX CDR decontamination requests.It operates asynchronously, inserting the request into a queue and responding immediately.The inspection results can be checked through a separate status inquiry API or Callback.
📄️ Check Demilitarization Status
Check the progress status of the received demining request.Check the defusing progress status using the job ID (jobID) as the key.
📄️ Decontamination file download
Download the file that has been sanitized.
📄️ Malware scan request
Used for SHIELDEX malware scan requests.
📄️ Malware Scan Status Check
After requesting a malware scan, you can check the scan progress and results.
🗃️ Policy Integration API (Customer Provided)
2 items