{"info":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","description":"<html><head></head><body><h2 id=\"clone-systems-scan-api-documentation\">Clone Systems Scan API Documentation</h2>\n<p>The Clone Systems Security Scanning Application Programmers Interface (API) allows third parties to integrate their own<br>applications with Clone Systems security scanning solution. The API functions detailed in this programming reference are available<br>to customers that subscribe to Clone Guard® Security Scanning services.</p>\n<h2 id=\"latest-version\">Latest Version</h2>\n<p>Version: 4.7.3</p>\n<h3 id=\"getting-started\">Getting Started</h3>\n<p>The following sections give you an introduction to the Clone Systems Security Scanning API and show you how to make requests<br>using the API.</p>\n<h3 id=\"available-products\">Available Products</h3>\n<ol>\n<li><p>PCI ASV Scanning</p>\n</li>\n<li><p>Vulnerability Scanning</p>\n</li>\n<li><p>Penetration Testing</p>\n</li>\n<li><p>Darkweb Scanning</p>\n</li>\n</ol>\n<h3 id=\"required-headers\">Required Headers</h3>\n<ul>\n<li><p>Authorization =&gt; Bearer {{TOKEN}}</p>\n</li>\n<li><p>x-api-key' =&gt; {{API_KEY}}</p>\n</li>\n</ul>\n<h3 id=\"get-resources-example-with-curl\">GET resources example with curl</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl --location --request GET '{{api_url}}/v1/scans/' \\\n--header 'x-api-key: {{API_KEY}}' \\\n--header 'Authorization: Bearer {{TOKEN}}'\n\n</code></pre><h3 id=\"authorization\">Authorization</h3>\n<p>There are several authorization methods available . You can use one of the following:</p>\n<h4 id=\"jwt\">JWT</h4>\n<p>After your initial authentication, use the token retrieved on every consecutive API request.</p>\n<h4 id=\"user-access-token\">User Access Token</h4>\n<p>You are able to generate a sticky user access token which you can use in the headers for every request.<br>Generate this token from the portal in Account Generate Access Token.</p>\n<p>'Authorization' =&gt; Basic {{USER_ACCESS_TOKEN}}</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"408983","collectionId":"6ac87e63-d70e-453b-bf12-3816a069504a","publishedId":"SVYkyN5A","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-05-25T21:05:36.000Z"},"item":[{"name":"API Info","item":[{"name":"API Info","id":"2a376539-4f32-4790-a0d0-1bfabb26a2ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{api_url}}","urlObject":{"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a376539-4f32-4790-a0d0-1bfabb26a2ec"}],"id":"02bd0646-d27a-4131-bcc9-b8e1308019a0","_postman_id":"02bd0646-d27a-4131-bcc9-b8e1308019a0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Filters","item":[],"id":"efbb3356-f75d-4b12-8b9f-f6f8483ff544","description":"<h3 id=\"pagination\">Pagination</h3>\n<p><code>page</code>: The number for the page you are requesting. The default value is page 1.</p>\n<p><code>per_page</code>: The number of user records that are returned by the command / per page. The default number of results on a page is 10.</p>\n<h3 id=\"query-filtering\">Query Filtering</h3>\n<p><code>query</code>: Search for specific query results.\n<code>date_range</code>: Search for a date or date range. \nThe date_range must be a string like\n<em>fields</em>: <strong>modified|modification_time, created|creation_time, date</strong>\n<em>example</em>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>created&lt;2017-03-17\ncreated&gt;-1M\nmodified&gt;2017-03-17 AND modified&lt;2017-03-17T23:59\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"978761c8-63d4-4bbf-b812-ec1be694cd9a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"55ea85ec-cced-48f7-b87f-5b5e0ae3e95e","type":"text/javascript","exec":[""]}}],"_postman_id":"efbb3356-f75d-4b12-8b9f-f6f8483ff544","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Errors","item":[],"id":"544eadf1-a787-4a9c-b2d0-74f5d6878c06","description":"<h3 id=\"access\">Access</h3>\n<h5 id=\"invalid-token\">Invalid Token</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"status\": 401,\n    \"error\": \"The access token is invalid\"\n}\n</code></pre><h5 id=\"status-400-unexpected\">Status 400 Unexpected</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"status\": 400,\n    \"status_text\": \"An unexpected error occurred. Please contact from system administrator.\",\n    \"error\": \"An unexpected error occurred. Please contact from system administrator.\"\n}\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"de5b1f78-2709-49e4-a273-daaff6fdee6f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1aaa318c-253a-457e-bdbb-41525f2defef","type":"text/javascript","exec":[""]}}],"_postman_id":"544eadf1-a787-4a9c-b2d0-74f5d6878c06","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Authentication","item":[{"name":"2FA","item":[{"name":"Enable 2FA","id":"c9865c63-3f93-40da-951d-4690bfbfd309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{api_url}}/v1/me/2fa/enable_two_factor?cellphone=&country_code=+1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","me","2fa","enable_two_factor"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>Cell phone number</p>\n","type":"text/plain"},"key":"cellphone","value":""},{"description":{"content":"<p>Country Code</p>\n","type":"text/plain"},"key":"country_code","value":"+1"}],"variable":[]}},"response":[{"id":"1ea75248-e7dc-4521-8d51-dded8b091705","name":"403 Access Denied","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/users?api_auth={{api_auth}}&session_value={{session_value}}","host":["{{api_url}}"],"path":["v1","users"],"query":[{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The unique session assigned to the user when they authenticated."},{"key":"session_value","value":"{{session_value}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 403,\n    \"status_text\": \"You don’t have permissions to access this resource\"\n}"},{"id":"b48a0791-551b-4d62-90ec-bf7a01b0917d","name":"200 Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{api_url}}/v1/me/2fa/enable_two_factor?cellphone=&country_code=+1","host":["{{api_url}}"],"path":["v1","me","2fa","enable_two_factor"],"query":[{"key":"cellphone","value":"","description":"Cell phone number","type":"text"},{"key":"country_code","value":"+1","description":"Country Code","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"Get Users\",\n    \"meta_settings\": {\n        \"whitelabel\": {\n            \"emails\": {\n                \"user_credentials_email\": {\n                    \"active\": \"true\"\n                },\n                \"user_verification_email\": {\n                    \"active\": \"true\"\n                },\n                \"forgot_password_email\": {\n                    \"active\": \"true\"\n                }\n            }\n        }\n    },\n    \"count\": {\n        \"total\": 23\n    },\n    \"pagination\": {\n        \"total_count\": 23,\n        \"total_pages\": 3,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"current_page_results\": 10\n    },\n    \"users\": [\n        {\n            \"user1\": {\n                \"id\": \"f116b786-511f-4f56-8465-2f582970c218\",\n                \"username\": \"user1\",\n                \"owner\": \"super_admin_1\",\n                \"role\": \"User\",\n                \"groups\": [\n                    {\n                        \"Group name 1\": \"ca6b6d88-bf7f-4249-b5bd-771e652cde56\"\n                    }\n                ],\n                \"hosts\": \"\",\n                \"created_at\": \"2016-12-14T10:13:26.000-05:00\",\n                \"first_name\": \"Ben\",\n                \"last_name\": \"DiDio\",\n                \"email\": \"bentest@gmail.com\",\n                \"title\": \"Chief Dog Walker\",\n                \"company_name\": \"Pets For You\",\n                \"url\": \"www.cnn.com\",\n                \"country\": \"USA\",\n                \"address\": \"123 Street\",\n                \"city\": \"Camden\",\n                \"state\": \"New Jersey\",\n                \"zipcode\": \"08003\",\n                \"phone\": \"123-456-7890\",\n                \"mobile_phone\": \"098-765-4321\",\n                \"comment\": \"Test It\",\n                \"ips\": \"12\",\n                \"timezone\": \"US/Eastern\",\n                \"current_sign_in_at\": null,\n                \"current_sign_in_ip\": null,\n                \"last_sign_in_at\": \"2016-12-14T17:45:29.091+02:00\",\n                \"last_sign_in_ip\": \"192.168.4.202\",\n                \"sign_in_count\": 2\n            },\n            \"user2\": {\n                \"id\": \"df04d6a0-989d-45f9-9707-a2fd0c8a622f\",\n                \"username\": \"user2\",\n                \"owner\": \"super_admin_1\",\n                \"role\": \"Admin\",\n                \"groups\": [\n                    {}\n                ],\n                \"hosts\": \"\",\n                \"created_at\": \"2017-03-22T12:36:03.000-04:00\",\n                \"first_name\": \"Ben\",\n                \"last_name\": \"DiDio\",\n                \"email\": \"test1@clone-systems.com\",\n                \"title\": \"\",\n                \"company_name\": null,\n                \"url\": \"\",\n                \"country\": \"\",\n                \"address\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"zipcode\": \"\",\n                \"phone\": \"\",\n                \"mobile_phone\": \"\",\n                \"comment\": \"\",\n                \"ips\": \"10\",\n                \"timezone\": \"UTC\",\n                \"current_sign_in_at\": null,\n                \"current_sign_in_ip\": null,\n                \"last_sign_in_at\": \"2017-03-22T18:36:23.760+02:00\",\n                \"last_sign_in_ip\": \"192.168.4.202\",\n                \"sign_in_count\": 1\n            }\n        }\n    ]\n}"}],"_postman_id":"c9865c63-3f93-40da-951d-4690bfbfd309"},{"name":"Disable 2FA","id":"35771764-a6d0-416e-83bf-56c1391856b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{api_url}}/v1/me/2fa/disable_two_factor?otp_token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","me","2fa","disable_two_factor"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"key":"otp_token","value":null}],"variable":[]}},"response":[{"id":"a5b029eb-6933-42c7-a70e-8f98c92ea05e","name":"200 Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{api_url}}/v1/me/2fa/disable_two_factor?otp_token","host":["{{api_url}}"],"path":["v1","me","2fa","disable_two_factor"],"query":[{"key":"otp_token","value":null,"description":"(Required)","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"Get Users\",\n    \"meta_settings\": {\n        \"whitelabel\": {\n            \"emails\": {\n                \"user_credentials_email\": {\n                    \"active\": \"true\"\n                },\n                \"user_verification_email\": {\n                    \"active\": \"true\"\n                },\n                \"forgot_password_email\": {\n                    \"active\": \"true\"\n                }\n            }\n        }\n    },\n    \"count\": {\n        \"total\": 23\n    },\n    \"pagination\": {\n        \"total_count\": 23,\n        \"total_pages\": 3,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"current_page_results\": 10\n    },\n    \"users\": [\n        {\n            \"user1\": {\n                \"id\": \"f116b786-511f-4f56-8465-2f582970c218\",\n                \"username\": \"user1\",\n                \"owner\": \"super_admin_1\",\n                \"role\": \"User\",\n                \"groups\": [\n                    {\n                        \"Group name 1\": \"ca6b6d88-bf7f-4249-b5bd-771e652cde56\"\n                    }\n                ],\n                \"hosts\": \"\",\n                \"created_at\": \"2016-12-14T10:13:26.000-05:00\",\n                \"first_name\": \"Ben\",\n                \"last_name\": \"DiDio\",\n                \"email\": \"bentest@gmail.com\",\n                \"title\": \"Chief Dog Walker\",\n                \"company_name\": \"Pets For You\",\n                \"url\": \"www.cnn.com\",\n                \"country\": \"USA\",\n                \"address\": \"123 Street\",\n                \"city\": \"Camden\",\n                \"state\": \"New Jersey\",\n                \"zipcode\": \"08003\",\n                \"phone\": \"123-456-7890\",\n                \"mobile_phone\": \"098-765-4321\",\n                \"comment\": \"Test It\",\n                \"ips\": \"12\",\n                \"timezone\": \"US/Eastern\",\n                \"current_sign_in_at\": null,\n                \"current_sign_in_ip\": null,\n                \"last_sign_in_at\": \"2016-12-14T17:45:29.091+02:00\",\n                \"last_sign_in_ip\": \"192.168.4.202\",\n                \"sign_in_count\": 2\n            },\n            \"user2\": {\n                \"id\": \"df04d6a0-989d-45f9-9707-a2fd0c8a622f\",\n                \"username\": \"user2\",\n                \"owner\": \"super_admin_1\",\n                \"role\": \"Admin\",\n                \"groups\": [\n                    {}\n                ],\n                \"hosts\": \"\",\n                \"created_at\": \"2017-03-22T12:36:03.000-04:00\",\n                \"first_name\": \"Ben\",\n                \"last_name\": \"DiDio\",\n                \"email\": \"test1@clone-systems.com\",\n                \"title\": \"\",\n                \"company_name\": null,\n                \"url\": \"\",\n                \"country\": \"\",\n                \"address\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"zipcode\": \"\",\n                \"phone\": \"\",\n                \"mobile_phone\": \"\",\n                \"comment\": \"\",\n                \"ips\": \"10\",\n                \"timezone\": \"UTC\",\n                \"current_sign_in_at\": null,\n                \"current_sign_in_ip\": null,\n                \"last_sign_in_at\": \"2017-03-22T18:36:23.760+02:00\",\n                \"last_sign_in_ip\": \"192.168.4.202\",\n                \"sign_in_count\": 1\n            }\n        }\n    ]\n}"},{"id":"ee92b384-b6cc-4cf6-9cc9-f9fbd518b140","name":"403 Access Denied","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/users?api_auth={{api_auth}}&session_value={{session_value}}","host":["{{api_url}}"],"path":["v1","users"],"query":[{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The unique session assigned to the user when they authenticated."},{"key":"session_value","value":"{{session_value}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 403,\n    \"status_text\": \"You don’t have permissions to access this resource\"\n}"}],"_postman_id":"35771764-a6d0-416e-83bf-56c1391856b1"},{"name":"Verify 2FA Installation","id":"68a71db5-c838-40e2-897f-4f5f3aa9afaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{api_url}}/v1/me/2fa/verify_installation?otp_token=317245","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","me","2fa","verify_installation"],"host":["{{api_url}}"],"query":[{"key":"otp_token","value":"317245"},{"disabled":true,"key":"remember_device","value":null}],"variable":[]}},"response":[{"id":"1e1c0feb-7bca-4df8-ae6b-703e54f0342b","name":"200 Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{api_url}}/v1/me/2fa/verify_installation?otp_token=317245","host":["{{api_url}}"],"path":["v1","me","2fa","verify_installation"],"query":[{"key":"otp_token","value":"317245"},{"key":"remember_device","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"Get Users\",\n    \"meta_settings\": {\n        \"whitelabel\": {\n            \"emails\": {\n                \"user_credentials_email\": {\n                    \"active\": \"true\"\n                },\n                \"user_verification_email\": {\n                    \"active\": \"true\"\n                },\n                \"forgot_password_email\": {\n                    \"active\": \"true\"\n                }\n            }\n        }\n    },\n    \"count\": {\n        \"total\": 23\n    },\n    \"pagination\": {\n        \"total_count\": 23,\n        \"total_pages\": 3,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"current_page_results\": 10\n    },\n    \"users\": [\n        {\n            \"user1\": {\n                \"id\": \"f116b786-511f-4f56-8465-2f582970c218\",\n                \"username\": \"user1\",\n                \"owner\": \"super_admin_1\",\n                \"role\": \"User\",\n                \"groups\": [\n                    {\n                        \"Group name 1\": \"ca6b6d88-bf7f-4249-b5bd-771e652cde56\"\n                    }\n                ],\n                \"hosts\": \"\",\n                \"created_at\": \"2016-12-14T10:13:26.000-05:00\",\n                \"first_name\": \"Ben\",\n                \"last_name\": \"DiDio\",\n                \"email\": \"bentest@gmail.com\",\n                \"title\": \"Chief Dog Walker\",\n                \"company_name\": \"Pets For You\",\n                \"url\": \"www.cnn.com\",\n                \"country\": \"USA\",\n                \"address\": \"123 Street\",\n                \"city\": \"Camden\",\n                \"state\": \"New Jersey\",\n                \"zipcode\": \"08003\",\n                \"phone\": \"123-456-7890\",\n                \"mobile_phone\": \"098-765-4321\",\n                \"comment\": \"Test It\",\n                \"ips\": \"12\",\n                \"timezone\": \"US/Eastern\",\n                \"current_sign_in_at\": null,\n                \"current_sign_in_ip\": null,\n                \"last_sign_in_at\": \"2016-12-14T17:45:29.091+02:00\",\n                \"last_sign_in_ip\": \"192.168.4.202\",\n                \"sign_in_count\": 2\n            },\n            \"user2\": {\n                \"id\": \"df04d6a0-989d-45f9-9707-a2fd0c8a622f\",\n                \"username\": \"user2\",\n                \"owner\": \"super_admin_1\",\n                \"role\": \"Admin\",\n                \"groups\": [\n                    {}\n                ],\n                \"hosts\": \"\",\n                \"created_at\": \"2017-03-22T12:36:03.000-04:00\",\n                \"first_name\": \"Ben\",\n                \"last_name\": \"DiDio\",\n                \"email\": \"test1@clone-systems.com\",\n                \"title\": \"\",\n                \"company_name\": null,\n                \"url\": \"\",\n                \"country\": \"\",\n                \"address\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"zipcode\": \"\",\n                \"phone\": \"\",\n                \"mobile_phone\": \"\",\n                \"comment\": \"\",\n                \"ips\": \"10\",\n                \"timezone\": \"UTC\",\n                \"current_sign_in_at\": null,\n                \"current_sign_in_ip\": null,\n                \"last_sign_in_at\": \"2017-03-22T18:36:23.760+02:00\",\n                \"last_sign_in_ip\": \"192.168.4.202\",\n                \"sign_in_count\": 1\n            }\n        }\n    ]\n}"},{"id":"286dd859-3d1d-4a19-89c0-57bc2dc19ce4","name":"403 Access Denied","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/users?api_auth={{api_auth}}&session_value={{session_value}}","host":["{{api_url}}"],"path":["v1","users"],"query":[{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The unique session assigned to the user when they authenticated."},{"key":"session_value","value":"{{session_value}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 403,\n    \"status_text\": \"You don’t have permissions to access this resource\"\n}"}],"_postman_id":"68a71db5-c838-40e2-897f-4f5f3aa9afaa"},{"name":"Request QR code","id":"8a79be1e-64d5-4ca4-ac84-561961194d79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{api_url}}/v1/me/2fa/request_qr","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","me","2fa","request_qr"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"af000012-5560-4df9-8765-f182a17a5c06","name":"403 Access Denied","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/users?api_auth={{api_auth}}&session_value={{session_value}}","host":["{{api_url}}"],"path":["v1","users"],"query":[{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The unique session assigned to the user when they authenticated."},{"key":"session_value","value":"{{session_value}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 403,\n    \"status_text\": \"You don’t have permissions to access this resource\"\n}"},{"id":"d9dabc81-797f-451d-a8a1-76c499a80f8a","name":"200 Success","originalRequest":{"method":"POST","header":[],"url":"{{api_url}}/v1/me/2fa/request_qr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"Get Users\",\n    \"meta_settings\": {\n        \"whitelabel\": {\n            \"emails\": {\n                \"user_credentials_email\": {\n                    \"active\": \"true\"\n                },\n                \"user_verification_email\": {\n                    \"active\": \"true\"\n                },\n                \"forgot_password_email\": {\n                    \"active\": \"true\"\n                }\n            }\n        }\n    },\n    \"count\": {\n        \"total\": 23\n    },\n    \"pagination\": {\n        \"total_count\": 23,\n        \"total_pages\": 3,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"current_page_results\": 10\n    },\n    \"users\": [\n        {\n            \"user1\": {\n                \"id\": \"f116b786-511f-4f56-8465-2f582970c218\",\n                \"username\": \"user1\",\n                \"owner\": \"super_admin_1\",\n                \"role\": \"User\",\n                \"groups\": [\n                    {\n                        \"Group name 1\": \"ca6b6d88-bf7f-4249-b5bd-771e652cde56\"\n                    }\n                ],\n                \"hosts\": \"\",\n                \"created_at\": \"2016-12-14T10:13:26.000-05:00\",\n                \"first_name\": \"Ben\",\n                \"last_name\": \"DiDio\",\n                \"email\": \"bentest@gmail.com\",\n                \"title\": \"Chief Dog Walker\",\n                \"company_name\": \"Pets For You\",\n                \"url\": \"www.cnn.com\",\n                \"country\": \"USA\",\n                \"address\": \"123 Street\",\n                \"city\": \"Camden\",\n                \"state\": \"New Jersey\",\n                \"zipcode\": \"08003\",\n                \"phone\": \"123-456-7890\",\n                \"mobile_phone\": \"098-765-4321\",\n                \"comment\": \"Test It\",\n                \"ips\": \"12\",\n                \"timezone\": \"US/Eastern\",\n                \"current_sign_in_at\": null,\n                \"current_sign_in_ip\": null,\n                \"last_sign_in_at\": \"2016-12-14T17:45:29.091+02:00\",\n                \"last_sign_in_ip\": \"192.168.4.202\",\n                \"sign_in_count\": 2\n            },\n            \"user2\": {\n                \"id\": \"df04d6a0-989d-45f9-9707-a2fd0c8a622f\",\n                \"username\": \"user2\",\n                \"owner\": \"super_admin_1\",\n                \"role\": \"Admin\",\n                \"groups\": [\n                    {}\n                ],\n                \"hosts\": \"\",\n                \"created_at\": \"2017-03-22T12:36:03.000-04:00\",\n                \"first_name\": \"Ben\",\n                \"last_name\": \"DiDio\",\n                \"email\": \"test1@clone-systems.com\",\n                \"title\": \"\",\n                \"company_name\": null,\n                \"url\": \"\",\n                \"country\": \"\",\n                \"address\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"zipcode\": \"\",\n                \"phone\": \"\",\n                \"mobile_phone\": \"\",\n                \"comment\": \"\",\n                \"ips\": \"10\",\n                \"timezone\": \"UTC\",\n                \"current_sign_in_at\": null,\n                \"current_sign_in_ip\": null,\n                \"last_sign_in_at\": \"2017-03-22T18:36:23.760+02:00\",\n                \"last_sign_in_ip\": \"192.168.4.202\",\n                \"sign_in_count\": 1\n            }\n        }\n    ]\n}"},{"id":"3af92fed-7fb7-4429-b551-f8a4074a1c53","name":"Request QR code","originalRequest":{"method":"POST","header":[],"url":"{{api_url}}/v1/me/2fa/request_qr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"87823d6c-b52c-4ce8-87ba-99f3e2aa313e"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"ETag","value":"W/\"c065c2a8ef6dd661794d54700f2f5805\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"1.673976"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Thu, 27 May 2021 22:47:15 GMT"},{"key":"Set-Cookie","value":"_osdiscover_session=ejhGcDd1cmxjcmZHV1grVCtrTU13MlFxSnU0d01pb3R0RVZUcU9iTWQ0NTJOczhMUTQza2tCUVRkcGx5WDJTd2huNVBVNit5OEpPMDMvVXZOTWJ6NkxzYTBNSHRTY1ZtRm1KTG9ETEs5ei9EVk1RZDhCcTF5K1paVU80alBXSzJhdXRTREVtYVRYRzAvWGVZSUFCcUM4c2FTVkFveExuZFVlNnFOR0QzNnV1SWN6NWJhS1BUb3ZzZkZrTG9mRjlMR0MwTVh6ajZuSGtUTk9YZ1h4VXozaHZORFVDSy9GZFdRS2EvT2p4Qy8wYVFGWC9uTzltVFNvdW1XN3BFd3J3RC0tN0Y2SEFsQUFYd3RqSXRLbnZFZ3JvQT09--0205a0d54151f5fb45a85da95ca7e988a7ff7864; path=/; HttpOnly"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.1"},{"key":"Server","value":"nginx/1.15.8 + Phusion Passenger 6.0.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"issuer\": \"Security Scanning\",\n    \"label\": \"Security Scanning\",\n    \"qr_code\": \"https://s3.amazonaws.com/qr-codes-ID.png\",\n    \"success\": true\n}"}],"_postman_id":"8a79be1e-64d5-4ca4-ac84-561961194d79"},{"name":"Request SMS","event":[{"listen":"test","script":{"id":"53ffdc66-ccdd-42e0-9af8-b7f8e3498396","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"0e087593-516a-47c2-8cff-b1fdf7564c1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{api_url}}/v1/me/2fa/send_sms_otp","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","me","2fa","send_sms_otp"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"cec9a7c3-e9b4-486f-8a8e-b752ef4838ae","name":"200 OK","originalRequest":{"method":"POST","header":[],"url":"{{api_url}}/v1/me/2fa/send_sms_otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"dbc7f6a8-4932-4956-a5f4-b0da44370a2f"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"ETag","value":"W/\"303b713fd38fc5458a41dbef6d02dd1c\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"0.819509"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Thu, 27 May 2021 21:27:01 GMT"},{"key":"Set-Cookie","value":"_osdiscover_session=b2VaNEtJd0hTYmNqM0RwdW0ycGoraFBDNm1jVDlzcWhUeXdhN0kwNmo2N0hWUldlWGVNRytoUjBRRWdibFY5bVpkeEtjVUlWUzNLd3E0UnJjNkJJSlJQWSs1NDI1MnVuczVuNVhzZ0QvWWlxTXE2M3V0Nk1MMWtvdkZ6TC9iWGNrQlEycWpxRWVvVS9nTUorMEk1d0hQNERwcXJXUTlEd1pwRkNzcUt6K2lIVmxZczlqdmhzSXc1SGxnL1I4S2drcDh5bWNweFBKN2kxVzhXTVlhVWpHOU1zdDk5d1BXQmdPbUtMeWJGaUhrYk9OR0lBelQrclVzaThoRnM4LzBSZy0tak1iZ3VRei9UbUNua0ZZQXNoUXo0dz09--f82389deab0802f9ddf9a9a684d234563ac0577c; path=/; HttpOnly"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.1"},{"key":"Server","value":"nginx/1.15.8 + Phusion Passenger 6.0.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"sent\": true,\n    \"message\": \"SMS token was sent\"\n}"}],"_postman_id":"0e087593-516a-47c2-8cff-b1fdf7564c1e"},{"name":"Request phone call","event":[{"listen":"test","script":{"id":"347dfb38-14b0-4f00-b981-f7729687c9a8","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"cebecac5-6d68-4398-b4a4-9d5cef3c18fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{api_url}}/v1/me/2fa/request_phone_call","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","me","2fa","request_phone_call"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"724acf34-56bd-45d0-b6ed-4de14b738e7b","name":"200 OK","originalRequest":{"method":"POST","header":[],"url":"{{api_url}}/v1/me/2fa/request_phone_call"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"d08ad94b-050f-4f74-be44-a7294d905a90"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"ETag","value":"W/\"39a76892fd3141cf63d46f7a6760f5c0\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"0.834284"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Thu, 27 May 2021 21:30:41 GMT"},{"key":"Set-Cookie","value":"_osdiscover_session=R1V4ZlNRejRXZFlhd1d3QStPdktvTzlVL3NYTVZwazhRVXlMQWlET21uS2NHTkJMUDA5UHpUQ0U2Mk5XTEtDOUxJQlJRVmhBQ09WSmQxZk9sWTNGR2NiOWFBbGJwVS8xeFM3ekJkSlB3c2tYSWxTUFFib0M3eG1KeFlYU3ZEMHZKZ1E3eEo4RWlvRmJKeS9hdURWTGorOExZS1FuSzMwKzFuMFRlZTY0dXlpc1pGdnp2UXNHT1hDQXkvYURxcXUwK043aGhZU1RpQlpEdUhrclpBUjJBeXNoeWNhWnhOZUlaMmFNQ3JDc0VqbFdpV3g5ZEZhTTg5Qy9MK0RJUE4yRC0teHhZTDVUZ3FKVk91QjRWK3FlMTFFdz09--a6c80c302bb0147c2643c7128748f66e53112285; path=/; HttpOnly"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.1"},{"key":"Server","value":"nginx/1.15.8 + Phusion Passenger 6.0.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"sent\": true,\n    \"message\": \"Call started...\"\n}"}],"_postman_id":"cebecac5-6d68-4398-b4a4-9d5cef3c18fd"},{"name":"Check 2FA for a user","event":[{"listen":"test","script":{"id":"86683b42-1c7b-4397-bd05-bad16ae8def1","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"c4f1f3fe-0796-41c7-b964-af05f5ab1a02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{api_url}}/v1/check_2fa/?username=","urlObject":{"path":["v1","check_2fa",""],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"key":"username","value":""}],"variable":[]}},"response":[{"id":"94962ddc-c183-4539-8b15-bfedd21b4474","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/check_2fa/?username=","host":["{{api_url}}"],"path":["v1","check_2fa",""],"query":[{"key":"username","value":"","description":"(Required)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"2a54e88962ade11f308584e9b4177c28\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Runtime","value":"0.008138"},{"key":"X-Request-Id","value":"dd794496-03fa-4490-8da0-617c271f9664"},{"key":"Date","value":"Wed, 26 May 2021 15:44:10 GMT"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.1"},{"key":"Server","value":"nginx/1.15.8 + Phusion Passenger 6.0.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"enabled_2fa\": false\n}"}],"_postman_id":"c4f1f3fe-0796-41c7-b964-af05f5ab1a02"}],"id":"b14da666-07c0-46cd-9a00-dd197a1f01c0","_postman_id":"b14da666-07c0-46cd-9a00-dd197a1f01c0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Authenticate with session","event":[{"listen":"prerequest","script":{"id":"257561ee-926c-4252-8904-bcec04d4f5f3","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"37c79d8a-325f-4a3b-84ae-1b74df47c815","exec":["var jsonData = JSON.parse(responseBody);","","var schema = {"," \"status\": \"integer\","," \"status_text\": \"string\","," \"username\": \"string\","," \"role\": \"string\","," \"timezone\": \"string\","," \"session_value\": \"string\","," \"sign_in_count\": \"integer\"","};","","// tests[\"Role is: Super Admin\"] = jsonData.role === 'Super Admin';","tests[\"Status is: 200\"] = jsonData.status === 200;","","// Save success session value","var token = jsonData.token;","if(token != null)","    postman.setEnvironmentVariable(\"session_value\", token);","    postman.setEnvironmentVariable(\"token\", token);","","","","","",""],"type":"text/javascript"}}],"id":"f2581b2c-8f96-4aa0-b51e-042014b3550f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"user[username]","value":"{{username}}","description":"<p>(Required) The username for your Clone Systems account</p>\n","type":"text"},{"key":"user[password]","value":"{{password}}","description":"<p>(Required) The password for your Clone Systems account</p>\n","type":"text"},{"key":"timeout","value":"0","description":"<p>(Optional)  Disables the session timeout. Accepts: 0</p>\n","type":"text"},{"key":"otp_token","value":"874722","description":"<p>(Required for 2FA)</p>\n","type":"text"}]},"url":"{{api_url}}/v1/authenticate/","description":"<p>The Authentication request is used to login a customer to their Clone Guard® Security Scanning portal. Note that authentication\nwith valid Clone Systems account credentials and a unique API authorization code assigned to your company is required for\nmaking Security Scanning API requests. Your session key will be returned and is required for all the calls into the API.</p>\n","urlObject":{"path":["v1","authenticate",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"1e7ed390-3e66-4ba4-a797-76b137e437ae","name":"401 Failure","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/authenticate/?auth_username={{super_admin_user}}&auth_password={{super_admin_pass}}","host":["{{api_url}}"],"path":["v1","authenticate",""],"query":[{"key":"auth_username","value":"{{super_admin_user}}","description":"(Required)"},{"key":"auth_password","value":"{{super_admin_pass}}","description":"(Required)"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Fri, 04 Aug 2017 21:35:56 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"5a71267a9922607f384a985b5f8e915e\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.0","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.28","description":""},{"name":"x-request-id","key":"x-request-id","value":"904d9e70-7a3b-42ce-8be7-d95d0fda5f65","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.017172","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":401,\"status_text\":\"We don't recognize this username or password\"}"},{"id":"31290122-65b5-460b-9ccb-1d004cdf6207","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/authenticate/?auth_username={{username}}&auth_password={{password}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","authenticate",""],"query":[{"key":"auth_username","value":"{{username}}","description":"(Required) The username for your Clone Systems account"},{"key":"auth_password","value":"{{password}}","description":"(Required) The password for your Clone Systems account"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 18 Sep 2018 13:01:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"7f778eef0943f1e8f994d1df89cd6c86\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx/1.12.2 + Phusion Passenger 5.2.3","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"_osdiscover_session=dmZnWVJkUGZJUU5zRDNGeFM3WVNGdStXTWZCOWhTR3dneFIxSnRCOXcvMldaRmQ5RHRxcVZYNGF0UUNyUFJoOXp1V25FTnRhczJlY1c2d1FoMnNMaTNma0JubVg3WVpYNHQyeHl2VW5pN2hZa2dXWmtyUFJURERDTC8zY3JlU2tUS2ozZUw2U1RCOHE3Njk1VUxyWC9GQkVKTEFPUlFzWE1hYWRFaEZWNEVZcjhIaHNWcUF2VXg3UzBoeC81WDBpeVhuRW53bVhpVHZoNVVLaWJiNWRaVnl6VXI4TWpKRklYcGFWVmt5Y2Z3Tm12cENoWnhnNllidjNqY0JveDlrd0kvK3hoSmJGQlN2QXRSR1RKNmFRV3o1QWNCUjI0M05ybnRQK1FIVVZsRVBPU1RSTDZ5NUloR01MNDQ4bHlwREQwZmxQSkkzY3g0aWZXVXJlWU55SVNRPT0tLXp2M1Q3emxtektuQk9hTEZwUTdWV2c9PQ%3D%3D--a16abf304f1dbddb5eff838f5ced8aaa3904386f; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Meta-Request-Version","value":"0.6.0","name":"X-Meta-Request-Version","description":"Custom header"},{"key":"X-Powered-By","value":"Phusion Passenger 5.2.3","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"2416a9ea-8cc9-4611-a1da-2a42abb5da89","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"1.632077","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"dmZnWVJkUGZJUU5zRDNGeFM3WVNGdStXTWZCOWhTR3dneFIxSnRCOXcvMldaRmQ5RHRxcVZYNGF0UUNyUFJoOXp1V25FTnRhczJlY1c2d1FoMnNMaTNma0JubVg3WVpYNHQyeHl2VW5pN2hZa2dXWmtyUFJURERDTC8zY3JlU2tUS2ozZUw2U1RCOHE3Njk1VUxyWC9GQkVKTEFPUlFzWE1hYWRFaEZWNEVZcjhIaHNWcUF2VXg3UzBoeC81WDBpeVhuRW53bVhpVHZoNVVLaWJiNWRaVnl6VXI4TWpKRklYcGFWVmt5Y2Z3Tm12cENoWnhnNllidjNqY0JveDlrd0kvK3hoSmJGQlN2QXRSR1RKNmFRV3o1QWNCUjI0M05ybnRQK1FIVVZsRVBPU1RSTDZ5NUloR01MNDQ4bHlwREQwZmxQSkkzY3g0aWZXVXJlWU55SVNRPT0tLXp2M1Q3emxtektuQk9hTEZwUTdWV2c9PQ%3D%3D--a16abf304f1dbddb5eff838f5ced8aaa3904386f","key":"_osdiscover_session"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"p%3Dt","key":"__profilin"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"POST","key":"request_method"}],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"OK\",\"username\":\"tonyp2\",\"session_value\":\"ULyHxkaQ5eH0ZG1V-_WnEg\",\"sign_in_count\":1,\"role\":\"User\",\"timezone\":\"UTC\",\"verified\":true,\"organization\":{}}"},{"id":"37a37c6c-47fa-4452-9ac7-1a38b9ad21da","name":"403 Failure","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/authenticate/?auth_username={{super_admin_user}}&auth_password={{super_admin_pass}}","host":["{{api_url}}"],"path":["v1","authenticate",""],"query":[{"key":"auth_username","value":"{{super_admin_user}}","description":"(Required)"},{"key":"auth_password","value":"{{super_admin_pass}}","description":"(Required)"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Fri, 04 Aug 2017 21:36:39 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"af056e4fb098b6cc32c92f020e1d2288\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.0","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.28","description":""},{"name":"x-request-id","key":"x-request-id","value":"f3074f29-be3f-4318-9c8d-59d9dec741ea","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.005835","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":403,\"status_text\":\"Wrong api authentication key.\"}"}],"_postman_id":"f2581b2c-8f96-4aa0-b51e-042014b3550f"},{"name":"Authentication via session","event":[{"listen":"prerequest","script":{"id":"6f927366-fcb9-48ce-b050-4542ea6929d6","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"e4de6d18-0ce6-4213-b9c3-3db80dcadaba","exec":[""],"type":"text/javascript"}}],"id":"4b4490f4-7c63-4280-8504-8a8075d45979","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/login_via_session/?token={{session_value}}","description":"<p>The Authentication request is used to login a customer to their Clone Guard® Security Scanning portal. Note that authentication\nwith valid Clone Systems account credentials and a unique API authorization code assigned to your company is required for\nmaking Security Scanning API requests. Your session key will be returned and is required for all the calls into the API.</p>\n","urlObject":{"path":["v1","login_via_session",""],"host":["{{api_url}}"],"query":[{"key":"token","value":"{{session_value}}"}],"variable":[]}},"response":[{"id":"0feb27e3-0b0a-4420-96bd-84a903921fb1","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/authenticate/?auth_username={{username}}&auth_password={{password}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","authenticate",""],"query":[{"key":"auth_username","value":"{{username}}","description":"(Required) The username for your Clone Systems account"},{"key":"auth_password","value":"{{password}}","description":"(Required) The password for your Clone Systems account"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 18 Sep 2018 13:01:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"7f778eef0943f1e8f994d1df89cd6c86\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx/1.12.2 + Phusion Passenger 5.2.3","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"_osdiscover_session=dmZnWVJkUGZJUU5zRDNGeFM3WVNGdStXTWZCOWhTR3dneFIxSnRCOXcvMldaRmQ5RHRxcVZYNGF0UUNyUFJoOXp1V25FTnRhczJlY1c2d1FoMnNMaTNma0JubVg3WVpYNHQyeHl2VW5pN2hZa2dXWmtyUFJURERDTC8zY3JlU2tUS2ozZUw2U1RCOHE3Njk1VUxyWC9GQkVKTEFPUlFzWE1hYWRFaEZWNEVZcjhIaHNWcUF2VXg3UzBoeC81WDBpeVhuRW53bVhpVHZoNVVLaWJiNWRaVnl6VXI4TWpKRklYcGFWVmt5Y2Z3Tm12cENoWnhnNllidjNqY0JveDlrd0kvK3hoSmJGQlN2QXRSR1RKNmFRV3o1QWNCUjI0M05ybnRQK1FIVVZsRVBPU1RSTDZ5NUloR01MNDQ4bHlwREQwZmxQSkkzY3g0aWZXVXJlWU55SVNRPT0tLXp2M1Q3emxtektuQk9hTEZwUTdWV2c9PQ%3D%3D--a16abf304f1dbddb5eff838f5ced8aaa3904386f; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Meta-Request-Version","value":"0.6.0","name":"X-Meta-Request-Version","description":"Custom header"},{"key":"X-Powered-By","value":"Phusion Passenger 5.2.3","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"2416a9ea-8cc9-4611-a1da-2a42abb5da89","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"1.632077","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"dmZnWVJkUGZJUU5zRDNGeFM3WVNGdStXTWZCOWhTR3dneFIxSnRCOXcvMldaRmQ5RHRxcVZYNGF0UUNyUFJoOXp1V25FTnRhczJlY1c2d1FoMnNMaTNma0JubVg3WVpYNHQyeHl2VW5pN2hZa2dXWmtyUFJURERDTC8zY3JlU2tUS2ozZUw2U1RCOHE3Njk1VUxyWC9GQkVKTEFPUlFzWE1hYWRFaEZWNEVZcjhIaHNWcUF2VXg3UzBoeC81WDBpeVhuRW53bVhpVHZoNVVLaWJiNWRaVnl6VXI4TWpKRklYcGFWVmt5Y2Z3Tm12cENoWnhnNllidjNqY0JveDlrd0kvK3hoSmJGQlN2QXRSR1RKNmFRV3o1QWNCUjI0M05ybnRQK1FIVVZsRVBPU1RSTDZ5NUloR01MNDQ4bHlwREQwZmxQSkkzY3g0aWZXVXJlWU55SVNRPT0tLXp2M1Q3emxtektuQk9hTEZwUTdWV2c9PQ%3D%3D--a16abf304f1dbddb5eff838f5ced8aaa3904386f","key":"_osdiscover_session"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"p%3Dt","key":"__profilin"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"POST","key":"request_method"}],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"OK\",\"username\":\"tonyp2\",\"session_value\":\"ULyHxkaQ5eH0ZG1V-_WnEg\",\"sign_in_count\":1,\"role\":\"User\",\"timezone\":\"UTC\",\"verified\":true,\"organization\":{}}"},{"id":"486e9c67-ce3f-4d17-8611-1a96b0c4e132","name":"403 Failure","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/authenticate/?auth_username={{super_admin_user}}&auth_password={{super_admin_pass}}","host":["{{api_url}}"],"path":["v1","authenticate",""],"query":[{"key":"auth_username","value":"{{super_admin_user}}","description":"(Required)"},{"key":"auth_password","value":"{{super_admin_pass}}","description":"(Required)"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Fri, 04 Aug 2017 21:36:39 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"af056e4fb098b6cc32c92f020e1d2288\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.0","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.28","description":""},{"name":"x-request-id","key":"x-request-id","value":"f3074f29-be3f-4318-9c8d-59d9dec741ea","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.005835","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":403,\"status_text\":\"Wrong api authentication key.\"}"},{"id":"fe7cb576-b180-4e01-80fd-a3a65c5647e9","name":"401 Failure","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/authenticate/?auth_username={{super_admin_user}}&auth_password={{super_admin_pass}}","host":["{{api_url}}"],"path":["v1","authenticate",""],"query":[{"key":"auth_username","value":"{{super_admin_user}}","description":"(Required)"},{"key":"auth_password","value":"{{super_admin_pass}}","description":"(Required)"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Fri, 04 Aug 2017 21:35:56 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"5a71267a9922607f384a985b5f8e915e\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.0","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.28","description":""},{"name":"x-request-id","key":"x-request-id","value":"904d9e70-7a3b-42ce-8be7-d95d0fda5f65","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.017172","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":401,\"status_text\":\"We don't recognize this username or password\"}"}],"_postman_id":"4b4490f4-7c63-4280-8504-8a8075d45979"},{"name":"Reset Password","id":"c4065904-3af7-4775-a510-8d96241e9c08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{api_auth}}","description":"<p>(Required) The API authorization code assigned to your company by Clone Systems</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/reset_password/?username={{username}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","reset_password",""],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"key":"username","value":"{{username}}"}],"variable":[]}},"response":[],"_postman_id":"c4065904-3af7-4775-a510-8d96241e9c08"},{"name":"Logout","id":"b91c60fd-838a-4886-83bc-91075545ec1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/logout/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","logout",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"38e94793-5df8-4ad4-af5a-53b7f4aac0cc","name":"200 success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/authenticate/?auth_username={{super_admin_user}}&auth_password={{super_admin_pass}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","authenticate",""],"query":[{"key":"auth_username","value":"{{super_admin_user}}","description":"(Required)"},{"key":"auth_password","value":"{{super_admin_pass}}","description":"(Required)"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Fri, 04 Aug 2017 21:14:00 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"6d4fa1b26557d292e5fa3ec3460b7795\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.0","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.28","description":""},{"name":"x-request-id","key":"x-request-id","value":"bf372013-6ab8-4936-a0f2-6faaa95d21af","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.029160","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"OK\",\n    \"username\": \"testUser\",\n    \"session_value\": \"HWLBuZ2VOKRvxlJxvZkxKw\",\n    \"sign_in_count\": 317,\n    \"role\": \"User\",\n    \"timezone\": \"US/Eastern\"\n}"}],"_postman_id":"b91c60fd-838a-4886-83bc-91075545ec1d"}],"id":"c9c9675a-2521-49a5-8dc2-707747326fbe","description":"<p>Authenticate with the Clone Guard® Security Scanning portal and\nobtain the session key that is required for making calls into the API.</p>\n","_postman_id":"c9c9675a-2521-49a5-8dc2-707747326fbe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Modules (Products)","item":[{"name":"Change user's app type","id":"e48ddf80-9701-4b4a-82b5-59c67f7a8a56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/modules/?app_type=darkweb","description":"<p>Users can change between the available product-services of their organizations.</p>\n<p>The current available products are:</p>\n<ol>\n<li>PCI ASV Scanning - pci</li>\n<li>Vulnerability Scanning - vrms</li>\n<li>Penetration Testing - penetration</li>\n<li>Darkweb Scanning - darkweb</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","modules",""],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>Accepts: pci, vrms, penetration, darkweb</p>\n","type":"text/plain"},"key":"app_type","value":"darkweb"}],"variable":[]}},"response":[],"_postman_id":"e48ddf80-9701-4b4a-82b5-59c67f7a8a56"}],"id":"2d7e2cf9-4706-4f0d-97a5-cff4f95b094d","_postman_id":"2d7e2cf9-4706-4f0d-97a5-cff4f95b094d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Users [Admin Access]","item":[{"name":"My Details","id":"8d13be84-8728-4965-8ae7-b1916a0b22f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/my_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","my_details"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"1d8deb61-40f0-4e27-aaa5-3d746cab3850","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/my_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3"},{"key":"Date","value":"Thu, 06 Feb 2020 18:16:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"966d676b-8bbb-4857-b23f-b799b1df10da"},{"key":"ETag","value":"W/\"159575ffc209ab04461acdd0d0552ecf\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"0.010138"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"User details\",\n    \"details\": {\n        \"id\": \"51685336-f7cf-4b22-807b-fd7527bc19a0\",\n        \"username\": \"testuser\",\n        \"role\": \"User\",\n        \"locale\": \"en\",\n        \"organization\": {\n            \"name\": \"Clone Systems, Inc.\",\n            \"uuid\": \"gh81bb07-f363-4698-abc5-0d3a86f2ad20\",\n            \"company_name\": \"Clone Systems, Inc.\",\n            \"unlimited_licenses\": false,\n            \"available_products\": {\n                \"pci\": true,\n                \"penetration\": false,\n                \"vrms\": true\n            },\n            \"active_licenses\": true,\n            \"license_expired_date\": null\n        },\n        \"app_type\": \"vrms\",\n        \"current_app_type\": \"vrms\",\n        \"licenses_expired\": false,\n        \"application\": \"portal\",\n        \"hosts\": \"\",\n        \"created_at\": \"2016-08-06T20:22:34.207+03:00\",\n        \"first_name\": \"X\",\n        \"last_name\": \"Y\",\n        \"email\": \"esupport@clone-systems.com\",\n        \"title\": \"Mr.\",\n        \"company_name\": \"Clone Systems, Inc.\",\n        \"url\": \"http://www.clone-systems.com\",\n        \"country\": \"USA\",\n        \"address\": \"1835 Market Street\",\n        \"city\": \"Philadelphia\",\n        \"state\": \"PA\",\n        \"zipcode\": \"19103\",\n        \"phone\": \"267-592-4351\",\n        \"mobile_phone\": \"\",\n        \"comment\": \"\",\n        \"timezone\": \"EST\",\n        \"current_sign_in_at\": \"2020-02-06T20:16:07.181+02:00\",\n        \"current_sign_in_ip\": \"192.168.3.146\",\n        \"last_sign_in_at\": \"2020-02-06T20:16:07.181+02:00\",\n        \"last_sign_in_ip\": \"38.123.140.59\",\n        \"sign_in_count\": 1000\n    },\n    \"alerts\": []\n}"}],"_postman_id":"8d13be84-8728-4965-8ae7-b1916a0b22f5"},{"name":"List Users","id":"5053e4b6-d423-4991-afd0-7035cab22340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/users/","description":"<p>Returns a list of all of the users configured in your Clone Guard® Security Scanning portal, their assigned role, and any\nOrganizations that they are aligned with.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","users",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"3c4fc8c6-b6ce-40d8-b8b3-83339fdc7277","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":"{{api_url}}/v1/users/","description":"Returns a list of all of the users configured in your Clone Guard® Security Scanning portal, their assigned role, and any\nOrganizations that they are aligned with."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"Get Users\",\n    \"meta_settings\": {\n        \"whitelabel\": {\n            \"emails\": {\n                \"user_credentials_email\": {\n                    \"active\": \"true\"\n                },\n                \"user_verification_email\": {\n                    \"active\": \"true\"\n                },\n                \"forgot_password_email\": {\n                    \"active\": \"true\"\n                }\n            }\n        }\n    },\n    \"count\": {\n        \"total\": 23\n    },\n    \"pagination\": {\n        \"total_count\": 23,\n        \"total_pages\": 3,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"current_page_results\": 10\n    },\n    \"users\": [\n        {\n            \"user1\": {\n                \"id\": \"f116b786-511f-4f56-8465-2f582970c218\",\n                \"username\": \"user1\",\n                \"owner\": \"super_admin_1\",\n                \"role\": \"User\",\n                \"groups\": [\n                    {\n                        \"Group name 1\": \"ca6b6d88-bf7f-4249-b5bd-771e652cde56\"\n                    }\n                ],\n                \"hosts\": \"\",\n                \"created_at\": \"2016-12-14T10:13:26.000-05:00\",\n                \"first_name\": \"Ben\",\n                \"last_name\": \"DiDio\",\n                \"email\": \"bentest@gmail.com\",\n                \"title\": \"Chief Dog Walker\",\n                \"company_name\": \"Pets For You\",\n                \"url\": \"www.cnn.com\",\n                \"country\": \"USA\",\n                \"address\": \"123 Street\",\n                \"city\": \"Camden\",\n                \"state\": \"New Jersey\",\n                \"zipcode\": \"08003\",\n                \"phone\": \"123-456-7890\",\n                \"mobile_phone\": \"098-765-4321\",\n                \"comment\": \"Test It\",\n                \"ips\": \"12\",\n                \"timezone\": \"US/Eastern\",\n                \"current_sign_in_at\": null,\n                \"current_sign_in_ip\": null,\n                \"last_sign_in_at\": \"2016-12-14T17:45:29.091+02:00\",\n                \"last_sign_in_ip\": \"192.168.4.202\",\n                \"sign_in_count\": 2\n            },\n            \"user2\": {\n                \"id\": \"df04d6a0-989d-45f9-9707-a2fd0c8a622f\",\n                \"username\": \"user2\",\n                \"owner\": \"super_admin_1\",\n                \"role\": \"Admin\",\n                \"groups\": [\n                    {}\n                ],\n                \"hosts\": \"\",\n                \"created_at\": \"2017-03-22T12:36:03.000-04:00\",\n                \"first_name\": \"Ben\",\n                \"last_name\": \"DiDio\",\n                \"email\": \"test1@clone-systems.com\",\n                \"title\": \"\",\n                \"company_name\": null,\n                \"url\": \"\",\n                \"country\": \"\",\n                \"address\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"zipcode\": \"\",\n                \"phone\": \"\",\n                \"mobile_phone\": \"\",\n                \"comment\": \"\",\n                \"ips\": \"10\",\n                \"timezone\": \"UTC\",\n                \"current_sign_in_at\": null,\n                \"current_sign_in_ip\": null,\n                \"last_sign_in_at\": \"2017-03-22T18:36:23.760+02:00\",\n                \"last_sign_in_ip\": \"192.168.4.202\",\n                \"sign_in_count\": 1\n            }\n        }\n    ]\n}"},{"id":"ef02abed-4e3a-4b36-9a54-30c467ce8466","name":"403 Access Denied","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/users?api_auth={{api_auth}}&session_value={{session_value}}","host":["{{api_url}}"],"path":["v1","users"],"query":[{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The unique session assigned to the user when they authenticated."},{"key":"session_value","value":"{{session_value}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 403,\n    \"status_text\": \"You don’t have permissions to access this resource\"\n}"}],"_postman_id":"5053e4b6-d423-4991-afd0-7035cab22340"},{"name":"Get A User","id":"c29cfbb8-d242-4e96-af1c-606262ce58f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{api_auth}}","description":"<p>(Required) The unique session assigned to the user when they authenticated.</p>\n","type":"text"}],"url":"{{api_url}}/v1/users/:id/","description":"<p>Show the information for an existing user in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","users",":id",""],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"646cc3d0-eb8c-4ee0-97ce-9c64b1109e4b","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/users/{{user_id}}/?api_auth={{api_auth}}&session_value={{session_value}}","host":["{{api_url}}"],"path":["v1","users","{{user_id}}",""],"query":[{"key":"api_auth","value":"{{api_auth}}"},{"key":"session_value","value":"{{session_value}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"OK\",\n    \"meta_settings\": {\n        \"whitelabel\": {\n            \"emails\": {\n                \"user_credentials_email\": {\n                    \"active\": \"true\"\n                },\n                \"user_verification_email\": {\n                    \"active\": \"true\"\n                },\n                \"forgot_password_email\": {\n                    \"active\": \"true\"\n                }\n            }\n        }\n    },\n    \"users\": [\n        {\n            \"ben22\": {\n                \"id\": \"3f6d68de-9f44-44c2-9d49-52171a730415\",\n                \"username\": \"ben22\",\n                \"role\": \"User\",\n                \"groups\": [\n                    {\n                        \"Juice Guys\": \"55d8a06d-c3ae-4702-b5cf-ff5bfad364af\"\n                    }\n                ],\n                \"hosts\": null,\n                \"created_at\": \"2016-12-13T09:42:52-04:00\",\n                \"first_name\": \"\",\n                \"last_name\": \"\",\n                \"email\": \"rdidio@clone-systems.com\",\n                \"title\": \"\",\n                \"company_name\": \"Juice Guys\",\n                \"url\": \"\",\n                \"country\": \"\",\n                \"address\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"zipcode\": \"\",\n                \"phone\": \"\",\n                \"mobile_phone\": \"\",\n                \"comment\": \"\",\n                \"ips\": \"12\",\n                \"timezone\": \"US/Eastern\",\n                \"current_sign_in_at\": null,\n                \"current_sign_in_ip\": null,\n                \"last_sign_in_at\": \"2017-04-04T17:09:55.944+03:00\",\n                \"last_sign_in_ip\": \"192.168.4.202\",\n                \"sign_in_count\": 41\n            }\n        }\n    ],\n    \"count\": {\n        \"filtered\": \"1\",\n        \"total\": \"23\"\n    },\n    \"pagination\": {\n        \"total_count\": \"1\",\n        \"total_pages\": 1,\n        \"per_page\": 1000,\n        \"current_page\": 1\n    }\n}"},{"id":"9db6f0f0-7961-4d4a-aad7-91989da8d2d7","name":"403 Access Denied","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/users/{{user_id}}/?api_auth={{api_auth}}&session_value={{session_value}}","host":["{{api_url}}"],"path":["v1","users","{{user_id}}",""],"query":[{"key":"api_auth","value":"{{api_auth}}"},{"key":"session_value","value":"{{session_value}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 403,\n    \"status_text\": \"You don’t have permissions to access this resource\"\n}"}],"_postman_id":"c29cfbb8-d242-4e96-af1c-606262ce58f3"},{"name":"Create A User","id":"4cb1c3b3-6647-45d1-990b-82bd6b98fb1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_auth}}","description":"<p>(Required) The unique session assigned to the user when they authenticated.</p>\n","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/javascript","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) Enter the username for the user</p>\n","key":"users[username]","type":"text","value":"{username}"},{"description":"<p>(Required) Enter the password for the user</p>\n","key":"users[password]","type":"text","value":"{password}"},{"description":"<p>(Required) Enter the email for the user</p>\n","key":"users[email]","type":"text","value":"{valid_email}"},{"key":"users[organization_id]","value":"","description":"<p>(Required) ID from an existing organization</p>\n","type":"text"},{"key":"user[verify]","value":"false","description":"<p>If true, user doesn't need verification. Default: false</p>\n","type":"text"},{"key":"users[role]","value":"User","description":"<p>Default: User, Available: User, Admin</p>\n","type":"text"},{"description":"<p>Enter the timezone for the user</p>\n","key":"users[timezone]","type":"text","value":"{valid timezone}"},{"description":"<p>Enter the first name for the user</p>\n","key":"users[first_name]","type":"text","value":"{first_name}"},{"description":"<p>Enter the last name for the user</p>\n","key":"users[last_name]","type":"text","value":"{last_name}"},{"description":"<p>Enter the title for the user</p>\n","key":"users[title]","type":"text","value":"{title}"},{"description":"<p>Enter the Company name for the user</p>\n","key":"users[company_name]","type":"text","value":"{company_name}"},{"description":"<p>Enter the address for the user</p>\n","key":"users[address]","type":"text","value":"{address}"},{"description":"<p>Enter the Company URL for the user</p>\n","key":"users[url]","type":"text","value":"{url}"},{"description":"<p>Enter the country for the user</p>\n","key":"users[country]","type":"text","value":"{country}"},{"description":"<p>Enter the city for the user</p>\n","key":"users[city]","type":"text","value":"{city}"},{"description":"<p>Enter the full state name or state abbreviation for the user</p>\n","key":"users[state]","type":"text","value":"{state}"},{"description":"<p>Enter the zip code for the user</p>\n","key":"users[zipcode]","type":"text","value":"{zipcode}"},{"description":"<p>Enter the phone number for the user</p>\n","key":"users[phone]","type":"text","value":"{phone}"},{"description":"<p>Enter the mobile phone number for the user</p>\n","key":"users[mobile_phone]","type":"text","value":"{mobile_phone}"},{"description":"<p>Enter the host IP Address(s) or IP Address range(s) that the user is permitted to scan</p>\n","key":"users[hosts]","type":"text","value":"{hosts}"},{"description":"<p>Enter a comment for the user</p>\n","key":"users[comment]","type":"text","value":"{comment}"}]},"url":"{{api_url}}/v1/users/","description":"<p>Create a new user in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","users",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"3629ae91-aa70-48b2-901e-a4276faedf0a","name":"401 Failure","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_auth}}","description":"(Required) The unique session assigned to the user when they authenticated.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/javascript","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Enter the username for the user","key":"users[username]","type":"text","value":"{username}"},{"description":"(Required) Enter the password for the user","key":"users[password]","type":"text","value":"{password}"},{"description":"(Required) Enter the email for the user","key":"users[email]","type":"text","value":"{valid_email}"},{"key":"users[organization_id]","value":"","description":"(Required) ID from an existing organization","type":"text"},{"key":"user[verify]","value":"false","description":"If true, user doesn't need verification. Default: false","type":"text"},{"key":"users[role]","value":"User","description":"Default: User, Available: User, Admin","type":"text"},{"description":"Enter the timezone for the user","key":"users[timezone]","type":"text","value":"{valid timezone}"},{"description":"Enter the first name for the user","key":"users[first_name]","type":"text","value":"{first_name}"},{"description":"Enter the last name for the user","key":"users[last_name]","type":"text","value":"{last_name}"},{"description":"Enter the title for the user","key":"users[title]","type":"text","value":"{title}"},{"description":"Enter the Company name for the user","key":"users[company_name]","type":"text","value":"{company_name}"},{"description":"Enter the address for the user","key":"users[address]","type":"text","value":"{address}"},{"description":"Enter the Company URL for the user","key":"users[url]","type":"text","value":"{url}"},{"description":"Enter the country for the user","key":"users[country]","type":"text","value":"{country}"},{"description":"Enter the city for the user","key":"users[city]","type":"text","value":"{city}"},{"description":"Enter the full state name or state abbreviation for the user","key":"users[state]","type":"text","value":"{state}"},{"description":"Enter the zip code for the user","key":"users[zipcode]","type":"text","value":"{zipcode}"},{"description":"Enter the phone number for the user","key":"users[phone]","type":"text","value":"{phone}"},{"description":"Enter the mobile phone number for the user","key":"users[mobile_phone]","type":"text","value":"{mobile_phone}"},{"description":"Enter the host IP Address(s) or IP Address range(s) that the user is permitted to scan","key":"users[hosts]","type":"text","value":"{hosts}"},{"description":"Enter a comment for the user","key":"users[comment]","type":"text","value":"{comment}"}]},"url":"{{api_url}}/v1/users/","description":"Create a new user in your Clone Guard® Security Scanning portal."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 10:18:26 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"782ac1f89f42dcfebd33ce01824a220c\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"4617e6a6-9660-44ae-9426-8cbdef5fc608","description":""},{"name":"x-runtime","key":"x-runtime","value":"1.648727","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":401,\"status_text\":\"Didn't provided users array with details\"}"},{"id":"3844d1e1-9a29-4251-a303-f6d30ffea970","name":"400 Already Exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"users[username]","value":"{username}","type":"text"},{"key":"users[password]","value":"{password}","type":"text"},{"key":"users[email]","value":"{valid_email}","type":"text"}]},"url":{"raw":"{{api_url}}/v1/users/?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","users",""],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 18:57:55 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"c69113ca9157f3bd192ac0a1403bc93b\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"7606a107-1fb3-493c-a726-bf893cbcdbab","description":""},{"name":"x-runtime","key":"x-runtime","value":"11.360916","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":400,\"status_text\":\"User already exists\"}"},{"id":"769bbc58-58e4-467c-a1b2-6d38e5d8836d","name":"401 Failure","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_auth}}","description":"(Required) The unique session assigned to the user when they authenticated.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/javascript","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Enter the username for the user","key":"users[username]","type":"text","value":"{username}"},{"description":"(Required) Enter the password for the user","key":"users[password]","type":"text","value":"{password}"},{"description":"(Required) Enter the email for the user","key":"users[email]","type":"text","value":"{valid_email}"},{"key":"users[organization_id]","value":"","description":"(Required) ID from an existing organization","type":"text"},{"key":"user[verify]","value":"false","description":"If true, user doesn't need verification. Default: false","type":"text"},{"key":"users[role]","value":"User","description":"Default: User, Available: User, Admin","type":"text"},{"description":"Enter the timezone for the user","key":"users[timezone]","type":"text","value":"{valid timezone}"},{"description":"Enter the first name for the user","key":"users[first_name]","type":"text","value":"{first_name}"},{"description":"Enter the last name for the user","key":"users[last_name]","type":"text","value":"{last_name}"},{"description":"Enter the title for the user","key":"users[title]","type":"text","value":"{title}"},{"description":"Enter the Company name for the user","key":"users[company_name]","type":"text","value":"{company_name}"},{"description":"Enter the address for the user","key":"users[address]","type":"text","value":"{address}"},{"description":"Enter the Company URL for the user","key":"users[url]","type":"text","value":"{url}"},{"description":"Enter the country for the user","key":"users[country]","type":"text","value":"{country}"},{"description":"Enter the city for the user","key":"users[city]","type":"text","value":"{city}"},{"description":"Enter the full state name or state abbreviation for the user","key":"users[state]","type":"text","value":"{state}"},{"description":"Enter the zip code for the user","key":"users[zipcode]","type":"text","value":"{zipcode}"},{"description":"Enter the phone number for the user","key":"users[phone]","type":"text","value":"{phone}"},{"description":"Enter the mobile phone number for the user","key":"users[mobile_phone]","type":"text","value":"{mobile_phone}"},{"description":"Enter the host IP Address(s) or IP Address range(s) that the user is permitted to scan","key":"users[hosts]","type":"text","value":"{hosts}"},{"description":"Enter a comment for the user","key":"users[comment]","type":"text","value":"{comment}"}]},"url":"{{api_url}}/v1/users/","description":"Create a new user in your Clone Guard® Security Scanning portal."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 10:22:06 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"d8ca64400e2bc08503bf622e1d4fe9d0\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"7191585b-8365-472a-a01f-5fc6f369ec14","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.051477","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":401,\"status_text\":\"Didn't provided the correct username, password or email.\"}"},{"id":"fc1dc0d4-eb42-4786-a59d-f83eb205af67","name":"201 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"users[username]","value":"{username}","type":"text"},{"key":"users[password]","value":"{password}","type":"text"},{"key":"users[email]","value":"{valid_email}","type":"text"},{"key":"users[hosts]","value":"{hosts}","type":"text"},{"key":"users[first_name]","value":"{first_name}","type":"text"},{"key":"users[last_name]","value":"{last_name}","type":"text"},{"key":"users[title]","value":"{title}","type":"text"},{"key":"users[company_name]","value":"{company_name}","type":"text"},{"key":"users[address]","value":"{address}","type":"text"},{"key":"users[url]","value":"{url}","type":"text"},{"key":"users[country]","value":"{country}","type":"text"},{"key":"users[city]","value":"{city}","type":"text"},{"key":"users[state]","value":"{state}","type":"text"},{"key":"users[zipcode]","value":"{zipcode}","type":"text"},{"key":"users[timezone]","value":"{valid timezone}","type":"text"},{"key":"users[phone]","value":"{phone}","type":"text"},{"key":"users[mobile_phone]","value":"{mobile_phone}","type":"text"},{"key":"users[ips]","value":"{ips}","type":"text"},{"key":"users[comment]","value":"{comment}","type":"text"}]},"url":{"raw":"{{api_url}}/v1/users/?session_value={{session_value}}&api_auth={{api_auth}}&users[username]=api_test&users[password]=test123&users[email]=falegk1@gmail.com","host":["{{api_url}}"],"path":["v1","users",""],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"},{"key":"users[username]","value":"api_test"},{"key":"users[password]","value":"test123"},{"key":"users[email]","value":"falegk1@gmail.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 10:24:16 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"9dfec8b2c8a50a08fe507bda3b6d6b47\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"e9b5ab88-2d58-43da-8dae-14bf9a1cfac3","description":""},{"name":"x-runtime","key":"x-runtime","value":"16.925668","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":201,\"status_text\":\"OK, resource created\",\"id\":\"64e09a02-45d1-4e97-bf93-dc4e8d1de4a4\"}"}],"_postman_id":"4cb1c3b3-6647-45d1-990b-82bd6b98fb1e"},{"name":"Update A User","id":"3768be5e-5c8f-429e-aca3-cf64cb869868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"users[new_password]","value":"{new_password}","type":"text"},{"key":"users[email]","value":"{valid_email}","type":"text"},{"key":"users[organization_id]","value":"","type":"text"},{"key":"users[timezone]","value":"{valid timezone}","type":"text"},{"key":"users[first_name]","value":"{first_name}","type":"text"},{"key":"users[last_name]","value":"{last_name}","type":"text"},{"key":"users[title]","value":"{title}","type":"text"},{"key":"users[company_name]","value":"{company_name}","type":"text"},{"key":"users[address]","value":"{address}","type":"text"},{"key":"users[url]","value":"{url}","type":"text"},{"key":"users[country]","value":"{country}","type":"text"},{"key":"users[city]","value":"{city}","type":"text"},{"key":"users[state]","value":"{state}","type":"text"},{"key":"users[zipcode]","value":"{zipcode}","type":"text"},{"key":"users[phone]","value":"{phone}","type":"text"},{"key":"users[mobile_phone]","value":"{mobile_phone}","type":"text"},{"key":"users[hosts]","value":"{hosts}","type":"text"},{"key":"users[comment]","value":"{comment}","type":"text"}]},"url":"{{api_url}}/v1/users/:id","description":"<p>Update an existing user’s information in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","users",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"type":"string","value":"76112ccb-f9d7-4c11-a4ba-2bb99fe34088","key":"id"}]}},"response":[{"id":"418418ce-db00-4805-b021-2035664f1905","name":"401 Failure","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"users[new_password]","value":"{new_password}","type":"text"},{"key":"users[email]","value":"{valid_email}","type":"text"},{"key":"users[organization_id]","value":"","type":"text"},{"key":"users[timezone]","value":"{valid timezone}","type":"text"},{"key":"users[first_name]","value":"{first_name}","type":"text"},{"key":"users[last_name]","value":"{last_name}","type":"text"},{"key":"users[title]","value":"{title}","type":"text"},{"key":"users[company_name]","value":"{company_name}","type":"text"},{"key":"users[address]","value":"{address}","type":"text"},{"key":"users[url]","value":"{url}","type":"text"},{"key":"users[country]","value":"{country}","type":"text"},{"key":"users[city]","value":"{city}","type":"text"},{"key":"users[state]","value":"{state}","type":"text"},{"key":"users[zipcode]","value":"{zipcode}","type":"text"},{"key":"users[phone]","value":"{phone}","type":"text"},{"key":"users[mobile_phone]","value":"{mobile_phone}","type":"text"},{"key":"users[hosts]","value":"{hosts}","type":"text"},{"key":"users[comment]","value":"{comment}","type":"text"}]},"url":{"raw":"{{api_url}}/v1/users/:id","host":["{{api_url}}"],"path":["v1","users",":id"],"variable":[{"key":"id","value":"76112ccb-f9d7-4c11-a4ba-2bb99fe34088","type":"string","description":"(Required)"}]},"description":"Update an existing user’s information in your Clone Guard® Security Scanning portal."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 10:22:06 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"d8ca64400e2bc08503bf622e1d4fe9d0\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"7191585b-8365-472a-a01f-5fc6f369ec14","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.051477","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":401,\"status_text\":\"Didn't provided the correct username, password or email.\"}"},{"id":"7574f430-a9a4-4392-9d83-0c192b3fb1d1","name":"200 Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/users/64e09a02-45d1-4e97-bf93-dc4e8d1de4a4?session_value={{session_value}}&api_auth={{api_auth}}&users[email]=falegk1@gmail.com&users[first_name]=tony","host":["{{api_url}}"],"path":["v1","users","64e09a02-45d1-4e97-bf93-dc4e8d1de4a4"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"},{"key":"users[email]","value":"falegk1@gmail.com"},{"key":"users[first_name]","value":"tony"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 11:09:23 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"9c061f8fed677ba3c9b2459300120845\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"cae9eb6a-d02f-4ef5-a964-ac5a7f7b5fa7","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.128146","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"User details updated successfully\"\n}"},{"id":"f4313147-a247-4ff5-bddf-3ab780c2c5b1","name":"401 Failure","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"users[new_password]","value":"{new_password}","type":"text"},{"key":"users[email]","value":"{valid_email}","type":"text"},{"key":"users[organization_id]","value":"","type":"text"},{"key":"users[timezone]","value":"{valid timezone}","type":"text"},{"key":"users[first_name]","value":"{first_name}","type":"text"},{"key":"users[last_name]","value":"{last_name}","type":"text"},{"key":"users[title]","value":"{title}","type":"text"},{"key":"users[company_name]","value":"{company_name}","type":"text"},{"key":"users[address]","value":"{address}","type":"text"},{"key":"users[url]","value":"{url}","type":"text"},{"key":"users[country]","value":"{country}","type":"text"},{"key":"users[city]","value":"{city}","type":"text"},{"key":"users[state]","value":"{state}","type":"text"},{"key":"users[zipcode]","value":"{zipcode}","type":"text"},{"key":"users[phone]","value":"{phone}","type":"text"},{"key":"users[mobile_phone]","value":"{mobile_phone}","type":"text"},{"key":"users[hosts]","value":"{hosts}","type":"text"},{"key":"users[comment]","value":"{comment}","type":"text"}]},"url":{"raw":"{{api_url}}/v1/users/:id","host":["{{api_url}}"],"path":["v1","users",":id"],"variable":[{"key":"id","value":"76112ccb-f9d7-4c11-a4ba-2bb99fe34088","type":"string","description":"(Required)"}]},"description":"Update an existing user’s information in your Clone Guard® Security Scanning portal."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 10:18:26 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"782ac1f89f42dcfebd33ce01824a220c\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"4617e6a6-9660-44ae-9426-8cbdef5fc608","description":""},{"name":"x-runtime","key":"x-runtime","value":"1.648727","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":401,\"status_text\":\"Didn't provided users array with details\"}"}],"_postman_id":"3768be5e-5c8f-429e-aca3-cf64cb869868"},{"name":"Verify User","id":"791294f1-2148-4847-8624-7083039aa7ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/user_verification?new_password=&retype_new_password=","description":"<p>After you authenticate with a newly created user you need to verify the password for the user in your Clone Guard® Security\nScanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","user_verification"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"key":"new_password","value":""},{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"key":"retype_new_password","value":""}],"variable":[]}},"response":[{"id":"41fa0458-6735-4255-95bb-460110b7e69c","name":"401 Failure","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/user_verification?new_password=&retype_new_password=","host":["{{api_url}}"],"path":["v1","user_verification"],"query":[{"key":"new_password","value":"","description":"(Required)"},{"key":"retype_new_password","value":"","description":"(Required)"}]},"description":"After you authenticate with a newly created user you need to verify the password for the user in your Clone Guard® Security\nScanning portal."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 11:34:43 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"42e12bc0a37033ec6005bb2de6797471\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"91ce6876-e509-459c-b652-e2a569c478be","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.011867","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 401,\n    \"status_text\": \"The fields new password and retype new password are required and must be the same.\"\n}"},{"id":"6c9f7d79-5e54-4737-9141-c2c4c7043199","name":"200 Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/user_verification?new_password=&retype_new_password=","host":["{{api_url}}"],"path":["v1","user_verification"],"query":[{"key":"new_password","value":"","description":"(Required)"},{"key":"retype_new_password","value":"","description":"(Required)"}]},"description":"After you authenticate with a newly created user you need to verify the password for the user in your Clone Guard® Security\nScanning portal."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 11:37:25 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"9842ac7659c8132df3f80e7ad3e213b6\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"e86ee450-3b5b-495e-b5ee-280581b98391","description":""},{"name":"x-runtime","key":"x-runtime","value":"12.873367","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"Verification successfully completed.\"}"}],"_postman_id":"791294f1-2148-4847-8624-7083039aa7ef"},{"name":"Change Password","id":"4cf3f669-fb6f-4ee6-8ddb-d9af05172147","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/user_verification?new_password={new_password}&retype_new_password={new_password}","description":"<p>After you authenticate with a newly created user you need to verify the password for the user in your Clone Guard® Security\nScanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","user_verification"],"host":["{{api_url}}"],"query":[{"key":"new_password","value":"{new_password}"},{"key":"retype_new_password","value":"{new_password}"}],"variable":[]}},"response":[{"id":"118a71b7-be1d-482d-89f9-71debb1b0307","name":"401 Failure","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/user_verification?new_password={new_password}&retype_new_password={new_password}","host":["{{api_url}}"],"path":["v1","user_verification"],"query":[{"key":"new_password","value":"{new_password}"},{"key":"retype_new_password","value":"{new_password}"}]},"description":"After you authenticate with a newly created user you need to verify the password for the user in your Clone Guard® Security\nScanning portal."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 11:34:43 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"42e12bc0a37033ec6005bb2de6797471\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"91ce6876-e509-459c-b652-e2a569c478be","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.011867","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 401,\n    \"status_text\": \"The fields new password and retype new password are required and must be the same.\"\n}"},{"id":"ae827944-f0b7-4c89-8a16-186d4ac8a8db","name":"200 Success","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/user_verification?new_password={new_password}&retype_new_password={new_password}","host":["{{api_url}}"],"path":["v1","user_verification"],"query":[{"key":"new_password","value":"{new_password}"},{"key":"retype_new_password","value":"{new_password}"}]},"description":"After you authenticate with a newly created user you need to verify the password for the user in your Clone Guard® Security\nScanning portal."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 11:37:25 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"9842ac7659c8132df3f80e7ad3e213b6\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"e86ee450-3b5b-495e-b5ee-280581b98391","description":""},{"name":"x-runtime","key":"x-runtime","value":"12.873367","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"Verification successfully completed.\"}"}],"_postman_id":"4cf3f669-fb6f-4ee6-8ddb-d9af05172147"},{"name":"Delete A User","id":"33fa89bb-5da1-487e-b1f8-450e9bc901d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/users/:id?inheritor_id={inheritor_id}","description":"<p>Delete a user in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","users",":id"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>(Optional) The ID of the inheriting user or \"self\". </p>\n","type":"text/plain"},"key":"inheritor_id","value":"{inheritor_id}"}],"variable":[{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"4461f354-d376-4c6a-9fd9-bf61c308cc88","name":"200 Success","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/users/:id?inheritor_id={inheritor_id}","host":["{{api_url}}"],"path":["v1","users",":id"],"query":[{"key":"inheritor_id","value":"{inheritor_id}","description":"(Optional) The ID of the inheriting user or \"self\". "}],"variable":[{"key":"id","value":"","type":"string","description":"(Required)"}]},"description":"Delete a user in your Clone Guard® Security Scanning portal."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 12:01:59 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"b772e5f728d616c081392044db42b5b2\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"4b473163-ce9e-4259-afd1-e011fbc06c9b","description":""},{"name":"x-runtime","key":"x-runtime","value":"20.819106","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"OK\"}"},{"id":"a7ced6dd-8c5f-4790-994b-17dece02fe0d","name":"200 Failure","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/users/:id?inheritor_id={inheritor_id}","host":["{{api_url}}"],"path":["v1","users",":id"],"query":[{"key":"inheritor_id","value":"{inheritor_id}","description":"(Optional) The ID of the inheriting user or \"self\". "}],"variable":[{"key":"id","value":"","type":"string","description":"(Required)"}]},"description":"Delete a user in your Clone Guard® Security Scanning portal."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 12:00:47 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"2a39755afd3f8fdbc58bb0dc2528a38b\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"8b62bd8f-ebcd-4811-8502-9a2609e4dd3f","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.748301","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"User does not exists.\"}"}],"_postman_id":"33fa89bb-5da1-487e-b1f8-450e9bc901d8"},{"name":"Get limited","id":"ccf8fdfc-6531-4242-ae02-7d41ed33e8d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/users/limited","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","users","limited"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"428a1544-0d45-40d9-979c-9a40ee13033c","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":"{{api_url}}/v1/users/limited"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"2872184af080b9efa3e8c8515b904282\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"X-Request-Id","value":"3f69141c-da99-4cfd-9b1a-66b652242939"},{"key":"X-Runtime","value":"0.039811"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"Get Limited Users\",\n    \"pagination\": {\n        \"total_count\": 336,\n        \"total_pages\": 34,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"current_page_results\": 10\n    },\n    \"count\": {\n        \"total\": 336\n    },\n    \"users\": {\n        \"9f006ac6-da64-4d70-a593-8649636f1c3a\": {\n            \"id\": \"9f006ac6-da64-4d70-a593-8649636f1c3a\",\n            \"name\": \"8697378\"\n        },\n        \"76fd711b-e4ec-47cb-bf6b-3780360c3d6c\": {\n            \"id\": \"76fd711b-e4ec-47cb-bf6b-3780360c3d6c\",\n            \"name\": \"9802353\"\n        },\n        \"14080760-6cfc-44db-b5d0-ff14dfb6bac4\": {\n            \"id\": \"14080760-6cfc-44db-b5d0-ff14dfb6bac4\",\n            \"name\": \"8711242\"\n        },\n        \"95b854db-700c-4f92-b4f4-8b66793ff33b\": {\n            \"id\": \"95b854db-700c-4f92-b4f4-8b66793ff33b\",\n            \"name\": \"8863237\"\n        },\n        \"70f2df84-055a-4e6d-8fd2-d3d0698eb91a\": {\n            \"id\": \"70f2df84-055a-4e6d-8fd2-d3d0698eb91a\",\n            \"name\": \"9611258\"\n        },\n        \"095470d2-da99-4ff8-ab88-542deddee837\": {\n            \"id\": \"095470d2-da99-4ff8-ab88-542deddee837\",\n            \"name\": \"8731674\"\n        },\n        \"6f319f0a-749e-4480-9567-547a5809d578\": {\n            \"id\": \"6f319f0a-749e-4480-9567-547a5809d578\",\n            \"name\": \"556943\"\n        },\n        \"9c0771a1-3ec4-4d07-bf43-d7db81501ac8\": {\n            \"id\": \"9c0771a1-3ec4-4d07-bf43-d7db81501ac8\",\n            \"name\": \"8699882\"\n        },\n        \"882da256-38f5-4405-a990-83e6b55b8a73\": {\n            \"id\": \"882da256-38f5-4405-a990-83e6b55b8a73\",\n            \"name\": \"8851108\"\n        },\n        \"431aa74c-dbfb-4531-b413-7a4dbdc5ec8b\": {\n            \"id\": \"431aa74c-dbfb-4531-b413-7a4dbdc5ec8b\",\n            \"name\": \"8843506\"\n        }\n    }\n}"}],"_postman_id":"ccf8fdfc-6531-4242-ae02-7d41ed33e8d7"},{"name":"Check if a user exists","id":"aa27e658-9d8e-4365-a0d1-f86a48eef9ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/users/check_user?username=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","users","check_user"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"key":"username","value":""}],"variable":[]}},"response":[{"id":"9c132b0c-7d92-43f5-8fcf-c602bba4db31","name":"422 Failure","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{api_auth}}","type":"text"}],"url":{"raw":"{{api_url}}/v1/users/check_user?username=","host":["{{api_url}}"],"path":["v1","users","check_user"],"query":[{"key":"username","value":"","description":"(Required)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 12:14:46 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"eac19076ba9e1a25fa0c83dfd76aed33\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"9f2b48fd-5bc4-4f23-bab8-69fdb5bf06e7","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.480740","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":422,\"status_text\":\"We don't recognize this username\"}"},{"id":"a088e8e6-1a10-4c79-900d-25f301b7bc98","name":"401 Failure","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{api_auth}}","type":"text"}],"url":{"raw":"{{api_url}}/v1/users/check_user?username=","host":["{{api_url}}"],"path":["v1","users","check_user"],"query":[{"key":"username","value":"","description":"(Required)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 12:11:45 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"d49559b82050823bf4cc53485dc79dd3\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"50b1355a-74f8-476e-abf3-e6a535231c89","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.033420","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":401,\"status_text\":\"Didn't provided the username.\"}"},{"id":"ae2b70b4-51ef-4199-bfb5-8512f7c90bef","name":"200 success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/users/check_user?session_value={{session_value}}&api_auth={{api_auth}}&username=1526640","host":["{{api_url}}"],"path":["v1","users","check_user"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"},{"key":"username","value":"1526640"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"8f70878fb5c4774d48e210a7cf077158\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"X-Request-Id","value":"1900d587-f75d-4917-aaec-70d40a57774c"},{"key":"X-Runtime","value":"0.387883"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"User exists\",\n    \"username\": \"1526640\",\n    \"uuid\": \"5249bbee-f7e6-4d13-a5de-5b4e5c67fbe6\"\n}"}],"_postman_id":"aa27e658-9d8e-4365-a0d1-f86a48eef9ef"},{"name":"Check Manager Connection","id":"87ecab42-c813-4e69-87a7-b3942da2b763","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/users/:id/check_manager_connection","description":"<p>Checks if the user is activated and communicates with the scanners' manager.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","users",":id","check_manager_connection"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"882ee5b5-c62f-4a65-8c4b-05b728d85443","name":"422 Failure","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":{"raw":"{{api_url}}/v1/users/:id/check_manager_connection","host":["{{api_url}}"],"path":["v1","users",":id","check_manager_connection"],"variable":[{"key":"id","value":"","type":"string","description":"(Required)"}]},"description":"Checks if the user is activated and communicates with the scanners' manager."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 12:14:46 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"eac19076ba9e1a25fa0c83dfd76aed33\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"9f2b48fd-5bc4-4f23-bab8-69fdb5bf06e7","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.480740","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":422,\"status_text\":\"We don't recognize this username\"}"},{"id":"ec288b45-84d8-4b30-9562-d05bdf092629","name":"404 User Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":{"raw":"{{api_url}}/v1/users/:id/check_manager_connection","host":["{{api_url}}"],"path":["v1","users",":id","check_manager_connection"],"variable":[{"key":"id","value":"","type":"string","description":"(Required)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"X-Request-Id","value":"68cabc1c-8524-4945-8bb2-1048223ea8e0"},{"key":"X-Runtime","value":"0.045601"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"status_text\": \"Couldn't find user\",\n    \"error\": \"Couldn't find user\"\n}"},{"id":"edeb6f97-2cca-4542-9a7a-c4d2125f7774","name":"401 Failure","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":{"raw":"{{api_url}}/v1/users/:id/check_manager_connection","host":["{{api_url}}"],"path":["v1","users",":id","check_manager_connection"],"variable":[{"key":"id","value":"","type":"string","description":"(Required)"}]},"description":"Checks if the user is activated and communicates with the scanners' manager."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 12:11:45 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"d49559b82050823bf4cc53485dc79dd3\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"50b1355a-74f8-476e-abf3-e6a535231c89","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.033420","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":401,\"status_text\":\"Didn't provided the username.\"}"},{"id":"f4545046-b9c8-4461-8138-ab70c4be77cd","name":"200 Success","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":{"raw":"{{api_url}}/v1/users/:id/check_manager_connection","host":["{{api_url}}"],"path":["v1","users",":id","check_manager_connection"],"variable":[{"key":"id","value":"","type":"string","description":"(Required)"}]},"description":"Checks if the user is activated and communicates with the scanners' manager."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 12:15:21 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"654b3336680df950399e1ec66cdfefc2\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"c2e30090-4d24-494c-999b-586f11beb0cc","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.312049","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"The user exists\"}"}],"_postman_id":"87ecab42-c813-4e69-87a7-b3942da2b763"},{"name":"Details (SAQ_LIMITED EDITION)","id":"36848221-fbc0-4e8a-a3f2-060bf2d00cfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/users/:id/details","description":"<p>Returns user's details and skip authenticate_user\nthis is necessary for saq_limited login.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","users",":id","details"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) Use an active seesion_value as id</p>\n","type":"text/plain"},"type":"string","value":"{{session_value}}","key":"id"}]}},"response":[],"_postman_id":"36848221-fbc0-4e8a-a3f2-060bf2d00cfb"},{"name":"Get My Profile","id":"f05479cd-1e6a-4f5a-ba07-25746570a72b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/users/:id/profile","description":"<p>Returns the same details as the my_details endpoint.\nAdd session_value as id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","users",":id","profile"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) Use an active seesion_value as id</p>\n","type":"text/plain"},"type":"string","value":"{{session_value}}","key":"id"}]}},"response":[],"_postman_id":"f05479cd-1e6a-4f5a-ba07-25746570a72b"},{"name":"Re-send email credentials","id":"3b6c09a2-86df-446b-af1a-5101a87f41da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","type":"text","value":"{{api_auth}}"}],"url":"{{api_url}}/v1/users/:id/email_credentials","description":"<p>Sends an email with new credentials to user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","users",":id","email_credentials"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"3b6c09a2-86df-446b-af1a-5101a87f41da"},{"name":"List of inheritable users","id":"9a51176f-de48-47bc-87e6-351c1c3b2871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/users/:id/inheritable","description":"<p>Returns all the users that belong to the same group with a specific user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","users",":id","inheritable"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"9a51176f-de48-47bc-87e6-351c1c3b2871"},{"name":"Impersonate user","id":"5790fcdf-f3cf-4802-9f98-00324756fedc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","type":"text","value":"{{api_auth}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/switch_user/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","switch_user",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"5790fcdf-f3cf-4802-9f98-00324756fedc"},{"name":"Log out impersonate user","id":"f14b194e-e257-4a5b-9394-adf6eb0c70f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/switch_user","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","switch_user"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f14b194e-e257-4a5b-9394-adf6eb0c70f2"}],"id":"d1dfcd84-11b9-4c96-a8ad-2d658c1fada2","description":"<p>The Users request is used to administer your customer’s user information in your Clone Guard® Security Scanning portal. </p>\n","event":[{"listen":"prerequest","script":{"id":"2dddbf67-11b4-4527-b4d4-58d2ac245c97","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"062f89f0-2c2f-487e-805c-c8419c5d4a28","type":"text/javascript","exec":[""]}}],"_postman_id":"d1dfcd84-11b9-4c96-a8ad-2d658c1fada2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Organizations [Admin Access]","item":[{"name":"List Organizations","id":"ea8f0331-618f-4efa-9bb6-6af5a24f154a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/organizations/","description":"<p>Return a list of all of the customers configured in your Clone Guard® Security Scanning portal and the users associated with each\ncustomer.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","organizations",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea8f0331-618f-4efa-9bb6-6af5a24f154a"},{"name":"Get An Organizations","id":"a167d24c-c051-4e7f-b0c2-519d8e9c3258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/organizations/:id","description":"<p>Show the information for an existing customer in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","organizations",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) The unique identifier assigned to the customers Organization.</p>\n","type":"text/plain"},"type":"string","value":"{id}","key":"id"}]}},"response":[{"id":"06fbedd7-d8a6-4b2e-abc5-be22c20e25a2","name":"Get An Organizations","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/organizations/:id?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","organizations",":id"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}],"variable":[{"key":"id","value":"8d9637af-fe33-48ab-b0b0-7728929c8171"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 06 Sep 2018 15:31:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"1a45d432023e9fd752e4eb873152f95d\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx/1.12.2 + Phusion Passenger 5.2.3","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"_osdiscover_session=NlhGZnFaZWtyZjEzNkdZeEVEY3dOMXUwTmszZVJ2N2JOMjdEQm51Tk9lbk02MVB2Z0l0bzkweWxaRnVkQ3lMVTFCM1B2STN5VjdxQUZFR2dYUzhxNzR6TVlvTy9oWm1TWHJDKytCVnBseEVBbTdnOTNzYzZMVVN1aHVnZHJvV1FaTUl4K1BXT0FaQUdtcXQ3RVlGY2pqdUdrNjhlTldsNHNRM0FOQlpsRXNTVzVIYVU0SVAxcXFFUEhIOXp6cVhDUU1MUFo0OFp4WjZMallCSnRjYTdNSkhaZWVBK2locEo2WEVhK3FiOGcrVzlxemNkc05OallhRVY2Zkp2S0ZETWRac3Vma0dzci9qUnVMeTY4TDBDU1RwUEhCbmRWUFZWYzF2R2lnRDRQK21jdDlocFkvd05iWTAzYUgrNXZKY0lReGUwVHZiS3RULzhZVXRteEFzZjN3PT0tLXNSZVMwUDFkSFFQNjYxN1hGNzJjQ1E9PQ%3D%3D--1a16ff572145466b9ea05cb6af038e59bfac0ab2; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"request_method=; path=/; max-age=0; expires=Thu, 01 Jan 1970 00:00:00 -0000","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Meta-Request-Version","value":"0.6.0","name":"X-Meta-Request-Version","description":"Custom header"},{"key":"X-Powered-By","value":"Phusion Passenger 5.2.3","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"c9f00672-5055-4e4c-9339-1ce4bdba8b64","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"1.185240","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"NlhGZnFaZWtyZjEzNkdZeEVEY3dOMXUwTmszZVJ2N2JOMjdEQm51Tk9lbk02MVB2Z0l0bzkweWxaRnVkQ3lMVTFCM1B2STN5VjdxQUZFR2dYUzhxNzR6TVlvTy9oWm1TWHJDKytCVnBseEVBbTdnOTNzYzZMVVN1aHVnZHJvV1FaTUl4K1BXT0FaQUdtcXQ3RVlGY2pqdUdrNjhlTldsNHNRM0FOQlpsRXNTVzVIYVU0SVAxcXFFUEhIOXp6cVhDUU1MUFo0OFp4WjZMallCSnRjYTdNSkhaZWVBK2locEo2WEVhK3FiOGcrVzlxemNkc05OallhRVY2Zkp2S0ZETWRac3Vma0dzci9qUnVMeTY4TDBDU1RwUEhCbmRWUFZWYzF2R2lnRDRQK21jdDlocFkvd05iWTAzYUgrNXZKY0lReGUwVHZiS3RULzhZVXRteEFzZjN3PT0tLXNSZVMwUDFkSFFQNjYxN1hGNzJjQ1E9PQ%3D%3D--1a16ff572145466b9ea05cb6af038e59bfac0ab2","key":"_osdiscover_session"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"p%3Dt","key":"__profilin"}],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"Get Organization\",\"uuid\":\"8d9637af-fe33-48ab-b0b0-7728929c8171\",\"organizations\":[{\"8d9637af-fe33-48ab-b0b0-7728929c8171\":{\"name\":\"Test license  Test 3\",\"id\":\"8d9637af-fe33-48ab-b0b0-7728929c8171\",\"owner\":\"csadmin\",\"creation_time\":\"2018-08-24T14:09:36.000+03:00\",\"modification_time\":\"2018-08-24T14:40:35.000+03:00\",\"in_use\":0,\"comment\":\"test\",\"users\":\"\",\"company_name\":\"Test license  Test 3\",\"penetration\":false,\"excluded_from_licenses\":true,\"parent_organization\":{\"name\":\"Clone Systems \",\"uuid\":\"066a7a16-5bce-4862-9309-c44dc864e403\"},\"licenses\":{\"unlimited\":true,\"limit_hosts\":0,\"used_hosts\":0,\"data\":[{\"id\":\"90f6dd88-9260-47a2-82c1-45838659e781\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"90f6dd88-9260-47a2-82c1-45838659e781\",\"start_time\":\"2018-08-24T14:09:38.691+03:00\",\"expiration_time\":null,\"limit_hosts\":0,\"order_code\":null,\"comments\":null,\"organization_id\":\"8d9637af-fe33-48ab-b0b0-7728929c8171\",\"organization\":null}}]}}}]}"}],"_postman_id":"a167d24c-c051-4e7f-b0c2-519d8e9c3258"},{"name":"Create An Organization","id":"0de1f9ae-2d6b-4a5d-8247-ccb5a7402869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"organizations[name]","value":"Organization 1780164418","type":"text","description":"<p>(Required) Enter the name of your customers Organization</p>\n"},{"key":"organizations[users]","value":"user1, user2","type":"text","description":"<p>Enter the existing users accounts (created via the Users API request) that you want to associate with this Organization</p>\n"},{"key":"organizations[pci]","value":"true","type":"text"},{"key":"organizations[vrms]","value":"false","type":"text"},{"key":"organizations[penetration]","value":"false","type":"text"},{"key":"organizations[darkweb]","value":"false","type":"text"},{"key":"organizations[excluded_from_licenses]","value":"false","type":"text","description":"<p>Default: true</p>\n"},{"key":"organizations[comment]","value":"Organization 1780164418 comment","type":"text","description":"<p>Enter any comments that you want to associate with this customers Organization</p>\n"},{"key":"organizations[licenses_attributes][0][start_time]","value":"2018-06-18","type":"text","description":"<p>[Optional] Default: today</p>\n"},{"key":"organizations[licenses_attributes][0][expiration_time]","value":"2019-06-18","type":"text","description":"<p>[Optional] Default: null</p>\n"},{"key":"organizations[licenses_attributes][0][limit_hosts]","value":"10","type":"text","description":"<p>[Optional] Default: 1</p>\n"},{"key":"organizations[licenses_attributes][0][comments]","value":"1 year license","type":"text","description":"<p>[Optional]</p>\n"},{"key":"organizations[licenses_attributes][0][app_type]","value":"pci","type":"text","description":"<p>vrms, pci, penetration</p>\n"},{"key":"organizations[logo_base64]","value":"","description":"<p>Image as Base64 format</p>\n","type":"text"}]},"url":"{{api_url}}/v1/organizations/","description":"<p>Create a new customer in your Clone Guard® Security Scanning portal and associate users with this customer.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","organizations",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"0d6a19a5-43c4-44ff-a6f9-f1a479449aac","name":"401 Failure","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/organizations/?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","organizations",""],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 12:45:26 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"e98e17758657c704bd53a78a71216365\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"66e3e1ea-39e6-4991-b129-fbd30c6ab740","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.036912","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":401,\"status_text\":\"Didn't provided organizations array with details\"}"},{"id":"2d68fbee-ca83-4403-b18c-5d462b5951d0","name":"201 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/organizations/?session_value={{session_value}}&api_auth={{api_auth}}&organizations[name]=test_api_org&organizations[users]=tony&organizations[comment]=Description of organization","host":["{{api_url}}"],"path":["v1","organizations",""],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"},{"key":"organizations[name]","value":"test_api_org"},{"key":"organizations[users]","value":"tony"},{"key":"organizations[comment]","value":"Description of organization"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 12:48:21 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"b1c420d2bff54fb2826a22b63a57785b\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"84ea9406-ef13-4d43-a298-97f9534014cd","description":""},{"name":"x-runtime","key":"x-runtime","value":"14.241728","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":201,\"status_text\":\"OK, resource created\",\"id\":\"af397a60-c249-4e6f-942d-accf5f1d2774\"}"},{"id":"33ece70f-6060-4cca-9d59-4c89824636b2","name":"400 Failed To Find User","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/organizations/?session_value={{session_value}}&api_auth={{api_auth}}&organizations[name]={name}&organizations[users]={users}&organizations[comment]={comment}","host":["{{api_url}}"],"path":["v1","organizations",""],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"},{"key":"organizations[name]","value":"{name}"},{"key":"organizations[users]","value":"{users}"},{"key":"organizations[comment]","value":"{comment}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"status_text\": \"Failed to find user\"\n}"}],"_postman_id":"0de1f9ae-2d6b-4a5d-8247-ccb5a7402869"},{"name":"Update An Organizations","id":"b47b3d98-092a-42d3-94aa-bd4c1b6b4253","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"organizations[name]","value":"Organization 1780164418","type":"text","description":"<p>(Required) Enter the name of your customers Organization</p>\n"},{"key":"organizations[users]","value":"user1, user2","type":"text","description":"<p>Enter the existing users accounts (created via the Users API request) that you want to associate with this Organization</p>\n"},{"key":"organizations[pci]","value":"true","type":"text"},{"key":"organizations[vrms]","value":"false","type":"text"},{"key":"organizations[penetration]","value":"false","type":"text"},{"key":"organizations[excluded_from_licenses]","value":"false","type":"text"},{"key":"organizations[comment]","value":"Organization 1780164418 comment","type":"text"},{"key":"organizations[licenses_attributes][0][start_time]","value":"2018-06-18","type":"text"},{"key":"organizations[licenses_attributes][0][expiration_time]","value":"2019-06-18","type":"text"},{"key":"organizations[licenses_attributes][0][limit_hosts]","value":"10","type":"text"},{"key":"organizations[licenses_attributes][0][comments]","value":"1 year license","type":"text"},{"key":"organizations[licenses_attributes][0][app_type]","value":"pci","type":"text"},{"key":"organizations[logo_base64]","value":"","description":"<p>Image as Base64 format</p>\n","type":"text"},{"key":"organizations[delete_logo]","value":"","description":"<p>Boolean. True to delete the existing logo</p>\n","type":"text"}]},"url":"{{api_url}}/v1/organizations/:id","description":"<p>Update a customer in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","organizations",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) The unique identifier assigned to the customers Organization.</p>\n","type":"text/plain"},"type":"string","value":"{id}","key":"id"}]}},"response":[],"_postman_id":"b47b3d98-092a-42d3-94aa-bd4c1b6b4253"},{"name":"Delete An Organization","id":"987a6485-2f80-41e8-ba8a-bf007c75261d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/organizations/:id","description":"<p>Delete a customer in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","organizations",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) The unique identifier assigned to the customers Organization.</p>\n","type":"text/plain"},"type":"string","value":"{id}","key":"id"}]}},"response":[],"_postman_id":"987a6485-2f80-41e8-ba8a-bf007c75261d"},{"name":"List limited organizations","id":"600ccafa-e535-47d9-92ce-9ad3e8020c92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/organizations/limited","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","organizations","limited"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"600ccafa-e535-47d9-92ce-9ad3e8020c92"},{"name":"Export Organizations","id":"70c95ea0-2d88-40bf-9ade-056da2de3346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/organizations/export","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","organizations","export"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70c95ea0-2d88-40bf-9ade-056da2de3346"}],"id":"76d2fd63-bc79-4491-89f9-ecac35fef207","description":"<p>The Organizations request is used to administer your customer’s company information in your Clone Guard® Security Scanning portal.</p>\n","event":[{"listen":"prerequest","script":{"id":"7e5acb1e-c174-4211-bec9-a971e7f1364a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"589caef8-5541-4350-9bc0-edaff592f43d","type":"text/javascript","exec":[""]}}],"_postman_id":"76d2fd63-bc79-4491-89f9-ecac35fef207","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Licenses [Admin Access]","item":[{"name":"List Licenses","id":"35496fd9-ea6a-4b2e-ac2c-a227dac839c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/licenses/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","licenses",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"f0b4a9e6-094e-408e-acdd-0cdfd41f8fec","name":"All Licenses","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/licenses/?api_auth={{api_auth}}&session_value={{session_value}}","host":["{{api_url}}"],"path":["v1","licenses",""],"query":[{"key":"api_auth","value":"{{api_auth}}"},{"key":"session_value","value":"{{session_value}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 06 Sep 2018 15:39:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"a3fdc5aa7876a344a7ff853ad91d9514\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx/1.12.2 + Phusion Passenger 5.2.3","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"_osdiscover_session=cDRhZFlmSGY3dWxUY2VVVlR1R21VNmhLRlBCWGRNVmRHWVJsdEZvUDN3bGtJRzEwSG5uN3dUaGpubDh5YUZoSGR5WmgrSUsvUnMwMlRmTWdaSjVjZjhtc2wzVE5DMU5TYzJGaWhTdUVHS0lmUjE3U2lDT2I4Sm9DdFJ6b1VId3dXdkJROWNjNmhzQk5HZE9rdkRlTmlDUStkbEd1TzBLek9yYzhRZGpiU0gzVjFMdlFDejhuMWJXNnVzQ3dYbi9rT0RDMFliMUxDUlBVSTBMbkNMMEVNS0dvQmd1S29PbTIxS1M4RzNKN05XNTIwaDRGTGdDSGpMYmtZVGpSRXZKN2hRNjJiR1hpV3dzdC8zNC9oUjIwNmY5TFFnSmw1dFlKanVEdVJ1V1JRZjNOTmxCMWtyRThQZFVCMUp1OHFMWXR3bUxUbld0RnhMdWVVTnNYaVNiN2hBPT0tLVFrN25hYmxwYU9pQlVkSGJlZFhxREE9PQ%3D%3D--28d9455dbd5c5263a3696a8abc708f11366ca214; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Meta-Request-Version","value":"0.6.0","name":"X-Meta-Request-Version","description":"Custom header"},{"key":"X-Powered-By","value":"Phusion Passenger 5.2.3","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"439eaada-91b9-4eba-ab1a-3ec2674899cd","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.051230","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"cDRhZFlmSGY3dWxUY2VVVlR1R21VNmhLRlBCWGRNVmRHWVJsdEZvUDN3bGtJRzEwSG5uN3dUaGpubDh5YUZoSGR5WmgrSUsvUnMwMlRmTWdaSjVjZjhtc2wzVE5DMU5TYzJGaWhTdUVHS0lmUjE3U2lDT2I4Sm9DdFJ6b1VId3dXdkJROWNjNmhzQk5HZE9rdkRlTmlDUStkbEd1TzBLek9yYzhRZGpiU0gzVjFMdlFDejhuMWJXNnVzQ3dYbi9rT0RDMFliMUxDUlBVSTBMbkNMMEVNS0dvQmd1S29PbTIxS1M4RzNKN05XNTIwaDRGTGdDSGpMYmtZVGpSRXZKN2hRNjJiR1hpV3dzdC8zNC9oUjIwNmY5TFFnSmw1dFlKanVEdVJ1V1JRZjNOTmxCMWtyRThQZFVCMUp1OHFMWXR3bUxUbld0RnhMdWVVTnNYaVNiN2hBPT0tLVFrN25hYmxwYU9pQlVkSGJlZFhxREE9PQ%3D%3D--28d9455dbd5c5263a3696a8abc708f11366ca214","key":"_osdiscover_session"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"p%3Dt","key":"__profilin"}],"responseTime":null,"body":"{\"data\":[{\"id\":\"62525384-e0b8-4a54-9600-13e0eccf1ac2\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"62525384-e0b8-4a54-9600-13e0eccf1ac2\",\"start_time\":\"2018-08-24 00:00:00 +0300\",\"expiration_time\":\"2019-08-24 00:00:00 +0300\",\"limit_hosts\":1,\"order_code\":null,\"comments\":null,\"organization_id\":\"07b05efa-6c5e-40d2-ab7f-348a19f02d71\",\"organization\":{\"data\":{\"id\":\"07b05efa-6c5e-40d2-ab7f-348a19f02d71\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"07b05efa-6c5e-40d2-ab7f-348a19f02d71\",\"name\":\"tetete\",\"parent_organization\":48,\"company_name\":\"tetete\",\"created_at\":\"2018-08-24 15:24:14 +0300\",\"excluded_from_licenses\":true}}}}},{\"id\":\"90f6dd88-9260-47a2-82c1-45838659e781\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"90f6dd88-9260-47a2-82c1-45838659e781\",\"start_time\":\"2018-08-24 14:09:38 +0300\",\"expiration_time\":null,\"limit_hosts\":0,\"order_code\":null,\"comments\":null,\"organization_id\":\"8d9637af-fe33-48ab-b0b0-7728929c8171\",\"organization\":{\"data\":{\"id\":\"8d9637af-fe33-48ab-b0b0-7728929c8171\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"8d9637af-fe33-48ab-b0b0-7728929c8171\",\"name\":\"Test license  Test 3\",\"parent_organization\":24,\"company_name\":\"Test license  Test 3\",\"created_at\":\"2018-08-24 14:09:38 +0300\",\"excluded_from_licenses\":true}}}}},{\"id\":\"d0c0db0a-7bf9-430c-86cc-a3b9b61327ff\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"d0c0db0a-7bf9-430c-86cc-a3b9b61327ff\",\"start_time\":\"2018-08-24 14:07:27 +0300\",\"expiration_time\":null,\"limit_hosts\":0,\"order_code\":null,\"comments\":null,\"organization_id\":\"af69799b-14c0-4c68-9b8a-1e7c7e4a19a1\",\"organization\":{\"data\":{\"id\":\"af69799b-14c0-4c68-9b8a-1e7c7e4a19a1\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"af69799b-14c0-4c68-9b8a-1e7c7e4a19a1\",\"name\":\"Test license  Test 2\",\"parent_organization\":24,\"company_name\":\"Test license  Test 2\",\"created_at\":\"2018-08-24 14:07:27 +0300\",\"excluded_from_licenses\":true}}}}},{\"id\":\"0a4511e0-8268-4913-aa21-486143b25bb7\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"0a4511e0-8268-4913-aa21-486143b25bb7\",\"start_time\":\"2018-08-24 00:00:00 +0300\",\"expiration_time\":\"2019-08-24 00:00:00 +0300\",\"limit_hosts\":1,\"order_code\":null,\"comments\":null,\"organization_id\":\"994434d8-cbb5-4fbd-bd6d-e2f2649e27dc\",\"organization\":{\"data\":{\"id\":\"994434d8-cbb5-4fbd-bd6d-e2f2649e27dc\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"994434d8-cbb5-4fbd-bd6d-e2f2649e27dc\",\"name\":\"Test With Validation\",\"parent_organization\":48,\"company_name\":\"Test With Validation\",\"created_at\":\"2018-08-24 13:57:31 +0300\",\"excluded_from_licenses\":true}}}}},{\"id\":\"94707b9f-10a9-4a60-8598-956ecfedccfe\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"94707b9f-10a9-4a60-8598-956ecfedccfe\",\"start_time\":\"2018-08-23 00:00:00 +0300\",\"expiration_time\":\"2019-08-23 00:00:00 +0300\",\"limit_hosts\":1,\"order_code\":null,\"comments\":null,\"organization_id\":\"20cd6dec-464f-4b4c-bd35-2bbcb61f9f4e\",\"organization\":{\"data\":{\"id\":\"20cd6dec-464f-4b4c-bd35-2bbcb61f9f4e\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"20cd6dec-464f-4b4c-bd35-2bbcb61f9f4e\",\"name\":\"Positives Inc.\",\"parent_organization\":48,\"company_name\":\"Positives Inc.\",\"created_at\":\"2018-08-23 22:35:00 +0300\",\"excluded_from_licenses\":true}}}}},{\"id\":\"7cbd0cd3-bd04-4e2f-a99b-fc023ccbdba2\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"7cbd0cd3-bd04-4e2f-a99b-fc023ccbdba2\",\"start_time\":\"2018-08-03 00:00:00 +0300\",\"expiration_time\":null,\"limit_hosts\":0,\"order_code\":null,\"comments\":\"\",\"organization_id\":\"95357ec8-d60d-465f-b736-5a83b43c58f8\",\"organization\":{\"data\":{\"id\":\"95357ec8-d60d-465f-b736-5a83b43c58f8\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"95357ec8-d60d-465f-b736-5a83b43c58f8\",\"name\":\"Test Excluded from license\",\"parent_organization\":24,\"company_name\":\"Test Excluded from license\",\"created_at\":\"2018-08-03 22:37:03 +0300\",\"excluded_from_licenses\":true}}}}},{\"id\":\"a0a004fc-8552-442a-ad54-3975a0344a1d\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"a0a004fc-8552-442a-ad54-3975a0344a1d\",\"start_time\":\"2018-07-19 00:00:00 +0300\",\"expiration_time\":\"2019-07-19 00:00:00 +0300\",\"limit_hosts\":1,\"order_code\":null,\"comments\":null,\"organization_id\":\"38eb6781-1cd6-4caf-8c8f-5ec31255b250\",\"organization\":{\"data\":{\"id\":\"38eb6781-1cd6-4caf-8c8f-5ec31255b250\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"38eb6781-1cd6-4caf-8c8f-5ec31255b250\",\"name\":\"robaorg\",\"parent_organization\":null,\"company_name\":\"robaorg\",\"created_at\":\"2018-07-19 22:39:48 +0300\",\"excluded_from_licenses\":false}}}}},{\"id\":\"751689f6-e0fc-4e21-a05d-4134fc6ec7e2\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"751689f6-e0fc-4e21-a05d-4134fc6ec7e2\",\"start_time\":\"2018-07-18 00:00:00 +0300\",\"expiration_time\":\"2019-07-18 00:00:00 +0300\",\"limit_hosts\":10,\"order_code\":null,\"comments\":null,\"organization_id\":\"f0dd1616-31b9-4171-b3fb-b1d1cd45818c\",\"organization\":{\"data\":{\"id\":\"f0dd1616-31b9-4171-b3fb-b1d1cd45818c\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"f0dd1616-31b9-4171-b3fb-b1d1cd45818c\",\"name\":\"robcorg2\",\"parent_organization\":null,\"company_name\":\"robcorg2\",\"created_at\":\"2018-07-18 17:20:06 +0300\",\"excluded_from_licenses\":false}}}}},{\"id\":\"98555f1b-4508-4c49-a705-250fa63ddd49\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"98555f1b-4508-4c49-a705-250fa63ddd49\",\"start_time\":\"2018-07-17 00:00:00 +0300\",\"expiration_time\":\"2018-07-31 00:00:00 +0300\",\"limit_hosts\":2,\"order_code\":null,\"comments\":null,\"organization_id\":\"37880c64-1ff4-4da0-8a14-f40cef4f5911\",\"organization\":{\"data\":{\"id\":\"37880c64-1ff4-4da0-8a14-f40cef4f5911\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"37880c64-1ff4-4da0-8a14-f40cef4f5911\",\"name\":\"Test license  100\",\"parent_organization\":48,\"company_name\":\"Test license  100\",\"created_at\":\"2018-06-23 17:35:55 +0300\",\"excluded_from_licenses\":false}}}}},{\"id\":\"ab0af8ae-ddac-4af2-8229-9082fad21bb2\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"ab0af8ae-ddac-4af2-8229-9082fad21bb2\",\"start_time\":\"2018-07-17 00:00:00 +0300\",\"expiration_time\":\"2018-07-31 00:00:00 +0300\",\"limit_hosts\":5,\"order_code\":null,\"comments\":null,\"organization_id\":\"37880c64-1ff4-4da0-8a14-f40cef4f5911\",\"organization\":{\"data\":{\"id\":\"37880c64-1ff4-4da0-8a14-f40cef4f5911\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"37880c64-1ff4-4da0-8a14-f40cef4f5911\",\"name\":\"Test license  100\",\"parent_organization\":48,\"company_name\":\"Test license  100\",\"created_at\":\"2018-06-23 17:35:55 +0300\",\"excluded_from_licenses\":false}}}}}],\"meta\":{\"pagination\":{\"total_count\":133,\"total_pages\":14,\"per_page\":10,\"current_page\":1},\"total_licenses\":247}}"}],"_postman_id":"35496fd9-ea6a-4b2e-ac2c-a227dac839c4"},{"name":"Get a license","id":"b715a3f9-3f15-4ea5-a7bd-40a74999f5ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/licenses/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","licenses",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"62525384-e0b8-4a54-9600-13e0eccf1ac2","key":"id"}]}},"response":[{"id":"d257c93a-0ea1-42a2-a703-e1834f0e7948","name":"Get a license","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/licenses/:id?api_auth={{api_auth}}&session_value={{session_value}}","host":["{{api_url}}"],"path":["v1","licenses",":id"],"query":[{"key":"api_auth","value":"{{api_auth}}"},{"key":"session_value","value":"{{session_value}}"}],"variable":[{"key":"id","value":"62525384-e0b8-4a54-9600-13e0eccf1ac2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 06 Sep 2018 15:39:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"416780de79c81835b2fa131b86bec31a\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx/1.12.2 + Phusion Passenger 5.2.3","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"_osdiscover_session=S3VFbEt1UEVDZXAvR3U2Y2NNN3YxNmJIT1JhVk5aMmk4ZTBhYmkvZHljcWY5SDI1VE8zUmU2Qmh0cjF2L212YlEyYS9uazNpSkZrT0J1cGlLUmd2RmRqV2NrMDFsZXE1Ukh6ZEJkMzBCSjBaUEROYnN0WUl6T29Da3d3eFVhNk00dUpzRGJZYmtsR215RU1wa2l4MHQ4b1J1T1ZkakVJd20wMXZrdGM3MU9vZHFjWDNVMzFVbTdCc2xyOExGeGxxTHF2eTVQZ1dseUJPNUF5MEd5ZUNnTVNQcVlaT2hnU3BqYkxvbjBCblFQbnJUNURQNWFhVUhpM2s4ZDg1OERIVERqcXdDTmhrNXhkR2t2blJJR2trN0ppeFFMTVI0SGp6U1pZMFc0dkt1QnVDM3Ywa1dJMEw1aG1nMEVELzBYMGZjZ1B5c2h4WkRFVXlvU0x3WWRMUTR3PT0tLVRqb3FNckkwQzZKcHZwYm1BUlJTcEE9PQ%3D%3D--8fdcd4dcf38e35f99c5a2631c299252af0d2f70a; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Meta-Request-Version","value":"0.6.0","name":"X-Meta-Request-Version","description":"Custom header"},{"key":"X-Powered-By","value":"Phusion Passenger 5.2.3","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"b280e29d-3efb-40d2-b591-7254835468b3","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.025157","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"S3VFbEt1UEVDZXAvR3U2Y2NNN3YxNmJIT1JhVk5aMmk4ZTBhYmkvZHljcWY5SDI1VE8zUmU2Qmh0cjF2L212YlEyYS9uazNpSkZrT0J1cGlLUmd2RmRqV2NrMDFsZXE1Ukh6ZEJkMzBCSjBaUEROYnN0WUl6T29Da3d3eFVhNk00dUpzRGJZYmtsR215RU1wa2l4MHQ4b1J1T1ZkakVJd20wMXZrdGM3MU9vZHFjWDNVMzFVbTdCc2xyOExGeGxxTHF2eTVQZ1dseUJPNUF5MEd5ZUNnTVNQcVlaT2hnU3BqYkxvbjBCblFQbnJUNURQNWFhVUhpM2s4ZDg1OERIVERqcXdDTmhrNXhkR2t2blJJR2trN0ppeFFMTVI0SGp6U1pZMFc0dkt1QnVDM3Ywa1dJMEw1aG1nMEVELzBYMGZjZ1B5c2h4WkRFVXlvU0x3WWRMUTR3PT0tLVRqb3FNckkwQzZKcHZwYm1BUlJTcEE9PQ%3D%3D--8fdcd4dcf38e35f99c5a2631c299252af0d2f70a","key":"_osdiscover_session"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"p%3Dt","key":"__profilin"}],"responseTime":null,"body":"{\"data\":{\"id\":\"62525384-e0b8-4a54-9600-13e0eccf1ac2\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"62525384-e0b8-4a54-9600-13e0eccf1ac2\",\"start_time\":\"2018-08-24 00:00:00 +0300\",\"expiration_time\":\"2019-08-24 00:00:00 +0300\",\"limit_hosts\":1,\"order_code\":null,\"comments\":null,\"organization_id\":\"07b05efa-6c5e-40d2-ab7f-348a19f02d71\",\"organization\":{\"data\":{\"id\":\"07b05efa-6c5e-40d2-ab7f-348a19f02d71\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"07b05efa-6c5e-40d2-ab7f-348a19f02d71\",\"name\":\"tetete\",\"parent_organization\":48,\"company_name\":\"tetete\",\"created_at\":\"2018-08-24 15:24:14 +0300\",\"excluded_from_licenses\":true}}}}}}"}],"_postman_id":"b715a3f9-3f15-4ea5-a7bd-40a74999f5ce"},{"name":"Create a license","id":"80103d63-d8da-4b1c-8743-ce23bb32cd79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/licenses/?licenses[start_time]=2018/09/06&licenses[limit_hosts]=5&licenses[organization_id]=89c0af4a-fe50-4ed4-974c-e8380209e838&licenses[app_type]=pci&licenses[expiration_time]=2019/09/06&licenses[comment]=comment&licenses[order_code]=16502","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","licenses",""],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>[Required]</p>\n","type":"text/plain"},"key":"licenses[start_time]","value":"2018/09/06"},{"key":"licenses[limit_hosts]","value":"5"},{"description":{"content":"<p>[Required]</p>\n","type":"text/plain"},"key":"licenses[organization_id]","value":"89c0af4a-fe50-4ed4-974c-e8380209e838"},{"description":{"content":"<p>pci, vrms, penetration. Default: pci</p>\n","type":"text/plain"},"key":"licenses[app_type]","value":"pci"},{"key":"licenses[expiration_time]","value":"2019/09/06"},{"key":"licenses[comment]","value":"comment"},{"description":{"content":"<p>(Optional) </p>\n","type":"text/plain"},"key":"licenses[order_code]","value":"16502"}],"variable":[]}},"response":[{"id":"af13935b-0711-4327-ad03-ff153b1c4077","name":"Create a license","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/licenses/?api_auth={{api_auth}}&session_value={{session_value}}&licenses[start_time]=2018/09/06&licenses[limit_hosts]=5&licenses[organization_id]=be042f2e-9a2e-416c-ae77-39654b2e4a9d&licenses[expiration_time]=2019/09/06&licenses[comment]=comment&licenses[order_code]=16502","host":["{{api_url}}"],"path":["v1","licenses",""],"query":[{"key":"api_auth","value":"{{api_auth}}"},{"key":"session_value","value":"{{session_value}}"},{"key":"licenses[start_time]","value":"2018/09/06","description":"[Required]"},{"key":"licenses[limit_hosts]","value":"5"},{"key":"licenses[organization_id]","value":"be042f2e-9a2e-416c-ae77-39654b2e4a9d","description":"[Required]"},{"key":"licenses[expiration_time]","value":"2019/09/06"},{"key":"licenses[comment]","value":"comment"},{"key":"licenses[order_code]","value":"16502"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 06 Sep 2018 15:42:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"757f4c4b3ebfdd2951d2fc0455d1b599\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx/1.12.2 + Phusion Passenger 5.2.3","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"_osdiscover_session=VW5EenFmR05sQTZoR0NvTFFYeVlnSEhMbi9oTUVIS0ZCWUxVSCtadVpQaUNJcGo5MHlYTUs5L1k0ZmpiOFBUUzBxRTJYczVnZVNVa05FOWZBWTZsNEFLWE9lUmxrckxtRGZ0TXJza2llellFQVhmOWcyVE9ZRUpLdnVlKzhLQURtQzgrREd0Wi9wNmdlSDZibSthVDNnWHJtUjFvMVNWU1F3MERhTEVOZ2Y3UkU2Z0dlMTBuNjltMm8vU3pMMHUvQ1hJWGZxeUp4Tk9nZk00ckt6ZHJVUjRnTkhTR1pkOFFCK1NMdjJERFp2d0Q4cmVaOWdyZFhQazRvbVc3L1hOdUdTMXJJdDJIUDU0dHVaKyt4dHZES3llVnIvZjBUUlgyaEhXeEtpMDlESkh0dDFMRURpMUtnVEMzcG85cmo5aERqM1RHSzJBb055MGZRWVRjVFY2UnFRPT0tLTVRK2NzdTRWanlPbGgzZnhxaVhyUkE9PQ%3D%3D--9512518e1c13603afcd2fd76010c527ff5f2caed; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"201 Created","name":"Status","description":"Custom header"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Meta-Request-Version","value":"0.6.0","name":"X-Meta-Request-Version","description":"Custom header"},{"key":"X-Powered-By","value":"Phusion Passenger 5.2.3","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"805207ef-d0f6-48ac-8418-1fe385cfb516","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.061516","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"VW5EenFmR05sQTZoR0NvTFFYeVlnSEhMbi9oTUVIS0ZCWUxVSCtadVpQaUNJcGo5MHlYTUs5L1k0ZmpiOFBUUzBxRTJYczVnZVNVa05FOWZBWTZsNEFLWE9lUmxrckxtRGZ0TXJza2llellFQVhmOWcyVE9ZRUpLdnVlKzhLQURtQzgrREd0Wi9wNmdlSDZibSthVDNnWHJtUjFvMVNWU1F3MERhTEVOZ2Y3UkU2Z0dlMTBuNjltMm8vU3pMMHUvQ1hJWGZxeUp4Tk9nZk00ckt6ZHJVUjRnTkhTR1pkOFFCK1NMdjJERFp2d0Q4cmVaOWdyZFhQazRvbVc3L1hOdUdTMXJJdDJIUDU0dHVaKyt4dHZES3llVnIvZjBUUlgyaEhXeEtpMDlESkh0dDFMRURpMUtnVEMzcG85cmo5aERqM1RHSzJBb055MGZRWVRjVFY2UnFRPT0tLTVRK2NzdTRWanlPbGgzZnhxaVhyUkE9PQ%3D%3D--9512518e1c13603afcd2fd76010c527ff5f2caed","key":"_osdiscover_session"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"p%3Dt","key":"__profilin"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"POST","key":"request_method"}],"responseTime":null,"body":"{\"data\":{\"id\":\"1aa93576-9650-4d99-b3dd-957c7ef01f4e\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"1aa93576-9650-4d99-b3dd-957c7ef01f4e\",\"start_time\":\"2018-09-06 00:00:00 +0300\",\"expiration_time\":\"2019-09-06 00:00:00 +0300\",\"limit_hosts\":5,\"order_code\":\"16502\",\"comments\":null,\"organization_id\":\"be042f2e-9a2e-416c-ae77-39654b2e4a9d\",\"organization\":{\"data\":{\"id\":\"be042f2e-9a2e-416c-ae77-39654b2e4a9d\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"be042f2e-9a2e-416c-ae77-39654b2e4a9d\",\"name\":\"tuserA\",\"parent_organization\":null,\"company_name\":\"tuserA\",\"created_at\":\"2018-06-19 22:13:01 +0300\",\"excluded_from_licenses\":false}}}}}}"}],"_postman_id":"80103d63-d8da-4b1c-8743-ce23bb32cd79"},{"name":"Update a license","id":"8b1b6ef2-f933-4562-9f5a-6c6ec74ac680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/licenses/:id?api_auth={{api_auth}}&session_value={{session_value}}&licenses[start_time]=2018/09/06&licenses[limit_hosts]=10&licenses[organization_id]=be042f2e-9a2e-416c-ae77-39654b2e4a9d&licenses[expiration_time]=2020/09/06&licenses[comment]=comment&licenses[order_code]=16502","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","licenses",":id"],"host":["{{api_url}}"],"query":[{"key":"api_auth","value":"{{api_auth}}"},{"key":"session_value","value":"{{session_value}}"},{"key":"licenses[start_time]","value":"2018/09/06"},{"key":"licenses[limit_hosts]","value":"10"},{"key":"licenses[organization_id]","value":"be042f2e-9a2e-416c-ae77-39654b2e4a9d"},{"key":"licenses[expiration_time]","value":"2020/09/06"},{"key":"licenses[comment]","value":"comment"},{"key":"licenses[order_code]","value":"16502"}],"variable":[{"id":"96fb164e-ab2e-4438-aa95-305252d83d8a","type":"string","value":"1aa93576-9650-4d99-b3dd-957c7ef01f4e","key":"id"}]}},"response":[{"id":"bfd1fee3-28e4-4ab0-bd0c-fb5b07ed5429","name":"Update a license","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/licenses/:id?api_auth={{api_auth}}&session_value={{session_value}}&licenses[start_time]=2018/09/06&licenses[limit_hosts]=10&licenses[organization_id]=be042f2e-9a2e-416c-ae77-39654b2e4a9d&licenses[expiration_time]=2020/09/06&licenses[comment]=comment&licenses[order_code]=16502","host":["{{api_url}}"],"path":["v1","licenses",":id"],"query":[{"key":"api_auth","value":"{{api_auth}}"},{"key":"session_value","value":"{{session_value}}"},{"key":"licenses[start_time]","value":"2018/09/06"},{"key":"licenses[limit_hosts]","value":"10"},{"key":"licenses[organization_id]","value":"be042f2e-9a2e-416c-ae77-39654b2e4a9d"},{"key":"licenses[expiration_time]","value":"2020/09/06"},{"key":"licenses[comment]","value":"comment"},{"key":"licenses[order_code]","value":"16502"}],"variable":[{"key":"id","value":"1aa93576-9650-4d99-b3dd-957c7ef01f4e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 06 Sep 2018 15:43:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"a9dec253e51bcf5c2436c31f3a594c9b\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx/1.12.2 + Phusion Passenger 5.2.3","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"request_method=PUT; path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"_osdiscover_session=SEV4c2x0UXNPWnYwSXJJd3lEZHVFM3VjQkpZR04vTndVb3BDcUdLdnN4bU5wUko4eXBWSFVmUzBxMnhVZG9heVk1RjQrQlR4YmpCQzJrSjBZWnlEbnJESE91MDlVZUkraGQ4ZFljdnFVUjBxTmJ6UXVCVHFmSCtLekRHMkVzNHNmOGpuRXh0SStuczNiWmlqVkx3QlRDV2EzN21qaFQwV3h5YzViRk5UTndZdXp6K0ljUTBIcDJFTUxuSjVOTGliQXNOV2Nvc2pZM2ZDOXdESU42amhranNCM1BSdllHN1ZCMnNzVkdpZTFXdUdLQ01POEhtV3VDRjFDRzQrSjRRTEVydWZRODAwZkRHL1E2aTJTQ1pmY3NYejhDbFUrWEM4VStST01QNy84N003ZXRZZ0Y1N3hkS25FbmVwZ1hCZHpoak9ndE4vRnVsNERGNGRFQm1WZUdBPT0tLWNwVGR5WGdQU2xwbkRMQ0p1bUQ0UEE9PQ%3D%3D--55ecbe5b3bf7816ad40c70dbc5eeb45aa1de5808; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Meta-Request-Version","value":"0.6.0","name":"X-Meta-Request-Version","description":"Custom header"},{"key":"X-Powered-By","value":"Phusion Passenger 5.2.3","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"6a64634a-41c8-497a-bc72-9933a3496f73","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.050516","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"SEV4c2x0UXNPWnYwSXJJd3lEZHVFM3VjQkpZR04vTndVb3BDcUdLdnN4bU5wUko4eXBWSFVmUzBxMnhVZG9heVk1RjQrQlR4YmpCQzJrSjBZWnlEbnJESE91MDlVZUkraGQ4ZFljdnFVUjBxTmJ6UXVCVHFmSCtLekRHMkVzNHNmOGpuRXh0SStuczNiWmlqVkx3QlRDV2EzN21qaFQwV3h5YzViRk5UTndZdXp6K0ljUTBIcDJFTUxuSjVOTGliQXNOV2Nvc2pZM2ZDOXdESU42amhranNCM1BSdllHN1ZCMnNzVkdpZTFXdUdLQ01POEhtV3VDRjFDRzQrSjRRTEVydWZRODAwZkRHL1E2aTJTQ1pmY3NYejhDbFUrWEM4VStST01QNy84N003ZXRZZ0Y1N3hkS25FbmVwZ1hCZHpoak9ndE4vRnVsNERGNGRFQm1WZUdBPT0tLWNwVGR5WGdQU2xwbkRMQ0p1bUQ0UEE9PQ%3D%3D--55ecbe5b3bf7816ad40c70dbc5eeb45aa1de5808","key":"_osdiscover_session"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"p%3Dt","key":"__profilin"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"PUT","key":"request_method"}],"responseTime":null,"body":"{\"data\":{\"id\":\"1aa93576-9650-4d99-b3dd-957c7ef01f4e\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"1aa93576-9650-4d99-b3dd-957c7ef01f4e\",\"start_time\":\"2018-09-06 00:00:00 +0300\",\"expiration_time\":\"2020-09-06 00:00:00 +0300\",\"limit_hosts\":10,\"order_code\":\"16502\",\"comments\":null,\"organization_id\":\"be042f2e-9a2e-416c-ae77-39654b2e4a9d\",\"organization\":{\"data\":{\"id\":\"be042f2e-9a2e-416c-ae77-39654b2e4a9d\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"be042f2e-9a2e-416c-ae77-39654b2e4a9d\",\"name\":\"tuserA\",\"parent_organization\":null,\"company_name\":\"tuserA\",\"created_at\":\"2018-06-19 22:13:01 +0300\",\"excluded_from_licenses\":false}}}}}}"}],"_postman_id":"8b1b6ef2-f933-4562-9f5a-6c6ec74ac680"},{"name":"Delete a license","id":"cae4263e-e827-4d1d-8510-07f9abc08820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/licenses/:id?api_auth={{api_auth}}&session_value={{session_value}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","licenses",":id"],"host":["{{api_url}}"],"query":[{"key":"api_auth","value":"{{api_auth}}"},{"key":"session_value","value":"{{session_value}}"}],"variable":[{"id":"5bf7b410-b293-4b85-896a-da501ff61af8","type":"string","value":"4ecea297-eb7a-49b7-b512-387a9deee928","key":"id"}]}},"response":[],"_postman_id":"cae4263e-e827-4d1d-8510-07f9abc08820"},{"name":"Get Global License Settings","id":"64b5dc2a-342a-46c7-b30e-b4c4022fefe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/licenses/settings?api_auth={{api_auth}}&session_value={{session_value}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","licenses","settings"],"host":["{{api_url}}"],"query":[{"key":"api_auth","value":"{{api_auth}}"},{"key":"session_value","value":"{{session_value}}"}],"variable":[]}},"response":[{"id":"ab14ed57-34c5-44d5-8993-19f4e7878c33","name":"Get Global License Settings","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/licenses/settings?api_auth={{api_auth}}&session_value={{session_value}}","host":["{{api_url}}"],"path":["v1","licenses","settings"],"query":[{"key":"api_auth","value":"{{api_auth}}"},{"key":"session_value","value":"{{session_value}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 06 Sep 2018 15:44:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"a8e3c52676781dbde322cc8e9147bd4c\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx/1.12.2 + Phusion Passenger 5.2.3","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"_osdiscover_session=KzhCNGpwTkFFUHJZcVFqbW9uZGpLS1FCVkpURW9VN2dURUFuT0wyK2pBeUFHWjduSjFxcDlHalhpY0NYeGxtVS9lWUhwTWdRM3lwNzU0Rk5MaGd2SmYrZmxNeWpYWHNWU1ZMSUlnd3ZpdjZzdkNWbjYvcmJCbzFkNS9xZWN5WnZnd09mNC9OSThaeCt6ODc1UUlocXN0emMzTnZiOWFTOTBJYmFPRTJ5TEZET0JVbkhkc2NNcWY5NWZ4dTVRWXZtSXBVWUwzem5qSEdLaTlyRzJZSHhPZWgwc1JBNmlKMkVpdzltR3dXRTh2N21ETm9LL3Uza01xdEoycElNbkgvZm9uYTdOM3hTZWJ4cWZUWC9LdlNNYzdkdFZ0K1lWZDFsWVluYUFUL1RDWkl3UGtrdDBlWFd0ajhCc2dNN0FvaFBHbW1FUUdUS2R3V2NzL0ZPa3czUWJBPT0tLUtqMFIxaFJCTlozRWNpbStUdEE3Z1E9PQ%3D%3D--35d3f38bc12adfb429ff22421419ac4b73f2342f; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"request_method=; path=/; max-age=0; expires=Thu, 01 Jan 1970 00:00:00 -0000","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Meta-Request-Version","value":"0.6.0","name":"X-Meta-Request-Version","description":"Custom header"},{"key":"X-Powered-By","value":"Phusion Passenger 5.2.3","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"0c6eca35-e850-4363-97ed-2551a338dc36","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.030927","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"KzhCNGpwTkFFUHJZcVFqbW9uZGpLS1FCVkpURW9VN2dURUFuT0wyK2pBeUFHWjduSjFxcDlHalhpY0NYeGxtVS9lWUhwTWdRM3lwNzU0Rk5MaGd2SmYrZmxNeWpYWHNWU1ZMSUlnd3ZpdjZzdkNWbjYvcmJCbzFkNS9xZWN5WnZnd09mNC9OSThaeCt6ODc1UUlocXN0emMzTnZiOWFTOTBJYmFPRTJ5TEZET0JVbkhkc2NNcWY5NWZ4dTVRWXZtSXBVWUwzem5qSEdLaTlyRzJZSHhPZWgwc1JBNmlKMkVpdzltR3dXRTh2N21ETm9LL3Uza01xdEoycElNbkgvZm9uYTdOM3hTZWJ4cWZUWC9LdlNNYzdkdFZ0K1lWZDFsWVluYUFUL1RDWkl3UGtrdDBlWFd0ajhCc2dNN0FvaFBHbW1FUUdUS2R3V2NzL0ZPa3czUWJBPT0tLUtqMFIxaFJCTlozRWNpbStUdEE3Z1E9PQ%3D%3D--35d3f38bc12adfb429ff22421419ac4b73f2342f","key":"_osdiscover_session"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"p%3Dt","key":"__profilin"}],"responseTime":null,"body":"{\"status\":200,\"settings\":{\"global_limit_hosts\":1000},\"total_used\":262}"}],"_postman_id":"64b5dc2a-342a-46c7-b30e-b4c4022fefe5"},{"name":"Update Global License Settings","id":"ef068649-49d0-44bb-bb5e-38ce0ee2b321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/licenses/update_settings?api_auth={{api_auth}}&session_value={{session_value}}&global_limit_hosts=100","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","licenses","update_settings"],"host":["{{api_url}}"],"query":[{"key":"api_auth","value":"{{api_auth}}"},{"key":"session_value","value":"{{session_value}}"},{"key":"global_limit_hosts","value":"100"}],"variable":[]}},"response":[],"_postman_id":"ef068649-49d0-44bb-bb5e-38ce0ee2b321"},{"name":"Export Licenses","id":"760452a5-f76b-4c8d-88f3-177055aa7764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/licenses/export","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","licenses","export"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"4fdc62cf-8335-401b-a9bd-6c6e6a1f5efd","name":"All Licenses","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/licenses/?api_auth={{api_auth}}&session_value={{session_value}}","host":["{{api_url}}"],"path":["v1","licenses",""],"query":[{"key":"api_auth","value":"{{api_auth}}"},{"key":"session_value","value":"{{session_value}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 06 Sep 2018 15:39:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"a3fdc5aa7876a344a7ff853ad91d9514\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx/1.12.2 + Phusion Passenger 5.2.3","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"_osdiscover_session=cDRhZFlmSGY3dWxUY2VVVlR1R21VNmhLRlBCWGRNVmRHWVJsdEZvUDN3bGtJRzEwSG5uN3dUaGpubDh5YUZoSGR5WmgrSUsvUnMwMlRmTWdaSjVjZjhtc2wzVE5DMU5TYzJGaWhTdUVHS0lmUjE3U2lDT2I4Sm9DdFJ6b1VId3dXdkJROWNjNmhzQk5HZE9rdkRlTmlDUStkbEd1TzBLek9yYzhRZGpiU0gzVjFMdlFDejhuMWJXNnVzQ3dYbi9rT0RDMFliMUxDUlBVSTBMbkNMMEVNS0dvQmd1S29PbTIxS1M4RzNKN05XNTIwaDRGTGdDSGpMYmtZVGpSRXZKN2hRNjJiR1hpV3dzdC8zNC9oUjIwNmY5TFFnSmw1dFlKanVEdVJ1V1JRZjNOTmxCMWtyRThQZFVCMUp1OHFMWXR3bUxUbld0RnhMdWVVTnNYaVNiN2hBPT0tLVFrN25hYmxwYU9pQlVkSGJlZFhxREE9PQ%3D%3D--28d9455dbd5c5263a3696a8abc708f11366ca214; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Meta-Request-Version","value":"0.6.0","name":"X-Meta-Request-Version","description":"Custom header"},{"key":"X-Powered-By","value":"Phusion Passenger 5.2.3","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"439eaada-91b9-4eba-ab1a-3ec2674899cd","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"0.051230","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"cDRhZFlmSGY3dWxUY2VVVlR1R21VNmhLRlBCWGRNVmRHWVJsdEZvUDN3bGtJRzEwSG5uN3dUaGpubDh5YUZoSGR5WmgrSUsvUnMwMlRmTWdaSjVjZjhtc2wzVE5DMU5TYzJGaWhTdUVHS0lmUjE3U2lDT2I4Sm9DdFJ6b1VId3dXdkJROWNjNmhzQk5HZE9rdkRlTmlDUStkbEd1TzBLek9yYzhRZGpiU0gzVjFMdlFDejhuMWJXNnVzQ3dYbi9rT0RDMFliMUxDUlBVSTBMbkNMMEVNS0dvQmd1S29PbTIxS1M4RzNKN05XNTIwaDRGTGdDSGpMYmtZVGpSRXZKN2hRNjJiR1hpV3dzdC8zNC9oUjIwNmY5TFFnSmw1dFlKanVEdVJ1V1JRZjNOTmxCMWtyRThQZFVCMUp1OHFMWXR3bUxUbld0RnhMdWVVTnNYaVNiN2hBPT0tLVFrN25hYmxwYU9pQlVkSGJlZFhxREE9PQ%3D%3D--28d9455dbd5c5263a3696a8abc708f11366ca214","key":"_osdiscover_session"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"p%3Dt","key":"__profilin"}],"responseTime":null,"body":"{\"data\":[{\"id\":\"62525384-e0b8-4a54-9600-13e0eccf1ac2\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"62525384-e0b8-4a54-9600-13e0eccf1ac2\",\"start_time\":\"2018-08-24 00:00:00 +0300\",\"expiration_time\":\"2019-08-24 00:00:00 +0300\",\"limit_hosts\":1,\"order_code\":null,\"comments\":null,\"organization_id\":\"07b05efa-6c5e-40d2-ab7f-348a19f02d71\",\"organization\":{\"data\":{\"id\":\"07b05efa-6c5e-40d2-ab7f-348a19f02d71\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"07b05efa-6c5e-40d2-ab7f-348a19f02d71\",\"name\":\"tetete\",\"parent_organization\":48,\"company_name\":\"tetete\",\"created_at\":\"2018-08-24 15:24:14 +0300\",\"excluded_from_licenses\":true}}}}},{\"id\":\"90f6dd88-9260-47a2-82c1-45838659e781\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"90f6dd88-9260-47a2-82c1-45838659e781\",\"start_time\":\"2018-08-24 14:09:38 +0300\",\"expiration_time\":null,\"limit_hosts\":0,\"order_code\":null,\"comments\":null,\"organization_id\":\"8d9637af-fe33-48ab-b0b0-7728929c8171\",\"organization\":{\"data\":{\"id\":\"8d9637af-fe33-48ab-b0b0-7728929c8171\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"8d9637af-fe33-48ab-b0b0-7728929c8171\",\"name\":\"Test license  Test 3\",\"parent_organization\":24,\"company_name\":\"Test license  Test 3\",\"created_at\":\"2018-08-24 14:09:38 +0300\",\"excluded_from_licenses\":true}}}}},{\"id\":\"d0c0db0a-7bf9-430c-86cc-a3b9b61327ff\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"d0c0db0a-7bf9-430c-86cc-a3b9b61327ff\",\"start_time\":\"2018-08-24 14:07:27 +0300\",\"expiration_time\":null,\"limit_hosts\":0,\"order_code\":null,\"comments\":null,\"organization_id\":\"af69799b-14c0-4c68-9b8a-1e7c7e4a19a1\",\"organization\":{\"data\":{\"id\":\"af69799b-14c0-4c68-9b8a-1e7c7e4a19a1\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"af69799b-14c0-4c68-9b8a-1e7c7e4a19a1\",\"name\":\"Test license  Test 2\",\"parent_organization\":24,\"company_name\":\"Test license  Test 2\",\"created_at\":\"2018-08-24 14:07:27 +0300\",\"excluded_from_licenses\":true}}}}},{\"id\":\"0a4511e0-8268-4913-aa21-486143b25bb7\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"0a4511e0-8268-4913-aa21-486143b25bb7\",\"start_time\":\"2018-08-24 00:00:00 +0300\",\"expiration_time\":\"2019-08-24 00:00:00 +0300\",\"limit_hosts\":1,\"order_code\":null,\"comments\":null,\"organization_id\":\"994434d8-cbb5-4fbd-bd6d-e2f2649e27dc\",\"organization\":{\"data\":{\"id\":\"994434d8-cbb5-4fbd-bd6d-e2f2649e27dc\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"994434d8-cbb5-4fbd-bd6d-e2f2649e27dc\",\"name\":\"Test With Validation\",\"parent_organization\":48,\"company_name\":\"Test With Validation\",\"created_at\":\"2018-08-24 13:57:31 +0300\",\"excluded_from_licenses\":true}}}}},{\"id\":\"94707b9f-10a9-4a60-8598-956ecfedccfe\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"94707b9f-10a9-4a60-8598-956ecfedccfe\",\"start_time\":\"2018-08-23 00:00:00 +0300\",\"expiration_time\":\"2019-08-23 00:00:00 +0300\",\"limit_hosts\":1,\"order_code\":null,\"comments\":null,\"organization_id\":\"20cd6dec-464f-4b4c-bd35-2bbcb61f9f4e\",\"organization\":{\"data\":{\"id\":\"20cd6dec-464f-4b4c-bd35-2bbcb61f9f4e\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"20cd6dec-464f-4b4c-bd35-2bbcb61f9f4e\",\"name\":\"Positives Inc.\",\"parent_organization\":48,\"company_name\":\"Positives Inc.\",\"created_at\":\"2018-08-23 22:35:00 +0300\",\"excluded_from_licenses\":true}}}}},{\"id\":\"7cbd0cd3-bd04-4e2f-a99b-fc023ccbdba2\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"7cbd0cd3-bd04-4e2f-a99b-fc023ccbdba2\",\"start_time\":\"2018-08-03 00:00:00 +0300\",\"expiration_time\":null,\"limit_hosts\":0,\"order_code\":null,\"comments\":\"\",\"organization_id\":\"95357ec8-d60d-465f-b736-5a83b43c58f8\",\"organization\":{\"data\":{\"id\":\"95357ec8-d60d-465f-b736-5a83b43c58f8\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"95357ec8-d60d-465f-b736-5a83b43c58f8\",\"name\":\"Test Excluded from license\",\"parent_organization\":24,\"company_name\":\"Test Excluded from license\",\"created_at\":\"2018-08-03 22:37:03 +0300\",\"excluded_from_licenses\":true}}}}},{\"id\":\"a0a004fc-8552-442a-ad54-3975a0344a1d\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"a0a004fc-8552-442a-ad54-3975a0344a1d\",\"start_time\":\"2018-07-19 00:00:00 +0300\",\"expiration_time\":\"2019-07-19 00:00:00 +0300\",\"limit_hosts\":1,\"order_code\":null,\"comments\":null,\"organization_id\":\"38eb6781-1cd6-4caf-8c8f-5ec31255b250\",\"organization\":{\"data\":{\"id\":\"38eb6781-1cd6-4caf-8c8f-5ec31255b250\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"38eb6781-1cd6-4caf-8c8f-5ec31255b250\",\"name\":\"robaorg\",\"parent_organization\":null,\"company_name\":\"robaorg\",\"created_at\":\"2018-07-19 22:39:48 +0300\",\"excluded_from_licenses\":false}}}}},{\"id\":\"751689f6-e0fc-4e21-a05d-4134fc6ec7e2\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"751689f6-e0fc-4e21-a05d-4134fc6ec7e2\",\"start_time\":\"2018-07-18 00:00:00 +0300\",\"expiration_time\":\"2019-07-18 00:00:00 +0300\",\"limit_hosts\":10,\"order_code\":null,\"comments\":null,\"organization_id\":\"f0dd1616-31b9-4171-b3fb-b1d1cd45818c\",\"organization\":{\"data\":{\"id\":\"f0dd1616-31b9-4171-b3fb-b1d1cd45818c\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"f0dd1616-31b9-4171-b3fb-b1d1cd45818c\",\"name\":\"robcorg2\",\"parent_organization\":null,\"company_name\":\"robcorg2\",\"created_at\":\"2018-07-18 17:20:06 +0300\",\"excluded_from_licenses\":false}}}}},{\"id\":\"98555f1b-4508-4c49-a705-250fa63ddd49\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"98555f1b-4508-4c49-a705-250fa63ddd49\",\"start_time\":\"2018-07-17 00:00:00 +0300\",\"expiration_time\":\"2018-07-31 00:00:00 +0300\",\"limit_hosts\":2,\"order_code\":null,\"comments\":null,\"organization_id\":\"37880c64-1ff4-4da0-8a14-f40cef4f5911\",\"organization\":{\"data\":{\"id\":\"37880c64-1ff4-4da0-8a14-f40cef4f5911\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"37880c64-1ff4-4da0-8a14-f40cef4f5911\",\"name\":\"Test license  100\",\"parent_organization\":48,\"company_name\":\"Test license  100\",\"created_at\":\"2018-06-23 17:35:55 +0300\",\"excluded_from_licenses\":false}}}}},{\"id\":\"ab0af8ae-ddac-4af2-8229-9082fad21bb2\",\"type\":\"licenses\",\"attributes\":{\"uuid\":\"ab0af8ae-ddac-4af2-8229-9082fad21bb2\",\"start_time\":\"2018-07-17 00:00:00 +0300\",\"expiration_time\":\"2018-07-31 00:00:00 +0300\",\"limit_hosts\":5,\"order_code\":null,\"comments\":null,\"organization_id\":\"37880c64-1ff4-4da0-8a14-f40cef4f5911\",\"organization\":{\"data\":{\"id\":\"37880c64-1ff4-4da0-8a14-f40cef4f5911\",\"type\":\"organizations\",\"attributes\":{\"uuid\":\"37880c64-1ff4-4da0-8a14-f40cef4f5911\",\"name\":\"Test license  100\",\"parent_organization\":48,\"company_name\":\"Test license  100\",\"created_at\":\"2018-06-23 17:35:55 +0300\",\"excluded_from_licenses\":false}}}}}],\"meta\":{\"pagination\":{\"total_count\":133,\"total_pages\":14,\"per_page\":10,\"current_page\":1},\"total_licenses\":247}}"}],"_postman_id":"760452a5-f76b-4c8d-88f3-177055aa7764"}],"id":"afedbf81-95c6-4704-bae5-bc760d9bb1a2","event":[{"listen":"prerequest","script":{"id":"cd0ba89e-b4e5-484e-9376-3343265c71bb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3ce0c63c-aef9-46f9-aa7b-9d5d19edc667","type":"text/javascript","exec":[""]}}],"_postman_id":"afedbf81-95c6-4704-bae5-bc760d9bb1a2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Targets","item":[{"name":"List Targets","id":"e8c301cb-1234-41a9-9b21-f03d68d13ad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/targets/","description":"<p>Return a list of all of the network hosts configured in your Clone Guard® Security Scanning portal and the user identified as the owner of the asset.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","targets",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"f4c976c3-4c9c-4817-b3f3-eec558306927","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/targets/?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","targets",""],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"e3616267-5b57-4201-92b0-073d0dcb31ba"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"ETag","value":"W/\"554e674e921ef31780bf68214ff77f77\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"10.299739"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Tue, 05 Mar 2019 20:09:08 GMT"},{"key":"Set-Cookie","value":"_osdiscover_session=WlpiSU1qS1I3Um1Id0pySVhUaDgrZFVZWllTQ0ZLaFlUQ2lDS3lwN2FnSm5BR05ZK1I2cFpHZlQzWCs2dHlhbE1uY1FjbWE4WGhRQ3dRTDNBaTI1cW5DRjBYc09BSElRRnpGbUNhU1VYYmxrN0NEVmVteC9Pc3Ztbk5XZk9WYjZrSUZld0FZZ0dJZVFrU0NsS3NETkVJei9SRXFvL1NReWpUeDlMNjhRZnAzWXFTRWFLQXRiTEMrOXlMU0daSVpJVnVNeEVIZWFOeHFGTG9pekxoUTBLOWV0SFRBd09BMW9kU3JWem5vczNLYz0tLUNzYjBIMnZTbGNtQWhrVHNlbjBjREE9PQ%3D%3D--af65dcde59dfab8d5aeacafba734f3fffd73eacb; path=/; HttpOnly"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.1"},{"key":"Server","value":"nginx/1.15.8 + Phusion Passenger 6.0.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"Get Targets\",\n    \"pagination\": {\n        \"total_count\": 4,\n        \"total_pages\": 1,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"current_page_results\": 4\n    },\n    \"ips_count\": 2,\n    \"settings\": {\n        \"modifiable\": true,\n        \"modify_targets_messages\": \"For assistance with changing your Target information,\\r\\nplease contact our Security Operations Center (SOC) at: esupport@clone-systems.com\\r\\n\"\n    },\n    \"targets\": [\n        {\n            \"8353d563-422e-4cab-875a-60aaf496695b\": {\n                \"id\": \"8353d563-422e-4cab-875a-60aaf496695b\",\n                \"name\": \"Demo Target 1551815776\",\n                \"creation_time\": \"2019-03-05T13:56:22.000-06:00\",\n                \"modification_time\": \"2019-03-05T13:56:22.000-06:00\",\n                \"in_use\": 0,\n                \"tasks_used\": 0,\n                \"owner\": \"csadmin\",\n                \"hosts\": \"192.168.2.2\",\n                \"exclude_hosts\": \"\",\n                \"max_hosts\": 1,\n                \"comment\": \"Demo Target 1551815776\",\n                \"app_type\": \"vrms\"\n            },\n            \"7b6f4a4b-5214-451b-82c5-4bc6172a96de\": {\n                \"id\": \"7b6f4a4b-5214-451b-82c5-4bc6172a96de\",\n                \"name\": \"Router Test\",\n                \"creation_time\": \"2018-12-28T11:28:51.000-06:00\",\n                \"modification_time\": \"2018-12-28T11:28:51.000-06:00\",\n                \"in_use\": 1,\n                \"tasks_used\": 1,\n                \"owner\": \"admin\",\n                \"hosts\": \"192.168.1.1\",\n                \"exclude_hosts\": \"\",\n                \"max_hosts\": 1,\n                \"comment\": \"\",\n                \"app_type\": \"vrms\"\n            },\n            \"fce163cd-038e-4feb-bd3b-946d2a1800c7\": {\n                \"id\": \"fce163cd-038e-4feb-bd3b-946d2a1800c7\",\n                \"name\": \"VRMS DemoWeb\",\n                \"creation_time\": \"2018-12-04T06:21:18.000-06:00\",\n                \"modification_time\": \"2018-12-06T16:06:10.000-06:00\",\n                \"in_use\": 1,\n                \"tasks_used\": 2,\n                \"owner\": \"ben\",\n                \"hosts\": \"demoweb.clone-systems.com\",\n                \"exclude_hosts\": \"\",\n                \"max_hosts\": 1,\n                \"comment\": \"Test Web Server\",\n                \"app_type\": \"vrms\"\n            },\n            \"33e8291e-70d0-4bf8-ad8d-b1e95c2c7a0c\": {\n                \"id\": \"33e8291e-70d0-4bf8-ad8d-b1e95c2c7a0c\",\n                \"name\": \"VRMS Scan\",\n                \"creation_time\": \"2018-12-03T12:57:30.000-06:00\",\n                \"modification_time\": \"2018-12-06T16:06:40.000-06:00\",\n                \"in_use\": 1,\n                \"tasks_used\": 1,\n                \"owner\": \"ben\",\n                \"hosts\": \"vrms.clone-systems.com\",\n                \"exclude_hosts\": \"\",\n                \"max_hosts\": 1,\n                \"comment\": \"\",\n                \"app_type\": \"vrms\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e8c301cb-1234-41a9-9b21-f03d68d13ad7"},{"name":"List limited targets","id":"3ed11332-ab28-4de0-970b-c253f5548755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/targets/limited","description":"<p>Return a slim list of all of the targets configured in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","targets","limited"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"b706ef3a-b5fa-41d5-8d57-07426215e0c0","name":"200","originalRequest":{"method":"GET","header":[],"url":"{{api_url}}/v1/targets/limited"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"42f855e7b8e6d4ecd4471d9d6d73cb7a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"X-Request-Id","value":"27b5526b-ae12-45a0-9388-f0d27124fdb9"},{"key":"X-Runtime","value":"0.887070"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"Get Limited Targets\",\n    \"pagination\": {\n        \"total_count\": 36,\n        \"total_pages\": 4,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"current_page_results\": 10\n    },\n    \"ips_count\": 15,\n    \"targets\": {\n        \"a26d1d73-15b9-4b68-9f47-a804b32f4036\": {\n            \"id\": \"a26d1d73-15b9-4b68-9f47-a804b32f4036\",\n            \"name\": \"8709469\"\n        },\n        \"8bd22cda-daa5-4f3f-bfbc-2f137716254b\": {\n            \"id\": \"8bd22cda-daa5-4f3f-bfbc-2f137716254b\",\n            \"name\": \"8711860\"\n        },\n        \"9d83a2d5-0bfc-4290-a6fa-85b0797983a9\": {\n            \"id\": \"9d83a2d5-0bfc-4290-a6fa-85b0797983a9\",\n            \"name\": \"Enrollment123\"\n        },\n        \"12dfbdb6-fc15-45c8-a07f-e83185ff904a\": {\n            \"id\": \"12dfbdb6-fc15-45c8-a07f-e83185ff904a\",\n            \"name\": \"March 29 2019 RESCAN Enrollment123\"\n        },\n        \"fefea088-4a7c-4754-a128-395272f5dae6\": {\n            \"id\": \"fefea088-4a7c-4754-a128-395272f5dae6\",\n            \"name\": \"PRF Test pcidemo\"\n        },\n        \"5438bfb8-c927-476a-80e5-f5d95edaba8e\": {\n            \"id\": \"5438bfb8-c927-476a-80e5-f5d95edaba8e\",\n            \"name\": \"8713753\"\n        },\n        \"43c43621-6ca3-40c3-b2ba-32c831d6af28\": {\n            \"id\": \"43c43621-6ca3-40c3-b2ba-32c831d6af28\",\n            \"name\": \"demoweb.clone-systems.com - Tom\"\n        },\n        \"87243029-7321-4a2f-bc2e-737959f3a327\": {\n            \"id\": \"87243029-7321-4a2f-bc2e-737959f3a327\",\n            \"name\": \"PRF Test 9 Hosts\"\n        },\n        \"e342de71-4d5d-494d-923a-5f67889c1570\": {\n            \"id\": \"e342de71-4d5d-494d-923a-5f67889c1570\",\n            \"name\": \"8351439\"\n        },\n        \"e25bbc14-3e63-4869-93af-33ace21a6146\": {\n            \"id\": \"e25bbc14-3e63-4869-93af-33ace21a6146\",\n            \"name\": \"8351440\"\n        }\n    }\n}"}],"_postman_id":"3ed11332-ab28-4de0-970b-c253f5548755"},{"name":"Get a target","id":"ab6bf356-f4be-4ba1-bace-dfa735bc00f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/targets/:uuid","description":"<p>Show the information for existing network hosts in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","targets",":uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) The unique identifier of the target.</p>\n","type":"text/plain"},"type":"string","value":"8a6fd399-b4b2-4fba-96a2-a36009485c93","key":"uuid"}]}},"response":[{"id":"b022af76-e97b-4598-a5bf-c5ea08e9a2f4","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/targets/:uuid","host":["{{api_url}}"],"path":["v1","targets",":uuid"],"variable":[{"key":"uuid","value":"8a6fd399-b4b2-4fba-96a2-a36009485c93","description":"(Required) The unique identifier of the target."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"77c6e77ebcc4e89f23c4ca30d212827e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"X-Request-Id","value":"034f19e5-af67-4856-a76d-9d79cd574912"},{"key":"X-Runtime","value":"0.775088"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"Get Target\",\n    \"settings\": {\n        \"modifiable\": true,\n        \"modify_targets_messages\": \"For assistance with changing your Target information, please contact our Security Operations Center (SOC) at: esupport@clone-systems.com\"\n    },\n    \"targets\": [\n        {\n            \"8a6fd399-b4b2-4fba-96a2-a36009485c93\": {\n                \"id\": \"8a6fd399-b4b2-4fba-96a2-a36009485c93\",\n                \"name\": \"All privileged TCP and UDP, clone-systems.com\",\n                \"creation_time\": \"2019-09-03T09:37:34.000-04:00\",\n                \"modification_time\": \"2019-09-03T09:37:34.000-04:00\",\n                \"in_use\": 0,\n                \"tasks_used\": 0,\n                \"owner\": \"admin\",\n                \"hosts\": \"clone-systems.com\",\n                \"exclude_hosts\": \"\",\n                \"max_hosts\": 1,\n                \"comment\": \"\",\n                \"app_type\": \"pci\",\n                \"port_list\": {\n                    \"id\": \"5f2029f6-56fe-11e1-bb94-406186ea4fc5\",\n                    \"name\": \"All privileged TCP and UDP\"\n                },\n                \"credentials\": {\n                    \"ssh\": {},\n                    \"esxi\": {},\n                    \"smb\": {},\n                    \"snmp\": {}\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"ab6bf356-f4be-4ba1-bace-dfa735bc00f2"},{"name":"Check if create new target allowed","id":"714806c9-78f0-465e-b5e2-53e997150bdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/targets/allow","description":"<p>Check whether a new target is allowed to be created</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","targets","allow"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"132556aa-710b-45d0-88c4-124fd3c13bdf","name":"200","originalRequest":{"method":"GET","header":[],"url":"{{api_url}}/v1/targets/allow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"6525987f74e8068d81ce0412d2300b85\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"X-Request-Id","value":"3655a596-0762-4fea-beb5-7378ca2b432a"},{"key":"X-Runtime","value":"1.747366"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"\",\n    \"settings\": {\n        \"modifiable\": true,\n        \"modify_targets_messages\": \"For assistance with changing your Target information, please contact our Security Operations Center (SOC) at: esupport@clone-systems.com\"\n    },\n    \"meta\": {\n        \"allow_new_target\": true,\n        \"organization\": \"Clone Systems, Inc.\",\n        \"unlimited\": true,\n        \"limit_hosts\": 1,\n        \"used_hosts\": 2\n    }\n}"}],"_postman_id":"714806c9-78f0-465e-b5e2-53e997150bdd"},{"name":"Targets statistics","id":"6bf66abd-15ad-4aa7-b478-ceb42c9dfff8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/targets/statistics","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","targets","statistics"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"8f975b82-ba75-4be7-a616-3c216794e703","name":"200","originalRequest":{"method":"GET","header":[],"url":"{{api_url}}/v1/targets/statistics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"e705107498d9678f70b73df470d85afc\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"X-Request-Id","value":"6dde4cba-d004-42c2-9a5f-95dc38cd5155"},{"key":"X-Runtime","value":"1.285080"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"Get Target Statistics\",\n    \"statistics\": {\n        \"total_number\": 12,\n        \"total_ips\": 15,\n        \"total_limit_hosts\": 1,\n        \"unlimited_licenses\": true\n    }\n}"}],"_postman_id":"6bf66abd-15ad-4aa7-b478-ceb42c9dfff8"},{"name":"Create new Target","id":"35f2a891-54e9-429c-aba4-4f6178b1edca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) Enter the name for your network hosts</p>\n","key":"targets[name]","type":"text","value":"Demo Target 1780164418"},{"description":"<p>(Required) Enter the IP Address or IP range for your network hosts (Ex: An IP: 192.168.1.1 or a range of IPs: 192.168.1.0/24)</p>\n","key":"targets[hosts]","type":"text","value":"192.168.2.2"},{"description":"<p>Enter a comments that you want to associate with the network hosts</p>\n","key":"targets[comment]","type":"text","value":"Demo Target 1780164418"},{"key":"targets[port_list_id]","value":"fd591a34-56fd-11e1-9f27-406186ea4fc5","description":"<p>(Optional) [VRMS, PENETRATION]  Get port list from {{api_url}}/v1/port_lists/activated</p>\n","type":"text"},{"description":"<p>(Optional) SSH Credential</p>\n","key":"targets[credentials][ssh]","type":"text","value":"52443fbf-2529-456f-96e4-85e06f216431"},{"description":"<p>(Optional) SMB Credential</p>\n","key":"targets[credentials][smb]","type":"text","value":"62741a22-97c0-447e-876c-4141148dcfc5"},{"description":"<p>(Optional) ESXi Credential</p>\n","key":"targets[credentials][esxi]","type":"text","value":"52443fbf-2529-456f-96e4-85e06f216431"},{"description":"<p>(Optional) SNMP Credential</p>\n","key":"targets[credentials][snmp]","type":"text","value":"52443fbf-2529-456f-96e4-85e06f216431"},{"description":"<p>(Optional) Default: 22. Is used with targets[credentials][ssh].</p>\n","key":"targets[ssh_port]","type":"text","value":"2222"}]},"url":"{{api_url}}/v1/targets/","description":"<p>Create new network hosts in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","targets",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"0ee701d5-2169-40c9-857c-a73e428c436f","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Enter the name for your network hosts","key":"targets[name]","type":"text","value":"Demo Target 1780164418"},{"description":"(Required) Enter the IP Address or IP range for your network hosts (Ex: An IP: 192.168.1.1 or a range of IPs: 192.168.1.0/24)","key":"targets[hosts]","type":"text","value":"192.168.2.2"},{"description":"Enter a comments that you want to associate with the network hosts","key":"targets[comment]","type":"text","value":"Demo Target 1780164418"},{"key":"targets[credentials][ssh]","type":"text","value":"52443fbf-2529-456f-96e4-85e06f216431"},{"key":"targets[credentials][smb]","type":"text","value":"62741a22-97c0-447e-876c-4141148dcfc5"},{"key":"targets[credentials][esxi]","type":"text","value":"52443fbf-2529-456f-96e4-85e06f216431"},{"key":"targets[credentials][snmp]","type":"text","value":"52443fbf-2529-456f-96e4-85e06f216431"},{"description":"Default: 22. Is used with targets[credentials][ssh].","key":"targets[ssh_port]","type":"text","value":"2222"}]},"url":{"raw":"{{api_url}}/v1/targets/?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","targets",""],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"status_text\": \"Target created successfully\",\n    \"id\": \"e50b7ad0-35a0-44f7-b203-f28d71c81cbd\"\n}"}],"_postman_id":"35f2a891-54e9-429c-aba4-4f6178b1edca"},{"name":"Modify an existing Target","id":"a79708a0-8773-45bc-ab98-e633e0f45e2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"targets[name]","value":"Demo Target 1780164418","description":"<p>(Required) Enter the name for your network hosts</p>\n","type":"text"},{"key":"targets[hosts]","value":"192.168.2.2","description":"<p>(Required) Enter the IP Address or IP range for your network hosts (Ex: An IP: 192.168.1.1 or a range of IPs: 192.168.1.0/24)</p>\n","type":"text"},{"key":"targets[comment]","value":"Demo Target 1780164418","description":"<p>Enter a comments that you want to associate with the network hosts</p>\n","type":"text"},{"key":"targets[port_list_id]","value":"fd591a34-56fd-11e1-9f27-406186ea4fc5","description":"<p>(Optional) [VRMS, PENETRATION]  Get port list from {{api_url}}/v1/port_lists/activated</p>\n","type":"text"},{"key":"targets[credentials][ssh]","value":"52443fbf-2529-456f-96e4-85e06f216431","description":"<p>(Optional) SSH Credential</p>\n","type":"text"},{"key":"targets[credentials][smb]","value":"62741a22-97c0-447e-876c-4141148dcfc5","description":"<p>(Optional) SMB Credential</p>\n","type":"text"},{"key":"targets[credentials][esxi]","value":"52443fbf-2529-456f-96e4-85e06f216431","description":"<p>(Optional) ESXi Credential</p>\n","type":"text"},{"key":"targets[credentials][snmp]","value":"52443fbf-2529-456f-96e4-85e06f216431","description":"<p>(Optional) SNMP Credential</p>\n","type":"text"},{"key":"targets[ssh_port]","value":"2222","description":"<p>(Optional) Default: 22. Is used with targets[credentials][ssh].</p>\n","type":"text"}]},"url":"{{api_url}}/v1/targets/:uuid","description":"<p>Update existing network hosts in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","targets",":uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"e50b7ad0-35a0-44f7-b203-f28d71c81cbd","key":"uuid"}]}},"response":[{"id":"dc1c0b1f-4757-4a0b-b63e-2f0686292558","name":"200 Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"targets[name]","value":"Demo Target 1780164418","description":"(Required) Enter the name for your network hosts","type":"text"},{"key":"targets[hosts]","value":"192.168.2.2","description":"(Required) Enter the IP Address or IP range for your network hosts (Ex: An IP: 192.168.1.1 or a range of IPs: 192.168.1.0/24)","type":"text"},{"key":"targets[comment]","value":"Demo Target 1780164418","description":"Enter a comments that you want to associate with the network hosts","type":"text","disabled":true},{"key":"targets[credentials][ssh]","value":"52443fbf-2529-456f-96e4-85e06f216431","type":"text"},{"key":"targets[credentials][smb]","value":"62741a22-97c0-447e-876c-4141148dcfc5","type":"text"},{"key":"targets[credentials][esxi]","value":"52443fbf-2529-456f-96e4-85e06f216431","type":"text"},{"key":"targets[credentials][snmp]","value":"52443fbf-2529-456f-96e4-85e06f216431","type":"text"},{"key":"targets[ssh_port]","value":"2222","description":"Default: 22. Is used with targets[credentials][ssh].","type":"text"}]},"url":{"raw":"{{api_url}}/v1/targets/:uuid?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","targets",":uuid"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}],"variable":[{"key":"uuid","value":"e50b7ad0-35a0-44f7-b203-f28d71c81cbd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"1f4bf457-2752-411d-8907-a5dbb6c4c502"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"ETag","value":"W/\"7d1627c925048e8b9cbf178ccce82f12\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"9.135894"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Tue, 05 Mar 2019 17:57:03 GMT"},{"key":"Set-Cookie","value":"_osdiscover_session=VjB4MW5KZ1N0Qm5UOWczdkJRbnVWVWlIUnV0b0xyZTVNUWhYZFVnQXdtOE0xenZTUnBRSkx0cXV3VDE5UkVHK29GUWk3aXc5cFdkbE1TTUhLaStnR3V3TmVIZHNLeVlyKzVnWjZVUzFPSFl5YTdSMS93NC83SW45dDk1dm56eE8wTStwZlBvWVhjNHg2SklDQUJPV2xDMkdZNit2SVBHSlR0MW81Si9wQTAzWVlqeUp1MVY4L2NuWVFUblZvK0FhRCtYRW5jVXJxaVRkQnFSR2FhaW1DMkdiamVrSTN2NUZsT3EwUVJxdlNkST0tLSswN2dkSTltV1Jkc2x3ay9Rc0R5bFE9PQ%3D%3D--0e18ad484f457ca1f22ee033514a07af9c274172; path=/; HttpOnly"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.1"},{"key":"Server","value":"nginx/1.15.8 + Phusion Passenger 6.0.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"Target updated successfully\",\n    \"id\": \"e50b7ad0-35a0-44f7-b203-f28d71c81cbd\"\n}"}],"_postman_id":"a79708a0-8773-45bc-ab98-e633e0f45e2c"},{"name":"Delete a target","id":"a30a4c5c-972b-46d2-bc1c-71690debe530","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/targets/:uuid","description":"<p>Delete existing network hosts in your Clone Guard® Security Scanning portal.</p>\n<blockquote>\n<p>Targets are permanently deleted and cannot be recovered.</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","targets",":uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"e50b7ad0-35a0-44f7-b203-f28d71c81cbd","key":"uuid"}]}},"response":[],"_postman_id":"a30a4c5c-972b-46d2-bc1c-71690debe530"}],"id":"a8c1e456-7cac-41f1-b13f-6d3b549efae5","description":"<p>The Targets request is used to administer your customer’s network hosts that they plan to scan from your Clone Guard® Security<br />Scanning portal.</p>\n","event":[{"listen":"prerequest","script":{"id":"2b4d963e-b907-4597-b8ff-b7b85d680fec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"defd26a6-4363-4aea-a247-c0f15d1d2e5d","type":"text/javascript","exec":[""]}}],"_postman_id":"a8c1e456-7cac-41f1-b13f-6d3b549efae5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Schedules","item":[{"name":"Schedules List","event":[{"listen":"prerequest","script":{"id":"c8972c10-1f2b-4d70-a6cd-da8ac439bb84","exec":[""],"type":"text/javascript"}}],"id":"d145bc82-5885-4ef9-8d52-69bf46d32cf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/schedules","description":"<p>Return a list of all of the schedules configured in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","schedules"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d145bc82-5885-4ef9-8d52-69bf46d32cf9"},{"name":"List limited schedules","event":[{"listen":"prerequest","script":{"id":"c8972c10-1f2b-4d70-a6cd-da8ac439bb84","exec":[""],"type":"text/javascript"}}],"id":"c52a39b8-4817-42b3-9c19-16e5486f3385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/schedules/limited","description":"<p>Return a slim list of all of the schedules configured in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","schedules","limited"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c52a39b8-4817-42b3-9c19-16e5486f3385"},{"name":"Get a schedule","event":[{"listen":"prerequest","script":{"id":"c8972c10-1f2b-4d70-a6cd-da8ac439bb84","exec":[""],"type":"text/javascript"}}],"id":"744ae04e-cb41-4b75-b760-d4f43bb9868f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/schedules/:uuid","description":"<p>Show the information for an existing Schedule in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","schedules",":uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"fc8d9a1a-434b-4f60-8085-a0e919299527","key":"uuid"}]}},"response":[],"_postman_id":"744ae04e-cb41-4b75-b760-d4f43bb9868f"},{"name":"Schedules Options","event":[{"listen":"prerequest","script":{"id":"c8972c10-1f2b-4d70-a6cd-da8ac439bb84","exec":[""],"type":"text/javascript"}}],"id":"95085bf6-6896-46f1-922b-fd6f32f8d6af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/schedules/options","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","schedules","options"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"70a8c391-cb3b-4e6d-a5a1-32338fde7398","name":"200","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/schedules/options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"429c9b90a852df065ebe83afca9a792e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"X-Request-Id","value":"ec4e5183-0933-493b-a130-21696c19e912"},{"key":"X-Runtime","value":"0.082413"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"periods\": {\n        \"enabled\": true,\n        \"daily\": false,\n        \"weekly\": true,\n        \"monthly\": true\n    }\n}"}],"_postman_id":"95085bf6-6896-46f1-922b-fd6f32f8d6af"},{"name":"Create New Schedule","event":[{"listen":"prerequest","script":{"id":"c8972c10-1f2b-4d70-a6cd-da8ac439bb84","exec":["var moment = require('moment')","pm.environment.set(\"schedule_first_time\", moment().add(6, 'hours').format('YYYY-MM-DDThh:mm:ss') );",""],"type":"text/javascript"}}],"id":"5f233219-f026-411e-aa72-8fa7316b21d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) Enter the name for the schedule that will be used for your scan</p>\n","key":"schedules[name]","type":"text","value":"Demo Schedule 1780164418"},{"description":"<p>(Required) Some valid values: YYYY-MM-DDThh:mm:ss, DD/MM/YYYY hh:mm:ss</p>\n","key":"schedules[first_time]","type":"text","value":"{{schedule_first_time}}"},{"description":"<p>(Required) Time zone abbreviation for the date and time provided in the first_time parameter (Ex: EST)</p>\n","key":"schedules[timezone]","type":"text","value":"Europe/Athens"},{"description":"<p>Period after which the scan should run again represented as a number</p>\n","key":"schedules[period]","type":"text","value":"2"},{"description":"<p>Period unit after which the scan should run again (Ex: once, hour, day, week, month)</p>\n","key":"schedules[period_unit]","type":"text","value":"week"},{"description":"<p>The maximum duration the scan should run for represented as a number</p>\n","key":"schedules[duration]","type":"text","value":"2","disabled":true},{"description":"<p>The maximum duration unit the scan should run for (Ex: hour, day, week)</p>\n","key":"schedules[duration_unit]","type":"text","value":"day","disabled":true},{"description":"<p>Enter a comments that you want to associate with the network hosts</p>\n","key":"schedules[comment]","type":"text","value":"Demo Schedule 1780164418 comment"},{"key":"schedules[byday]","value":"SU","description":"<p>Weekly: SU,MO,TU,WE,TH,FR,SA\nMonthly: 1SU,2TU,4TH,-1FR etc.</p>\n","type":"text"},{"key":"schedules[bymonthday]","value":"1,15,45","description":"<p>Monthly: 1 to 31</p>\n","type":"text"}]},"url":"{{api_url}}/v1/schedules","description":"<p>Create new Schedule in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","schedules"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f233219-f026-411e-aa72-8fa7316b21d3"},{"name":"Modify a schedule","event":[{"listen":"prerequest","script":{"id":"c8972c10-1f2b-4d70-a6cd-da8ac439bb84","exec":["var moment = require('moment')","pm.environment.set(\"schedule_first_time\", moment().add(6, 'hours').format('YYYY-MM-DDThh:mm:ss') );",""],"type":"text/javascript"}}],"id":"64d7e5b6-5c00-4e09-b59b-e367fb6003a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) Enter the name for the schedule that will be used for your scan</p>\n","key":"schedules[name]","type":"text","value":"Demo Schedule 1780164418"},{"description":"<p>Some valid values: YYYY-MM-DDThh:mm:ss, DD/MM/YYYY hh:mm:ss</p>\n","key":"schedules[first_time]","type":"text","value":"{{schedule_first_time}}"},{"description":"<p>(Required) Time zone abbreviation for the date and time provided in the first_time parameter (Ex: EST)</p>\n","key":"schedules[timezone]","type":"text","value":"UTC"},{"description":"<p>Period after which the scan should run again represented as a number</p>\n","key":"schedules[period]","type":"text","value":"1"},{"description":"<p>Period unit after which the scan should run again (Ex: once, hour, day, week, month)</p>\n","key":"schedules[period_unit]","type":"text","value":"month"},{"description":"<p>The maximum duration the scan should run for represented as a number</p>\n","key":"schedules[duration]","type":"text","value":"2","disabled":true},{"description":"<p>The maximum duration unit the scan should run for (Ex: hour, day, week)</p>\n","key":"schedules[duration_unit]","type":"text","value":"day","disabled":true},{"description":"<p>Enter a comments that you want to associate with the network hosts</p>\n","key":"schedules[comment]","type":"text","value":"Demo Schedule 1780164418 comment"}]},"url":"{{api_url}}/v1/schedules/:id","description":"<p>Updating an existing Schedule in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","schedules",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) The unique identifier assigned to the schedule.</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"64d7e5b6-5c00-4e09-b59b-e367fb6003a3"},{"name":"Delete a schedule","event":[{"listen":"prerequest","script":{"id":"c8972c10-1f2b-4d70-a6cd-da8ac439bb84","exec":["",""],"type":"text/javascript"}}],"id":"2c0c6af0-3852-42ae-9162-39ffc6b24686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/schedules/:id","description":"<p>Delete Schedule in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","schedules",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) The unique identifier assigned to the schedule.</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"2c0c6af0-3852-42ae-9162-39ffc6b24686"}],"id":"bb7ad2eb-338d-419a-bbe7-61d4a2ef7af4","description":"<p>The Schedules request is used to administer start time and frequency for your customer’s network scans within your Clone Guard® Security Scanning portal.</p>\n","event":[{"listen":"prerequest","script":{"id":"9ba3e6bb-8f91-4c07-a453-277a492b3621","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6596dac3-86d8-40fd-aa29-f0e6b7da2796","type":"text/javascript","exec":[""]}}],"_postman_id":"bb7ad2eb-338d-419a-bbe7-61d4a2ef7af4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Notifications","item":[{"name":"List Notifications","id":"28c79619-86fc-40c8-aace-d1cf87966d8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/notifications","description":"<p>Return a list of all of the notifications configured in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","notifications"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"28c79619-86fc-40c8-aace-d1cf87966d8c"},{"name":"List limited notifications","id":"233ea9a3-3cc1-4650-b781-0040056bd5a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/notifications/limited","description":"<p>Return a slim list of all of the notifications configured in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","notifications","limited"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"233ea9a3-3cc1-4650-b781-0040056bd5a2"},{"name":"Get A Notification","id":"0ad1d1fb-e979-4d95-9a72-c450316793e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/notifications/:id","description":"<p>Show the information for an existing Notification in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","notifications",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) The unique identifier of the notification.</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"08b35ab9-50b2-477b-b252-e1a34637ea9a","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/notifications/b8aca9a8-f17f-424d-98f5-64263cd9a7d?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","notifications","b8aca9a8-f17f-424d-98f5-64263cd9a7d"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 16:17:39 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"99069334cacd7b3f0ba717e51bded479\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"27e7b299-8917-4009-aae6-794599608f2b","description":""},{"name":"x-runtime","key":"x-runtime","value":"6.180454","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":404,\"status_text\":\"Notification not found\",\"notifications\":[{}]}"},{"id":"5b6e138a-d134-49e7-a016-b7056ae3f853","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/notifications/b8aca9a8-f17f-424d-98f5-64263cd9a7d5?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","notifications","b8aca9a8-f17f-424d-98f5-64263cd9a7d5"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 16:15:35 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"7d1931a7030f933f647fc1c9f747343f\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"4bd33956-8a3f-4df6-91d1-d6be0a2c2832","description":""},{"name":"x-runtime","key":"x-runtime","value":"2.062658","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"Get notification\",\"notifications\":[{\"b8aca9a8-f17f-424d-98f5-64263cd9a7d5\":{\"id\":\"b8aca9a8-f17f-424d-98f5-64263cd9a7d5\",\"name\":\"terrence.vong@clone-systems.com - Started\",\"owner\":\"test-b\",\"in_use\":1,\"tasks_used\":1,\"severity_at_least\":null,\"status_changed\":\"Running\",\"email_options\":{\"to_address\":\"terrence.vong@clone-systems.com\",\"from_address\":\"notify@clone-systems.com\",\"subject\":\"Clone Systems Scan - $n\",\"message\":\"The Scan $n had $e.\\n\\nFor assistance with any issues regarding this Scan, please contact our Security Operations Center (SOC) at: esupport@clone-systems.com\\n\"},\"creation_time\":\"2017-07-27T15:45:06.000-04:00\",\"modification_time\":\"2017-07-27T15:45:06.000-04:00\"}}]}"}],"_postman_id":"0ad1d1fb-e979-4d95-9a72-c450316793e1"},{"name":"Create a Notification","id":"2aa07a4d-023c-427c-b742-e850534a16e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) Enter the name for your notification</p>\n","key":"notifications[name]","type":"text","value":"{name}"},{"description":"<p>(Required) Enter the individual or group email address that should receive the Notification.</p>\n","key":"notifications[to_address]","type":"text","value":"{to_address}"},{"description":"<p>Enter a severity between 0 and 10. If a vulnerability is detected the Notification will be triggered if the severity of the vulnerability is at least the number entered.</p>\n","key":"notifications[severity_at_least]","type":"text","value":"{severity_at_least}"},{"description":"<p> (Required) Enter the scan status that should trigger the Notification. Possible options are: Done, New, Requested, Running, Stop Requested, Stopped</p>\n","key":"notifications[status_changed]","type":"text","value":"RuNninG"},{"description":"<p>Enter the email address that the will appear as the sender of the Notification. The default is: “<a href=\"mailto:esupport@clone-systems.com\">esupport@clone-systems.com</a>”</p>\n","key":"notifications[from_address]","type":"text","value":"{from_address}"},{"description":"<p>Enter a custom subject for the email. The default is: “Clone Systems PCI Compliance Scan - $n”</p>\n","key":"notifications[subject]","type":"text","value":"{subject}"},{"description":"<p>Enter a custom message for the email. The default is: “The PCI Compliance Scan \"$n\" had $e.\n            For assistance with any issues regarding this PCI Compliance Scan, please contact our\n            Security Operations Center (SOC) at: <a href=\"mailto:esupport@clone-systems.com\">esupport@clone-systems.com</a>”</p>\n","key":"notifications[content]","type":"text","value":"{content}"}]},"url":"{{api_url}}/v1/notifications","description":"<p>Update an existing Notifications in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","notifications"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"26ce060f-be1d-4a3f-aed0-1e2a3efdb85c","name":"401 invalid Params","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/notifications/?session_value={{session_value}}&api_auth={{api_auth}}&notifications[name]={name}&notifications[to_address]={to_address}&notifications[severity_at_least]={severity_at_least}&notifications[status_changed]={status_changed}&notifications[from_address]={from_address}&notifications[subject]={subject}&notifications[content]={content}","host":["{{api_url}}"],"path":["v1","notifications",""],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"},{"key":"notifications[name]","value":"{name}"},{"key":"notifications[to_address]","value":"{to_address}"},{"key":"notifications[severity_at_least]","value":"{severity_at_least}"},{"key":"notifications[status_changed]","value":"{status_changed}"},{"key":"notifications[from_address]","value":"{from_address}"},{"key":"notifications[subject]","value":"{subject}"},{"key":"notifications[content]","value":"{content}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \n  \"status\": 401, \n  \"status_text\": \"Didn't provided the correct params. Name, to_address and status_changed are required\" \n}"}],"_postman_id":"2aa07a4d-023c-427c-b742-e850534a16e1"},{"name":"Update A Notification","id":"99db9e8f-7d3f-422c-bde6-340b9fe76958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"notifications[name]","value":"{name}","type":"text","description":"<p>(Required) Enter the name for your notification</p>\n"},{"key":"notifications[to_address]","value":"{to_address}","type":"text","description":"<p>(Required) Enter the individual or group email address that should receive the Notification.</p>\n"},{"key":"notifications[severity_at_least]","value":"{severity_at_least}","type":"text","description":"<p>Enter a severity between 0 and 10. If a vulnerability is detected the Notification will be triggered if the severity of the vulnerability is at least the number entered.</p>\n"},{"key":"notifications[status_changed]","value":"RuNninG","type":"text","description":"<p> (Required) Enter the scan status that should trigger the Notification. Possible options are: Done, New, Requested, Running, Stop Requested, Stopped</p>\n"},{"key":"notifications[from_address]","value":"{from_address}","type":"text","description":"<p>Enter the email address that the will appear as the sender of the Notification. The default is: “<a href=\"mailto:esupport@clone-systems.com\">esupport@clone-systems.com</a>”</p>\n"},{"key":"notifications[subject]","value":"{subject}","type":"text","description":"<p>Enter a custom subject for the email. The default is: “Clone Systems PCI Compliance Scan - $n”</p>\n"},{"key":"notifications[content]","value":"{content}","type":"text","description":"<p>Enter a custom message for the email. The default is: “The PCI Compliance Scan \"$n\" had $e.\n            For assistance with any issues regarding this PCI Compliance Scan, please contact our\n            Security Operations Center (SOC) at: <a href=\"mailto:esupport@clone-systems.com\">esupport@clone-systems.com</a>”</p>\n"}]},"url":"{{api_url}}/v1/notifications/:uuid","description":"<p>Update an existing Notifications in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","notifications",":uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) The unique identifier of the notification.</p>\n","type":"text/plain"},"type":"string","value":"","key":"uuid"}]}},"response":[{"id":"d90c6996-efe7-4464-af54-a7048dc0e012","name":"401 invalid Params","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/notifications/?session_value={{session_value}}&api_auth={{api_auth}}&notifications[name]={name}&notifications[to_address]={to_address}&notifications[severity_at_least]={severity_at_least}&notifications[status_changed]={status_changed}&notifications[from_address]={from_address}&notifications[subject]={subject}&notifications[content]={content}","host":["{{api_url}}"],"path":["v1","notifications",""],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"},{"key":"notifications[name]","value":"{name}"},{"key":"notifications[to_address]","value":"{to_address}"},{"key":"notifications[severity_at_least]","value":"{severity_at_least}"},{"key":"notifications[status_changed]","value":"{status_changed}"},{"key":"notifications[from_address]","value":"{from_address}"},{"key":"notifications[subject]","value":"{subject}"},{"key":"notifications[content]","value":"{content}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \n  \"status\": 401, \n  \"status_text\": \"Didn't provided the correct params. Name, to_address and status_changed are required\" \n}"}],"_postman_id":"99db9e8f-7d3f-422c-bde6-340b9fe76958"},{"name":"Delete A Notification","id":"19ccb721-db4d-43a9-8fe1-b5a1df462bc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/notifications/:id","description":"<p>Delete Notifications in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","notifications",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) The unique identifier of the notification.</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"19ccb721-db4d-43a9-8fe1-b5a1df462bc8"}],"id":"9dddf758-7f5e-472c-80db-88a25147ef2a","description":"<p>The Notifications request is used to administer alert notifications for your customer’s network scans within your Clone Guard®\nSecurity Scanning portal.</p>\n","_postman_id":"9dddf758-7f5e-472c-80db-88a25147ef2a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Scans","item":[{"name":"Get All Scans","id":"84d339ba-e793-41f1-a5fc-ac5d0bbe64c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/scans/?limited=false","description":"<p>Return a list of all of the network scans configured in your Clone Guard® Security Scanning portal and the associated targets and\nuser identified as the owner of the scan.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scans",""],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>Default: false</p>\n","type":"text/plain"},"key":"limited","value":"false"}],"variable":[]}},"response":[{"id":"c44095c6-02a7-4bf2-94e0-bd12315a2e33","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/scans?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","scans"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 16:35:10 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"beff874073f83446ca31099a9f7ae19a\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"e237c498-9ff0-4a39-b600-cb8f952812cc","description":""},{"name":"x-runtime","key":"x-runtime","value":"6.058369","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"Get scans\",\"count\":{\"total\":39},\"pagination\":{\"total_count\":39,\"total_pages\":4,\"per_page\":10,\"current_page\":1,\"current_page_results\":10},\"scans\":[{\"e384c3a9-e942-4cef-9ccc-4b4ac4ad22d4\":{\"id\":\"e384c3a9-e942-4cef-9ccc-4b4ac4ad22d4\",\"name\":\"SSP-553 1\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T14:06:28.000-04:00\",\"modification_time\":\"2017-08-03T14:36:09.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"8aec327b-f6fa-4d16-8d62-477fb0512410\",\"name\":\"SSP-553 1\",\"next_time\":\"2017-08-05T14:15:00.000-04:00\"},\"target\":{\"id\":\"b05e7c29-0b82-4a17-95b9-703a717c600d\",\"name\":\"Demoweb\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":31,\"reports_finished\":31},\"last_report\":{\"id\":\"87188b47-f2ef-47d9-b729-ccd1f053f3e5\",\"name\":\"2017-08-03T14:15:14.000-04:00\",\"scan_end\":\"2017-08-03T11:35:51.000-04:00\",\"timestamp\":\"2017-08-03T14:15:14.000-04:00\"}},\"244007fa-5b77-40ab-ae87-2c9824a5082f\":{\"id\":\"244007fa-5b77-40ab-ae87-2c9824a5082f\",\"name\":\"SSP-553 Scan 3\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T15:09:13.000-04:00\",\"modification_time\":\"2017-08-02T15:50:48.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"a4d48bd1-7560-40ed-bf8d-1e7a063deaf9\",\"name\":\"SSP-553 Schedule 1\",\"next_time\":\"2017-08-09T15:20:00.000-04:00\"},\"target\":{\"id\":\"c65b9f01-7f3a-4b6c-a39c-e7ca6d0a4efb\",\"name\":\"SSP-553 Target 1\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":8,\"reports_finished\":8},\"last_report\":{\"id\":\"1a0f0524-b3dd-4e79-8ac7-e0b03c7c7672\",\"name\":\"2017-07-26T15:20:06.000-04:00\",\"scan_end\":\"2017-08-02T12:50:26.000-04:00\",\"timestamp\":\"2017-07-26T15:20:06.000-04:00\"}},\"8a456653-30a0-494a-9ccb-20e96801d015\":{\"id\":\"8a456653-30a0-494a-9ccb-20e96801d015\",\"name\":\"SSP-553 Scan 2\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T15:08:49.000-04:00\",\"modification_time\":\"2017-08-02T15:45:36.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"a4d48bd1-7560-40ed-bf8d-1e7a063deaf9\",\"name\":\"SSP-553 Schedule 1\",\"next_time\":\"2017-08-09T15:20:00.000-04:00\"},\"target\":{\"id\":\"c65b9f01-7f3a-4b6c-a39c-e7ca6d0a4efb\",\"name\":\"SSP-553 Target 1\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":8,\"reports_finished\":8},\"last_report\":{\"id\":\"99cd5dd8-a94a-492a-99c9-6030c21f0dcb\",\"name\":\"2017-07-26T15:20:06.000-04:00\",\"scan_end\":\"2017-08-02T12:45:10.000-04:00\",\"timestamp\":\"2017-07-26T15:20:06.000-04:00\"}},\"37c9cdbd-f8d1-4a2d-89ef-02264f8266e5\":{\"id\":\"37c9cdbd-f8d1-4a2d-89ef-02264f8266e5\",\"name\":\"SSP-553 Scan 1\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T15:08:29.000-04:00\",\"modification_time\":\"2017-08-02T15:45:36.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"a4d48bd1-7560-40ed-bf8d-1e7a063deaf9\",\"name\":\"SSP-553 Schedule 1\",\"next_time\":\"2017-08-09T15:20:00.000-04:00\"},\"target\":{\"id\":\"c65b9f01-7f3a-4b6c-a39c-e7ca6d0a4efb\",\"name\":\"SSP-553 Target 1\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":8,\"reports_finished\":8},\"last_report\":{\"id\":\"bbdfb800-3ab3-4d3a-8788-996713ccc70f\",\"name\":\"2017-07-26T15:20:06.000-04:00\",\"scan_end\":\"2017-08-02T12:45:10.000-04:00\",\"timestamp\":\"2017-07-26T15:20:06.000-04:00\"}},\"afbd6a85-0880-45a7-a0fd-a5627bbbc29e\":{\"id\":\"afbd6a85-0880-45a7-a0fd-a5627bbbc29e\",\"name\":\"IPS Scan\",\"owner\":\"tonyTest\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-01-10T04:50:37.000-05:00\",\"modification_time\":\"2017-08-02T02:24:49.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{\"fad6c5e2-2dc6-4dc9-99e0-3894b89e979a\":{\"id\":\"fad6c5e2-2dc6-4dc9-99e0-3894b89e979a\",\"name\":\"Gmail Notifications - Completed\"},\"4d4db9e3-abf1-4e1e-aece-a54404a44398\":{\"id\":\"4d4db9e3-abf1-4e1e-aece-a54404a44398\",\"name\":\"Gmail Notifications - Started\"}}],\"schedule\":{\"id\":\"8d2a9136-1201-48b9-a3f0-db02be24f9ca\",\"name\":\"Every 2 Months (Day 2- Hour 09:00:00)\",\"next_time\":\"2017-09-02T03:00:00.000-04:00\"},\"target\":{\"id\":\"2032766c-70cf-4df8-b709-97252e333918\",\"name\":\"IPS Clone Systems\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"76300b96-2ca1-40df-8f74-29a4c773f138\",\"name\":\"CLONWLSCAN25 - 38.123.140.118\"},\"reports\":{\"reports_count\":5,\"reports_finished\":5},\"last_report\":{\"id\":\"dedb2573-e583-4254-9d04-21ee2a13620b\",\"name\":\"2017-08-02T02:00:15.000-04:00\",\"scan_end\":\"2017-08-02T00:24:39.000-04:00\",\"timestamp\":\"2017-08-02T02:00:15.000-04:00\"}},\"7bd8c365-1214-4d5c-8eb2-e42598f02b1d\":{\"id\":\"7bd8c365-1214-4d5c-8eb2-e42598f02b1d\",\"name\":\"Scan www.wardrobeandarmoire.co.uk\",\"owner\":\"csadmin\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-08-01T15:30:17.000-04:00\",\"modification_time\":\"2017-08-01T15:49:10.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"a91ec7f2-e46c-434b-a27f-f635aeb4da7e\",\"name\":\"www.wardrobeandarmoire.co.uk\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"2d6b34cb-40bb-4287-93da-90a84cf4bcbc\",\"name\":\"CLONWLSCAN23 - 38.123.140.82\"},\"reports\":{\"reports_count\":1,\"reports_finished\":1},\"last_report\":{\"id\":\"ec43482b-6345-4965-9223-886baf851582\",\"name\":\"2017-08-01T15:30:45.000-04:00\",\"scan_end\":\"2017-08-01T19:49:04.000-04:00\",\"timestamp\":\"2017-08-01T15:30:45.000-04:00\"}},\"22404ce3-051c-4857-a61b-d4e4f93a12b6\":{\"id\":\"22404ce3-051c-4857-a61b-d4e4f93a12b6\",\"name\":\"Postman8 Scan\",\"owner\":\"postman8\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-06-01T09:49:25.000-04:00\",\"modification_time\":\"2017-08-01T10:08:18.000-04:00\",\"comment\":\"Auto Test Scans Updated\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"914df480-0c7d-462c-b2dd-28cb1d17edda\",\"name\":\"Postman8 Schedule\",\"next_time\":\"2017-10-01T09:59:20.000-04:00\"},\"target\":{\"id\":\"9e76aa61-8209-439b-836c-44f9fa616c89\",\"name\":\"Postman8 Target\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"76300b96-2ca1-40df-8f74-29a4c773f138\",\"name\":\"CLONWLSCAN25 - 38.123.140.118\"},\"reports\":{\"reports_count\":2,\"reports_finished\":2},\"last_report\":{\"id\":\"79607c4f-e970-4d53-94d2-ed64fc39d9c2\",\"name\":\"2017-08-01T09:59:39.000-04:00\",\"scan_end\":\"2017-08-01T14:08:10.000-04:00\",\"timestamp\":\"2017-08-01T09:59:39.000-04:00\"}},\"89196091-d6c5-4aa7-a9d0-ff7036ef43a1\":{\"id\":\"89196091-d6c5-4aa7-a9d0-ff7036ef43a1\",\"name\":\"Tom Testing DNS resolution\",\"owner\":\"csadmin\",\"status\":\"Done\",\"in_use\":0,\"alterable\":0,\"creation_time\":\"2017-07-27T17:45:20.000-04:00\",\"modification_time\":\"2017-07-27T18:03:26.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"b22c37f8-354c-4266-9eb1-fef277563b5f\",\"name\":\"demoweb 4\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"df759a4c-237a-4cfe-9186-27deb099ab13\",\"name\":\"CLONWLSCAN24 - 38.123.140.83\"},\"reports\":{\"reports_count\":1,\"reports_finished\":1},\"last_report\":{\"id\":\"ac405a0d-2833-4e28-aa58-b7688304d52e\",\"name\":\"2017-07-27T17:45:51.000-04:00\",\"scan_end\":\"2017-07-27T22:03:08.000-04:00\",\"timestamp\":\"2017-07-27T17:45:51.000-04:00\"}},\"4ed2dc0f-ca45-4060-a7f2-63ca9f282be4\":{\"id\":\"4ed2dc0f-ca45-4060-a7f2-63ca9f282be4\",\"name\":\"Target_Test B 2017-07-27T15-45-05\",\"owner\":\"test-b\",\"status\":\"New\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-07-27T15:45:05.000-04:00\",\"modification_time\":\"2017-07-27T15:45:05.000-04:00\",\"comment\":null,\"progress\":0,\"notifications\":[{\"4c43de5e-be74-4652-b7f4-c90ac0cf7653\":{\"id\":\"4c43de5e-be74-4652-b7f4-c90ac0cf7653\",\"name\":\"terrence.vong@clone-systems.com - Completed\"},\"b8aca9a8-f17f-424d-98f5-64263cd9a7d5\":{\"id\":\"b8aca9a8-f17f-424d-98f5-64263cd9a7d5\",\"name\":\"terrence.vong@clone-systems.com - Started\"}}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"aa9c3759-b7a0-4053-b288-7b986452477b\",\"name\":\"Test B\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"76300b96-2ca1-40df-8f74-29a4c773f138\",\"name\":\"CLONWLSCAN25 - 38.123.140.118\"},\"reports\":{\"reports_count\":0,\"reports_finished\":0},\"last_report\":{\"id\":null,\"name\":null,\"scan_end\":null,\"timestamp\":null}},\"dd4a8777-f25f-4147-9eec-d09309b1581d\":{\"id\":\"dd4a8777-f25f-4147-9eec-d09309b1581d\",\"name\":\"Target_Test A 2017-07-27T15-38-50\",\"owner\":\"test-a\",\"status\":\"New\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-07-27T15:38:51.000-04:00\",\"modification_time\":\"2017-07-27T15:38:51.000-04:00\",\"comment\":null,\"progress\":0,\"notifications\":[{\"2b878089-9f1f-462f-8f37-dab24e7f9e1f\":{\"id\":\"2b878089-9f1f-462f-8f37-dab24e7f9e1f\",\"name\":\"tvong@clone-systems.com - Completed\"},\"197876bf-0bda-43e6-bd15-7396e925ed26\":{\"id\":\"197876bf-0bda-43e6-bd15-7396e925ed26\",\"name\":\"tvong@clone-systems.com - Started\"}}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"6e6c053b-3365-4fb4-8d3f-c519172e6748\",\"name\":\"Test A\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":0,\"reports_finished\":0},\"last_report\":{\"id\":null,\"name\":null,\"scan_end\":null,\"timestamp\":null}}}]}"}],"_postman_id":"84d339ba-e793-41f1-a5fc-ac5d0bbe64c8"},{"name":"Get A Scan","id":"b04ade6c-4c7d-44f7-ba7d-3c1b9fe8f5e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/scans/:id","description":"<p>Show the information for existing Scans in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scans",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) The unique identifier of the scan.</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"864a8589-0171-4964-a5be-cc0e232b3237","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/scans/e384c3a9-e942-4cef-9ccc-4b4ac4ad22d4?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","scans","e384c3a9-e942-4cef-9ccc-4b4ac4ad22d4"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 16:36:51 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"0030344482b37898846cac3090cb5310\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"8789fda2-9b59-4b75-bca2-f5ebee9e417f","description":""},{"name":"x-runtime","key":"x-runtime","value":"1.009239","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"Get scan\",\"scans\":[{\"e384c3a9-e942-4cef-9ccc-4b4ac4ad22d4\":{\"id\":\"e384c3a9-e942-4cef-9ccc-4b4ac4ad22d4\",\"name\":\"SSP-553 1\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T14:06:28.000-04:00\",\"modification_time\":\"2017-08-03T14:36:09.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"8aec327b-f6fa-4d16-8d62-477fb0512410\",\"name\":\"SSP-553 1\",\"next_time\":\"2017-08-05T14:15:00.000-04:00\"},\"target\":{\"id\":\"b05e7c29-0b82-4a17-95b9-703a717c600d\",\"name\":\"Demoweb\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":31,\"reports_finished\":31},\"last_report\":{\"id\":\"87188b47-f2ef-47d9-b729-ccd1f053f3e5\",\"name\":\"2017-08-03T14:15:14.000-04:00\",\"scan_end\":\"2017-08-03T11:35:51.000-04:00\",\"timestamp\":\"2017-08-03T14:15:14.000-04:00\"}}}]}"},{"id":"c8b6df7e-442d-490d-9eab-9b78df1697df","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/scans/{scan_uuid}?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","scans","{scan_uuid}"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 16:37:46 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"3ffd0352cd27f24debd587e61419fcac\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"b26e01fd-b3b8-4a1e-b58a-75b2288c9cd5","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.513312","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":404,\"status_text\":\"Scan not found\"}"}],"_postman_id":"b04ade6c-4c7d-44f7-ba7d-3c1b9fe8f5e2"},{"name":"Risk Over Time","id":"ea4d1b1f-884c-4c85-a31f-cd482264885f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/scans/risk_over_time?date_range=date>-3M","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scans","risk_over_time"],"host":["{{api_url}}"],"query":[{"key":"date_range","value":"date>-3M"}],"variable":[]}},"response":[{"id":"4bee4ff1-cd3b-48ec-b09f-d05a7ef8247b","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/scans?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","scans"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 16:35:10 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"beff874073f83446ca31099a9f7ae19a\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"e237c498-9ff0-4a39-b600-cb8f952812cc","description":""},{"name":"x-runtime","key":"x-runtime","value":"6.058369","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"Get scans\",\"count\":{\"total\":39},\"pagination\":{\"total_count\":39,\"total_pages\":4,\"per_page\":10,\"current_page\":1,\"current_page_results\":10},\"scans\":[{\"e384c3a9-e942-4cef-9ccc-4b4ac4ad22d4\":{\"id\":\"e384c3a9-e942-4cef-9ccc-4b4ac4ad22d4\",\"name\":\"SSP-553 1\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T14:06:28.000-04:00\",\"modification_time\":\"2017-08-03T14:36:09.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"8aec327b-f6fa-4d16-8d62-477fb0512410\",\"name\":\"SSP-553 1\",\"next_time\":\"2017-08-05T14:15:00.000-04:00\"},\"target\":{\"id\":\"b05e7c29-0b82-4a17-95b9-703a717c600d\",\"name\":\"Demoweb\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":31,\"reports_finished\":31},\"last_report\":{\"id\":\"87188b47-f2ef-47d9-b729-ccd1f053f3e5\",\"name\":\"2017-08-03T14:15:14.000-04:00\",\"scan_end\":\"2017-08-03T11:35:51.000-04:00\",\"timestamp\":\"2017-08-03T14:15:14.000-04:00\"}},\"244007fa-5b77-40ab-ae87-2c9824a5082f\":{\"id\":\"244007fa-5b77-40ab-ae87-2c9824a5082f\",\"name\":\"SSP-553 Scan 3\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T15:09:13.000-04:00\",\"modification_time\":\"2017-08-02T15:50:48.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"a4d48bd1-7560-40ed-bf8d-1e7a063deaf9\",\"name\":\"SSP-553 Schedule 1\",\"next_time\":\"2017-08-09T15:20:00.000-04:00\"},\"target\":{\"id\":\"c65b9f01-7f3a-4b6c-a39c-e7ca6d0a4efb\",\"name\":\"SSP-553 Target 1\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":8,\"reports_finished\":8},\"last_report\":{\"id\":\"1a0f0524-b3dd-4e79-8ac7-e0b03c7c7672\",\"name\":\"2017-07-26T15:20:06.000-04:00\",\"scan_end\":\"2017-08-02T12:50:26.000-04:00\",\"timestamp\":\"2017-07-26T15:20:06.000-04:00\"}},\"8a456653-30a0-494a-9ccb-20e96801d015\":{\"id\":\"8a456653-30a0-494a-9ccb-20e96801d015\",\"name\":\"SSP-553 Scan 2\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T15:08:49.000-04:00\",\"modification_time\":\"2017-08-02T15:45:36.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"a4d48bd1-7560-40ed-bf8d-1e7a063deaf9\",\"name\":\"SSP-553 Schedule 1\",\"next_time\":\"2017-08-09T15:20:00.000-04:00\"},\"target\":{\"id\":\"c65b9f01-7f3a-4b6c-a39c-e7ca6d0a4efb\",\"name\":\"SSP-553 Target 1\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":8,\"reports_finished\":8},\"last_report\":{\"id\":\"99cd5dd8-a94a-492a-99c9-6030c21f0dcb\",\"name\":\"2017-07-26T15:20:06.000-04:00\",\"scan_end\":\"2017-08-02T12:45:10.000-04:00\",\"timestamp\":\"2017-07-26T15:20:06.000-04:00\"}},\"37c9cdbd-f8d1-4a2d-89ef-02264f8266e5\":{\"id\":\"37c9cdbd-f8d1-4a2d-89ef-02264f8266e5\",\"name\":\"SSP-553 Scan 1\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T15:08:29.000-04:00\",\"modification_time\":\"2017-08-02T15:45:36.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"a4d48bd1-7560-40ed-bf8d-1e7a063deaf9\",\"name\":\"SSP-553 Schedule 1\",\"next_time\":\"2017-08-09T15:20:00.000-04:00\"},\"target\":{\"id\":\"c65b9f01-7f3a-4b6c-a39c-e7ca6d0a4efb\",\"name\":\"SSP-553 Target 1\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":8,\"reports_finished\":8},\"last_report\":{\"id\":\"bbdfb800-3ab3-4d3a-8788-996713ccc70f\",\"name\":\"2017-07-26T15:20:06.000-04:00\",\"scan_end\":\"2017-08-02T12:45:10.000-04:00\",\"timestamp\":\"2017-07-26T15:20:06.000-04:00\"}},\"afbd6a85-0880-45a7-a0fd-a5627bbbc29e\":{\"id\":\"afbd6a85-0880-45a7-a0fd-a5627bbbc29e\",\"name\":\"IPS Scan\",\"owner\":\"tonyTest\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-01-10T04:50:37.000-05:00\",\"modification_time\":\"2017-08-02T02:24:49.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{\"fad6c5e2-2dc6-4dc9-99e0-3894b89e979a\":{\"id\":\"fad6c5e2-2dc6-4dc9-99e0-3894b89e979a\",\"name\":\"Gmail Notifications - Completed\"},\"4d4db9e3-abf1-4e1e-aece-a54404a44398\":{\"id\":\"4d4db9e3-abf1-4e1e-aece-a54404a44398\",\"name\":\"Gmail Notifications - Started\"}}],\"schedule\":{\"id\":\"8d2a9136-1201-48b9-a3f0-db02be24f9ca\",\"name\":\"Every 2 Months (Day 2- Hour 09:00:00)\",\"next_time\":\"2017-09-02T03:00:00.000-04:00\"},\"target\":{\"id\":\"2032766c-70cf-4df8-b709-97252e333918\",\"name\":\"IPS Clone Systems\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"76300b96-2ca1-40df-8f74-29a4c773f138\",\"name\":\"CLONWLSCAN25 - 38.123.140.118\"},\"reports\":{\"reports_count\":5,\"reports_finished\":5},\"last_report\":{\"id\":\"dedb2573-e583-4254-9d04-21ee2a13620b\",\"name\":\"2017-08-02T02:00:15.000-04:00\",\"scan_end\":\"2017-08-02T00:24:39.000-04:00\",\"timestamp\":\"2017-08-02T02:00:15.000-04:00\"}},\"7bd8c365-1214-4d5c-8eb2-e42598f02b1d\":{\"id\":\"7bd8c365-1214-4d5c-8eb2-e42598f02b1d\",\"name\":\"Scan www.wardrobeandarmoire.co.uk\",\"owner\":\"csadmin\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-08-01T15:30:17.000-04:00\",\"modification_time\":\"2017-08-01T15:49:10.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"a91ec7f2-e46c-434b-a27f-f635aeb4da7e\",\"name\":\"www.wardrobeandarmoire.co.uk\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"2d6b34cb-40bb-4287-93da-90a84cf4bcbc\",\"name\":\"CLONWLSCAN23 - 38.123.140.82\"},\"reports\":{\"reports_count\":1,\"reports_finished\":1},\"last_report\":{\"id\":\"ec43482b-6345-4965-9223-886baf851582\",\"name\":\"2017-08-01T15:30:45.000-04:00\",\"scan_end\":\"2017-08-01T19:49:04.000-04:00\",\"timestamp\":\"2017-08-01T15:30:45.000-04:00\"}},\"22404ce3-051c-4857-a61b-d4e4f93a12b6\":{\"id\":\"22404ce3-051c-4857-a61b-d4e4f93a12b6\",\"name\":\"Postman8 Scan\",\"owner\":\"postman8\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-06-01T09:49:25.000-04:00\",\"modification_time\":\"2017-08-01T10:08:18.000-04:00\",\"comment\":\"Auto Test Scans Updated\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"914df480-0c7d-462c-b2dd-28cb1d17edda\",\"name\":\"Postman8 Schedule\",\"next_time\":\"2017-10-01T09:59:20.000-04:00\"},\"target\":{\"id\":\"9e76aa61-8209-439b-836c-44f9fa616c89\",\"name\":\"Postman8 Target\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"76300b96-2ca1-40df-8f74-29a4c773f138\",\"name\":\"CLONWLSCAN25 - 38.123.140.118\"},\"reports\":{\"reports_count\":2,\"reports_finished\":2},\"last_report\":{\"id\":\"79607c4f-e970-4d53-94d2-ed64fc39d9c2\",\"name\":\"2017-08-01T09:59:39.000-04:00\",\"scan_end\":\"2017-08-01T14:08:10.000-04:00\",\"timestamp\":\"2017-08-01T09:59:39.000-04:00\"}},\"89196091-d6c5-4aa7-a9d0-ff7036ef43a1\":{\"id\":\"89196091-d6c5-4aa7-a9d0-ff7036ef43a1\",\"name\":\"Tom Testing DNS resolution\",\"owner\":\"csadmin\",\"status\":\"Done\",\"in_use\":0,\"alterable\":0,\"creation_time\":\"2017-07-27T17:45:20.000-04:00\",\"modification_time\":\"2017-07-27T18:03:26.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"b22c37f8-354c-4266-9eb1-fef277563b5f\",\"name\":\"demoweb 4\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"df759a4c-237a-4cfe-9186-27deb099ab13\",\"name\":\"CLONWLSCAN24 - 38.123.140.83\"},\"reports\":{\"reports_count\":1,\"reports_finished\":1},\"last_report\":{\"id\":\"ac405a0d-2833-4e28-aa58-b7688304d52e\",\"name\":\"2017-07-27T17:45:51.000-04:00\",\"scan_end\":\"2017-07-27T22:03:08.000-04:00\",\"timestamp\":\"2017-07-27T17:45:51.000-04:00\"}},\"4ed2dc0f-ca45-4060-a7f2-63ca9f282be4\":{\"id\":\"4ed2dc0f-ca45-4060-a7f2-63ca9f282be4\",\"name\":\"Target_Test B 2017-07-27T15-45-05\",\"owner\":\"test-b\",\"status\":\"New\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-07-27T15:45:05.000-04:00\",\"modification_time\":\"2017-07-27T15:45:05.000-04:00\",\"comment\":null,\"progress\":0,\"notifications\":[{\"4c43de5e-be74-4652-b7f4-c90ac0cf7653\":{\"id\":\"4c43de5e-be74-4652-b7f4-c90ac0cf7653\",\"name\":\"terrence.vong@clone-systems.com - Completed\"},\"b8aca9a8-f17f-424d-98f5-64263cd9a7d5\":{\"id\":\"b8aca9a8-f17f-424d-98f5-64263cd9a7d5\",\"name\":\"terrence.vong@clone-systems.com - Started\"}}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"aa9c3759-b7a0-4053-b288-7b986452477b\",\"name\":\"Test B\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"76300b96-2ca1-40df-8f74-29a4c773f138\",\"name\":\"CLONWLSCAN25 - 38.123.140.118\"},\"reports\":{\"reports_count\":0,\"reports_finished\":0},\"last_report\":{\"id\":null,\"name\":null,\"scan_end\":null,\"timestamp\":null}},\"dd4a8777-f25f-4147-9eec-d09309b1581d\":{\"id\":\"dd4a8777-f25f-4147-9eec-d09309b1581d\",\"name\":\"Target_Test A 2017-07-27T15-38-50\",\"owner\":\"test-a\",\"status\":\"New\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-07-27T15:38:51.000-04:00\",\"modification_time\":\"2017-07-27T15:38:51.000-04:00\",\"comment\":null,\"progress\":0,\"notifications\":[{\"2b878089-9f1f-462f-8f37-dab24e7f9e1f\":{\"id\":\"2b878089-9f1f-462f-8f37-dab24e7f9e1f\",\"name\":\"tvong@clone-systems.com - Completed\"},\"197876bf-0bda-43e6-bd15-7396e925ed26\":{\"id\":\"197876bf-0bda-43e6-bd15-7396e925ed26\",\"name\":\"tvong@clone-systems.com - Started\"}}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"6e6c053b-3365-4fb4-8d3f-c519172e6748\",\"name\":\"Test A\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":0,\"reports_finished\":0},\"last_report\":{\"id\":null,\"name\":null,\"scan_end\":null,\"timestamp\":null}}}]}"}],"_postman_id":"ea4d1b1f-884c-4c85-a31f-cd482264885f"},{"name":"Create A Scan","id":"6527094e-316a-490b-90f6-7fe466c4f736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"scans[name]","value":"Demo Scan 1780164418","description":"<p>(<strong>Required</strong>) Enter the name for your Scan</p>\n","type":"text"},{"key":"scans[target_id]","value":"<target_uuid>","description":"<p>(<strong>Required for PCI, VRMS, PENETRATION</strong>) The unique identifier assigned to the Target. This can be found by using the Target Get All request</p>\n","type":"text"},{"key":"scans[schedule_id]","value":"<schedule_uuid>","description":"<p>[<strong>PCI|VRMS|PENETRATION</strong>] The unique identifier assigned to the Schedule. This can be found by using the Schedule Get All request</p>\n","type":"text"},{"key":"scans[notification_ids]","value":"<nitification_uuid's>","description":"<p>[<strong>PCI|VRMS|PENETRATION</strong>] The unique identifier assigned to the Notification. This can be found by using the Notifications Get All request. <strong>Note:</strong> You can pass multiple notifications by separating them with a comma.</p>\n","type":"text"},{"key":"scans[comment]","value":"<description>","description":"<p>Enter a comments that you want to associate with the Scan</p>\n","type":"text"},{"key":"scans[config_id]","value":"<config_uuid>","description":"<p><strong>[PCI|VRMS|PENETRATION]</strong> The unique identifier assigned to the Scan profile.</p>\n","type":"text"},{"key":"scans[config_name]","value":"<config_name>","type":"text","description":"<p><strong>[PCI|VRMS|PENETRATION]</strong> Use it instead of config_id</p>\n"},{"key":"scans[concurrent_tests_hosts]","value":"<integer>","description":"<p><strong>[VRMS|PENETRATION]</strong> Maximum concurrently executed tests per host. Default is 10 Max 200</p>\n","type":"text"},{"key":"scans[concurrent_scanned_hosts]","value":"<integer>","description":"<p><strong>[VRMS|PENETRATION]</strong> Maximum concurrently scanned hosts. Default: 4 max 50</p>\n","type":"text"},{"key":"scans[domain]","value":"clone-systems.com","description":"<p><strong>(Required for DARKWEB)</strong></p>\n","type":"text"},{"key":"scans[schedule_frequency]","value":"0","description":"<p><strong>[DARKWEB]</strong> 0 to disable it. Example: 1 day|week|month. Default is 3 month</p>\n","type":"text"}]},"url":"{{api_url}}/v1/scans/","description":"<p>Create new Scans in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scans",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6527094e-316a-490b-90f6-7fe466c4f736"},{"name":"Create A Darkweb Probe","id":"1f9e2130-df68-4e82-b1ac-0a0c9d0d7d7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"scans[name]","value":"Demo Probe 1780164418","description":"<p>(<strong>Required</strong>) Enter the name for your Scan</p>\n","type":"text"},{"key":"scans[domain]","value":"google.com","description":"<p><strong>(Required for DARKWEB)</strong></p>\n","type":"text"},{"key":"scans[comment]","value":"Darkweb probe","description":"<p>Enter a comments that you want to associate with the Scan</p>\n","type":"text"},{"key":"scans[schedule_frequency]","value":"1 month","description":"<p><strong>[DARKWEB]</strong> 0 to disable it. Example: 1 day|week|month. Default is 3 month</p>\n","type":"text"}]},"url":"{{api_url}}/v1/scans/","description":"<p>Create new Scans in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scans",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f9e2130-df68-4e82-b1ac-0a0c9d0d7d7f"},{"name":"Update scan","id":"30f90dc5-9a05-4b92-aaf1-efe9df1ee0e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"scans[name]","value":"Demo Scan 1780164418","description":"<p>(Required) Enter the name for your Scan</p>\n","type":"text"},{"key":"scans[target_id]","value":"","description":"<p>(Required) The unique identifier assigned to the Target. This can be found by using the Target Get All request</p>\n","type":"text"},{"key":"scans[schedule_id]","value":"","description":"<p>The unique identifier assigned to the Schedule. This can be found by using the Schedule Get All request</p>\n","type":"text"},{"key":"scans[notification_ids]","value":"","description":"<p>The unique identifier assigned to the Notification. This can be found by using the Notifications Get All request. <strong>Note:</strong> You can pass multiple notifications by separating them with a comma.</p>\n","type":"text"},{"key":"scans[comment]","value":"","description":"<p>Enter a comments that you want to associate with the Scan</p>\n","type":"text"},{"key":"scans[config_id]","value":"","description":"<p>The unique identifier assigned to the Scan profile.</p>\n","type":"text"},{"key":"scans[config_name]","value":"","type":"text"},{"key":"scans[concurrent_tests_hosts]","value":"","description":"<p>[VRMS|PENETRATION] Maximum concurrently executed tests per host. Default is 10 Max 200</p>\n","type":"text"},{"key":"scans[concurrent_scanned_hosts]","value":"","description":"<p>[VRMS|PENETRATION] Maximum concurrently scanned hosts. Default: 4 max 50</p>\n","type":"text"}]},"url":"{{api_url}}/v1/scans/","description":"<p>Update the existing Scans in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scans",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"30f90dc5-9a05-4b92-aaf1-efe9df1ee0e1"},{"name":"Delete A Scan","id":"1430430c-fbe4-405f-a2b2-a93dfb7f3fd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/scans/:id","description":"<p>Delete Scans in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scans",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) The unique identifier of the scan.</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"1430430c-fbe4-405f-a2b2-a93dfb7f3fd8"},{"name":"Start A Scan","id":"78dd4c06-e264-4c46-a6a7-8f3fe03e8826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/scans/:uuid/start","description":"<p>Start a scan in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scans",":uuid","start"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) The unique identifier of the scan.</p>\n","type":"text/plain"},"type":"string","value":"","key":"uuid"}]}},"response":[{"id":"70cfcd14-dcf5-4d99-8edb-6f2d43fb68ba","name":"422 Failure","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/scans/{scan_uuid}/start?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","scans","{scan_uuid}","start"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 422, \n  \"status_text\": \"Scan can not be started because currently belongs to a schedule\"\n}"}],"_postman_id":"78dd4c06-e264-4c46-a6a7-8f3fe03e8826"},{"name":"Stop A Scan","id":"ff4278a0-6413-4a15-a835-6dd7684eef5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/scans/:id/stop","description":"<p>Stop a scan in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scans",":id","stop"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"ff4278a0-6413-4a15-a835-6dd7684eef5a"},{"name":"Start A Scheduled Scan","id":"8f8c71eb-d572-425a-bf19-a4fa26958d1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/scans/:uuid/start_scheduled","description":"<p>Hard start a scheduled scan in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scans",":uuid","start_scheduled"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) The unique identifier of the scan.</p>\n","type":"text/plain"},"type":"string","value":"","key":"uuid"}]}},"response":[],"_postman_id":"8f8c71eb-d572-425a-bf19-a4fa26958d1d"},{"name":"Get scan's reports","id":"c8e0b3af-b9a5-4029-b9f2-664cc7314baa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/scans/:id/reports?per_page=10&page=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scans",":id","reports"],"host":["{{api_url}}"],"query":[{"key":"per_page","value":"10"},{"key":"page","value":"1"}],"variable":[{"id":"89904f4a-890f-47b5-81b7-2cbbe9f9826d","description":{"content":"<p>(Required) The unique identifier of the scan.</p>\n","type":"text/plain"},"type":"string","value":"bdaa4de8-0468-479c-be28-f2c93bbe9690","key":"id"}]}},"response":[{"id":"1cb4afca-78aa-4f3e-8203-3714899fd26b","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/scans/{scan_uuid}?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","scans","{scan_uuid}"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 16:37:46 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"3ffd0352cd27f24debd587e61419fcac\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"b26e01fd-b3b8-4a1e-b58a-75b2288c9cd5","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.513312","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":404,\"status_text\":\"Scan not found\"}"},{"id":"dd553095-4aec-4527-b50b-37b8dcc9594b","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/scans/:id/reports?per_page=10&page=1","host":["{{api_url}}"],"path":["v1","scans",":id","reports"],"query":[{"key":"per_page","value":"10"},{"key":"page","value":"1"}],"variable":[{"key":"id","value":"bdaa4de8-0468-479c-be28-f2c93bbe9690","description":"(Required) The unique identifier of the scan."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"fa0a970493e6eeb04b82c70035ff5231\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"X-Request-Id","value":"c5b3f17c-7ba0-46c9-9b61-3eb65e8b21e1"},{"key":"X-Runtime","value":"1.402634"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"reports\": [\n        {\n            \"5200055f-7d95-47e8-83fb-281778ce4eea\": {\n                \"id\": \"5200055f-7d95-47e8-83fb-281778ce4eea\",\n                \"name\": \"2020-07-07T19:00:08.000-06:00\",\n                \"compliance\": false,\n                \"owner\": \"user1\",\n                \"timezone\": \"Pacific/Easter\",\n                \"timezone_abbrev\": \"-06\",\n                \"creation_time\": \"2020-07-07T19:00:26.000-06:00\",\n                \"modification_time\": \"2020-07-07T19:28:56.000-06:00\",\n                \"end_time\": \"2020-07-07T19:28:56.000-06:00\",\n                \"scan_run_status\": \"Done\",\n                \"severity_level\": 5,\n                \"vulns\": 28,\n                \"vulnerabilities\": 28,\n                \"task\": {\n                    \"id\": \"bdaa4de8-0468-479c-be28-f2c93bbe9690\",\n                    \"name\": \"testpci.clone-systems.com\",\n                    \"app_type\": \"pci\",\n                    \"scan_profile\": {\n                        \"name\": \"PCI Scan Profile\",\n                        \"id\": \"f65b1f1c-cb00-4b99-a866-8b20c7fcd798\",\n                        \"description\": \"(Based of Full and fast) Most NVT's; optimized by using previously collected information.\"\n                    }\n                },\n                \"results\": {\n                    \"high\": 0,\n                    \"medium\": 2,\n                    \"low\": 26,\n                    \"high_and_medium\": 2,\n                    \"denial_of_service\": 1,\n                    \"total_severity_risk\": \"64.17\"\n                },\n                \"files\": {}\n            },\n            \"3474b729-ba5f-4b45-88df-c4bb8221660f\": {\n                \"id\": \"3474b729-ba5f-4b45-88df-c4bb8221660f\",\n                \"name\": \"2020-07-06T19:00:09.000-06:00\",\n                \"compliance\": false,\n                \"owner\": \"user1\",\n                \"timezone\": \"Pacific/Easter\",\n                \"timezone_abbrev\": \"-06\",\n                \"creation_time\": \"2020-07-06T19:00:27.000-06:00\",\n                \"modification_time\": \"2020-07-06T19:28:52.000-06:00\",\n                \"end_time\": \"2020-07-06T19:28:52.000-06:00\",\n                \"scan_run_status\": \"Done\",\n                \"severity_level\": 5,\n                \"vulns\": 28,\n                \"vulnerabilities\": 28,\n                \"task\": {\n                    \"id\": \"bdaa4de8-0468-479c-be28-f2c93bbe9690\",\n                    \"name\": \"testpci.clone-systems.com\",\n                    \"app_type\": \"pci\",\n                    \"scan_profile\": {\n                        \"name\": \"PCI Scan Profile\",\n                        \"id\": \"f65b1f1c-cb00-4b99-a866-8b20c7fcd798\",\n                        \"description\": \"(Based of Full and fast) Most NVT's; optimized by using previously collected information.\"\n                    }\n                },\n                \"results\": {\n                    \"high\": 0,\n                    \"medium\": 2,\n                    \"low\": 26,\n                    \"high_and_medium\": 2,\n                    \"denial_of_service\": 1,\n                    \"total_severity_risk\": \"64.17\"\n                },\n                \"files\": {}\n            },\n            \"721a9050-2474-4c47-8e8b-454142d6e7af\": {\n                \"id\": \"721a9050-2474-4c47-8e8b-454142d6e7af\",\n                \"name\": \"2020-07-05T19:00:10.000-06:00\",\n                \"compliance\": false,\n                \"owner\": \"user1\",\n                \"timezone\": \"Pacific/Easter\",\n                \"timezone_abbrev\": \"-06\",\n                \"creation_time\": \"2020-07-05T19:00:29.000-06:00\",\n                \"modification_time\": \"2020-07-05T19:28:54.000-06:00\",\n                \"end_time\": \"2020-07-05T19:28:54.000-06:00\",\n                \"scan_run_status\": \"Done\",\n                \"severity_level\": 5,\n                \"vulns\": 28,\n                \"vulnerabilities\": 28,\n                \"task\": {\n                    \"id\": \"bdaa4de8-0468-479c-be28-f2c93bbe9690\",\n                    \"name\": \"testpci.clone-systems.com\",\n                    \"app_type\": \"pci\",\n                    \"scan_profile\": {\n                        \"name\": \"PCI Scan Profile\",\n                        \"id\": \"f65b1f1c-cb00-4b99-a866-8b20c7fcd798\",\n                        \"description\": \"(Based of Full and fast) Most NVT's; optimized by using previously collected information.\"\n                    }\n                },\n                \"results\": {\n                    \"high\": 0,\n                    \"medium\": 2,\n                    \"low\": 26,\n                    \"high_and_medium\": 2,\n                    \"denial_of_service\": 1,\n                    \"total_severity_risk\": \"64.17\"\n                },\n                \"files\": {}\n            },\n            \"cc932928-c315-4f03-a6f1-a00579f80af7\": {\n                \"id\": \"cc932928-c315-4f03-a6f1-a00579f80af7\",\n                \"name\": \"2020-07-04T19:00:09.000-06:00\",\n                \"compliance\": false,\n                \"owner\": \"user1\",\n                \"timezone\": \"Pacific/Easter\",\n                \"timezone_abbrev\": \"-06\",\n                \"creation_time\": \"2020-07-04T19:00:27.000-06:00\",\n                \"modification_time\": \"2020-07-04T19:28:52.000-06:00\",\n                \"end_time\": \"2020-07-04T19:28:52.000-06:00\",\n                \"scan_run_status\": \"Done\",\n                \"severity_level\": 5,\n                \"vulns\": 28,\n                \"vulnerabilities\": 28,\n                \"task\": {\n                    \"id\": \"bdaa4de8-0468-479c-be28-f2c93bbe9690\",\n                    \"name\": \"testpci.clone-systems.com\",\n                    \"app_type\": \"pci\",\n                    \"scan_profile\": {\n                        \"name\": \"PCI Scan Profile\",\n                        \"id\": \"f65b1f1c-cb00-4b99-a866-8b20c7fcd798\",\n                        \"description\": \"(Based of Full and fast) Most NVT's; optimized by using previously collected information.\"\n                    }\n                },\n                \"results\": {\n                    \"high\": 0,\n                    \"medium\": 2,\n                    \"low\": 26,\n                    \"high_and_medium\": 2,\n                    \"denial_of_service\": 1,\n                    \"total_severity_risk\": \"64.17\"\n                },\n                \"files\": {}\n            },\n            \"d784e8e4-2546-44c7-aaa7-b3ebfe3fa5c1\": {\n                \"id\": \"d784e8e4-2546-44c7-aaa7-b3ebfe3fa5c1\",\n                \"name\": \"2020-07-03T19:00:08.000-06:00\",\n                \"compliance\": false,\n                \"owner\": \"user1\",\n                \"timezone\": \"Pacific/Easter\",\n                \"timezone_abbrev\": \"-06\",\n                \"creation_time\": \"2020-07-03T19:00:26.000-06:00\",\n                \"modification_time\": \"2020-07-03T19:28:52.000-06:00\",\n                \"end_time\": \"2020-07-03T19:28:52.000-06:00\",\n                \"scan_run_status\": \"Done\",\n                \"severity_level\": 5,\n                \"vulns\": 28,\n                \"vulnerabilities\": 28,\n                \"task\": {\n                    \"id\": \"bdaa4de8-0468-479c-be28-f2c93bbe9690\",\n                    \"name\": \"testpci.clone-systems.com\",\n                    \"app_type\": \"pci\",\n                    \"scan_profile\": {\n                        \"name\": \"PCI Scan Profile\",\n                        \"id\": \"f65b1f1c-cb00-4b99-a866-8b20c7fcd798\",\n                        \"description\": \"(Based of Full and fast) Most NVT's; optimized by using previously collected information.\"\n                    }\n                },\n                \"results\": {\n                    \"high\": 0,\n                    \"medium\": 2,\n                    \"low\": 26,\n                    \"high_and_medium\": 2,\n                    \"denial_of_service\": 1,\n                    \"total_severity_risk\": \"64.17\"\n                },\n                \"files\": {}\n            },\n            \"a9583d38-a932-4982-bb48-5e92f50c2a69\": {\n                \"id\": \"a9583d38-a932-4982-bb48-5e92f50c2a69\",\n                \"name\": \"2020-07-02T19:00:10.000-06:00\",\n                \"compliance\": false,\n                \"owner\": \"user1\",\n                \"timezone\": \"Pacific/Easter\",\n                \"timezone_abbrev\": \"-06\",\n                \"creation_time\": \"2020-07-02T19:00:29.000-06:00\",\n                \"modification_time\": \"2020-07-02T19:28:47.000-06:00\",\n                \"end_time\": \"2020-07-02T19:28:47.000-06:00\",\n                \"scan_run_status\": \"Done\",\n                \"severity_level\": 5,\n                \"vulns\": 28,\n                \"vulnerabilities\": 28,\n                \"task\": {\n                    \"id\": \"bdaa4de8-0468-479c-be28-f2c93bbe9690\",\n                    \"name\": \"testpci.clone-systems.com\",\n                    \"app_type\": \"pci\",\n                    \"scan_profile\": {\n                        \"name\": \"PCI Scan Profile\",\n                        \"id\": \"f65b1f1c-cb00-4b99-a866-8b20c7fcd798\",\n                        \"description\": \"(Based of Full and fast) Most NVT's; optimized by using previously collected information.\"\n                    }\n                },\n                \"results\": {\n                    \"high\": 0,\n                    \"medium\": 2,\n                    \"low\": 26,\n                    \"high_and_medium\": 2,\n                    \"denial_of_service\": 1,\n                    \"total_severity_risk\": \"64.17\"\n                },\n                \"files\": {}\n            },\n            \"a3d41c5a-8008-49e9-b7a2-d4de4f4888e3\": {\n                \"id\": \"a3d41c5a-8008-49e9-b7a2-d4de4f4888e3\",\n                \"name\": \"2020-07-01T19:00:10.000-06:00\",\n                \"compliance\": false,\n                \"owner\": \"user1\",\n                \"timezone\": \"Pacific/Easter\",\n                \"timezone_abbrev\": \"-06\",\n                \"creation_time\": \"2020-07-01T19:00:29.000-06:00\",\n                \"modification_time\": \"2020-07-01T19:28:47.000-06:00\",\n                \"end_time\": \"2020-07-01T19:28:47.000-06:00\",\n                \"scan_run_status\": \"Done\",\n                \"severity_level\": 5,\n                \"vulns\": 28,\n                \"vulnerabilities\": 28,\n                \"task\": {\n                    \"id\": \"bdaa4de8-0468-479c-be28-f2c93bbe9690\",\n                    \"name\": \"testpci.clone-systems.com\",\n                    \"app_type\": \"pci\",\n                    \"scan_profile\": {\n                        \"name\": \"PCI Scan Profile\",\n                        \"id\": \"f65b1f1c-cb00-4b99-a866-8b20c7fcd798\",\n                        \"description\": \"(Based of Full and fast) Most NVT's; optimized by using previously collected information.\"\n                    }\n                },\n                \"results\": {\n                    \"high\": 0,\n                    \"medium\": 2,\n                    \"low\": 26,\n                    \"high_and_medium\": 2,\n                    \"denial_of_service\": 1,\n                    \"total_severity_risk\": \"64.17\"\n                },\n                \"files\": {}\n            },\n            \"de33d7f0-68ea-4685-a272-dc6f849d76c0\": {\n                \"id\": \"de33d7f0-68ea-4685-a272-dc6f849d76c0\",\n                \"name\": \"2020-06-30T19:00:09.000-06:00\",\n                \"compliance\": false,\n                \"owner\": \"user1\",\n                \"timezone\": \"Pacific/Easter\",\n                \"timezone_abbrev\": \"-06\",\n                \"creation_time\": \"2020-06-30T19:00:28.000-06:00\",\n                \"modification_time\": \"2020-06-30T19:28:36.000-06:00\",\n                \"end_time\": \"2020-06-30T19:28:36.000-06:00\",\n                \"scan_run_status\": \"Done\",\n                \"severity_level\": 5,\n                \"vulns\": 28,\n                \"vulnerabilities\": 28,\n                \"task\": {\n                    \"id\": \"bdaa4de8-0468-479c-be28-f2c93bbe9690\",\n                    \"name\": \"testpci.clone-systems.com\",\n                    \"app_type\": \"pci\",\n                    \"scan_profile\": {\n                        \"name\": \"PCI Scan Profile\",\n                        \"id\": \"f65b1f1c-cb00-4b99-a866-8b20c7fcd798\",\n                        \"description\": \"(Based of Full and fast) Most NVT's; optimized by using previously collected information.\"\n                    }\n                },\n                \"results\": {\n                    \"high\": 0,\n                    \"medium\": 2,\n                    \"low\": 26,\n                    \"high_and_medium\": 2,\n                    \"denial_of_service\": 1,\n                    \"total_severity_risk\": \"64.17\"\n                },\n                \"files\": {}\n            },\n            \"630088ca-dad1-4a4e-a2fc-c3cca7cbdb85\": {\n                \"id\": \"630088ca-dad1-4a4e-a2fc-c3cca7cbdb85\",\n                \"name\": \"2020-06-29T19:00:07.000-06:00\",\n                \"compliance\": false,\n                \"owner\": \"user1\",\n                \"timezone\": \"Pacific/Easter\",\n                \"timezone_abbrev\": \"-06\",\n                \"creation_time\": \"2020-06-29T19:00:26.000-06:00\",\n                \"modification_time\": \"2020-06-29T19:31:55.000-06:00\",\n                \"end_time\": \"2020-06-29T19:31:55.000-06:00\",\n                \"scan_run_status\": \"Done\",\n                \"severity_level\": 5,\n                \"vulns\": 26,\n                \"vulnerabilities\": 26,\n                \"task\": {\n                    \"id\": \"bdaa4de8-0468-479c-be28-f2c93bbe9690\",\n                    \"name\": \"testpci.clone-systems.com\",\n                    \"app_type\": \"pci\",\n                    \"scan_profile\": {\n                        \"name\": \"PCI Scan Profile\",\n                        \"id\": \"f65b1f1c-cb00-4b99-a866-8b20c7fcd798\",\n                        \"description\": \"(Based of Full and fast) Most NVT's; optimized by using previously collected information.\"\n                    }\n                },\n                \"results\": {\n                    \"high\": 0,\n                    \"medium\": 2,\n                    \"low\": 24,\n                    \"high_and_medium\": 2,\n                    \"denial_of_service\": 1,\n                    \"total_severity_risk\": \"64.17\"\n                },\n                \"files\": {}\n            },\n            \"d7ef4150-3a6a-4281-a891-3705e3d2766e\": {\n                \"id\": \"d7ef4150-3a6a-4281-a891-3705e3d2766e\",\n                \"name\": \"2020-06-28T19:00:10.000-06:00\",\n                \"compliance\": false,\n                \"owner\": \"user1\",\n                \"timezone\": \"Pacific/Easter\",\n                \"timezone_abbrev\": \"-06\",\n                \"creation_time\": \"2020-06-28T19:00:28.000-06:00\",\n                \"modification_time\": \"2020-06-28T19:30:57.000-06:00\",\n                \"end_time\": \"2020-06-28T19:30:57.000-06:00\",\n                \"scan_run_status\": \"Done\",\n                \"severity_level\": 5,\n                \"vulns\": 26,\n                \"vulnerabilities\": 26,\n                \"task\": {\n                    \"id\": \"bdaa4de8-0468-479c-be28-f2c93bbe9690\",\n                    \"name\": \"testpci.clone-systems.com\",\n                    \"app_type\": \"pci\",\n                    \"scan_profile\": {\n                        \"name\": \"PCI Scan Profile\",\n                        \"id\": \"f65b1f1c-cb00-4b99-a866-8b20c7fcd798\",\n                        \"description\": \"(Based of Full and fast) Most NVT's; optimized by using previously collected information.\"\n                    }\n                },\n                \"results\": {\n                    \"high\": 0,\n                    \"medium\": 2,\n                    \"low\": 24,\n                    \"high_and_medium\": 2,\n                    \"denial_of_service\": 1,\n                    \"total_severity_risk\": \"64.17\"\n                },\n                \"files\": {}\n            }\n        }\n    ],\n    \"pagination\": {\n        \"total_count\": 186,\n        \"total_pages\": 19,\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"current_page_results\": 10\n    },\n    \"meta\": {\n        \"status\": 200\n    }\n}"}],"_postman_id":"c8e0b3af-b9a5-4029-b9f2-664cc7314baa"}],"id":"82cb1faf-852b-4500-8e65-3d159afb4484","description":"<p>The Scans request is used to administer your customer’s network scans that are conducted from your Clone Guard® Security\nScanning portal.</p>\n","event":[{"listen":"prerequest","script":{"id":"b8d445d7-d112-4f3a-a474-0f4adf72debb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ac7a52fa-bbbc-44ea-bd18-69158b2ca59e","type":"text/javascript","exec":[""]}}],"_postman_id":"82cb1faf-852b-4500-8e65-3d159afb4484","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Reports","item":[{"name":"List of reports","event":[{"listen":"test","script":{"id":"86683b42-1c7b-4397-bd05-bad16ae8def1","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"aa622699-11d0-4c2d-a0c3-3c8acaa98b19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/reports/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","reports",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"63c22621-af21-45a4-ae42-a9086a950da0","name":"200 List of reports","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/reports/?page=1&per_page=2","host":["{{api_url}}"],"path":["v1","reports",""],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3"},{"key":"Date","value":"Tue, 26 Jan 2021 17:30:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"b35931a7-5103-4f80-b1b5-767add631ce8"},{"key":"ETag","value":"W/\"a9be52183c3304e5fc74ca3a63f45689\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"0.026113"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"reports\": [\n        {\n            \"71318213-d5d2-475d-925c-daa771cbb46f\": {\n                \"id\": \"71318213-d5d2-475d-925c-daa771cbb46f\",\n                \"name\": \"2021-01-17T12:13:35.000-05:00\",\n                \"compliance\": false,\n                \"owner\": \"userX\",\n                \"timezone\": \"EST\",\n                \"timezone_abbrev\": \"EST\",\n                \"creation_time\": \"2021-01-17T17:13:46.000-05:00\",\n                \"modification_time\": \"2021-01-17T17:41:27.000-05:00\",\n                \"end_time\": \"2021-01-17T17:41:27.000-05:00\",\n                \"scan_run_status\": \"Done\",\n                \"severity_level\": 8.5,\n                \"vulns\": 57,\n                \"vulnerabilities\": 57,\n                \"task\": {\n                    \"id\": \"63cd0a38-2000-41f7-845a-201c21123ec5\",\n                    \"name\": \"VTs-Creds\",\n                    \"app_type\": \"penetration\",\n                    \"scan_profile\": {\n                        \"name\": \"Full Pentest\",\n                        \"id\": \"9ef67764-c70b-4760-aa87-cd29250a63e8\",\n                        \"description\": \"(Based of Full and fast) Most NVT's; optimized by using previously collected information.\"\n                    }\n                },\n                \"results\": {\n                    \"high\": 6,\n                    \"medium\": 12,\n                    \"low\": 39,\n                    \"high_and_medium\": 18,\n                    \"denial_of_service\": 0,\n                    \"total_severity_risk\": \"893.32\"\n                },\n                \"files\": {\n                    \"penetration\": {\n                        \"type\": \"penetration\",\n                        \"status\": \"done\",\n                        \"filename\": \"penetration-71318213-d5d2-475d-925c-daa771cbb46f.pdf\",\n                        \"elapsed_time\": 5.444731604,\n                        \"created_at\": \"2021-01-17T17:42:40.700Z\",\n                        \"updated_at\": \"2021-01-17T17:42:46.230Z\",\n                        \"exception\": \"\"\n                    }\n                }\n            },\n            \"59708892-99bb-4761-8daa-5e77c234cad7\": {\n                \"id\": \"59708892-99bb-4761-8daa-5e77c234cad7\",\n                \"name\": \"2021-01-17T12:08:39.000-05:00\",\n                \"compliance\": false,\n                \"owner\": \"userX\",\n                \"timezone\": \"EST\",\n                \"timezone_abbrev\": \"EST\",\n                \"creation_time\": \"2021-01-17T17:08:50.000-05:00\",\n                \"modification_time\": \"2021-01-17T17:37:29.000-05:00\",\n                \"end_time\": \"2021-01-17T17:37:29.000-05:00\",\n                \"scan_run_status\": \"Done\",\n                \"severity_level\": 8.5,\n                \"vulns\": 53,\n                \"vulnerabilities\": 53,\n                \"task\": {\n                    \"id\": \"e3caef62-acb7-426c-a7ae-4d85b728fd80\",\n                    \"name\": \"VTs-NoCred\",\n                    \"app_type\": \"penetration\",\n                    \"scan_profile\": {\n                        \"name\": \"Full Pentest\",\n                        \"id\": \"9ef67764-c70b-4760-aa87-cd29250a63e8\",\n                        \"description\": \"(Based of Full and fast) Most NVT's; optimized by using previously collected information.\"\n                    }\n                },\n                \"results\": {\n                    \"high\": 6,\n                    \"medium\": 12,\n                    \"low\": 35,\n                    \"high_and_medium\": 18,\n                    \"denial_of_service\": 0,\n                    \"total_severity_risk\": \"893.32\"\n                },\n                \"files\": {}\n            }\n        }\n    ],\n    \"pagination\": {\n        \"total_count\": 15,\n        \"total_pages\": 8,\n        \"per_page\": 2,\n        \"current_page\": 1,\n        \"current_page_results\": 2\n    },\n    \"meta\": {\n        \"status\": 200\n    }\n}"}],"_postman_id":"aa622699-11d0-4c2d-a0c3-3c8acaa98b19"},{"name":"Show a report","id":"f9db8a40-4bae-4972-aed8-54429221edb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/reports/:uuid","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","reports",":uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"7729f297-e0c1-4121-b02e-1ee322e1c5f4","key":"uuid"}]}},"response":[],"_postman_id":"f9db8a40-4bae-4972-aed8-54429221edb4"},{"name":"Generate Report","id":"b248a7ce-d896-4b1a-bb6e-44fec2c92260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"company[name]","value":"Clone Systems Custom.","type":"text"},{"key":"company[contact_name]","value":"John Doe","type":"text"},{"key":"company[title]","value":"Mr.","type":"text"},{"key":"company[phone]","value":"222.222.222","type":"text"},{"key":"company[url]","value":"www.clone-systems.com","type":"text"},{"key":"company[email]","value":"info@email.com","type":"text"},{"key":"company[address]","value":"1835 Market Street","type":"text"},{"key":"company[country_name]","value":"USA","type":"text"},{"key":"company[city_name]","value":"Philadelphia","type":"text"},{"key":"company[state]","value":"Pennsylvania","type":"text"},{"key":"company[zipcode]","value":"19103","type":"text"}]},"url":"{{api_url}}/v1/reports/:uuid/generate?type=detailed","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","reports",":uuid","generate"],"host":["{{api_url}}"],"query":[{"key":"type","value":"detailed"}],"variable":[{"type":"string","value":"","key":"uuid"}]}},"response":[],"_postman_id":"b248a7ce-d896-4b1a-bb6e-44fec2c92260"},{"name":"Download report","id":"68476409-d0fd-4440-b02b-19da759572d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/reports/{{report_uuid}}.pdf?type=detailed","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","reports","{{report_uuid}}.pdf"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p><strong>PCI</strong>: detailed, attestation, executive\n<strong>VRMS</strong>: vulnerability_assessment, vulnerability_summary, executive_vrms\n<strong>PENETRATION</strong>: penetration,  penetration_executive\n<strong>Darkweb</strong>: darkweb_executive,\n<strong>Excels</strong>: remediation, penetration_detailed, remediation_results</p>\n","type":"text/plain"},"key":"type","value":"detailed"}],"variable":[]}},"response":[],"_postman_id":"68476409-d0fd-4440-b02b-19da759572d3"},{"name":"Report details","id":"704f72f5-3203-4de8-83e5-ebc8d2e38704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/reports/:uuid/details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","reports",":uuid","details"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"f14e1e8d-a610-458e-9835-57c26200b9b9","key":"uuid"}]}},"response":[],"_postman_id":"704f72f5-3203-4de8-83e5-ebc8d2e38704"},{"name":"Delete a report","id":"8524384a-c570-42c5-b4c5-d76935d96b30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{api_url}}/v1/reports/:uuid","description":"<blockquote>\n<p>Reports are permanently deleted and cannot be recovered.</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","reports",":uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"f14e1e8d-a610-458e-9835-57c26200b9b9","key":"uuid"}]}},"response":[],"_postman_id":"8524384a-c570-42c5-b4c5-d76935d96b30"}],"id":"0f303492-3e5d-43c2-8369-21dedc8ff4a1","_postman_id":"0f303492-3e5d-43c2-8369-21dedc8ff4a1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Advanced Reports","item":[{"name":"Reports list","id":"15ba5774-9f58-4106-aa65-69a27a36713a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/advanced_reports","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","advanced_reports"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"15ba5774-9f58-4106-aa65-69a27a36713a"},{"name":"Generate Advanced Report Files","id":"9194bd7b-66c8-4451-a01a-d93690b77f45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/advanced_reports/:uuid/generate?type=executive_vrms","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","advanced_reports",":uuid","generate"],"host":["{{api_url}}"],"query":[{"key":"type","value":"executive_vrms"}],"variable":[{"type":"any","value":null,"key":"uuid"}]}},"response":[],"_postman_id":"9194bd7b-66c8-4451-a01a-d93690b77f45"},{"name":"Download Advanced Report Files","id":"632f646c-311d-4641-9b51-c96a00d8112a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/advanced_reports/:uuid/download?type=executive_vrms&attachment=true","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","advanced_reports",":uuid","download"],"host":["{{api_url}}"],"query":[{"key":"type","value":"executive_vrms"},{"key":"attachment","value":"true"}],"variable":[{"type":"any","value":"f4088c37-a0d6-49e9-9aba-5eb7536a29ab","key":"uuid"}]}},"response":[],"_postman_id":"632f646c-311d-4641-9b51-c96a00d8112a"},{"name":"Create Advanced Report","event":[{"listen":"test","script":{"id":"86683b42-1c7b-4397-bd05-bad16ae8def1","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"08f5f692-6472-47da-b04b-1bfbfcdb0b26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"advanced_reports[name]","value":"Test advanced report 1780164418","type":"text"},{"key":"advanced_reports[report_ids][]","value":"2d330680-dce7-44c6-a259-8fadba82bf83","description":"<p>Report ID</p>\n","type":"text"},{"key":"advanced_reports[report_ids][]","value":"361dd7bc-1158-4eac-ac4c-765a2fb08923","description":"<p>Second Report ID...</p>\n","type":"text"},{"key":"advanced_reports[description]","value":"Test advanced report 1780164418","type":"text"}]},"url":"{{api_url}}/v1/advanced_reports","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","advanced_reports"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"08f5f692-6472-47da-b04b-1bfbfcdb0b26"},{"name":"Delete Advanced Report","id":"26a59f44-da03-4eab-896b-ce7cc538c117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{api_url}}/v1/advanced_reports/:uuid","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","advanced_reports",":uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"any","value":"ffa09824-4090-41bc-a988-b4ff50cc7756","key":"uuid"}]}},"response":[],"_postman_id":"26a59f44-da03-4eab-896b-ce7cc538c117"}],"id":"889c99bc-7997-4705-9ce5-860d2ff5ef39","_postman_id":"889c99bc-7997-4705-9ce5-860d2ff5ef39","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Results","item":[{"name":"List results","id":"d0efdf01-6d3a-4cb2-95e3-02aa764e89db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/results?last_report=cbc29702-4e71-4678-afaa-038cd42b3c0b&levels=hml&include_files=true&notes=false&date_range=modified>2021-05-02 AND modified<2021-05-02T23:59","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","results"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>(Optional) Filter by report</p>\n","type":"text/plain"},"key":"last_report","value":"cbc29702-4e71-4678-afaa-038cd42b3c0b"},{"description":{"content":"<p>(Optional) Filter by threat h=high, m=medium, l=low. Default: hm</p>\n","type":"text/plain"},"key":"levels","value":"hml"},{"description":{"content":"<p>(Optional) Response includes the generated result files if any</p>\n","type":"text/plain"},"key":"include_files","value":"true"},{"description":{"content":"<p>(Optional) Response includes vulnerability notes. Default: false</p>\n","type":"text/plain"},"key":"notes","value":"false"},{"description":{"content":"<p>(Optional) </p>\n","type":"text/plain"},"key":"date_range","value":"modified>2021-05-02 AND modified<2021-05-02T23:59"}],"variable":[]}},"response":[],"_postman_id":"d0efdf01-6d3a-4cb2-95e3-02aa764e89db"},{"name":"Get a result","id":"138b91c2-480b-4ad5-9193-f879dcfc8096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/results/:uuid","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","results",":uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"982a2896-3c67-4f6d-a5ad-874dbb2cc8a6","key":"uuid"}]}},"response":[{"id":"c91475b1-faae-4475-9461-54862b5ae222","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/results/:uuid","host":["{{api_url}}"],"path":["v1","results",":uuid"],"variable":[{"key":"uuid","value":"982a2896-3c67-4f6d-a5ad-874dbb2cc8a6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"cd1a433cf84f51a4c6f561fc5b45b056\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"X-Request-Id","value":"46f74758-25ce-4b90-87ba-cf0df092cb16"},{"key":"X-Runtime","value":"1.791327"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"Get Result\",\n    \"uuid\": \"982a2896-3c67-4f6d-a5ad-874dbb2cc8a6\",\n    \"results\": {\n        \"982a2896-3c67-4f6d-a5ad-874dbb2cc8a6\": {\n            \"id\": \"982a2896-3c67-4f6d-a5ad-874dbb2cc8a6\",\n            \"name\": \"ISC BIND Security Bypass Vulnerability (Remote)\",\n            \"owner\": \"aubrey\",\n            \"creation_time\": \"Mon Sep 02 23:08:00, 2019\",\n            \"threat\": \"high\",\n            \"host\": \"75.98.169.7\",\n            \"port\": \"53/tcp\",\n            \"severity\": 7.8,\n            \"new_severity\": null,\n            \"qod\": 99,\n            \"nvt\": {\n                \"oid\": \"1.3.6.1.4.1.25623.1.0.106953\",\n                \"name\": \"ISC BIND Security Bypass Vulnerability (Remote)\",\n                \"family\": \"General\",\n                \"cvss_base\": \"7.8\",\n                \"cve\": \"CVE-2017-3143\",\n                \"bid\": \"NOBID\",\n                \"xref\": \"URL:https://kb.isc.org/article/AA-01503/0, URL:http://www.synacktiv.ninja/ressources/CVE-2017-3143_BIND9_TSIG_dynamic_updates_vulnerability_Synacktiv.pdf\",\n                \"tags\": \"cvss_base_vector=AV:N/AC:L/Au:N/C:N/I:C/A:N|qod_type=Remote active checks (code execution, traversal attack, sql injection etc.) where the response clearly shows the presence of the vulnerability.|solution_type=VendorFix|summary=A flaw was found in the way BIND handled TSIG authentication for dynamic\\nupdates. A remote attacker able to communicate with an authoritative BIND server could use this flaw to\\nmanipulate the contents of a zone, by forging a valid TSIG or SIG(0) signature for a dynamic update request.|vuldetect=Sends a crafted update request for the TSIG key 'local-ddns' and checks\\nif the response returns a signed MAC.|affected=ISC BIND versions 9.4.0-9.8.8, 9.9.0-9.9.10-P1, 9.10.0-9.10.5-P1,\\n9.11.0-9.11.1-P1, 9.9.3-S1-9.9.10-S2 and 9.10.5-S1-9.10.5-S2|solution=Update to version 9.9.10-P2, 9.10.5-P2, 9.11.1-P2, 9.9.10-S3, 9.10.5-S3\\nor later.\",\n                \"creation_time\": \"Mon Jul 17 05:23:57, 2017\",\n                \"modification_time\": \"Mon Jul 17 13:39:06, 2017\"\n            },\n            \"scan_nvt_version\": \"$Revision: 6737 $\",\n            \"asset\": {\n                \"id\": \"63bf5956-3d97-48ef-938e-17d925db372a\",\n                \"name\": \"75.98.169.7\"\n            },\n            \"description\": \"The server responded with the following signed request MAC:\\n\\n1a240a046095ca2b9cd5e95d6231bb0b336d82865805970470d15063da8ae0d2\",\n            \"report\": {\n                \"id\": \"cbc29702-4e71-4678-afaa-038cd42b3c0b\",\n                \"name\": \"Mon Sep 02 23:08:00, 2019\"\n            },\n            \"task\": {\n                \"id\": \"a6df0935-3152-47cf-8dd7-f8dc6fc736ba\",\n                \"name\": \"www.4xbuyerprotection.com\"\n            },\n            \"overrides\": {}\n        }\n    }\n}"}],"_postman_id":"138b91c2-480b-4ad5-9193-f879dcfc8096"},{"name":"Statistic results","id":"1c72057e-09a1-4595-8c24-c662efebbd4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/results/statistics?cache=true&limit=1000&date_range=modified>2021-05-02 AND modified<2021-05-02T23:59","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","results","statistics"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>Cache the results for 5 minutes.</p>\n","type":"text/plain"},"key":"cache","value":"true"},{"description":{"content":"<p>Adds a limitation to the count of results. It improves the response time.</p>\n","type":"text/plain"},"key":"limit","value":"1000"},{"description":{"content":"<p>Date Range</p>\n","type":"text/plain"},"key":"date_range","value":"modified>2021-05-02 AND modified<2021-05-02T23:59"}],"variable":[]}},"response":[{"id":"f808d256-e2da-4161-9d0f-27c8d31504a5","name":"200","originalRequest":{"method":"GET","header":[],"url":"{{api_url}}/v1/results/statistics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"398ce6464ee3293dfbf4f901a2a16986\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"X-Request-Id","value":"8c28869e-7566-4037-809d-372947e20ba6"},{"key":"X-Runtime","value":"0.459395"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"Get vulnerabilities Statistics\",\n    \"statistics\": {\n        \"total_number\": 52,\n        \"filters\": {\n            \"date_range\": null,\n            \"query\": null\n        },\n        \"total_scans\": 18\n    }\n}"}],"_postman_id":"1c72057e-09a1-4595-8c24-c662efebbd4a"},{"name":"Generate Results File","id":"3c980397-0190-4604-88c4-043c5357c09d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/results/generate?format=excel&date_range=modified>2021-01-12 AND modified<2021-04-12T23:59&levels=hm","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","results","generate"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>Available: csv, json, excel</p>\n","type":"text/plain"},"key":"format","value":"excel"},{"description":{"content":"<p>Example: modified&gt;2021-01-12 AND modified&lt;2021-04-12T23:59</p>\n","type":"text/plain"},"key":"date_range","value":"modified>2021-01-12 AND modified<2021-04-12T23:59"},{"description":{"content":"<p>Default: hm, Accepts: h=high, m=medium, l=low, all=all</p>\n","type":"text/plain"},"key":"levels","value":"hm"}],"variable":[]}},"response":[],"_postman_id":"3c980397-0190-4604-88c4-043c5357c09d"},{"name":"Download Results File","id":"c7852eb5-9023-478b-a62a-5dd4e715cc28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/results/download?format=json","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","results","download"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>Options: csv | excel | json</p>\n","type":"text/plain"},"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"794c3e5a-fad5-45ab-a240-165cbd17e26c","name":"Download Results File","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/results/download?format=json","host":["{{api_url}}"],"path":["v1","results","download"],"query":[{"key":"format","value":"json","description":"Options: csv | excel | json"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"0f508a3c-572e-4299-bf92-cb11556b461e"},{"key":"X-Runtime","value":"1.677954"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 401,\n    \"status_text\": \"Wrong api authentication key\"\n}"}],"_postman_id":"c7852eb5-9023-478b-a62a-5dd4e715cc28"}],"id":"834b5919-3b2a-4862-bd90-eae1f7ef1674","_postman_id":"834b5919-3b2a-4862-bd90-eae1f7ef1674","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Exceptions","item":[{"name":"Get All Exceptions","id":"29f286a0-442e-4f99-9d27-e0576a793622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/exceptions","description":"<p>Return a list of all of the exceptions configured in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","exceptions"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"0695d5b4-bbeb-499f-aae0-f9ad363e783f","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/exceptions?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","exceptions"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 18:05:15 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"ad9358fc69a4e36de25b9fb606519817\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"9b95ce77-270c-4715-8f17-15c2bafd4d63","description":""},{"name":"x-runtime","key":"x-runtime","value":"1.295239","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"Get exceptions\",\"count\":{\"total\":6},\"pagination\":{\"total_count\":6,\"total_pages\":1,\"per_page\":10,\"current_page\":1,\"current_page_results\":6},\"exceptions\":[{\"acee1250-b428-438a-b63e-a9f9e23cf61d\":{\"id\":\"acee1250-b428-438a-b63e-a9f9e23cf61d\",\"in_use\":0,\"owner\":\"ben22\",\"text\":\"TEST SSL TEST - TEST REJECTION\",\"nvt\":\"SSL/TLS: Deprecated SSLv2 and SSLv3 Protocol Detection\",\"nvt_oid\":\"1.3.6.1.4.1.25623.1.0.111012\",\"nvt_family\":\"SSL and TLS\",\"hosts\":\"38.123.140.31\",\"port\":\"25/tcp\",\"active\":0,\"new_severity\":2.0,\"new_threat\":\"Low\",\"creation_time\":\"2017-07-17T16:44:38.000-04:00\",\"modification_time\":\"2017-07-17T16:44:38.000-04:00\",\"submitted_by\":\"ben22\",\"status\":\"requested\",\"rejected_reason\":null},\"7ae20c61-6c6b-400f-8e1b-e77301d0febb\":{\"id\":\"7ae20c61-6c6b-400f-8e1b-e77301d0febb\",\"in_use\":0,\"owner\":\"csadmin\",\"text\":\"This is a test \",\"nvt\":\"Check if Mailserver answer to VRFY and EXPN requests\",\"nvt_oid\":\"1.3.6.1.4.1.25623.1.0.100072\",\"nvt_family\":\"SMTP problems\",\"hosts\":\"38.123.140.31\",\"port\":\"25/tcp\",\"active\":0,\"new_severity\":2.0,\"new_threat\":\"Low\",\"creation_time\":\"2017-06-28T13:29:18.000-04:00\",\"modification_time\":\"2017-06-28T13:29:18.000-04:00\",\"submitted_by\":\"csadmin\",\"status\":\"requested\",\"rejected_reason\":null},\"10d413f5-feaf-446a-8f34-0df4e3ebb7a4\":{\"id\":\"10d413f5-feaf-446a-8f34-0df4e3ebb7a4\",\"in_use\":0,\"owner\":\"ben44\",\"text\":\"Denial-of-Service-only vulnerability marked as compliant.\",\"nvt\":\"SSL/TLS: RSA Temporary Key Handling 'RSA_EXPORT' Downgrade Issue (FREAK)\",\"nvt_oid\":\"1.3.6.1.4.1.25623.1.0.805142\",\"nvt_family\":\"SSL and TLS\",\"hosts\":\"38.123.140.31\",\"port\":\"25/tcp\",\"active\":1,\"new_severity\":4.3,\"new_threat\":\"Medium\",\"creation_time\":\"2017-06-20T12:03:37.000-04:00\",\"modification_time\":\"2017-06-20T12:03:37.000-04:00\",\"submitted_by\":\"ben44\",\"status\":\"approved\",\"rejected_reason\":null},\"b1419233-cb4f-4cec-88e8-a8f4198fcca5\":{\"id\":\"b1419233-cb4f-4cec-88e8-a8f4198fcca5\",\"in_use\":0,\"owner\":\"ben44\",\"text\":\"This is another test \",\"nvt\":\"SSH Weak Encryption Algorithms Supported\",\"nvt_oid\":\"1.3.6.1.4.1.25623.1.0.105611\",\"nvt_family\":\"General\",\"hosts\":\"38.123.140.31\",\"port\":\"22/tcp\",\"active\":1,\"new_severity\":2.0,\"new_threat\":\"Low\",\"creation_time\":\"2017-06-20T11:56:22.000-04:00\",\"modification_time\":\"2017-06-20T11:56:22.000-04:00\",\"submitted_by\":\"ben44\",\"status\":\"approved\",\"rejected_reason\":null},\"7158aa7c-0175-491d-a87a-521a83890fe6\":{\"id\":\"7158aa7c-0175-491d-a87a-521a83890fe6\",\"in_use\":0,\"owner\":\"ben44\",\"text\":\"This is a TEST - No Action Needed\",\"nvt\":\"SSL/TLS: SSLv3 Protocol CBC Cipher Suites Information Disclosure Vulnerability (POODLE)\",\"nvt_oid\":\"1.3.6.1.4.1.25623.1.0.802087\",\"nvt_family\":\"SSL and TLS\",\"hosts\":\"38.123.140.31\",\"port\":\"25/tcp\",\"active\":1,\"new_severity\":2.0,\"new_threat\":\"Low\",\"creation_time\":\"2017-06-20T10:21:45.000-04:00\",\"modification_time\":\"2017-06-20T10:21:45.000-04:00\",\"submitted_by\":\"ben44\",\"status\":\"approved\",\"rejected_reason\":null},\"eeaa8629-f6e5-4377-97de-c3036d6f1d78\":{\"id\":\"eeaa8629-f6e5-4377-97de-c3036d6f1d78\",\"in_use\":0,\"owner\":\"csadmin\",\"text\":\"Denial-of-Service vulnerability.\",\"nvt\":\"PostgreSQL Conversion Encoding Remote Denial of Service Vulnerability\",\"nvt_oid\":\"1.3.6.1.4.1.25623.1.0.100157\",\"nvt_family\":\"Databases\",\"hosts\":\"38.123.140.75\",\"port\":\"5432/tcp\",\"active\":1,\"new_severity\":2.0,\"new_threat\":\"Low\",\"creation_time\":\"2017-06-08T16:56:16.000-04:00\",\"modification_time\":\"2017-06-08T16:56:16.000-04:00\",\"submitted_by\":\"csadmin\",\"status\":\"approved\",\"rejected_reason\":null}}]}"}],"_postman_id":"29f286a0-442e-4f99-9d27-e0576a793622"},{"name":"Get An Exception","id":"00a6cfd1-fd96-4811-b34f-a3046d5ed5fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/exceptions/:exception_uuid","description":"<p>Show the information for existing Exceptions in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","exceptions",":exception_uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>The unique identifier assigned to the Exception.</p>\n","type":"text/plain"},"type":"string","value":"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9","key":"exception_uuid"}]}},"response":[{"id":"8b8ffe71-303f-4881-a1d6-80d780d2420f","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/exceptions/:exception_uuid?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","exceptions",":exception_uuid"],"query":[{"key":"session_value","value":"{{session_value}}","description":"(Required) The unique session assigned to the user when they authenticated"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"}],"variable":[{"key":"exception_uuid","value":"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9","description":"The unique identifier assigned to the Exception."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 30 Sep 2017 15:31:33 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"d7c18a48e95ac7239edb0dba5720ba3c\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"4e998afc-049d-4242-9116-3aa8c4c9abe3","description":""},{"name":"x-runtime","key":"x-runtime","value":"1.109691","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"Get exception\",\"exceptions\":[{\"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9\":{\"id\":\"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9\",\"in_use\":0,\"owner\":\"ben22\",\"text\":\"Denial-of-Service-only vulnerability marked as compliant.\",\"nvt\":\"SSL/TLS: SSLv3 Protocol CBC Cipher Suites Information Disclosure Vulnerability (POODLE)\",\"nvt_oid\":\"1.3.6.1.4.1.25623.1.0.802087\",\"nvt_family\":\"SSL and TLS\",\"hosts\":\"38.123.140.31\",\"port\":\"25/tcp\",\"active\":0,\"new_severity\":4.3,\"new_threat\":\"Medium\",\"creation_time\":\"2017-09-22T09:37:59.000-04:00\",\"modification_time\":\"2017-09-22T09:37:59.000-04:00\",\"submitted_by\":\"ben22\",\"status\":\"approved\",\"rejected_reason\":null}}]}"}],"_postman_id":"00a6cfd1-fd96-4811-b34f-a3046d5ed5fb"},{"name":"Exception With Details","id":"3716c4c8-0387-48e1-bf0f-a544f9c05c82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/exceptions/:id/details","description":"<p>Show the information for existing Exceptions with the NVT details in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","exceptions",":id","details"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"id"}]}},"response":[{"id":"01c67cb0-1ab8-450a-a39d-e8db40e7d7c8","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/exceptions/:id/details?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","exceptions",":id","details"],"query":[{"key":"session_value","value":"{{session_value}}","description":"(Required) The unique session assigned to the user when they authenticated"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"}],"variable":[{"key":"id","value":"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9","description":"The unique identifier assigned to the Exception."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 30 Sep 2017 14:10:58 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"40349e52f8215f9ea6abb1da67f5eef3\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"4fa8298f-ab5b-43c3-ae35-7a8c93e8588a","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.494259","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"Get exception with details\",\"exceptions\":[{\"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9\":{\"id\":\"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9\",\"in_use\":0,\"owner\":\"ben22\",\"text\":\"Denial-of-Service-only vulnerability marked as compliant.\",\"nvt_oid\":\"1.3.6.1.4.1.25623.1.0.802087\",\"hosts\":\"38.123.140.31\",\"port\":\"25/tcp\",\"active\":0,\"new_severity\":4.3,\"new_threat\":\"Medium\",\"creation_time\":\"2017-09-22T16:37:59.000+03:00\",\"modification_time\":\"2017-09-22T16:37:59.000+03:00\",\"submitted_by\":\"ben22\",\"status\":\"approved\",\"rejected_reason\":null,\"nvt\":{\"oid\":\"1.3.6.1.4.1.25623.1.0.802087\",\"name\":\"SSL/TLS: SSLv3 Protocol CBC Cipher Suites Information Disclosure Vulnerability (POODLE)\",\"family\":\"SSL and TLS\",\"version\":\"$Revision: 4749 $\",\"cvss_base\":\"4.3\",\"threat\":\"medium\",\"cve\":\"CVE-2014-3566\",\"bid\":\"70574\",\"xref\":\"URL:https://www.openssl.org/~bodo/ssl-poodle.pdf, URL:https://www.imperialviolet.org/2014/10/14/poodle.html, URL:https://www.dfranke.us/posts/2014-10-14-how-poodle-happened.html, URL:http://googleonlinesecurity.blogspot.in/2014/10/this-poodle-bites-exploiting-ssl-30.html\",\"tags\":\"cvss_base_vector=AV:N/AC:M/Au:N/C:P/I:N/A:N|summary=This host is prone to an information disclosure vulnerability.|vuldetect=Evaluate previous collected information about this service.|insight=The flaw is due to the block cipher padding not being deterministic and not covered by the Message Authentication Code|impact=Successful exploitation will allow a  man-in-the-middle attackers gain access to the plain text data stream.\\n\\n  Impact Level: Application|solution=Possible Mitigations are:\\n\\n  - Disable SSLv3\\n\\n  - Disable cipher suites supporting CBC cipher modes\\n\\n  - Enable TLS_FALLBACK_SCSV if the service is providing TLSv1.0+|qod_type=Remote banner check of applications that offer patch level in version. Many proprietary products do so.|solution_type=Mitigation\",\"creation_tiome\":\"Thu Oct 16 14:59:43, 2014\",\"modification_time\":\"Mon Dec 12 17:24:46, 2016\"}}}]}"}],"_postman_id":"3716c4c8-0387-48e1-bf0f-a544f9c05c82"},{"name":"Create An Exception","id":"98688288-c03f-4197-8ec5-421e1afc1f28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"exceptions[text]","value":"","type":"text","description":"<p>(Required) Enter the text for your Exception</p>\n"},{"key":"exceptions[nvt]","value":"","type":"text","description":"<p>(Required) Enter the Network Vulnerability Testing (NVT) ID from your scan report that you want to Exception</p>\n"},{"key":"exceptions[hosts]","value":"","type":"text","description":"<p>(Required or Task) Enter the IP address your Exception should apply to</p>\n"},{"key":"exceptions[task]","value":"","type":"text","description":"<p>(Required or Host) The Task UUID</p>\n"},{"key":"exceptions[port]","value":"","type":"text","description":"<p>Enter the Port your Exception should apply to</p>\n"},{"key":"exceptions[new_severity]","value":"","type":"text","description":"<p>0-10. Default: 2.0</p>\n"}]},"url":"{{api_url}}/v1/exceptions/","description":"<p>Create new Exception in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","exceptions",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"98688288-c03f-4197-8ec5-421e1afc1f28"},{"name":"Update An Exception","id":"64ce3ee7-ec66-437d-aa2c-4dd7892972fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/exceptions/:exception_uuid?exceptions[text]={text}&exceptions[nvt]={nvt}&exceptions[hosts]={hosts}&exceptions[port]={port}&exceptions[new_severity]={new_severity}","description":"<p>Update an existing Exception in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","exceptions",":exception_uuid"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>(Required) Enter the text for your Exception</p>\n","type":"text/plain"},"key":"exceptions[text]","value":"{text}"},{"description":{"content":"<p>Enter the Network Vulnerability Testing (NVT) ID from your scan report that you want to Exception</p>\n","type":"text/plain"},"key":"exceptions[nvt]","value":"{nvt}"},{"description":{"content":"<p>Enter the IP address your Exception should apply to</p>\n","type":"text/plain"},"key":"exceptions[hosts]","value":"{hosts}"},{"key":"exceptions[port]","value":"{port}"},{"description":{"content":"<p>0-10. Default: 2.0</p>\n","type":"text/plain"},"key":"exceptions[new_severity]","value":"{new_severity}"}],"variable":[{"description":{"content":"<p>The unique identifier assigned to the Exception.</p>\n","type":"text/plain"},"type":"string","value":"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9","key":"exception_uuid"}]}},"response":[{"id":"a99aa7c5-ebe7-43b9-b111-a17759f7a835","name":"200 Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/exceptions/:exception_uuid?session_value={{session_value}}&api_auth={{api_auth}}&exceptions[text]={text}&exceptions[nvt]={nvt}&exceptions[hosts]={hosts}&exceptions[port]={port}&exceptions[new_severity]={new_severity}","host":["{{api_url}}"],"path":["v1","exceptions",":exception_uuid"],"query":[{"key":"session_value","value":"{{session_value}}","description":"(Required) The unique session assigned to the user when they authenticated"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"},{"key":"exceptions[text]","value":"{text}","description":"(Required) Enter the text for your Exception"},{"key":"exceptions[nvt]","value":"{nvt}","description":"Enter the Network Vulnerability Testing (NVT) ID from your scan report that you want to Exception"},{"key":"exceptions[hosts]","value":"{hosts}","description":"Enter the IP address your Exception should apply to"},{"key":"exceptions[port]","value":"{port}"},{"key":"exceptions[new_severity]","value":"{new_severity}","description":"0-10. Default: 2.0"}],"variable":[{"key":"exception_uuid","value":"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9","description":"The unique identifier assigned to the Exception."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"Exception updated successfully\",\n    \"id\": \"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9\"\n}"}],"_postman_id":"64ce3ee7-ec66-437d-aa2c-4dd7892972fb"},{"name":"Delete An Exception","id":"9d033aa3-4197-43fb-86a3-9c00fc8f5178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/exceptions/:exception_uuid","description":"<p>Delete Exceptions in your Clone Guard® Security Scanning portal.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","exceptions",":exception_uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>The unique identifier assigned to the Exception.</p>\n","type":"text/plain"},"type":"string","value":"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9","key":"exception_uuid"}]}},"response":[],"_postman_id":"9d033aa3-4197-43fb-86a3-9c00fc8f5178"},{"name":"* Approve An Exception","id":"6d703e04-698e-4d04-b71d-d77351e72181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/exceptions/:id/activation?active=true","description":"<p>Approve an existing Exceptions in your Clone Guard® Security Scanning portal.</p>\n<p><strong>Access</strong>: Super Admin</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","exceptions",":id","activation"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>(Boolean) True|False</p>\n","type":"text/plain"},"key":"active","value":"true"}],"variable":[{"type":"string","value":"","key":"id"}]}},"response":[{"id":"26e0f0c2-7bf5-49d6-ad2e-a28e2381c8e3","name":"403 Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/exceptions/:exception_uuid/activation?session_value={{session_value}}&api_auth={{api_auth}}&active=-1","host":["{{api_url}}"],"path":["v1","exceptions",":exception_uuid","activation"],"query":[{"key":"session_value","value":"{{session_value}}","description":"(Required) The unique session assigned to the user when they authenticated"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"},{"key":"active","value":"-1","description":"Pass in a “-1” to indicate an approval"}],"variable":[{"key":"exception_uuid","value":"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9","description":"The unique identifier assigned to the Exception."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 30 Sep 2017 15:28:19 GMT","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"403 Forbidden","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"4332bc91-554a-4fde-a755-e17a378d2b47","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.345225","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":403,\"status_text\":\"You don’t have permissions to access this resource\"}"},{"id":"e8453a73-21bc-4c54-9c2f-520aeae9b2ae","name":"200 Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/exceptions/:exception_uuid/activation?session_value={{session_value}}&api_auth={{api_auth}}&active=-1","host":["{{api_url}}"],"path":["v1","exceptions",":exception_uuid","activation"],"query":[{"key":"session_value","value":"{{session_value}}","description":"(Required) The unique session assigned to the user when they authenticated"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"},{"key":"active","value":"-1","description":"Pass in a “-1” to indicate an approval"}],"variable":[{"key":"exception_uuid","value":"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9","description":"The unique identifier assigned to the Exception."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 30 Sep 2017 15:34:14 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"1c4caa90ee55318f155af5eb5893fd6c\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"1c783c5a-3edb-4d0a-9f78-d2f585905455","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.829823","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"Exception updated successfully\"}"}],"_postman_id":"6d703e04-698e-4d04-b71d-d77351e72181"},{"name":"* Reject An Exception","id":"d10ffa0b-4ca2-41cd-8dbf-44b66086401c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/exceptions/:id/activation?active=false&rejected_reason=Reason","description":"<p>Reject an existing Exceptions in your Clone Guard® Security Scanning portal.</p>\n<p><strong>Access</strong>: Super Admin</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","exceptions",":id","activation"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>(Boolean) True|False</p>\n","type":"text/plain"},"key":"active","value":"false"},{"description":{"content":"<p>The reason for rejecting the exception</p>\n","type":"text/plain"},"key":"rejected_reason","value":"Reason"}],"variable":[{"type":"string","value":"","key":"id"}]}},"response":[{"id":"71d0e61b-816a-448e-b0af-bb8aa5ab0780","name":"200 Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/exceptions/:exception_uuid/activation?session_value={{session_value}}&api_auth={{api_auth}}&active=0&rejected_reason=Reasone","host":["{{api_url}}"],"path":["v1","exceptions",":exception_uuid","activation"],"query":[{"key":"session_value","value":"{{session_value}}","description":"(Required) The unique session assigned to the user when they authenticated"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"},{"key":"active","value":"0","description":"Pass in a “0” to indicate a rejection"},{"key":"rejected_reason","value":"Reasone","description":"The reason for rejecting the exception"}],"variable":[{"key":"exception_uuid","value":"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9","description":"The unique identifier assigned to the Exception."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 30 Sep 2017 15:38:50 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"1c4caa90ee55318f155af5eb5893fd6c\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"31c61d6a-adef-45e7-9da8-20c266bb5eb1","description":""},{"name":"x-runtime","key":"x-runtime","value":"5.034249","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"Exception updated successfully\"}"},{"id":"e271baa2-f464-47f7-816d-2f337d2908c2","name":"403 Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/exceptions/:exception_uuid/activation?session_value={{session_value}}&api_auth={{api_auth}}&active=0&rejected_reason=Reasone","host":["{{api_url}}"],"path":["v1","exceptions",":exception_uuid","activation"],"query":[{"key":"session_value","value":"{{session_value}}","description":"(Required) The unique session assigned to the user when they authenticated"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"},{"key":"active","value":"0","description":"Pass in a “0” to indicate a rejection"},{"key":"rejected_reason","value":"Reasone","description":"The reason for rejecting the exception"}],"variable":[{"key":"exception_uuid","value":"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9","description":"The unique identifier assigned to the Exception."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"no-cache","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 30 Sep 2017 15:30:42 GMT","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"403 Forbidden","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"13e787c4-e80d-4aa6-b489-e19252494c1e","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.041038","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":403,\"status_text\":\"You don’t have permissions to access this resource\"}"}],"_postman_id":"d10ffa0b-4ca2-41cd-8dbf-44b66086401c"},{"name":"* Reset An Exception","id":"654ab350-98b0-4711-a05a-122c41b779e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/exceptions/:id/reset","description":"<p>Reset the approval /rejection status for an existing Exceptions in your Clone Guard® Security Scanning portal.</p>\n<p><strong>Access</strong>: Super Admin</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","exceptions",":id","reset"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"id"}]}},"response":[{"id":"30ad546c-a914-475d-a8fd-e5bd624e0df9","name":"403 Forbidden","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/exceptions/:exception_uuid/reset?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","exceptions",":exception_uuid","reset"],"query":[{"key":"session_value","value":"{{session_value}}","description":"(Required) The unique session assigned to the user when they authenticated"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"}],"variable":[{"key":"exception_uuid","value":"","description":"The unique identifier assigned to the Exception."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 30 Sep 2017 15:30:56 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"2609c65b871407b00ca1fc488fc953c1\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"335e338e-61c3-4630-8e00-a388d2122082","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.036901","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":404,\"status_text\":\"Didn't provided exceptions array with details\"}"},{"id":"8d2f6afe-97bc-44c9-9045-2d9ba63dc873","name":"200 Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/exceptions/:exception_uuid/reset?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","exceptions",":exception_uuid","reset"],"query":[{"key":"session_value","value":"{{session_value}}","description":"(Required) The unique session assigned to the user when they authenticated"},{"key":"api_auth","value":"{{api_auth}}","description":"(Required) The API authorization code assigned to your company by Clone Systems"}],"variable":[{"key":"exception_uuid","value":"6c4f555d-1adf-4a23-a8bd-bcfca64b3fd9","description":"The unique identifier assigned to the Exception."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 30 Sep 2017 15:35:04 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"1c4caa90ee55318f155af5eb5893fd6c\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"111461a8-d8a8-4e3b-b9d2-83d5c1395275","description":""},{"name":"x-runtime","key":"x-runtime","value":"0.890224","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"Exception updated successfully\"}"}],"_postman_id":"654ab350-98b0-4711-a05a-122c41b779e3"},{"name":"Sync Exceptions","id":"f0c19439-6e44-48ff-868e-cf5e9f15ad16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/exceptions/sync","description":"<p>Sync the exceptions in database</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","exceptions","sync"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0c19439-6e44-48ff-868e-cf5e9f15ad16"}],"id":"1f47246b-14f5-485c-8e03-e50d9b484fc8","description":"<p>The Exception request is used to administer exceptions for items that appear on your scan reports conducted from your Clone\nGuard® Security Scanning portal.</p>\n","_postman_id":"1f47246b-14f5-485c-8e03-e50d9b484fc8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Assets","item":[{"name":"Get assets","id":"c8021d38-06dc-452e-bd09-bceabefb68e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/scans/","description":"<p>Return a list of all of the network scans configured in your Clone Guard® Security Scanning portal and the associated targets and\nuser identified as the owner of the scan.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scans",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"9edeaede-2414-4795-b833-bde947cc67bc","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/scans?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","scans"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 16:35:10 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"beff874073f83446ca31099a9f7ae19a\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"e237c498-9ff0-4a39-b600-cb8f952812cc","description":""},{"name":"x-runtime","key":"x-runtime","value":"6.058369","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"Get scans\",\"count\":{\"total\":39},\"pagination\":{\"total_count\":39,\"total_pages\":4,\"per_page\":10,\"current_page\":1,\"current_page_results\":10},\"scans\":[{\"e384c3a9-e942-4cef-9ccc-4b4ac4ad22d4\":{\"id\":\"e384c3a9-e942-4cef-9ccc-4b4ac4ad22d4\",\"name\":\"SSP-553 1\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T14:06:28.000-04:00\",\"modification_time\":\"2017-08-03T14:36:09.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"8aec327b-f6fa-4d16-8d62-477fb0512410\",\"name\":\"SSP-553 1\",\"next_time\":\"2017-08-05T14:15:00.000-04:00\"},\"target\":{\"id\":\"b05e7c29-0b82-4a17-95b9-703a717c600d\",\"name\":\"Demoweb\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":31,\"reports_finished\":31},\"last_report\":{\"id\":\"87188b47-f2ef-47d9-b729-ccd1f053f3e5\",\"name\":\"2017-08-03T14:15:14.000-04:00\",\"scan_end\":\"2017-08-03T11:35:51.000-04:00\",\"timestamp\":\"2017-08-03T14:15:14.000-04:00\"}},\"244007fa-5b77-40ab-ae87-2c9824a5082f\":{\"id\":\"244007fa-5b77-40ab-ae87-2c9824a5082f\",\"name\":\"SSP-553 Scan 3\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T15:09:13.000-04:00\",\"modification_time\":\"2017-08-02T15:50:48.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"a4d48bd1-7560-40ed-bf8d-1e7a063deaf9\",\"name\":\"SSP-553 Schedule 1\",\"next_time\":\"2017-08-09T15:20:00.000-04:00\"},\"target\":{\"id\":\"c65b9f01-7f3a-4b6c-a39c-e7ca6d0a4efb\",\"name\":\"SSP-553 Target 1\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":8,\"reports_finished\":8},\"last_report\":{\"id\":\"1a0f0524-b3dd-4e79-8ac7-e0b03c7c7672\",\"name\":\"2017-07-26T15:20:06.000-04:00\",\"scan_end\":\"2017-08-02T12:50:26.000-04:00\",\"timestamp\":\"2017-07-26T15:20:06.000-04:00\"}},\"8a456653-30a0-494a-9ccb-20e96801d015\":{\"id\":\"8a456653-30a0-494a-9ccb-20e96801d015\",\"name\":\"SSP-553 Scan 2\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T15:08:49.000-04:00\",\"modification_time\":\"2017-08-02T15:45:36.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"a4d48bd1-7560-40ed-bf8d-1e7a063deaf9\",\"name\":\"SSP-553 Schedule 1\",\"next_time\":\"2017-08-09T15:20:00.000-04:00\"},\"target\":{\"id\":\"c65b9f01-7f3a-4b6c-a39c-e7ca6d0a4efb\",\"name\":\"SSP-553 Target 1\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":8,\"reports_finished\":8},\"last_report\":{\"id\":\"99cd5dd8-a94a-492a-99c9-6030c21f0dcb\",\"name\":\"2017-07-26T15:20:06.000-04:00\",\"scan_end\":\"2017-08-02T12:45:10.000-04:00\",\"timestamp\":\"2017-07-26T15:20:06.000-04:00\"}},\"37c9cdbd-f8d1-4a2d-89ef-02264f8266e5\":{\"id\":\"37c9cdbd-f8d1-4a2d-89ef-02264f8266e5\",\"name\":\"SSP-553 Scan 1\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T15:08:29.000-04:00\",\"modification_time\":\"2017-08-02T15:45:36.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"a4d48bd1-7560-40ed-bf8d-1e7a063deaf9\",\"name\":\"SSP-553 Schedule 1\",\"next_time\":\"2017-08-09T15:20:00.000-04:00\"},\"target\":{\"id\":\"c65b9f01-7f3a-4b6c-a39c-e7ca6d0a4efb\",\"name\":\"SSP-553 Target 1\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":8,\"reports_finished\":8},\"last_report\":{\"id\":\"bbdfb800-3ab3-4d3a-8788-996713ccc70f\",\"name\":\"2017-07-26T15:20:06.000-04:00\",\"scan_end\":\"2017-08-02T12:45:10.000-04:00\",\"timestamp\":\"2017-07-26T15:20:06.000-04:00\"}},\"afbd6a85-0880-45a7-a0fd-a5627bbbc29e\":{\"id\":\"afbd6a85-0880-45a7-a0fd-a5627bbbc29e\",\"name\":\"IPS Scan\",\"owner\":\"tonyTest\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-01-10T04:50:37.000-05:00\",\"modification_time\":\"2017-08-02T02:24:49.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{\"fad6c5e2-2dc6-4dc9-99e0-3894b89e979a\":{\"id\":\"fad6c5e2-2dc6-4dc9-99e0-3894b89e979a\",\"name\":\"Gmail Notifications - Completed\"},\"4d4db9e3-abf1-4e1e-aece-a54404a44398\":{\"id\":\"4d4db9e3-abf1-4e1e-aece-a54404a44398\",\"name\":\"Gmail Notifications - Started\"}}],\"schedule\":{\"id\":\"8d2a9136-1201-48b9-a3f0-db02be24f9ca\",\"name\":\"Every 2 Months (Day 2- Hour 09:00:00)\",\"next_time\":\"2017-09-02T03:00:00.000-04:00\"},\"target\":{\"id\":\"2032766c-70cf-4df8-b709-97252e333918\",\"name\":\"IPS Clone Systems\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"76300b96-2ca1-40df-8f74-29a4c773f138\",\"name\":\"CLONWLSCAN25 - 38.123.140.118\"},\"reports\":{\"reports_count\":5,\"reports_finished\":5},\"last_report\":{\"id\":\"dedb2573-e583-4254-9d04-21ee2a13620b\",\"name\":\"2017-08-02T02:00:15.000-04:00\",\"scan_end\":\"2017-08-02T00:24:39.000-04:00\",\"timestamp\":\"2017-08-02T02:00:15.000-04:00\"}},\"7bd8c365-1214-4d5c-8eb2-e42598f02b1d\":{\"id\":\"7bd8c365-1214-4d5c-8eb2-e42598f02b1d\",\"name\":\"Scan www.wardrobeandarmoire.co.uk\",\"owner\":\"csadmin\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-08-01T15:30:17.000-04:00\",\"modification_time\":\"2017-08-01T15:49:10.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"a91ec7f2-e46c-434b-a27f-f635aeb4da7e\",\"name\":\"www.wardrobeandarmoire.co.uk\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"2d6b34cb-40bb-4287-93da-90a84cf4bcbc\",\"name\":\"CLONWLSCAN23 - 38.123.140.82\"},\"reports\":{\"reports_count\":1,\"reports_finished\":1},\"last_report\":{\"id\":\"ec43482b-6345-4965-9223-886baf851582\",\"name\":\"2017-08-01T15:30:45.000-04:00\",\"scan_end\":\"2017-08-01T19:49:04.000-04:00\",\"timestamp\":\"2017-08-01T15:30:45.000-04:00\"}},\"22404ce3-051c-4857-a61b-d4e4f93a12b6\":{\"id\":\"22404ce3-051c-4857-a61b-d4e4f93a12b6\",\"name\":\"Postman8 Scan\",\"owner\":\"postman8\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-06-01T09:49:25.000-04:00\",\"modification_time\":\"2017-08-01T10:08:18.000-04:00\",\"comment\":\"Auto Test Scans Updated\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"914df480-0c7d-462c-b2dd-28cb1d17edda\",\"name\":\"Postman8 Schedule\",\"next_time\":\"2017-10-01T09:59:20.000-04:00\"},\"target\":{\"id\":\"9e76aa61-8209-439b-836c-44f9fa616c89\",\"name\":\"Postman8 Target\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"76300b96-2ca1-40df-8f74-29a4c773f138\",\"name\":\"CLONWLSCAN25 - 38.123.140.118\"},\"reports\":{\"reports_count\":2,\"reports_finished\":2},\"last_report\":{\"id\":\"79607c4f-e970-4d53-94d2-ed64fc39d9c2\",\"name\":\"2017-08-01T09:59:39.000-04:00\",\"scan_end\":\"2017-08-01T14:08:10.000-04:00\",\"timestamp\":\"2017-08-01T09:59:39.000-04:00\"}},\"89196091-d6c5-4aa7-a9d0-ff7036ef43a1\":{\"id\":\"89196091-d6c5-4aa7-a9d0-ff7036ef43a1\",\"name\":\"Tom Testing DNS resolution\",\"owner\":\"csadmin\",\"status\":\"Done\",\"in_use\":0,\"alterable\":0,\"creation_time\":\"2017-07-27T17:45:20.000-04:00\",\"modification_time\":\"2017-07-27T18:03:26.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"b22c37f8-354c-4266-9eb1-fef277563b5f\",\"name\":\"demoweb 4\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"df759a4c-237a-4cfe-9186-27deb099ab13\",\"name\":\"CLONWLSCAN24 - 38.123.140.83\"},\"reports\":{\"reports_count\":1,\"reports_finished\":1},\"last_report\":{\"id\":\"ac405a0d-2833-4e28-aa58-b7688304d52e\",\"name\":\"2017-07-27T17:45:51.000-04:00\",\"scan_end\":\"2017-07-27T22:03:08.000-04:00\",\"timestamp\":\"2017-07-27T17:45:51.000-04:00\"}},\"4ed2dc0f-ca45-4060-a7f2-63ca9f282be4\":{\"id\":\"4ed2dc0f-ca45-4060-a7f2-63ca9f282be4\",\"name\":\"Target_Test B 2017-07-27T15-45-05\",\"owner\":\"test-b\",\"status\":\"New\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-07-27T15:45:05.000-04:00\",\"modification_time\":\"2017-07-27T15:45:05.000-04:00\",\"comment\":null,\"progress\":0,\"notifications\":[{\"4c43de5e-be74-4652-b7f4-c90ac0cf7653\":{\"id\":\"4c43de5e-be74-4652-b7f4-c90ac0cf7653\",\"name\":\"terrence.vong@clone-systems.com - Completed\"},\"b8aca9a8-f17f-424d-98f5-64263cd9a7d5\":{\"id\":\"b8aca9a8-f17f-424d-98f5-64263cd9a7d5\",\"name\":\"terrence.vong@clone-systems.com - Started\"}}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"aa9c3759-b7a0-4053-b288-7b986452477b\",\"name\":\"Test B\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"76300b96-2ca1-40df-8f74-29a4c773f138\",\"name\":\"CLONWLSCAN25 - 38.123.140.118\"},\"reports\":{\"reports_count\":0,\"reports_finished\":0},\"last_report\":{\"id\":null,\"name\":null,\"scan_end\":null,\"timestamp\":null}},\"dd4a8777-f25f-4147-9eec-d09309b1581d\":{\"id\":\"dd4a8777-f25f-4147-9eec-d09309b1581d\",\"name\":\"Target_Test A 2017-07-27T15-38-50\",\"owner\":\"test-a\",\"status\":\"New\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-07-27T15:38:51.000-04:00\",\"modification_time\":\"2017-07-27T15:38:51.000-04:00\",\"comment\":null,\"progress\":0,\"notifications\":[{\"2b878089-9f1f-462f-8f37-dab24e7f9e1f\":{\"id\":\"2b878089-9f1f-462f-8f37-dab24e7f9e1f\",\"name\":\"tvong@clone-systems.com - Completed\"},\"197876bf-0bda-43e6-bd15-7396e925ed26\":{\"id\":\"197876bf-0bda-43e6-bd15-7396e925ed26\",\"name\":\"tvong@clone-systems.com - Started\"}}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"6e6c053b-3365-4fb4-8d3f-c519172e6748\",\"name\":\"Test A\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":0,\"reports_finished\":0},\"last_report\":{\"id\":null,\"name\":null,\"scan_end\":null,\"timestamp\":null}}}]}"}],"_postman_id":"c8021d38-06dc-452e-bd09-bceabefb68e2"},{"name":"Most vulnerable assets","id":"f3f453b7-6c2b-4c26-9677-e943328036d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"f3f453b7-6c2b-4c26-9677-e943328036d3"},{"name":"Vulnerable Assets Counts","id":"0e67633c-6dbb-440b-a573-699e495c60fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/assets/hosts/vulnerable_assets?only_alive=true&include_hosts=true","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","assets","hosts","vulnerable_assets"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>Calculates only the vulnerable alive hosts. Default: false</p>\n","type":"text/plain"},"key":"only_alive","value":"true"},{"description":{"content":"<p>Includes the list of vulnerable hosts. Default: false</p>\n","type":"text/plain"},"key":"include_hosts","value":"true"}],"variable":[]}},"response":[{"id":"d2d9baeb-13ce-4449-bf7f-97b1241c274b","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/scans?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","scans"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"cache-control","key":"cache-control","value":"max-age=0, private, must-revalidate","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sat, 05 Aug 2017 16:35:10 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"beff874073f83446ca31099a9f7ae19a\"","description":""},{"name":"server","key":"server","value":"nginx/1.10.1 + Phusion Passenger 5.0.30","description":""},{"name":"status","key":"status","value":"200 OK","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-meta-request-version","key":"x-meta-request-version","value":"0.3.4","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Phusion Passenger 5.0.30","description":""},{"name":"x-request-id","key":"x-request-id","value":"e237c498-9ff0-4a39-b600-cb8f952812cc","description":""},{"name":"x-runtime","key":"x-runtime","value":"6.058369","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"Get scans\",\"count\":{\"total\":39},\"pagination\":{\"total_count\":39,\"total_pages\":4,\"per_page\":10,\"current_page\":1,\"current_page_results\":10},\"scans\":[{\"e384c3a9-e942-4cef-9ccc-4b4ac4ad22d4\":{\"id\":\"e384c3a9-e942-4cef-9ccc-4b4ac4ad22d4\",\"name\":\"SSP-553 1\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T14:06:28.000-04:00\",\"modification_time\":\"2017-08-03T14:36:09.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"8aec327b-f6fa-4d16-8d62-477fb0512410\",\"name\":\"SSP-553 1\",\"next_time\":\"2017-08-05T14:15:00.000-04:00\"},\"target\":{\"id\":\"b05e7c29-0b82-4a17-95b9-703a717c600d\",\"name\":\"Demoweb\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":31,\"reports_finished\":31},\"last_report\":{\"id\":\"87188b47-f2ef-47d9-b729-ccd1f053f3e5\",\"name\":\"2017-08-03T14:15:14.000-04:00\",\"scan_end\":\"2017-08-03T11:35:51.000-04:00\",\"timestamp\":\"2017-08-03T14:15:14.000-04:00\"}},\"244007fa-5b77-40ab-ae87-2c9824a5082f\":{\"id\":\"244007fa-5b77-40ab-ae87-2c9824a5082f\",\"name\":\"SSP-553 Scan 3\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T15:09:13.000-04:00\",\"modification_time\":\"2017-08-02T15:50:48.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"a4d48bd1-7560-40ed-bf8d-1e7a063deaf9\",\"name\":\"SSP-553 Schedule 1\",\"next_time\":\"2017-08-09T15:20:00.000-04:00\"},\"target\":{\"id\":\"c65b9f01-7f3a-4b6c-a39c-e7ca6d0a4efb\",\"name\":\"SSP-553 Target 1\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":8,\"reports_finished\":8},\"last_report\":{\"id\":\"1a0f0524-b3dd-4e79-8ac7-e0b03c7c7672\",\"name\":\"2017-07-26T15:20:06.000-04:00\",\"scan_end\":\"2017-08-02T12:50:26.000-04:00\",\"timestamp\":\"2017-07-26T15:20:06.000-04:00\"}},\"8a456653-30a0-494a-9ccb-20e96801d015\":{\"id\":\"8a456653-30a0-494a-9ccb-20e96801d015\",\"name\":\"SSP-553 Scan 2\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T15:08:49.000-04:00\",\"modification_time\":\"2017-08-02T15:45:36.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"a4d48bd1-7560-40ed-bf8d-1e7a063deaf9\",\"name\":\"SSP-553 Schedule 1\",\"next_time\":\"2017-08-09T15:20:00.000-04:00\"},\"target\":{\"id\":\"c65b9f01-7f3a-4b6c-a39c-e7ca6d0a4efb\",\"name\":\"SSP-553 Target 1\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":8,\"reports_finished\":8},\"last_report\":{\"id\":\"99cd5dd8-a94a-492a-99c9-6030c21f0dcb\",\"name\":\"2017-07-26T15:20:06.000-04:00\",\"scan_end\":\"2017-08-02T12:45:10.000-04:00\",\"timestamp\":\"2017-07-26T15:20:06.000-04:00\"}},\"37c9cdbd-f8d1-4a2d-89ef-02264f8266e5\":{\"id\":\"37c9cdbd-f8d1-4a2d-89ef-02264f8266e5\",\"name\":\"SSP-553 Scan 1\",\"owner\":\"falegk\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-05-31T15:08:29.000-04:00\",\"modification_time\":\"2017-08-02T15:45:36.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"a4d48bd1-7560-40ed-bf8d-1e7a063deaf9\",\"name\":\"SSP-553 Schedule 1\",\"next_time\":\"2017-08-09T15:20:00.000-04:00\"},\"target\":{\"id\":\"c65b9f01-7f3a-4b6c-a39c-e7ca6d0a4efb\",\"name\":\"SSP-553 Target 1\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":8,\"reports_finished\":8},\"last_report\":{\"id\":\"bbdfb800-3ab3-4d3a-8788-996713ccc70f\",\"name\":\"2017-07-26T15:20:06.000-04:00\",\"scan_end\":\"2017-08-02T12:45:10.000-04:00\",\"timestamp\":\"2017-07-26T15:20:06.000-04:00\"}},\"afbd6a85-0880-45a7-a0fd-a5627bbbc29e\":{\"id\":\"afbd6a85-0880-45a7-a0fd-a5627bbbc29e\",\"name\":\"IPS Scan\",\"owner\":\"tonyTest\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-01-10T04:50:37.000-05:00\",\"modification_time\":\"2017-08-02T02:24:49.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{\"fad6c5e2-2dc6-4dc9-99e0-3894b89e979a\":{\"id\":\"fad6c5e2-2dc6-4dc9-99e0-3894b89e979a\",\"name\":\"Gmail Notifications - Completed\"},\"4d4db9e3-abf1-4e1e-aece-a54404a44398\":{\"id\":\"4d4db9e3-abf1-4e1e-aece-a54404a44398\",\"name\":\"Gmail Notifications - Started\"}}],\"schedule\":{\"id\":\"8d2a9136-1201-48b9-a3f0-db02be24f9ca\",\"name\":\"Every 2 Months (Day 2- Hour 09:00:00)\",\"next_time\":\"2017-09-02T03:00:00.000-04:00\"},\"target\":{\"id\":\"2032766c-70cf-4df8-b709-97252e333918\",\"name\":\"IPS Clone Systems\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"76300b96-2ca1-40df-8f74-29a4c773f138\",\"name\":\"CLONWLSCAN25 - 38.123.140.118\"},\"reports\":{\"reports_count\":5,\"reports_finished\":5},\"last_report\":{\"id\":\"dedb2573-e583-4254-9d04-21ee2a13620b\",\"name\":\"2017-08-02T02:00:15.000-04:00\",\"scan_end\":\"2017-08-02T00:24:39.000-04:00\",\"timestamp\":\"2017-08-02T02:00:15.000-04:00\"}},\"7bd8c365-1214-4d5c-8eb2-e42598f02b1d\":{\"id\":\"7bd8c365-1214-4d5c-8eb2-e42598f02b1d\",\"name\":\"Scan www.wardrobeandarmoire.co.uk\",\"owner\":\"csadmin\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-08-01T15:30:17.000-04:00\",\"modification_time\":\"2017-08-01T15:49:10.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"a91ec7f2-e46c-434b-a27f-f635aeb4da7e\",\"name\":\"www.wardrobeandarmoire.co.uk\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"2d6b34cb-40bb-4287-93da-90a84cf4bcbc\",\"name\":\"CLONWLSCAN23 - 38.123.140.82\"},\"reports\":{\"reports_count\":1,\"reports_finished\":1},\"last_report\":{\"id\":\"ec43482b-6345-4965-9223-886baf851582\",\"name\":\"2017-08-01T15:30:45.000-04:00\",\"scan_end\":\"2017-08-01T19:49:04.000-04:00\",\"timestamp\":\"2017-08-01T15:30:45.000-04:00\"}},\"22404ce3-051c-4857-a61b-d4e4f93a12b6\":{\"id\":\"22404ce3-051c-4857-a61b-d4e4f93a12b6\",\"name\":\"Postman8 Scan\",\"owner\":\"postman8\",\"status\":\"Done\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-06-01T09:49:25.000-04:00\",\"modification_time\":\"2017-08-01T10:08:18.000-04:00\",\"comment\":\"Auto Test Scans Updated\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"914df480-0c7d-462c-b2dd-28cb1d17edda\",\"name\":\"Postman8 Schedule\",\"next_time\":\"2017-10-01T09:59:20.000-04:00\"},\"target\":{\"id\":\"9e76aa61-8209-439b-836c-44f9fa616c89\",\"name\":\"Postman8 Target\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"76300b96-2ca1-40df-8f74-29a4c773f138\",\"name\":\"CLONWLSCAN25 - 38.123.140.118\"},\"reports\":{\"reports_count\":2,\"reports_finished\":2},\"last_report\":{\"id\":\"79607c4f-e970-4d53-94d2-ed64fc39d9c2\",\"name\":\"2017-08-01T09:59:39.000-04:00\",\"scan_end\":\"2017-08-01T14:08:10.000-04:00\",\"timestamp\":\"2017-08-01T09:59:39.000-04:00\"}},\"89196091-d6c5-4aa7-a9d0-ff7036ef43a1\":{\"id\":\"89196091-d6c5-4aa7-a9d0-ff7036ef43a1\",\"name\":\"Tom Testing DNS resolution\",\"owner\":\"csadmin\",\"status\":\"Done\",\"in_use\":0,\"alterable\":0,\"creation_time\":\"2017-07-27T17:45:20.000-04:00\",\"modification_time\":\"2017-07-27T18:03:26.000-04:00\",\"comment\":\"\",\"progress\":100,\"notifications\":[{}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"b22c37f8-354c-4266-9eb1-fef277563b5f\",\"name\":\"demoweb 4\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"df759a4c-237a-4cfe-9186-27deb099ab13\",\"name\":\"CLONWLSCAN24 - 38.123.140.83\"},\"reports\":{\"reports_count\":1,\"reports_finished\":1},\"last_report\":{\"id\":\"ac405a0d-2833-4e28-aa58-b7688304d52e\",\"name\":\"2017-07-27T17:45:51.000-04:00\",\"scan_end\":\"2017-07-27T22:03:08.000-04:00\",\"timestamp\":\"2017-07-27T17:45:51.000-04:00\"}},\"4ed2dc0f-ca45-4060-a7f2-63ca9f282be4\":{\"id\":\"4ed2dc0f-ca45-4060-a7f2-63ca9f282be4\",\"name\":\"Target_Test B 2017-07-27T15-45-05\",\"owner\":\"test-b\",\"status\":\"New\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-07-27T15:45:05.000-04:00\",\"modification_time\":\"2017-07-27T15:45:05.000-04:00\",\"comment\":null,\"progress\":0,\"notifications\":[{\"4c43de5e-be74-4652-b7f4-c90ac0cf7653\":{\"id\":\"4c43de5e-be74-4652-b7f4-c90ac0cf7653\",\"name\":\"terrence.vong@clone-systems.com - Completed\"},\"b8aca9a8-f17f-424d-98f5-64263cd9a7d5\":{\"id\":\"b8aca9a8-f17f-424d-98f5-64263cd9a7d5\",\"name\":\"terrence.vong@clone-systems.com - Started\"}}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"aa9c3759-b7a0-4053-b288-7b986452477b\",\"name\":\"Test B\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"76300b96-2ca1-40df-8f74-29a4c773f138\",\"name\":\"CLONWLSCAN25 - 38.123.140.118\"},\"reports\":{\"reports_count\":0,\"reports_finished\":0},\"last_report\":{\"id\":null,\"name\":null,\"scan_end\":null,\"timestamp\":null}},\"dd4a8777-f25f-4147-9eec-d09309b1581d\":{\"id\":\"dd4a8777-f25f-4147-9eec-d09309b1581d\",\"name\":\"Target_Test A 2017-07-27T15-38-50\",\"owner\":\"test-a\",\"status\":\"New\",\"in_use\":0,\"alterable\":1,\"creation_time\":\"2017-07-27T15:38:51.000-04:00\",\"modification_time\":\"2017-07-27T15:38:51.000-04:00\",\"comment\":null,\"progress\":0,\"notifications\":[{\"2b878089-9f1f-462f-8f37-dab24e7f9e1f\":{\"id\":\"2b878089-9f1f-462f-8f37-dab24e7f9e1f\",\"name\":\"tvong@clone-systems.com - Completed\"},\"197876bf-0bda-43e6-bd15-7396e925ed26\":{\"id\":\"197876bf-0bda-43e6-bd15-7396e925ed26\",\"name\":\"tvong@clone-systems.com - Started\"}}],\"schedule\":{\"id\":\"\",\"name\":\"\",\"next_time\":\"n/a\"},\"target\":{\"id\":\"6e6c053b-3365-4fb4-8d3f-c519172e6748\",\"name\":\"Test A\"},\"config\":{\"id\":\"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\"name\":\"PCI ASV Scan Profile\"},\"scanner\":{\"id\":\"38b6fe1e-6bf3-415f-9d9c-2c42b3595336\",\"name\":\"CLONWLSCAN26 - 38.123.140.119\"},\"reports\":{\"reports_count\":0,\"reports_finished\":0},\"last_report\":{\"id\":null,\"name\":null,\"scan_end\":null,\"timestamp\":null}}}]}"}],"_postman_id":"0e67633c-6dbb-440b-a573-699e495c60fa"}],"id":"67dab4e9-afc8-418c-a3c2-1b2edecfa2e8","_postman_id":"67dab4e9-afc8-418c-a3c2-1b2edecfa2e8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Credentials","item":[{"name":"List of credentials","id":"6f1d20dc-dcf8-4d21-bbd6-c8bded5090bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/credentials/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","credentials",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f1d20dc-dcf8-4d21-bbd6-c8bded5090bd"},{"name":"Show a credential","id":"9b199919-dcf4-4450-9be6-d75bae49ad00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/credentials/:uuid","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","credentials",":uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"62741a22-97c0-447e-876c-4141148dcfc5","key":"uuid"}]}},"response":[{"id":"32472d43-2cfb-4765-aec9-ec68af4c866f","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/credentials/:uuid?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","credentials",":uuid"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}],"variable":[{"key":"uuid","value":"62741a22-97c0-447e-876c-4141148dcfc5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"9f05097b-a457-4c90-87e2-bbce934f0036"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"ETag","value":"W/\"f15f15cab007def205b9eb27228bb1da\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"5.799675"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Wed, 06 Mar 2019 13:31:24 GMT"},{"key":"Set-Cookie","value":"_osdiscover_session=NGRzYjBMOWoveVpBdTBqaVlKdDEzQXJicHNIazVmc1BxZDZiYkJxL3QrODBVMGNHZ0pmTTFlMjA5VUw4YkFOVllJRTFYcm40eUk5ZnFWQjB6RmNxUUp6bXBDcEViK0E5NXhXZHdEekdva2RqRTNiK2xYLzhIZDVCSTJKNXFiNjFiVHBjcWJRZnNSMXpVU3JXV2FldlBMblRnUjRpSkY5bnM2YW9mdUdya09qdUU0R1A2blBJM1d3a2dHb0VGZzV3aXBFZ2tWNlMvMWxKcHJocFVhSS9hMlNiVndTWEM0aGx4eE9JWHE2OGZ3ST0tLXFwTFRHV3hRUG9ONEVLUktaVEV0ZlE9PQ%3D%3D--33b150480e44441dac8820dee97664a31dcc79e6; path=/; HttpOnly"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.1"},{"key":"Server","value":"nginx/1.15.8 + Phusion Passenger 6.0.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"credentials\": {\n        \"id\": \"62741a22-97c0-447e-876c-4141148dcfc5\",\n        \"type\": \"credentials\",\n        \"attributes\": {\n            \"id\": \"62741a22-97c0-447e-876c-4141148dcfc5\",\n            \"name\": \"OMP credentials\",\n            \"comment\": \"\",\n            \"creation_time\": \"2017-01-11T14:50:39.000-06:00\",\n            \"modification_time\": \"2017-01-11T14:50:39.000-06:00\",\n            \"type\": \"up\"\n        }\n    }\n}"}],"_postman_id":"9b199919-dcf4-4450-9be6-d75bae49ad00"}],"id":"30315b03-d11e-4ce8-acae-cf18276d1341","_postman_id":"30315b03-d11e-4ce8-acae-cf18276d1341","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Scanners","item":[{"name":"Get Scanners","id":"90a54f06-f8a5-4c27-bebb-12234d1e0053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/scanners/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scanners",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"90a54f06-f8a5-4c27-bebb-12234d1e0053"},{"name":"Get a scanner","id":"d666ad67-de89-4660-b655-c95e23be1cda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/scanners/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scanners",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"0736c843-4690-4d86-a3db-95ccc8aefa5d","key":"id"}]}},"response":[],"_postman_id":"d666ad67-de89-4660-b655-c95e23be1cda"},{"name":"Sync scanners","id":"1dbaba67-5f6e-4709-98ae-85a317cee9c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/scanners/sync?session_value={{session_value}}&api_auth={{api_auth}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scanners","sync"],"host":["{{api_url}}"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}],"variable":[]}},"response":[{"id":"ea30d765-3fc6-4f48-b5ac-efc93aa3c1ac","name":"Sync scanners","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api_url}}/v1/scanners/sync?session_value={{session_value}}&api_auth={{api_auth}}","host":["{{api_url}}"],"path":["v1","scanners","sync"],"query":[{"key":"session_value","value":"{{session_value}}"},{"key":"api_auth","value":"{{api_auth}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 04 Jul 2018 11:16:03 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"8443110cce7d4caae4d414cc025a4d9b\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx/1.12.2 + Phusion Passenger 5.2.3","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"_osdiscover_session=SzRlVkRwM0M3TEt5RDFtMTRPNlgwbnVPaEV4anRLZllNQXBxK1E5LzdUcHk0SUR4TytOMEdBNDlHS2lJanJrUkpDMXBqUXVjaWRyRUpWdWhHZ3g4a2laU1RBZXdyNWt1d1g4dG5nVXcvUnFWRWxhOEUwUklQRThxWkFHUGR0UjB2RmhITmJRbG91VVNiMEFybUJ4a1k4T2UyUkg3TjVDV3drUCtNaUJGMVJnVlAxVVEwd0szSjlZdHBDdFFkbHBZQWN3YnpUL2RnY1dVVXhIbkVYQWVvTEM0MTJwQ2tJKzJHWDNBYnZrcW82MWN0WjJCVFBTMVBxS2RFczNvUmxlRW5Ndlo5QlliZXViaHZNWGY2RXI0bmYxK0lSOW5kVVZ3SWZOaHVYYWRjMlFFaFdLd1I4Z09KdHozajBKVlRzTkxBR2R2Nlh2WldkR1cxQlk3NzY3Y3hBPT0tLUcwWlBuUUFaR01FYmFycHFoQ20rbnc9PQ%3D%3D--1e2a53cb871898d87e7091c259ebc40c82f0622a; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Meta-Request-Version","value":"0.6.0","name":"X-Meta-Request-Version","description":"Custom header"},{"key":"X-Powered-By","value":"Phusion Passenger 5.2.3","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"6f48c8a8-ee7e-4f4e-8711-0bc777ba3efd","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"4.089129","name":"X-Runtime","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"SzRlVkRwM0M3TEt5RDFtMTRPNlgwbnVPaEV4anRLZllNQXBxK1E5LzdUcHk0SUR4TytOMEdBNDlHS2lJanJrUkpDMXBqUXVjaWRyRUpWdWhHZ3g4a2laU1RBZXdyNWt1d1g4dG5nVXcvUnFWRWxhOEUwUklQRThxWkFHUGR0UjB2RmhITmJRbG91VVNiMEFybUJ4a1k4T2UyUkg3TjVDV3drUCtNaUJGMVJnVlAxVVEwd0szSjlZdHBDdFFkbHBZQWN3YnpUL2RnY1dVVXhIbkVYQWVvTEM0MTJwQ2tJKzJHWDNBYnZrcW82MWN0WjJCVFBTMVBxS2RFczNvUmxlRW5Ndlo5QlliZXViaHZNWGY2RXI0bmYxK0lSOW5kVVZ3SWZOaHVYYWRjMlFFaFdLd1I4Z09KdHozajBKVlRzTkxBR2R2Nlh2WldkR1cxQlk3NzY3Y3hBPT0tLUcwWlBuUUFaR01FYmFycHFoQ20rbnc9PQ%3D%3D--1e2a53cb871898d87e7091c259ebc40c82f0622a","key":"_osdiscover_session"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"p%3Dt","key":"__profilin"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"PUT","key":"request_method"}],"responseTime":null,"body":"{\"status\":200,\"status_text\":\"0 scanners synced\",\"synced\":0}"}],"_postman_id":"1dbaba67-5f6e-4709-98ae-85a317cee9c1"},{"name":"Create Scanner","id":"58b77452-419c-4f8d-8528-4f74e131ad05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Scanner 1780164418","type":"text"},{"key":"comment","value":"Scanner 1780164418 comment","type":"text"}]},"url":"{{api_url}}/v1/scanners/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scanners",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"58b77452-419c-4f8d-8528-4f74e131ad05"},{"name":"Delete a scanner","id":"580c856d-3dfd-4374-bea5-f1a92155adaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api_url}}/v1/scanners/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scanners",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"f17b26bc-ab85-442e-b336-7c9442af61fd","key":"id"}]}},"response":[],"_postman_id":"580c856d-3dfd-4374-bea5-f1a92155adaf"},{"name":"Get Activated Scanners","id":"7e38ec21-2a17-46b0-ad35-2da332f61a19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/scanners/activated","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scanners","activated"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e38ec21-2a17-46b0-ad35-2da332f61a19"},{"name":"Verify Scanner","id":"d2174f8b-0cf1-4e81-9c5c-6c1f3d711685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/scanners/:id/verify","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","scanners",":id","verify"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"9ffc41d1-6153-4109-80d0-f556ab524c6c","key":"id"}]}},"response":[{"id":"09e96715-7351-408b-8010-4621a7cb7218","name":"Verify Scanner 200","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":{"raw":"{{api_url}}/v1/scanners/:id/verify","host":["{{api_url}}"],"path":["v1","scanners",":id","verify"],"variable":[{"key":"id","value":"9ffc41d1-6153-4109-80d0-f556ab524c6c","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"e099d977-9c43-486a-9df3-02383fe470f2"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"ETag","value":"W/\"b6acc07fa5c12e4b0b0ae573960b774c\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"5.169910"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Mon, 27 May 2019 15:18:01 GMT"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.1"},{"key":"Server","value":"nginx/1.15.8 + Phusion Passenger 6.0.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_text\": \"OK\",\n    \"version\": \"7.0\"\n}"}],"_postman_id":"d2174f8b-0cf1-4e81-9c5c-6c1f3d711685"}],"id":"8a8984e6-d427-42d1-ab12-cbe89ace5082","description":"<p><strong>Only Super Admin has permissions</strong></p>\n","_postman_id":"8a8984e6-d427-42d1-ab12-cbe89ace5082","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Scan Configs","item":[{"name":"List of Configs","id":"466f2909-1aa3-4d2b-8760-6db4865d1470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/configs?active=false","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","configs"],"host":["{{api_url}}"],"query":[{"key":"active","value":"false"}],"variable":[]}},"response":[],"_postman_id":"466f2909-1aa3-4d2b-8760-6db4865d1470"}],"id":"0d065e6e-a755-4c80-a479-6674f2f53610","_postman_id":"0d065e6e-a755-4c80-a479-6674f2f53610","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Target Port Lists","item":[{"name":"List of Ports","id":"7560c1b0-aeeb-4361-9934-fcf12096c71a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/port_lists","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","port_lists"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7560c1b0-aeeb-4361-9934-fcf12096c71a"},{"name":"List of Activated Ports","id":"c09466fa-16b8-4765-aebf-fe19c737da17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/port_lists/activated","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","port_lists","activated"],"host":["{{api_url}}"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) pci, vrms or penetration</p>\n","type":"text/plain"},"key":"app_type","value":"vrms"}],"variable":[]}},"response":[],"_postman_id":"c09466fa-16b8-4765-aebf-fe19c737da17"},{"name":"Get a post list","id":"26063806-63c0-4a79-ae7b-f3b131368626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","type":"text","value":"{{api_auth}}"}],"url":"{{api_url}}/v1/port_lists/:uuid","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","port_lists",":uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"id":"b6659bda-67e1-4b39-8b44-6f9612afdd22","type":"string","value":"c7e03b6c-3bbe-11e1-a057-406186ea4fc5","key":"uuid"}]}},"response":[],"_postman_id":"26063806-63c0-4a79-ae7b-f3b131368626"},{"name":"Activate a Port List","id":"329cbba0-c472-42ce-b1b4-1760e403e9c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/port_lists/:uuid/activate","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","port_lists",":uuid","activate"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"c7e03b6c-3bbe-11e1-a057-406186ea4fc5","key":"uuid"}]}},"response":[],"_postman_id":"329cbba0-c472-42ce-b1b4-1760e403e9c5"},{"name":"Create Port List","id":"16808507-9a67-4ee3-9547-fa733c9b1f01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"port_list[name]","value":"Test Port List 1","description":"<p>(Required)</p>\n","type":"text"},{"key":"port_list[port_range]","value":" U:53,111,137,T:21-25,80,139,8080","description":"<p>(Required) Accepts T: and U: before any of the ranges.\nExample: U:53,111,137,T:21-25,80,139,8080</p>\n","type":"text"},{"key":"port_list[comment]","value":"Test Port List 1 Comment","type":"text"}]},"url":"{{api_url}}/v1/port_lists/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","port_lists",""],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"16808507-9a67-4ee3-9547-fa733c9b1f01"},{"name":"Modify a port list","id":"38175848-0931-4968-9b55-0b18e1bdbda6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"port_list[name]","value":"Test Port List 1","type":"text"},{"key":"port_list[comment]","value":"Test Port List 1 Comment","type":"text"}]},"url":"{{api_url}}/v1/port_lists/:uuid","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","port_lists",":uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"bcff857b-00e4-4d6d-bf05-5b2a38244681","key":"uuid"}]}},"response":[],"_postman_id":"38175848-0931-4968-9b55-0b18e1bdbda6"},{"name":"Create a port range for a port list","id":"260c7bfc-6c8d-4882-a552-190b8e537d15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"port_range[start]","value":"86","description":"<p>The first port in the range.</p>\n","type":"text"},{"key":"port_range[end]","value":"88","description":"<p>The last port in the range.</p>\n","type":"text"},{"key":"port_range[type]","value":"tcp","description":"<p>The type of the ports: TCP, UDP,</p>\n","type":"text"}]},"url":"{{api_url}}/v1/port_lists/:uuid/port_range","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","port_lists",":uuid","port_range"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"81ffde43-b63f-48f6-9c1d-aaec93eee558","key":"uuid"}]}},"response":[{"id":"286d881b-cdd2-4059-9ce4-df3af20579ea","name":"200","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"port_range[start]","value":"86","description":"The first port in the range.","type":"text"},{"key":"port_range[end]","value":"88","description":"The last port in the range.","type":"text"},{"key":"port_range[type]","value":"tcp","description":"The type of the ports: TCP, UDP,","type":"text"}]},"url":{"raw":"{{api_url}}/v1/port_lists/:uuid/port_range","host":["{{api_url}}"],"path":["v1","port_lists",":uuid","port_range"],"variable":[{"key":"uuid","value":"81ffde43-b63f-48f6-9c1d-aaec93eee558"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"fcb131ba832b9b47812ecf792b411545\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"X-Request-Id","value":"74897f4a-60f2-424a-a10a-d735d8675a04"},{"key":"X-Runtime","value":"4.283473"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"port_range\": {\n        \"id\": \"91935e52-2b9e-48d4-b4ae-1f32fc0bf47e\",\n        \"type\": \"port-range\",\n        \"attributes\": {\n            \"id\": \"91935e52-2b9e-48d4-b4ae-1f32fc0bf47e\",\n            \"start\": 86,\n            \"end\": 88,\n            \"type\": \"tcp\"\n        }\n    }\n}"}],"_postman_id":"260c7bfc-6c8d-4882-a552-190b8e537d15"},{"name":"Delete a post list","id":"cc601a70-70f8-4660-82fe-2b93e8f7f8c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-api-key","type":"text","value":"{{api_auth}}"}],"url":"{{api_url}}/v1/port_lists/:uuid","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","port_lists",":uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"3d0f52b1-86e6-4d55-8add-f414391896c5","key":"uuid"}]}},"response":[],"_postman_id":"cc601a70-70f8-4660-82fe-2b93e8f7f8c8"},{"name":"Delete a post range","id":"41e1ab77-20c7-48ae-8499-d6484e988b62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-api-key","type":"text","value":"{{api_auth}}"}],"url":"{{api_url}}/v1/port_lists/:port_list_uuid/destroy_port_range/:port_range_uuid","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","port_lists",":port_list_uuid","destroy_port_range",":port_range_uuid"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"string","value":"81ffde43-b63f-48f6-9c1d-aaec93eee558","key":"port_list_uuid"},{"type":"string","value":"91935e52-2b9e-48d4-b4ae-1f32fc0bf47e","key":"port_range_uuid"}]}},"response":[],"_postman_id":"41e1ab77-20c7-48ae-8499-d6484e988b62"},{"name":"Sync Database","id":"a06e9e66-9bed-4bff-a5db-be6cabeb042a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","type":"text","value":"{{api_auth}}"}],"url":"{{api_url}}/v1/port_lists/sync","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","port_lists","sync"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a06e9e66-9bed-4bff-a5db-be6cabeb042a"}],"id":"8609274f-5b0d-4518-a555-8df520f52608","_postman_id":"8609274f-5b0d-4518-a555-8df520f52608","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Statistics","item":[{"name":"Darkweb","item":[{"name":"Breach Exposure Timeline","event":[{"listen":"prerequest","script":{"id":"3b249f1d-6edb-4f9e-a61e-2152f0d422bc","exec":[""],"type":"text/javascript"}}],"id":"5a0f8662-de4f-4cd7-93c6-a1710e0d48f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/statistics/darkweb/breach_exposure_timeline","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","statistics","darkweb","breach_exposure_timeline"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"6ee0f188-b332-4882-8ed8-86718441d4d5","name":"Breach Exposure Timeline","originalRequest":{"method":"GET","header":[],"url":"{{api_url}}/v1/statistics/darkweb/breach_exposure_timeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"93beaff4d994657ea639dc916941be26\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"X-Request-Id","value":"8f65a7f6-ba24-412f-bf26-0f099654c7ae"},{"key":"X-Runtime","value":"0.731609"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"scans_number\": 17,\n    \"data\": [\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30102\",\n            \"name\": \"Darkweb Credentials Query\",\n            \"atday\": \"2021-MAY-16\",\n            \"count\": 24\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30103\",\n            \"name\": \"Darkweb Database Query\",\n            \"atday\": \"2021-MAY-16\",\n            \"count\": 84\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30104\",\n            \"name\": \"Darkweb Infection Query\",\n            \"atday\": \"2021-MAY-16\",\n            \"count\": 4\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30105\",\n            \"name\": \"Darkweb Email Query\",\n            \"atday\": \"2021-MAY-16\",\n            \"count\": 76\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30106\",\n            \"name\": \"Darkweb Info Leak\",\n            \"atday\": \"2021-MAY-16\",\n            \"count\": 84\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30107\",\n            \"name\": \"Darkweb Compromisation Query\",\n            \"atday\": \"2021-MAY-16\",\n            \"count\": 1\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30102\",\n            \"name\": \"Darkweb Credentials Query\",\n            \"atday\": \"2021-MAY-15\",\n            \"count\": 24\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30103\",\n            \"name\": \"Darkweb Database Query\",\n            \"atday\": \"2021-MAY-15\",\n            \"count\": 84\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30104\",\n            \"name\": \"Darkweb Infection Query\",\n            \"atday\": \"2021-MAY-15\",\n            \"count\": 4\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30105\",\n            \"name\": \"Darkweb Email Query\",\n            \"atday\": \"2021-MAY-15\",\n            \"count\": 76\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30106\",\n            \"name\": \"Darkweb Info Leak\",\n            \"atday\": \"2021-MAY-15\",\n            \"count\": 84\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30107\",\n            \"name\": \"Darkweb Compromisation Query\",\n            \"atday\": \"2021-MAY-15\",\n            \"count\": 1\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30102\",\n            \"name\": \"Darkweb Credentials Query\",\n            \"atday\": \"2021-MAY-14\",\n            \"count\": 24\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30103\",\n            \"name\": \"Darkweb Database Query\",\n            \"atday\": \"2021-MAY-14\",\n            \"count\": 84\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30104\",\n            \"name\": \"Darkweb Infection Query\",\n            \"atday\": \"2021-MAY-14\",\n            \"count\": 4\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30105\",\n            \"name\": \"Darkweb Email Query\",\n            \"atday\": \"2021-MAY-14\",\n            \"count\": 76\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30106\",\n            \"name\": \"Darkweb Info Leak\",\n            \"atday\": \"2021-MAY-14\",\n            \"count\": 84\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30107\",\n            \"name\": \"Darkweb Compromisation Query\",\n            \"atday\": \"2021-MAY-14\",\n            \"count\": 1\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30102\",\n            \"name\": \"Darkweb Credentials Query\",\n            \"atday\": \"2021-MAY-13\",\n            \"count\": 18\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30103\",\n            \"name\": \"Darkweb Database Query\",\n            \"atday\": \"2021-MAY-13\",\n            \"count\": 63\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30104\",\n            \"name\": \"Darkweb Infection Query\",\n            \"atday\": \"2021-MAY-13\",\n            \"count\": 3\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30105\",\n            \"name\": \"Darkweb Email Query\",\n            \"atday\": \"2021-MAY-13\",\n            \"count\": 57\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30106\",\n            \"name\": \"Darkweb Info Leak\",\n            \"atday\": \"2021-MAY-13\",\n            \"count\": 63\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30107\",\n            \"name\": \"Darkweb Compromisation Query\",\n            \"atday\": \"2021-MAY-13\",\n            \"count\": 1\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30102\",\n            \"name\": \"Darkweb Credentials Query\",\n            \"atday\": \"2021-MAY-10\",\n            \"count\": 2\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30103\",\n            \"name\": \"Darkweb Database Query\",\n            \"atday\": \"2021-MAY-10\",\n            \"count\": 7\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30104\",\n            \"name\": \"Darkweb Infection Query\",\n            \"atday\": \"2021-MAY-10\",\n            \"count\": 2\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30105\",\n            \"name\": \"Darkweb Email Query\",\n            \"atday\": \"2021-MAY-10\",\n            \"count\": 22\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30106\",\n            \"name\": \"Darkweb Info Leak\",\n            \"atday\": \"2021-MAY-10\",\n            \"count\": 2\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30107\",\n            \"name\": \"Darkweb Compromisation Query\",\n            \"atday\": \"2021-MAY-10\",\n            \"count\": 2\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30103\",\n            \"name\": \"Darkweb Database Query\",\n            \"atday\": \"2021-MAR-30\",\n            \"count\": 1\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30105\",\n            \"name\": \"Darkweb Email Query\",\n            \"atday\": \"2021-MAR-30\",\n            \"count\": 1\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30104\",\n            \"name\": \"Darkweb Infection Query\",\n            \"atday\": \"2021-MAR-23\",\n            \"count\": 2\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30105\",\n            \"name\": \"Darkweb Email Query\",\n            \"atday\": \"2021-MAR-23\",\n            \"count\": 1\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30106\",\n            \"name\": \"Darkweb Info Leak\",\n            \"atday\": \"2021-MAR-23\",\n            \"count\": 1\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30107\",\n            \"name\": \"Darkweb Compromisation Query\",\n            \"atday\": \"2021-MAR-23\",\n            \"count\": 1\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30102\",\n            \"name\": \"Darkweb Credentials Query\",\n            \"atday\": \"2021-MAR-22\",\n            \"count\": 2\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30103\",\n            \"name\": \"Darkweb Database Query\",\n            \"atday\": \"2021-MAR-22\",\n            \"count\": 1\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30105\",\n            \"name\": \"Darkweb Email Query\",\n            \"atday\": \"2021-MAR-22\",\n            \"count\": 4\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30106\",\n            \"name\": \"Darkweb Info Leak\",\n            \"atday\": \"2021-MAR-22\",\n            \"count\": 2\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30107\",\n            \"name\": \"Darkweb Compromisation Query\",\n            \"atday\": \"2021-MAR-22\",\n            \"count\": 1\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30102\",\n            \"name\": \"Darkweb Credentials Query\",\n            \"atday\": \"2021-APR-23\",\n            \"count\": 3\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30103\",\n            \"name\": \"Darkweb Database Query\",\n            \"atday\": \"2021-APR-23\",\n            \"count\": 11\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30104\",\n            \"name\": \"Darkweb Infection Query\",\n            \"atday\": \"2021-APR-23\",\n            \"count\": 3\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30105\",\n            \"name\": \"Darkweb Email Query\",\n            \"atday\": \"2021-APR-23\",\n            \"count\": 28\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30106\",\n            \"name\": \"Darkweb Info Leak\",\n            \"atday\": \"2021-APR-23\",\n            \"count\": 7\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30107\",\n            \"name\": \"Darkweb Compromisation Query\",\n            \"atday\": \"2021-APR-23\",\n            \"count\": 3\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30102\",\n            \"name\": \"Darkweb Credentials Query\",\n            \"atday\": \"2021-APR-06\",\n            \"count\": 21\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30103\",\n            \"name\": \"Darkweb Database Query\",\n            \"atday\": \"2021-APR-06\",\n            \"count\": 21\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30104\",\n            \"name\": \"Darkweb Infection Query\",\n            \"atday\": \"2021-APR-06\",\n            \"count\": 21\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30105\",\n            \"name\": \"Darkweb Email Query\",\n            \"atday\": \"2021-APR-06\",\n            \"count\": 21\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30106\",\n            \"name\": \"Darkweb Info Leak\",\n            \"atday\": \"2021-APR-06\",\n            \"count\": 63\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30107\",\n            \"name\": \"Darkweb Compromisation Query\",\n            \"atday\": \"2021-APR-06\",\n            \"count\": 21\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30102\",\n            \"name\": \"Darkweb Credentials Query\",\n            \"atday\": \"2021-APR-05\",\n            \"count\": 43\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30103\",\n            \"name\": \"Darkweb Database Query\",\n            \"atday\": \"2021-APR-05\",\n            \"count\": 43\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30104\",\n            \"name\": \"Darkweb Infection Query\",\n            \"atday\": \"2021-APR-05\",\n            \"count\": 43\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30105\",\n            \"name\": \"Darkweb Email Query\",\n            \"atday\": \"2021-APR-05\",\n            \"count\": 43\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30106\",\n            \"name\": \"Darkweb Info Leak\",\n            \"atday\": \"2021-APR-05\",\n            \"count\": 43\n        },\n        {\n            \"nvt\": \"1.3.6.1.4.1.25623.1.0.30107\",\n            \"name\": \"Darkweb Compromisation Query\",\n            \"atday\": \"2021-APR-05\",\n            \"count\": 43\n        }\n    ]\n}"}],"_postman_id":"5a0f8662-de4f-4cd7-93c6-a1710e0d48f3"},{"name":"Probes and results","event":[{"listen":"prerequest","script":{"id":"edb2bc81-bd53-4c37-9ad7-6ca80df13241","exec":[""],"type":"text/javascript"}}],"id":"6cd816e1-0214-40b3-8c5a-a416f6b7db9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/statistics/darkweb/probe_results?per_page=5&page=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","statistics","darkweb","probe_results"],"host":["{{api_url}}"],"query":[{"key":"per_page","value":"5"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"6cd816e1-0214-40b3-8c5a-a416f6b7db9e"}],"id":"c284c706-6b3c-4ddf-abed-3c6a928fa3c9","_postman_id":"c284c706-6b3c-4ddf-abed-3c6a928fa3c9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Reports per day","id":"6e15ae00-4c92-494b-b08d-4cad10c77752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{session_value}}"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/system/statistics/reports_per_day","urlObject":{"path":["v1","system","statistics","reports_per_day"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e15ae00-4c92-494b-b08d-4cad10c77752"}],"id":"461f5ec7-6107-4b61-82ab-db1e0dcb41f0","_postman_id":"461f5ec7-6107-4b61-82ab-db1e0dcb41f0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Account","item":[{"name":"Generate Access Token","id":"217b24fe-6c0c-4d3b-8e7a-ae612eb3fdab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/users/generate_access_token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","users","generate_access_token"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"217b24fe-6c0c-4d3b-8e7a-ae612eb3fdab"},{"name":"Revoke Access Token","id":"dd1f7e82-b9ea-4ae4-a4fd-4dc80f504770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/users/revoke_access_token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","users","revoke_access_token"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd1f7e82-b9ea-4ae4-a4fd-4dc80f504770"}],"id":"6ae32adc-0ff4-485a-a9f5-886e9002295a","_postman_id":"6ae32adc-0ff4-485a-a9f5-886e9002295a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Remediation","item":[{"name":"Plans","item":[{"name":"List of plans","id":"527278fd-19a6-4b68-a3d5-221ce73d95a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_auth}}","type":"text"}],"url":"{{api_url}}/v1/remediation/plans","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","remediation","plans"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"527278fd-19a6-4b68-a3d5-221ce73d95a5"},{"name":"Assign Remediator User","id":"aa37bd27-cdb5-4000-9002-e511e9ba69eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{api_url}}/v1/remediation/plans/:id/assign?users=40a793ef-01fd-48c3-800f-a5b2c0364131,9a01505a-f917-4cce-b609-f748c28565ca&remove_all=false","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","remediation","plans",":id","assign"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>User IDs comma separated</p>\n","type":"text/plain"},"key":"users","value":"40a793ef-01fd-48c3-800f-a5b2c0364131,9a01505a-f917-4cce-b609-f748c28565ca"},{"description":{"content":"<p>True to remove all users</p>\n","type":"text/plain"},"key":"remove_all","value":"false"}],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"aa37bd27-cdb5-4000-9002-e511e9ba69eb"}],"id":"5a0112f2-90ac-4397-9db4-f91e619e487d","_postman_id":"5a0112f2-90ac-4397-9db4-f91e619e487d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}}],"id":"e03968fb-4dc8-4a53-828e-f8fde2617eed","_postman_id":"e03968fb-4dc8-4a53-828e-f8fde2617eed","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"SAQ Form","item":[{"name":"Get list of SAQs","id":"b318322e-24e3-49a9-9067-0dcb165b5fa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{api_url}}/v1/saq?template=false&page=1&q[search_query]=test","urlObject":{"path":["v1","saq"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>Returns only template SAQ. Default: false</p>\n","type":"text/plain"},"key":"template","value":"false"},{"key":"page","value":"1"},{"key":"q[search_query]","value":"test"}],"variable":[]}},"response":[],"_postman_id":"b318322e-24e3-49a9-9067-0dcb165b5fa8"},{"name":"Get an SAQ payload","id":"01546ffa-527c-40b3-bf12-17a64c83e0f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{api_url}}/v1/saq/:id","urlObject":{"path":["v1","saq",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"any","value":"2","key":"id"}]}},"response":[],"_postman_id":"01546ffa-527c-40b3-bf12-17a64c83e0f4"},{"name":"Create an SAQ","id":"6e9b8692-160e-4ded-af69-2b41058c80be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": null,\n        \"created_at\": null,\n        \"updated_at\": null,\n        \"saq\": {\n            \"id\": null,\n            \"saq_form_id\": null,\n            \"saq_form_type\": \"Saq::SaqAEP\",\n            \"saq_name\": \"SAQ Form Core Test\",\n            \"user_id\": null,\n            \"username\": null,\n            \"expiration_date\": null,\n            \"date_completed\": null,\n            \"created_at\": null,\n            \"updated_at\": null,\n            \"oid\": null,\n            \"organization_id\": null,\n            \"organization_name\": null,\n            \"template\": false\n        },\n        \"saq_requirements_requirement_one\": {\n            \"id\": null,\n            \"saq_req1_id\": null,\n            \"saq_req1_type\": \"Saq::SaqAEP\",\n            \"r1_1_1\": 1,\n            \"r1_1_2a\": 1,\n            \"r1_1_2b\": 1,\n            \"r1_1_3a\": 1,\n            \"r1_1_3b\": 1,\n            \"r1_1_4a\": 1,\n            \"r1_1_4b\": 1,\n            \"r1_1_5\": 1,\n            \"r1_1_6a\": 1,\n            \"r1_1_6b\": 1,\n            \"r1_1_7a\": 1,\n            \"r1_1_7b\": 1,\n            \"r1_2\": 1,\n            \"r1_2_1a\": 1,\n            \"r1_2_1b\": 1,\n            \"r1_2_2\": 1,\n            \"r1_2_3\": 1,\n            \"r1_3\": 1,\n            \"r1_3_1\": 1,\n            \"r1_3_2\": 1,\n            \"r1_3_3\": 1,\n            \"r1_3_4\": 1,\n            \"r1_3_5\": 1,\n            \"r1_3_6\": 1,\n            \"r1_3_7\": 1,\n            \"r1_3_8a\": 1,\n            \"r1_3_8b\": 1,\n            \"r1_4a\": 1,\n            \"r1_4b\": 1,\n            \"r1_5\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_two\": {\n            \"id\": null,\n            \"saq_req2_id\": null,\n            \"saq_req2_type\": \"Saq::SaqAEP\",\n            \"r2_1a\": 1,\n            \"r2_1b\": 1,\n            \"r2_1_1a\": 1,\n            \"r2_1_1b\": 1,\n            \"r2_1_1c\": 1,\n            \"r2_1_1d\": 1,\n            \"r2_1_1e\": 1,\n            \"r2_2a\": 1,\n            \"r2_2b\": 1,\n            \"r2_2c\": 1,\n            \"r2_2d\": 1,\n            \"r2_2_1a\": 1,\n            \"r2_2_1b\": 1,\n            \"r2_2_2a\": 1,\n            \"r2_2_2b\": 1,\n            \"r2_2_3\": 1,\n            \"r2_2_4a\": 1,\n            \"r2_2_4b\": 1,\n            \"r2_2_4c\": 1,\n            \"r2_2_5a\": 1,\n            \"r2_2_5b\": 1,\n            \"r2_2_5c\": 1,\n            \"r2_3a\": 1,\n            \"r2_3b\": 1,\n            \"r2_3c\": 1,\n            \"r2_3d\": 1,\n            \"r2_3e\": 1,\n            \"r2_3f\": 1,\n            \"r2_4a\": 1,\n            \"r2_4b\": 1,\n            \"r2_5\": 1,\n            \"r2_6\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_three\": {\n            \"id\": null,\n            \"saq_req3_id\": null,\n            \"saq_req3_type\": \"Saq::SaqAEP\",\n            \"r3_1a\": 1,\n            \"r3_1b\": 1,\n            \"r3_1c\": 1,\n            \"r3_1d\": 1,\n            \"r3_1e\": 1,\n            \"r3_2a\": 1,\n            \"r3_2b\": 1,\n            \"r3_2c\": 1,\n            \"r3_2d\": 1,\n            \"r3_2_1\": 1,\n            \"r3_2_2\": 1,\n            \"r3_2_3\": 1,\n            \"r3_3\": 1,\n            \"r3_4\": 1,\n            \"r3_4_1a\": 1,\n            \"r3_4_1b\": 1,\n            \"r3_4_1c\": 1,\n            \"r3_5_1\": 1,\n            \"r3_5_2\": 1,\n            \"r3_5_3\": 1,\n            \"r3_5_4\": 1,\n            \"r3_6a\": 1,\n            \"r3_6b\": 1,\n            \"r3_6c\": 1,\n            \"r3_6_1\": 1,\n            \"r3_6_2\": 1,\n            \"r3_6_3\": 1,\n            \"r3_6_4\": 1,\n            \"r3_6_5a\": 1,\n            \"r3_6_5b\": 1,\n            \"r3_6_5c\": 1,\n            \"r3_6_6\": 1,\n            \"r3_6_7\": 1,\n            \"r3_6_8\": 1,\n            \"r3_7\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_four\": {\n            \"id\": null,\n            \"saq_req4_id\": null,\n            \"saq_req4_type\": \"Saq::SaqAEP\",\n            \"r4_1a\": 1,\n            \"r4_1b\": 1,\n            \"r4_1c\": 1,\n            \"r4_1d\": 1,\n            \"r4_1e\": 1,\n            \"r4_1f\": 1,\n            \"r4_1g\": 1,\n            \"r4_1_1\": 1,\n            \"r4_2a\": 1,\n            \"r4_2b\": 1,\n            \"r4_3\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_five\": {\n            \"id\": null,\n            \"saq_req5_id\": null,\n            \"saq_req5_type\": \"Saq::SaqAEP\",\n            \"r5_1\": 1,\n            \"r5_1_1\": 1,\n            \"r5_1_2\": 1,\n            \"r5_2a\": 1,\n            \"r5_2b\": 1,\n            \"r5_2c\": 1,\n            \"r5_3\": 1,\n            \"r5_4\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_six\": {\n            \"id\": null,\n            \"saq_req6_id\": null,\n            \"saq_req6_type\": \"Saq::SaqAEP\",\n            \"r6_1\": 1,\n            \"r6_2a\": 1,\n            \"r6_2b\": 1,\n            \"r6_3a\": 1,\n            \"r6_3b\": 1,\n            \"r6_3c\": 1,\n            \"r6_3d\": 1,\n            \"r6_3_1\": 1,\n            \"r6_3_2\": 1,\n            \"r6_4\": 1,\n            \"r6_4_1a\": 1,\n            \"r6_4_1b\": 1,\n            \"r6_4_2\": 1,\n            \"r6_4_3\": 1,\n            \"r6_4_4\": 1,\n            \"r6_4_5a\": 1,\n            \"r6_4_5_1\": 1,\n            \"r6_4_5_2\": 1,\n            \"r6_4_5_3a\": 1,\n            \"r6_4_5_3b\": 1,\n            \"r6_4_5_4\": 1,\n            \"r6_4_6\": 1,\n            \"r6_5a\": 1,\n            \"r6_5b\": 1,\n            \"r6_5c\": 1,\n            \"r6_5_1\": 1,\n            \"r6_5_2\": 1,\n            \"r6_5_3\": 1,\n            \"r6_5_4\": 1,\n            \"r6_5_5\": 1,\n            \"r6_5_6\": 1,\n            \"r6_5_7\": 1,\n            \"r6_5_8\": 1,\n            \"r6_5_9\": 1,\n            \"r6_5_10\": 1,\n            \"r6_6\": 1,\n            \"r6_7\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_seven\": {\n            \"id\": null,\n            \"saq_req7_id\": null,\n            \"saq_req7_type\": \"Saq::SaqAEP\",\n            \"r7_1\": 1,\n            \"r7_1_1\": 1,\n            \"r7_1_2\": 1,\n            \"r7_1_3\": 1,\n            \"r7_1_4\": 1,\n            \"r7_2_1\": 1,\n            \"r7_2_2\": 1,\n            \"r7_2_3\": 1,\n            \"r7_3\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_eight\": {\n            \"id\": null,\n            \"saq_req8_id\": null,\n            \"saq_req8_type\": \"Saq::SaqAEP\",\n            \"r8_1\": 1,\n            \"r8_1_1\": 1,\n            \"r8_1_2\": 1,\n            \"r8_1_3\": 1,\n            \"r8_1_4\": 1,\n            \"r8_1_5a\": 1,\n            \"r8_1_5b\": 1,\n            \"r8_1_6a\": 1,\n            \"r8_1_6b\": 1,\n            \"r8_1_7\": 1,\n            \"r8_1_8\": 1,\n            \"r8_2\": 1,\n            \"r8_2_1a\": 1,\n            \"r8_2_1b\": 1,\n            \"r8_2_2\": 1,\n            \"r8_2_3a\": 1,\n            \"r8_2_3b\": 1,\n            \"r8_2_4a\": 1,\n            \"r8_2_4b\": 1,\n            \"r8_2_5a\": 1,\n            \"r8_2_5b\": 1,\n            \"r8_2_6\": 1,\n            \"r8_3_1\": 1,\n            \"r8_3_2\": 1,\n            \"r8_4a\": 1,\n            \"r8_4b\": 1,\n            \"r8_5\": 1,\n            \"r8_5_1\": 1,\n            \"r8_6\": 1,\n            \"r8_7a\": 1,\n            \"r8_7b\": 1,\n            \"r8_7c\": 1,\n            \"r8_8\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_nine\": {\n            \"id\": null,\n            \"saq_req9_id\": null,\n            \"saq_req9_type\": \"Saq::SaqAEP\",\n            \"r9_1\": 1,\n            \"r9_1_1a\": 1,\n            \"r9_1_1b\": 1,\n            \"r9_1_1c\": 1,\n            \"r9_1_1d\": 1,\n            \"r9_1_2\": 1,\n            \"r9_1_3\": 1,\n            \"r9_2a\": 1,\n            \"r9_2b\": 1,\n            \"r9_2c\": 1,\n            \"r9_3\": 1,\n            \"r9_4_1\": 1,\n            \"r9_4_2a\": 1,\n            \"r9_4_2b\": 1,\n            \"r9_4_3\": 1,\n            \"r9_4_4a\": 1,\n            \"r9_4_4b\": 1,\n            \"r9_4_4c\": 1,\n            \"r9_5\": 1,\n            \"r9_5_1a\": 1,\n            \"r9_5_1b\": 1,\n            \"r9_6a\": 1,\n            \"r9_6_1\": 1,\n            \"r9_6_2\": 1,\n            \"r9_6_3\": 1,\n            \"r9_7\": 1,\n            \"r9_7_1a\": 1,\n            \"r9_7_1b\": 1,\n            \"r9_8a\": 1,\n            \"r9_8b\": 1,\n            \"r9_8_1a\": 1,\n            \"r9_8_1b\": 1,\n            \"r9_8_1c\": 1,\n            \"r9_8_2\": 1,\n            \"r9_9a\": 1,\n            \"r9_9b\": 1,\n            \"r9_9c\": 1,\n            \"r9_9_1a\": 1,\n            \"r9_9_1b\": 1,\n            \"r9_9_1c\": 1,\n            \"r9_9_2a\": 1,\n            \"r9_9_2b\": 1,\n            \"r9_9_3a\": 1,\n            \"r9_9_3b\": 1,\n            \"r9_10\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_ten\": {\n            \"id\": null,\n            \"saq_req10_id\": null,\n            \"saq_req10_type\": \"Saq::SaqAEP\",\n            \"r10_1a\": 1,\n            \"r10_1b\": 1,\n            \"r10_2_1\": 1,\n            \"r10_2_2\": 1,\n            \"r10_2_3\": 1,\n            \"r10_2_4\": 1,\n            \"r10_2_5\": 1,\n            \"r10_2_6\": 1,\n            \"r10_2_7\": 1,\n            \"r10_3_1\": 1,\n            \"r10_3_2\": 1,\n            \"r10_3_3\": 1,\n            \"r10_3_4\": 1,\n            \"r10_3_5\": 1,\n            \"r10_3_6\": 1,\n            \"r10_4\": 1,\n            \"r10_4_1a\": 1,\n            \"r10_4_1b\": 1,\n            \"r10_4_1c\": 1,\n            \"r10_4_2a\": 1,\n            \"r10_4_2b\": 1,\n            \"r10_4_3\": 1,\n            \"r10_5_1\": 1,\n            \"r10_5_2\": 1,\n            \"r10_5_3\": 1,\n            \"r10_5_4\": 1,\n            \"r10_5_5\": 1,\n            \"r10_6_1a\": 1,\n            \"r10_6_1b\": 1,\n            \"r10_6_2a\": 1,\n            \"r10_6_2b\": 1,\n            \"r10_6_3a\": 1,\n            \"r10_6_3b\": 1,\n            \"r10_7a\": 1,\n            \"r10_7b\": 1,\n            \"r10_7c\": 1,\n            \"r10_8a\": 1,\n            \"r10_8b\": 1,\n            \"r10_8_1a\": 1,\n            \"r10_8_1b\": 1,\n            \"r10_9\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_eleven\": {\n            \"id\": null,\n            \"saq_req11_id\": null,\n            \"saq_req11_type\": \"Saq::SaqAEP\",\n            \"r11_1a\": 1,\n            \"r11_1b\": 1,\n            \"r11_1c\": 1,\n            \"r11_1d\": 1,\n            \"r11_1_1\": 1,\n            \"r11_1_2a\": 1,\n            \"r11_1_2b\": 1,\n            \"r11_2_1a\": 1,\n            \"r11_2_1b\": 1,\n            \"r11_2_1c\": 1,\n            \"r11_2_2a\": 1,\n            \"r11_2_2b\": 1,\n            \"r11_2_2c\": 1,\n            \"r11_2_3a\": 1,\n            \"r11_2_3b\": 1,\n            \"r11_2_3c\": 1,\n            \"r11_3\": 1,\n            \"r11_3_1a\": 1,\n            \"r11_3_1b\": 1,\n            \"r11_3_2a\": 1,\n            \"r11_3_2b\": 1,\n            \"r11_3_3\": 1,\n            \"r11_3_4a\": 1,\n            \"r11_3_4b\": 1,\n            \"r11_3_4c\": 1,\n            \"r11_3_4_1a\": 1,\n            \"r11_3_4_1b\": 1,\n            \"r11_3_4_1c\": 1,\n            \"r11_3_4_1d\": 1,\n            \"r11_4a\": 1,\n            \"r11_4b\": 1,\n            \"r11_4c\": 1,\n            \"r11_5a\": 1,\n            \"r11_5b\": 1,\n            \"r11_5_1\": 1,\n            \"r11_6\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_twelve\": {\n            \"id\": null,\n            \"saq_req12_id\": null,\n            \"saq_req12_type\": \"Saq::SaqAEP\",\n            \"r12_1\": 1,\n            \"r12_1_1\": 1,\n            \"r12_2a\": 1,\n            \"r12_2b\": 1,\n            \"r12_2c\": 1,\n            \"r12_3_1\": 1,\n            \"r12_3_2\": 1,\n            \"r12_3_3\": 1,\n            \"r12_3_4\": 1,\n            \"r12_3_5\": 1,\n            \"r12_3_6\": 1,\n            \"r12_3_7\": 1,\n            \"r12_3_8\": 1,\n            \"r12_3_9\": 1,\n            \"r12_3_10\": 1,\n            \"r12_3_10a\": 1,\n            \"r12_3_10b\": 1,\n            \"r12_4\": 1,\n            \"r12_4_1a\": 1,\n            \"r12_4_1b\": 1,\n            \"r12_5a\": 1,\n            \"r12_5b_1\": 1,\n            \"r12_5b_2\": 1,\n            \"r12_5b_3\": 1,\n            \"r12_5b_4\": 1,\n            \"r12_5b_5\": 1,\n            \"r12_6a\": 1,\n            \"r12_6b_1a\": 1,\n            \"r12_6b_1b\": 1,\n            \"r12_6b_1c\": 1,\n            \"r12_6_2\": 1,\n            \"r12_7\": 1,\n            \"r12_8_1\": 1,\n            \"r12_8_2\": 1,\n            \"r12_8_3\": 1,\n            \"r12_8_4\": 1,\n            \"r12_8_5\": 1,\n            \"r12_9\": 1,\n            \"r12_10_1a\": 1,\n            \"r12_10_1b_1\": 1,\n            \"r12_10_1b_2\": 1,\n            \"r12_10_1b_3\": 1,\n            \"r12_10_1b_4\": 1,\n            \"r12_10_1b_5\": 1,\n            \"r12_10_1b_6\": 1,\n            \"r12_10_1b_7\": 1,\n            \"r12_10_2\": 1,\n            \"r12_10_3\": 1,\n            \"r12_10_4\": 1,\n            \"r12_10_5\": 1,\n            \"r12_10_6\": 1,\n            \"r12_11a\": 1,\n            \"r12_11b\": 1,\n            \"r12_11_1\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part2_part_two_a\": {\n            \"id\": null,\n            \"saq_part2a_id\": null,\n            \"saq_part2a_type\": \"Saq::SaqAEP\",\n            \"p2a_0\": null,\n            \"p2a_1\": 0,\n            \"p2a_2\": 0,\n            \"p2a_3\": 0,\n            \"p2a_4\": 0,\n            \"p2a_5\": 0,\n            \"p2a_6\": 0,\n            \"p2a_7\": 0,\n            \"p2a_7t\": null,\n            \"p2a_8\": 0,\n            \"p2a_9\": 0,\n            \"p2a_10\": 0,\n            \"p2a_11\": 0,\n            \"p2a_12\": 0,\n            \"p2a_13\": 0,\n            \"p2a_14\": 0,\n            \"p2a_15\": 0,\n            \"p2a_15t\": null,\n            \"p2a_16\": 0,\n            \"p2a_16t\": null,\n            \"p2a_17\": 0,\n            \"p2a_18\": 0,\n            \"p2a_19\": 0,\n            \"p2a_20\": 0,\n            \"p2a_21\": 0,\n            \"p2a_21t\": null,\n            \"p2a_22\": 0,\n            \"p2a_23\": 0,\n            \"p2a_24\": 0,\n            \"p2a_25\": 0,\n            \"p2a_26\": 0,\n            \"p2a_27\": 0,\n            \"p2a_28\": 0,\n            \"p2a_29\": 0,\n            \"p2a_30\": 0,\n            \"p2a_31\": 0,\n            \"p2a_32\": 0,\n            \"p2a_33\": 0,\n            \"p2a_34\": 0,\n            \"p2a_35\": 0,\n            \"p2a_35t\": null,\n            \"p2a_36\": null,\n            \"p2a_37\": 0,\n            \"p2a_38\": 0,\n            \"p2a_39\": 0,\n            \"p2a_40\": 0,\n            \"p2a_41\": 0,\n            \"p2a_42\": 0,\n            \"p2a_43\": 0,\n            \"p2a_44\": 0,\n            \"p2a_45\": 0,\n            \"p2a_46\": 0,\n            \"p2a_47\": 0,\n            \"p2a_48\": 0,\n            \"p2a_49\": 0,\n            \"p2a_50\": 0,\n            \"p2a_50t\": null,\n            \"p2a_51\": 0,\n            \"p2a_51t\": null,\n            \"p2a_52\": 0,\n            \"p2a_53\": 0,\n            \"p2a_54\": 0,\n            \"p2a_55\": 0,\n            \"p2a_56\": 0,\n            \"p2a_56t\": null,\n            \"p2a_57\": 0,\n            \"p2a_58\": 0,\n            \"p2a_59\": 0,\n            \"p2a_60\": 0,\n            \"p2a_61\": 0,\n            \"p2a_62\": 0,\n            \"p2a_63\": 0,\n            \"p2a_64\": 0,\n            \"p2a_65\": 0,\n            \"p2a_66\": 0,\n            \"p2a_67\": 0,\n            \"p2a_68\": 0,\n            \"p2a_69\": 0,\n            \"p2a_70\": 0,\n            \"p2a_70t\": null,\n            \"p2a_71\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part2_part_two_g\": {\n            \"id\": null,\n            \"saq_part2g_id\": null,\n            \"saq_part2g_type\": \"Saq::SaqAEP\",\n            \"p2g_1\": null,\n            \"p2g_2\": null,\n            \"p2g_3\": null,\n            \"p2g_4\": null,\n            \"p2g_5\": null,\n            \"p2g_6\": null,\n            \"p2g_7\": null,\n            \"p2g_8\": null,\n            \"p2g_9\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part2_part_two_other\": {\n            \"id\": null,\n            \"saq_part2_other_id\": null,\n            \"saq_part2_other_type\": \"Saq::SaqAEP\",\n            \"p2b_1\": null,\n            \"p2b_2\": null,\n            \"p2c_1a\": null,\n            \"p2c_1b\": null,\n            \"p2c_1c\": null,\n            \"p2c_2a\": null,\n            \"p2c_2b\": null,\n            \"p2c_2c\": null,\n            \"p2c_3a\": null,\n            \"p2c_3b\": null,\n            \"p2c_3c\": null,\n            \"p2c_4a\": null,\n            \"p2c_4b\": null,\n            \"p2c_4c\": null,\n            \"p2c_5a\": null,\n            \"p2c_5b\": null,\n            \"p2c_5c\": null,\n            \"p2c_6a\": null,\n            \"p2c_6b\": null,\n            \"p2c_6c\": null,\n            \"p2d_0\": false,\n            \"p2d_1\": null,\n            \"p2d_2\": null,\n            \"p2d_3\": null,\n            \"p2d_4\": null,\n            \"p2d_2a\": null,\n            \"p2d_2b\": null,\n            \"p2d_2c\": null,\n            \"p2d_2d\": false,\n            \"p2d_2e\": null,\n            \"p2d_3a\": null,\n            \"p2d_3b\": null,\n            \"p2d_3c\": null,\n            \"p2d_3d\": false,\n            \"p2d_3e\": null,\n            \"p2d_4a\": null,\n            \"p2d_4b\": null,\n            \"p2d_4c\": null,\n            \"p2d_4d\": false,\n            \"p2d_4e\": null,\n            \"p2e_1\": null,\n            \"p2e_2\": false,\n            \"p2f_name_qir_company\": null,\n            \"p2f_qir_individual_name\": null,\n            \"p2f_dsp\": null,\n            \"p2f_1\": false,\n            \"p2f_2\": false,\n            \"p2f_1a\": null,\n            \"p2f_1b\": null,\n            \"p2f_2a\": null,\n            \"p2f_2b\": null,\n            \"p2f_3a\": null,\n            \"p2f_3b\": null,\n            \"p2f_4a\": null,\n            \"p2f_4b\": null,\n            \"p2f_5a\": null,\n            \"p2f_5b\": null,\n            \"p2f_6a\": null,\n            \"p2f_6b\": null,\n            \"p2f_7a\": null,\n            \"p2f_7b\": null,\n            \"p2f_8a\": null,\n            \"p2f_8b\": null,\n            \"p2f_9a\": null,\n            \"p2f_9b\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part3_part_three\": {\n            \"id\": null,\n            \"saq_part3_id\": null,\n            \"saq_part3_type\": \"Saq::SaqAEP\",\n            \"p3_1\": 0,\n            \"p3_2d\": null,\n            \"p3_3_1a\": null,\n            \"p3_3_1b\": null,\n            \"p3_3_2a\": null,\n            \"p3_3_2b\": null,\n            \"p3a_1\": false,\n            \"p3a_2\": false,\n            \"p3a_3\": false,\n            \"p3a_4\": false,\n            \"p3a_5\": false,\n            \"p3a_6\": false,\n            \"p3a_7\": false,\n            \"p3b_meon\": null,\n            \"p3b_t\": null,\n            \"p3b_d\": null,\n            \"p3c_r\": null,\n            \"p3c_qsan\": null,\n            \"p3c_c\": null,\n            \"p3c_d\": null,\n            \"p3d_r\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part4_part_four\": {\n            \"id\": null,\n            \"saq_part4_id\": null,\n            \"saq_part4_type\": \"Saq::SaqAEP\",\n            \"p4_1\": true,\n            \"p4_1a\": null,\n            \"p4_2\": true,\n            \"p4_2a\": null,\n            \"p4_3\": true,\n            \"p4_3a\": null,\n            \"p4_4\": true,\n            \"p4_4a\": null,\n            \"p4_5\": true,\n            \"p4_5a\": null,\n            \"p4_6\": true,\n            \"p4_6a\": null,\n            \"p4_7\": true,\n            \"p4_7a\": null,\n            \"p4_8\": true,\n            \"p4_8a\": null,\n            \"p4_9\": true,\n            \"p4_9a\": null,\n            \"p4_10\": true,\n            \"p4_10a\": null,\n            \"p4_11\": true,\n            \"p4_11a\": null,\n            \"p4_12\": true,\n            \"p4_12a\": null,\n            \"p4_13\": true,\n            \"p4_13a\": null,\n            \"p4_14\": true,\n            \"p4_14a\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_appendices_appendix_a\": {\n            \"id\": null,\n            \"saq_app_a_id\": null,\n            \"saq_app_a_type\": \"Saq::SaqAEP\",\n            \"aA_1_1\": 1,\n            \"aA_1_2a\": 1,\n            \"aA_1_2b\": 1,\n            \"aA_1_2c\": 1,\n            \"aA_1_2d\": 1,\n            \"aA_1_2e\": 1,\n            \"aA_1_3a\": 1,\n            \"aA_1_3b_1\": 1,\n            \"aA_1_3b_2\": 1,\n            \"aA_1_3b_3\": 1,\n            \"aA_1_3b_4\": 1,\n            \"aA_1_4\": 1,\n            \"aA_2_1\": 1,\n            \"aA_2_2\": 1,\n            \"aA_2_3\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_appendices_appendix_b\": {\n            \"id\": null,\n            \"saq_app_b_id\": null,\n            \"saq_app_b_type\": \"Saq::SaqAEP\",\n            \"ab_0\": null,\n            \"ab_1\": null,\n            \"ab_2\": null,\n            \"ab_3\": null,\n            \"ab_4\": null,\n            \"ab_5\": null,\n            \"ab_6\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_appendices_appendix_c\": {\n            \"id\": null,\n            \"saq_app_c_id\": null,\n            \"saq_app_c_type\": \"Saq::SaqAEP\",\n            \"ac_1a\": null,\n            \"ac_1b\": null,\n            \"ac_2a\": null,\n            \"ac_2b\": null,\n            \"ac_3a\": null,\n            \"ac_3b\": null,\n            \"ac_4a\": null,\n            \"ac_4b\": null,\n            \"ac_5a\": null,\n            \"ac_5b\": null,\n            \"ac_6a\": null,\n            \"ac_6b\": null,\n            \"ac_7a\": null,\n            \"ac_7b\": null,\n            \"ac_8a\": null,\n            \"ac_8b\": null,\n            \"ac_9a\": null,\n            \"ac_9b\": null,\n            \"ac_10a\": null,\n            \"ac_10b\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_form_core\": {\n            \"id\": null,\n            \"saq_id\": null,\n            \"saq_key\": null,\n            \"company_name_1a\": \"Clone Systems Inc.\",\n            \"contact_name_1a\": null,\n            \"isa_name_1a\": null,\n            \"telephone_1a\": \"2310793111\",\n            \"business_address_1a\": null,\n            \"state_1a\": null,\n            \"zip_1a\": null,\n            \"dba_1a\": null,\n            \"title_1a\": null,\n            \"title2_1a\": null,\n            \"email_1a\": null,\n            \"city_1a\": null,\n            \"country_1a\": null,\n            \"url_1a\": null,\n            \"company_name_1b\": null,\n            \"lead_qsa_contact_name_1b\": null,\n            \"telephone_1b\": null,\n            \"business_address_1b\": null,\n            \"state_1b\": null,\n            \"zip_1b\": null,\n            \"title_1b\": null,\n            \"email_1b\": null,\n            \"city_1b\": null,\n            \"country_1b\": null,\n            \"url_1b\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/v1/saq","urlObject":{"path":["v1","saq"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e9b8692-160e-4ded-af69-2b41058c80be"},{"name":"Update an SAQ","id":"1a0b96ca-2bd2-4af5-ac57-b65e78e28eca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": 1,\n        \"created_at\": \"2021-08-07T12:52:05.937Z\",\n        \"updated_at\": \"2021-08-07T12:52:05.937Z\",\n        \"saq\": {\n            \"id\": 13,\n            \"saq_form_id\": 1,\n            \"saq_form_type\": \"Saq::SaqAEP\",\n            \"saq_name\": \"TEST SAQ 1 - Update\",\n            \"user_id\": \"51685336-f7cf-4b22-807b-fd7527bc19a0\",\n            \"username\": \"csadmin\",\n            \"expiration_date\": null,\n            \"date_completed\": null,\n            \"created_at\": \"2021-08-07T12:52:06.029Z\",\n            \"updated_at\": \"2021-08-07T12:52:06.029Z\",\n            \"oid\": null,\n            \"organization_id\": \"dc81bb07-f363-4698-abc5-0d3a86f2ad20\",\n            \"organization_name\": \"Clone Systems, Inc.\"\n        },\n        \"saq_requirements_requirement_one\": {\n            \"id\": 2,\n            \"saq_req1_id\": 1,\n            \"saq_req1_type\": \"Saq::SaqAEP\",\n            \"r1_1_1\": 0,\n            \"r1_1_2a\": 1,\n            \"r1_1_2b\": 1,\n            \"r1_1_3a\": 1,\n            \"r1_1_3b\": 1,\n            \"r1_1_4a\": 1,\n            \"r1_1_4b\": 1,\n            \"r1_1_5\": 1,\n            \"r1_1_6a\": 1,\n            \"r1_1_6b\": 1,\n            \"r1_1_7a\": 1,\n            \"r1_1_7b\": 1,\n            \"r1_2\": 1,\n            \"r1_2_1a\": 1,\n            \"r1_2_1b\": 1,\n            \"r1_2_2\": 1,\n            \"r1_2_3\": 1,\n            \"r1_3\": 1,\n            \"r1_3_1\": 1,\n            \"r1_3_2\": 1,\n            \"r1_3_3\": 1,\n            \"r1_3_4\": 1,\n            \"r1_3_5\": 1,\n            \"r1_3_6\": 1,\n            \"r1_3_7\": 1,\n            \"r1_3_8a\": 1,\n            \"r1_3_8b\": 1,\n            \"r1_4a\": 1,\n            \"r1_4b\": 1,\n            \"r1_5\": 1,\n            \"created_at\": \"2021-08-07T12:52:05.949Z\",\n            \"updated_at\": \"2021-08-07T12:52:05.949Z\"\n        },\n        \"saq_requirements_requirement_two\": {\n            \"id\": 19,\n            \"saq_req2_id\": 1,\n            \"saq_req2_type\": \"Saq::SaqAEP\",\n            \"r2_1a\": 1,\n            \"r2_1b\": 1,\n            \"r2_1_1a\": 1,\n            \"r2_1_1b\": 1,\n            \"r2_1_1c\": 1,\n            \"r2_1_1d\": 1,\n            \"r2_1_1e\": 1,\n            \"r2_2a\": 1,\n            \"r2_2b\": 1,\n            \"r2_2c\": 1,\n            \"r2_2d\": 1,\n            \"r2_2_1a\": 1,\n            \"r2_2_1b\": 1,\n            \"r2_2_2a\": 1,\n            \"r2_2_2b\": 1,\n            \"r2_2_3\": 1,\n            \"r2_2_4a\": 1,\n            \"r2_2_4b\": 1,\n            \"r2_2_4c\": 1,\n            \"r2_2_5a\": 1,\n            \"r2_2_5b\": 1,\n            \"r2_2_5c\": 1,\n            \"r2_3a\": 1,\n            \"r2_3b\": 1,\n            \"r2_3c\": 1,\n            \"r2_3d\": 1,\n            \"r2_3e\": 1,\n            \"r2_3f\": 1,\n            \"r2_4a\": 1,\n            \"r2_4b\": 1,\n            \"r2_5\": 1,\n            \"r2_6\": 1,\n            \"created_at\": \"2021-08-07T12:52:05.953Z\",\n            \"updated_at\": \"2021-08-07T12:52:05.953Z\"\n        },\n        \"saq_requirements_requirement_three\": {\n            \"id\": 2,\n            \"saq_req3_id\": 1,\n            \"saq_req3_type\": \"Saq::SaqAEP\",\n            \"r3_1a\": 1,\n            \"r3_1b\": 1,\n            \"r3_1c\": 1,\n            \"r3_1d\": 1,\n            \"r3_1e\": 1,\n            \"r3_2a\": 1,\n            \"r3_2b\": 1,\n            \"r3_2c\": 1,\n            \"r3_2d\": 1,\n            \"r3_2_1\": 1,\n            \"r3_2_2\": 1,\n            \"r3_2_3\": 1,\n            \"r3_3\": 1,\n            \"r3_4\": 1,\n            \"r3_4_1a\": 1,\n            \"r3_4_1b\": 1,\n            \"r3_4_1c\": 1,\n            \"r3_5_1\": 1,\n            \"r3_5_2\": 1,\n            \"r3_5_3\": 1,\n            \"r3_5_4\": 1,\n            \"r3_6a\": 1,\n            \"r3_6b\": 1,\n            \"r3_6c\": 1,\n            \"r3_6_1\": 1,\n            \"r3_6_2\": 1,\n            \"r3_6_3\": 1,\n            \"r3_6_4\": 1,\n            \"r3_6_5a\": 1,\n            \"r3_6_5b\": 1,\n            \"r3_6_5c\": 1,\n            \"r3_6_6\": 1,\n            \"r3_6_7\": 1,\n            \"r3_6_8\": 1,\n            \"r3_7\": 1,\n            \"created_at\": \"2021-08-07T12:52:05.957Z\",\n            \"updated_at\": \"2021-08-07T12:52:05.957Z\"\n        },\n        \"saq_requirements_requirement_four\": {\n            \"id\": 2,\n            \"saq_req4_id\": 1,\n            \"saq_req4_type\": \"Saq::SaqAEP\",\n            \"r4_1a\": 1,\n            \"r4_1b\": 1,\n            \"r4_1c\": 1,\n            \"r4_1d\": 1,\n            \"r4_1e\": 1,\n            \"r4_1f\": 1,\n            \"r4_1g\": 1,\n            \"r4_1_1\": 1,\n            \"r4_2a\": 1,\n            \"r4_2b\": 1,\n            \"r4_3\": 1,\n            \"created_at\": \"2021-08-07T12:52:05.961Z\",\n            \"updated_at\": \"2021-08-07T12:52:05.961Z\"\n        },\n        \"saq_requirements_requirement_five\": {\n            \"id\": 2,\n            \"saq_req5_id\": 1,\n            \"saq_req5_type\": \"Saq::SaqAEP\",\n            \"r5_1\": 1,\n            \"r5_1_1\": 1,\n            \"r5_1_2\": 1,\n            \"r5_2a\": 1,\n            \"r5_2b\": 1,\n            \"r5_2c\": 1,\n            \"r5_3\": 1,\n            \"r5_4\": 1,\n            \"created_at\": \"2021-08-07T12:52:05.965Z\",\n            \"updated_at\": \"2021-08-07T12:52:05.965Z\"\n        },\n        \"saq_requirements_requirement_six\": {\n            \"id\": 19,\n            \"saq_req6_id\": 1,\n            \"saq_req6_type\": \"Saq::SaqAEP\",\n            \"r6_1\": 1,\n            \"r6_2a\": 1,\n            \"r6_2b\": 1,\n            \"r6_3a\": 1,\n            \"r6_3b\": 1,\n            \"r6_3c\": 1,\n            \"r6_3d\": 1,\n            \"r6_3_1\": 1,\n            \"r6_3_2\": 1,\n            \"r6_4\": 1,\n            \"r6_4_1a\": 1,\n            \"r6_4_1b\": 1,\n            \"r6_4_2\": 1,\n            \"r6_4_3\": 1,\n            \"r6_4_4\": 1,\n            \"r6_4_5a\": 1,\n            \"r6_4_5_1\": 1,\n            \"r6_4_5_2\": 1,\n            \"r6_4_5_3a\": 1,\n            \"r6_4_5_3b\": 1,\n            \"r6_4_5_4\": 1,\n            \"r6_4_6\": 1,\n            \"r6_5a\": 1,\n            \"r6_5b\": 1,\n            \"r6_5c\": 1,\n            \"r6_5_1\": 1,\n            \"r6_5_2\": 1,\n            \"r6_5_3\": 1,\n            \"r6_5_4\": 1,\n            \"r6_5_5\": 1,\n            \"r6_5_6\": 1,\n            \"r6_5_7\": 1,\n            \"r6_5_8\": 1,\n            \"r6_5_9\": 1,\n            \"r6_5_10\": 1,\n            \"r6_6\": 1,\n            \"r6_7\": 1,\n            \"created_at\": \"2021-08-07T12:52:05.969Z\",\n            \"updated_at\": \"2021-08-07T12:52:05.969Z\"\n        },\n        \"saq_requirements_requirement_seven\": {\n            \"id\": 2,\n            \"saq_req7_id\": 1,\n            \"saq_req7_type\": \"Saq::SaqAEP\",\n            \"r7_1\": 1,\n            \"r7_1_1\": 1,\n            \"r7_1_2\": 1,\n            \"r7_1_3\": 1,\n            \"r7_1_4\": 1,\n            \"r7_2_1\": 1,\n            \"r7_2_2\": 1,\n            \"r7_2_3\": 1,\n            \"r7_3\": 1,\n            \"created_at\": \"2021-08-07T12:52:05.972Z\",\n            \"updated_at\": \"2021-08-07T12:52:05.972Z\"\n        },\n        \"saq_requirements_requirement_eight\": {\n            \"id\": 19,\n            \"saq_req8_id\": 1,\n            \"saq_req8_type\": \"Saq::SaqAEP\",\n            \"r8_1\": 1,\n            \"r8_1_1\": 1,\n            \"r8_1_2\": 1,\n            \"r8_1_3\": 1,\n            \"r8_1_4\": 1,\n            \"r8_1_5a\": 1,\n            \"r8_1_5b\": 1,\n            \"r8_1_6a\": 1,\n            \"r8_1_6b\": 1,\n            \"r8_1_7\": 1,\n            \"r8_1_8\": 1,\n            \"r8_2\": 1,\n            \"r8_2_1a\": 1,\n            \"r8_2_1b\": 1,\n            \"r8_2_2\": 1,\n            \"r8_2_3a\": 1,\n            \"r8_2_3b\": 1,\n            \"r8_2_4a\": 1,\n            \"r8_2_4b\": 1,\n            \"r8_2_5a\": 1,\n            \"r8_2_5b\": 1,\n            \"r8_2_6\": 1,\n            \"r8_3_1\": 1,\n            \"r8_3_2\": 1,\n            \"r8_4a\": 1,\n            \"r8_4b\": 1,\n            \"r8_5\": 1,\n            \"r8_5_1\": 1,\n            \"r8_6\": 1,\n            \"r8_7a\": 1,\n            \"r8_7b\": 1,\n            \"r8_7c\": 1,\n            \"r8_8\": 1,\n            \"created_at\": \"2021-08-07T12:52:05.976Z\",\n            \"updated_at\": \"2021-08-07T12:52:05.976Z\"\n        },\n        \"saq_requirements_requirement_nine\": {\n            \"id\": 19,\n            \"saq_req9_id\": 1,\n            \"saq_req9_type\": \"Saq::SaqAEP\",\n            \"r9_1\": 1,\n            \"r9_1_1a\": 1,\n            \"r9_1_1b\": 1,\n            \"r9_1_1c\": 1,\n            \"r9_1_1d\": 1,\n            \"r9_1_2\": 1,\n            \"r9_1_3\": 1,\n            \"r9_2a\": 1,\n            \"r9_2b\": 1,\n            \"r9_2c\": 1,\n            \"r9_3\": 1,\n            \"r9_4_1\": 1,\n            \"r9_4_2a\": 1,\n            \"r9_4_2b\": 1,\n            \"r9_4_3\": 1,\n            \"r9_4_4a\": 1,\n            \"r9_4_4b\": 1,\n            \"r9_4_4c\": 1,\n            \"r9_5\": 1,\n            \"r9_5_1a\": 1,\n            \"r9_5_1b\": 1,\n            \"r9_6a\": 1,\n            \"r9_6_1\": 1,\n            \"r9_6_2\": 1,\n            \"r9_6_3\": 1,\n            \"r9_7\": 1,\n            \"r9_7_1a\": 1,\n            \"r9_7_1b\": 1,\n            \"r9_8a\": 1,\n            \"r9_8b\": 1,\n            \"r9_8_1a\": 1,\n            \"r9_8_1b\": 1,\n            \"r9_8_1c\": 1,\n            \"r9_8_2\": 1,\n            \"r9_9a\": 1,\n            \"r9_9b\": 1,\n            \"r9_9c\": 1,\n            \"r9_9_1a\": 1,\n            \"r9_9_1b\": 1,\n            \"r9_9_1c\": 1,\n            \"r9_9_2a\": 1,\n            \"r9_9_2b\": 1,\n            \"r9_9_3a\": 1,\n            \"r9_9_3b\": 1,\n            \"r9_10\": 1,\n            \"created_at\": \"2021-08-07T12:52:05.980Z\",\n            \"updated_at\": \"2021-08-07T12:52:05.980Z\"\n        },\n        \"saq_requirements_requirement_ten\": {\n            \"id\": 2,\n            \"saq_req10_id\": 1,\n            \"saq_req10_type\": \"Saq::SaqAEP\",\n            \"r10_1a\": 1,\n            \"r10_1b\": 1,\n            \"r10_2_1\": 1,\n            \"r10_2_2\": 1,\n            \"r10_2_3\": 1,\n            \"r10_2_4\": 1,\n            \"r10_2_5\": 1,\n            \"r10_2_6\": 1,\n            \"r10_2_7\": 1,\n            \"r10_3_1\": 1,\n            \"r10_3_2\": 1,\n            \"r10_3_3\": 1,\n            \"r10_3_4\": 1,\n            \"r10_3_5\": 1,\n            \"r10_3_6\": 1,\n            \"r10_4\": 1,\n            \"r10_4_1a\": 1,\n            \"r10_4_1b\": 1,\n            \"r10_4_1c\": 1,\n            \"r10_4_2a\": 1,\n            \"r10_4_2b\": 1,\n            \"r10_4_3\": 1,\n            \"r10_5_1\": 1,\n            \"r10_5_2\": 1,\n            \"r10_5_3\": 1,\n            \"r10_5_4\": 1,\n            \"r10_5_5\": 1,\n            \"r10_6_1a\": 1,\n            \"r10_6_1b\": 1,\n            \"r10_6_2a\": 1,\n            \"r10_6_2b\": 1,\n            \"r10_6_3a\": 1,\n            \"r10_6_3b\": 1,\n            \"r10_7a\": 1,\n            \"r10_7b\": 1,\n            \"r10_7c\": 1,\n            \"r10_8a\": 1,\n            \"r10_8b\": 1,\n            \"r10_8_1a\": 1,\n            \"r10_8_1b\": 1,\n            \"r10_9\": 1,\n            \"created_at\": \"2021-08-07T12:52:05.984Z\",\n            \"updated_at\": \"2021-08-07T12:52:05.984Z\"\n        },\n        \"saq_requirements_requirement_eleven\": {\n            \"id\": 2,\n            \"saq_req11_id\": 1,\n            \"saq_req11_type\": \"Saq::SaqAEP\",\n            \"r11_1a\": 1,\n            \"r11_1b\": 1,\n            \"r11_1c\": 1,\n            \"r11_1d\": 1,\n            \"r11_1_1\": 1,\n            \"r11_1_2a\": 1,\n            \"r11_1_2b\": 1,\n            \"r11_2_1a\": 1,\n            \"r11_2_1b\": 1,\n            \"r11_2_1c\": 1,\n            \"r11_2_2a\": 1,\n            \"r11_2_2b\": 1,\n            \"r11_2_2c\": 1,\n            \"r11_2_3a\": 1,\n            \"r11_2_3b\": 1,\n            \"r11_2_3c\": 1,\n            \"r11_3\": 1,\n            \"r11_3_1a\": 1,\n            \"r11_3_1b\": 1,\n            \"r11_3_2a\": 1,\n            \"r11_3_2b\": 1,\n            \"r11_3_3\": 1,\n            \"r11_3_4a\": 1,\n            \"r11_3_4b\": 1,\n            \"r11_3_4c\": 1,\n            \"r11_3_4_1a\": 1,\n            \"r11_3_4_1b\": 1,\n            \"r11_3_4_1c\": 1,\n            \"r11_3_4_1d\": 1,\n            \"r11_4a\": 1,\n            \"r11_4b\": 1,\n            \"r11_4c\": 1,\n            \"r11_5a\": 1,\n            \"r11_5b\": 1,\n            \"r11_5_1\": 1,\n            \"r11_6\": 1,\n            \"created_at\": \"2021-08-07T12:52:05.988Z\",\n            \"updated_at\": \"2021-08-07T12:52:05.988Z\"\n        },\n        \"saq_requirements_requirement_twelve\": {\n            \"id\": 19,\n            \"saq_req12_id\": 1,\n            \"saq_req12_type\": \"Saq::SaqAEP\",\n            \"r12_1\": 1,\n            \"r12_1_1\": 1,\n            \"r12_2a\": 1,\n            \"r12_2b\": 1,\n            \"r12_2c\": 1,\n            \"r12_3_1\": 1,\n            \"r12_3_2\": 1,\n            \"r12_3_3\": 1,\n            \"r12_3_4\": 1,\n            \"r12_3_5\": 1,\n            \"r12_3_6\": 1,\n            \"r12_3_7\": 1,\n            \"r12_3_8\": 1,\n            \"r12_3_9\": 1,\n            \"r12_3_10\": 1,\n            \"r12_3_10a\": 1,\n            \"r12_3_10b\": 1,\n            \"r12_4\": 1,\n            \"r12_4_1a\": 1,\n            \"r12_4_1b\": 1,\n            \"r12_5a\": 1,\n            \"r12_5b_1\": 1,\n            \"r12_5b_2\": 1,\n            \"r12_5b_3\": 1,\n            \"r12_5b_4\": 1,\n            \"r12_5b_5\": 1,\n            \"r12_6a\": 1,\n            \"r12_6b_1a\": 1,\n            \"r12_6b_1b\": 1,\n            \"r12_6b_1c\": 1,\n            \"r12_6_2\": 1,\n            \"r12_7\": 1,\n            \"r12_8_1\": 1,\n            \"r12_8_2\": 1,\n            \"r12_8_3\": 1,\n            \"r12_8_4\": 1,\n            \"r12_8_5\": 1,\n            \"r12_9\": 1,\n            \"r12_10_1a\": 1,\n            \"r12_10_1b_1\": 1,\n            \"r12_10_1b_2\": 1,\n            \"r12_10_1b_3\": 1,\n            \"r12_10_1b_4\": 1,\n            \"r12_10_1b_5\": 1,\n            \"r12_10_1b_6\": 1,\n            \"r12_10_1b_7\": 1,\n            \"r12_10_2\": 1,\n            \"r12_10_3\": 1,\n            \"r12_10_4\": 1,\n            \"r12_10_5\": 1,\n            \"r12_10_6\": 1,\n            \"r12_11a\": 1,\n            \"r12_11b\": 1,\n            \"r12_11_1\": 1,\n            \"created_at\": \"2021-08-07T12:52:05.992Z\",\n            \"updated_at\": \"2021-08-07T12:52:05.992Z\"\n        },\n        \"saq_part2_part_two_a\": {\n            \"id\": 19,\n            \"saq_part2a_id\": 1,\n            \"saq_part2a_type\": \"Saq::SaqAEP\",\n            \"p2a_0\": null,\n            \"p2a_1\": 0,\n            \"p2a_2\": 0,\n            \"p2a_3\": 0,\n            \"p2a_4\": 0,\n            \"p2a_5\": 0,\n            \"p2a_6\": 0,\n            \"p2a_7\": 0,\n            \"p2a_7t\": null,\n            \"p2a_8\": 0,\n            \"p2a_9\": 0,\n            \"p2a_10\": 0,\n            \"p2a_11\": 0,\n            \"p2a_12\": 0,\n            \"p2a_13\": 0,\n            \"p2a_14\": 0,\n            \"p2a_15\": 0,\n            \"p2a_15t\": null,\n            \"p2a_16\": 0,\n            \"p2a_16t\": null,\n            \"p2a_17\": 0,\n            \"p2a_18\": 0,\n            \"p2a_19\": 0,\n            \"p2a_20\": 0,\n            \"p2a_21\": 0,\n            \"p2a_21t\": null,\n            \"p2a_22\": 0,\n            \"p2a_23\": 0,\n            \"p2a_24\": 0,\n            \"p2a_25\": 0,\n            \"p2a_26\": 0,\n            \"p2a_27\": 0,\n            \"p2a_28\": 0,\n            \"p2a_29\": 0,\n            \"p2a_30\": 0,\n            \"p2a_31\": 0,\n            \"p2a_32\": 0,\n            \"p2a_33\": 0,\n            \"p2a_34\": 0,\n            \"p2a_35\": 0,\n            \"p2a_35t\": null,\n            \"p2a_36\": null,\n            \"p2a_37\": 0,\n            \"p2a_38\": 0,\n            \"p2a_39\": 0,\n            \"p2a_40\": 0,\n            \"p2a_41\": 0,\n            \"p2a_42\": 0,\n            \"p2a_43\": 0,\n            \"p2a_44\": 0,\n            \"p2a_45\": 0,\n            \"p2a_46\": 0,\n            \"p2a_47\": 0,\n            \"p2a_48\": 0,\n            \"p2a_49\": 0,\n            \"p2a_50\": 0,\n            \"p2a_50t\": null,\n            \"p2a_51\": 0,\n            \"p2a_51t\": null,\n            \"p2a_52\": 0,\n            \"p2a_53\": 0,\n            \"p2a_54\": 0,\n            \"p2a_55\": 0,\n            \"p2a_56\": 0,\n            \"p2a_56t\": null,\n            \"p2a_57\": 0,\n            \"p2a_58\": 0,\n            \"p2a_59\": 0,\n            \"p2a_60\": 0,\n            \"p2a_61\": 0,\n            \"p2a_62\": 0,\n            \"p2a_63\": 0,\n            \"p2a_64\": 0,\n            \"p2a_65\": 0,\n            \"p2a_66\": 0,\n            \"p2a_67\": 0,\n            \"p2a_68\": 0,\n            \"p2a_69\": 0,\n            \"p2a_70\": 0,\n            \"p2a_70t\": null,\n            \"p2a_71\": null,\n            \"created_at\": \"2021-08-07T12:52:05.999Z\",\n            \"updated_at\": \"2021-08-07T12:52:05.999Z\"\n        },\n        \"saq_part2_part_two_g\": {\n            \"id\": 18,\n            \"saq_part2g_id\": 1,\n            \"saq_part2g_type\": \"Saq::SaqAEP\",\n            \"p2g_1\": null,\n            \"p2g_2\": null,\n            \"p2g_3\": null,\n            \"p2g_4\": null,\n            \"p2g_5\": null,\n            \"p2g_6\": null,\n            \"p2g_7\": null,\n            \"p2g_8\": null,\n            \"p2g_9\": null,\n            \"created_at\": \"2021-08-07T12:52:06.003Z\",\n            \"updated_at\": \"2021-08-07T12:52:06.003Z\"\n        },\n        \"saq_part2_part_two_other\": {\n            \"id\": 19,\n            \"saq_part2_other_id\": 1,\n            \"saq_part2_other_type\": \"Saq::SaqAEP\",\n            \"p2b_1\": null,\n            \"p2b_2\": null,\n            \"p2c_1a\": null,\n            \"p2c_1b\": null,\n            \"p2c_1c\": null,\n            \"p2c_2a\": null,\n            \"p2c_2b\": null,\n            \"p2c_2c\": null,\n            \"p2c_3a\": null,\n            \"p2c_3b\": null,\n            \"p2c_3c\": null,\n            \"p2c_4a\": null,\n            \"p2c_4b\": null,\n            \"p2c_4c\": null,\n            \"p2c_5a\": null,\n            \"p2c_5b\": null,\n            \"p2c_5c\": null,\n            \"p2c_6a\": null,\n            \"p2c_6b\": null,\n            \"p2c_6c\": null,\n            \"p2d_0\": false,\n            \"p2d_1\": null,\n            \"p2d_2\": null,\n            \"p2d_3\": null,\n            \"p2d_4\": null,\n            \"p2d_2a\": null,\n            \"p2d_2b\": null,\n            \"p2d_2c\": null,\n            \"p2d_2d\": false,\n            \"p2d_2e\": null,\n            \"p2d_3a\": null,\n            \"p2d_3b\": null,\n            \"p2d_3c\": null,\n            \"p2d_3d\": false,\n            \"p2d_3e\": null,\n            \"p2d_4a\": null,\n            \"p2d_4b\": null,\n            \"p2d_4c\": null,\n            \"p2d_4d\": false,\n            \"p2d_4e\": null,\n            \"p2e_1\": null,\n            \"p2e_2\": false,\n            \"p2f_name_qir_company\": null,\n            \"p2f_qir_individual_name\": null,\n            \"p2f_dsp\": null,\n            \"p2f_1\": false,\n            \"p2f_2\": false,\n            \"p2f_1a\": null,\n            \"p2f_1b\": null,\n            \"p2f_2a\": null,\n            \"p2f_2b\": null,\n            \"p2f_3a\": null,\n            \"p2f_3b\": null,\n            \"p2f_4a\": null,\n            \"p2f_4b\": null,\n            \"p2f_5a\": null,\n            \"p2f_5b\": null,\n            \"p2f_6a\": null,\n            \"p2f_6b\": null,\n            \"p2f_7a\": null,\n            \"p2f_7b\": null,\n            \"p2f_8a\": null,\n            \"p2f_8b\": null,\n            \"p2f_9a\": null,\n            \"p2f_9b\": null,\n            \"created_at\": \"2021-08-07T12:52:06.013Z\",\n            \"updated_at\": \"2021-08-07T12:52:06.013Z\"\n        },\n        \"saq_part3_part_three\": {\n            \"id\": 19,\n            \"saq_part3_id\": 1,\n            \"saq_part3_type\": \"Saq::SaqAEP\",\n            \"p3_1\": 0,\n            \"p3_2d\": null,\n            \"p3_3_1a\": null,\n            \"p3_3_1b\": null,\n            \"p3_3_2a\": null,\n            \"p3_3_2b\": null,\n            \"p3a_1\": false,\n            \"p3a_2\": false,\n            \"p3a_3\": false,\n            \"p3a_4\": false,\n            \"p3a_5\": false,\n            \"p3a_6\": false,\n            \"p3a_7\": false,\n            \"p3b_meon\": null,\n            \"p3b_t\": null,\n            \"p3b_d\": null,\n            \"p3c_r\": null,\n            \"p3c_qsan\": null,\n            \"p3c_c\": null,\n            \"p3c_d\": null,\n            \"p3d_r\": null,\n            \"created_at\": \"2021-08-07T12:52:06.006Z\",\n            \"updated_at\": \"2021-08-07T12:52:06.006Z\"\n        },\n        \"saq_part4_part_four\": {\n            \"id\": 19,\n            \"saq_part4_id\": 1,\n            \"saq_part4_type\": \"Saq::SaqAEP\",\n            \"p4_1\": true,\n            \"p4_1a\": null,\n            \"p4_2\": true,\n            \"p4_2a\": null,\n            \"p4_3\": true,\n            \"p4_3a\": null,\n            \"p4_4\": true,\n            \"p4_4a\": null,\n            \"p4_5\": true,\n            \"p4_5a\": null,\n            \"p4_6\": true,\n            \"p4_6a\": null,\n            \"p4_7\": true,\n            \"p4_7a\": null,\n            \"p4_8\": true,\n            \"p4_8a\": null,\n            \"p4_9\": true,\n            \"p4_9a\": null,\n            \"p4_10\": true,\n            \"p4_10a\": null,\n            \"p4_11\": true,\n            \"p4_11a\": null,\n            \"p4_12\": true,\n            \"p4_12a\": null,\n            \"p4_13\": true,\n            \"p4_13a\": null,\n            \"p4_14\": true,\n            \"p4_14a\": null,\n            \"created_at\": \"2021-08-07T12:52:06.009Z\",\n            \"updated_at\": \"2021-08-07T12:52:06.009Z\"\n        },\n        \"saq_appendices_appendix_a\": {\n            \"id\": 2,\n            \"saq_app_a_id\": 1,\n            \"saq_app_a_type\": \"Saq::SaqAEP\",\n            \"aA_1_1\": 1,\n            \"aA_1_2a\": 1,\n            \"aA_1_2b\": 1,\n            \"aA_1_2c\": 1,\n            \"aA_1_2d\": 1,\n            \"aA_1_2e\": 1,\n            \"aA_1_3a\": 1,\n            \"aA_1_3b_1\": 1,\n            \"aA_1_3b_2\": 1,\n            \"aA_1_3b_3\": 1,\n            \"aA_1_3b_4\": 1,\n            \"aA_1_4\": 1,\n            \"aA_2_1\": 1,\n            \"aA_2_2\": 1,\n            \"aA_2_3\": 1,\n            \"created_at\": \"2021-08-07T12:52:06.017Z\",\n            \"updated_at\": \"2021-08-07T12:52:06.017Z\"\n        },\n        \"saq_appendices_appendix_b\": {\n            \"id\": 19,\n            \"saq_app_b_id\": 1,\n            \"saq_app_b_type\": \"Saq::SaqAEP\",\n            \"ab_0\": null,\n            \"ab_1\": null,\n            \"ab_2\": null,\n            \"ab_3\": null,\n            \"ab_4\": null,\n            \"ab_5\": null,\n            \"ab_6\": null,\n            \"created_at\": \"2021-08-07T12:52:06.021Z\",\n            \"updated_at\": \"2021-08-07T12:52:06.021Z\"\n        },\n        \"saq_appendices_appendix_c\": {\n            \"id\": 19,\n            \"saq_app_c_id\": 1,\n            \"saq_app_c_type\": \"Saq::SaqAEP\",\n            \"ac_1a\": null,\n            \"ac_1b\": null,\n            \"ac_2a\": null,\n            \"ac_2b\": null,\n            \"ac_3a\": null,\n            \"ac_3b\": null,\n            \"ac_4a\": null,\n            \"ac_4b\": null,\n            \"ac_5a\": null,\n            \"ac_5b\": null,\n            \"ac_6a\": null,\n            \"ac_6b\": null,\n            \"ac_7a\": null,\n            \"ac_7b\": null,\n            \"ac_8a\": null,\n            \"ac_8b\": null,\n            \"ac_9a\": null,\n            \"ac_9b\": null,\n            \"ac_10a\": null,\n            \"ac_10b\": null,\n            \"created_at\": \"2021-08-07T12:52:06.025Z\",\n            \"updated_at\": \"2021-08-07T12:52:06.025Z\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/v1/saq/:id","urlObject":{"path":["v1","saq",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"any","value":"13","key":"id"}]}},"response":[],"_postman_id":"1a0b96ca-2bd2-4af5-ac57-b65e78e28eca"},{"name":"Approve an SAQ","id":"25438562-c083-492f-ba43-d0dcb1e8182a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{api_url}}/v1/saq/:id/approve","urlObject":{"path":["v1","saq",":id","approve"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"any","value":"13","key":"id"}]}},"response":[],"_postman_id":"25438562-c083-492f-ba43-d0dcb1e8182a"},{"name":"Get a template SAQ","id":"8005a7ac-986a-4121-8d70-c9e854d94546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/v1/saq/templates/:id","urlObject":{"path":["v1","saq","templates",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"any","value":"15","key":"id"}]}},"response":[],"_postman_id":"8005a7ac-986a-4121-8d70-c9e854d94546"},{"name":"Push an SAQ template to users","id":"c6c4af8b-ce30-4f77-962c-f66948f748b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{api_url}}/v1/saq/templates/:id/push_to_users?users=","urlObject":{"path":["v1","saq","templates",":id","push_to_users"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>(Required) List of user ids with comma separated</p>\n","type":"text/plain"},"key":"users","value":""}],"variable":[{"type":"any","value":"15","key":"id"}]}},"response":[],"_postman_id":"c6c4af8b-ce30-4f77-962c-f66948f748b2"},{"name":"Delete an SAQ","id":"8f470547-a981-4653-8da4-19aad0f30ac6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{api_url}}/v1/saq/:id","urlObject":{"path":["v1","saq",":id"],"host":["{{api_url}}"],"query":[],"variable":[{"type":"any","value":"9","key":"id"}]}},"response":[{"id":"f264776b-fa6b-4be8-ba47-3a0533fab085","name":"204 Deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3005/api/saq/:id","protocol":"http","host":["localhost"],"port":"3005","path":["api","saq",":id"],"variable":[{"key":"id","value":"9"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Frame-Options","value":"ALLOWWALL"},{"key":"Cache-Control","value":"no-store, must-revalidate, private, max-age=0"},{"key":"Set-Cookie","value":"request_method=DELETE; path=/"},{"key":"Set-Cookie","value":"_cg_pciscan_session=U3pyaW40NlBRalBtalZSY3BQRGJ0cHlmaGZoNFZTNE5KRElMbm9EUVB2bWt5d0QwR0VQZDFzL0JzVEFobU03VFI3b1dKYlE2VW5BUU1kVlE5UTB6bUE9PS0taW05cXpqYXZRcWhEM29hUWFyVmFrZz09--17d86be9c4ae6f4c78622e53fbc3b205532a7b46; path=/; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"__profilin=p%3Dt; path=/"},{"key":"X-Meta-Request-Version","value":"0.3.4"},{"key":"X-Request-Id","value":"1fe8d711-9aca-48df-a20e-912a2658bafb"},{"key":"X-Runtime","value":"0.699978"},{"key":"X-MiniProfiler-Original-Cache-Control","value":"no-cache"},{"key":"X-MiniProfiler-Ids","value":"[\"2sy3nhh9qszjqo1axeha\",\"y4cdeevaj8p0o4lxf2sd\"]"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8f470547-a981-4653-8da4-19aad0f30ac6"},{"name":"Get an SAQ type template","id":"3246982a-6eaa-4878-b32a-361aaf659ce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{api_url}}/v1/saq/type_templates/:type","urlObject":{"path":["v1","saq","type_templates",":type"],"host":["{{api_url}}"],"query":[],"variable":[{"description":{"content":"<p>Available types: A, A-EP, B, B-IP, C, C-VT, D-ME, D-SP, PTWOPE</p>\n","type":"text/plain"},"type":"any","value":"B","key":"type"}]}},"response":[{"id":"1019f8cf-c1ae-45d9-99a9-2aba52f2cd1c","name":"A-EP Template","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3005/api/saq/templates/:type","protocol":"http","host":["localhost"],"port":"3005","path":["api","saq","templates",":type"],"variable":[{"key":"type","value":"A-EP","description":"Available types: A, A-EP, B, B-IP, C, C-VT, D-ME, D-SP, PTWOPE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"ALLOWWALL"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-store, must-revalidate, private, max-age=0"},{"key":"Set-Cookie","value":"_cg_pciscan_session=aUw0MmdCditIZ1RiUUU2ZlJNTTE3Z1JGT3VrRmJsazNheTdqV3hDOS95d25HZ29ibW5sM0VMei93MysvakltSm11OFZiYVJhOS8wMk9jeTZrUDRRWWc9PS0tMWJkQndJZXY4aHJvdll5ZUlaZmVqUT09--2f76bb358f89b34d0a500f5a1cafd5229227453a; path=/; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"__profilin=p%3Dt; path=/"},{"key":"X-Meta-Request-Version","value":"0.3.4"},{"key":"X-Request-Id","value":"03e29e54-375c-4cdc-b4d4-350cb8d89758"},{"key":"X-Runtime","value":"1.032431"},{"key":"X-MiniProfiler-Original-Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-MiniProfiler-Ids","value":"[\"ihdyworsmbylkrt9a0ia\",\"7ikmo9dkyawoxq14owqf\",\"xx8ix14oe60t2lrqxp90\"]"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": null,\n        \"created_at\": null,\n        \"updated_at\": null,\n        \"saq\": {\n            \"id\": null,\n            \"saq_form_id\": null,\n            \"saq_form_type\": \"Saq::SaqAEP\",\n            \"saq_name\": null,\n            \"user_id\": null,\n            \"username\": null,\n            \"expiration_date\": null,\n            \"date_completed\": null,\n            \"created_at\": null,\n            \"updated_at\": null,\n            \"oid\": null,\n            \"organization_id\": null,\n            \"organization_name\": null\n        },\n        \"saq_requirements_requirement_one\": {\n            \"id\": null,\n            \"saq_req1_id\": null,\n            \"saq_req1_type\": \"Saq::SaqAEP\",\n            \"r1_1_1\": 1,\n            \"r1_1_2a\": 1,\n            \"r1_1_2b\": 1,\n            \"r1_1_3a\": 1,\n            \"r1_1_3b\": 1,\n            \"r1_1_4a\": 1,\n            \"r1_1_4b\": 1,\n            \"r1_1_5\": 1,\n            \"r1_1_6a\": 1,\n            \"r1_1_6b\": 1,\n            \"r1_1_7a\": 1,\n            \"r1_1_7b\": 1,\n            \"r1_2\": 1,\n            \"r1_2_1a\": 1,\n            \"r1_2_1b\": 1,\n            \"r1_2_2\": 1,\n            \"r1_2_3\": 1,\n            \"r1_3\": 1,\n            \"r1_3_1\": 1,\n            \"r1_3_2\": 1,\n            \"r1_3_3\": 1,\n            \"r1_3_4\": 1,\n            \"r1_3_5\": 1,\n            \"r1_3_6\": 1,\n            \"r1_3_7\": 1,\n            \"r1_3_8a\": 1,\n            \"r1_3_8b\": 1,\n            \"r1_4a\": 1,\n            \"r1_4b\": 1,\n            \"r1_5\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_two\": {\n            \"id\": null,\n            \"saq_req2_id\": null,\n            \"saq_req2_type\": \"Saq::SaqAEP\",\n            \"r2_1a\": 1,\n            \"r2_1b\": 1,\n            \"r2_1_1a\": 1,\n            \"r2_1_1b\": 1,\n            \"r2_1_1c\": 1,\n            \"r2_1_1d\": 1,\n            \"r2_1_1e\": 1,\n            \"r2_2a\": 1,\n            \"r2_2b\": 1,\n            \"r2_2c\": 1,\n            \"r2_2d\": 1,\n            \"r2_2_1a\": 1,\n            \"r2_2_1b\": 1,\n            \"r2_2_2a\": 1,\n            \"r2_2_2b\": 1,\n            \"r2_2_3\": 1,\n            \"r2_2_4a\": 1,\n            \"r2_2_4b\": 1,\n            \"r2_2_4c\": 1,\n            \"r2_2_5a\": 1,\n            \"r2_2_5b\": 1,\n            \"r2_2_5c\": 1,\n            \"r2_3a\": 1,\n            \"r2_3b\": 1,\n            \"r2_3c\": 1,\n            \"r2_3d\": 1,\n            \"r2_3e\": 1,\n            \"r2_3f\": 1,\n            \"r2_4a\": 1,\n            \"r2_4b\": 1,\n            \"r2_5\": 1,\n            \"r2_6\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_three\": {\n            \"id\": null,\n            \"saq_req3_id\": null,\n            \"saq_req3_type\": \"Saq::SaqAEP\",\n            \"r3_1a\": 1,\n            \"r3_1b\": 1,\n            \"r3_1c\": 1,\n            \"r3_1d\": 1,\n            \"r3_1e\": 1,\n            \"r3_2a\": 1,\n            \"r3_2b\": 1,\n            \"r3_2c\": 1,\n            \"r3_2d\": 1,\n            \"r3_2_1\": 1,\n            \"r3_2_2\": 1,\n            \"r3_2_3\": 1,\n            \"r3_3\": 1,\n            \"r3_4\": 1,\n            \"r3_4_1a\": 1,\n            \"r3_4_1b\": 1,\n            \"r3_4_1c\": 1,\n            \"r3_5_1\": 1,\n            \"r3_5_2\": 1,\n            \"r3_5_3\": 1,\n            \"r3_5_4\": 1,\n            \"r3_6a\": 1,\n            \"r3_6b\": 1,\n            \"r3_6c\": 1,\n            \"r3_6_1\": 1,\n            \"r3_6_2\": 1,\n            \"r3_6_3\": 1,\n            \"r3_6_4\": 1,\n            \"r3_6_5a\": 1,\n            \"r3_6_5b\": 1,\n            \"r3_6_5c\": 1,\n            \"r3_6_6\": 1,\n            \"r3_6_7\": 1,\n            \"r3_6_8\": 1,\n            \"r3_7\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_four\": {\n            \"id\": null,\n            \"saq_req4_id\": null,\n            \"saq_req4_type\": \"Saq::SaqAEP\",\n            \"r4_1a\": 1,\n            \"r4_1b\": 1,\n            \"r4_1c\": 1,\n            \"r4_1d\": 1,\n            \"r4_1e\": 1,\n            \"r4_1f\": 1,\n            \"r4_1g\": 1,\n            \"r4_1_1\": 1,\n            \"r4_2a\": 1,\n            \"r4_2b\": 1,\n            \"r4_3\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_five\": {\n            \"id\": null,\n            \"saq_req5_id\": null,\n            \"saq_req5_type\": \"Saq::SaqAEP\",\n            \"r5_1\": 1,\n            \"r5_1_1\": 1,\n            \"r5_1_2\": 1,\n            \"r5_2a\": 1,\n            \"r5_2b\": 1,\n            \"r5_2c\": 1,\n            \"r5_3\": 1,\n            \"r5_4\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_six\": {\n            \"id\": null,\n            \"saq_req6_id\": null,\n            \"saq_req6_type\": \"Saq::SaqAEP\",\n            \"r6_1\": 1,\n            \"r6_2a\": 1,\n            \"r6_2b\": 1,\n            \"r6_3a\": 1,\n            \"r6_3b\": 1,\n            \"r6_3c\": 1,\n            \"r6_3d\": 1,\n            \"r6_3_1\": 1,\n            \"r6_3_2\": 1,\n            \"r6_4\": 1,\n            \"r6_4_1a\": 1,\n            \"r6_4_1b\": 1,\n            \"r6_4_2\": 1,\n            \"r6_4_3\": 1,\n            \"r6_4_4\": 1,\n            \"r6_4_5a\": 1,\n            \"r6_4_5_1\": 1,\n            \"r6_4_5_2\": 1,\n            \"r6_4_5_3a\": 1,\n            \"r6_4_5_3b\": 1,\n            \"r6_4_5_4\": 1,\n            \"r6_4_6\": 1,\n            \"r6_5a\": 1,\n            \"r6_5b\": 1,\n            \"r6_5c\": 1,\n            \"r6_5_1\": 1,\n            \"r6_5_2\": 1,\n            \"r6_5_3\": 1,\n            \"r6_5_4\": 1,\n            \"r6_5_5\": 1,\n            \"r6_5_6\": 1,\n            \"r6_5_7\": 1,\n            \"r6_5_8\": 1,\n            \"r6_5_9\": 1,\n            \"r6_5_10\": 1,\n            \"r6_6\": 1,\n            \"r6_7\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_seven\": {\n            \"id\": null,\n            \"saq_req7_id\": null,\n            \"saq_req7_type\": \"Saq::SaqAEP\",\n            \"r7_1\": 1,\n            \"r7_1_1\": 1,\n            \"r7_1_2\": 1,\n            \"r7_1_3\": 1,\n            \"r7_1_4\": 1,\n            \"r7_2_1\": 1,\n            \"r7_2_2\": 1,\n            \"r7_2_3\": 1,\n            \"r7_3\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_eight\": {\n            \"id\": null,\n            \"saq_req8_id\": null,\n            \"saq_req8_type\": \"Saq::SaqAEP\",\n            \"r8_1\": 1,\n            \"r8_1_1\": 1,\n            \"r8_1_2\": 1,\n            \"r8_1_3\": 1,\n            \"r8_1_4\": 1,\n            \"r8_1_5a\": 1,\n            \"r8_1_5b\": 1,\n            \"r8_1_6a\": 1,\n            \"r8_1_6b\": 1,\n            \"r8_1_7\": 1,\n            \"r8_1_8\": 1,\n            \"r8_2\": 1,\n            \"r8_2_1a\": 1,\n            \"r8_2_1b\": 1,\n            \"r8_2_2\": 1,\n            \"r8_2_3a\": 1,\n            \"r8_2_3b\": 1,\n            \"r8_2_4a\": 1,\n            \"r8_2_4b\": 1,\n            \"r8_2_5a\": 1,\n            \"r8_2_5b\": 1,\n            \"r8_2_6\": 1,\n            \"r8_3_1\": 1,\n            \"r8_3_2\": 1,\n            \"r8_4a\": 1,\n            \"r8_4b\": 1,\n            \"r8_5\": 1,\n            \"r8_5_1\": 1,\n            \"r8_6\": 1,\n            \"r8_7a\": 1,\n            \"r8_7b\": 1,\n            \"r8_7c\": 1,\n            \"r8_8\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_nine\": {\n            \"id\": null,\n            \"saq_req9_id\": null,\n            \"saq_req9_type\": \"Saq::SaqAEP\",\n            \"r9_1\": 1,\n            \"r9_1_1a\": 1,\n            \"r9_1_1b\": 1,\n            \"r9_1_1c\": 1,\n            \"r9_1_1d\": 1,\n            \"r9_1_2\": 1,\n            \"r9_1_3\": 1,\n            \"r9_2a\": 1,\n            \"r9_2b\": 1,\n            \"r9_2c\": 1,\n            \"r9_3\": 1,\n            \"r9_4_1\": 1,\n            \"r9_4_2a\": 1,\n            \"r9_4_2b\": 1,\n            \"r9_4_3\": 1,\n            \"r9_4_4a\": 1,\n            \"r9_4_4b\": 1,\n            \"r9_4_4c\": 1,\n            \"r9_5\": 1,\n            \"r9_5_1a\": 1,\n            \"r9_5_1b\": 1,\n            \"r9_6a\": 1,\n            \"r9_6_1\": 1,\n            \"r9_6_2\": 1,\n            \"r9_6_3\": 1,\n            \"r9_7\": 1,\n            \"r9_7_1a\": 1,\n            \"r9_7_1b\": 1,\n            \"r9_8a\": 1,\n            \"r9_8b\": 1,\n            \"r9_8_1a\": 1,\n            \"r9_8_1b\": 1,\n            \"r9_8_1c\": 1,\n            \"r9_8_2\": 1,\n            \"r9_9a\": 1,\n            \"r9_9b\": 1,\n            \"r9_9c\": 1,\n            \"r9_9_1a\": 1,\n            \"r9_9_1b\": 1,\n            \"r9_9_1c\": 1,\n            \"r9_9_2a\": 1,\n            \"r9_9_2b\": 1,\n            \"r9_9_3a\": 1,\n            \"r9_9_3b\": 1,\n            \"r9_10\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_ten\": {\n            \"id\": null,\n            \"saq_req10_id\": null,\n            \"saq_req10_type\": \"Saq::SaqAEP\",\n            \"r10_1a\": 1,\n            \"r10_1b\": 1,\n            \"r10_2_1\": 1,\n            \"r10_2_2\": 1,\n            \"r10_2_3\": 1,\n            \"r10_2_4\": 1,\n            \"r10_2_5\": 1,\n            \"r10_2_6\": 1,\n            \"r10_2_7\": 1,\n            \"r10_3_1\": 1,\n            \"r10_3_2\": 1,\n            \"r10_3_3\": 1,\n            \"r10_3_4\": 1,\n            \"r10_3_5\": 1,\n            \"r10_3_6\": 1,\n            \"r10_4\": 1,\n            \"r10_4_1a\": 1,\n            \"r10_4_1b\": 1,\n            \"r10_4_1c\": 1,\n            \"r10_4_2a\": 1,\n            \"r10_4_2b\": 1,\n            \"r10_4_3\": 1,\n            \"r10_5_1\": 1,\n            \"r10_5_2\": 1,\n            \"r10_5_3\": 1,\n            \"r10_5_4\": 1,\n            \"r10_5_5\": 1,\n            \"r10_6_1a\": 1,\n            \"r10_6_1b\": 1,\n            \"r10_6_2a\": 1,\n            \"r10_6_2b\": 1,\n            \"r10_6_3a\": 1,\n            \"r10_6_3b\": 1,\n            \"r10_7a\": 1,\n            \"r10_7b\": 1,\n            \"r10_7c\": 1,\n            \"r10_8a\": 1,\n            \"r10_8b\": 1,\n            \"r10_8_1a\": 1,\n            \"r10_8_1b\": 1,\n            \"r10_9\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_eleven\": {\n            \"id\": null,\n            \"saq_req11_id\": null,\n            \"saq_req11_type\": \"Saq::SaqAEP\",\n            \"r11_1a\": 1,\n            \"r11_1b\": 1,\n            \"r11_1c\": 1,\n            \"r11_1d\": 1,\n            \"r11_1_1\": 1,\n            \"r11_1_2a\": 1,\n            \"r11_1_2b\": 1,\n            \"r11_2_1a\": 1,\n            \"r11_2_1b\": 1,\n            \"r11_2_1c\": 1,\n            \"r11_2_2a\": 1,\n            \"r11_2_2b\": 1,\n            \"r11_2_2c\": 1,\n            \"r11_2_3a\": 1,\n            \"r11_2_3b\": 1,\n            \"r11_2_3c\": 1,\n            \"r11_3\": 1,\n            \"r11_3_1a\": 1,\n            \"r11_3_1b\": 1,\n            \"r11_3_2a\": 1,\n            \"r11_3_2b\": 1,\n            \"r11_3_3\": 1,\n            \"r11_3_4a\": 1,\n            \"r11_3_4b\": 1,\n            \"r11_3_4c\": 1,\n            \"r11_3_4_1a\": 1,\n            \"r11_3_4_1b\": 1,\n            \"r11_3_4_1c\": 1,\n            \"r11_3_4_1d\": 1,\n            \"r11_4a\": 1,\n            \"r11_4b\": 1,\n            \"r11_4c\": 1,\n            \"r11_5a\": 1,\n            \"r11_5b\": 1,\n            \"r11_5_1\": 1,\n            \"r11_6\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_twelve\": {\n            \"id\": null,\n            \"saq_req12_id\": null,\n            \"saq_req12_type\": \"Saq::SaqAEP\",\n            \"r12_1\": 1,\n            \"r12_1_1\": 1,\n            \"r12_2a\": 1,\n            \"r12_2b\": 1,\n            \"r12_2c\": 1,\n            \"r12_3_1\": 1,\n            \"r12_3_2\": 1,\n            \"r12_3_3\": 1,\n            \"r12_3_4\": 1,\n            \"r12_3_5\": 1,\n            \"r12_3_6\": 1,\n            \"r12_3_7\": 1,\n            \"r12_3_8\": 1,\n            \"r12_3_9\": 1,\n            \"r12_3_10\": 1,\n            \"r12_3_10a\": 1,\n            \"r12_3_10b\": 1,\n            \"r12_4\": 1,\n            \"r12_4_1a\": 1,\n            \"r12_4_1b\": 1,\n            \"r12_5a\": 1,\n            \"r12_5b_1\": 1,\n            \"r12_5b_2\": 1,\n            \"r12_5b_3\": 1,\n            \"r12_5b_4\": 1,\n            \"r12_5b_5\": 1,\n            \"r12_6a\": 1,\n            \"r12_6b_1a\": 1,\n            \"r12_6b_1b\": 1,\n            \"r12_6b_1c\": 1,\n            \"r12_6_2\": 1,\n            \"r12_7\": 1,\n            \"r12_8_1\": 1,\n            \"r12_8_2\": 1,\n            \"r12_8_3\": 1,\n            \"r12_8_4\": 1,\n            \"r12_8_5\": 1,\n            \"r12_9\": 1,\n            \"r12_10_1a\": 1,\n            \"r12_10_1b_1\": 1,\n            \"r12_10_1b_2\": 1,\n            \"r12_10_1b_3\": 1,\n            \"r12_10_1b_4\": 1,\n            \"r12_10_1b_5\": 1,\n            \"r12_10_1b_6\": 1,\n            \"r12_10_1b_7\": 1,\n            \"r12_10_2\": 1,\n            \"r12_10_3\": 1,\n            \"r12_10_4\": 1,\n            \"r12_10_5\": 1,\n            \"r12_10_6\": 1,\n            \"r12_11a\": 1,\n            \"r12_11b\": 1,\n            \"r12_11_1\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part2_part_two_a\": {\n            \"id\": null,\n            \"saq_part2a_id\": null,\n            \"saq_part2a_type\": \"Saq::SaqAEP\",\n            \"p2a_0\": null,\n            \"p2a_1\": 0,\n            \"p2a_2\": 0,\n            \"p2a_3\": 0,\n            \"p2a_4\": 0,\n            \"p2a_5\": 0,\n            \"p2a_6\": 0,\n            \"p2a_7\": 0,\n            \"p2a_7t\": null,\n            \"p2a_8\": 0,\n            \"p2a_9\": 0,\n            \"p2a_10\": 0,\n            \"p2a_11\": 0,\n            \"p2a_12\": 0,\n            \"p2a_13\": 0,\n            \"p2a_14\": 0,\n            \"p2a_15\": 0,\n            \"p2a_15t\": null,\n            \"p2a_16\": 0,\n            \"p2a_16t\": null,\n            \"p2a_17\": 0,\n            \"p2a_18\": 0,\n            \"p2a_19\": 0,\n            \"p2a_20\": 0,\n            \"p2a_21\": 0,\n            \"p2a_21t\": null,\n            \"p2a_22\": 0,\n            \"p2a_23\": 0,\n            \"p2a_24\": 0,\n            \"p2a_25\": 0,\n            \"p2a_26\": 0,\n            \"p2a_27\": 0,\n            \"p2a_28\": 0,\n            \"p2a_29\": 0,\n            \"p2a_30\": 0,\n            \"p2a_31\": 0,\n            \"p2a_32\": 0,\n            \"p2a_33\": 0,\n            \"p2a_34\": 0,\n            \"p2a_35\": 0,\n            \"p2a_35t\": null,\n            \"p2a_36\": null,\n            \"p2a_37\": 0,\n            \"p2a_38\": 0,\n            \"p2a_39\": 0,\n            \"p2a_40\": 0,\n            \"p2a_41\": 0,\n            \"p2a_42\": 0,\n            \"p2a_43\": 0,\n            \"p2a_44\": 0,\n            \"p2a_45\": 0,\n            \"p2a_46\": 0,\n            \"p2a_47\": 0,\n            \"p2a_48\": 0,\n            \"p2a_49\": 0,\n            \"p2a_50\": 0,\n            \"p2a_50t\": null,\n            \"p2a_51\": 0,\n            \"p2a_51t\": null,\n            \"p2a_52\": 0,\n            \"p2a_53\": 0,\n            \"p2a_54\": 0,\n            \"p2a_55\": 0,\n            \"p2a_56\": 0,\n            \"p2a_56t\": null,\n            \"p2a_57\": 0,\n            \"p2a_58\": 0,\n            \"p2a_59\": 0,\n            \"p2a_60\": 0,\n            \"p2a_61\": 0,\n            \"p2a_62\": 0,\n            \"p2a_63\": 0,\n            \"p2a_64\": 0,\n            \"p2a_65\": 0,\n            \"p2a_66\": 0,\n            \"p2a_67\": 0,\n            \"p2a_68\": 0,\n            \"p2a_69\": 0,\n            \"p2a_70\": 0,\n            \"p2a_70t\": null,\n            \"p2a_71\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part2_part_two_g\": {\n            \"id\": null,\n            \"saq_part2g_id\": null,\n            \"saq_part2g_type\": \"Saq::SaqAEP\",\n            \"p2g_1\": null,\n            \"p2g_2\": null,\n            \"p2g_3\": null,\n            \"p2g_4\": null,\n            \"p2g_5\": null,\n            \"p2g_6\": null,\n            \"p2g_7\": null,\n            \"p2g_8\": null,\n            \"p2g_9\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part2_part_two_other\": {\n            \"id\": null,\n            \"saq_part2_other_id\": null,\n            \"saq_part2_other_type\": \"Saq::SaqAEP\",\n            \"p2b_1\": null,\n            \"p2b_2\": null,\n            \"p2c_1a\": null,\n            \"p2c_1b\": null,\n            \"p2c_1c\": null,\n            \"p2c_2a\": null,\n            \"p2c_2b\": null,\n            \"p2c_2c\": null,\n            \"p2c_3a\": null,\n            \"p2c_3b\": null,\n            \"p2c_3c\": null,\n            \"p2c_4a\": null,\n            \"p2c_4b\": null,\n            \"p2c_4c\": null,\n            \"p2c_5a\": null,\n            \"p2c_5b\": null,\n            \"p2c_5c\": null,\n            \"p2c_6a\": null,\n            \"p2c_6b\": null,\n            \"p2c_6c\": null,\n            \"p2d_0\": false,\n            \"p2d_1\": null,\n            \"p2d_2\": null,\n            \"p2d_3\": null,\n            \"p2d_4\": null,\n            \"p2d_2a\": null,\n            \"p2d_2b\": null,\n            \"p2d_2c\": null,\n            \"p2d_2d\": false,\n            \"p2d_2e\": null,\n            \"p2d_3a\": null,\n            \"p2d_3b\": null,\n            \"p2d_3c\": null,\n            \"p2d_3d\": false,\n            \"p2d_3e\": null,\n            \"p2d_4a\": null,\n            \"p2d_4b\": null,\n            \"p2d_4c\": null,\n            \"p2d_4d\": false,\n            \"p2d_4e\": null,\n            \"p2e_1\": null,\n            \"p2e_2\": false,\n            \"p2f_name_qir_company\": null,\n            \"p2f_qir_individual_name\": null,\n            \"p2f_dsp\": null,\n            \"p2f_1\": false,\n            \"p2f_2\": false,\n            \"p2f_1a\": null,\n            \"p2f_1b\": null,\n            \"p2f_2a\": null,\n            \"p2f_2b\": null,\n            \"p2f_3a\": null,\n            \"p2f_3b\": null,\n            \"p2f_4a\": null,\n            \"p2f_4b\": null,\n            \"p2f_5a\": null,\n            \"p2f_5b\": null,\n            \"p2f_6a\": null,\n            \"p2f_6b\": null,\n            \"p2f_7a\": null,\n            \"p2f_7b\": null,\n            \"p2f_8a\": null,\n            \"p2f_8b\": null,\n            \"p2f_9a\": null,\n            \"p2f_9b\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part3_part_three\": {\n            \"id\": null,\n            \"saq_part3_id\": null,\n            \"saq_part3_type\": \"Saq::SaqAEP\",\n            \"p3_1\": 0,\n            \"p3_2d\": null,\n            \"p3_3_1a\": null,\n            \"p3_3_1b\": null,\n            \"p3_3_2a\": null,\n            \"p3_3_2b\": null,\n            \"p3a_1\": false,\n            \"p3a_2\": false,\n            \"p3a_3\": false,\n            \"p3a_4\": false,\n            \"p3a_5\": false,\n            \"p3a_6\": false,\n            \"p3a_7\": false,\n            \"p3b_meon\": null,\n            \"p3b_t\": null,\n            \"p3b_d\": null,\n            \"p3c_r\": null,\n            \"p3c_qsan\": null,\n            \"p3c_c\": null,\n            \"p3c_d\": null,\n            \"p3d_r\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part4_part_four\": {\n            \"id\": null,\n            \"saq_part4_id\": null,\n            \"saq_part4_type\": \"Saq::SaqAEP\",\n            \"p4_1\": true,\n            \"p4_1a\": null,\n            \"p4_2\": true,\n            \"p4_2a\": null,\n            \"p4_3\": true,\n            \"p4_3a\": null,\n            \"p4_4\": true,\n            \"p4_4a\": null,\n            \"p4_5\": true,\n            \"p4_5a\": null,\n            \"p4_6\": true,\n            \"p4_6a\": null,\n            \"p4_7\": true,\n            \"p4_7a\": null,\n            \"p4_8\": true,\n            \"p4_8a\": null,\n            \"p4_9\": true,\n            \"p4_9a\": null,\n            \"p4_10\": true,\n            \"p4_10a\": null,\n            \"p4_11\": true,\n            \"p4_11a\": null,\n            \"p4_12\": true,\n            \"p4_12a\": null,\n            \"p4_13\": true,\n            \"p4_13a\": null,\n            \"p4_14\": true,\n            \"p4_14a\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_appendices_appendix_a\": {\n            \"id\": null,\n            \"saq_app_a_id\": null,\n            \"saq_app_a_type\": \"Saq::SaqAEP\",\n            \"aA_1_1\": 1,\n            \"aA_1_2a\": 1,\n            \"aA_1_2b\": 1,\n            \"aA_1_2c\": 1,\n            \"aA_1_2d\": 1,\n            \"aA_1_2e\": 1,\n            \"aA_1_3a\": 1,\n            \"aA_1_3b_1\": 1,\n            \"aA_1_3b_2\": 1,\n            \"aA_1_3b_3\": 1,\n            \"aA_1_3b_4\": 1,\n            \"aA_1_4\": 1,\n            \"aA_2_1\": 1,\n            \"aA_2_2\": 1,\n            \"aA_2_3\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_appendices_appendix_b\": {\n            \"id\": null,\n            \"saq_app_b_id\": null,\n            \"saq_app_b_type\": \"Saq::SaqAEP\",\n            \"ab_0\": null,\n            \"ab_1\": null,\n            \"ab_2\": null,\n            \"ab_3\": null,\n            \"ab_4\": null,\n            \"ab_5\": null,\n            \"ab_6\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_appendices_appendix_c\": {\n            \"id\": null,\n            \"saq_app_c_id\": null,\n            \"saq_app_c_type\": \"Saq::SaqAEP\",\n            \"ac_1a\": null,\n            \"ac_1b\": null,\n            \"ac_2a\": null,\n            \"ac_2b\": null,\n            \"ac_3a\": null,\n            \"ac_3b\": null,\n            \"ac_4a\": null,\n            \"ac_4b\": null,\n            \"ac_5a\": null,\n            \"ac_5b\": null,\n            \"ac_6a\": null,\n            \"ac_6b\": null,\n            \"ac_7a\": null,\n            \"ac_7b\": null,\n            \"ac_8a\": null,\n            \"ac_8b\": null,\n            \"ac_9a\": null,\n            \"ac_9b\": null,\n            \"ac_10a\": null,\n            \"ac_10b\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_form_core\": {\n            \"id\": null,\n            \"saq_id\": null,\n            \"saq_key\": null,\n            \"company_name_1a\": null,\n            \"contact_name_1a\": null,\n            \"isa_name_1a\": null,\n            \"telephone_1a\": null,\n            \"business_address_1a\": null,\n            \"state_1a\": null,\n            \"zip_1a\": null,\n            \"dba_1a\": null,\n            \"title_1a\": null,\n            \"title2_1a\": null,\n            \"email_1a\": null,\n            \"city_1a\": null,\n            \"country_1a\": null,\n            \"url_1a\": null,\n            \"company_name_1b\": null,\n            \"lead_qsa_contact_name_1b\": null,\n            \"telephone_1b\": null,\n            \"business_address_1b\": null,\n            \"state_1b\": null,\n            \"zip_1b\": null,\n            \"title_1b\": null,\n            \"email_1b\": null,\n            \"city_1b\": null,\n            \"country_1b\": null,\n            \"url_1b\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        }\n    }\n}"},{"id":"ba7d5d86-caae-4051-bf27-17ee6474e5ab","name":"A Template","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3005/api/saq/templates/:type","protocol":"http","host":["localhost"],"port":"3005","path":["api","saq","templates",":type"],"variable":[{"key":"type","value":"A","description":"Available types: A, A-EP, B, B-IP, C, C-VT, D-ME, D-SP, PTWOPE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"ALLOWWALL"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-store, must-revalidate, private, max-age=0"},{"key":"Set-Cookie","value":"_cg_pciscan_session=Q0l1blIzdUpMRjNRN2VPNUtqT3RkZm1NUnFWSytHTEJDTWFnNkgzV1hvd3ROSXBNSjM5Zjh6d00vZFJnV3BlZzd5SFQvek9IZHlBTHhSelFRcSttckZnelBPZGpXcCs2R01tb21rRkxVSUNxVkxiWGZpQXV2VXlCck1yTENPMnUydnIxZUlWNnAyQ3NRWXdMa09uM3dBPT0tLVloN1hFK3ZFMkZZNW14T1NyQjc3R2c9PQ%3D%3D--cf660dad295bbcb82de99681c2d942eec6db6413; path=/; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"__profilin=p%3Dt; path=/"},{"key":"X-Meta-Request-Version","value":"0.3.4"},{"key":"X-Request-Id","value":"1990cdbf-41fe-4cca-911e-ac02129b4f2b"},{"key":"X-Runtime","value":"0.431365"},{"key":"X-MiniProfiler-Original-Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-MiniProfiler-Ids","value":"[\"yrti7mvmt6jn3fj5w5bd\",\"t4fnzw05uca9ivwg6re5\",\"zu0r3ex206j8v0nsb8le\",\"r476wmrqvqacx1n8evw6\"]"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": null,\n        \"created_at\": null,\n        \"updated_at\": null,\n        \"saq\": {\n            \"id\": null,\n            \"saq_form_id\": null,\n            \"saq_form_type\": \"Saq::SaqA\",\n            \"saq_name\": null,\n            \"user_id\": null,\n            \"username\": null,\n            \"expiration_date\": null,\n            \"date_completed\": null,\n            \"created_at\": null,\n            \"updated_at\": null,\n            \"oid\": null,\n            \"organization_id\": null,\n            \"organization_name\": null\n        },\n        \"saq_requirements_requirement_two\": {\n            \"id\": null,\n            \"saq_req2_id\": null,\n            \"saq_req2_type\": \"Saq::SaqA\",\n            \"r2_1a\": 1,\n            \"r2_1b\": 1,\n            \"r2_1_1a\": 1,\n            \"r2_1_1b\": 1,\n            \"r2_1_1c\": 1,\n            \"r2_1_1d\": 1,\n            \"r2_1_1e\": 1,\n            \"r2_2a\": 1,\n            \"r2_2b\": 1,\n            \"r2_2c\": 1,\n            \"r2_2d\": 1,\n            \"r2_2_1a\": 1,\n            \"r2_2_1b\": 1,\n            \"r2_2_2a\": 1,\n            \"r2_2_2b\": 1,\n            \"r2_2_3\": 1,\n            \"r2_2_4a\": 1,\n            \"r2_2_4b\": 1,\n            \"r2_2_4c\": 1,\n            \"r2_2_5a\": 1,\n            \"r2_2_5b\": 1,\n            \"r2_2_5c\": 1,\n            \"r2_3a\": 1,\n            \"r2_3b\": 1,\n            \"r2_3c\": 1,\n            \"r2_3d\": 1,\n            \"r2_3e\": 1,\n            \"r2_3f\": 1,\n            \"r2_4a\": 1,\n            \"r2_4b\": 1,\n            \"r2_5\": 1,\n            \"r2_6\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_six\": {\n            \"id\": null,\n            \"saq_req6_id\": null,\n            \"saq_req6_type\": \"Saq::SaqA\",\n            \"r6_1\": 1,\n            \"r6_2a\": 1,\n            \"r6_2b\": 1,\n            \"r6_3a\": 1,\n            \"r6_3b\": 1,\n            \"r6_3c\": 1,\n            \"r6_3d\": 1,\n            \"r6_3_1\": 1,\n            \"r6_3_2\": 1,\n            \"r6_4\": 1,\n            \"r6_4_1a\": 1,\n            \"r6_4_1b\": 1,\n            \"r6_4_2\": 1,\n            \"r6_4_3\": 1,\n            \"r6_4_4\": 1,\n            \"r6_4_5a\": 1,\n            \"r6_4_5_1\": 1,\n            \"r6_4_5_2\": 1,\n            \"r6_4_5_3a\": 1,\n            \"r6_4_5_3b\": 1,\n            \"r6_4_5_4\": 1,\n            \"r6_4_6\": 1,\n            \"r6_5a\": 1,\n            \"r6_5b\": 1,\n            \"r6_5c\": 1,\n            \"r6_5_1\": 1,\n            \"r6_5_2\": 1,\n            \"r6_5_3\": 1,\n            \"r6_5_4\": 1,\n            \"r6_5_5\": 1,\n            \"r6_5_6\": 1,\n            \"r6_5_7\": 1,\n            \"r6_5_8\": 1,\n            \"r6_5_9\": 1,\n            \"r6_5_10\": 1,\n            \"r6_6\": 1,\n            \"r6_7\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_eight\": {\n            \"id\": null,\n            \"saq_req8_id\": null,\n            \"saq_req8_type\": \"Saq::SaqA\",\n            \"r8_1\": 1,\n            \"r8_1_1\": 1,\n            \"r8_1_2\": 1,\n            \"r8_1_3\": 1,\n            \"r8_1_4\": 1,\n            \"r8_1_5a\": 1,\n            \"r8_1_5b\": 1,\n            \"r8_1_6a\": 1,\n            \"r8_1_6b\": 1,\n            \"r8_1_7\": 1,\n            \"r8_1_8\": 1,\n            \"r8_2\": 1,\n            \"r8_2_1a\": 1,\n            \"r8_2_1b\": 1,\n            \"r8_2_2\": 1,\n            \"r8_2_3a\": 1,\n            \"r8_2_3b\": 1,\n            \"r8_2_4a\": 1,\n            \"r8_2_4b\": 1,\n            \"r8_2_5a\": 1,\n            \"r8_2_5b\": 1,\n            \"r8_2_6\": 1,\n            \"r8_3_1\": 1,\n            \"r8_3_2\": 1,\n            \"r8_4a\": 1,\n            \"r8_4b\": 1,\n            \"r8_5\": 1,\n            \"r8_5_1\": 1,\n            \"r8_6\": 1,\n            \"r8_7a\": 1,\n            \"r8_7b\": 1,\n            \"r8_7c\": 1,\n            \"r8_8\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_nine\": {\n            \"id\": null,\n            \"saq_req9_id\": null,\n            \"saq_req9_type\": \"Saq::SaqA\",\n            \"r9_1\": 1,\n            \"r9_1_1a\": 1,\n            \"r9_1_1b\": 1,\n            \"r9_1_1c\": 1,\n            \"r9_1_1d\": 1,\n            \"r9_1_2\": 1,\n            \"r9_1_3\": 1,\n            \"r9_2a\": 1,\n            \"r9_2b\": 1,\n            \"r9_2c\": 1,\n            \"r9_3\": 1,\n            \"r9_4_1\": 1,\n            \"r9_4_2a\": 1,\n            \"r9_4_2b\": 1,\n            \"r9_4_3\": 1,\n            \"r9_4_4a\": 1,\n            \"r9_4_4b\": 1,\n            \"r9_4_4c\": 1,\n            \"r9_5\": 1,\n            \"r9_5_1a\": 1,\n            \"r9_5_1b\": 1,\n            \"r9_6a\": 1,\n            \"r9_6_1\": 1,\n            \"r9_6_2\": 1,\n            \"r9_6_3\": 1,\n            \"r9_7\": 1,\n            \"r9_7_1a\": 1,\n            \"r9_7_1b\": 1,\n            \"r9_8a\": 1,\n            \"r9_8b\": 1,\n            \"r9_8_1a\": 1,\n            \"r9_8_1b\": 1,\n            \"r9_8_1c\": 1,\n            \"r9_8_2\": 1,\n            \"r9_9a\": 1,\n            \"r9_9b\": 1,\n            \"r9_9c\": 1,\n            \"r9_9_1a\": 1,\n            \"r9_9_1b\": 1,\n            \"r9_9_1c\": 1,\n            \"r9_9_2a\": 1,\n            \"r9_9_2b\": 1,\n            \"r9_9_3a\": 1,\n            \"r9_9_3b\": 1,\n            \"r9_10\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_twelve\": {\n            \"id\": null,\n            \"saq_req12_id\": null,\n            \"saq_req12_type\": \"Saq::SaqA\",\n            \"r12_1\": 1,\n            \"r12_1_1\": 1,\n            \"r12_2a\": 1,\n            \"r12_2b\": 1,\n            \"r12_2c\": 1,\n            \"r12_3_1\": 1,\n            \"r12_3_2\": 1,\n            \"r12_3_3\": 1,\n            \"r12_3_4\": 1,\n            \"r12_3_5\": 1,\n            \"r12_3_6\": 1,\n            \"r12_3_7\": 1,\n            \"r12_3_8\": 1,\n            \"r12_3_9\": 1,\n            \"r12_3_10\": 1,\n            \"r12_3_10a\": 1,\n            \"r12_3_10b\": 1,\n            \"r12_4\": 1,\n            \"r12_4_1a\": 1,\n            \"r12_4_1b\": 1,\n            \"r12_5a\": 1,\n            \"r12_5b_1\": 1,\n            \"r12_5b_2\": 1,\n            \"r12_5b_3\": 1,\n            \"r12_5b_4\": 1,\n            \"r12_5b_5\": 1,\n            \"r12_6a\": 1,\n            \"r12_6b_1a\": 1,\n            \"r12_6b_1b\": 1,\n            \"r12_6b_1c\": 1,\n            \"r12_6_2\": 1,\n            \"r12_7\": 1,\n            \"r12_8_1\": 1,\n            \"r12_8_2\": 1,\n            \"r12_8_3\": 1,\n            \"r12_8_4\": 1,\n            \"r12_8_5\": 1,\n            \"r12_9\": 1,\n            \"r12_10_1a\": 1,\n            \"r12_10_1b_1\": 1,\n            \"r12_10_1b_2\": 1,\n            \"r12_10_1b_3\": 1,\n            \"r12_10_1b_4\": 1,\n            \"r12_10_1b_5\": 1,\n            \"r12_10_1b_6\": 1,\n            \"r12_10_1b_7\": 1,\n            \"r12_10_2\": 1,\n            \"r12_10_3\": 1,\n            \"r12_10_4\": 1,\n            \"r12_10_5\": 1,\n            \"r12_10_6\": 1,\n            \"r12_11a\": 1,\n            \"r12_11b\": 1,\n            \"r12_11_1\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part2_part_two_a\": {\n            \"id\": null,\n            \"saq_part2a_id\": null,\n            \"saq_part2a_type\": \"Saq::SaqA\",\n            \"p2a_0\": null,\n            \"p2a_1\": 0,\n            \"p2a_2\": 0,\n            \"p2a_3\": 0,\n            \"p2a_4\": 0,\n            \"p2a_5\": 0,\n            \"p2a_6\": 0,\n            \"p2a_7\": 0,\n            \"p2a_7t\": null,\n            \"p2a_8\": 0,\n            \"p2a_9\": 0,\n            \"p2a_10\": 0,\n            \"p2a_11\": 0,\n            \"p2a_12\": 0,\n            \"p2a_13\": 0,\n            \"p2a_14\": 0,\n            \"p2a_15\": 0,\n            \"p2a_15t\": null,\n            \"p2a_16\": 0,\n            \"p2a_16t\": null,\n            \"p2a_17\": 0,\n            \"p2a_18\": 0,\n            \"p2a_19\": 0,\n            \"p2a_20\": 0,\n            \"p2a_21\": 0,\n            \"p2a_21t\": null,\n            \"p2a_22\": 0,\n            \"p2a_23\": 0,\n            \"p2a_24\": 0,\n            \"p2a_25\": 0,\n            \"p2a_26\": 0,\n            \"p2a_27\": 0,\n            \"p2a_28\": 0,\n            \"p2a_29\": 0,\n            \"p2a_30\": 0,\n            \"p2a_31\": 0,\n            \"p2a_32\": 0,\n            \"p2a_33\": 0,\n            \"p2a_34\": 0,\n            \"p2a_35\": 0,\n            \"p2a_35t\": null,\n            \"p2a_36\": null,\n            \"p2a_37\": 0,\n            \"p2a_38\": 0,\n            \"p2a_39\": 0,\n            \"p2a_40\": 0,\n            \"p2a_41\": 0,\n            \"p2a_42\": 0,\n            \"p2a_43\": 0,\n            \"p2a_44\": 0,\n            \"p2a_45\": 0,\n            \"p2a_46\": 0,\n            \"p2a_47\": 0,\n            \"p2a_48\": 0,\n            \"p2a_49\": 0,\n            \"p2a_50\": 0,\n            \"p2a_50t\": null,\n            \"p2a_51\": 0,\n            \"p2a_51t\": null,\n            \"p2a_52\": 0,\n            \"p2a_53\": 0,\n            \"p2a_54\": 0,\n            \"p2a_55\": 0,\n            \"p2a_56\": 0,\n            \"p2a_56t\": null,\n            \"p2a_57\": 0,\n            \"p2a_58\": 0,\n            \"p2a_59\": 0,\n            \"p2a_60\": 0,\n            \"p2a_61\": 0,\n            \"p2a_62\": 0,\n            \"p2a_63\": 0,\n            \"p2a_64\": 0,\n            \"p2a_65\": 0,\n            \"p2a_66\": 0,\n            \"p2a_67\": 0,\n            \"p2a_68\": 0,\n            \"p2a_69\": 0,\n            \"p2a_70\": 0,\n            \"p2a_70t\": null,\n            \"p2a_71\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part2_part_two_g\": {\n            \"id\": null,\n            \"saq_part2g_id\": null,\n            \"saq_part2g_type\": \"Saq::SaqA\",\n            \"p2g_1\": null,\n            \"p2g_2\": null,\n            \"p2g_3\": null,\n            \"p2g_4\": null,\n            \"p2g_5\": null,\n            \"p2g_6\": null,\n            \"p2g_7\": null,\n            \"p2g_8\": null,\n            \"p2g_9\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part2_part_two_other\": {\n            \"id\": null,\n            \"saq_part2_other_id\": null,\n            \"saq_part2_other_type\": \"Saq::SaqA\",\n            \"p2b_1\": null,\n            \"p2b_2\": null,\n            \"p2c_1a\": null,\n            \"p2c_1b\": null,\n            \"p2c_1c\": null,\n            \"p2c_2a\": null,\n            \"p2c_2b\": null,\n            \"p2c_2c\": null,\n            \"p2c_3a\": null,\n            \"p2c_3b\": null,\n            \"p2c_3c\": null,\n            \"p2c_4a\": null,\n            \"p2c_4b\": null,\n            \"p2c_4c\": null,\n            \"p2c_5a\": null,\n            \"p2c_5b\": null,\n            \"p2c_5c\": null,\n            \"p2c_6a\": null,\n            \"p2c_6b\": null,\n            \"p2c_6c\": null,\n            \"p2d_0\": false,\n            \"p2d_1\": null,\n            \"p2d_2\": null,\n            \"p2d_3\": null,\n            \"p2d_4\": null,\n            \"p2d_2a\": null,\n            \"p2d_2b\": null,\n            \"p2d_2c\": null,\n            \"p2d_2d\": false,\n            \"p2d_2e\": null,\n            \"p2d_3a\": null,\n            \"p2d_3b\": null,\n            \"p2d_3c\": null,\n            \"p2d_3d\": false,\n            \"p2d_3e\": null,\n            \"p2d_4a\": null,\n            \"p2d_4b\": null,\n            \"p2d_4c\": null,\n            \"p2d_4d\": false,\n            \"p2d_4e\": null,\n            \"p2e_1\": null,\n            \"p2e_2\": false,\n            \"p2f_name_qir_company\": null,\n            \"p2f_qir_individual_name\": null,\n            \"p2f_dsp\": null,\n            \"p2f_1\": false,\n            \"p2f_2\": false,\n            \"p2f_1a\": null,\n            \"p2f_1b\": null,\n            \"p2f_2a\": null,\n            \"p2f_2b\": null,\n            \"p2f_3a\": null,\n            \"p2f_3b\": null,\n            \"p2f_4a\": null,\n            \"p2f_4b\": null,\n            \"p2f_5a\": null,\n            \"p2f_5b\": null,\n            \"p2f_6a\": null,\n            \"p2f_6b\": null,\n            \"p2f_7a\": null,\n            \"p2f_7b\": null,\n            \"p2f_8a\": null,\n            \"p2f_8b\": null,\n            \"p2f_9a\": null,\n            \"p2f_9b\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part3_part_three\": {\n            \"id\": null,\n            \"saq_part3_id\": null,\n            \"saq_part3_type\": \"Saq::SaqA\",\n            \"p3_1\": 0,\n            \"p3_2d\": null,\n            \"p3_3_1a\": null,\n            \"p3_3_1b\": null,\n            \"p3_3_2a\": null,\n            \"p3_3_2b\": null,\n            \"p3a_1\": false,\n            \"p3a_2\": false,\n            \"p3a_3\": false,\n            \"p3a_4\": false,\n            \"p3a_5\": false,\n            \"p3a_6\": false,\n            \"p3a_7\": false,\n            \"p3b_meon\": null,\n            \"p3b_t\": null,\n            \"p3b_d\": null,\n            \"p3c_r\": null,\n            \"p3c_qsan\": null,\n            \"p3c_c\": null,\n            \"p3c_d\": null,\n            \"p3d_r\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part4_part_four\": {\n            \"id\": null,\n            \"saq_part4_id\": null,\n            \"saq_part4_type\": \"Saq::SaqA\",\n            \"p4_1\": true,\n            \"p4_1a\": null,\n            \"p4_2\": true,\n            \"p4_2a\": null,\n            \"p4_3\": true,\n            \"p4_3a\": null,\n            \"p4_4\": true,\n            \"p4_4a\": null,\n            \"p4_5\": true,\n            \"p4_5a\": null,\n            \"p4_6\": true,\n            \"p4_6a\": null,\n            \"p4_7\": true,\n            \"p4_7a\": null,\n            \"p4_8\": true,\n            \"p4_8a\": null,\n            \"p4_9\": true,\n            \"p4_9a\": null,\n            \"p4_10\": true,\n            \"p4_10a\": null,\n            \"p4_11\": true,\n            \"p4_11a\": null,\n            \"p4_12\": true,\n            \"p4_12a\": null,\n            \"p4_13\": true,\n            \"p4_13a\": null,\n            \"p4_14\": true,\n            \"p4_14a\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_appendices_appendix_b\": {\n            \"id\": null,\n            \"saq_app_b_id\": null,\n            \"saq_app_b_type\": \"Saq::SaqA\",\n            \"ab_0\": null,\n            \"ab_1\": null,\n            \"ab_2\": null,\n            \"ab_3\": null,\n            \"ab_4\": null,\n            \"ab_5\": null,\n            \"ab_6\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_appendices_appendix_c\": {\n            \"id\": null,\n            \"saq_app_c_id\": null,\n            \"saq_app_c_type\": \"Saq::SaqA\",\n            \"ac_1a\": null,\n            \"ac_1b\": null,\n            \"ac_2a\": null,\n            \"ac_2b\": null,\n            \"ac_3a\": null,\n            \"ac_3b\": null,\n            \"ac_4a\": null,\n            \"ac_4b\": null,\n            \"ac_5a\": null,\n            \"ac_5b\": null,\n            \"ac_6a\": null,\n            \"ac_6b\": null,\n            \"ac_7a\": null,\n            \"ac_7b\": null,\n            \"ac_8a\": null,\n            \"ac_8b\": null,\n            \"ac_9a\": null,\n            \"ac_9b\": null,\n            \"ac_10a\": null,\n            \"ac_10b\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_form_core\": {\n            \"id\": null,\n            \"saq_id\": null,\n            \"saq_key\": null,\n            \"company_name_1a\": null,\n            \"contact_name_1a\": null,\n            \"isa_name_1a\": null,\n            \"telephone_1a\": null,\n            \"business_address_1a\": null,\n            \"state_1a\": null,\n            \"zip_1a\": null,\n            \"dba_1a\": null,\n            \"title_1a\": null,\n            \"title2_1a\": null,\n            \"email_1a\": null,\n            \"city_1a\": null,\n            \"country_1a\": null,\n            \"url_1a\": null,\n            \"company_name_1b\": null,\n            \"lead_qsa_contact_name_1b\": null,\n            \"telephone_1b\": null,\n            \"business_address_1b\": null,\n            \"state_1b\": null,\n            \"zip_1b\": null,\n            \"title_1b\": null,\n            \"email_1b\": null,\n            \"city_1b\": null,\n            \"country_1b\": null,\n            \"url_1b\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        }\n    }\n}"},{"id":"27c5b708-0807-498d-99c2-22627ff041a6","name":"B Template","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3005/api/saq/templates/:type","protocol":"http","host":["localhost"],"port":"3005","path":["api","saq","templates",":type"],"variable":[{"key":"type","value":"B","description":"Available types: A, A-EP, B, B-IP, C, C-VT, D-ME, D-SP, PTWOPE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"ALLOWWALL"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-store, must-revalidate, private, max-age=0"},{"key":"Set-Cookie","value":"_cg_pciscan_session=VEdoZ0dMelUyd2l5WkFsM0lYQXRjKzNocUw1RTlUdHZrUGhaVk80YllRWVlBb2VmWkd2VnRRdnBXQk1oQkoxY3RQeWdDazJJZkpQZGdqOVh3ZEtYT1B6ZDNwNkZyNEpqMjB6di9HK25vQUI5Q1Bvak9FSnpqeS95OFBiOHZtaHNiZHhsaUIzVTlDbndjUTl3NVlsVEJ3PT0tLXRzdXNTd3pFOFp4TG1lNmwycE53ZEE9PQ%3D%3D--a3d91bddf8b923df7feed7921323b81dbdb65d94; path=/; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"__profilin=p%3Dt; path=/"},{"key":"X-Meta-Request-Version","value":"0.3.4"},{"key":"X-Request-Id","value":"dbd53191-cb84-48b1-8e68-74254ca8c093"},{"key":"X-Runtime","value":"0.428744"},{"key":"X-MiniProfiler-Original-Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-MiniProfiler-Ids","value":"[\"cukiq3o5ooiybz5x2wrn\",\"t4fnzw05uca9ivwg6re5\",\"zu0r3ex206j8v0nsb8le\",\"r476wmrqvqacx1n8evw6\",\"yrti7mvmt6jn3fj5w5bd\"]"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": null,\n        \"created_at\": null,\n        \"updated_at\": null,\n        \"saq\": {\n            \"id\": null,\n            \"saq_form_id\": null,\n            \"saq_form_type\": \"Saq::SaqB\",\n            \"saq_name\": null,\n            \"user_id\": null,\n            \"username\": null,\n            \"expiration_date\": null,\n            \"date_completed\": null,\n            \"created_at\": null,\n            \"updated_at\": null,\n            \"oid\": null,\n            \"organization_id\": null,\n            \"organization_name\": null\n        },\n        \"saq_requirements_requirement_three\": {\n            \"id\": null,\n            \"saq_req3_id\": null,\n            \"saq_req3_type\": \"Saq::SaqB\",\n            \"r3_1a\": 1,\n            \"r3_1b\": 1,\n            \"r3_1c\": 1,\n            \"r3_1d\": 1,\n            \"r3_1e\": 1,\n            \"r3_2a\": 1,\n            \"r3_2b\": 1,\n            \"r3_2c\": 1,\n            \"r3_2d\": 1,\n            \"r3_2_1\": 1,\n            \"r3_2_2\": 1,\n            \"r3_2_3\": 1,\n            \"r3_3\": 1,\n            \"r3_4\": 1,\n            \"r3_4_1a\": 1,\n            \"r3_4_1b\": 1,\n            \"r3_4_1c\": 1,\n            \"r3_5_1\": 1,\n            \"r3_5_2\": 1,\n            \"r3_5_3\": 1,\n            \"r3_5_4\": 1,\n            \"r3_6a\": 1,\n            \"r3_6b\": 1,\n            \"r3_6c\": 1,\n            \"r3_6_1\": 1,\n            \"r3_6_2\": 1,\n            \"r3_6_3\": 1,\n            \"r3_6_4\": 1,\n            \"r3_6_5a\": 1,\n            \"r3_6_5b\": 1,\n            \"r3_6_5c\": 1,\n            \"r3_6_6\": 1,\n            \"r3_6_7\": 1,\n            \"r3_6_8\": 1,\n            \"r3_7\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_four\": {\n            \"id\": null,\n            \"saq_req4_id\": null,\n            \"saq_req4_type\": \"Saq::SaqB\",\n            \"r4_1a\": 1,\n            \"r4_1b\": 1,\n            \"r4_1c\": 1,\n            \"r4_1d\": 1,\n            \"r4_1e\": 1,\n            \"r4_1f\": 1,\n            \"r4_1g\": 1,\n            \"r4_1_1\": 1,\n            \"r4_2a\": 1,\n            \"r4_2b\": 1,\n            \"r4_3\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_seven\": {\n            \"id\": null,\n            \"saq_req7_id\": null,\n            \"saq_req7_type\": \"Saq::SaqB\",\n            \"r7_1\": 1,\n            \"r7_1_1\": 1,\n            \"r7_1_2\": 1,\n            \"r7_1_3\": 1,\n            \"r7_1_4\": 1,\n            \"r7_2_1\": 1,\n            \"r7_2_2\": 1,\n            \"r7_2_3\": 1,\n            \"r7_3\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_nine\": {\n            \"id\": null,\n            \"saq_req9_id\": null,\n            \"saq_req9_type\": \"Saq::SaqB\",\n            \"r9_1\": 1,\n            \"r9_1_1a\": 1,\n            \"r9_1_1b\": 1,\n            \"r9_1_1c\": 1,\n            \"r9_1_1d\": 1,\n            \"r9_1_2\": 1,\n            \"r9_1_3\": 1,\n            \"r9_2a\": 1,\n            \"r9_2b\": 1,\n            \"r9_2c\": 1,\n            \"r9_3\": 1,\n            \"r9_4_1\": 1,\n            \"r9_4_2a\": 1,\n            \"r9_4_2b\": 1,\n            \"r9_4_3\": 1,\n            \"r9_4_4a\": 1,\n            \"r9_4_4b\": 1,\n            \"r9_4_4c\": 1,\n            \"r9_5\": 1,\n            \"r9_5_1a\": 1,\n            \"r9_5_1b\": 1,\n            \"r9_6a\": 1,\n            \"r9_6_1\": 1,\n            \"r9_6_2\": 1,\n            \"r9_6_3\": 1,\n            \"r9_7\": 1,\n            \"r9_7_1a\": 1,\n            \"r9_7_1b\": 1,\n            \"r9_8a\": 1,\n            \"r9_8b\": 1,\n            \"r9_8_1a\": 1,\n            \"r9_8_1b\": 1,\n            \"r9_8_1c\": 1,\n            \"r9_8_2\": 1,\n            \"r9_9a\": 1,\n            \"r9_9b\": 1,\n            \"r9_9c\": 1,\n            \"r9_9_1a\": 1,\n            \"r9_9_1b\": 1,\n            \"r9_9_1c\": 1,\n            \"r9_9_2a\": 1,\n            \"r9_9_2b\": 1,\n            \"r9_9_3a\": 1,\n            \"r9_9_3b\": 1,\n            \"r9_10\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_requirements_requirement_twelve\": {\n            \"id\": null,\n            \"saq_req12_id\": null,\n            \"saq_req12_type\": \"Saq::SaqB\",\n            \"r12_1\": 1,\n            \"r12_1_1\": 1,\n            \"r12_2a\": 1,\n            \"r12_2b\": 1,\n            \"r12_2c\": 1,\n            \"r12_3_1\": 1,\n            \"r12_3_2\": 1,\n            \"r12_3_3\": 1,\n            \"r12_3_4\": 1,\n            \"r12_3_5\": 1,\n            \"r12_3_6\": 1,\n            \"r12_3_7\": 1,\n            \"r12_3_8\": 1,\n            \"r12_3_9\": 1,\n            \"r12_3_10\": 1,\n            \"r12_3_10a\": 1,\n            \"r12_3_10b\": 1,\n            \"r12_4\": 1,\n            \"r12_4_1a\": 1,\n            \"r12_4_1b\": 1,\n            \"r12_5a\": 1,\n            \"r12_5b_1\": 1,\n            \"r12_5b_2\": 1,\n            \"r12_5b_3\": 1,\n            \"r12_5b_4\": 1,\n            \"r12_5b_5\": 1,\n            \"r12_6a\": 1,\n            \"r12_6b_1a\": 1,\n            \"r12_6b_1b\": 1,\n            \"r12_6b_1c\": 1,\n            \"r12_6_2\": 1,\n            \"r12_7\": 1,\n            \"r12_8_1\": 1,\n            \"r12_8_2\": 1,\n            \"r12_8_3\": 1,\n            \"r12_8_4\": 1,\n            \"r12_8_5\": 1,\n            \"r12_9\": 1,\n            \"r12_10_1a\": 1,\n            \"r12_10_1b_1\": 1,\n            \"r12_10_1b_2\": 1,\n            \"r12_10_1b_3\": 1,\n            \"r12_10_1b_4\": 1,\n            \"r12_10_1b_5\": 1,\n            \"r12_10_1b_6\": 1,\n            \"r12_10_1b_7\": 1,\n            \"r12_10_2\": 1,\n            \"r12_10_3\": 1,\n            \"r12_10_4\": 1,\n            \"r12_10_5\": 1,\n            \"r12_10_6\": 1,\n            \"r12_11a\": 1,\n            \"r12_11b\": 1,\n            \"r12_11_1\": 1,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part2_part_two_a\": {\n            \"id\": null,\n            \"saq_part2a_id\": null,\n            \"saq_part2a_type\": \"Saq::SaqB\",\n            \"p2a_0\": null,\n            \"p2a_1\": 0,\n            \"p2a_2\": 0,\n            \"p2a_3\": 0,\n            \"p2a_4\": 0,\n            \"p2a_5\": 0,\n            \"p2a_6\": 0,\n            \"p2a_7\": 0,\n            \"p2a_7t\": null,\n            \"p2a_8\": 0,\n            \"p2a_9\": 0,\n            \"p2a_10\": 0,\n            \"p2a_11\": 0,\n            \"p2a_12\": 0,\n            \"p2a_13\": 0,\n            \"p2a_14\": 0,\n            \"p2a_15\": 0,\n            \"p2a_15t\": null,\n            \"p2a_16\": 0,\n            \"p2a_16t\": null,\n            \"p2a_17\": 0,\n            \"p2a_18\": 0,\n            \"p2a_19\": 0,\n            \"p2a_20\": 0,\n            \"p2a_21\": 0,\n            \"p2a_21t\": null,\n            \"p2a_22\": 0,\n            \"p2a_23\": 0,\n            \"p2a_24\": 0,\n            \"p2a_25\": 0,\n            \"p2a_26\": 0,\n            \"p2a_27\": 0,\n            \"p2a_28\": 0,\n            \"p2a_29\": 0,\n            \"p2a_30\": 0,\n            \"p2a_31\": 0,\n            \"p2a_32\": 0,\n            \"p2a_33\": 0,\n            \"p2a_34\": 0,\n            \"p2a_35\": 0,\n            \"p2a_35t\": null,\n            \"p2a_36\": null,\n            \"p2a_37\": 0,\n            \"p2a_38\": 0,\n            \"p2a_39\": 0,\n            \"p2a_40\": 0,\n            \"p2a_41\": 0,\n            \"p2a_42\": 0,\n            \"p2a_43\": 0,\n            \"p2a_44\": 0,\n            \"p2a_45\": 0,\n            \"p2a_46\": 0,\n            \"p2a_47\": 0,\n            \"p2a_48\": 0,\n            \"p2a_49\": 0,\n            \"p2a_50\": 0,\n            \"p2a_50t\": null,\n            \"p2a_51\": 0,\n            \"p2a_51t\": null,\n            \"p2a_52\": 0,\n            \"p2a_53\": 0,\n            \"p2a_54\": 0,\n            \"p2a_55\": 0,\n            \"p2a_56\": 0,\n            \"p2a_56t\": null,\n            \"p2a_57\": 0,\n            \"p2a_58\": 0,\n            \"p2a_59\": 0,\n            \"p2a_60\": 0,\n            \"p2a_61\": 0,\n            \"p2a_62\": 0,\n            \"p2a_63\": 0,\n            \"p2a_64\": 0,\n            \"p2a_65\": 0,\n            \"p2a_66\": 0,\n            \"p2a_67\": 0,\n            \"p2a_68\": 0,\n            \"p2a_69\": 0,\n            \"p2a_70\": 0,\n            \"p2a_70t\": null,\n            \"p2a_71\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part2_part_two_g\": {\n            \"id\": null,\n            \"saq_part2g_id\": null,\n            \"saq_part2g_type\": \"Saq::SaqB\",\n            \"p2g_1\": null,\n            \"p2g_2\": null,\n            \"p2g_3\": null,\n            \"p2g_4\": null,\n            \"p2g_5\": null,\n            \"p2g_6\": null,\n            \"p2g_7\": null,\n            \"p2g_8\": null,\n            \"p2g_9\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part2_part_two_other\": {\n            \"id\": null,\n            \"saq_part2_other_id\": null,\n            \"saq_part2_other_type\": \"Saq::SaqB\",\n            \"p2b_1\": null,\n            \"p2b_2\": null,\n            \"p2c_1a\": null,\n            \"p2c_1b\": null,\n            \"p2c_1c\": null,\n            \"p2c_2a\": null,\n            \"p2c_2b\": null,\n            \"p2c_2c\": null,\n            \"p2c_3a\": null,\n            \"p2c_3b\": null,\n            \"p2c_3c\": null,\n            \"p2c_4a\": null,\n            \"p2c_4b\": null,\n            \"p2c_4c\": null,\n            \"p2c_5a\": null,\n            \"p2c_5b\": null,\n            \"p2c_5c\": null,\n            \"p2c_6a\": null,\n            \"p2c_6b\": null,\n            \"p2c_6c\": null,\n            \"p2d_0\": false,\n            \"p2d_1\": null,\n            \"p2d_2\": null,\n            \"p2d_3\": null,\n            \"p2d_4\": null,\n            \"p2d_2a\": null,\n            \"p2d_2b\": null,\n            \"p2d_2c\": null,\n            \"p2d_2d\": false,\n            \"p2d_2e\": null,\n            \"p2d_3a\": null,\n            \"p2d_3b\": null,\n            \"p2d_3c\": null,\n            \"p2d_3d\": false,\n            \"p2d_3e\": null,\n            \"p2d_4a\": null,\n            \"p2d_4b\": null,\n            \"p2d_4c\": null,\n            \"p2d_4d\": false,\n            \"p2d_4e\": null,\n            \"p2e_1\": null,\n            \"p2e_2\": false,\n            \"p2f_name_qir_company\": null,\n            \"p2f_qir_individual_name\": null,\n            \"p2f_dsp\": null,\n            \"p2f_1\": false,\n            \"p2f_2\": false,\n            \"p2f_1a\": null,\n            \"p2f_1b\": null,\n            \"p2f_2a\": null,\n            \"p2f_2b\": null,\n            \"p2f_3a\": null,\n            \"p2f_3b\": null,\n            \"p2f_4a\": null,\n            \"p2f_4b\": null,\n            \"p2f_5a\": null,\n            \"p2f_5b\": null,\n            \"p2f_6a\": null,\n            \"p2f_6b\": null,\n            \"p2f_7a\": null,\n            \"p2f_7b\": null,\n            \"p2f_8a\": null,\n            \"p2f_8b\": null,\n            \"p2f_9a\": null,\n            \"p2f_9b\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part3_part_three\": {\n            \"id\": null,\n            \"saq_part3_id\": null,\n            \"saq_part3_type\": \"Saq::SaqB\",\n            \"p3_1\": 0,\n            \"p3_2d\": null,\n            \"p3_3_1a\": null,\n            \"p3_3_1b\": null,\n            \"p3_3_2a\": null,\n            \"p3_3_2b\": null,\n            \"p3a_1\": false,\n            \"p3a_2\": false,\n            \"p3a_3\": false,\n            \"p3a_4\": false,\n            \"p3a_5\": false,\n            \"p3a_6\": false,\n            \"p3a_7\": false,\n            \"p3b_meon\": null,\n            \"p3b_t\": null,\n            \"p3b_d\": null,\n            \"p3c_r\": null,\n            \"p3c_qsan\": null,\n            \"p3c_c\": null,\n            \"p3c_d\": null,\n            \"p3d_r\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_part4_part_four\": {\n            \"id\": null,\n            \"saq_part4_id\": null,\n            \"saq_part4_type\": \"Saq::SaqB\",\n            \"p4_1\": true,\n            \"p4_1a\": null,\n            \"p4_2\": true,\n            \"p4_2a\": null,\n            \"p4_3\": true,\n            \"p4_3a\": null,\n            \"p4_4\": true,\n            \"p4_4a\": null,\n            \"p4_5\": true,\n            \"p4_5a\": null,\n            \"p4_6\": true,\n            \"p4_6a\": null,\n            \"p4_7\": true,\n            \"p4_7a\": null,\n            \"p4_8\": true,\n            \"p4_8a\": null,\n            \"p4_9\": true,\n            \"p4_9a\": null,\n            \"p4_10\": true,\n            \"p4_10a\": null,\n            \"p4_11\": true,\n            \"p4_11a\": null,\n            \"p4_12\": true,\n            \"p4_12a\": null,\n            \"p4_13\": true,\n            \"p4_13a\": null,\n            \"p4_14\": true,\n            \"p4_14a\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_appendices_appendix_b\": {\n            \"id\": null,\n            \"saq_app_b_id\": null,\n            \"saq_app_b_type\": \"Saq::SaqB\",\n            \"ab_0\": null,\n            \"ab_1\": null,\n            \"ab_2\": null,\n            \"ab_3\": null,\n            \"ab_4\": null,\n            \"ab_5\": null,\n            \"ab_6\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_appendices_appendix_c\": {\n            \"id\": null,\n            \"saq_app_c_id\": null,\n            \"saq_app_c_type\": \"Saq::SaqB\",\n            \"ac_1a\": null,\n            \"ac_1b\": null,\n            \"ac_2a\": null,\n            \"ac_2b\": null,\n            \"ac_3a\": null,\n            \"ac_3b\": null,\n            \"ac_4a\": null,\n            \"ac_4b\": null,\n            \"ac_5a\": null,\n            \"ac_5b\": null,\n            \"ac_6a\": null,\n            \"ac_6b\": null,\n            \"ac_7a\": null,\n            \"ac_7b\": null,\n            \"ac_8a\": null,\n            \"ac_8b\": null,\n            \"ac_9a\": null,\n            \"ac_9b\": null,\n            \"ac_10a\": null,\n            \"ac_10b\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        \"saq_form_core\": {\n            \"id\": null,\n            \"saq_id\": null,\n            \"saq_key\": null,\n            \"company_name_1a\": null,\n            \"contact_name_1a\": null,\n            \"isa_name_1a\": null,\n            \"telephone_1a\": null,\n            \"business_address_1a\": null,\n            \"state_1a\": null,\n            \"zip_1a\": null,\n            \"dba_1a\": null,\n            \"title_1a\": null,\n            \"title2_1a\": null,\n            \"email_1a\": null,\n            \"city_1a\": null,\n            \"country_1a\": null,\n            \"url_1a\": null,\n            \"company_name_1b\": null,\n            \"lead_qsa_contact_name_1b\": null,\n            \"telephone_1b\": null,\n            \"business_address_1b\": null,\n            \"state_1b\": null,\n            \"zip_1b\": null,\n            \"title_1b\": null,\n            \"email_1b\": null,\n            \"city_1b\": null,\n            \"country_1b\": null,\n            \"url_1b\": null,\n            \"created_at\": null,\n            \"updated_at\": null\n        }\n    }\n}"}],"_postman_id":"3246982a-6eaa-4878-b32a-361aaf659ce6"},{"name":"Get a list of available SAQ types","id":"3ab7f544-ce3c-4e76-bd40-604fea0d15e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{api_url}}/v1/saq/types","urlObject":{"path":["v1","saq","types"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ab7f544-ce3c-4e76-bd40-604fea0d15e8"},{"name":"Download SAQ PDF file","id":"56d4f420-9b1b-43cb-ac19-acaae8281c2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{api_url}}/v1/saq/{{saq_id}}.pdf","urlObject":{"path":["v1","saq","{{saq_id}}.pdf"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56d4f420-9b1b-43cb-ac19-acaae8281c2a"}],"id":"31c6c66f-0fc2-483b-8d1f-1150627586f5","description":"<h2 id=\"instructions\">Instructions</h2>\n<h3 id=\"saq-a\">SAQ A</h3>\n<p>Card-not-present merchants (e-commerce or mail/telephone-order), that have fully outsourced all cardholder data functions to PCI DSS compliant third-party service providers, with no electronic storage, processing, or transmission of any cardholder data on the merchant’s systems or premises.</p>\n<p>Not applicable to face-to-face channels.\n<br /></p>\n<h3 id=\"saq-a-ep\">SAQ A-EP</h3>\n<p>E-commerce merchants who outsource all payment processing to PCI DSS validated third parties, and who have a website(s) that doesn't directly receive cardholder data but that can impact the security of the payment transaction. No electronic storage, processing, or transmission of any cardholder data on the merchant's systems or premises</p>\n<p>Applicable only to e-commerce channels.\n<br /></p>\n<h3 id=\"saq-b\">SAQ B</h3>\n<p>Merchants using only:</p>\n<ul>\n<li>Imprint machines with no electronic cardholder data storage; and/or</li>\n<li>Standalone, dial-out terminals with no electronic cardholder data storage.</li>\n</ul>\n<p>Not applicable to e-commerce channels.\n<br /></p>\n<h3 id=\"saq-b-ip\">SAQ B-IP</h3>\n<p>Merchants using only standalone, PTS-approved payment terminals with an IP connection to the payment processor, with no electronic cardholder data storage.</p>\n<p>Not applicable to e-commerce channels.\n<br /></p>\n<h3 id=\"saq-c\">SAQ C</h3>\n<p>Merchants with payment application systems connected to the Internet, no electronic cardholder data storage.</p>\n<p>Not applicable to e-commerce channels\n<br /></p>\n<h3 id=\"saq-c-vt\">SAQ C-VT</h3>\n<p>Merchants who manually enter a single transaction at a time via a keyboard into an Internet-based virtual terminal solution that is provided and hosted by a PCI DSS validated third-party service provider. No electronic cardholder data storage.</p>\n<p>Not applicable to e-commerce channels.\n<br /></p>\n<h3 id=\"saq-d-me\">SAQ D-ME</h3>\n<p>SAQ D for Merchants: All merchants not included in descriptions for the above SAQ types.\n<br /></p>\n<h3 id=\"saq-d-sp\">SAQ D-SP</h3>\n<p>SAQ D for Service Providers: All service providers defined by a payment brand as eligible to complete a SAQ.\n<br /></p>\n<h3 id=\"saq-p2pe\">SAQ P2PE</h3>\n<p>Merchants using only hardware payment terminals that are included in and managed via a validated, PCI SSC-listed P2PE solution, with no electronic cardholder data storage.</p>\n<p>Not applicable to e-commerce channels.</p>\n","event":[{"listen":"prerequest","script":{"id":"f34b637a-999f-4e2c-9c15-c9aa93765a51","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c982f028-3321-4730-9be7-f539daf87602","type":"text/javascript","exec":[""]}}],"_postman_id":"31c6c66f-0fc2-483b-8d1f-1150627586f5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Support Forms","item":[{"name":"Send Support Message","id":"e15765bc-373d-4ad8-aca5-11f8fa63c7e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"support_type","value":"scanning","type":"text","description":"<p>(Required) Available list: saq, scanning</p>\n"},{"key":"message","value":"Test support email","type":"text","description":"<p>(Required)</p>\n"},{"key":"email","value":"","type":"text","description":"<p>(Optional) Default value is user's email</p>\n"}]},"url":"{{api_url}}/v1/support","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","support"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e15765bc-373d-4ad8-aca5-11f8fa63c7e9"}],"id":"0a69aeed-f88c-4858-ac60-7355fe1f6b55","_postman_id":"0a69aeed-f88c-4858-ac60-7355fe1f6b55","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}},{"name":"Preferences","item":[{"name":"Show Application preferences","id":"145c339a-aef1-4c88-9228-1b2109203560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/preferences/application","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","preferences","application"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"0fc4e598-47de-40f5-b8f8-945a14434fc6","name":"OK 200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/preferences/scanner?session_value={{session_value}}","host":["{{api_url}}"],"path":["v1","preferences","scanner"],"query":[{"key":"session_value","value":"{{session_value}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"12200b6d-69ae-4882-b6ed-3c329a8fc63e"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"ETag","value":"W/\"8bed096f2682e325f122e1effea50626\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"0.067950"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Tue, 26 Feb 2019 15:28:58 GMT"},{"key":"Set-Cookie","value":"_osdiscover_session=UmQ0M0JnWU83YUI0N2NyeWRXUDI2VGxLdTFWZWFuVUpEZFh6VXFHNmEwelNnZ0xUMmRQeWZ2NHU4eDBQcVNjOCt1VXNCWlFzYjcvaHQ3Zm5QNE9WV2o2NGVNYktOODlNR3REeFVsZjFvbEtGbzl6RzNaUjN5eElNN2pMWVVuVEUxTEIwcm1FRUZVU0YvT1VxMk5vQ0tFSHV2bFZ1QkFNdnhCbEsxVEVQd0cySWxBZlVpd3lxM3RLcUlCanlDUlUwWUkwSFRMM1JHZjFDV0ppWkQyVSs5NmswUzQ5UXhqbmxmQlNURUxIdlBYVT0tLTFRTVVHczduZDFsTmU1dWtPaDZ4RFE9PQ%3D%3D--60804abde1a3acd814f60763585aac779c89e155; path=/; HttpOnly"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.1"},{"key":"Server","value":"nginx/1.15.8 + Phusion Passenger 6.0.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"modify_targets\": true,\n    \"modify_targets_message\": \"For assistance with changing your Target information, please contact our Security Operations Center (SOC) at: esupport@clone-systems.com\",\n    \"manager_cli\": \"omp\",\n    \"pci_settings\": {\n        \"min_qod\": 55,\n        \"config_uuid\": \"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\n        \"scanner_uuid\": \"d1dd56ad-174a-48f6-bd26-e99142b94236\"\n    },\n    \"vrms_settings\": {\n        \"min_qod\": 70,\n        \"config_uuid\": \"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\n        \"scanner_uuid\": \"d1dd56ad-174a-48f6-bd26-e99142b94236\"\n    },\n    \"penetration_settings\": {\n        \"min_qod\": 30,\n        \"config_uuid\": \"62a96632-e7c2-4dd5-85eb-926404578cb4\",\n        \"scanner_uuid\": \"0c39713b-4e67-44a9-90c7-5e0f32163674\"\n    }\n}"}],"_postman_id":"145c339a-aef1-4c88-9228-1b2109203560"},{"name":"Show Application preferences Copy","id":"73c6f93c-6556-4c41-9286-52d8e64ab68e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/v1/preferences/application","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","preferences","application"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"dafa352f-1152-4615-af4d-bb5422b2916e","name":"OK 200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/v1/preferences/scanner?session_value={{session_value}}","host":["{{api_url}}"],"path":["v1","preferences","scanner"],"query":[{"key":"session_value","value":"{{session_value}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Vary","value":"Origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Request-Id","value":"12200b6d-69ae-4882-b6ed-3c329a8fc63e"},{"key":"X-Meta-Request-Version","value":"0.6.0"},{"key":"ETag","value":"W/\"8bed096f2682e325f122e1effea50626\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Runtime","value":"0.067950"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Tue, 26 Feb 2019 15:28:58 GMT"},{"key":"Set-Cookie","value":"_osdiscover_session=UmQ0M0JnWU83YUI0N2NyeWRXUDI2VGxLdTFWZWFuVUpEZFh6VXFHNmEwelNnZ0xUMmRQeWZ2NHU4eDBQcVNjOCt1VXNCWlFzYjcvaHQ3Zm5QNE9WV2o2NGVNYktOODlNR3REeFVsZjFvbEtGbzl6RzNaUjN5eElNN2pMWVVuVEUxTEIwcm1FRUZVU0YvT1VxMk5vQ0tFSHV2bFZ1QkFNdnhCbEsxVEVQd0cySWxBZlVpd3lxM3RLcUlCanlDUlUwWUkwSFRMM1JHZjFDV0ppWkQyVSs5NmswUzQ5UXhqbmxmQlNURUxIdlBYVT0tLTFRTVVHczduZDFsTmU1dWtPaDZ4RFE9PQ%3D%3D--60804abde1a3acd814f60763585aac779c89e155; path=/; HttpOnly"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.1"},{"key":"Server","value":"nginx/1.15.8 + Phusion Passenger 6.0.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"modify_targets\": true,\n    \"modify_targets_message\": \"For assistance with changing your Target information, please contact our Security Operations Center (SOC) at: esupport@clone-systems.com\",\n    \"manager_cli\": \"omp\",\n    \"pci_settings\": {\n        \"min_qod\": 55,\n        \"config_uuid\": \"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\n        \"scanner_uuid\": \"d1dd56ad-174a-48f6-bd26-e99142b94236\"\n    },\n    \"vrms_settings\": {\n        \"min_qod\": 70,\n        \"config_uuid\": \"30cc265e-cb06-4a56-b76f-aae45eb4e07c\",\n        \"scanner_uuid\": \"d1dd56ad-174a-48f6-bd26-e99142b94236\"\n    },\n    \"penetration_settings\": {\n        \"min_qod\": 30,\n        \"config_uuid\": \"62a96632-e7c2-4dd5-85eb-926404578cb4\",\n        \"scanner_uuid\": \"0c39713b-4e67-44a9-90c7-5e0f32163674\"\n    }\n}"}],"_postman_id":"73c6f93c-6556-4c41-9286-52d8e64ab68e"},{"name":"Update Application preferences","id":"6678015b-ad94-4c62-a6f9-c54184900562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{api_url}}/v1/preferences/application?locale=en&products[pci]=true&products[vrms]=false&products[penetration]=false&internals[vrms][enabled]=false&internals[penetration][enabled]=true&schedules[daily]=true&schedules[weekly]=true&schedules[monthly]=true&schedules[enabled]=true&two_factor_auth[enabled]=false&two_factor_auth[twilio_app_key]&support[enabled]=true&support[saq_support_email]=essuport@clone-systems.com&support[scanning_support_email]=esupport@clone-systems.com","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}},"urlObject":{"path":["v1","preferences","application"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>[String] Accepts: en|ru</p>\n","type":"text/plain"},"key":"locale","value":"en"},{"description":{"content":"<p>[Boolean]</p>\n","type":"text/plain"},"key":"products[pci]","value":"true"},{"description":{"content":"<p>[Boolean]</p>\n","type":"text/plain"},"key":"products[vrms]","value":"false"},{"description":{"content":"<p>[Boolean]</p>\n","type":"text/plain"},"key":"products[penetration]","value":"false"},{"description":{"content":"<p>[Boolean] Default False</p>\n","type":"text/plain"},"key":"internals[vrms][enabled]","value":"false"},{"description":{"content":"<p>[Boolean] Default False</p>\n","type":"text/plain"},"key":"internals[penetration][enabled]","value":"true"},{"description":{"content":"<p>[Boolean] Default true</p>\n","type":"text/plain"},"key":"schedules[daily]","value":"true"},{"description":{"content":"<p>[Boolean] Default true</p>\n","type":"text/plain"},"key":"schedules[weekly]","value":"true"},{"description":{"content":"<p>[Boolean] Default true</p>\n","type":"text/plain"},"key":"schedules[monthly]","value":"true"},{"description":{"content":"<p>[Boolean] Default true</p>\n","type":"text/plain"},"key":"schedules[enabled]","value":"true"},{"description":{"content":"<p>[Boolean] Default true</p>\n","type":"text/plain"},"key":"two_factor_auth[enabled]","value":"false"},{"description":{"content":"<p>The API key from the Twilio service</p>\n","type":"text/plain"},"key":"two_factor_auth[twilio_app_key]","value":null},{"key":"support[enabled]","value":"true"},{"key":"support[saq_support_email]","value":"essuport@clone-systems.com"},{"key":"support[scanning_support_email]","value":"esupport@clone-systems.com"}],"variable":[]}},"response":[],"_postman_id":"6678015b-ad94-4c62-a6f9-c54184900562"}],"id":"24586bab-9338-446b-886e-9d9129a46cc8","_postman_id":"24586bab-9338-446b-886e-9d9129a46cc8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"6ac87e63-d70e-453b-bf12-3816a069504a","id":"6ac87e63-d70e-453b-bf12-3816a069504a","name":"[Public] Security Scanning API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"60a10290-d56b-48b8-af2b-345c67269fde","type":"text/javascript","exec":["// Adds x-api-key in every request","//pm.request.headers.add({ key: 'x-api-key', value: \"{{api_auth}}\" })"]}},{"listen":"test","script":{"id":"7559c33e-831e-455d-8dd3-fb77cf5531cb","type":"text/javascript","exec":[""]}}]}