📄️ SHIELDEX Integration Guide
This document explains the process of integrating the SHIELDEX File harmlessness system.The integration method can be broadly categorized intoCallback methodandPolling MethodSupports two things.
📄️ Synchronous/Asynchronous Processing API Flow
00.integration_guide.mdBased on this, when integrating SHIELDEX File Disarmament (CDR)Asynchronous/SynchronousOrganizing the processing flow.
📄️ Decontamination Request
Used to request the decontamination of SHIELDEX CDR.It operates asynchronously, inserting the request into a queue and responding immediately.You can check the inspection results through a separate status inquiry API or Callback.
📄️ Check Decontamination Status
Check the progress status of the received demining requests.Check the progress of the de-identification using the job ID (jobID) as the key.
📄️ Download Decontamination File
Download the file that has been sanitized.
📄️ Malware Scan Request
Used for SHIELDEX malware scan requests.
📄️ Check Malware Scan Status
You can check the progress and results of the scan after requesting a malware scan.
🗃️ Policy Integration API (Customer Provided)
2 items