{ "info": { "_postman_id": "297d3459-8bcd-4d8c-9850-bf499b2985cf", "name": "Trellix Web Gateway Policy Anti-Malware Lists API", "description": "API for creating, updating, and managing security policies, rule sets, and configurations for web filtering and threat prevention on Trellix Web Gateway (formerly McAfee Web Gateway). Provides programmatic access to policy rules, URL filter settings, anti-malware settings, and SSL scanning configurations.\n\nContact Support:\n Name: Trellix Support\n Email: support@trellix.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:18:58.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "lastUpdatedBy": "35240", "uid": "35240-297d3459-8bcd-4d8c-9850-bf499b2985cf" }, "item": [ { "name": "lists", "item": [ { "name": "{listId}", "item": [ { "name": "entries", "item": [ { "name": "{entryId}", "item": [ { "name": "Delete an entry from a custom list", "id": "727d2216-e7e8-476e-be24-9bee8c4aed21", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/lists/:listId/entries/:entryId", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId", "entries", ":entryId" ], "variable": [ { "id": "14195ac9-c5ca-4b24-9f36-0d6f41a9cadb", "key": "listId", "value": "", "description": "(Required) Unique identifier of the custom list" }, { "id": "b00ecc98-806e-4adf-a9e1-3f43d369c9fa", "key": "entryId", "value": "", "description": "(Required) Unique identifier of the list entry" } ] }, "description": "Remove a specific entry from a custom list." }, "response": [ { "id": "a17890c8-deee-4c70-ad55-18f6cae277e5", "name": "Entry deleted successfully", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "url": { "raw": "{{baseUrl}}/lists/:listId/entries/:entryId", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId", "entries", ":entryId" ], "variable": [ { "key": "listId" }, { "key": "entryId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-a17890c8-deee-4c70-ad55-18f6cae277e5" }, { "id": "9ffa2e09-3398-4cef-8b11-55b0e1addc5c", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "url": { "raw": "{{baseUrl}}/lists/:listId/entries/:entryId", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId", "entries", ":entryId" ], "variable": [ { "key": "listId" }, { "key": "entryId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-9ffa2e09-3398-4cef-8b11-55b0e1addc5c" }, { "id": "46fb1e3d-8785-42b0-851a-c91521845656", "name": "Entry or list not found", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "url": { "raw": "{{baseUrl}}/lists/:listId/entries/:entryId", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId", "entries", ":entryId" ], "variable": [ { "key": "listId" }, { "key": "entryId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-46fb1e3d-8785-42b0-851a-c91521845656" } ], "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-727d2216-e7e8-476e-be24-9bee8c4aed21" } ], "id": "7b1bd733-caac-481f-81a0-570f25f95647", "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-7b1bd733-caac-481f-81a0-570f25f95647" }, { "name": "Add an entry to a custom list", "id": "c19a619f-61b7-4b2f-965b-b1023f820d79", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lists/:listId/entries", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId", "entries" ], "variable": [ { "id": "2d72d698-2d2b-4ec0-bb72-19961d1c8e29", "key": "listId", "value": "", "description": "(Required) Unique identifier of the custom list" } ] }, "description": "Add a new entry to an existing custom list." }, "response": [ { "id": "b40ca5b6-06ab-4f2a-8d68-eab358e9da27", "name": "Entry added successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lists/:listId/entries", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId", "entries" ], "variable": [ { "key": "listId" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-b40ca5b6-06ab-4f2a-8d68-eab358e9da27" }, { "id": "2a02bf15-a1a2-4977-a7c0-5d379090f5be", "name": "Invalid entry", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lists/:listId/entries", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId", "entries" ], "variable": [ { "key": "listId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-2a02bf15-a1a2-4977-a7c0-5d379090f5be" }, { "id": "3f5e8ece-3d80-4768-b49b-b1b675d5401f", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lists/:listId/entries", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId", "entries" ], "variable": [ { "key": "listId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-3f5e8ece-3d80-4768-b49b-b1b675d5401f" }, { "id": "e4946eb8-1531-4083-92eb-b30112dfb035", "name": "List not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lists/:listId/entries", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId", "entries" ], "variable": [ { "key": "listId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-e4946eb8-1531-4083-92eb-b30112dfb035" } ], "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-c19a619f-61b7-4b2f-965b-b1023f820d79" } ], "id": "47a28d85-002b-469d-a210-7649395169fb", "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-47a28d85-002b-469d-a210-7649395169fb" }, { "name": "Get a custom list", "id": "4be624c5-b59f-41cb-afa3-7a708235b7b8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/lists/:listId", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId" ], "variable": [ { "id": "2044736c-daff-4aa6-9495-1e09e91b918b", "key": "listId", "value": "", "description": "(Required) Unique identifier of the custom list" } ] }, "description": "Retrieve the contents and metadata of a specific custom list." }, "response": [ { "id": "b24fac74-1db8-4616-9ae4-e2a2f865b544", "name": "Custom list returned", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "url": { "raw": "{{baseUrl}}/lists/:listId", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId" ], "variable": [ { "key": "listId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"url\",\n \"description\": \"\",\n \"entryCount\": \"\",\n \"entries\": [\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-b24fac74-1db8-4616-9ae4-e2a2f865b544" }, { "id": "43d47d69-73e9-48d2-9eda-9db85774b627", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "url": { "raw": "{{baseUrl}}/lists/:listId", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId" ], "variable": [ { "key": "listId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-43d47d69-73e9-48d2-9eda-9db85774b627" }, { "id": "7bf8c804-1f5a-4b03-b5b4-893da492a952", "name": "List not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "url": { "raw": "{{baseUrl}}/lists/:listId", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId" ], "variable": [ { "key": "listId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-7bf8c804-1f5a-4b03-b5b4-893da492a952" } ], "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-4be624c5-b59f-41cb-afa3-7a708235b7b8" }, { "name": "Update a custom list", "id": "185b878f-3b0c-4b83-be0f-0af104d99620", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"entries\": [\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lists/:listId", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId" ], "variable": [ { "id": "4b645a6b-8a40-4755-abe3-004f9dcc998a", "key": "listId", "value": "", "description": "(Required) Unique identifier of the custom list" } ] }, "description": "Replace the contents of a specific custom list with new entries." }, "response": [ { "id": "931c4d0a-4651-4479-b482-4042162f3730", "name": "Custom list updated", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"entries\": [\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lists/:listId", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId" ], "variable": [ { "key": "listId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-931c4d0a-4651-4479-b482-4042162f3730" }, { "id": "729fef8b-a793-411a-807c-2da38882ad3b", "name": "Invalid list data", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"entries\": [\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lists/:listId", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId" ], "variable": [ { "key": "listId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-729fef8b-a793-411a-807c-2da38882ad3b" }, { "id": "2fa4d2d6-6cd7-468c-9a39-fcf892bee091", "name": "Unauthorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"entries\": [\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lists/:listId", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId" ], "variable": [ { "key": "listId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-2fa4d2d6-6cd7-468c-9a39-fcf892bee091" }, { "id": "3712e4d5-73c8-4322-a38c-65c0a4e43e22", "name": "List not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"entries\": [\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/lists/:listId", "host": [ "{{baseUrl}}" ], "path": [ "lists", ":listId" ], "variable": [ { "key": "listId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-3712e4d5-73c8-4322-a38c-65c0a4e43e22" } ], "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-185b878f-3b0c-4b83-be0f-0af104d99620" } ], "id": "084716dd-d8ca-4b97-a609-4dae831c0404", "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-084716dd-d8ca-4b97-a609-4dae831c0404" }, { "name": "List custom lists", "id": "f40a0341-0624-4e64-a3fc-73905b5b2181", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/lists", "host": [ "{{baseUrl}}" ], "path": [ "lists" ] }, "description": "Retrieve all custom lists configured on the appliance, including URL whitelists, blacklists, and IP address lists." }, "response": [ { "id": "5abdda60-3f63-491b-821b-0b152e8d5dc8", "name": "Custom lists returned", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "url": { "raw": "{{baseUrl}}/lists", "host": [ "{{baseUrl}}" ], "path": [ "lists" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"lists\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"category\",\n \"description\": \"\",\n \"entryCount\": \"\",\n \"entries\": [\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"mediaType\",\n \"description\": \"\",\n \"entryCount\": \"\",\n \"entries\": [\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"value\": \"\",\n \"description\": \"\"\n }\n ]\n }\n ]\n}", "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-5abdda60-3f63-491b-821b-0b152e8d5dc8" }, { "id": "52677828-5021-4ec8-aff1-67e0493ad6e5", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "JSESSIONID", "value": "" } ], "url": { "raw": "{{baseUrl}}/lists", "host": [ "{{baseUrl}}" ], "path": [ "lists" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-52677828-5021-4ec8-aff1-67e0493ad6e5" } ], "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-f40a0341-0624-4e64-a3fc-73905b5b2181" } ], "id": "094af8d9-9f62-4772-ace0-f825d66bf6bb", "createdAt": "2026-07-28T03:18:59.000Z", "updatedAt": "2026-07-28T03:18:59.000Z", "uid": "35240-094af8d9-9f62-4772-ace0-f825d66bf6bb" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "JSESSIONID", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "mwg-server", "value": "mwg.example.com" }, { "key": "port", "value": "4712" }, { "key": "baseUrl", "value": "https://{{mwg-server}}:{{port}}/Konfigurator/REST/policy" } ] }