{ "info": { "_postman_id": "30ea4a09-2c0a-4a67-bf88-740fd53c4688", "name": "TetraScience Data and AI Cloud Access Groups Agents API", "description": "Programmatic access to the TetraScience Scientific Data and AI Platform \u2014 manage tenants, organizations, users, roles, agents, integrations, pipelines, files, datasets, schemas, and search across the Tetra Data Platform.\n\nContact Support:\n Name: TetraScience", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:10:21.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "lastUpdatedBy": "35240", "uid": "35240-30ea4a09-2c0a-4a67-bf88-740fd53c4688" }, "item": [ { "name": "v1", "item": [ { "name": "agents", "item": [ { "name": "{agentId}", "item": [ { "name": "command-queue", "item": [ { "name": "Enable or disable command queue.", "id": "2a6d5381-4959-4be7-8d35-4d7fdba28b09", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/command-queue", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "command-queue" ], "variable": [ { "id": "779c55d2-6341-461f-9a01-109ee2e3370a", "key": "agentId", "value": "", "description": "(Required) The ID of the agent." } ] }, "description": "Use this endpoint to enable or disable the command queue of an agent." }, "response": [ { "id": "da823792-c5bd-422d-a35a-894de77ff2a9", "name": "Successful response with updated command queue details", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/command-queue", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "command-queue" ], "variable": [ { "key": "agentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"enabled\": \"\",\n \"name\": \"\",\n \"visibilityTimeout\": \"\"\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-da823792-c5bd-422d-a35a-894de77ff2a9" }, { "id": "7902895d-4955-4166-85e8-e92e7e33ecd7", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/command-queue", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "command-queue" ], "variable": [ { "key": "agentId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-7902895d-4955-4166-85e8-e92e7e33ecd7" } ], "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-2a6d5381-4959-4be7-8d35-4d7fdba28b09" }, { "name": "Get command queue", "id": "51c7c456-3d0d-40c8-99ef-230e0925d9a2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/command-queue", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "command-queue" ], "variable": [ { "id": "2a1f2ef8-6e36-428f-bc7b-2eea9f801048", "key": "agentId", "value": "", "description": "(Required) The ID of the agent" } ] }, "description": "Use this endpoint to get details about the command queue of an agent" }, "response": [ { "id": "7631bb72-4478-45ad-b89a-026987ffb7fa", "name": "Successful response with command queue details", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/command-queue", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "command-queue" ], "variable": [ { "key": "agentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"enabled\": \"\",\n \"name\": \"\",\n \"visibilityTimeout\": \"\"\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-7631bb72-4478-45ad-b89a-026987ffb7fa" }, { "id": "82703f64-1c10-4dd1-9df1-3d9721a4c85a", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/command-queue", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "command-queue" ], "variable": [ { "key": "agentId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": \"\",\n \"error\": \"\",\n \"message\": \"\",\n \"validation\": [\n {\n \"message\": \"\"\n },\n {\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-82703f64-1c10-4dd1-9df1-3d9721a4c85a" }, { "id": "79338757-3847-4563-be7e-46b149b24fbe", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/command-queue", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "command-queue" ], "variable": [ { "key": "agentId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-79338757-3847-4563-be7e-46b149b24fbe" } ], "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-51c7c456-3d0d-40c8-99ef-230e0925d9a2" } ], "id": "ecdeb8f1-7d1a-49de-aba6-df2065462d43", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-ecdeb8f1-7d1a-49de-aba6-df2065462d43" }, { "name": "enabled", "item": [ { "name": "Enable or disable an agent", "id": "3106581e-ecc4-4abd-a0ef-c03400dd3461", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/enabled", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "enabled" ], "variable": [ { "id": "2c80c04a-79ae-4dda-916d-1071e63262ba", "key": "agentId", "value": "", "description": "(Required) The ID of the agent." } ] }, "description": "Use this endpoint to enable or disable an agent" }, "response": [ { "id": "1c3fadbd-0b1e-4a49-9ec7-aeb52a3fabec", "name": "Agent isEnabled property updated successfully", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/enabled", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "enabled" ], "variable": [ { "key": "agentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-1c3fadbd-0b1e-4a49-9ec7-aeb52a3fabec" } ], "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-3106581e-ecc4-4abd-a0ef-c03400dd3461" } ], "id": "501e9c30-cb1d-41d6-9c46-a19167f11ee5", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-501e9c30-cb1d-41d6-9c46-a19167f11ee5" }, { "name": "configuration", "item": [ { "name": "list", "item": [ { "name": "Get File-Log agent configuration list", "id": "99cbba1f-7bdc-4f88-9d49-f886b682cdb1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/configuration/list?page=1&size=10&by=all&status=all&order=desc", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "configuration", "list" ], "query": [ { "description": "Page number", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "size", "value": "10" }, { "description": "Filter by agent config type", "key": "by", "value": "all" }, { "description": "Filter by agent config by its command status", "key": "status", "value": "all" }, { "description": "Sorting order by creation date", "key": "order", "value": "desc" } ], "variable": [ { "id": "8b1114cb-3294-4264-becf-29de474c49f6", "key": "agentId", "value": "", "description": "(Required) Agent ID" } ] }, "description": "Use this endpoint to get the past configurations of a File-Log agent" }, "response": [ { "id": "767ec18c-d6ff-46cf-ae0c-837937f5bbc9", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/configuration/list?page=1&size=10&by=all&status=all&order=desc", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "configuration", "list" ], "query": [ { "description": "Page number", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "size", "value": "10" }, { "description": "Filter by agent config type", "key": "by", "value": "all" }, { "description": "Filter by agent config by its command status", "key": "status", "value": "all" }, { "description": "Sorting order by creation date", "key": "order", "value": "desc" } ], "variable": [ { "key": "agentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"page\": \"\",\n \"size\": \"\",\n \"hasNext\": \"\",\n \"hits\": [\n {\n \"id\": \"\",\n \"config\": {\n \"group_user\": {\n \"user_name\": \"\",\n \"password\": \"\"\n },\n \"agent_configuration\": {\n \"s3_direct_upload\": \"\",\n \"receive_commands\": \"\",\n \"destination_id\": \"\",\n \"agent_id\": \"\",\n \"org_slug\": \"\",\n \"Authentication\": \"\",\n \"advanced_setting\": {\n \"heart_beat_interval\": \"\",\n \"agent_log_upload_job_interval\": \"\",\n \"compression_type\": \"Zip\",\n \"retry_limit\": \"\",\n \"tdpApiUrlOverride\": \"\",\n \"validateAwsCertificate\": \"\",\n \"proxyUseCustom\": \"\",\n \"proxyHost\": \"\",\n \"proxyPort\": \"\",\n \"proxyBypassList\": \"\",\n \"proxyUsername\": \"\",\n \"proxyPassword\": \"\",\n \"proxyUseSystem\": \"\"\n }\n },\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Ignore\"\n },\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Ignore\"\n }\n ]\n }\n },\n \"windows_scheduled_task\": {\n \"enabled\": \"\",\n \"time\": \"\"\n }\n },\n \"by\": \"\",\n \"at\": \"\",\n \"commandStatus\": \"\",\n \"commandId\": \"\"\n },\n {\n \"id\": \"\",\n \"config\": {\n \"group_user\": {\n \"user_name\": \"\",\n \"password\": \"\"\n },\n \"agent_configuration\": {\n \"s3_direct_upload\": \"\",\n \"receive_commands\": \"\",\n \"destination_id\": \"\",\n \"agent_id\": \"\",\n \"org_slug\": \"\",\n \"Authentication\": \"\",\n \"advanced_setting\": {\n \"heart_beat_interval\": \"\",\n \"agent_log_upload_job_interval\": \"\",\n \"compression_type\": \"Zip\",\n \"retry_limit\": \"\",\n \"tdpApiUrlOverride\": \"\",\n \"validateAwsCertificate\": \"\",\n \"proxyUseCustom\": \"\",\n \"proxyHost\": \"\",\n \"proxyPort\": \"\",\n \"proxyBypassList\": \"\",\n \"proxyUsername\": \"\",\n \"proxyPassword\": \"\",\n \"proxyUseSystem\": \"\"\n }\n },\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Ignore\"\n },\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Ignore\"\n }\n ]\n }\n },\n \"windows_scheduled_task\": {\n \"enabled\": \"\",\n \"time\": \"\"\n }\n },\n \"by\": \"\",\n \"at\": \"\",\n \"commandStatus\": \"\",\n \"commandId\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-767ec18c-d6ff-46cf-ae0c-837937f5bbc9" } ], "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-99cbba1f-7bdc-4f88-9d49-f886b682cdb1" } ], "id": "847a7966-2bb8-4cdf-95b1-fa29f5f01f6e", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-847a7966-2bb8-4cdf-95b1-fa29f5f01f6e" }, { "name": "Get File-Log agent configuration", "id": "3f228e8a-c8d0-4e62-bda7-04ba8f54a74e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/configuration?type=local", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "configuration" ], "query": [ { "description": "Type of the configuration to be returned, 'cloud' or 'local'. If the parameter is not provided, The endpoint will default to 'local' type.", "key": "type", "value": "local" } ], "variable": [ { "id": "0c2a28e8-bca1-49af-b3ff-c2b0c26dfe6b", "key": "agentId", "value": "", "description": "(Required) Agent ID" } ] }, "description": "Use this endpoint to get the latest configuration, of the type requested, of a File Log Agent" }, "response": [ { "id": "3a909d32-fd4f-43fc-8d9a-bd9abd8db327", "name": "Successful response with the latest agent configuration", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/configuration?type=local", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "configuration" ], "query": [ { "description": "Type of the configuration to be returned, 'cloud' or 'local'. If the parameter is not provided, The endpoint will default to 'local' type.", "key": "type", "value": "local" } ], "variable": [ { "key": "agentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"config\": {\n \"group_user\": {\n \"user_name\": \"\",\n \"password\": \"\"\n },\n \"agent_configuration\": {\n \"s3_direct_upload\": \"\",\n \"receive_commands\": \"\",\n \"destination_id\": \"\",\n \"agent_id\": \"\",\n \"org_slug\": \"\",\n \"Authentication\": \"\",\n \"advanced_setting\": {\n \"heart_beat_interval\": \"\",\n \"agent_log_upload_job_interval\": \"\",\n \"compression_type\": \"Zip\",\n \"retry_limit\": \"\",\n \"tdpApiUrlOverride\": \"\",\n \"validateAwsCertificate\": \"\",\n \"proxyUseCustom\": \"\",\n \"proxyHost\": \"\",\n \"proxyPort\": \"\",\n \"proxyBypassList\": \"\",\n \"proxyUsername\": \"\",\n \"proxyPassword\": \"\",\n \"proxyUseSystem\": \"\"\n }\n },\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Ignore\"\n },\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n }\n ]\n }\n },\n \"windows_scheduled_task\": {\n \"enabled\": \"\",\n \"time\": \"\"\n }\n },\n \"by\": \"\",\n \"at\": \"\",\n \"commandStatus\": \"\",\n \"commandId\": \"\"\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-3a909d32-fd4f-43fc-8d9a-bd9abd8db327" } ], "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-3f228e8a-c8d0-4e62-bda7-04ba8f54a74e" }, { "name": "Remotely configure a running File-Log agent", "id": "1f8f98e0-e96d-4209-9200-a447fecf46a2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n },\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n }\n ]\n }\n },\n \"destination_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "configuration" ], "variable": [ { "id": "eaaa7796-081e-4aa4-8d7e-beb1162a500d", "key": "agentId", "value": "", "description": "(Required) Agent ID" } ] }, "description": "-| This endpoint allows configuration of a running File-Log Agent with paths. The File-Log Agent must be version 4.1.0 or greater, and configured to Receive Commands. Additionally, the Command Queue must be enabled for this Agent on TDP.\nThis will remove any paths not included in the JSON. To preserve existing paths, you must include them each time you POST.\nIf the target's command queue doesn't exist or is not accessible, the API will return a 400 error code and doesn't create the command.\nFor more details, see https://developers.tetrascience.com/docs/configuring-the-file-log-agent-in-the-cloud." }, "response": [ { "id": "6ebe0886-7481-4beb-8e67-054e63bd7772", "name": "Successful response with the id to the command that executed the update", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n },\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n }\n ]\n }\n },\n \"destination_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "configuration" ], "variable": [ { "key": "agentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"commandId\": \"\"\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-6ebe0886-7481-4beb-8e67-054e63bd7772" }, { "id": "dbd48435-148f-4c94-9b34-de3f4d3ea010", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n },\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n }\n ]\n }\n },\n \"destination_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "configuration" ], "variable": [ { "key": "agentId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": 0,\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-dbd48435-148f-4c94-9b34-de3f4d3ea010" }, { "id": "85c99a4f-4c6e-4887-bd7a-5f5a358808a8", "name": "Agent not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n },\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n }\n ]\n }\n },\n \"destination_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "configuration" ], "variable": [ { "key": "agentId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": 0,\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-85c99a4f-4c6e-4887-bd7a-5f5a358808a8" } ], "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-1f8f98e0-e96d-4209-9200-a447fecf46a2" } ], "id": "51cd8c9f-c537-4247-8e66-c20d49a7de82", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-51cd8c9f-c537-4247-8e66-c20d49a7de82" }, { "name": "connector", "item": [ { "name": "Change agent connector", "id": "8e33ba09-a493-4e64-abaf-4f995051e686", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"integrationType\": \"datahub\",\n \"datahubId\": \"\",\n \"integrationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/connector", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "connector" ], "variable": [ { "id": "78a3d21c-0b6b-4d18-af62-2ee3990d6e5e", "key": "agentId", "value": "", "description": "(Required) The ID of the agent." } ] }, "description": "Use this endpoint to change the connector of an agent" }, "response": [ { "id": "4495199c-964e-4fde-a905-7fcdf01602af", "name": "Agent connector updated successfully", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"integrationType\": \"datahub\",\n \"datahubId\": \"\",\n \"integrationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/connector", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "connector" ], "variable": [ { "key": "agentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-4495199c-964e-4fde-a905-7fcdf01602af" } ], "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-8e33ba09-a493-4e64-abaf-4f995051e686" } ], "id": "9421216a-e3d4-41b0-8ada-8f63a6b3b834", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-9421216a-e3d4-41b0-8ada-8f63a6b3b834" }, { "name": "config", "item": [ { "name": "Deprecated - Get File-Log agent configuration", "id": "2fe41f6a-61b7-4f4c-96de-6645c4f7e4b8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/config?type=local", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "config" ], "query": [ { "description": "Type of the configuration to be returned, 'cloud' or 'local'. If this parameter is not provided, the endpoint will default to 'local'.", "key": "type", "value": "local" } ], "variable": [ { "id": "aaab5b00-fb92-47e1-a3d7-6ef81137b811", "key": "agentId", "value": "", "description": "(Required) Agent ID" } ] }, "description": "This endpoint has been deprecated in favor of /v1/agents/{agentId}/configuration. Both endpoints are identical." }, "response": [ { "id": "559adc40-1f36-4b69-88be-f2ac92bda0ea", "name": "Successful response with the latest agent configuration", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/config?type=local", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "config" ], "query": [ { "description": "Type of the configuration to be returned, 'cloud' or 'local'. If this parameter is not provided, the endpoint will default to 'local'.", "key": "type", "value": "local" } ], "variable": [ { "key": "agentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"config\": {\n \"group_user\": {\n \"user_name\": \"\",\n \"password\": \"\"\n },\n \"agent_configuration\": {\n \"s3_direct_upload\": \"\",\n \"receive_commands\": \"\",\n \"destination_id\": \"\",\n \"agent_id\": \"\",\n \"org_slug\": \"\",\n \"Authentication\": \"\",\n \"advanced_setting\": {\n \"heart_beat_interval\": \"\",\n \"agent_log_upload_job_interval\": \"\",\n \"compression_type\": \"Zip\",\n \"retry_limit\": \"\",\n \"tdpApiUrlOverride\": \"\",\n \"validateAwsCertificate\": \"\",\n \"proxyUseCustom\": \"\",\n \"proxyHost\": \"\",\n \"proxyPort\": \"\",\n \"proxyBypassList\": \"\",\n \"proxyUsername\": \"\",\n \"proxyPassword\": \"\",\n \"proxyUseSystem\": \"\"\n }\n },\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Ignore\"\n },\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n }\n ]\n }\n },\n \"windows_scheduled_task\": {\n \"enabled\": \"\",\n \"time\": \"\"\n }\n },\n \"by\": \"\",\n \"at\": \"\",\n \"commandStatus\": \"\",\n \"commandId\": \"\"\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-559adc40-1f36-4b69-88be-f2ac92bda0ea" } ], "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-2fe41f6a-61b7-4f4c-96de-6645c4f7e4b8" }, { "name": "Deprecated - Remotely configure a running File-Log agent", "id": "bcca94b9-40f3-44e7-ad57-ac6daf44d9a1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n },\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n }\n ]\n }\n },\n \"destination_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/config", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "config" ], "variable": [ { "id": "da2b00b3-7c8b-41e8-90fd-315a00b5647d", "key": "agentId", "value": "", "description": "(Required) Agent ID" } ] }, "description": "-| This endpoint has been deprecated in favor of /v1/agents/{agentId}/configuration. Both endpoints are identical." }, "response": [ { "id": "6446dcc9-6fc9-4c5b-8e06-56b35ecde1b4", "name": "Successful response with the id to the command that executed the update", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n },\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n }\n ]\n }\n },\n \"destination_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/config", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "config" ], "variable": [ { "key": "agentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"commandId\": \"\"\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-6446dcc9-6fc9-4c5b-8e06-56b35ecde1b4" }, { "id": "8a9238ed-b599-4e24-a89f-56ed4b879c99", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n },\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n }\n ]\n }\n },\n \"destination_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/config", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "config" ], "variable": [ { "key": "agentId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": 0,\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-8a9238ed-b599-4e24-a89f-56ed4b879c99" }, { "id": "5df22ce9-528e-4114-bc94-98f5f38ac7fe", "name": "Agent not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n },\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n }\n ]\n }\n },\n \"destination_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId/config", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId", "config" ], "variable": [ { "key": "agentId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": 0,\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-5df22ce9-528e-4114-bc94-98f5f38ac7fe" } ], "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-bcca94b9-40f3-44e7-ad57-ac6daf44d9a1" } ], "id": "3c0be356-7309-42b1-abc9-d07fbec633bd", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-3c0be356-7309-42b1-abc9-d07fbec633bd" }, { "name": "Get agent", "id": "bcdcd53a-5135-4691-8c3e-72d13ba41d7c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId" ], "variable": [ { "id": "4326cbbc-4af7-44a4-bd9b-8074c8f3fb1b", "key": "agentId", "value": "", "description": "(Required) The ID of the agent." } ] }, "description": "Use this endpoint to get the details of a single agent." }, "response": [ { "id": "9be49015-2436-40e4-a017-dcd9f842c1ee", "name": "Successful response with agent details", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId" ], "variable": [ { "key": "agentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"sourceType\": \"\",\n \"type\": \"\",\n \"integrationType\": \"\",\n \"integrationId\": \"\",\n \"datahubId\": \"\",\n \"sourceId\": \"\",\n \"isEnabled\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"qui_\": \"sit et velit\"\n },\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"config\": {\n \"group_user\": {\n \"user_name\": \"\",\n \"password\": \"\"\n },\n \"agent_configuration\": {\n \"s3_direct_upload\": \"\",\n \"receive_commands\": \"\",\n \"destination_id\": \"\",\n \"agent_id\": \"\",\n \"org_slug\": \"\",\n \"Authentication\": \"\",\n \"advanced_setting\": {\n \"heart_beat_interval\": \"\",\n \"agent_log_upload_job_interval\": \"\",\n \"compression_type\": \"Zip\",\n \"retry_limit\": \"\",\n \"tdpApiUrlOverride\": \"\",\n \"validateAwsCertificate\": \"\",\n \"proxyUseCustom\": \"\",\n \"proxyHost\": \"\",\n \"proxyPort\": \"\",\n \"proxyBypassList\": \"\",\n \"proxyUsername\": \"\",\n \"proxyPassword\": \"\",\n \"proxyUseSystem\": \"\"\n }\n },\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Ignore\"\n },\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Ignore\"\n }\n ]\n }\n },\n \"windows_scheduled_task\": {\n \"enabled\": \"\",\n \"time\": \"\"\n }\n },\n \"configStatus\": \"\",\n \"configStatusUpdatedAt\": \"\",\n \"configStatusError\": \"\",\n \"configChangedBy\": \"\",\n \"configChangedAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"orgSlug\": \"\",\n \"status\": \"\",\n \"version\": \"\",\n \"liveType\": \"\",\n \"host\": {\n \"ip\": \"\",\n \"name\": \"\"\n },\n \"queue\": {\n \"enabled\": \"\",\n \"name\": \"\",\n \"visibilityTimeout\": \"\"\n }\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-9be49015-2436-40e4-a017-dcd9f842c1ee" } ], "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-bcdcd53a-5135-4691-8c3e-72d13ba41d7c" }, { "name": "Update an agent", "id": "f9327227-0ac5-4698-82a3-7b4a9ab8b66e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"type\": \"user-defined\",\n \"integrationType\": \"api\",\n \"integrationId\": \"\",\n \"description\": \"\",\n \"sourceType\": \"\",\n \"datahubId\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"exercitation_8b\": false,\n \"ut__9\": \"cupidat\"\n },\n \"labels\": {\n \"labelsToAdd\": [\n [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ]\n ],\n \"labelsToDrop\": [\n \"\",\n \"\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId" ], "variable": [ { "id": "fdb1cf25-358f-4959-a0c4-7275ca46d127", "key": "agentId", "value": "", "description": "(Required) The ID of the agent." } ] }, "description": "Use this endpoint to update a single agent" }, "response": [ { "id": "e4c77d78-b95f-460f-80b3-3392c37fef2a", "name": "Successful response with agent details", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"type\": \"user-defined\",\n \"integrationType\": \"api\",\n \"integrationId\": \"\",\n \"description\": \"\",\n \"sourceType\": \"\",\n \"datahubId\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"exercitation_8b\": false,\n \"ut__9\": \"cupidat\"\n },\n \"labels\": {\n \"labelsToAdd\": [\n [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ]\n ],\n \"labelsToDrop\": [\n \"\",\n \"\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId" ], "variable": [ { "key": "agentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"sourceType\": \"\",\n \"type\": \"\",\n \"integrationType\": \"\",\n \"integrationId\": \"\",\n \"datahubId\": \"\",\n \"sourceId\": \"\",\n \"isEnabled\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"qui_\": \"sit et velit\"\n },\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"config\": {\n \"group_user\": {\n \"user_name\": \"\",\n \"password\": \"\"\n },\n \"agent_configuration\": {\n \"s3_direct_upload\": \"\",\n \"receive_commands\": \"\",\n \"destination_id\": \"\",\n \"agent_id\": \"\",\n \"org_slug\": \"\",\n \"Authentication\": \"\",\n \"advanced_setting\": {\n \"heart_beat_interval\": \"\",\n \"agent_log_upload_job_interval\": \"\",\n \"compression_type\": \"Zip\",\n \"retry_limit\": \"\",\n \"tdpApiUrlOverride\": \"\",\n \"validateAwsCertificate\": \"\",\n \"proxyUseCustom\": \"\",\n \"proxyHost\": \"\",\n \"proxyPort\": \"\",\n \"proxyBypassList\": \"\",\n \"proxyUsername\": \"\",\n \"proxyPassword\": \"\",\n \"proxyUseSystem\": \"\"\n }\n },\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Ignore\"\n },\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Minutes\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Ignore\"\n }\n ]\n }\n },\n \"windows_scheduled_task\": {\n \"enabled\": \"\",\n \"time\": \"\"\n }\n },\n \"configStatus\": \"\",\n \"configStatusUpdatedAt\": \"\",\n \"configStatusError\": \"\",\n \"configChangedBy\": \"\",\n \"configChangedAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"orgSlug\": \"\",\n \"status\": \"\",\n \"version\": \"\",\n \"liveType\": \"\",\n \"host\": {\n \"ip\": \"\",\n \"name\": \"\"\n },\n \"queue\": {\n \"enabled\": \"\",\n \"name\": \"\",\n \"visibilityTimeout\": \"\"\n }\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-e4c77d78-b95f-460f-80b3-3392c37fef2a" }, { "id": "1b2b5f39-8774-476b-a186-02f32bb98190", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"type\": \"user-defined\",\n \"integrationType\": \"api\",\n \"integrationId\": \"\",\n \"description\": \"\",\n \"sourceType\": \"\",\n \"datahubId\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"exercitation_8b\": false,\n \"ut__9\": \"cupidat\"\n },\n \"labels\": {\n \"labelsToAdd\": [\n [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ]\n ],\n \"labelsToDrop\": [\n \"\",\n \"\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents", ":agentId" ], "variable": [ { "key": "agentId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-1b2b5f39-8774-476b-a186-02f32bb98190" } ], "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-f9327227-0ac5-4698-82a3-7b4a9ab8b66e" } ], "id": "d811c94d-dc1b-442a-9549-6932c615600a", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-d811c94d-dc1b-442a-9549-6932c615600a" }, { "name": "Create an agent", "id": "2fc427ad-1512-4012-8b32-303ed5159a85", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"type\": \"unicorn\",\n \"integrationType\": \"api\",\n \"integrationId\": \"\",\n \"description\": \"\",\n \"sourceType\": \"\",\n \"datahubId\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"labore7\": \"qui dolor\"\n },\n \"labels\": {\n \"labelsToAdd\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents" ] }, "description": "Use this endpoint to create a new agent." }, "response": [ { "id": "5db97af6-2334-48f8-9b77-2b2a94fc1260", "name": "Successful response with agent details", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"type\": \"unicorn\",\n \"integrationType\": \"api\",\n \"integrationId\": \"\",\n \"description\": \"\",\n \"sourceType\": \"\",\n \"datahubId\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"labore7\": \"qui dolor\"\n },\n \"labels\": {\n \"labelsToAdd\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"sourceType\": \"\",\n \"type\": \"\",\n \"integrationType\": \"\",\n \"integrationId\": \"\",\n \"datahubId\": \"\",\n \"sourceId\": \"\",\n \"isEnabled\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"incididunt8c\": \"do irure ut\",\n \"consequat_9a\": false\n },\n \"config\": {\n \"group_user\": {\n \"user_name\": \"\",\n \"password\": \"\"\n },\n \"agent_configuration\": {\n \"s3_direct_upload\": \"\",\n \"receive_commands\": \"\",\n \"destination_id\": \"\",\n \"agent_id\": \"\",\n \"org_slug\": \"\",\n \"Authentication\": \"\",\n \"advanced_setting\": {\n \"heart_beat_interval\": \"\",\n \"agent_log_upload_job_interval\": \"\",\n \"compression_type\": \"Zip\",\n \"retry_limit\": \"\",\n \"tdpApiUrlOverride\": \"\",\n \"validateAwsCertificate\": \"\",\n \"proxyUseCustom\": \"\",\n \"proxyHost\": \"\",\n \"proxyPort\": \"\",\n \"proxyBypassList\": \"\",\n \"proxyUsername\": \"\",\n \"proxyPassword\": \"\",\n \"proxyUseSystem\": \"\"\n }\n },\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n },\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n }\n ]\n }\n },\n \"windows_scheduled_task\": {\n \"enabled\": \"\",\n \"time\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-5db97af6-2334-48f8-9b77-2b2a94fc1260" }, { "id": "98ab0929-9f56-4160-8fd5-9ceba361fea3", "name": "Bad Request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"type\": \"unicorn\",\n \"integrationType\": \"api\",\n \"integrationId\": \"\",\n \"description\": \"\",\n \"sourceType\": \"\",\n \"datahubId\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"labore7\": \"qui dolor\"\n },\n \"labels\": {\n \"labelsToAdd\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/agents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"statusCode\": \"\",\n \"error\": \"\",\n \"message\": \"\",\n \"validation\": [\n {\n \"message\": \"\"\n },\n {\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-98ab0929-9f56-4160-8fd5-9ceba361fea3" } ], "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-2fc427ad-1512-4012-8b32-303ed5159a85" }, { "name": "Get agents", "id": "670bc622-bf1d-43e0-9152-99218f396bf9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/agents?include=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents" ], "query": [ { "description": "Each agent returned will include its associated labels when the value is 'labels'. Otherwise this parameter is ignored", "key": "include", "value": "" } ] }, "description": "Use this endpoint to get a list of agents." }, "response": [ { "id": "6b4e4310-0f37-497f-8b69-c8db617471ab", "name": "Successful response with a list of all agents.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ts-auth-token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/agents?include=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "agents" ], "query": [ { "description": "Each agent returned will include its associated labels when the value is 'labels'. Otherwise this parameter is ignored", "key": "include", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"sourceType\": \"\",\n \"type\": \"\",\n \"integrationType\": \"\",\n \"integrationId\": \"\",\n \"datahubId\": \"\",\n \"sourceId\": \"\",\n \"isEnabled\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"aute_232\": \"Lorem officia tempor\"\n },\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"config\": {\n \"group_user\": {\n \"user_name\": \"\",\n \"password\": \"\"\n },\n \"agent_configuration\": {\n \"s3_direct_upload\": \"\",\n \"receive_commands\": \"\",\n \"destination_id\": \"\",\n \"agent_id\": \"\",\n \"org_slug\": \"\",\n \"Authentication\": \"\",\n \"advanced_setting\": {\n \"heart_beat_interval\": \"\",\n \"agent_log_upload_job_interval\": \"\",\n \"compression_type\": \"SevenZip\",\n \"retry_limit\": \"\",\n \"tdpApiUrlOverride\": \"\",\n \"validateAwsCertificate\": \"\",\n \"proxyUseCustom\": \"\",\n \"proxyHost\": \"\",\n \"proxyPort\": \"\",\n \"proxyBypassList\": \"\",\n \"proxyUsername\": \"\",\n \"proxyPassword\": \"\",\n \"proxyUseSystem\": \"\"\n }\n },\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n },\n {\n \"file_watch_mode\": \"folder\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n }\n ]\n }\n },\n \"windows_scheduled_task\": {\n \"enabled\": \"\",\n \"time\": \"\"\n }\n },\n \"configStatus\": \"\",\n \"configStatusUpdatedAt\": \"\",\n \"configStatusError\": \"\",\n \"configChangedBy\": \"\",\n \"configChangedAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"orgSlug\": \"\",\n \"status\": \"\",\n \"version\": \"\",\n \"liveType\": \"\",\n \"host\": {\n \"ip\": \"\",\n \"name\": \"\"\n },\n \"queue\": {\n \"enabled\": \"\",\n \"name\": \"\",\n \"visibilityTimeout\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"sourceType\": \"\",\n \"type\": \"\",\n \"integrationType\": \"\",\n \"integrationId\": \"\",\n \"datahubId\": \"\",\n \"sourceId\": \"\",\n \"isEnabled\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"metadata\": {\n \"sintc\": 98497715.86902893,\n \"minim_dc\": \"sint elit\",\n \"do690\": \"nostrud\"\n },\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"config\": {\n \"group_user\": {\n \"user_name\": \"\",\n \"password\": \"\"\n },\n \"agent_configuration\": {\n \"s3_direct_upload\": \"\",\n \"receive_commands\": \"\",\n \"destination_id\": \"\",\n \"agent_id\": \"\",\n \"org_slug\": \"\",\n \"Authentication\": \"\",\n \"advanced_setting\": {\n \"heart_beat_interval\": \"\",\n \"agent_log_upload_job_interval\": \"\",\n \"compression_type\": \"Zip\",\n \"retry_limit\": \"\",\n \"tdpApiUrlOverride\": \"\",\n \"validateAwsCertificate\": \"\",\n \"proxyUseCustom\": \"\",\n \"proxyHost\": \"\",\n \"proxyPort\": \"\",\n \"proxyBypassList\": \"\",\n \"proxyUsername\": \"\",\n \"proxyPassword\": \"\",\n \"proxyUseSystem\": \"\"\n }\n },\n \"services_enabled\": [\n \"fileWatcher\",\n \"fileWatcher\"\n ],\n \"services_configuration\": {\n \"fileWatcher\": {\n \"use_path_configuration\": \"\",\n \"paths\": [\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n },\n {\n \"file_watch_mode\": \"file\",\n \"source_type\": \"\",\n \"interval\": \"\",\n \"start_date\": \"\",\n \"path\": \"\",\n \"patterns\": [\n \"\",\n \"\"\n ],\n \"metadata\": {},\n \"tags\": \"\",\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"archive\": {\n \"path\": \"\",\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Hours\",\n \"archive_without_checksum\": \"\",\n \"dry_run\": \"\",\n \"delete\": {\n \"wait_time\": \"\",\n \"wait_time_unit\": \"Days\"\n }\n },\n \"fetch_os_created_user\": \"\",\n \"symlink_behavior\": \"Legacy\"\n }\n ]\n }\n },\n \"windows_scheduled_task\": {\n \"enabled\": \"\",\n \"time\": \"\"\n }\n },\n \"configStatus\": \"\",\n \"configStatusUpdatedAt\": \"\",\n \"configStatusError\": \"\",\n \"configChangedBy\": \"\",\n \"configChangedAt\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"orgSlug\": \"\",\n \"status\": \"\",\n \"version\": \"\",\n \"liveType\": \"\",\n \"host\": {\n \"ip\": \"\",\n \"name\": \"\"\n },\n \"queue\": {\n \"enabled\": \"\",\n \"name\": \"\",\n \"visibilityTimeout\": \"\"\n }\n }\n]", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-6b4e4310-0f37-497f-8b69-c8db617471ab" } ], "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-670bc622-bf1d-43e0-9152-99218f396bf9" } ], "id": "1bc16b04-735c-42ae-9d75-0454c406197b", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-1bc16b04-735c-42ae-9d75-0454c406197b" } ], "id": "3e157ab1-9fec-4220-a4c9-3ce32ca0266d", "createdAt": "2026-07-28T03:10:22.000Z", "updatedAt": "2026-07-28T03:10:22.000Z", "uid": "35240-3e157ab1-9fec-4220-a4c9-3ce32ca0266d" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "ts-auth-token", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.tetrascience.com" } ] }