Testing the Files/Images - Intergraph Smart Completions - Intergraph Smart Completions Update 4 - Installation & Upgrade

Intergraph Smart Completions Installation

Language
English
Product
Intergraph Smart Completions
Search by Category
Installation & Upgrade
Smart Completions Version
6.0.4

Using Postman

  1. Open Postman and create a new request.

  2. Select the POST method.

  3. In the URL field, enter the endpoint of the ClamAV API service.

  4. In the Body tab, select the binary radio button and click the Choose Files button.

  5. Select the file or image that you want to scan and click the Open button.

  6. Click the Send button to send the request.

  7. Postman will display the response from the ClamAV API service. If the file or image is clean, the response will contain the following message:

    JSON

    {

    "scan_result": "clean"

    }

  8. If the file or image is infected, the response will contain the following information:

    JSON

    {

    "scan_result": "infected",

    "viruses": ["virus_name_1", "virus_name_2", ...]

    }