{"info":{"_postman_id":"c7d10af2-a53f-4dd5-afca-9669e974b552","name":"SE ACC API","description":"<html><head></head><body><p>The ACC provides access to basic functionality through an API.</p>\n<p>Authentication</p>\n<p>The API requires authentication which must be configured in the ACC Web Portal. You must add an access token to a user account in the ACC, and then use this access token in all API calls. We recommend you create a dedicated user account for API access.</p>\n<p>Follow these steps to create an API access token. Only administrators can create access tokens.</p>\n<ol>\n<li>Open the Users page and select API Access in the context menu for the user you want to give API access.</li>\n<li>Click Add Access Token and create a new token. A date can be specified as to when the Access Token will expire.</li>\n<li>Copy the access token from the list or select Copy to Clipboard from the context menu.</li>\n</ol>\n<p>The authentication token must be added to every API request headers.The following request shows how the access token is added to the Authorization header.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /api/agent?agentPath=sequentum/Test2/quick HTTP/1.1\nHost: acc.sequentum.com\nAuthorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9uYW1laWRlbnRpZmllciI6IlJvb3QiLCJTdGFtcCI6ImNjOWNiN2JhLWM0ZjItNGM0NS05ODY4LTMxM2Y5ZDRmZjhkZiIsIm5iZiI6MTU1ODQwNTI4NiwiZXhwIjoxNTkwMDI3NjgxLCJpc3MiOiJTZXF1ZW50dW0iLCJhdWQiOiJDb250ZW50IEdyYWJiZXIifQ.2pFQY9Ag8jndcL4jBSVLm_rhsZpmXXS8nn_crqXZ85c\nUser-Agent: PostmanRuntime/7.13.0\nAccept: */*\nCache-Control: no-cache\nAccept-encoding: gzip, deflate\nConnection: keep-alive\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7026305","collectionId":"c7d10af2-a53f-4dd5-afca-9669e974b552","publishedId":"S1TPcgmg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-05-23T20:16:03.000Z"},"item":[{"name":"GetAgentDetails","id":"e723e31a-099b-4d59-93bb-548c69f200f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"api/agent?agentPath={agentPath}","description":"<p>Return information about an agent's Id, name, directory Id, and description in the ACC Repository. The agentPath is a full path to an agent.</p>\n<p>This API call is often the first call you'll make, so you can get the Agent ID which is used in many of the other API calls.</p>\n","urlObject":{"path":["agent"],"host":["api"],"query":[{"description":{"content":"<p>The agentPath is a full path to an agent</p>\n","type":"text/plain"},"key":"agentPath","value":"{agentPath}"}],"variable":[]}},"response":[{"id":"7dd51d18-16c2-4136-a119-7688c86b5157","name":"GetAgentDetails","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://acc.sequentum.com/api/agent?agentPath=sequentum/Test2/quick","protocol":"https","host":["acc","sequentum","com"],"path":["api","agent"],"query":[{"key":"agentPath","value":"sequentum/Test2/quick","description":"The agentPath is a full path to an agent"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n \"agentId\": \"a2f22850-7c88-4e05-a30a-004aa980ee6c\",\r\n \"name\": \"quick\",\r\n \"directoryId\": \"45e52cf1-b2a1-4f37-b670-4582c08a8df8\",\r\n \"description\": null\r\n}"}],"_postman_id":"e723e31a-099b-4d59-93bb-548c69f200f2"},{"name":"StartAgent","id":"6960f3a3-b4a6-4eb1-bbc8-95192c3a8695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"agentId","value":"agentId","description":"<p>The ID of the agent to start.</p>\n","type":"text"},{"key":"sessionId","value":"sessionId","description":"<p>(optional - default value is empty) - The session ID to start. The agent must support sessions.</p>\n","type":"text"},{"key":"logLevel","value":"0|1|2|3","description":"<p>(optional - default value is 1) - The log detail level. 0 means no logging and 3 is the highest detail level.</p>\n","type":"text"},{"key":"isProductionRun","value":"true|false","description":"<p>(optional - default value is true) - Data delivery and email notifications are turned off for non-production runs.</p>\n","type":"text"},{"key":"inputParameters","value":"name/value pairs","description":"<p>(optional - default value is an empty list) - name/value pairs to use as agent input parameters.</p>\n","type":"text"},{"key":"inputFiles","value":"inputFiles","description":"<p>inputFiles (optional - default value is an empty list) - Input files to use for this run. The input files must have been previously uploaded. Input files are provided to the agent as input parameters with the names \"input_file_1\", \"input_file_2\", ...</p>\n<p>Note: The agent needs to be configured with the recommended changes below so that the agent can accept any newly uploaded files and use the newly uploaded file inputs in the agent data provider command.</p>\n<p>When an input CSV/txt file is used, add an Input Parameter named \"input_file_1\" with a path to the input file. Then, on the data provider command, use [input_file_1] as the CSV input file path. The square brackets instruct the data provider to look for the file path in the specified input parameter.</p>\n","type":"text"},{"key":"isDeleteInputFilesOnCompleted","value":"isDeleteInputFilesOnCompleted","description":"<p>(optional - default value is false) - Deletes the specified input files when the agent run has completed successfully or has been manually set to failed.</p>\n","type":"text"},{"key":"useMultipleSessions","value":"useMultipleSessions","description":"<p>(optional - default value is false) - Automatically starts new sessions, allowing multiple instances of the same agent to run simultaneously. The sessionId must be empty, and the agent must be configured to support multiple sessions. The agent should be configured to keep sessions for a long period of time by setting the agent property Remove Session to On Timeout and the property Default Session Timeout to a large value, such as 10800 minutes (one week). A value of 10800 minutes will give you one week to rerun or retry the agent run before the session is deleted. A session is reused by the ACC once the agent run has succeeded or has manually been set to failed.</p>\n","type":"text"},{"key":"isSynchronous","value":"isSynchronous","description":"<p>(optional - default value is false) - If true, the call will not return before the run has completed.</p>\n","type":"text"},{"key":"synchronousTimeout","value":"synchronousTimeout","description":"<p>(optional - default value is 60) - The maximum number of seconds an agent is allowed to run synchronously before the agent is stopped and the call returns. The default value is 60.</p>\n","type":"text"},{"key":"synchronousDataDelivery","value":"synchronousDataDelivery","description":"<p>(optional - default value is None) - Specifies if this call returns extracted data when run asynchronously. The value can be None, Plain or Zip. The agent run IDs will be returned as normal when this option is set to None. Plain text data will be returned when the option is set to Plain. When returning plain text, only data from the first data file will be returned when an agent exports more than one data file. A ZIP file with ALL data files will be returned when this option i set to Zip.</p>\n","type":"text"}]},"url":"api/agent/{agentId}/cluster/start","description":"<p>Starts an agent run on the cluster where the agent is deployed.</p>\n","urlObject":{"path":["agent","{agentId}","cluster","start"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"99280c0b-5002-4d92-9f17-26ac0f159d03","name":"StartAgent","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"logLevel\":1, \"isProductionRun\": true, \r\n\"inputParameters\": \"{\\\"input1\\\":\\\"my input 1\\\",\\\"input2\\\":\\\"my input 2\\\"}\"}"},"url":"http://acc.sequentum.com/api/agent/a2f22850-7c88-4e05-a30a-004aa980ee6c/cluster/start"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"agentRunHistoryIds\": [\"a2f6782850-7c89-4e05-a30a-034aa980ee6c\"]}"}],"_postman_id":"6960f3a3-b4a6-4eb1-bbc8-95192c3a8695"},{"name":"RestartRun","id":"71a9138e-4733-4cfd-b2da-4a4b4d96801e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"api/run/{agentRunHistoryId}/restart","description":"<p>Restarts a specific agent run.</p>\n","urlObject":{"path":["run","{agentRunHistoryId}","restart"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"297896e1-5698-4e4c-94f5-9cba316f64cc","name":"RestartRun","originalRequest":{"method":"POST","header":[],"url":"https://acc.sequentum.com/api/run/9040f86d-bbc1-4038-9868-501145cc2370/restart"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"71a9138e-4733-4cfd-b2da-4a4b4d96801e"},{"name":"RetryRun","id":"a582ca5c-5e29-4998-9bbf-c642e958e0a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"api/run/{agentRunHistoryId}/retry","description":"<p>Retries errors for a specific agent run.</p>\n","urlObject":{"path":["run","{agentRunHistoryId}","retry"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"a57dc901-f17e-4c0a-9230-73defe440164","name":"RetryRun","originalRequest":{"method":"POST","header":[],"url":"https://acc.sequentum.com/api/run/9040f86d-bbc1-4038-9868-501145cc2370/retry"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a582ca5c-5e29-4998-9bbf-c642e958e0a1"},{"name":"GetAgentRunDetail","id":"7a72f9b7-7b4b-49e6-a02c-1be479539738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"api/run/{agentRunHistoryId}","description":"<p>Returns information about the specified agent run.</p>\n<p>Run status can be one of the following values:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>0 - Never Run\n1 - Starting\n2 - Running\n3 - Delivery\n4 - Succeeded\n5 - Failed\n6 - Stopped\n7 - Failure\n</code></pre>","urlObject":{"path":["run","{agentRunHistoryId}"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"bfb49171-66ca-4093-8978-0769979a00b1","name":"GetAgentRunDetail","originalRequest":{"method":"GET","header":[],"url":"https://acc.sequentum.com/api/run/9040f86d-bbc1-4038-9868-501145cc2370"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"agentRunHistoryId\": \"9040f86d-bbc1-4038-9868-501145cc2370\",\n    \"agentId\": \"a2f22850-7c88-4e05-a30a-004aa980ee6c\",\n    \"sessionId\": null,\n    \"runId\": 0,\n    \"agentJobScheduleId\": null,\n    \"serverIp\": \"127.0.0.1\",\n    \"startTime\": \"2019-05-21T13:52:14.3020127+10:00\",\n    \"endTime\": \"2019-05-21T13:52:23.6568249+10:00\",\n    \"expectedEndTime\": null,\n    \"runTime\": \"00:00:08.9677836\",\n    \"status\": 4,\n    \"successActionCount\": 1,\n    \"dynamicSuccessActionCount\": 1,\n    \"volume\": 25,\n    \"pageLoadCount\": 1,\n    \"requestCount\": 33,\n    \"downloadCount\": 0,\n    \"errors\": 0,\n    \"dataCount\": 1,\n    \"deliveryCount\": 0,\n    \"statusMessage\": \"Completed\",\n    \"logPath\": \"quick-2019_05_21-01_52_14.log\",\n    \"inputParameters\": null,\n    \"logLevel\": 1,\n    \"isWindowLess\": true,\n    \"isProductionRun\": false,\n    \"backupDataExpiry\": null,\n    \"lastUpdated\": \"2019-05-21T13:52:23.656843+10:00\"\n}"}],"_postman_id":"7a72f9b7-7b4b-49e6-a02c-1be479539738"},{"name":"GetAgentRunHistory","id":"322ddc51-7b3a-48b4-b9be-d09b273a5707","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"api/agent/{agentId}/history?count={count}","description":"<p>Returns information about the latest agent runs. Run history includes information about active agent runs. The latest 100 agent runs are returned if count is not specified.</p>\n<p>Run status can be one of the following values:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>0 - Never Run\n1 - Starting\n2 - Running\n3 - Delivery\n4 - Succeeded\n5 - Failed\n6 - Stopped\n</code></pre>","urlObject":{"path":["agent","{agentId}","history"],"host":["api"],"query":[{"description":{"content":"<p>The latest 100 agent runs are returned if count is not specified.</p>\n","type":"text/plain"},"key":"count","value":"{count}"}],"variable":[]}},"response":[{"id":"9b1687f9-490c-44ad-bda6-1391c8e83694","name":"GetAgentRunHistory","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://acc.sequentum.com/api/agent/a2f22850-7c88-4e05-a30a-004aa980ee6c/history?count=1","protocol":"https","host":["acc","sequentum","com"],"path":["api","agent","a2f22850-7c88-4e05-a30a-004aa980ee6c","history"],"query":[{"key":"count","value":"1"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"agentRunHistoryId\": \"9040f86d-bbc1-4038-9868-501145cc2370\",\n        \"agentId\": \"a2f22850-7c88-4e05-a30a-004aa980ee6c\",\n        \"sessionId\": null,\n        \"runId\": 0,\n        \"agentJobScheduleId\": null,\n        \"serverIp\": \"127.0.0.1\",\n        \"startTime\": \"2019-05-21T13:52:14.3020127+10:00\",\n        \"endTime\": \"2019-05-21T13:52:23.6568249+10:00\",\n        \"expectedEndTime\": null,\n        \"runTime\": \"00:00:08.9677836\",\n        \"status\": 4,\n        \"successActionCount\": 1,\n        \"dynamicSuccessActionCount\": 1,\n        \"volume\": 25,\n        \"pageLoadCount\": 1,\n        \"requestCount\": 33,\n        \"downloadCount\": 0,\n        \"errors\": 0,\n        \"dataCount\": 1,\n        \"deliveryCount\": 0,\n        \"statusMessage\": \"Completed\",\n        \"logPath\": \"quick-2019_05_21-01_52_14.log\",\n        \"inputParameters\": null,\n        \"logLevel\": 1,\n        \"isWindowLess\": true,\n        \"isProductionRun\": false,\n        \"backupDataExpiry\": null,\n        \"lastUpdated\": \"2019-05-21T13:52:23.656843+10:00\"\n    }\n]"}],"_postman_id":"322ddc51-7b3a-48b4-b9be-d09b273a5707"},{"name":"StartJob","id":"8065fd1b-ceed-4473-9d79-f24dc9b5f665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"agentId","value":"{agentId}","description":"<p>The ID of the agent to start</p>\n","type":"text"},{"key":"sessionId","value":"{sessionId}","description":"<p>(optional - default value is empty) - The session ID to start. The agent must support sessions.</p>\n","type":"text"},{"key":"logLevel","value":"{logLevel}","description":"<p>(optional - default value is 1) - The log detail level. 0 means no logging and 3 is the highest detail level.</p>\n","type":"text"},{"key":"isProductionRun","value":"{isProductionRun}","description":"<p>(optional - default value is true) - Data delivery and email notifications are turned off for non-production runs.</p>\n","type":"text"},{"key":"inputParameters","value":"{inputParameters}","description":"<p>(optional - default value is an empty list) - name/value pairs to use as agent input parameters.</p>\n","type":"text"},{"key":"inputFiles","value":"{inputFiles}","description":"<p>(optional - default value is an empty list) - Input files to use for this run. The input files must have been previously uploaded. Input files are provided to the agent as input parameters with the names \"input_file_1\", \"input_file_2\", ...</p>\n<p>Note: The agent needs to be configured with the recommended changes below so that the agent can accept any newly uploaded files and use the newly uploaded file inputs in the agent data provider command.</p>\n<p>When an input CSV/txt file is used, add an Input Parameter named \"input_file_1\" with a path to the input file. Then, on the data provider command, use [input_file_1] as the CSV input file path. The square brackets instruct the data provider to look for the file path in the specified input parameter.</p>\n","type":"text"},{"key":"isDeleteInputFilesOnCompleted","value":"{isDeleteInputFilesOnCompleted}","description":"<p>(optional - default value is false) - Deletes the specified input files when the job run has completed successfully or has been manually set to failed.</p>\n","type":"text"}]},"url":"api/job/{agentId}/start","description":"<p>Starts an agent job run. A job keeps track of all runs started by the job, so it's often used together with performance sessions. Multiple job for the same agent cannot run simultaneously.</p>\n","urlObject":{"path":["job","{agentId}","start"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"365225bc-21b9-4a68-84ab-b5a489bc254e","name":"StartJob","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"logLevel\":1, \"isProductionRun\": true, \r\n\"inputParameters\": \"{\\\"input1\\\":\\\"my input 1\\\",\\\"input2\\\":\\\"my input 2\\\"}\"}"},"url":"http://acc.sequentum.com/api/job/a2f22850-7c88-4e05-a30a-004aa980ee6c/start"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"agentJobHistoryId\": \"a2f6782850-7c89-4e05-a30a-034aa980ee6c\", \"jobRunId\":2}"}],"_postman_id":"8065fd1b-ceed-4473-9d79-f24dc9b5f665"},{"name":"GetJobRunDetails","id":"8e175053-eb62-4f35-8fcf-ca6d7ee04e86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"api/job/run/{agentJobHistoryId}","description":"<p>Returns information about the specified job run.</p>\n<p>The job status can be one of the following values:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>0 - Never Run\n1 - In Progress\n2 - In Progress With Failure\n3 - Succeeded\n4 - Failure\n5 - Failed\n</code></pre>","urlObject":{"path":["job","run","{agentJobHistoryId}"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"c0f00dcc-7395-42a3-a602-2d7173e79f32","name":"GetJobRunDetails","originalRequest":{"method":"GET","header":[],"url":"https://acc.sequentum.com/api/job/run/a2f22850-7c88-4e05-a30a-004aa980ee6c"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"agentJobHistoryId\": \"6ef84ec7-d5e6-4a98-bbfa-0b67355a648f\",\n    \"agentId\": \"a2f22850-7c88-4e05-a30a-004aa980ee6c\",\n    \"startTime\": \"2019-05-19T15:55:47.4225218+10:00\",\n    \"endTime\": \"2019-05-19T15:55:58.9723817+10:00\",\n    \"totalSuccessActionCount\": 1,\n    \"totalDynamicSuccessActionCount\": 1,\n    \"totalPageLoadCount\": 1,\n    \"totalRequestCount\": 33,\n    \"totalDownloadCount\": 0,\n    \"totalVolume\": 25,\n    \"totalErrors\": 0,\n    \"totalDataCount\": 1,\n    \"totalDeliveryCount\": 1,\n    \"completedScheduleCount\": 1,\n    \"totalScheduleCount\": 1,\n    \"completedRunCount\": 1,\n    \"totalRunCount\": 1,\n    \"runId\": 3,\n    \"status\": 3,\n    \"agentJobSetting\": null\n}"}],"_postman_id":"8e175053-eb62-4f35-8fcf-ca6d7ee04e86"},{"name":"GetJobRunHistory","id":"6d1ad4ec-fd5a-40cf-b1b0-2b635ef51eab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"api/job/{agentId}/history?count={count}","description":"<p>Returns information about the specified number of latest job runs. Job history includes information about active job runs. The latest 100 job runs are returned if count is not specified.</p>\n<p>Run status can be one of the following values:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>0 - Never Run\n1 - In Progress\n2 - In Progress With Failure\n3 - Succeeded\n4 - Failure\n5 - Failed\n</code></pre>","urlObject":{"path":["job","{agentId}","history"],"host":["api"],"query":[{"key":"count","value":"{count}"}],"variable":[]}},"response":[{"id":"cbceef4b-dd3e-49d1-8727-869a229119a7","name":"GetJobRunHistory","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://acc.sequentum.com/api/job/a2f22850-7c88-4e05-a30a-004aa980ee6c/history?count=2","protocol":"https","host":["acc","sequentum","com"],"path":["api","job","a2f22850-7c88-4e05-a30a-004aa980ee6c","history"],"query":[{"key":"count","value":"2"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"agentJobHistoryId\": \"6ef84ec7-d5e6-4a98-bbfa-0b67355a648f\",\n        \"agentId\": \"a2f22850-7c88-4e05-a30a-004aa980ee6c\",\n        \"startTime\": \"2019-05-19T15:55:47.4225218+10:00\",\n        \"endTime\": \"2019-05-19T15:55:58.9723817+10:00\",\n        \"totalSuccessActionCount\": 1,\n        \"totalDynamicSuccessActionCount\": 1,\n        \"totalPageLoadCount\": 1,\n        \"totalRequestCount\": 33,\n        \"totalDownloadCount\": 0,\n        \"totalVolume\": 25,\n        \"totalErrors\": 0,\n        \"totalDataCount\": 1,\n        \"totalDeliveryCount\": 1,\n        \"completedScheduleCount\": 1,\n        \"totalScheduleCount\": 1,\n        \"completedRunCount\": 1,\n        \"totalRunCount\": 1,\n        \"runId\": 3,\n        \"status\": 3,\n        \"agentJobSetting\": null\n    },\n    {\n        \"agentJobHistoryId\": \"156aba0d-bb4f-4244-96ef-73d89aaa47ec\",\n        \"agentId\": \"a2f22850-7c88-4e05-a30a-004aa980ee6c\",\n        \"startTime\": \"2019-05-16T17:30:17.6996551+10:00\",\n        \"endTime\": \"2019-05-16T17:56:49.4434358+10:00\",\n        \"totalSuccessActionCount\": 1,\n        \"totalDynamicSuccessActionCount\": 1,\n        \"totalPageLoadCount\": 1,\n        \"totalRequestCount\": 31,\n        \"totalDownloadCount\": 0,\n        \"totalVolume\": 25,\n        \"totalErrors\": 0,\n        \"totalDataCount\": 0,\n        \"totalDeliveryCount\": 1,\n        \"completedScheduleCount\": 1,\n        \"totalScheduleCount\": 1,\n        \"completedRunCount\": 1,\n        \"totalRunCount\": 1,\n        \"runId\": 2,\n        \"status\": 3,\n        \"agentJobSetting\": null\n    }\n]"}],"_postman_id":"6d1ad4ec-fd5a-40cf-b1b0-2b635ef51eab"},{"name":"GetAgentRunHistoryForJob","id":"a91eaf71-38f0-44b0-924c-79d28edf7654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"api/agent/{agentId}/run/{runId}/history","description":"<p>Returns information about all agent runs associated with a specific job run.</p>\n<p>The job status can be one of the following values:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>0 - Never Run\n1 - Starting\n2 - Running\n3 - Deliery\n4 - Succeeded\n5 - Failed\n6 - Stopped\n</code></pre>","urlObject":{"path":["agent","{agentId}","run","{runId}","history"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"34c4137e-c7b7-48c8-aef2-d3611c8a20e0","name":"GetAgentRunHistoryForJob","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://acc.sequentum.com/api/agent/a2f22850-7c88-4e05-a30a-004aa980ee6c/run/5/history?count=1","protocol":"https","host":["acc","sequentum","com"],"path":["api","agent","a2f22850-7c88-4e05-a30a-004aa980ee6c","run","5","history"],"query":[{"key":"count","value":"1","description":"The latest 100 job runs are returned if count is not specified."}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"agentRunHistoryId\": \"9040f86d-bbc1-4038-9868-501145cc2370\",\n        \"agentId\": \"a2f22850-7c88-4e05-a30a-004aa980ee6c\",\n        \"sessionId\": null,\n        \"runId\": 0,\n        \"agentJobScheduleId\": null,\n        \"serverIp\": \"127.0.0.1\",\n        \"startTime\": \"2019-05-21T13:52:14.3020127+10:00\",\n        \"endTime\": \"2019-05-21T13:52:23.6568249+10:00\",\n        \"expectedEndTime\": null,\n        \"runTime\": \"00:00:08.9677836\",\n        \"status\": 4,\n        \"successActionCount\": 1,\n        \"dynamicSuccessActionCount\": 1,\n        \"volume\": 25,\n        \"pageLoadCount\": 1,\n        \"requestCount\": 33,\n        \"downloadCount\": 0,\n        \"errors\": 0,\n        \"dataCount\": 1,\n        \"deliveryCount\": 0,\n        \"statusMessage\": \"Completed\",\n        \"logPath\": \"quick-2019_05_21-01_52_14.log\",\n        \"inputParameters\": null,\n        \"logLevel\": 1,\n        \"isWindowLess\": true,\n        \"isProductionRun\": false,\n        \"backupDataExpiry\": null,\n        \"lastUpdated\": \"2019-05-21T13:52:23.656843+10:00\"\n    }\n]"}],"_postman_id":"a91eaf71-38f0-44b0-924c-79d28edf7654"},{"name":"GetJobScheduleJson","id":"48a86bb7-2080-494a-9b34-fd30568dbde3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"api/job/{agentId}/schedules","description":"<p>Returns information about all schedules associated with a Job.</p>\n<p>Schedule status can be one of the following values:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>0 - Waiting\n1 - Running\n2 - Succeeded\n3 - Failed\n</code></pre>","urlObject":{"path":["job","{agentId}","schedules"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"970dc82a-d7d4-4830-ba59-b2a08a0b4883","name":"GetJobSchedule","originalRequest":{"method":"GET","header":[],"url":"https://acc.sequentum.com/api/job/a2f22850-7c88-4e05-a30a-004aa980ee6c/schedules"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"scheduleId\": \"d9c944df-93a7-ea77-f7b7-fa0b9c579917\",\n        \"agentId\": \"a2f22850-7c88-4e05-a30a-004aa980ee6c\",\n        \"cron\": \"0 0 0 1\",\n        \"cronDescription\": \"Runs every day at 3:36:00 PM (AET).\",\n        \"sessionId\": null,\n        \"startTime\": \"2019-05-30T15:36:00\",\n        \"timeZoneId\": \"AUS Eastern Standard Time\",\n        \"nextRunTime\": \"2019-05-30T15:36:00+10:00\",\n        \"inputParameters\": \"{}\",\n        \"logLevel\": 2,\n        \"isWindowless\": true,\n        \"errorMessage\": null,\n        \"scheduleStatus\": 2,\n        \"lastRunTime\": \"2019-05-21T15:26:42.967476+10:00\",\n        \"completedTime\": \"2019-05-21T15:26:52.6831583+10:00\",\n        \"isEnabled\": true\n    }\n]"}],"_postman_id":"48a86bb7-2080-494a-9b34-fd30568dbde3"},{"name":"AddOrUpdateJobSchedule","id":"eae0f155-f240-42c6-9c09-3842ec4143f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"scheduleId","value":"{scheduleId}","description":"<p>The ID of the schedule to add.</p>\n","type":"text"},{"key":"cron","value":"{cron}","description":"<p>The Cron expression which specifies when and how often to run the the schedule. Please read Cron Expressions for more information about Cron syntax.</p>\n","type":"text"},{"key":"startTime","value":"{startTime}","description":"<p>The start date and time of the schedule. Must be in the following format: yyyy-MM-ddTHH:mm:ss</p>\n","type":"text"},{"key":"timeZoneId","value":"{timeZoneId}","description":"<p>The time zone of the schedule. Read List of Time Zones for more details.</p>\n","type":"text"},{"key":"sessionId","value":"{sessionId}","description":"<p>(optional - default value is empty) - The session ID. The agent must support sessions.</p>\n","type":"text"},{"key":"logLevel","value":"{logLevel}","description":"<p>(optional - default value is 1) - The log detail level. 0 means no logging and 3 is the highest detail level.</p>\n","type":"text"},{"key":"inputParameters","value":"{inputParameters}","description":"<p>(optional - default value is an empty list) - name/value pairs to use as agent input parameters.</p>\n","type":"text"},{"key":"isWindowless","value":"{isWindowless}","description":"<p>Specifies whether the schedule will run windowless or not.</p>\n","type":"text"},{"key":"isEnabled","value":"{isEnabled}","description":"<p>Specifies whether the schedule is enabled or not.</p>\n","type":"text"}]},"url":"api/job/{agentId}/schedule","description":"<p>Adds a new job schedule to a specified agent or updates an existing job schedule.</p>\n","urlObject":{"path":["job","{agentId}","schedule"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"ad5a5c31-23a9-4da5-8897-6f5075384684","name":"AddOrUpdateJobSchedule","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"scheduleId\":\"b4cdc56a-2c16-4b1b-a135-b4e687f8bc95\",\r\n\"cron\":\"0 0 0 1\",\"sessionId\":null,\r\n\"startTime\":\"2019-07-16T11:21:20\",\"timeZoneId\":\"AUS Eastern Standard Time\",\r\n\"inputParameters\":\"{\\\"par1\\\":\\\"2000\\\",\\\"par2\\\":\\\"5000\\\"}\",\r\n\"logLevel\":1,\"isWindowless\":true,\"isEnabled\":true}"},"url":"https://acc.sequentum.com/api/job/9040f86d-bbc1-4038-9868-501145cc2370/schedule"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"eae0f155-f240-42c6-9c09-3842ec4143f3"},{"name":"DeleteJobSchedule","id":"9cf64d8c-2447-4ea4-89bc-3dbd03299f50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"api/job/schedule/{scheduleId}","description":"<p>Deletes a specified job schedule.</p>\n","urlObject":{"path":["job","schedule","{scheduleId}"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"f5f23d9a-fc23-40e6-bc52-02ceb94b97f0","name":"DeleteJobSchedule","originalRequest":{"method":"DELETE","header":[],"url":"https://acc.sequentum.com/api/job/schedule/b4cdc56a-2c16-4b1b-a135-b4e687f8bc95"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9cf64d8c-2447-4ea4-89bc-3dbd03299f50"},{"name":"DeleteAllJobSchedules","id":"ade6c5f5-a1b1-44b4-9382-7e8b69620e15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"api/job/schedule/{scheduleId}","description":"<p>Deletes all job schedules from a specified agent.</p>\n","urlObject":{"path":["job","schedule","{scheduleId}"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"a78c3756-60d8-4c8c-aea5-9c5e40549a2d","name":"DeleteAllJobSchedules","originalRequest":{"method":"DELETE","header":[],"url":"https://acc.sequentum.com/api/job/0041d691-49d1-4c48-8c21-654b8e248c12/schedules"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ade6c5f5-a1b1-44b4-9382-7e8b69620e15"},{"name":"StartJobSchedule","id":"b5a58994-a0b4-4833-bb29-de62ea595209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"api/job/schedule/{scheduleId}/start","description":"<p>Starts a specified job schedule.</p>\n","urlObject":{"path":["job","schedule","{scheduleId}","start"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"b69ccd6a-24ad-4fe6-8a09-854ae0293eaa","name":"StartJobSchedule","originalRequest":{"method":"POST","header":[],"url":"https://acc.sequentum.com/api/job/schedule/d9c944df-93a7-ea77-f7b7-fa0b9c579917/start"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b5a58994-a0b4-4833-bb29-de62ea595209"},{"name":"DisableJobSchedule","id":"32cd9e99-8f15-47c3-9fc7-040a344e981c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"api/job/schedule/{scheduleId}/off","description":"<p>Disables a specified job schedule.</p>\n","urlObject":{"path":["job","schedule","{scheduleId}","off"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"4d5affd2-9946-447b-89c4-ca4620d54868","name":"DisableJobSchedule","originalRequest":{"method":"POST","header":[],"url":"https://acc.sequentum.com/api/job/schedule/3a8cc967-1158-e0ca-b1aa-d0f0eecd8d63/off"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"32cd9e99-8f15-47c3-9fc7-040a344e981c"},{"name":"DisableAllJobSchedules","id":"83993c73-a9fe-4f38-afde-74eee5b9b3e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"api/job/{agentId}schedules/off","description":"<p>Disables all job schedules for a specified agent.</p>\n","urlObject":{"path":["job","{agentId}schedules","off"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"836c06fa-9df5-481e-a54f-0dca33693806","name":"DisableAllJobSchedules","originalRequest":{"method":"POST","header":[],"url":"https://acc.sequentum.com/api/job/0041d691-49d1-4c48-8c21-654b8e248c12/schedules/off"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"83993c73-a9fe-4f38-afde-74eee5b9b3e0"},{"name":"EnableJobSchedule","id":"5a093566-78a4-45e2-bc2f-b318031a058b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"api/job/schedule/{scheduleId}/on","description":"<p>Enables a specified job schedule.</p>\n","urlObject":{"path":["job","schedule","{scheduleId}","on"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"48ea11fc-7f26-4dca-a964-ef862267ef0a","name":"EnableJobSchedule","originalRequest":{"method":"POST","header":[],"url":"https://acc.sequentum.com/api/job/schedule/3a8cc967-1158-e0ca-b1aa-d0f0eecd8d63/on"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5a093566-78a4-45e2-bc2f-b318031a058b"},{"name":"EnableAllJobSchedules","id":"cdc4d4a0-4932-490a-b954-db8084a4fceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"api/job/{agentId}schedules/on","description":"<p>Enables all job schedules for a specified agent.</p>\n","urlObject":{"path":["job","{agentId}schedules","on"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"e47a500b-aef1-4bf1-859c-5d1de42008be","name":"EnableAllJobSchedules","originalRequest":{"method":"POST","header":[],"url":"https://acc.sequentum.com/api/job/0041d691-49d1-4c48-8c21-654b8e248c12/schedules/on"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cdc4d4a0-4932-490a-b954-db8084a4fceb"},{"name":"GetLogsSpecificJobRun","id":"b7962441-1f25-4a69-a0c4-7b454841af3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"api/job/run/{jobRunHistoryId}/logs","description":"<p>Returns the log file for a specified agent run. The log file is compressed.</p>\n","urlObject":{"path":["job","run","{jobRunHistoryId}","logs"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"405c14c3-0bc7-4330-83fe-a93e9ed5cfc3","name":"GetLogsSpecificJobRun","originalRequest":{"method":"GET","header":[],"url":"https://acc.sequentum.com/api/job/run/6ef84ec7-d5e6-4a98-bbfa-0b67355a648f/logs"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b7962441-1f25-4a69-a0c4-7b454841af3a"},{"name":"SetStatusLatestJobRun","id":"97ac9e7c-c8ac-4f7a-a654-5d08de7ececd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Sets the specified status on the latest job run</p>\n","key":"status","type":"text","value":"status"}]},"url":"api/job/{agentId}/status","description":"<p>Sets the specified status on the latest job run. The following job statuses are available:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>0 - Never Run\n1 - In Progress\n2 - In Progress With Failure\n3 - Succeeded\n4 - Failure\n5 - Failed\n</code></pre>","urlObject":{"path":["job","{agentId}","status"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"6ef08f28-707b-4b35-9744-2c88230a4965","name":"SetStatusLatestJobRun","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"status\": 5}"},"url":"https://acc.sequentum.com/api/job/schedule/d9c944df-93a7-ea77-f7b7-fa0b9c579917/start"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"97ac9e7c-c8ac-4f7a-a654-5d08de7ececd"},{"name":"GetLogSpecificAgentRun","id":"5d3b7f4a-48b4-4c74-a273-a3992d03278c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"api/run/{agentRunHistoryId}/log","description":"<p>Returns the log file for a specified agent run. The log file is compressed.</p>\n","urlObject":{"path":["run","{agentRunHistoryId}","log"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"ec2c2a7d-f620-4b4e-b8e7-15ac417ee47e","name":"GetLogAgentRun","originalRequest":{"method":"GET","header":[],"url":"https://acc.sequentum.com/api/run/9040f86d-bbc1-4038-9868-501145cc2370/log"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5d3b7f4a-48b4-4c74-a273-a3992d03278c"},{"name":"GetDataSpecificJobRun","id":"bc822639-b6c6-4890-ae83-a463b0ea4367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"api/job/run/{jobRunHistoryId}/backup","description":"<p>Returns data files for the specified job run. The data files are compressed. The agent or CG server must be configured to store backup data.</p>\n","urlObject":{"path":["job","run","{jobRunHistoryId}","backup"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"63948c4e-be15-4815-964d-d9c19b9b0ac5","name":"GetLogLatestAgentRun","originalRequest":{"method":"GET","header":[],"url":"https://acc.sequentum.com/api/job/run/6ef84ec7-d5e6-4a98-bbfa-0b67355a648f/backup"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bc822639-b6c6-4890-ae83-a463b0ea4367"},{"name":"GetDataSpecificAgentRun","id":"bb3fd72d-3cfc-4997-ad29-9cd5b5931bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"api/run/{agentRunId}/backup","description":"<p>Returns data files for a specified agent run. The data files are compressed. The agent or CG server must be configured to store backup data.</p>\n","urlObject":{"path":["run","{agentRunId}","backup"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"1b20c4d7-a8b4-4778-b796-59f39aeb0f6e","name":"GetDataSpecificAgentRun","originalRequest":{"method":"GET","header":[],"url":"https://acc.sequentum.com/api/run/9040f86d-bbc1-4038-9868-501145cc2370/backup"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bb3fd72d-3cfc-4997-ad29-9cd5b5931bb5"},{"name":"AddOrUpdateAgentInputData","id":"0b41f750-ea15-4029-a179-aa7dfbf0384f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"api/input/agent/{agentId}/csv?name={filename}","description":"<p>Adds or updates input data for an agent. Input data will be updated if data with the same name already exists. Otherwise the input data will be added to the agent.</p>\n","urlObject":{"path":["input","agent","{agentId}","csv"],"host":["api"],"query":[{"description":{"content":"<p>The name of the input data. The extension of the file name should be .csv</p>\n","type":"text/plain"},"key":"name","value":"{filename}"}],"variable":[]}},"response":[{"id":"996929b0-40a3-4577-bde2-9e474eef55b5","name":"AddOrUpdateAgentInputData","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/C:/Users/zheng/Desktop/test.csv"}]},"url":{"raw":"https://acc.sequentum.com/api/input/agent/a2f22850-7c88-4e05-a30a-004aa980ee6c/csv?name=input.csv","protocol":"https","host":["acc","sequentum","com"],"path":["api","input","agent","a2f22850-7c88-4e05-a30a-004aa980ee6c","csv"],"query":[{"key":"name","value":"input.csv"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0b41f750-ea15-4029-a179-aa7dfbf0384f"},{"name":"UploadAgentInputFiles","id":"856b1964-8f35-4e7e-a5b8-9c1914a62d15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"api/input/agent/{agentId}/files","description":"<p>Uploads one or more input files for an agent using multipart/form-data formatted file data.</p>\n<p>Zip files are also supported as input files.</p>\n","urlObject":{"path":["input","agent","{agentId}","files"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"1e784787-66eb-4c72-9f2d-153c8074064c","name":"UploadAgentInputFilesZip","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9uYW1laWRlbnRpZmllciI6IlJvb3QiLCJTdGFtcCI6ImNjOWNiN2JhLWM0ZjItNGM0NS05ODY4LTMxM2Y5ZDRmZjhkZiIsIm5iZiI6MTU1ODQwNTI4NiwiZXhwIjoxNTkwMDI3NjgxLCJpc3MiOiJTZXF1ZW50dW0iLCJhdWQiOiJDb250ZW50IEdyYWJiZXIifQ.2pFQY9Ag8jndcL4jBSVLm_rhsZpmXXS8nn_crqXZ85c","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/C:/Users/zheng/Desktop/test3.zip"}]},"url":"http://acc.sequentum.com/api/input/agent/a2f22850-7c88-4e05-a30a-004aa980ee6c/files"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"59ef1265-27d7-4a3a-b0e9-9a42d9e0a10c","name":"UploadAgentInputFilesMultiple","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9uYW1laWRlbnRpZmllciI6IlJvb3QiLCJTdGFtcCI6ImNjOWNiN2JhLWM0ZjItNGM0NS05ODY4LTMxM2Y5ZDRmZjhkZiIsIm5iZiI6MTU1ODQwNTI4NiwiZXhwIjoxNTkwMDI3NjgxLCJpc3MiOiJTZXF1ZW50dW0iLCJhdWQiOiJDb250ZW50IEdyYWJiZXIifQ.2pFQY9Ag8jndcL4jBSVLm_rhsZpmXXS8nn_crqXZ85c","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/C:/Users/zheng/Desktop/test2.csv"},{"key":"file2","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/C:/Users/zheng/Desktop/test3.csv"}]},"url":"http://acc.sequentum.com/api/input/agent/a2f22850-7c88-4e05-a30a-004aa980ee6c/files"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"d6de0455-f3b4-465d-b46a-5bfd93c3f475","name":"UploadAgentInputFiles","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9uYW1laWRlbnRpZmllciI6IlJvb3QiLCJTdGFtcCI6ImNjOWNiN2JhLWM0ZjItNGM0NS05ODY4LTMxM2Y5ZDRmZjhkZiIsIm5iZiI6MTU1ODQwNTI4NiwiZXhwIjoxNTkwMDI3NjgxLCJpc3MiOiJTZXF1ZW50dW0iLCJhdWQiOiJDb250ZW50IEdyYWJiZXIifQ.2pFQY9Ag8jndcL4jBSVLm_rhsZpmXXS8nn_crqXZ85c","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/C:/Users/zheng/Desktop/test.csv"}]},"url":"http://acc.sequentum.com/api/input/agent/a2f22850-7c88-4e05-a30a-004aa980ee6c/files"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"856b1964-8f35-4e7e-a5b8-9c1914a62d15"},{"name":"DeleteAllAgentInputFiles","id":"44ef4a2a-773a-4d2f-b6e6-c9e302f50f51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"api/input/agent/{agentId}","description":"<p>Deletes all input files associated with the specified agent.</p>\n","urlObject":{"path":["input","agent","{agentId}"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"9ddfd143-da7c-46da-9546-5bef7c1411f2","name":"DeleteAllAgentInputFiles","originalRequest":{"method":"DELETE","header":[],"url":"https://acc.sequentum.com/api/input/agent/9040f86d-bbc1-4038-9868-501145cc2370 "},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"44ef4a2a-773a-4d2f-b6e6-c9e302f50f51"},{"name":"DisableAllAgentInputFiles","id":"9ce2e785-99d4-4c38-af1b-beb4ff2bef05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"api/input/agent/{agentId}/disable","description":"<p>Disables all input files associated with the specified agent. Disabled input files are not deployed to the servers running the agent, so are therefore not available to the agent. </p>\n","urlObject":{"path":["input","agent","{agentId}","disable"],"host":["api"],"query":[],"variable":[]}},"response":[{"id":"7dffc8ef-3b30-4b6b-baec-f6e216c454d4","name":"DisableAllAgentInputFiles","originalRequest":{"method":"POST","header":[],"url":"https://acc.sequentum.com/api/input/agent/9040f86d-bbc1-4038-9868-501145cc2370/disable"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9ce2e785-99d4-4c38-af1b-beb4ff2bef05"}],"event":[{"listen":"prerequest","script":{"id":"7b599d33-e7e6-4e18-911b-70f03a4c940b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2256cc67-6499-45b2-b323-b1dfa0b45bf6","type":"text/javascript","exec":[""]}}]}