{"info":{"_postman_id":"c0d01ab8-5f6e-4d3d-beca-15dd6d9ae466","name":"beSECURE API Documentation","description":"<html><head></head><body><p>Welcome to the documentation for Beyond Security's beSECURE API!</p>\n<p>The API makes use of standard HTTP methods (GET \\ POST), to perform the same actions that are available in the Web consule UI, through the use of dedicated endpoints.<br>For example, you can use the API to create scans, generate reports, perform administrative and management tasks, etc.  </p>\n<p><strong>Authentication:</strong><br>Access to the API is done by an API key.<br>Beyond Security will issue your API keys when you sign on as a new customer.<br>Each person who will be using the system receives a pre-configured account (login), as well as a personalized API key tied to that account, which uses the same permissions.</p>\n<p><em>Note:</em><br>if one person performs actions using another person’s API key, the results of those actions will appear under the account tied to that API key.<br>The person who originally performed the action may not see the results of their actions in their own account, depending on their permissions.</p>\n<p><strong>Support:</strong><br>For more information, you may wish to consult the <a href=\"https://cloud2.beyondsecurity.com/?primary=help\">help documentation</a>.<br>If you need further assistance, please contact Technical Support at <a href=\"mailto:support@beyondsecurity.com\">support@beyondsecurity.com</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5572290","collectionId":"c0d01ab8-5f6e-4d3d-beca-15dd6d9ae466","publishedId":"SVtSVUmd","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-10-07T11:30:21.000Z"},"item":[{"name":"Guidelines and Examples","item":[{"name":"Examples","item":[{"name":"Get the ID of an Organization","id":"715776fb-ab06-4e04-857d-48b1c9ffef18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The primary endpoint.</p>\n","type":"text"},{"key":"secondary","value":"enterprises","description":"<p>The secondary endpoint.</p>\n","type":"text"},{"key":"action","value":"returnenterprises","description":"<p>The action to be performed.</p>\n","type":"text"},{"key":"search_name","value":"{{ORGANIZATION_NAME}}","description":"<p>The provided search query (string).</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API to be used for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retuns the details of an organization, including it's ID.<br />In this example, we're also providing a search query - the organization's name.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"715776fb-ab06-4e04-857d-48b1c9ffef18"},{"name":"Get a Scanner/LSS ID","id":"1f4cf67f-f60f-4dd5-a618-4b3dae2dd9ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>Primary endpoint.</p>\n","type":"text"},{"key":"secondary","value":"scanners","description":"<p>Secondary endpoint.</p>\n","type":"text"},{"key":"action","value":"returnscanners","description":"<p>The action to be performed.</p>\n","type":"text"},{"key":"search_name","value":"{{LSS_NAME}}","description":"<p>A seqrch query (as a string).</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>API key for authorization</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retuns details of the Scanner(s).<br />In this example, we're also providing a search query - the scanner's name.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f4cf67f-f60f-4dd5-a618-4b3dae2dd9ae"},{"name":"Get a list (array) of all contacts","id":"8d561562-335c-4e83-bac0-09e93a0e2f96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>Primary end point.</p>\n","type":"text"},{"key":"secondary","value":"contacts","description":"<p>Secondary endpoint.</p>\n","type":"text"},{"key":"action","value":"returncontactsarray","description":"<p>The action to be performed.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>An API key for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retuns the a list of contacts (as an array).<br />This can be used, to get the ID of the organization's contact person.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d561562-335c-4e83-bac0-09e93a0e2f96"},{"name":"Create a Scan (\"quick add\")","id":"20bac61a-d6f3-460f-abb1-f84296bc268a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The secondary endpoint.</p>\n","key":"secondary","type":"text","value":"networks"},{"description":"<p>The action to be performed.</p>\n","key":"action","type":"text","value":"quickadd"},{"description":"<p>An API key for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"network_ping","type":"text","value":"yes"},{"description":"<p>A name to be given to the scan</p>\n","key":"network_name","type":"text","value":"{{network_name}}"},{"description":"<p>FQDN, single IP or IP range</p>\n","key":"network_range","type":"text","value":"{{network_range}}"},{"description":"<p>An organization ID</p>\n","key":"network_parent","type":"text","value":"{{network_parent}}"},{"description":"<p>An LSS ID</p>\n","key":"network_scanner","type":"text","value":"{{network_scanner}}"},{"description":"<p>Should a webscan be created automatically (Yes, No)</p>\n","key":"quickadd_webscan","type":"text","value":"yes"},{"description":"<p>A contact person ID</p>\n","key":"contact","type":"text","value":"{{contact}}"},{"key":"notifications_scanstarted","type":"text","value":"yes"},{"key":"notifications_scancompleted","type":"text","value":"yes"},{"key":"notifications_scanchanges","type":"text","value":"yes"},{"description":"<p>The scan routine type (daily, weekly or monthly)</p>\n","key":"network_routine","type":"text","value":"{{network_routine}}"},{"key":"routine_daily","type":"text","value":"1"},{"key":"routine_weekly_d","type":"text","value":"1"},{"key":"routine_monthly","type":"text","value":"1"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Creates a new scan, using the \"quickadd\" action</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"da032000-20a6-4d22-afc0-04165ed913d7","name":"Create New Scan (\"quick add\")","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","type":"text","description":"The primary endpoint"},{"key":"secondary","value":"networks","type":"text","description":"The secondary endpoint."},{"key":"action","value":"quickadd","type":"text","description":"The action to be performed."},{"key":"apikey","value":"{{apikey}}","type":"text","description":"An API key for authorization."},{"key":"network_ping","value":"yes","type":"text"},{"key":"network_name","value":"{{network_name}}","type":"text","description":"A name to be given to the scan"},{"key":"network_range","value":"{{network_range}}","type":"text","description":"FQDN, single IP or IP range"},{"key":"network_parent","value":"{{network_parent}}","type":"text","description":"An organization ID"},{"key":"network_scanner","value":"{{network_scanner}}","type":"text","description":"An LSS ID"},{"key":"quickadd_webscan","value":"yes","type":"text","description":"Should a webscan be created automatically (Yes, No)"},{"key":"contact","value":"{{contact}}","type":"text","description":"A contact person ID"},{"key":"notifications_scanstarted","value":"yes","type":"text"},{"key":"notifications_scancompleted","value":"yes","type":"text"},{"key":"notifications_scanchanges","value":"yes","type":"text"},{"key":"network_routine","value":"{{network_routine}}","type":"text","description":"The scan routine type (daily, weekly or monthly)"},{"key":"routine_daily","value":"1","type":"text"},{"key":"routine_weekly_d","value":"1","type":"text"},{"key":"routine_monthly","value":"1","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"20bac61a-d6f3-460f-abb1-f84296bc268a"},{"name":"Generate Vulnerabilty Report (Scan)","id":"cb86915c-9ed4-4f41-87fc-ba6b548608e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"report"},{"description":"<p>The action to be performed</p>\n","key":"action","type":"text","value":"getreport"},{"description":"<p>An API key</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The output format (html, pdf, xml, csv)</p>\n","key":"format","type":"text","value":"{{format}}"},{"description":"<p>A scan ID</p>\n","key":"network","type":"text","value":"{{network}}"},{"description":"<p>A file name to be given to the report (ex: \"My_Report\")</p>\n","key":"filename","type":"text","value":"{{filename}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Generates a Vulnerability Report, for a scan</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"089df289-a767-481a-a71d-b637f7a9603e","name":"Generate Vulnerabilty Report (Scan)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"report"},{"description":"The action to be performed","key":"action","type":"text","value":"getreport"},{"description":"An API key","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The output format (html, pdf, xml, csv)","key":"format","type":"text","value":"{{format}}"},{"description":"A scan ID","key":"network","type":"text","value":"{{network}}"},{"description":"A file name to be given to the report (ex: \"My_Report\")","key":"filename","type":"text","value":"{{filename}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cb86915c-9ed4-4f41-87fc-ba6b548608e4"}],"id":"ac1be2da-def3-429c-b8db-7758a2927ce1","description":"<p>This section contains examples of various API calls, which can be used on the beSECURE platform.</p>\n","event":[{"listen":"prerequest","script":{"id":"55948584-9307-4feb-9a0d-f66b3a32fc93","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"38cd7a2f-0fbd-4257-8198-44831dac8458","type":"text/javascript","exec":[""]}}],"_postman_id":"ac1be2da-def3-429c-b8db-7758a2927ce1"}],"id":"8f28727f-6e85-46a1-914b-3493b1077c20","description":"<p>In case an API call fails, take note of the error being returned from the server.<br />An API call will fail if one (or more) of it's mandatory parameters wasn't provided or is malformed.<br />The mandatory parameters are <strong>primary</strong>, <strong>secondary</strong>, <strong>action</strong> and <strong>apikey</strong> - along with their corresponding values.<br />Here's an example of a properly formatted API call:<br /><em>curl --location --request POST \"https://{{hostname}}/json.cgi\"\n--header \"Content-Type: application/x-www-form-urlencoded\"\n--data \"primary=admin&amp;secondary=enterprises&amp;action=returnenterprises&amp;apikey={{apikey}}</em></p>\n<p>When modifying an entry (for example, an Organization's contact person), you need to supply <strong>all</strong> information and not just what you want to change.<br /><em>This is especially true when it comes to permissions, associations and ownerships.</em><br />Best course of action would be to first use an API call to gather all existing values (for example, using the action \"returnnetworkdetails\"), then perform a second API call, resubmitting the data with the modified value (in this case, a new contact ID)</p>\n","event":[{"listen":"prerequest","script":{"id":"7d4cf804-3822-4c3f-a960-c82cbf5eb4d0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8cf61a8d-e714-460f-a451-993edf37d11d","type":"text/javascript","exec":[""]}}],"_postman_id":"8f28727f-6e85-46a1-914b-3493b1077c20"},{"name":"Scans","item":[{"name":"Create a Scan","id":"48f8cd75-7c5a-40c0-9240-ab111364bf2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","type":"text","description":"<p>The primary endpoint</p>\n"},{"key":"secondary","value":"networks","type":"text","description":"<p>The secondary endpoint</p>\n"},{"key":"action","value":"create","type":"text","description":"<p>The action to be performed</p>\n"},{"key":"apikey","value":"{{apikey}}","type":"text","description":"<p>An API key to be used for authorization</p>\n"},{"key":"network_name","value":"{{network_name}}","type":"text","description":"<p>A name to be given to the new scan</p>\n"},{"key":"network_scanner","value":"{{network_scanner}}","type":"text","description":"<p>An LSS ID</p>\n"},{"key":"network_parent","value":"{{network_parent}}","type":"text","description":"<p>An organization ID</p>\n"},{"key":"network_range","value":"{{network_range}}","type":"text","description":"<p>FQDN, Single IP or IP range</p>\n"},{"key":"credentials_storage","value":"--","type":"text"},{"key":"network_smbusername","value":"","type":"text"},{"key":"network_smbpassword","value":"","type":"text"},{"key":"network_smbpassword_changed","value":"","type":"text"},{"key":"network_smbdomain","value":"","type":"text"},{"key":"network_excluderange","value":"","type":"text"},{"key":"network_portrange","value":"","type":"text"},{"key":"network_excludedportrange","value":"","type":"text"},{"key":"network_snmpcommunityname","value":"","type":"text"},{"key":"network_scanningprofile","value":"0","type":"text"},{"key":"scansettings-max_hosts","value":"4","type":"text"},{"key":"ssh_compliance_template","value":"--","type":"text"},{"key":"nmap-rtt","value":"1000","type":"text"},{"key":"nmap-tcp-syn-port","value":"25,80,139,443","type":"text"},{"key":"nmap-tcp-ack-port","value":"","type":"text"},{"key":"contact","value":"{{contact}}","type":"text"},{"key":"notifications_scanstarted","value":"yes","type":"text"},{"key":"notifications_scancompleted","value":"yes","type":"text"},{"key":"notifications_scanchanges","value":"yes","type":"text"},{"key":"existing_report_customization","value":"--","type":"text"},{"key":"report_customization_format","value":"pdf","type":"text"},{"key":"report_customization_type","value":"complete","type":"text"},{"key":"pdf_user_password_changed","value":"","type":"text"},{"key":"report_customization_style","value":"regular","type":"text"},{"key":"filtered_search_name","value":"","type":"text"},{"key":"filtered_search_riskfactor_type","value":"eq","type":"text"},{"key":"filtered_search_riskfactor","value":"--","type":"text"},{"key":"filtered_search_host","value":"","type":"text"},{"key":"filtered_search_serviceandport","value":"","type":"text"},{"key":"filtered_search_testid","value":"","type":"text"},{"key":"filtered_search_category","value":"--","type":"text"},{"key":"filtered_search_vulnerability_age_number","value":"","type":"text"},{"key":"filtered_search_vulnerability_age_type","value":"day","type":"text"},{"key":"filtered_search_cvss_score_type","value":"gt","type":"text"},{"key":"filtered_search_cvss_score_number","value":"","type":"text"},{"key":"filtered_search_ostype","value":"","type":"text"},{"key":"network_longname","value":"","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Creates a scan of a set of servers and desktops.</p>\n<p>The scan is initially created without a schedule, meaning that by default, it won't automatically run.<br />To run a scan, create it first, then pass the scan ID (an eight-digit hexadecimal string) that's returned into the \"id\" parameter of the modifyschedule endpoint.<br />If the range being scanned contains web servers, additional web scans of those servers will automatically be created, then combined with the findings of this scan.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ba6559e2-2d78-41f5-b3dd-69cb1c9e5cc9","name":"Create a Scan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","type":"text"},{"key":"secondary","value":"networks","type":"text"},{"key":"action","value":"create","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"network_name","value":"{{network_name}}","type":"text"},{"key":"network_scanner","value":"{{network_scanner}}","type":"text"},{"key":"network_parent","value":"{{network_parent}}","type":"text"},{"key":"network_range","value":"{{network_range}}","type":"text"},{"key":"credentials_storage","value":"--","type":"text"},{"key":"network_smbusername","value":"","type":"text"},{"key":"network_smbpassword","value":"","type":"text"},{"key":"network_smbpassword_changed","value":"","type":"text"},{"key":"network_smbdomain","value":"","type":"text"},{"key":"network_excluderange","value":"","type":"text"},{"key":"network_portrange","value":"","type":"text"},{"key":"network_excludedportrange","value":"","type":"text"},{"key":"network_snmpcommunityname","value":"","type":"text"},{"key":"network_scanningprofile","value":"0","type":"text"},{"key":"scansettings-max_hosts","value":"4","type":"text"},{"key":"ssh_compliance_template","value":"--","type":"text"},{"key":"nmap-rtt","value":"1000","type":"text"},{"key":"nmap-tcp-syn-port","value":"25,80,139,443","type":"text"},{"key":"nmap-tcp-ack-port","value":"","type":"text"},{"key":"contact","value":"{{contact}}","type":"text"},{"key":"notifications_scanstarted","value":"yes","type":"text"},{"key":"notifications_scancompleted","value":"yes","type":"text"},{"key":"notifications_scanchanges","value":"yes","type":"text"},{"key":"existing_report_customization","value":"--","type":"text"},{"key":"report_customization_format","value":"pdf","type":"text"},{"key":"report_customization_type","value":"complete","type":"text"},{"key":"pdf_user_password_changed","value":"","type":"text"},{"key":"report_customization_style","value":"regular","type":"text"},{"key":"filtered_search_name","value":"","type":"text"},{"key":"filtered_search_riskfactor_type","value":"eq","type":"text"},{"key":"filtered_search_riskfactor","value":"--","type":"text"},{"key":"filtered_search_host","value":"","type":"text"},{"key":"filtered_search_serviceandport","value":"","type":"text"},{"key":"filtered_search_testid","value":"","type":"text"},{"key":"filtered_search_category","value":"--","type":"text"},{"key":"filtered_search_vulnerability_age_number","value":"","type":"text"},{"key":"filtered_search_vulnerability_age_type","value":"day","type":"text"},{"key":"filtered_search_cvss_score_type","value":"gt","type":"text"},{"key":"filtered_search_cvss_score_number","value":"","type":"text"},{"key":"filtered_search_ostype","value":"","type":"text"},{"key":"network_longname","value":"","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Sep 2019 07:53:29 GMT"},{"key":"Server","value":"Apache"},{"key":"Set-Cookie","value":"CGISESSID=720f7e43e499cf4161556ca9aee60643; path=/"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"107"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": {\r\n                \"AuditCode\": \"F86836CF-0A3A-4444-BABC-A07E144335B8\",\r\n                \"Owner\": \"FBBCC5A5\",\r\n                \"OwnerType\": \"Network\",\r\n                \"Status\": 1,\r\n                \"UserCode\": \"8711EAC6-A199-30C8-68BB-32A34DDAA758\"\r\n            }\r\n}"}],"_postman_id":"48f8cd75-7c5a-40c0-9240-ab111364bf2f"},{"name":"Modify a Scan's Schedule","id":"7d861da0-67b4-4db6-af86-da2de1fc786d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>Primary endpoint</p>\n","type":"text"},{"key":"secondary","value":"networks","description":"<p>Secondary endpoint.</p>\n","type":"text"},{"key":"action","value":"modifyschedule","description":"<p>The action to perform.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>API key for authorization.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The ID of the saved scan to modify. Example: 5F54422C.</p>\n","type":"text"},{"key":"scan_timezone","value":"{{scan_timezone}}","description":"<p>The time zone on which the scan schedule should be based.</p>\n","type":"text"},{"key":"network_routine","value":"{{network_routine}}","description":"<p>How often to conduct the scan. Values are \"daily\", \"weekly\", \"monthly\", and \"once\". Example: monthly.</p>\n","type":"text"},{"key":"routine_weekly","value":"{{routine_weekly}}","description":"<p>The interval between weeks (if network_routine is \"weekly\").</p>\n","type":"text"},{"key":"routine_daily","value":"{{routine_daily}}","description":"<p>The interval between days to run the scan (if network_routine is \"daily\"). Required if network_routine is \"daily\".</p>\n","type":"text"},{"key":"routine_monthly","value":"{{routine_monthly}}","description":"<p>The interval between months (if network_routine is \"monthly\"). Example: 1.</p>\n","type":"text"},{"key":"routine_monthly_d","value":"{{routine_monthly_d}}","description":"<p>The day of the month on which to run the scan (if network_routine is \"monthly\"). Example: 1.</p>\n","type":"text"},{"key":"routine_monthly_n","value":"{{routine_monthly_n}}","description":"<p>The number of the week during which to run the scan (if network_routine is \"monthly\").</p>\n","type":"text"},{"key":"time_range","value":"{{time_range}}","description":"<p>A 24-character string representing the time range during which the scan may run. Each character represents one hour of the day. The first character represents midnight, while the last character represents 23rd hour (the military-time equivalent of 12AM-12PM). A time_range value of “OOOOOOOOOOOOOOOOOOOOOOOO” indicates that the scan may run at any time. To eliminate a specific time period, change the “O” in the corresponding space to an “X”. For example, to block the scan from running between 12AM and 4AM as well as 12PM, you would use \"XXXXOOOOOOOOOOOOOOOOOOOX\". Example: OOOOOOOOOOOOOOOOOOOOOOOO.</p>\n","type":"text"},{"key":"reference_date","value":"{{reference_date}}","description":"<p>The starting date from which the schedule is calculated. The format for dates is year-month-day (2017–04–05). Example: TODAY.</p>\n","type":"text"},{"key":"routine_once","value":"{{routine_once}}","description":"<p>The specific date on which to run a one-time scan. The format for dates is year-month-day (2017–04–05). Example: TODAY.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Updates settings to modify an existing scan’s schedule.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8b97a2f6-7a0c-4a37-8c9d-1164386054a5","name":"Modify a Scan's Schedule","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"Primary endpoint","type":"text"},{"key":"secondary","value":"networks","description":"Secondary endpoint.","type":"text"},{"key":"action","value":"modifyschedule","description":"The action to perform.","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"API key for authorization.","type":"text"},{"key":"id","value":"{{id}}","description":"The ID of the saved scan to modify. Example: 5F54422C.\n","type":"text"},{"key":"scan_timezone","value":"{{scan_timezone}}","description":"The time zone on which the scan schedule should be based.\n","type":"text"},{"key":"network_routine","value":"{{network_routine}}","description":"How often to conduct the scan. Values are \"daily\", \"weekly\", \"monthly\", and \"once\". Example: monthly.\n","type":"text"},{"key":"routine_weekly","value":"{{routine_weekly}}","description":"The interval between weeks (if network_routine is \"weekly\").\n","type":"text"},{"key":"routine_daily","value":"{{routine_daily}}","description":"The interval between days to run the scan (if network_routine is \"daily\"). Required if network_routine is \"daily\".\n","type":"text"},{"key":"routine_monthly","value":"{{routine_monthly}}","description":"The interval between months (if network_routine is \"monthly\"). Example: 1.\n","type":"text"},{"key":"routine_monthly_d","value":"{{routine_monthly_d}}","description":"The day of the month on which to run the scan (if network_routine is \"monthly\"). Example: 1.\n","type":"text"},{"key":"routine_monthly_n","value":"{{routine_monthly_n}}","description":"The number of the week during which to run the scan (if network_routine is \"monthly\").\n","type":"text"},{"key":"time_range","value":"{{time_range}}","description":"A 24-character string representing the time range during which the scan may run. Each character represents one hour of the day. The first character represents midnight, while the last character represents 23rd hour (the military-time equivalent of 12AM-12PM). A time_range value of “OOOOOOOOOOOOOOOOOOOOOOOO” indicates that the scan may run at any time. To eliminate a specific time period, change the “O” in the corresponding space to an “X”. For example, to block the scan from running between 12AM and 4AM as well as 12PM, you would use \"XXXXOOOOOOOOOOOOOOOOOOOX\". Example: OOOOOOOOOOOOOOOOOOOOOOOO.\n","type":"text"},{"key":"reference_date","value":"{{reference_date}}","description":"The starting date from which the schedule is calculated. The format for dates is year-month-day (2017–04–05). Example: TODAY.\n","type":"text"},{"key":"routine_once","value":"{{routine_once}}","description":"The specific date on which to run a one-time scan. The format for dates is year-month-day (2017–04–05). Example: TODAY.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": {\r\n                \"AuditCode\": \"F86836CF-0A3A-4444-BABC-A07E144335B8\",\r\n                \"Owner\": \"FBBCC5A5\", // the scan ID, which you can use to modify the schedule and other scan settings\r\n                \"OwnerType\": \"Network\",\r\n                \"Status\": 1,\r\n                \"UserCode\": \"8711EAC6-A199-30C8-68BB-32A34DDAA758\"\r\n            }\r\n}"}],"_postman_id":"7d861da0-67b4-4db6-af86-da2de1fc786d"},{"name":"Disable a Scan","id":"207bf809-d14c-4eee-be99-4914fba90387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"networks","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"networks\". Example: networks.</p>\n","type":"text"},{"key":"action","value":"disablescan","description":"<p>The action to take. For this endpoint, the value is \"disablescan\". Example: disablescan.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The ID of the saved scan to disable. Example: 5F54422C.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Disables a scan.<br />If the scan is running, this action will stop it instantly and prevent it from running again, unless re-enabled.<br />If the scan is not running, it will prevent it from running in the future.<br />A scan must be disabled <em>before</em> it can be deleted.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0f53cae6-fd27-4d4b-b5a2-0b4d5d67982b","name":"Disable a Scan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"networks","description":"The subsection of the interface you want to access. For this endpoint, the value is \"networks\". Example: networks.\n","type":"text"},{"key":"action","value":"disablescan","description":"The action to take. For this endpoint, the value is \"disablescan\". Example: disablescan.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The ID of the saved scan to disable. Example: 5F54422C.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AdditionalInformation\": \" ScanStatus changed from '1' to '0' \",\r\n    \"AuditCode\": \"EE777J1P-9C6C-44F1-97B4-7027297EEC0C\",\r\n    \"Owner\": \"1013982339\",\r\n    \"OwnerType\": \"Network\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"9C64BT05-F1B8-34A7-A1B4-54481KJ3502\"\r\n  }\r\n}"}],"_postman_id":"207bf809-d14c-4eee-be99-4914fba90387"},{"name":"Enable a Scan","id":"55bcbfa7-432c-40ec-b411-5a50a91388a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"networks","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"networks\". Example: networks.</p>\n","type":"text"},{"key":"action","value":"enablescan","description":"<p>The action to take. For this endpoint, the value is \"enablescan\". Example: disablescan.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The ID of the saved scan to enable. Example: 5F54422C.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Enables a scan.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"08d53e5b-e527-4dab-a5a0-648c9e4a8183","name":"Enable a Scan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"networks","description":"The subsection of the interface you want to access. For this endpoint, the value is \"networks\". Example: networks.\n","type":"text"},{"key":"action","value":"enablescan","description":"The action to take. For this endpoint, the value is \"enablescan\". Example: enablescan.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The ID of the saved scan to enable. Example: 5F54422C.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AdditionalInformation\": \" ScanStatus changed from '0' to '1' \",\r\n    \"AuditCode\": \"EE6559AD-9C6C-44F1-97B4-7727297FFC0C\",\r\n    \"Owner\": \"26555C68\",\r\n    \"OwnerType\": \"Network\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"9C64BE05-F1B8-34A7-A1B4-54481BAF3502\"\r\n  }\r\n}"}],"_postman_id":"55bcbfa7-432c-40ec-b411-5a50a91388a6"},{"name":"Trigger an immediate Scan","id":"82aebf67-3ed2-41c1-a866-dceb80904d20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"networks","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"networks\". Example: networks.</p>\n","type":"text"},{"key":"action","value":"immediatescan","description":"<p>The action to take. For this endpoint, the value is \"immediatescan\". Example: immediatescan.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The ID of the scan. Example: 5F54422C.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Causes the scan to start scanning immediately (assuming the current scanner load permits it).</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5231d2ba-2542-4c7c-9d3d-e87428daa042","name":"Trigger an immediate Scan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"networks","description":"The subsection of the interface you want to access. For this endpoint, the value is \"networks\". Example: networks.\n","type":"text"},{"key":"action","value":"immediatescan","description":"The action to take. For this endpoint, the value is \"immediatescan\". Example: immediatescan.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The ID of the saved scan. Example: 5F54422C.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"\r\n{\"result\":\r\n {\r\n  \"OwnerType\":\"Network\",\r\n  \"Owner\": \"5F54422C\",\r\n  \"Status\":1,\r\n  \"AuditCode\": \"EE6579AD-9C6C-35F1-97B4-7027297EEC0C\"\r\n  \"UserCode\":\"9C64BE05-F1B8-34A7-A1B4-54481BAF3502\"\r\n }\r\n}"}],"_postman_id":"82aebf67-3ed2-41c1-a866-dceb80904d20"},{"name":"Return Scan Details","id":"11daca00-74f2-42a3-89cb-9af7302005a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"networks"},{"description":"<p>The action to take.</p>\n","key":"action","type":"text","value":"returnnetworkdetails"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>A Scan ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Return Scan Details</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"93045e56-59a7-4cb4-b59a-7906474a6295","name":"Return Scan Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access.","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access.","key":"secondary","type":"text","value":"networks"},{"description":"The action to take.","key":"action","type":"text","value":"returnnetworkdetails"},{"description":"The API key to use for authorization.","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"A Scan ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"Assigned\": [],\n        \"Available\": [\n            {\n                \"Associated\": \"0\",\n                \"ID\": \"A850E5D9\",\n                \"Name\": \"test\"\n            }\n        ],\n        \"ConnectedWebScans\": \"0\",\n        \"Contact\": \"\",\n        \"ContactAddress1\": \"\",\n        \"ContactAddress2\": \"\",\n        \"ContactCity\": \"\",\n        \"ContactCountry\": \"IL\",\n        \"ContactEmail\": \"user@beyondsecurity.com\",\n        \"ContactName\": \"test\",\n        \"ContactOwned\": \"1\",\n        \"ContactPhone\": \"\",\n        \"ContactState\": \"\",\n        \"ContactZip\": \"\",\n        \"CredentialsStorage\": null,\n        \"CredentialsStorageOwned\": \"1\",\n        \"DateLastScanned\": \"2019-10-29 12:35\",\n        \"DateLastScannedRaw\": \"2019-10-29 12:35:33\",\n        \"DoS\": \"0\",\n        \"Enterprise\": \"\",\n        \"EnterpriseName\": \"Org\",\n        \"EnterpriseOwned\": \"1\",\n        \"ExcludeRange\": \"\",\n        \"HeartbeatFailure\": \"0\",\n        \"ID\": \"\",\n        \"LongName\": \"\",\n        \"MaxScanNumber\": \"2\",\n        \"Name\": \"Name\",\n        \"NextScheduledScan\": \"0000-00-00\",\n        \"NextScheduledScanLocalized\": \"0000-00-00\",\n        \"Notifications\": \"0\",\n        \"Ping\": \"1\",\n        \"PortRange\": \"1-1024\",\n        \"Progress\": \"\",\n        \"RPCRevision\": \"9.8.28\",\n        \"Range\": \"\",\n        \"RecordState\": \"1\",\n        \"ReferenceDate\": \"2019-10-31\",\n        \"ReportSetting\": null,\n        \"RetroVersion\": 9.71,\n        \"Routine\": null,\n        \"RoutineDaily\": 1,\n        \"RoutineMonthly\": 1,\n        \"RoutineMonthlySelect\": \"day\",\n        \"RoutineOnce\": \"2019-10-31\",\n        \"RoutineWeekly\": 1,\n        \"Running\": \"no\",\n        \"RunningState\": \"0\",\n        \"SMBDomain\": \"\",\n        \"SMBUsername\": \"\",\n        \"SNMPCommunityName\": \"\",\n        \"ScanDuration\": \"0 day(s), 0 hour(s), 20 minute(s) and 45 second(s)\",\n        \"ScanID\": \"\",\n        \"ScanSettings\": null,\n        \"ScanStatus\": \"1\",\n        \"ScanTimezone\": \"UTC\",\n        \"ScanTimezoneSupported\": \"1\",\n        \"Scanner\": \"\",\n        \"ScannerName\": \"\",\n        \"ScannerOwned\": \"1\",\n        \"ScanningProfile\": \"\",\n        \"ServerID\": \"\",\n        \"StartTime\": \"2019-10-29 12:14:52\",\n        \"StopScanSupported\": 1,\n        \"TimeRange\": null,\n        \"TimeRangeTreatment\": \"0\",\n        \"ZeroDay\": \"0\"\n    }\n}"}],"_postman_id":"11daca00-74f2-42a3-89cb-9af7302005a9"},{"name":"Get a Scan's Status","id":"72bd321b-e913-41a6-ac20-12fdbb288a6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"networks","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"networks\". Example: networks.</p>\n","type":"text"},{"key":"action","value":"returnscanstatus","description":"<p>The action to take. For this endpoint, the value is \"returnscanstatus\". Example: returnscanstatus.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The scan's ID. Example: 5F54422C.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns information on the progress of a scan.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ccb09549-eba0-41eb-ac83-93e4b223a8db","name":"Get a Scan's Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"networks","description":"The subsection of the interface you want to access. For this endpoint, the value is \"networks\". Example: networks.\n","type":"text"},{"key":"action","value":"returnscanstatus","description":"The action to take. For this endpoint, the value is \"returnscanstatus\". Example: returnscanstatus.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The scan's ID. Example: 5F54422C.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"Progress\": \"\",\r\n    \"Running\": \"no\",\r\n    \"RunningState\": \"0\"\r\n  }\r\n}"}],"_postman_id":"72bd321b-e913-41a6-ac20-12fdbb288a6a"},{"name":"Delete a Scan","id":"e12586c6-34c4-44e8-b2ca-864fb9f2b7a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"networks","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"networks\". Example: networks.</p>\n","type":"text"},{"key":"action","value":"delete","description":"<p>The action to take. For this endpoint, the value is \"delete\". Example: delete.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The scan's ID. Example: 5F54422C.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Deletes a scan.Note that a scan must be disabled before it can be deleted.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d7bfc5a7-e2be-4a98-be5e-c33a58e65944","name":"Delete a Scan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"networks","description":"The subsection of the interface you want to access. For this endpoint, the value is \"networks\". Example: networks.\n","type":"text"},{"key":"action","value":"delete","description":"The action to take. For this endpoint, the value is \"delete\". Example: delete.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The scan's ID. Example: 5F54422C.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {}\r\n}"}],"_postman_id":"e12586c6-34c4-44e8-b2ca-864fb9f2b7a9"},{"name":"Modify a Scan","id":"667b46b9-83ab-40e4-ae94-cf7b5da838dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"networks","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"networks\". Example: networks.</p>\n","type":"text"},{"key":"action","value":"modify","description":"<p>The action to take. For this endpoint, the value is \"modify\". Example: modify.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The ID of the saved scan to modify. Example: 5F54422C.</p>\n","type":"text"},{"key":"scanner_id","value":"{{scanner_id}}","description":"<p>The scan's ID. Example: 5F54422C.</p>\n","type":"text"},{"key":"network_parent","value":"{{network_parent}}","description":"<p>The \"parent\" of the scan (the enterprise), as an organization_id.</p>\n","type":"text"},{"key":"network_name","value":"{{network_name}}","description":"<p>The name of the scan.</p>\n","type":"text"},{"key":"assigned_owners","value":"{{assigned_owners}}","description":"<p>A string of account IDs indicating which users can own this scan.</p>\n","type":"text"},{"key":"network_scanner","value":"{{network_scanner}}","description":"<p>The ID of the scanner to use. This ID is also referred to as the LSS ID.</p>\n","type":"text"},{"key":"network_range","value":"{{network_range}}","description":"<p>The IP ranges or host names to scan. Allowed characters: [FQDN|IP|IP range].</p>\n","type":"text"},{"key":"network_excluderange","value":"{{network_excluderange}}","description":"<p>The IP ranges or host names to exclude from the scan. Allowed characters: [FQDN|IP|IP range].</p>\n","type":"text"},{"key":"network_ping","value":"yes","description":"<p>Whether to include the first phase of the scan, in which it attempts to detect the live hosts that fall within the range provided. Values may be “yes” or “no”. Setting this parameter to \"no\" will skip the first phase and cause the scan to run on hosts that do not answer scan setting pings and do not listen to standard ports (more information). As a result, it may take much longer. Example: yes.</p>\n","type":"text"},{"key":"network_portrange","value":"{{network_portrange}}","description":"<p>The range of ports to scan.</p>\n","type":"text"},{"key":"network_smbusername","value":"{{network_smbusername}}","description":"<p>Windows username. The scanner will use this information to log onto any Windows machines that are being scanned.</p>\n","type":"text"},{"key":"network_smbpassword","value":"{{network_smbpassword}}","description":"<p>Windows password. The scanner will use this information to log onto any Windows machines that are being scanned.</p>\n","type":"text"},{"key":"network_smbpassword_changed","value":"{{network_smbpassword_changed}}","description":"<p>The value for this field will automatically be set to \"yes\" when you provide the Windows password in the network_smbpassword field.</p>\n","type":"text"},{"key":"network_smbdomain","value":"{{network_smbdomain}}","description":"<p>The Windows domain. The scanner will use this information to log into the Windows server.</p>\n","type":"text"},{"key":"network_snmpcommunityname","value":"{{network_snmpcommunityname}}","description":"<p>The password the scanner should use to login to devices that use SNMP authentication.</p>\n","type":"text"},{"key":"network_scanningprofile","value":"0","description":"<p>The number for the saved scanning profile you want to use. A scan profile manages scan settings across the organization. An organization may have multiple scan profiles for different types of scans. Use 0 for a complete scan. Example: 0.</p>\n","type":"text"},{"key":"network_longname","value":"{{network_longname}}","description":"<p>An optional, free-text comment field for entering notes about a scan. Allowed characters: alphanumeric, hyphen, underscore, pound.</p>\n","type":"text"},{"key":"contact","value":"{{contact}}","description":"<p>The contact person for the customer’s organization, as a contact ID string.</p>\n","type":"text"},{"key":"report_customization_format","value":"{{report_customization_format}}","description":"<p>The file format of the output. Values are \"pdf\" and \"xml\". Example: pdf.</p>\n","type":"text"},{"key":"report_customization_type","value":"{{report_customization_type}}","description":"<p>The type of report you'd like to receive. Values are \"complete\", \"differential\", and \"filtered\".</p>\n","type":"text"},{"key":"report_customization_style","value":"{{report_customization_style}}","description":"<p>The report standard to use. Values are \"hipaa\", \"iso27001\", \"owasp\", \"cis\", \"remediation\", \"mspatches\", \"pentest\", \"regular\", \"sox\", \"pci\", \"toplevel\", and \"executivesummary\".</p>\n","type":"text"},{"key":"notifications_scanstarted","value":"{{notifications_scanstarted}}","description":"<p>Whether or not you'd like to receive a notification when the scan starts. Value is \"yes\".</p>\n","type":"text"},{"key":"notifications_scancompleted","value":"{{notifications_scancompleted}}","description":"<p>Whether or not you'd like to receive a notification when the scan is complete. Value is \"yes\".</p>\n","type":"text"},{"key":"notifications_scanchanges","value":"{{notifications_scanchanges}}","description":"<p>Whether or not you'd like to receive a notification when the scan result changes. Value is \"yes\".</p>\n","type":"text"},{"key":"scansettings-max-hosts","value":"{{scansettings-max-hosts}}","description":"<p>The number of parallel hosts to scan.</p>\n","type":"text"},{"key":"scansettings-unscanned-closed","value":"{{scansettings-unscanned-closed}}","description":"<p>Indicates whether or not to restrict testing to the provided port range. Values are \"0\" and \"1\".</p>\n","type":"text"},{"key":"scansettings-paranoid","value":"{{scansettings-paranoid}}","description":"<p>Whether to enable banner-based checks. Values are \"0\" and \"1\".</p>\n","type":"text"},{"key":"nmap-rtt","value":"{{nmap-rtt}}","description":"<p>The round trip time for the NMAP echo before it times out.</p>\n","type":"text"},{"key":"nmap-icmp-echo","value":"{{nmap-icmp-echo}}","description":"<p>Whether to send an ICMP Echo packet to the target device to test if the host is up before beginnig the scan. Allowed characters: \"yes\".</p>\n","type":"text"},{"key":"nmap-icmp-echo-unprivileged","value":"{{nmap-icmp-echo-unprivileged}}","description":"<p>Whether to use an unpriveleged ICMP Echo. Allowed characters: \"yes\".</p>\n","type":"text"},{"key":"nmap-tcp-syn","value":"{{nmap-tcp-syn}}","description":"<p>Whether or not to use TCP SYN. Allowed characters: \"yes\".</p>\n","type":"text"},{"key":"nmap-tcp-syn-port","value":"{{nmap-tcp-syn-port}}","description":"<p>The TCP port. Allowed characters : number,comma.</p>\n","type":"text"},{"key":"nmap-tcp-ack","value":"{{nmap-tcp-ack}}","description":"<p>Whether or not to use TCP ACK. Allowed characters: \"yes\".</p>\n","type":"text"},{"key":"ssh_compliance_template","value":"{{ssh_compliance_template}}","description":"<p>The format of the compliance. Values are \"solaris-simple\" (Solaris), \"linux-simple\" (Linux), \"apache-cis\" (Apache (CIS)), \"debian-cis\" (Debian (CIS)), \"cisco-cis\" (CISCO (CIS)), \"redhat-cis\" (RedHat (CIS)), \"juniper-cis\" (Juniper (CIS)), \"microsoft-windows-server-2012-cis\" &gt;Windows Server 2012 (CIS)), and \"kisa-linux\" (Linux (KISA)).</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Modifies a scan's settings.<br />Note that <strong>all</strong> of the parameters are <em>required</em> for this method.<br />If you don’t want to change certain values, provide the previous values.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f6589910-c9fc-4801-934b-0bc8861a0910","name":"Modify a Scan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"networks","description":"The subsection of the interface you want to access. For this endpoint, the value is \"networks\". Example: networks.\n","type":"text"},{"key":"action","value":"modify","description":"The action to take. For this endpoint, the value is \"modify\". Example: modify.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The ID of the saved scan to modify. Example: 5F54422C.\n","type":"text"},{"key":"scanner_id","value":"{{scanner_id}}","description":"The scan's ID. Example: 5F54422C.\n","type":"text"},{"key":"network_parent","value":"{{network_parent}}","description":"The \"parent\" of the scan (the enterprise), as an organization_id.\n","type":"text"},{"key":"network_name","value":"{{network_name}}","description":"The name of the scan.\n","type":"text"},{"key":"assigned_owners","value":"{{assigned_owners}}","description":"A string of account IDs indicating which users can own this scan.\n","type":"text"},{"key":"network_scanner","value":"{{network_scanner}}","description":"The ID of the scanner to use. This ID is also referred to as the LSS ID.\n","type":"text"},{"key":"network_range","value":"{{network_range}}","description":"The IP ranges or host names to scan. Allowed characters: [FQDN|IP|IP range].\n","type":"text"},{"key":"network_excluderange","value":"{{network_excluderange}}","description":"The IP ranges or host names to exclude from the scan. Allowed characters: [FQDN|IP|IP range].\n","type":"text"},{"key":"network_ping","value":"yes","description":"Whether to include the first phase of the scan, in which it attempts to detect the live hosts that fall within the range provided. Values may be “yes” or “no”. Setting this parameter to \"no\" will skip the first phase and cause the scan to run on hosts that do not answer scan setting pings and do not listen to standard ports (more information). As a result, it may take much longer. Example: yes.\n","type":"text"},{"key":"network_portrange","value":"{{network_portrange}}","description":"The range of ports to scan.\n","type":"text"},{"key":"network_smbusername","value":"{{network_smbusername}}","description":"Windows username. The scanner will use this information to log onto any Windows machines that are being scanned.\n","type":"text"},{"key":"network_smbpassword","value":"{{network_smbpassword}}","description":"Windows password. The scanner will use this information to log onto any Windows machines that are being scanned.\n","type":"text"},{"key":"network_smbpassword_changed","value":"{{network_smbpassword_changed}}","description":"The value for this field will automatically be set to \"yes\" when you provide the Windows password in the network_smbpassword field.\n","type":"text"},{"key":"network_smbdomain","value":"{{network_smbdomain}}","description":"The Windows domain. The scanner will use this information to log into the Windows server.\n","type":"text"},{"key":"network_snmpcommunityname","value":"{{network_snmpcommunityname}}","description":"The password the scanner should use to login to devices that use SNMP authentication.\n","type":"text"},{"key":"network_scanningprofile","value":"0","description":"The number for the saved scanning profile you want to use. A scan profile manages scan settings across the organization. An organization may have multiple scan profiles for different types of scans. Use 0 for a complete scan. Example: 0.\n","type":"text"},{"key":"network_longname","value":"{{network_longname}}","description":"An optional, free-text comment field for entering notes about a scan. Allowed characters: alphanumeric, hyphen, underscore, pound.\n","type":"text"},{"key":"contact","value":"{{contact}}","description":"The contact person for the customer’s organization, as a contact ID string.\n","type":"text"},{"key":"report_customization_format","value":"xml","description":"The file format of the output. Values are \"pdf\" and \"xml\". Example: xml.\n","type":"text"},{"key":"report_customization_type","value":"{{report_customization_type}}","description":"The type of report you'd like to receive. Values are \"complete\", \"differential\", and \"filtered\".\n","type":"text"},{"key":"report_customization_style","value":"{{report_customization_style}}","description":"The report standard to use. Values are \"hipaa\", \"iso27001\", \"owasp\", \"cis\", \"remediation\", \"mspatches\", \"pentest\", \"regular\", \"sox\", \"pci\", \"toplevel\", and \"executivesummary\".\n","type":"text"},{"key":"notifications_scanstarted","value":"{{notifications_scanstarted}}","description":"Whether or not you'd like to receive a notification when the scan starts. Value is \"yes\".\n","type":"text"},{"key":"notifications_scancompleted","value":"{{notifications_scancompleted}}","description":"Whether or not you'd like to receive a notification when the scan is complete. Value is \"yes\".\n","type":"text"},{"key":"notifications_scanchanges","value":"{{notifications_scanchanges}}","description":"Whether or not you'd like to receive a notification when the scan result changes. Value is \"yes\".\n","type":"text"},{"key":"scansettings-max-hosts","value":"{{scansettings-max-hosts}}","description":"The number of parallel hosts to scan.\n","type":"text"},{"key":"scansettings-unscanned-closed","value":"{{scansettings-unscanned-closed}}","description":"Indicates whether or not to restrict testing to the provided port range. Values are \"0\" and \"1\".\n","type":"text"},{"key":"scansettings-paranoid","value":"{{scansettings-paranoid}}","description":"Whether to enable banner-based checks. Values are \"0\" and \"1\".\n","type":"text"},{"key":"nmap-rtt","value":"{{nmap-rtt}}","description":"The round trip time for the NMAP echo before it times out.\n","type":"text"},{"key":"nmap-icmp-echo","value":"{{nmap-icmp-echo}}","description":"Whether to send an ICMP Echo packet to the target device to test if the host is up before beginnig the scan. Allowed characters: \"yes\".\n","type":"text"},{"key":"nmap-icmp-echo-unprivileged","value":"{{nmap-icmp-echo-unprivileged}}","description":"Whether to use an unpriveleged ICMP Echo. Allowed characters: \"yes\".\n","type":"text"},{"key":"nmap-tcp-syn","value":"{{nmap-tcp-syn}}","description":"Whether or not to use TCP SYN. Allowed characters: \"yes\".\n","type":"text"},{"key":"nmap-tcp-syn-port","value":"{{nmap-tcp-syn-port}}","description":"The TCP port. Allowed characters : number,comma.\n","type":"text"},{"key":"nmap-tcp-ack","value":"{{nmap-tcp-ack}}","description":"Whether or not to use TCP ACK. Allowed characters: \"yes\".\n","type":"text"},{"key":"ssh_compliance_template","value":"{{ssh_compliance_template}}","description":"The format of the compliance. Values are \"solaris-simple\" (Solaris), \"linux-simple\" (Linux), \"apache-cis\" (Apache (CIS)), \"debian-cis\" (Debian (CIS)), \"cisco-cis\" (CISCO (CIS)), \"redhat-cis\" (RedHat (CIS)), \"juniper-cis\" (Juniper (CIS)), \"microsoft-windows-server-2012-cis\" >Windows Server 2012 (CIS)), and \"kisa-linux\" (Linux (KISA)).\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Sep 2019 06:33:00 GMT"},{"key":"Server","value":"Apache"},{"key":"Set-Cookie","value":"CGISESSID=ba332742f42fc13bcb8b66ad483975f1; path=/"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"107"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"\r\n{\r\n  \"result\": {\r\n    \"AdditionalInformation\": \" LongName changed from 'creating this scan for api' to 'creating this scan for api modify' \",\r\n    \"AuditCode\": \"EE6579AD-9F6A-35F1-94B5-7027297FFC0C\",\r\n    \"Owner\": \"26555C68\",\r\n    \"OwnerType\": \"Network\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"9C64BE05-F1B8-34A7-A1B4-54481BAF3502\"\r\n  }\r\n}"}],"_postman_id":"667b46b9-83ab-40e4-ae94-cf7b5da838dc"},{"name":"Return Hosts Array","id":"418eed2d-fd14-44b2-9852-41439c3629ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"networks"},{"description":"<p>The action to take. </p>\n","key":"action","type":"text","value":"returnhostsarray"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>A Scan ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns all hosts of a given scan</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6c7e8630-f853-4d78-9a78-c591b8844878","name":"Return Hosts Array","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access.","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access.","key":"secondary","type":"text","value":"networks"},{"description":"The action to take.","key":"action","type":"text","value":"returnhostsarray"},{"description":"The API key to use for authorization.","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"A Scan ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"data\": [\n        {\n            \"Compliant\": \"0\",\n            \"DNS\": null,\n            \"High\": \"0\",\n            \"Host\": \"192.168.15.190\",\n            \"ID\": \"4675A4F4\",\n            \"LastScanNumber\": \"5\",\n            \"Low\": \"21\",\n            \"MAC\": \"00:0C:29:CA:7B:AB\",\n            \"Medium\": \"4\",\n            \"NetBIOS\": null,\n            \"Network\": \"551A8841\",\n            \"NetworkName\": \"double tickets issue \",\n            \"None\": \"21\",\n            \"OperatingSystem\": \"Debian 9 (stretch)\",\n            \"PrevScanNumber\": \"4\",\n            \"PreviousHigh\": \"0\",\n            \"PreviousLow\": \"21\",\n            \"PreviousMedium\": \"4\",\n            \"PreviousNone\": \"21\",\n            \"PreviousTotal\": \"25\",\n            \"Priority\": \"50\",\n            \"Total\": \"25\"\n        }\n    ],\n    \"total\": \"1\"\n}"}],"_postman_id":"418eed2d-fd14-44b2-9852-41439c3629ff"},{"name":"Initiate Network Discovery","id":"4f23c865-363d-4196-aa61-1065eb6b4320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"networks"},{"description":"<p>The action to take.</p>\n","key":"action","type":"text","value":"networkdiscovery"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>A Scan ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Initiates a Network Discovery</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6be42ca7-bc38-4028-a742-0f8f838117dd","name":"Initiate Network Discovery","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access.","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access.","key":"secondary","type":"text","value":"networks"},{"description":"The action to take.","key":"action","type":"text","value":"networkdiscovery"},{"description":"The API key to use for authorization.","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"A Scan ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"AdditionalInformation\": \"A network discovery has been instructed to start\",\n        \"AuditCode\": \"EE6579AD-9C6C-35F1-97B4-7027297EEC0C\",\n        \"Owner\": \"551A8841\",\n        \"OwnerType\": \"Network\",\n        \"Status\": 1,\n        \"UserCode\": \"9C64BE05-F1B8-34A7-A1B4-54481BAF3502\"\n    }\n}"}],"_postman_id":"4f23c865-363d-4196-aa61-1065eb6b4320"}],"id":"673d4b80-1621-457a-af28-6090666fbdeb","description":"<p>Methods related to scans.</p>\n","_postman_id":"673d4b80-1621-457a-af28-6090666fbdeb"},{"name":"Web Scans","item":[{"name":"Create a Web Scan","id":"5efa351f-93b1-4427-9585-ee4fe8015f92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"webscans","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"webscans\". Example: webscans.</p>\n","type":"text"},{"key":"action","value":"create","description":"<p>The action to take. For this endpoint, the value is \"create\". Example: create.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>API key for autorization</p>\n","type":"text"},{"key":"webscan_urlslimit","value":"{{webscan_urlslimit}}","description":"<p>The number of URLs to collect per crawling session for testing before initiating a scan (this is the maximum amount, it may not be possible to reach it). Example: 300.</p>\n","type":"text"},{"key":"webscan_scanuponcompletion","value":"{{webscan_scanuponcompletion}}","description":"<p>A value of 0 will instruct the web scan crawler to not initiate a web scan upon its completion of the crawling process, while a value of 1 will trigger a web scan of the target. Example: 1.</p>\n","type":"text"},{"key":"webscan_hostname","value":"{{webscan_hostname}}","description":"<p>The hostname that will be crawled and then web scanned, usually this is an FQDN entry (such as example.com). Example: somehost.com.</p>\n","type":"text"},{"key":"webscan_name","value":"{{webscan_name}}","description":"<p>The name of the web scan entry. Example: somehost.com scan.</p>\n","type":"text"},{"key":"webscan_pagelimit","value":"{{webscan_pagelimit}}","description":"<p>The number of pages to visit before giving up on the crawling process. Each uniquely visited page counts as one. This is counted once per crawling session. Example: 500.</p>\n","type":"text"},{"key":"webscan_regexenabled","value":"{{webscan_regexenabled}}","description":"<p>Put a value of '1' if you want to scope the pages from which the crawler will collect URLs for testing using a regular expression. Example: 1.</p>\n","type":"text"},{"key":"webscan_addpending","value":"{{webscan_addpending}}","description":"<p>Put a value of '1' if you want the system to automaticlly add the hostname provided as an entry point for the crawler to visit during the crawling phase. Example: 1.</p>\n","type":"text"},{"key":"webscan_regex","value":"{{webscan_regex}}","description":"<p>The regular expression you wish to use to limit the crawling of the target, usually set to somedomain.com - to limit only to URLs found under somedomain.com (note the \\ is used to escape the '.' which has a special meaning in regular expressions). Example: somehost.com.</p>\n","type":"text"},{"key":"webscan_network","value":"{{webscan_network}}","description":"<p>The ID for the scan that to associate with the web scan. Example: 5F54422C.</p>\n","type":"text"},{"key":"contact","value":"{{contact}}","description":"<p>The contact ID.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Creates a web scan.<br />Note that you must first modify the schedule for the scan, then create a web scan.<br />Performing the steps in this order ensures that the web scan will automatically pick the scan routine.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5efa351f-93b1-4427-9585-ee4fe8015f92"},{"name":"Trigger an immediate Web Scan","id":"e7dbae94-856d-4764-990b-b006bb84c130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"networks","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"networks\". Example: networks.</p>\n","type":"text"},{"key":"action","value":"immediatewebscan","description":"<p>The action to take. For this endpoint, the value is \"immediatewebscan\". Example: immediatewebscan.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The ID of the web scan. Example: 5F54422C.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Causes the scan to start scanning immediately (assuming the current scanner load permits it).</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"00cbfe81-c1ff-43fb-8311-f77ab10b34ba","name":"Trigger an immediate Web Scan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"networks","description":"The subsection of the interface you want to access. For this endpoint, the value is \"networks\". Example: networks.\n","type":"text"},{"key":"action","value":"immediatewebscan","description":"The action to take. For this endpoint, the value is \"immediatewebscan\". Example: immediatewebscan.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The ID of the web scan. Example: 5F54422C.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"result\":\r\n {\r\n  \"OwnerType\":\"Network\",\r\n  \"Owner\": \"4FABC22C\",\r\n  \"Status\":1,\r\n  \"AuditCode\": \"EE6579AD-9C6C-35F1-97B4-7027297EEC0C\"\r\n  \"UserCode\":\"9C64BE05-F1B8-34A7-A1B4-54481BAF3502\"\r\n }\r\n}"}],"_postman_id":"e7dbae94-856d-4764-990b-b006bb84c130"},{"name":"Return Web Scans","id":"007ae7d5-7e6e-409d-83b6-d21387301608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"webscans"},{"description":"<p>The action to take.</p>\n","key":"action","type":"text","value":"returnwebscans"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"order","value":"{{order}}","description":"<p>A column name (ex: datelastscannedutc)</p>\n","type":"text"},{"key":"direction","value":"{{direction}}","description":"<p>Sort direction (ex: up)</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the details of all webscans</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3395046e-70cb-41df-9040-a0a26e95e707","name":"Return Web Scans","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access.","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access.","key":"secondary","type":"text","value":"webscans"},{"description":"The action to take.","key":"action","type":"text","value":"returnwebscans"},{"description":"The API key to use for authorization.","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"order","value":"{{order}}","description":"A column name (ex: datelastscannedutc)","type":"text"},{"key":"direction","value":"{{direction}}","description":"Sort direction (ex: up)","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10,\n    \"data\": [\n        {\n            \"AuthenticationBasic\": \"0\",\n            \"AuthenticationNTLM\": \"0\",\n            \"AuthenticationSSL\": \"0\",\n            \"AuthenticationUserAgent\": \"0\",\n            \"AuthenticationWebLogin\": \"0\",\n            \"AuthenticationWebTests\": \"0\",\n            \"Contact\": \"41ABE1F4\",\n            \"Crawling\": \"no\",\n            \"DateLastScanned\": \"2019-10-25 00:04:39\",\n            \"DateLastScannedNoTime\": \"2019-10-25\",\n            \"DateLastScannedUTC\": \"2019-10-24 21:04:39\",\n            \"EnterpriseID\": \"0BE1EC60\",\n            \"EnterpriseName\": \"\",\n            \"Hostname\": \"demo.testfire.net\",\n            \"ID\": \"173FCF96\",\n            \"LongName\": \"Automatically created by the Scan Settings interface\",\n            \"Name\": \"\",\n            \"NetworkID\": \"9EA6D977\",\n            \"NetworkName\": \"\",\n            \"NextScheduledScan\": \"2019-11-01\",\n            \"NextScheduledScanLocalized\": \"2019-11-01\",\n            \"Progress\": \"\",\n            \"RecordState\": \"1\",\n            \"ReferenceDate\": \"2019-03-20\",\n            \"Routine\": \"|DM0101||DM0201||DM0301||DM0401||DM0501||DM0601||DM0701||DM0801||DM0901||DM1001||DM1101||DM1201|\",\n            \"Running\": \"no\",\n            \"RunningState\": \"0\",\n            \"ServerID\": \"999129\",\n            \"Status\": \"1\",\n            \"TimeRange\": \"OOOOOOOOOOOOOOOOOOOOOOOO\",\n            \"Timezone\": \"Asia/Tel_Aviv\",\n            \"URLCount\": \"104\"\n        }\n    ],\n    \"limit\": 10,\n    \"offset\": -1,\n    \"total\": 33\n}"}],"_postman_id":"007ae7d5-7e6e-409d-83b6-d21387301608"},{"name":"Return Crawled Urls","id":"4f95c745-4cd1-4aa7-a28f-4c3b7281e869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"webscans"},{"description":"<p>The action to take.</p>\n","key":"action","type":"text","value":"returncrawledurls"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>A Webscan ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Return Crawled Urls</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f95c745-4cd1-4aa7-a28f-4c3b7281e869"},{"name":"Return Pending Urls","id":"f72de8ed-23cf-4b82-a0ab-0a152e51ab14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"webscans"},{"description":"<p>The action to take.</p>\n","key":"action","type":"text","value":"returnpendingurls"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>A Webscan ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Return Crawled Urls</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f72de8ed-23cf-4b82-a0ab-0a152e51ab14"},{"name":"Return Urls","id":"c5fbcb7a-1154-46b7-96f5-57a5ae7e06ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"webscans"},{"description":"<p>The action to take.</p>\n","key":"action","type":"text","value":"returnurls"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>A Webscan ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Return Urls</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5fbcb7a-1154-46b7-96f5-57a5ae7e06ca"},{"name":"Disable WebScan","id":"6a71c56d-0dbd-439e-8e69-8e02abbaf8b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"webscans"},{"description":"<p>The action to take.</p>\n","key":"action","type":"text","value":"disablewebscan"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>A Webscan ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Disable WebScan</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a71c56d-0dbd-439e-8e69-8e02abbaf8b8"},{"name":"Enable WebScan","id":"a1b00fe3-231a-4294-afe4-764ead05f98a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"webscans"},{"description":"<p>The action to take.</p>\n","key":"action","type":"text","value":"enablewebscan"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>A Webscan ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Enable WebScan</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1b00fe3-231a-4294-afe4-764ead05f98a"},{"name":"Delete WebScan","id":"dc2806bb-e0a9-4ddb-bdc1-b636d0c2d19e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"webscans"},{"description":"<p>The action to take.</p>\n","key":"action","type":"text","value":"delete"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>A Webscan ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Delete WebScan</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc2806bb-e0a9-4ddb-bdc1-b636d0c2d19e"},{"name":"Undelete WebScan","id":"1f87b247-c067-46f0-a37d-9f85fe264a21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"webscans"},{"description":"<p>The action to take.</p>\n","key":"action","type":"text","value":"undelete"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>A Webscan ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Undelete WebScan</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f87b247-c067-46f0-a37d-9f85fe264a21"},{"name":"Stop WebScan","id":"7c76810d-36c8-4dad-addc-f026e3a0e6b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"webscans"},{"description":"<p>The action to take.</p>\n","key":"action","type":"text","value":"stopwebscan"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>A Webscan ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Stop WebScan</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c76810d-36c8-4dad-addc-f026e3a0e6b7"},{"name":"Return WebScan Details","id":"c9bc5b1b-78ce-454a-9cdf-772a6df7113b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"webscans"},{"description":"<p>The action to take.</p>\n","key":"action","type":"text","value":"returnwebscandetails"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>A Webscan ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Return WebScan Details</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9bc5b1b-78ce-454a-9cdf-772a6df7113b"},{"name":"Return WebScan Status","id":"0355880e-220f-4a66-ad13-1b425e060a0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"webscans"},{"description":"<p>The action to take.</p>\n","key":"action","type":"text","value":"returnwebscanstatus"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>A Webscan ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Return WebScan Status</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0355880e-220f-4a66-ad13-1b425e060a0e"}],"id":"734ca3a1-1b3b-4453-87ba-a9c2275cb830","description":"<p>Methods related to Web Scans</p>\n","_postman_id":"734ca3a1-1b3b-4453-87ba-a9c2275cb830"},{"name":"Vulnerabilties and Results","item":[{"name":"Vulnerabilities Results (Detailed)","item":[{"name":"Return Vulnerabilties Details","id":"2c431e23-96a2-46f1-80d9-c4ca1e4782b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.</p>\n","key":"secondary","type":"text","value":"detailed"},{"description":"<p>The action to take. For this endpoint, the value is \"returnvulnerabilities\". Example: returnvulnerabilities.</p>\n","key":"action","type":"text","value":"returnvulnerabilities"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The direction in which to sort the results. Values are \"up\" (ascending) and \"down\" (descending).</p>\n","key":"direction","type":"text","value":"{{direction}}"},{"description":"<p>The field on which to base the sort. Values are \"riskfactor\", \"cvssscore\", \"affectedhost\", \"affectedenterprise\", \"affectednetwork\", \"vulnerabilityname\", \"serviceandport\", and \"scandatenotime\".</p>\n","key":"order","type":"text","value":"{{order}}"},{"description":"<p>Enter this parameter with the value \"yes\" to include previous scans in your search.</p>\n","key":"search_allscan","type":"text","value":"{{search_allscan}}"},{"description":"<p>An integer from 0-24 indicating the vulnerability category to search for. Values are \"1\" (Web Applications), \"2\" (Web servers), \"3\" (Network devices), \"4\" (Malformed Packets), \"5\" (DNS servers), \"6\" (Simple Network services), \"7\" (Backdoors), \"8\" (SNMP services), \"9\" (Mail servers), \"10\" (Firewalls), \"11\" (Webmail servers), \"12\" (FTP servers), \"13\" (Encryption and Authentication), \"14\" (RPC services), \"15\" (Proxy servers), \"16\" (SSH servers), \"17\" (Preliminary Analysis), \"18\" (SQL servers), \"19\" (Printers), \"20\" (Policy Checks), \"21\" (SMB/NetBIOS), \"22\" (NFS services), and \"24\" (Wireless AP).</p>\n","key":"search_category","type":"text","value":"{{search_category}}"},{"description":"<p>The organization ID string.</p>\n","key":"search_enterprise","type":"text","value":"{{search_enterprise}}"},{"description":"<p>A host address or IP for an organization.</p>\n","key":"search_host","type":"text","value":"{{search_host}}"},{"description":"<p>The host ID.</p>\n","key":"search_hostid","type":"text","value":"{{search_hostid}}"},{"description":"<p>Enter this parameter with the value \"yes\" to include ignored vulnerabilities in your search.</p>\n","key":"search_ignored","type":"text","value":"{{search_ignored}}"},{"description":"<p>Enter a string to search based on impact.</p>\n","key":"search_impact","type":"text","value":"{{search_impact}}"},{"description":"<p>The vulnerability name.</p>\n","key":"search_name","type":"text","value":"{{search_name}}"},{"description":"<p>The ID for the network scan.</p>\n","key":"search_network","type":"text","value":"{{search_network}}"},{"description":"<p>Enter this parameter with the value \"yes\" to include non-risk vulnerabilities in your search.</p>\n","key":"search_nonerisk","type":"text","value":"{{search_nonerisk}}"},{"description":"<p>The name of an operating system.</p>\n","key":"search_ostype","type":"text","value":"{{search_ostype}}"},{"description":"<p>A description of the output of the vulnerability test.</p>\n","key":"search_output","type":"text","value":"{{search_output}}"},{"description":"<p>The standard to search for. Values are \"CERT-ADV\", \"CERT-KB\", \"CSC\", \"CVE\", \"CVSS\", \"CVSSScore\", \"CVSSv3\", \"CVSSv3Score\", \"CWE\", and \"LINK\".</p>\n","key":"search_reference","type":"text","value":"{{search_reference}}"},{"description":"<p>The value of the standard to search for.</p>\n","key":"search_reference_value","type":"text","value":"{{search_reference_value}}"},{"description":"<p>The risk factor to search for. Values are \"0\" (None), \"1\" (Low), \"4\" (Medium), and \"8\" (High).</p>\n","key":"search_riskfactor","type":"text","value":"{{search_riskfactor}}"},{"description":"<p>The start date of the date range you'd like to search. Format is yyyy-mm-dd.</p>\n","key":"search_scandatefrom","type":"text","value":"{{search_scandatefrom}}"},{"description":"<p>The end date of the date range you'd like to search. Format is yyyy-mm-dd.</p>\n","key":"search_scandateto","type":"text","value":"{{search_scandateto}}"},{"description":"<p>The scan number for a specific scan.</p>\n","key":"search_scannumber","type":"text","value":"{{search_scannumber}}"},{"description":"<p>The service and port to search for.</p>\n","key":"search_serviceandport","type":"text","value":"{{search_serviceandport}}"},{"description":"<p>Text to search for in the solutions field.</p>\n","key":"search_solution","type":"text","value":"{{search_solution}}"},{"description":"<p>Text to search for in the summary field.</p>\n","key":"search_summary","type":"text","value":"{{search_summary}}"},{"description":"<p>The test ID.</p>\n","key":"search_testid","type":"text","value":"{{search_testid}}"},{"description":"<p>Enter this parameter with the value \"yes\" to include unticketed results in your search.</p>\n","key":"search_unticketed","type":"text","value":"{{search_unticketed}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns results based on the search parameters.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0dfc87e2-5a24-4b97-83f3-5f4974f505f3","name":"Return Results","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.\n","key":"secondary","type":"text","value":"detailed"},{"description":"The action to take. For this endpoint, the value is \"returnvulnerabilities\". Example: returnvulnerabilities.\n","key":"action","type":"text","value":"returnvulnerabilities"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"direction","value":"{{direction}}","description":"The direction in which to sort the results. Values are \"up\" (ascending) and \"down\" (descending).\n","type":"text"},{"key":"order","value":"{{order}}","description":"The field on which to base the sort. Values are \"riskfactor\", \"cvssscore\", \"affectedhost\", \"affectedenterprise\", \"affectednetwork\", \"vulnerabilityname\", \"serviceandport\", and \"scandatenotime\".\n","type":"text"},{"key":"search_allscan","value":"{{search_allscan}}","description":"Enter this parameter with the value \"yes\" to include previous scans in your search.\n","type":"text"},{"key":"search_category","value":"{{search_category}}","description":"An integer from 0-24 indicating the vulnerability category to search for. Values are \"1\" (Web Applications), \"2\" (Web servers), \"3\" (Network devices), \"4\" (Malformed Packets), \"5\" (DNS servers), \"6\" (Simple Network services), \"7\" (Backdoors), \"8\" (SNMP services), \"9\" (Mail servers), \"10\" (Firewalls), \"11\" (Webmail servers), \"12\" (FTP servers), \"13\" (Encryption and Authentication), \"14\" (RPC services), \"15\" (Proxy servers), \"16\" (SSH servers), \"17\" (Preliminary Analysis), \"18\" (SQL servers), \"19\" (Printers), \"20\" (Policy Checks), \"21\" (SMB/NetBIOS), \"22\" (NFS services), and \"24\" (Wireless AP).\n","type":"text"},{"key":"search_enterprise","value":"{{search_enterprise}}","description":"The organization ID string.\n","type":"text"},{"key":"search_host","value":"{{search_host}}","description":"A host address or IP for an organization.\n","type":"text"},{"key":"search_hostid","value":"{{search_hostid}}","description":"The host ID.\n","type":"text"},{"key":"search_ignored","value":"{{search_ignored}}","description":"Enter this parameter with the value \"yes\" to include ignored vulnerabilities in your search.\n","type":"text"},{"key":"search_impact","value":"{{search_impact}}","description":"Enter a string to search based on impact.\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"The vulnerability name.\n","type":"text"},{"key":"search_network","value":"{{search_network}}","description":"The ID for the network scan.\n","type":"text"},{"key":"search_nonerisk","value":"{{search_nonerisk}}","description":"Enter this parameter with the value \"yes\" to include non-risk vulnerabilities in your search.\n","type":"text"},{"key":"search_ostype","value":"{{search_ostype}}","description":"The name of an operating system.\n","type":"text"},{"key":"search_output","value":"{{search_output}}","description":"A description of the output of the vulnerability test.\n","type":"text"},{"key":"search_reference","value":"{{search_reference}}","description":"The standard to search for. Values are \"CERT-ADV\", \"CERT-KB\", \"CSC\", \"CVE\", \"CVSS\", \"CVSSScore\", \"CVSSv3\", \"CVSSv3Score\", \"CWE\", and \"LINK\".\n","type":"text"},{"key":"search_reference_value","value":"{{search_reference_value}}","description":"The value of the standard to search for.\n","type":"text"},{"key":"search_riskfactor","value":"{{search_riskfactor}}","description":"The risk factor to search for. Values are \"0\" (None), \"1\" (Low), \"4\" (Medium), and \"8\" (High).\n","type":"text"},{"key":"search_scandatefrom","value":"{{search_scandatefrom}}","description":"The start date of the date range you'd like to search. Format is yyyy-mm-dd.\n","type":"text"},{"key":"search_scandateto","value":"{{search_scandateto}}","description":"The end date of the date range you'd like to search. Format is yyyy-mm-dd.\n","type":"text"},{"key":"search_scannumber","value":"{{search_scannumber}}","description":"The scan number for a specific scan.\n","type":"text"},{"key":"search_serviceandport","value":"{{search_serviceandport}}","description":"The service and port to search for.\n","type":"text"},{"key":"search_solution","value":"{{search_solution}}","description":"Text to search for in the solutions field.\n","type":"text"},{"key":"search_summary","value":"{{search_summary}}","description":"Text to search for in the summary field.\n","type":"text"},{"key":"search_testid","value":"{{search_testid}}","description":"The test ID.\n","type":"text"},{"key":"search_unticketed","value":"{{search_unticketed}}","description":"Enter this parameter with the value \"yes\" to include unticketed results in your search.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": [\r\n    {\r\n      \"Added\": \"2017-02-26\",\r\n      \"AffectedEnterprise\": \"APIOrg\",\r\n      \"AffectedHost\": \"demo.testfire.net\",\r\n      \"AffectedNetwork\": \"APInetworkScan\",\r\n      \"AffectedPort\": \"443\",\r\n      \"AffectedProto\": \"tcp\",\r\n      \"AffectedService\": \"https\",\r\n      \"CVSSScore\": \"4.00\",\r\n      \"DNS\": \"demo.testfire.net\",\r\n      \"DynamicOutput\": null,\r\n      \"Enterprise\": \"D077EB9F\",\r\n      \"Family\": \"Web Applications\",\r\n      \"Host\": \"947F4305\",\r\n      \"Impact\": null,\r\n      \"Network\": \"FCBF932B\",\r\n      \"Output\": \"The following cookie does do not have the Secure cookie flag:\\nCookie name: amSessionId, Path: /, Secure Flag: 0\\nCookie name: ASP.NET_SessionId, Path: /, Secure Flag: 0\\n\\n\",\r\n      \"Revision\": \"1\",\r\n      \"RiskFactorName\": \"Medium\",\r\n      \"RiskFactorValue\": \"4\",\r\n      \"ScanDate\": \"2017-05-04 15:59\",\r\n      \"ScanDateNoTime\": \"2017-05-04\",\r\n      \"ScanNumber\": \"3\",\r\n      \"ServiceandPort\": \"https (443/tcp)\",\r\n      \"Summary\": \"The remote web application sets various cookies throughout a user's unauthenticated and authenticated session. However, there are instances where the application is running over unencrypted HTTP or the cookies are not marked 'secure', meaning the browser could send them back over an unencrypted link under certain circumstances. As a result, it may be possible for a remote attacker to intercept these cookies.\\n\\n$OUTPUT\",\r\n      \"SummaryOriginal\": \"The remote web application sets various cookies throughout a user's unauthenticated and authenticated session. However, there are instances where the application is running over unencrypted HTTP or the cookies are not marked 'secure', meaning the browser could send them back over an unencrypted link under certain circumstances. As a result, it may be possible for a remote attacker to intercept these cookies.\\n\\n\",\r\n      \"TestID\": \"18718\",\r\n      \"Ticket\": \"Not Present\",\r\n      \"VariableOutput\": \"The following cookie does do not have the Secure cookie flag:\\nCookie name: amSessionId, Path: /, Secure Flag: 0\\nCookie name: ASP.NET_SessionId, Path: /, Secure Flag: 0\\n\\n\",\r\n      \"VulnerabilityID\": \"298114658\",\r\n      \"VulnerabilityName\": \"Web Application Cookies Lack Secure Flag\",\r\n      \"VulnerabilityUnique\": \"946B460318718tcp344b786cb40degcb8d8ab3073cbc64daf10\"\r\n    }\r\n  ],\r\n  \"total\": \"14\"\r\n}"}],"_postman_id":"2c431e23-96a2-46f1-80d9-c4ca1e4782b1"},{"name":"Return Networks With Results","id":"238d27a9-b45a-4080-ad3f-82a2b20efb19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.</p>\n","key":"secondary","type":"text","value":"detailed"},{"description":"<p>The action to take. For this endpoint, the value is \"returnnetworkswithresults\".</p>\n","key":"action","type":"text","value":"returnnetworkswithresults"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"enterprise","value":"{{enterprise}}","description":"<p>An Organization ID (Optional)</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns all the scans that contains vulnerabilities</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b1c2de44-332b-43e0-a941-eff5b0cd4260","name":"Return Networks With Results","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.\n","key":"secondary","type":"text","value":"detailed"},{"description":"The action to take. For this endpoint, the value is \"returnnetworkswithresults\".\n","key":"action","type":"text","value":"returnnetworkswithresults"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 0,\n    \"data\": []\n}"}],"_postman_id":"238d27a9-b45a-4080-ad3f-82a2b20efb19"},{"name":"Return Vulnerability References","id":"f478cf4a-417f-43ff-ab9a-b12cc7f59497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"detailed"},{"description":"<p>The action to take. </p>\n","key":"action","type":"text","value":"returnvulnerabilityreferences"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>An Organization ID (Optional)</p>\n","key":"enterprise","type":"text","value":"{{enterprise}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns all references of a given test ID</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f8f20ae4-8ab9-4f87-a90f-856a6d25259b","name":"Return Vulnerability References","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access.","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access.","key":"secondary","type":"text","value":"detailed"},{"description":"The action to take. ","key":"action","type":"text","value":"returnvulnerabilityreferences"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"An Organization ID (Optional)","key":"enterprise","type":"text","value":"{{enterprise}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"CVE\": [\n            {\n                \"Alt\": \"CVE-2019-7815\",\n                \"ShortName\": \"CVE-2019-7815\",\n                \"Type\": \"CVE\",\n                \"URI\": \"CVE-2019-7815\"\n            }\n        ],\n        \"CVSS\": [\n            {\n                \"Alt\": \"AV:N/AC:L/Au:N/C:C/I:N/A:N\",\n                \"ShortName\": \"AV:N/AC:L/Au:N/C:C/I:N/A:N\",\n                \"Type\": \"CVSS\",\n                \"URI\": \"AV:N/AC:L/Au:N/C:C/I:N/A:N\"\n            }\n        ],\n        \"CVSSScore\": [\n            {\n                \"Alt\": 7.8,\n                \"ShortName\": 7.8,\n                \"Type\": \"CVSSScore\"\n            }\n        ],\n        \"CVSSv3\": [\n            {\n                \"Alt\": \"AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\",\n                \"ShortName\": \"AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\",\n                \"Type\": \"CVSSv3\",\n                \"URI\": \"AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\"\n            }\n        ],\n        \"CVSSv3Score\": [\n            {\n                \"Alt\": \"7.50\",\n                \"ShortName\": \"7.50\",\n                \"Type\": \"CVSSv3Score\",\n                \"URI\": \"7.50\"\n            }\n        ],\n        \"CWE\": [\n            {\n                \"Alt\": \"CWE-200\",\n                \"ShortName\": \"CWE-200\",\n                \"Type\": \"CWE\",\n                \"URI\": \"CWE-200\"\n            }\n        ],\n        \"LINK\": [\n            {\n                \"Alt\": \"https://helpx.adobe.com/security/products/acrobat/apsb19-13.html\",\n                \"ShortName\": \"https://helpx.adobe.com/security/products/acrobat/apsb19-13.html\",\n                \"Type\": \"LINK\",\n                \"URI\": \"https://helpx.adobe.com/security/products/acrobat/apsb19-13.html\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f478cf4a-417f-43ff-ab9a-b12cc7f59497"},{"name":"Return Vulnerability Details","id":"db89d75d-502f-4802-811f-878ad64434c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.</p>\n","key":"secondary","type":"text","value":"detailed"},{"description":"<p>The action to take. For this endpoint, the value is \"returnvulnerabilitydetails\". Example: returnvulnerabilitydetails.</p>\n","key":"action","type":"text","value":"returnvulnerabilitydetails"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"id","value":"{{id}}","description":"<p>The vulnerability ID.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the details associated with a vulnerability.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8f8db31c-4187-4c74-adbe-23e75226496b","name":"Return Vulnerability Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.\n","key":"secondary","type":"text","value":"detailed"},{"description":"The action to take. For this endpoint, the value is \"returnvulnerabilitydetails\". Example: returnvulnerabilitydetails.\n","key":"action","type":"text","value":"returnvulnerabilitydetails"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"id","value":"{{id}}","description":"The vulnerability ID.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"AffectedHost\": \"demo.testfire.net\",\r\n    \"AffectedNetwork\": \"APInetworkScan\",\r\n    \"AffectedPort\": \"443\",\r\n    \"AffectedPreferenceHost\": \"demo.testfire.net\",\r\n    \"AffectedProto\": \"tcp\",\r\n    \"AffectedService\": \"https\",\r\n    \"Age\": 4,\r\n    \"Category\": \"Web Applications\",\r\n    \"DynamicOutput\": \"\",\r\n    \"FirstOccurance\": \"2017-05-04\",\r\n    \"Host\": \"946B3305\",\r\n    \"Impact\": null,\r\n    \"LastOccurance\": \"2017-04-30\",\r\n    \"Network\": \"FCDF993B\",\r\n    \"Output\": \"The following cookie does do not have the Secure cookie flag:\\nCookie name: amSessionId, Path: /, Secure Flag: 0\\nCookie name: ASP.NET_SessionId, Path: /, Secure Flag: 0\\n\\n\",\r\n    \"References\": {\r\n      \"Reference\": [\r\n        {\r\n          \"Name\": [\r\n            \"A5\"\r\n          ],\r\n          \"TestID\": [\r\n            \"18817\"\r\n          ],\r\n          \"Type\": [\r\n            \"OWASPLevel\"\r\n          ],\r\n          \"URI\": [\r\n            \"A5\"\r\n          ]\r\n        },\r\n        {\r\n          \"Name\": [\r\n            \"https://www.owasp.org/index.php/SecureFlag\"\r\n          ],\r\n          \"TestID\": [\r\n            \"18819\"\r\n          ],\r\n          \"Type\": [\r\n            \"LINK\"\r\n          ],\r\n          \"URI\": [\r\n            \"https://www.owasp.org/index.php/SecureFlag\"\r\n          ]\r\n        }\r\n      ]\r\n    },\r\n    \"Resolved\": 0,\r\n    \"ResolvedText\": \"Vulnerability has not been remediated\",\r\n    \"RetestSupported\": \"0\",\r\n    \"RiskFactor\": \"Medium\",\r\n    \"ScanDate\": \"2017-05-04 15:59\",\r\n    \"ScanNumber\": \"3\",\r\n    \"Solution\": \"Each cookie should be carefully reviewed to determine if it contains sensitive data or is relied upon for a security decision.\\n\\nIf possible, ensure all communication occurs over an encrypted channel and add the 'secure' attribute to all session cookies or any cookies containing sensitive data.\",\r\n    \"Summary\": \"The remote web application sets various cookies throughout a user's unauthenticated and authenticated session. However, there are instances where the application is running over unencrypted HTTP or the cookies are not marked 'secure', meaning the browser could send them back over an unencrypted link under certain circumstances. As a result, it may be possible for a remote attacker to intercept these cookies.\\n\\n$OUTPUT\",\r\n    \"TestID\": \"17818\",\r\n    \"TicketExists\": \"0\",\r\n    \"TicketID\": null,\r\n    \"VulnerabilityDurationDaysDiff\": 4,\r\n    \"VulnerabilityDurationMonthsDiff\": 0,\r\n    \"VulnerabilityDurationYearsDiff\": 0,\r\n    \"VulnerabilityID\": \"298116583\",\r\n    \"VulnerabilityName\": \"Web Application Cookies Lack Secure Flag\"\r\n  }\r\n}"}],"_postman_id":"db89d75d-502f-4802-811f-878ad64434c3"},{"name":"Get Detailed Report","id":"096afaa8-0e9a-4dfc-a12e-cea2f08d55f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"report\". Example: report.</p>\n","key":"secondary","type":"text","value":"detailed"},{"description":"<p>The action to take. For this endpoint, the value is \"getreport\". Example: getreport.</p>\n","key":"action","type":"text","value":"getreport"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"format","value":"{{format}}","description":"<p>The output format. can be \"html\", \"pdf\", \"xml\" or \"csv\"</p>\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"<p>The name of the vulnerability</p>\n","type":"text"},{"key":"search_host","value":"{{search_host}}","description":"<p>The name of the host or ip</p>\n","type":"text"},{"key":"search_serviceandport","value":"{{search_serviceandport}}","description":"<p>The service name and\\or port number</p>\n","type":"text"},{"key":"search_scannumber","value":"{{search_scannumber}}","description":"<p>The scan number</p>\n","type":"text"},{"key":"search_testid","value":"{{search_testid}}","description":"<p>The Test ID</p>\n","type":"text"},{"key":"search_summary","value":"{{search_summary}}","type":"text"},{"key":"search_impact","value":"{{search_impact}}","type":"text"},{"key":"search_solution","value":"{{search_solution}}","type":"text"},{"key":"search_output","value":"{{search_output}}","type":"text"},{"key":"search_cvss_score_number","value":"{{search_cvss_score_number}}","description":"<p>CVSS score value</p>\n","type":"text"},{"key":"search_vulnerability_age_number","value":"{{search_vulnerability_age_number}}","description":"<p>The Vulnerabilliy age value </p>\n","type":"text"},{"key":"search_reference_value","value":"{{search_reference_value}}","description":"<p>Reference number value</p>\n","type":"text"},{"key":"search_ostype","value":"{{search_ostype}}","description":"<p>OS Type (ex: \"Debian\", \"Linux\", etc.</p>\n","type":"text"},{"key":"search_scandatefrom","value":"{{search_scandatefrom}}","description":"<p>Date format. ex: \"2019-10-16\"</p>\n","type":"text"},{"key":"search_scandateto","value":"{{search_scandateto}}","description":"<p>Date format. ex: \"2019-10-16\"</p>\n","type":"text"},{"key":"search_vulnid","value":"{{search_vulnid}}","description":"<p>Vulnerability ID</p>\n","type":"text"},{"key":"search_allscan","value":"{{search_allscan}}","description":"<p>Should the report include previous results. the options are \"yes\" or \"no\".</p>\n","type":"text"},{"key":"search_nonerisk","value":"{{search_nonerisk}}","description":"<p>Should the report include non risk results. the options are \"yes\" or \"no\".</p>\n","type":"text"},{"key":"search_unticketed","value":"{{search_unticketed}}","description":"<p>Should the report include unticketed vulnerabilties. the options are \"yes\" or \"no\".</p>\n","type":"text"},{"key":"search_ignored","value":"{{search_ignored}}","description":"<p>Should the report include ignored vulnerabilties. the options are \"yes\" or \"no\".</p>\n","type":"text"},{"key":"search_return_dynamic_output","value":"{{search_return_dynamic_output}}","description":"<p>Should the report include the dynamic output of vulnerabilties. the options are \"yes\" or \"no\".</p>\n","type":"text"},{"key":"search_enterprise","value":"{{search_enterprise}}","description":"<p>The organization ID</p>\n","type":"text"},{"key":"search_network","value":"{{search_network}}","description":"<p>The scan ID</p>\n","type":"text"},{"key":"search_category","value":"{{search_category}}","description":"<p>The vulnerabiltiy category value (ex: 2 for web servers, 24 for wireless AP, etc.)</p>\n","type":"text"},{"key":"search_riskfactor_type","value":"{{search_riskfactor_type}}","type":"text"},{"key":"search_riskfactor","value":"{{search_riskfactor}}","description":"<p>The risk factor value (ex: 8 for high, 4 for medium, etc.)</p>\n","type":"text"},{"key":"search_cvss_score_type","value":"{{search_cvss_score_type}}","type":"text"},{"key":"search_vulnerability_age_type","value":"{{search_vulnerability_age_type}}","type":"text"},{"key":"search_reference","value":"{{search_reference}}","description":"<p>The reference type (ex: \"cve\", \"cvss\", etc.)</p>\n","type":"text"},{"key":"search_assettag","value":"{{search_assettag}}","description":"<p>An asset tag ID</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Generates a detailed vulnerability report.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"cf3af448-47ed-4017-90ab-a636aa9975c9","name":"Get Detailed Report","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"report\". Example: report.\n","key":"secondary","type":"text","value":"detailed"},{"description":"The action to take. For this endpoint, the value is \"getreport\". Example: getreport.\n","key":"action","type":"text","value":"getreport"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"format","value":"{{format}}","description":"The output format. can be \"html\", \"pdf\", \"xml\" or \"csv\"","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"The name of the vulnerability","type":"text"},{"key":"search_host","value":"{{search_host}}","description":"The name of the host or ip","type":"text"},{"key":"search_serviceandport","value":"{{search_serviceandport}}","description":"The service name and\\or port number","type":"text"},{"key":"search_scannumber","value":"{{search_scannumber}}","description":"The scan number","type":"text"},{"key":"search_testid","value":"{{search_testid}}","description":"The Test ID","type":"text"},{"key":"search_summary","value":"{{search_summary}}","type":"text"},{"key":"search_impact","value":"{{search_impact}}","type":"text"},{"key":"search_solution","value":"{{search_solution}}","type":"text"},{"key":"search_output","value":"{{search_output}}","type":"text"},{"key":"search_cvss_score_number","value":"{{search_cvss_score_number}}","description":"CVSS score value","type":"text"},{"key":"search_vulnerability_age_number","value":"{{search_vulnerability_age_number}}","description":"The Vulnerabilliy age value ","type":"text"},{"key":"search_reference_value","value":"{{search_reference_value}}","description":"Reference number value","type":"text"},{"key":"search_ostype","value":"{{search_ostype}}","description":"OS Type (ex: \"Debian\", \"Linux\", etc.","type":"text"},{"key":"search_scandatefrom","value":"{{search_scandatefrom}}","description":"Date format. ex: \"2019-10-16\"","type":"text"},{"key":"search_scandateto","value":"{{search_scandateto}}","description":"Date format. ex: \"2019-10-16\"","type":"text"},{"key":"search_vulnid","value":"{{search_vulnid}}","description":"Vulnerability ID","type":"text"},{"key":"search_allscan","value":"{{search_allscan}}","description":"Should the report include previous results. the options are \"yes\" or \"no\".","type":"text"},{"key":"search_nonerisk","value":"{{search_nonerisk}}","description":"Should the report include non risk results. the options are \"yes\" or \"no\".","type":"text"},{"key":"search_unticketed","value":"{{search_unticketed}}","description":"Should the report include unticketed vulnerabilties. the options are \"yes\" or \"no\".","type":"text"},{"key":"search_ignored","value":"{{search_ignored}}","description":"Should the report include ignored vulnerabilties. the options are \"yes\" or \"no\".","type":"text"},{"key":"search_return_dynamic_output","value":"{{search_return_dynamic_output}}","description":"Should the report include the dynamic output of vulnerabilties. the options are \"yes\" or \"no\".","type":"text"},{"key":"search_enterprise","value":"{{search_enterprise}}","description":"The organization ID","type":"text"},{"key":"search_network","value":"{{search_network}}","description":"The scan ID","type":"text"},{"key":"search_category","value":"{{search_category}}","description":"The vulnerabiltiy category value (ex: 2 for web servers, 24 for wireless AP, etc.)","type":"text"},{"key":"search_riskfactor_type","value":"{{search_riskfactor_type}}","type":"text"},{"key":"search_riskfactor","value":"{{search_riskfactor}}","description":"The risk factor value (ex: 8 for high, 4 for medium, etc.)","type":"text"},{"key":"search_cvss_score_type","value":"{{search_cvss_score_type}}","type":"text"},{"key":"search_vulnerability_age_type","value":"{{search_vulnerability_age_type}}","type":"text"},{"key":"search_reference","value":"{{search_reference}}","description":"The reference type (ex: \"cve\", \"cvss\", etc.)","type":"text"},{"key":"search_assettag","value":"{{search_assettag}}","description":"An asset tag ID","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"compresseddata\": \"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\",\n    \"compressedlength\": 296740,\n    \"uncompressedlength\": 315980\n}"}],"_postman_id":"096afaa8-0e9a-4dfc-a12e-cea2f08d55f3"}],"id":"e513cc82-fc35-4f4a-86ab-83ce043620a8","description":"<p>Methods related to results, or vulnerability details.</p>\n","event":[{"listen":"prerequest","script":{"id":"ac0678b5-83df-49a5-8eee-2745ef4cf1fe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f338b243-32ed-4154-bc98-2c5d9916a835","type":"text/javascript","exec":[""]}}],"_postman_id":"e513cc82-fc35-4f4a-86ab-83ce043620a8"},{"name":"Vulnerabilities  Results (Differential)","item":[{"name":"Return Differential Results","id":"4ad1f99b-b9ac-4192-8b53-fcdb1e2529b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"differential\". Example: differential.</p>\n","key":"secondary","type":"text","value":"differential"},{"description":"<p>The action to take. For this endpoint, the value is \"returndifferential\". Example: returndifferential.</p>\n","key":"action","type":"text","value":"returndifferential"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"current_scannumber","value":"{{current_scannumber}}","description":"<p>The scan number for the most recent scan.</p>\n","type":"text"},{"key":"previous_scannumber","value":"{{previous_scannumber}}","description":"<p>The number of the previous scan (before the current_scannumber).</p>\n","type":"text"},{"key":"display_open","value":"{{display_open}}","description":"<p>Whether to display open ports. Enter \"1\" for \"yes\", and \"0\" for \"no\" (or simply omit this parameter entirely).</p>\n","type":"text"},{"key":"display_persistent","value":"{{display_persistent}}","description":"<p>Whether to display persistent vulnerabilities. Enter \"1\" for \"yes\", and \"0\" for \"no\" (or simply omit the parameter entirely).</p>\n","type":"text"},{"key":"network","value":"{{network}}","description":"<p>A network scan ID string.</p>\n","type":"text"},{"key":"limit","value":"{{limit}}","description":"<p>The number of records to return. Pass in \"-1\" for no limit.</p>\n","type":"text"},{"key":"offset","value":"{{offset}}","description":"<p>Indicates how many rows should be in the next set of search results, based on the search limit.</p>\n","type":"text"},{"key":"show_high","value":"{{show_high}}","description":"<p>Whether to display high vulnerabilities. Values are \"0\" (no) and \"1\" (yes).</p>\n","type":"text"},{"key":"show_medium","value":"{{show_medium}}","description":"<p>Whether to display medium vulnerabilities. Values are \"0\" (no) and \"1\" (yes).</p>\n","type":"text"},{"key":"show_low","value":"{{show_low}}","description":"<p>Whether to display medium vulnerabilities. Values are \"0\" (no) and \"1\" (yes).</p>\n","type":"text"},{"key":"show_remediated","value":"{{show_remediated}}","description":"<p>Whether to display remediated vulnerabilities. Values are \"0\" (no) and \"1\" (yes).</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns results based on the search parameters.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3d524f78-cf59-43b7-9a1d-950c0a4e847b","name":"Return Differential Results","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"differential\". Example: differential.\n","key":"secondary","type":"text","value":"differential"},{"description":"The action to take. For this endpoint, the value is \"returndifferential\". Example: returndifferential.\n","key":"action","type":"text","value":"returndifferential"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"current_scannumber","value":"{{current_scannumber}}","description":"The scan number for the most recent scan.\n","type":"text"},{"key":"display_open","value":"{{display_open}}","description":"Whether to display open ports. Enter \"1\" for \"yes\", and \"0\" for \"no\" (or simply omit this parameter entirely).\n","type":"text"},{"key":"display_persistent","value":"{{display_persistent}}","description":"Whether to display persistent vulnerabilities. Enter \"1\" for \"yes\", and \"0\" for \"no\" (or simply omit the parameter entirely).\n","type":"text"},{"key":"network","value":"{{network}}","description":"A network scan ID string.\n","type":"text"},{"key":"limit","value":"{{limit}}","description":"The number of records to return. Pass in \"-1\" for no limit.\n","type":"text"},{"key":"offset","value":"{{offset}}","description":"Indicates how many rows should be in the next set of search results, based on the search limit.\n","type":"text"},{"key":"previous_scannumber","value":"{{previous_scannumber}}","description":"The number of the previous scan (before the current_scannumber).\n","type":"text"},{"key":"show_high","value":"{{show_high}}","description":"Whether to display high vulnerabilities. Values are \"0\" (no) and \"1\" (yes).\n","type":"text"},{"key":"show_medium","value":"{{show_medium}}","description":"Whether to display medium vulnerabilities. Values are \"0\" (no) and \"1\" (yes).\n","type":"text"},{"key":"show_low","value":"{{show_low}}","description":"Whether to display medium vulnerabilities. Values are \"0\" (no) and \"1\" (yes).\n","type":"text"},{"key":"show_remediated","value":"{{show_remediated}}","description":"Whether to display remediated vulnerabilities. Values are \"0\" (no) and \"1\" (yes).\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"currentscannumber\": \"3\",\r\n  \"data\": [\r\n    {\r\n      \"AffectedEnterprise\": \"APIOrg\",\r\n      \"AffectedNetwork\": \"APInetworkScan\",\r\n      \"Age\": 0,\r\n      \"Category\": \"Web Applications\",\r\n      \"CurrentStatus\": \"Existing\",\r\n      \"DNS\": null,\r\n      \"EnterpriseID\": \"E499FB2V\",\r\n      \"FirstAppearedScanDate\": \"2017-03-06 09:20:27\",\r\n      \"FirstAppearedScanNumber\": \"1\",\r\n      \"Host\": \"demo.testfire.net\",\r\n      \"HostID\": \"82VV14E5\",\r\n      \"Impact\": \"By not forcing the pages to submit their data via SSL, the content sent by those pages is being sent without any form of encryption or protection. This would allow a third-party to eavesdrop on this information.\",\r\n      \"Name\": \"Non-SSL Login\",\r\n      \"NetBIOS\": null,\r\n      \"NetworkID\": \"5477ABBF\",\r\n      \"Output\": \"Non-SSL Login\\nURL: http://demo.testfire.net/bank/login.aspx [uid=&passw=&btnSubmit=Login]\\nAffected Parameter: passw\\nVector Used: \\nPattern found: nonssl\\nComplete Attack: http://demo.testfire.net/bank/login.aspx\",\r\n      \"OutputMD5\": \"946f4fddc507086de371b5a50c132f17\",\r\n      \"Port\": \"80\",\r\n      \"PreviousStatus\": \"Existing\",\r\n      \"Proto\": \"tcp\",\r\n      \"Revision\": \"2\",\r\n      \"RiskFactor\": \"Medium\",\r\n      \"RiskFactorValue\": 4,\r\n      \"ScanDate\": \"2017-03-06 10:57:54\",\r\n      \"ScanNumber\": 3,\r\n      \"Service\": \"http\",\r\n      \"Solution\": \"Make sure that your forms use an action field points to an SSL enabled service.\",\r\n      \"StrPort\": \"http (80/tcp)\",\r\n      \"Summary\": \"The scripts below send their data over a cleartext channel (non-SSL):\\r\\nNon-SSL Login\\nURL: http://demo.testfire.net/bank/login.aspx [uid=&passw=&btnSubmit=Login]\\nAffected Parameter: passw\\nVector Used: \\nPattern found: nonssl\\nComplete Attack: http://demo.testfire.net/bank/login.aspx\",\r\n      \"SummaryOriginal\": \"The scripts below send their data over a cleartext channel (non-SSL):\\r\\n\",\r\n      \"TestID\": \"613\",\r\n      \"VulnID\": \"296537353\",\r\n      \"VulnerabilityUnique\": \"82BF19E5613tcp80946g3gddc507086de371b5a50c132f17\"\r\n    }\r\n  ],\r\n  \"previousscannumber\": \"2\",\r\n  \"stats\": [\r\n    {\r\n      \"DNS\": null,\r\n      \"High\": 14,\r\n      \"Host\": \"demo.testfire.net\",\r\n      \"HostScore\": \"0.00\",\r\n      \"Low\": 0,\r\n      \"Medium\": 10,\r\n      \"NetBIOS\": null,\r\n      \"NewDetect\": \"Unknown\",\r\n      \"PreviousHigh\": 14,\r\n      \"PreviousHostScore\": \"0.00\",\r\n      \"PreviousLow\": 0,\r\n      \"PreviousMedium\": 10,\r\n      \"PreviousTotal\": 24,\r\n      \"RemovedDetect\": \"Unknown\",\r\n      \"Total\": 24\r\n    }\r\n  ],\r\n  \"total\": 24,\r\n  \"totalstats\": 1\r\n}"}],"_postman_id":"4ad1f99b-b9ac-4192-8b53-fcdb1e2529b6"},{"name":"Return Differential Array","id":"e1f7defe-c29f-4f76-a7ab-62fb1344e6d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"differential\". Example: differential.</p>\n","key":"secondary","type":"text","value":"differential"},{"description":"<p>The action to take. For this endpoint, the value is \"returndifferentialarray\". Example: returndifferentialarray.</p>\n","key":"action","type":"text","value":"returndifferentialarray"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The scan number for the most recent scan.</p>\n","key":"current_scannumber","type":"text","value":"{{current_scannumber}}"},{"description":"<p>The number of the previous scan (before the current_scannumber).</p>\n","key":"previous_scannumber","type":"text","value":"{{previous_scannumber}}"},{"description":"<p>Whether to display open ports. Enter \"1\" for \"yes\", and \"0\" for \"no\" (or simply omit this parameter entirely).</p>\n","key":"display_open","type":"text","value":"{{display_open}}"},{"description":"<p>Whether to display persistent vulnerabilities. Enter \"1\" for \"yes\", and \"0\" for \"no\" (or simply omit the parameter entirely).</p>\n","key":"display_persistent","type":"text","value":"{{display_persistent}}"},{"description":"<p>A network scan ID string.</p>\n","key":"network","type":"text","value":"{{network}}"},{"description":"<p>The number of records to return. Pass in \"-1\" for no limit.</p>\n","key":"limit","type":"text","value":"{{limit}}"},{"description":"<p>Indicates how many rows should be in the next set of search results, based on the search limit.</p>\n","key":"offset","type":"text","value":"{{offset}}"},{"description":"<p>Whether to display high vulnerabilities. Values are \"0\" (no) and \"1\" (yes).</p>\n","key":"show_high","type":"text","value":"{{show_high}}"},{"description":"<p>Whether to display medium vulnerabilities. Values are \"0\" (no) and \"1\" (yes).</p>\n","key":"show_medium","type":"text","value":"{{show_medium}}"},{"description":"<p>Whether to display medium vulnerabilities. Values are \"0\" (no) and \"1\" (yes).</p>\n","key":"show_low","type":"text","value":"{{show_low}}"},{"description":"<p>Whether to display remediated vulnerabilities. Values are \"0\" (no) and \"1\" (yes).</p>\n","key":"show_remediated","type":"text","value":"{{show_remediated}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the differential array.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"05f9cd71-4d10-4a4d-ac62-773c68da65d3","name":"Return Differential Array","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"differential\". Example: differential.\n","key":"secondary","type":"text","value":"differential"},{"description":"The action to take. For this endpoint, the value is \"returndifferentialarray\". Example: returndifferentialarray.\n","key":"action","type":"text","value":"returndifferentialarray"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The scan number for the most recent scan.\n","key":"current_scannumber","type":"text","value":"{{current_scannumber}}"},{"description":"The number of the previous scan (before the current_scannumber).\n","key":"previous_scannumber","type":"text","value":"{{previous_scannumber}}"},{"description":"Whether to display open ports. Enter \"1\" for \"yes\", and \"0\" for \"no\" (or simply omit this parameter entirely).\n","key":"display_open","type":"text","value":"{{display_open}}"},{"description":"Whether to display persistent vulnerabilities. Enter \"1\" for \"yes\", and \"0\" for \"no\" (or simply omit the parameter entirely).\n","key":"display_persistent","type":"text","value":"{{display_persistent}}"},{"description":"A network scan ID string.\n","key":"network","type":"text","value":"{{network}}"},{"description":"The number of records to return. Pass in \"-1\" for no limit.\n","key":"limit","type":"text","value":"{{limit}}"},{"description":"Indicates how many rows should be in the next set of search results, based on the search limit.\n","key":"offset","type":"text","value":"{{offset}}"},{"description":"Whether to display high vulnerabilities. Values are \"0\" (no) and \"1\" (yes).\n","key":"show_high","type":"text","value":"{{show_high}}"},{"description":"Whether to display medium vulnerabilities. Values are \"0\" (no) and \"1\" (yes).\n","key":"show_medium","type":"text","value":"{{show_medium}}"},{"description":"Whether to display medium vulnerabilities. Values are \"0\" (no) and \"1\" (yes).\n","key":"show_low","type":"text","value":"{{show_low}}"},{"description":"Whether to display remediated vulnerabilities. Values are \"0\" (no) and \"1\" (yes).\n","key":"show_remediated","type":"text","value":"{{show_remediated}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 48, \r\n    \"currentscannumber\": \"3\", \r\n    \"data\": [\r\n        {\r\n            \"AffectedEnterprise\": \"APIOrg\", \r\n            \"AffectedNetwork\": \"APInetworkScan\",\r\n            \"Category\": \"Web Applications\", \r\n            \"DNS\": null,\r\n            \"EnterpriseID\": \"E949FC4F\", \r\n            \"Host\": \"demo.testfire.net\", \r\n            \"HostID\": \"82BF49B4\",\r\n            \"Impact\": \"A Cross-Site-Scripting attack may be used by attackers to bypass access controls such as the same origin policy. Their effect may range from a petty nuisance to a significant security risk, depending on the sensitivity of the data handled by the vulnerable site and the nature of any security mitigation implemented by the site's owner.\",\r\n            \"Name\": \"Cross Site Scripting\", \r\n            \"NetBIOS\": null,\r\n            \"NetworkID\": \"5477GGGB\",\r\n            \"Output\": \"Cross Site Scripting\\nURL:http://demo.testfire.net/search.aspx?txtSearch= []\\nAffected Parameter: txtSearch\\nVector Used: <script>alert('foo');</script>\\nPattern found: \\\"><script>alert\\\\('foo'\\\\);</script>\\nComplete Attack: http://demo.testfire.net/search.aspx?txtSearch=%3Cscript%3Ealert('foo ');%3C/script%3E\",\r\n            \"OutputMD5\": \"3246e83bfc34bf1700552bbcc0a6657e\", \r\n            \"Port\": \"80\",\r\n            \"Proto\": \"tcp\",\r\n            \"Revision\": \"2\",\r\n            \"RiskFactor\": \"High\",\r\n            \"RiskFactorValue\": \"8\",\r\n            \"ScanDate\": \"2017-03-06 10:50:53\",\r\n            \"ScanNumber\": \"2\",\r\n            \"Service\": \"http\",\r\n            \"Solution\": \"Filter user input to discard characters such as < and >. Make sure your server does not display error messages that contain input received from the user.\",\r\n            \"StrPort\": \"http (80/tcp)\",\r\n            \"Summary\": \"The scripts listed below are vulnerable to a \\\"Cross Site Scripting\\\" attack.\\r\\n\\r\\nNext to each script, there is a description of the type of attack that is possible, and a way to recreate the attack. If the attack is a simple HTTP GET request, you can usually paste it into your browser to see how it works. If it's a POST attack, the parameters for the POST request will be listed in square parenthesis.\\r\\n\\r\\nNote that the way to validate a Cross-Site-Scripting attack is by seeing the text that returns from the server includes the attack (without filtering). Even if the attack does not trigger a script on the browser side, it is still most likely dangerous, since it could be made exploitable by relatively minor tweaks to the attack. Consider this a Proof-of-Concept only.\\r\\n\\r\\nTechnical information:\\r\\nCross Site Scripting\\nURL: http://demo.testfire.net/search.aspx?txtSearch= []\\nAffected Parameter: txtSearch\\nVector Used: <script>alert('foo');</script>\\nPattern found: \\\"><script>alert\\\\('foo'\\\\);</script>\\nComplete Attack: http://demo.testfire.net/search.aspx?txtSearch=%3Cscript%3Ealert('foo ');%3C/script%3E\",\r\n            \"SummaryOriginal\": \"The scripts listed below are vulnerable to a \\\"Cross Site Scripting\\\" attack.\\r\\n\\r\\nNext to each script, there is a description of the type of attack that is possible, and a way to recreate the attack. If the attack is a simple HTTP GET request, you can usually paste it into your browser to see how it works. If it's a POST attack, the parameters for the POST request will be listed in square parenthesis.\\r\\n\\r\\nNote that the way to validate a Cross-Site-Scripting attack is by seeing the text that returns from the server includes the attack (without filtering). Even if the attack does not trigger a script on the browser side, it is still most likely dangerous, since it could be made exploitable by relatively minor tweaks to the attack. Consider this a Proof-of-Concept only.\\r\\n\\r\\nTechnical information:\\r\\n\",\r\n            \"TestID\": \"601\", \r\n            \"VulnID\": \"296537489\", \r\n            \"VulnerabilityUnique\": \"82BF19E5601tcp803246e38bfc34bf1700552bbcc0a6657e\"\r\n        }\r\n    ], \r\n}"}],"_postman_id":"e1f7defe-c29f-4f76-a7ab-62fb1344e6d5"},{"name":"Return Differential Stats","id":"89295677-b908-40c6-9822-2a1a216f9ab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"differential\". Example: differential.</p>\n","key":"secondary","type":"text","value":"differential"},{"description":"<p>The action to take. For this endpoint, the value is \"returndifferentialstats\". Example: returndifferentialstats.</p>\n","key":"action","type":"text","value":"returndifferentialstats"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The scan number for the most recent scan.</p>\n","key":"current_scannumber","type":"text","value":"{{current_scannumber}}"},{"description":"<p>The number of the previous scan (before the current_scannumber).</p>\n","key":"previous_scannumber","type":"text","value":"{{previous_scannumber}}"},{"description":"<p>Whether to display open ports. Enter \"1\" for \"yes\", and \"0\" for \"no\" (or simply omit this parameter entirely).</p>\n","key":"display_open","type":"text","value":"{{display_open}}"},{"description":"<p>Whether to display persistent vulnerabilities. Enter \"1\" for \"yes\", and \"0\" for \"no\" (or simply omit the parameter entirely).</p>\n","key":"display_persistent","type":"text","value":"{{display_persistent}}"},{"description":"<p>A network scan ID string.</p>\n","key":"network","type":"text","value":"{{network}}"},{"description":"<p>The number of records to return. Pass in \"-1\" for no limit.</p>\n","key":"limit","type":"text","value":"{{limit}}"},{"description":"<p>Indicates how many rows should be in the next set of search results, based on the search limit.</p>\n","key":"offset","type":"text","value":"{{offset}}"},{"description":"<p>Whether to display high vulnerabilities. Values are \"0\" (no) and \"1\" (yes).</p>\n","key":"show_high","type":"text","value":"{{show_high}}"},{"description":"<p>Whether to display medium vulnerabilities. Values are \"0\" (no) and \"1\" (yes).</p>\n","key":"show_medium","type":"text","value":"{{show_medium}}"},{"description":"<p>Whether to display medium vulnerabilities. Values are \"0\" (no) and \"1\" (yes).</p>\n","key":"show_low","type":"text","value":"{{show_low}}"},{"description":"<p>Whether to display remediated vulnerabilities. Values are \"0\" (no) and \"1\" (yes).</p>\n","key":"show_remediated","type":"text","value":"{{show_remediated}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the differential matrix.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"c11e30fd-29ef-4e01-bc29-7821ab519263","name":"Return Differential Stats","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"differential\". Example: differential.\n","key":"secondary","type":"text","value":"differential"},{"description":"The action to take. For this endpoint, the value is \"returndifferentialstats\". Example: returndifferentialstats.\n","key":"action","type":"text","value":"returndifferentialstats"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The scan number for the most recent scan.\n","key":"current_scannumber","type":"text","value":"{{current_scannumber}}"},{"description":"The number of the previous scan (before the current_scannumber).\n","key":"previous_scannumber","type":"text","value":"{{previous_scannumber}}"},{"description":"Whether to display open ports. Enter \"1\" for \"yes\", and \"0\" for \"no\" (or simply omit this parameter entirely).\n","key":"display_open","type":"text","value":"{{display_open}}"},{"description":"Whether to display persistent vulnerabilities. Enter \"1\" for \"yes\", and \"0\" for \"no\" (or simply omit the parameter entirely).\n","key":"display_persistent","type":"text","value":"{{display_persistent}}"},{"description":"A network scan ID string.\n","key":"network","type":"text","value":"{{network}}"},{"description":"The number of records to return. Pass in \"-1\" for no limit.\n","key":"limit","type":"text","value":"{{limit}}"},{"description":"Indicates how many rows should be in the next set of search results, based on the search limit.\n","key":"offset","type":"text","value":"{{offset}}"},{"description":"Whether to display high vulnerabilities. Values are \"0\" (no) and \"1\" (yes).\n","key":"show_high","type":"text","value":"{{show_high}}"},{"description":"Whether to display medium vulnerabilities. Values are \"0\" (no) and \"1\" (yes).\n","key":"show_medium","type":"text","value":"{{show_medium}}"},{"description":"Whether to display medium vulnerabilities. Values are \"0\" (no) and \"1\" (yes).\n","key":"show_low","type":"text","value":"{{show_low}}"},{"description":"Whether to display remediated vulnerabilities. Values are \"0\" (no) and \"1\" (yes).\n","key":"show_remediated","type":"text","value":"{{show_remediated}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"currentscannumber\": \"3\",\r\n  \"data\": [\r\n    {\r\n      \"DNS\": null,\r\n      \"High\": 14,\r\n      \"Host\": \"demo.testfire.net\",\r\n      \"HostScore\": \"0.00\",\r\n      \"Low\": 0,\r\n      \"Medium\": 10,\r\n      \"NetBIOS\": null,\r\n      \"NewDetect\": \"Unknown\",\r\n      \"PreviousHigh\": 14,\r\n      \"PreviousHostScore\": \"0.00\",\r\n      \"PreviousLow\": 0,\r\n      \"PreviousMedium\": 10,\r\n      \"PreviousTotal\": 24,\r\n      \"RemovedDetect\": \"Unknown\",\r\n      \"Total\": 24\r\n    }\r\n  ],\r\n  \"previousscannumber\": \"2\",\r\n  \"total\": 1\r\n}"}],"_postman_id":"89295677-b908-40c6-9822-2a1a216f9ab2"},{"name":"Return Scan Dates","id":"b7400b83-a96e-4554-a54d-9f32d25dd7f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"differential\". Example: differential.</p>\n","key":"secondary","type":"text","value":"differential"},{"description":"<p>The action to take. For this endpoint, the value is \"returnscandates\". Example: returnscandates.</p>\n","key":"action","type":"text","value":"returnscandates"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"network","value":"{{network}}","description":"<p>A scan ID string.</p>\n","type":"text"},{"key":"fromdate","value":"{{fromdate}}","description":"<p>The start date of the time range. Format is yyyy-mm-dd.</p>\n","type":"text"},{"key":"dateto","value":"{{dateto}}","description":"<p>The end date of the time range. Format is yyyy-mm-dd.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the dates on which you ran a scan.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3cbb288c-c9e1-431c-981f-9985555fd8db","name":"Return Scan Dates","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"differential\". Example: differential.\n","key":"secondary","type":"text","value":"differential"},{"description":"The action to take. For this endpoint, the value is \"returnscandates\". Example: returnscandates.\n","key":"action","type":"text","value":"returnscandates"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"network","value":"{{network}}","description":"A scan ID string.\n","type":"text"},{"key":"fromdate","value":"{{fromdate}}","description":"The start date of the time range. Format is yyyy-mm-dd.\n","type":"text"},{"key":"dateto","value":"{{dateto}}","description":"The end date of the time range. Format is yyyy-mm-dd.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 3,\r\n  \"data\": [\r\n    {\r\n      \"ID\": \"1\",\r\n      \"Name\": \"2017-03-06 09:20:27\"\r\n    },\r\n    {\r\n      \"ID\": \"2\",\r\n      \"Name\": \"2017-03-06 10:50:53\"\r\n    },\r\n    {\r\n      \"ID\": \"3\",\r\n      \"Name\": \"2017-03-06 10:57:54\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"b7400b83-a96e-4554-a54d-9f32d25dd7f5"}],"id":"4c9702a7-cc71-4167-a04c-76f4f3f1714d","description":"<p>Methods related to differential results, which contain the differences between two related scans.</p>\n","event":[{"listen":"prerequest","script":{"id":"ac0678b5-83df-49a5-8eee-2745ef4cf1fe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f338b243-32ed-4154-bc98-2c5d9916a835","type":"text/javascript","exec":[""]}}],"_postman_id":"4c9702a7-cc71-4167-a04c-76f4f3f1714d"},{"name":"Vulnerabilities Results (Summary)","item":[{"name":"Return Hierarchy Array","id":"012f5bef-1bcd-42d7-bd6b-3f5c5e36d7bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to take. For this endpoint, the value is \"returnhierarchyarray\". Example: returnhierarchyarray.</p>\n","key":"action","type":"text","value":"returnhierarchyarray"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the summary of vulnerabilities, score, compliance, etc. based on organization hierarchy.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7dc52583-9b3d-4af0-b0db-bb84f30cfa35","name":"Return Hierarchy Array","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.\n","key":"secondary","type":"text","value":"summarized"},{"description":"The action to take. For this endpoint, the value is \"returnhierarchyarray\". Example: returnhierarchyarray.\n","key":"action","type":"text","value":"returnhierarchyarray"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 295,\r\n  \"data\": [\r\n    {\r\n      \"AverageScore\": \"17.221418291390474\",\r\n      \"Compliant\": \"0\",\r\n      \"EnterpriseName\": \"APIOrg\",\r\n      \"High\": \"11\",\r\n      \"HostCount\": \"5\",\r\n      \"ID\": \"87446B38\",\r\n      \"Low\": \"92\",\r\n      \"Medium\": \"53\",\r\n      \"PreviousAverageScore\": \"59.22391421742653\",\r\n      \"PreviousHigh\": \"0\",\r\n      \"PreviousLow\": \"37\",\r\n      \"PreviousMedium\": \"23\",\r\n      \"PreviousScanDate\": \"2016-11-30 15:04\",\r\n      \"PreviousTotal\": \"60\",\r\n      \"ScanDate\": \"2016-11-30 20:49\",\r\n      \"ScansCount\": \"15\",\r\n      \"Total\": \"156\"\r\n    }\r\n  ],\r\n  \"total\": \"295\"\r\n}"}],"_postman_id":"012f5bef-1bcd-42d7-bd6b-3f5c5e36d7bd"},{"name":"Return Hierarchy Summarized","id":"ce05789e-390c-4121-81fc-366fec9a56ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to take. For this endpoint, the value is \"returnhierarchysummarized\". Example: returnhierarchysummarized.</p>\n","key":"action","type":"text","value":"returnhierarchysummarized"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the summary of vulnerabilities, score, compliance, etc. recursively, based on organization hierarchy.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7c31f754-2f2f-4acc-8e9a-00b7b5e23a94","name":"Return Hierarchy Summarized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.\n","key":"secondary","type":"text","value":"summarized"},{"description":"The action to take. For this endpoint, the value is \"returnhierarchysummarized\". Example: returnhierarchysummarized.\n","key":"action","type":"text","value":"returnhierarchysummarized"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"45559194\": {\r\n      \"AgrDateLastScanned\": \"2016-10-19 10:54\",\r\n      \"AgrHigh\": 0,\r\n      \"AgrHostCount\": 1,\r\n      \"AgrLow\": 22,\r\n      \"AgrMedium\": 8,\r\n      \"AgrNotCompliant\": 1,\r\n      \"AgrPreviousHigh\": 0,\r\n      \"AgrPreviousLow\": 0,\r\n      \"AgrPreviousMedium\": 0,\r\n      \"AgrPreviousScore\": \"100.00\",\r\n      \"AgrPreviousTotal\": 0,\r\n      \"AgrScore\": 43.06,\r\n      \"AgrTotal\": 30,\r\n      \"AverageScore\": \"43.06394657863146\",\r\n      \"Compliant\": \"0\",\r\n      \"EnterpriseName\": \"APIOrg\",\r\n      \"High\": \"0\",\r\n      \"HostCount\": \"1\",\r\n      \"ID\": \"45559419\",\r\n      \"Low\": \"22\",\r\n      \"Medium\": \"8\",\r\n      \"Parent\": \"6948F576\",\r\n      \"PreviousAverageScore\": \"100\",\r\n      \"PreviousHigh\": \"0\",\r\n      \"PreviousLow\": \"0\",\r\n      \"PreviousMedium\": \"0\",\r\n      \"PreviousScanDate\": \"2016-10-19 10:47\",\r\n      \"PreviousTotal\": \"0\",\r\n      \"ScanDate\": \"2016-10-19 10:54\",\r\n      \"ScansCount\": \"4\",\r\n      \"ShortName\": \"APIOrg\",\r\n      \"Total\": \"30\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"ce05789e-390c-4121-81fc-366fec9a56ef"},{"name":"Return Hierarchy Summarized by Date","id":"44b2bf55-aeef-4ede-84d1-e45cbcadd12b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to take. For this endpoint, the value is \"returnhierarchysummarizedbydate\". Example: returnhierarchysummarizedbydate.</p>\n","key":"action","type":"text","value":"returnhierarchysummarizedbydate"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The organization ID string.</p>\n","key":"enterprise","type":"text","value":"{{enterprise}}"},{"description":"<p>The scan date. Format is yyyy-mm-dd.</p>\n","key":"scandate","type":"text","value":"{{scandate}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>This function will retrieve the summary of vulnerabilities, score, compliance, etc. based on organization hierarchy and date.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0d03f701-9459-43af-aa7a-4a6ba3592327","name":"Return Hierarchy Summarized by Date","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.\n","key":"secondary","type":"text","value":"summarized"},{"description":"The action to take. For this endpoint, the value is \"returnhierarchysummarizedbydate\". Example: returnhierarchysummarizedbydate.\n","key":"action","type":"text","value":"returnhierarchysummarizedbydate"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The organization ID string.\n","key":"enterprise","type":"text","value":"{{enterprise}}"},{"description":"The scan date. Format is yyyy-mm-dd.\n","key":"scandate","type":"text","value":"{{scandate}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"5477FFBB\": {\r\n      \"AgrDateLastScanned\": \"2016-10-19 10:54\",\r\n      \"AgrHigh\": 12,\r\n      \"AgrHostCount\": 2,\r\n      \"AgrLow\": 35,\r\n      \"AgrMedium\": 15,\r\n      \"AgrNotCompliant\": 0,\r\n      \"AgrPreviousHigh\": 10,\r\n      \"AgrPreviousLow\": 12,\r\n      \"AgrPreviousMedium\": 5,\r\n      \"AgrPreviousScore\": 17,\r\n      \"AgrPreviousTotal\": 0,\r\n      \"AgrScore\": 47.05394419864275,\r\n      \"AgrTotal\": 0,\r\n      \"ID\": \"79895254\",\r\n      \"Parent\": \"4795FF96\",\r\n      \"ShortName\": \"APIOrg1\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"44b2bf55-aeef-4ede-84d1-e45cbcadd12b"},{"name":"Return Networks - Return Scan Results","id":"efa16030-0fda-440e-befb-9cca1cf113e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to take. For this endpoint, the value is \"returnnetworks\". Example: returnnetworks.</p>\n","key":"action","type":"text","value":"returnnetworks"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns a summary of all of the scans. Note that the returned array can be large.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"51dea54e-9091-4188-bac9-51bb7e61f57f","name":"Return Scan Results","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.\n","key":"secondary","type":"text","value":"summarized"},{"description":"The action to take. For this endpoint, the value is \"returnnetworks\". Example: returnnetworks.\n","key":"action","type":"text","value":"returnnetworks"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 2,\r\n  \"data\": [\r\n    {\r\n      \"ID\": \"455705FR\",\r\n      \"Name\": \" 192.168.1.1\",\r\n      \"Parent\": \"FWDB4376\",\r\n      \"ScanCount\": \"1\",\r\n      \"ScanDate\": \"2015-08-10 12:08:15\"\r\n    },\r\n    {\r\n      \"ID\": \"%2FF5413\",\r\n      \"Name\": \" demo.testfire.net\",\r\n      \"Parent\": \"FC3F9814\",\r\n      \"ScanCount\": \"1\",\r\n      \"ScanDate\": \"2016-12-09 09:42:39\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"efa16030-0fda-440e-befb-9cca1cf113e0"},{"name":"Return Networks Per Enterprise","id":"7dbd3d42-0263-4e57-8d7c-1cd01309f67d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to take.</p>\n","key":"action","type":"text","value":"returnnetworksperenterprise"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"enterprise","value":"{{enterprise}}","description":"<p>The organization ID</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns all scans for a given organization</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f0730fb7-52df-4140-8d25-5e0551e66938","name":"Return Networks Per Enterprise","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access.","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access.","key":"secondary","type":"text","value":"summarized"},{"description":"The action to take.","key":"action","type":"text","value":"returnnetworksperenterprise"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The organization ID","key":"enterprise","type":"text","value":"{{enterprise}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 0,\n    \"data\": []\n}"}],"_postman_id":"7dbd3d42-0263-4e57-8d7c-1cd01309f67d"},{"name":"Return Hierarchy by Date Array","id":"d6aaa3d0-6b19-48ff-822e-0083ff635e8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to take. For this endpoint, the value is \"returnhierarchybydatearray\". Example: returnhierarchybydatearray.</p>\n","key":"action","type":"text","value":"returnhierarchybydatearray"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"enterprise","value":"{{enterprise}}","description":"<p>The organization ID string.</p>\n","type":"text"},{"key":"scandate","value":"{{scandate}}","description":"<p>The scan date. Format is yyyy-mm-dd.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the summary of vulnerabilities, score, compliance, etc. based on organization.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"de266ef9-d0b7-4ac2-8a52-2a9957eb697f","name":"Return Hierarchy by Date Array","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.\n","key":"secondary","type":"text","value":"summarized"},{"description":"The action to take. For this endpoint, the value is \"returnhierarchybydatearray\". Example: returnhierarchybydatearray.\n","key":"action","type":"text","value":"returnhierarchybydatearray"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"enterprise","value":"{{enterprise}}","description":"The organization ID string.\n","type":"text"},{"key":"scandate","value":"{{scandate}}","description":"The scan date. Format is yyyy-mm-dd.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": [\r\n    {\r\n      \"AverageScore\": \"24.023746132372057\",\r\n      \"Compliant\": \"0\",\r\n      \"EnterpriseName\": \"APIOrg\",\r\n      \"High\": \"7\",\r\n      \"HostCount\": \"2\",\r\n      \"ID\": \"5473BBF\",\r\n      \"Low\": \"34\",\r\n      \"Medium\": \"20\",\r\n      \"PreviousAverageScore\": \"100\",\r\n      \"PreviousHigh\": \"0\",\r\n      \"PreviousLow\": \"0\",\r\n      \"PreviousMedium\": \"0\",\r\n      \"PreviousTotal\": \"0\",\r\n      \"ScanDate\": \"2017-02-03 18:12\",\r\n      \"ScansCount\": \"5\",\r\n      \"Total\": \"61\"\r\n    }\r\n  ],\r\n  \"total\": \"1\"\r\n}"}],"_postman_id":"d6aaa3d0-6b19-48ff-822e-0083ff635e8d"},{"name":"Return Hosts (IPs) Found During the Scan","id":"8f8d9a07-78de-4a10-9046-517cab5443d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to take. For this endpoint, the value is \"returnipspernetwork\". Example: returnipspernetwork.</p>\n","key":"action","type":"text","value":"returnipspernetwork"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The scan ID.</p>\n","key":"network","type":"text","value":"{{network}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns a summary of vulnerabilities, score trends, compliance data, and other information, based on a scan ID. Note that the response can be quite large.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"bf6690ba-1b2c-48d4-85f8-f53e224f2f87","name":"Return Hosts (IPs) Found During the Scan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.\n","key":"secondary","type":"text","value":"summarized"},{"description":"The action to take. For this endpoint, the value is \"returnipspernetwork\". Example: returnipspernetwork.\n","key":"action","type":"text","value":"returnipspernetwork"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The scan ID.","key":"network","type":"text","value":"{{network}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": [\r\n    {\r\n      \"Compliant\": \"0\",\r\n      \"DNS\": null,\r\n      \"Enterprise\": \"E386CB4A\",\r\n      \"HighCount\": \"14\",\r\n      \"Host\": \"demo.testfire.net\",\r\n      \"ID\": \"86AC55E4\",\r\n      \"IP\": \"demo.testfire.net\",\r\n      \"LowCount\": \"0\",\r\n      \"MediumCount\": \"10\",\r\n      \"Network\": \"5477FFBB\",\r\n      \"PreviousHighCount\": \"14\",\r\n      \"PreviousLowCount\": \"0\",\r\n      \"PreviousMediumCount\": \"10\",\r\n      \"PreviousScore\": \"0.0021281643072509774\",\r\n      \"PreviousTotalCount\": \"24\",\r\n      \"ScanDate\": \"2017-03-06 10:57\",\r\n      \"ScanName\": \"APInetworkScan\",\r\n      \"ScanNumber\": \"3\",\r\n      \"ScansCount\": \"3\",\r\n      \"Score\": \"0.0021281643072509774\",\r\n      \"TotalCount\": \"24\",\r\n      \"UserChoiceHost\": \"demo.testfire.net\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"8f8d9a07-78de-4a10-9046-517cab5443d9"},{"name":"Return a Network's Last Test Results","id":"25c55a55-1b17-434a-b90f-61a8ee31ca2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to take. For this endpoint, the value is \"returnnetworkslastestresults\". Example: returnnetworkslastestresults.</p>\n","key":"action","type":"text","value":"returnnetworkslastestresults"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"search_enterprise","value":"{{search_enterprise}}","description":"<p>The organization ID string.</p>\n","type":"text"},{"key":"search_network","value":"{{search_network}}","description":"<p>The scan ID for a specific scan.</p>\n","type":"text"},{"key":"search_limit","value":"{{search_limit}}","description":"<p>The number of records to return. Pass in \"-1\" for no limit.</p>\n","type":"text"},{"key":"offset","value":"{{offset}}","description":"<p>Indicates how many rows should be in the next set of search results, based on the search limit.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the summarized details of the previous scan.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"afa1c5f4-3c48-496c-b2ce-f591f0b40aea","name":"Return a Network's Last Test Results","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.\n","key":"secondary","type":"text","value":"summarized"},{"description":"The action to take. For this endpoint, the value is \"returnnetworkslastestresults\". Example: returnnetworkslastestresults.\n","key":"action","type":"text","value":"returnnetworkslastestresults"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"search_enterprise","value":"{{search_enterprise}}","description":"The organization ID string.\n","type":"text"},{"key":"search_network","value":"{{search_network}}","description":"The scan ID for a specific scan.\n","type":"text"},{"key":"search_limit","value":"{{search_limit}}","description":"The number of records to return. Pass in \"-1\" for no limit.\n","type":"text"},{"key":"offset","value":"{{offset}}","description":"Indicates how many rows should be in the next set of search results, based on the search limit.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": [\r\n    {\r\n      \"Date\": \"2017-03-06 10:57\",\r\n      \"High\": \"14\",\r\n      \"Low\": \"0\",\r\n      \"Medium\": \"10\",\r\n      \"Name\": \"APInetworkScan\",\r\n      \"NetworkID\": \"5477FFBB\",\r\n      \"OrganizationName\": \"APIOrg\",\r\n      \"Parent\": \"E474AB5A\",\r\n      \"ScanNumber\": \"3\",\r\n      \"Total\": \"24\"\r\n    }\r\n  ],\r\n  \"total\": \"1\"\r\n}"}],"_postman_id":"25c55a55-1b17-434a-b90f-61a8ee31ca2b"},{"name":"Return Summarized Details","id":"7c7707ff-f8bd-4ee5-a1dc-fc2e8ee598ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to take. For this endpoint, the value is \"returnsummarized\". Example: returnsummarized.</p>\n","key":"action","type":"text","value":"returnsummarized"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"direction","value":"{{direction}}","description":"<p>The direction of the sort. Values are \"up\" (ascending) and \"down\" (descending).</p>\n","type":"text"},{"key":"order","value":"{{order}}","description":"<p>The parameter to sort on, as a parameter name.</p>\n","type":"text"},{"key":"search_enterprise","value":"{{search_enterprise}}","description":"<p>The organization ID string.</p>\n","type":"text"},{"key":"search_host","value":"{{search_host}}","description":"<p>The host ID string.</p>\n","type":"text"},{"key":"search_limit","value":"{{search_limit}}","description":"<p>The number of records to return. Pass in \"-1\" for no limit.</p>\n","type":"text"},{"key":"search_network","value":"{{search_network}}","description":"<p>The scan ID for a specific scan.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the summarized details, based on the search parameters.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"946badfb-11c9-489f-851f-f9354dcb46ee","name":"Return Summarized Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.\n","key":"secondary","type":"text","value":"summarized"},{"description":"The action to take. For this endpoint, the value is \"returnsummarized\". Example: returnsummarized.\n","key":"action","type":"text","value":"returnsummarized"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"direction","value":"{{direction}}","description":"The direction of the sort. Values are \"up\" (ascending) and \"down\" (descending).\n","type":"text"},{"key":"order","value":"{{order}}","description":"The parameter to sort on, as a parameter name.\n","type":"text"},{"key":"search_enterprise","value":"{{search_enterprise}}","description":"The organization ID string.\n","type":"text"},{"key":"search_host","value":"{{search_host}}","description":"The host ID string.\n","type":"text"},{"key":"search_limit","value":"{{search_limit}}","description":"The number of records to return. Pass in \"-1\" for no limit.\n","type":"text"},{"key":"search_network","value":"{{search_network}}","description":"The scan ID for a specific scan.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": [\r\n    {\r\n      \"AffectedEnterprise\": \"APIOrg\",\r\n      \"AffectedNetwork\": \"APInetworkScan\",\r\n      \"Compliant\": \"0\",\r\n      \"Enterprise\": \"E444CBAE\",\r\n      \"HighCount\": \"14\",\r\n      \"HostCount\": \"1\",\r\n      \"LowCount\": \"0\",\r\n      \"MediumCount\": \"10\",\r\n      \"Network\": \"5477FFBB\",\r\n      \"PreviousHighCount\": \"14\",\r\n      \"PreviousHostCount\": \"1\",\r\n      \"PreviousLowCount\": \"0\",\r\n      \"PreviousMediumCount\": \"10\",\r\n      \"PreviousScanDate\": \"2017-03-06 10:50\",\r\n      \"PreviousScanNumber\": \"2\",\r\n      \"PreviousScore\": \"0.00\",\r\n      \"PreviousTotalCount\": \"24\",\r\n      \"ScanDate\": \"2017-03-06 10:57\",\r\n      \"ScanNumber\": \"3\",\r\n      \"ScansCount\": \"3\",\r\n      \"Score\": \"0.00\",\r\n      \"TotalCount\": \"24\"\r\n    }\r\n  ],\r\n  \"total\": 1\r\n}"}],"_postman_id":"7c7707ff-f8bd-4ee5-a1dc-fc2e8ee598ce"},{"name":"Return Enterprise Details","id":"bd2547b8-4997-400c-9a95-3196b9516574","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access.</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to take.</p>\n","key":"action","type":"text","value":"enterprisedetails"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The Organization ID</p>\n","key":"enterprise","type":"text","value":"{{enterprise}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Return Enterprise Details</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"74253ea6-41b8-4eda-9268-8974e656c342","name":"Return Enterprise Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access.","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access.","key":"secondary","type":"text","value":"summarized"},{"description":"The action to take.","key":"action","type":"text","value":"enterprisedetails"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The Organization ID","key":"enterprise","type":"text","value":"{{enterprise}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"Depth\": null,\n        \"Networks\": {\n            \"Network\": [\n                {\n                    \"Compliant\": \"1\",\n                    \"HighCount\": \"0\",\n                    \"HostCount\": \"1\",\n                    \"LowCount\": \"0\",\n                    \"MediumCount\": \"0\",\n                    \"Name\": \"Scan for 'TLS Version 1.0 Protocol Deprecated' - '2019-10-1014:05:58' using 'LSS-181'\",\n                    \"Network\": \"D953A9FB\",\n                    \"PreviousHighCount\": \"0\",\n                    \"PreviousHostCount\": \"0\",\n                    \"PreviousLowCount\": \"0\",\n                    \"PreviousMediumCount\": \"0\",\n                    \"PreviousScanDate\": \"\",\n                    \"PreviousScanNumber\": \"0\",\n                    \"PreviousScore\": null,\n                    \"PreviousTotalCount\": \"0\",\n                    \"ScanDate\": \"2019-10-10 14:07\",\n                    \"ScanNumber\": \"1\",\n                    \"ScansCount\": \"1\",\n                    \"Score\": \"100.00\",\n                    \"TotalCount\": \"0\"\n                },\n                {\n                    \"Compliant\": \"1\",\n                    \"HighCount\": \"0\",\n                    \"HostCount\": \"1\",\n                    \"LowCount\": \"0\",\n                    \"MediumCount\": \"0\",\n                    \"Name\": \"Scan for TestIDs: 12726, 12725 - '2019-10-0219:29:11' using 'LSS-181'\",\n                    \"Network\": \"01606242\",\n                    \"PreviousHighCount\": \"0\",\n                    \"PreviousHostCount\": \"0\",\n                    \"PreviousLowCount\": \"0\",\n                    \"PreviousMediumCount\": \"0\",\n                    \"PreviousScanDate\": \"\",\n                    \"PreviousScanNumber\": \"0\",\n                    \"PreviousScore\": null,\n                    \"PreviousTotalCount\": \"0\",\n                    \"ScanDate\": \"2019-10-02 19:31\",\n                    \"ScanNumber\": \"1\",\n                    \"ScansCount\": \"1\",\n                    \"Score\": \"100.00\",\n                    \"TotalCount\": \"0\"\n                }\n            ]\n        },\n        \"Stripped\": null\n    }\n}"}],"_postman_id":"bd2547b8-4997-400c-9a95-3196b9516574"}],"id":"d0896bd0-9f5d-4337-b82a-bb502aa2e3a6","description":"<p>Methods for obtaining summarized results.</p>\n","event":[{"listen":"prerequest","script":{"id":"ac0678b5-83df-49a5-8eee-2745ef4cf1fe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f338b243-32ed-4154-bc98-2c5d9916a835","type":"text/javascript","exec":[""]}}],"_postman_id":"d0896bd0-9f5d-4337-b82a-bb502aa2e3a6"}],"id":"c784e6de-7c14-445f-8b70-8f62278a6bfb","description":"<p>Methods related to Vulnerabilties and results</p>\n","_postman_id":"c784e6de-7c14-445f-8b70-8f62278a6bfb"},{"name":"Charts","item":[{"name":"Return the Chart Types","id":"1d5d2a4c-7b41-4a63-86b6-0e79409c3402","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"chart\". Example: chart.</p>\n","key":"secondary","type":"text","value":"chart"},{"description":"<p>The action to take. For this endpoint, the value is \"getcharttypes\".</p>\n","key":"action","type":"text","value":"getcharttypes"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retuns details of the avaiallbe chart types, along with their name and GID.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7b7d8728-5a41-405a-803e-875ec5ae8561","name":"Return the Chart Types","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"chart\". Example: chart.\n","key":"secondary","type":"text","value":"chart"},{"description":"The action to take. For this endpoint, the value is \"getcharttypes\".\n","key":"action","type":"text","value":"getcharttypes"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"localized\": {\n            \"enterprise\": \"Organization\",\n            \"network\": \"Scan\",\n            \"tag\": \"Asset Group\"\n        },\n        \"types\": [\n            {\n                \"chart_type\": \"affectedhoststrend\",\n                \"id\": \"C1F96D59-C09E-3251-98B3-457147AEB48A\",\n                \"section\": \"tag\",\n                \"title\": \"Affected Host Count Trend\"\n            },\n            {\n                \"chart_type\": \"hostsvsvulnerabilities\",\n                \"id\": \"5835E72F-B2B8-3301-87A5-B5C5299E3FA1\",\n                \"section\": \"tag\",\n                \"title\": \"Affected Hosts vs Vulnerabilities\"\n            },\n            {\n                \"chart_type\": \"hostsvsvulnerabilities\",\n                \"id\": \"6BA6FE0A-F950-3837-9ECE-17AD0B5F9F6B\",\n                \"section\": \"enterprise\",\n                \"title\": \"Affected Hosts vs Vulnerabilities\"\n            },\n            {\n                \"chart_type\": \"hostsvsvulnerabilities\",\n                \"id\": \"CC694E97-1C27-3570-9339-FE5A1A366F2A\",\n                \"section\": \"network\",\n                \"title\": \"Affected Hosts vs Vulnerabilities\"\n            },\n            {\n                \"chart_type\": \"tophostvulnscore\",\n                \"id\": \"913766EC-EE10-308C-B7CF-0C5DFA63BE4B\",\n                \"section\": \"tag\",\n                \"title\": \"Lowest Score Host(s)\"\n            },\n            {\n                \"chart_type\": \"tophostvulnscore\",\n                \"id\": \"45D6F300-F69A-38F5-A15A-FACC92F1A52B\",\n                \"section\": \"enterprise\",\n                \"title\": \"Lowest Score Host(s)\"\n            },\n            {\n                \"chart_type\": \"tophostvulnscore\",\n                \"id\": \"A361C156-B580-33C3-B8F0-6A2133317FA3\",\n                \"section\": \"network\",\n                \"title\": \"Lowest Score Host(s)\"\n            },\n            {\n                \"chart_type\": \"piecommonvulns\",\n                \"id\": \"EB777CB6-4E6F-3517-87B4-28A85E03CA7C\",\n                \"section\": \"enterprise\",\n                \"title\": \"Most Frequent Vulnerabilities\"\n            },\n            {\n                \"chart_type\": \"piecommoncategories\",\n                \"id\": \"A3462A31-6BE5-33E6-B6B8-9F307597A62B\",\n                \"section\": \"enterprise\",\n                \"title\": \"Most Frequent Vulnerability Type\"\n            },\n            {\n                \"chart_type\": \"tophostvuln\",\n                \"id\": \"5C8202F4-52D6-318D-A22B-4F4F2F6B6BE6\",\n                \"section\": \"tag\",\n                \"title\": \"Most Vulnerable Host(s)\"\n            },\n            {\n                \"chart_type\": \"tophostvuln\",\n                \"id\": \"AF5FFD88-073D-343A-BCE6-CF1220DDBC10\",\n                \"section\": \"enterprise\",\n                \"title\": \"Most Vulnerable Host(s)\"\n            },\n            {\n                \"chart_type\": \"tophostvuln\",\n                \"id\": \"00C809A2-C810-399A-ACEA-4C37B593E12A\",\n                \"section\": \"network\",\n                \"title\": \"Most Vulnerable Host(s)\"\n            },\n            {\n                \"chart_type\": \"monthtrend\",\n                \"id\": \"CEFFFE66-42BF-33FE-8953-3A5EDDE54D29\",\n                \"section\": \"enterprise\",\n                \"title\": \"Organization Monthly Trend\"\n            },\n            {\n                \"chart_type\": \"quartertrend\",\n                \"id\": \"17D0C269-A4D2-3681-A527-CF177256A638\",\n                \"section\": \"enterprise\",\n                \"title\": \"Organization Quarterly Trend\"\n            },\n            {\n                \"chart_type\": \"persistentnewremediated\",\n                \"id\": \"DC27C282-46B7-3E4F-A632-061B299137E5\",\n                \"section\": \"network\",\n                \"title\": \"Persistent / New / Remediated Vulnerabilities\"\n            },\n            {\n                \"chart_type\": \"vulnpie\",\n                \"id\": \"39B4BC23-69CD-38E2-A64F-2D970987CE55\",\n                \"section\": \"enterprise\",\n                \"title\": \"Risk Distribution\"\n            },\n            {\n                \"chart_type\": \"vulnpie\",\n                \"id\": \"CFE9B758-5696-37E3-8D5B-F9817EF2BA6D\",\n                \"section\": \"network\",\n                \"title\": \"Risk Distribution\"\n            },\n            {\n                \"chart_type\": \"vulnpie\",\n                \"id\": \"1B47A60C-AAF4-313A-A352-DB5369DFC001\",\n                \"section\": \"tag\",\n                \"title\": \"Risk Distribution\"\n            },\n            {\n                \"chart_type\": \"scoretrend\",\n                \"id\": \"1907FF82-C537-3523-97F2-A0E80F408EE4\",\n                \"section\": \"network\",\n                \"title\": \"Score Trend\"\n            },\n            {\n                \"chart_type\": \"vulntrend\",\n                \"id\": \"700006D2-19EE-3D4B-8666-F46237DC9EAA\",\n                \"section\": \"network\",\n                \"title\": \"Vulnerabilities Trend\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1d5d2a4c-7b41-4a63-86b6-0e79409c3402"},{"name":"Return a Chart -  data (json)","id":"9906cd0a-0144-4990-9b8d-ed377e0ea3a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"chart\". Example: chart.</p>\n","key":"secondary","type":"text","value":"chart"},{"description":"<p>The action to take. For this endpoint, the value is \"getchart\".</p>\n","key":"action","type":"text","value":"getchart"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The scan ID. Required if the chart is based on a scan.</p>\n","key":"network","type":"text","value":"{{network}}"},{"description":"<p>The organization ID string.</p>\n","key":"enterprise","type":"text","value":"{{enterprise}}"},{"description":"<p>The organization ID string. Note that you can provide multiple \"enterprises=ID\" pairs to accumulate data from multiple organizations.</p>\n","key":"enterprises","type":"text","value":"{{enterprises}}"},{"description":"<p>The host ID.</p>\n","key":"host","type":"text","value":"{{host}}"},{"description":"<p>The scan number. Required if the chart is for scan comparison.</p>\n","key":"scannumber","type":"text","value":"{{scannumber}}"},{"description":"<p>The size of the chart. Values are \"large\", \"medium\" and \"small\".</p>\n","key":"size","type":"text","value":"{{size}}"},{"description":"<p>The type of chart. Values are \"tophostvuln\" (Most Vulnerable Host(s) Per Organization), \"vulnpie\" (Risk Distribution Per Organization), \"quartertrend\" (Organization Quarterly Trend), \"tophostvulnscore\" (Lowest Score Host(s) Per Organization), \"vulntrend\" (Vulnerabilities Trend Per Scan), \"monthtrend\" (Organization Monthly Trend), \"scoretrend\" (Score Trend Per Scan), \"piecommoncategories\" (Common vulnerability type), and \"piecommonvulns\" (Common vulnerabilities).</p>\n","key":"chart_type","type":"text","value":"{{chart_type}}"},{"description":"<p>The month the chart should represent. Required if the chart is based on a month. Format is \"mm\" (e.g., \"01\" for January).</p>\n","key":"month","type":"text","value":"{{month}}"},{"description":"<p>An integer representing the risk level to search for. Values are \"0\" (None), \"1\" (Low), \"4\" (Medium), and \"8\" (High).</p>\n","key":"limit_risk_to","type":"text","value":"{{limit_risk_to}}"},{"description":"<p>Whether to chart the vulnerabilities that occurred most often in a multi-host scan, and are therefore at the top of the list in the scan results (value is \"toplist\"), or the vulnerabilities that occurred least often in the multi-host scan, and are therefore at the bottom of the list in the scan results (value is \"bottomlist\").</p>\n","key":"common","type":"text","value":"{{common}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retuns a chart, based on the supplied values</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"091668b0-8c42-40eb-88ba-9883c1d6136c","name":"Return a Chart -  data (json)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"chart\". Example: chart.\n","key":"secondary","type":"text","value":"chart"},{"description":"The action to take. For this endpoint, the value is \"getchart\".","key":"action","type":"text","value":"getchart"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The scan ID. Required if the chart is based on a scan.\n","key":"network","type":"text","value":"{{network}}"},{"description":"The organization ID string.","key":"enterprise","type":"text","value":"{{enterprise}}"},{"description":"The organization ID string. Note that you can provide multiple \"enterprises=ID\" pairs to accumulate data from multiple organizations.\n","key":"enterprises","type":"text","value":"{{enterprises}}"},{"description":"The host ID.\n","key":"host","type":"text","value":"{{host}}"},{"description":"The scan number. Required if the chart is for scan comparison.\n","key":"scannumber","type":"text","value":"{{scannumber}}"},{"description":"The size of the chart. Values are \"large\", \"medium\" and \"small\".\n","key":"size","type":"text","value":"{{size}}"},{"description":"The type of chart. Values are \"tophostvuln\" (Most Vulnerable Host(s) Per Organization), \"vulnpie\" (Risk Distribution Per Organization), \"quartertrend\" (Organization Quarterly Trend), \"tophostvulnscore\" (Lowest Score Host(s) Per Organization), \"vulntrend\" (Vulnerabilities Trend Per Scan), \"monthtrend\" (Organization Monthly Trend), \"scoretrend\" (Score Trend Per Scan), \"piecommoncategories\" (Common vulnerability type), and \"piecommonvulns\" (Common vulnerabilities).\n","key":"chart_type","type":"text","value":"{{chart_type}}"},{"description":"The month the chart should represent. Required if the chart is based on a month. Format is \"mm\" (e.g., \"01\" for January).\n","key":"month","type":"text","value":"{{month}}"},{"description":"An integer representing the risk level to search for. Values are \"0\" (None), \"1\" (Low), \"4\" (Medium), and \"8\" (High).\n","key":"limit_risk_to","type":"text","value":"{{limit_risk_to}}"},{"description":"Whether to chart the vulnerabilities that occurred most often in a multi-host scan, and are therefore at the top of the list in the scan results (value is \"toplist\"), or the vulnerabilities that occurred least often in the multi-host scan, and are therefore at the bottom of the list in the scan results (value is \"bottomlist\").\n","key":"common","type":"text","value":"{{common}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"labels\": [\n            \"High\",\n            \"Medium\"\n        ],\n        \"maxscandate\": \"2019-09-27 13:45\",\n        \"values\": [\n            {\n                \"date\": \"2018-11-30 00:00:00\",\n                \"enterpriseid\": \"01B9E560\",\n                \"value\": [\n                    \"0\",\n                    \"0\"\n                ]\n            },\n            {\n                \"date\": \"2018-12-31 00:00:00\",\n                \"enterpriseid\": \"01B9E560\",\n                \"value\": [\n                    \"0\",\n                    \"1\"\n                ]\n            },\n            {\n                \"date\": \"2019-01-31 00:00:00\",\n                \"enterpriseid\": \"01B9E560\",\n                \"value\": [\n                    \"2\",\n                    \"129\"\n                ]\n            },\n            {\n                \"date\": \"2019-02-28 00:00:00\",\n                \"enterpriseid\": \"01B9E560\",\n                \"value\": [\n                    \"6\",\n                    \"5\"\n                ]\n            },\n            {\n                \"date\": \"2019-03-31 00:00:00\",\n                \"enterpriseid\": \"01B9E560\",\n                \"value\": [\n                    \"6\",\n                    \"22\"\n                ]\n            },\n            {\n                \"date\": \"2019-04-30 00:00:00\",\n                \"enterpriseid\": \"01B9E560\",\n                \"value\": [\n                    \"6\",\n                    \"22\"\n                ]\n            },\n            {\n                \"date\": \"2019-05-31 00:00:00\",\n                \"enterpriseid\": \"01B9E560\",\n                \"value\": [\n                    \"6\",\n                    \"22\"\n                ]\n            },\n            {\n                \"date\": \"2019-06-30 00:00:00\",\n                \"enterpriseid\": \"01B9E560\",\n                \"value\": [\n                    \"6\",\n                    \"22\"\n                ]\n            },\n            {\n                \"date\": \"2019-07-31 00:00:00\",\n                \"enterpriseid\": \"01B9E560\",\n                \"value\": [\n                    \"14\",\n                    \"34\"\n                ]\n            },\n            {\n                \"date\": \"2019-08-31 00:00:00\",\n                \"enterpriseid\": \"01B9E560\",\n                \"value\": [\n                    \"6\",\n                    \"28\"\n                ]\n            },\n            {\n                \"date\": \"2019-09-30 00:00:00\",\n                \"enterpriseid\": \"01B9E560\",\n                \"value\": [\n                    \"8\",\n                    \"26\"\n                ]\n            },\n            {\n                \"date\": \"2019-10-10 00:00:00\",\n                \"enterpriseid\": \"01B9E560\",\n                \"value\": [\n                    \"6\",\n                    \"27\"\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"9906cd0a-0144-4990-9b8d-ed377e0ea3a7"},{"name":"Return a Chart - png (json encoded)","id":"888c665f-df1a-4794-8266-2959c71a3a30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"chart\". Example: chart.</p>\n","key":"secondary","type":"text","value":"chart"},{"description":"<p>The action to take. For this endpoint, the value is \"getpng\".</p>\n","key":"action","type":"text","value":"getpng"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The scan ID. Required if the chart is based on a scan.</p>\n","key":"network","type":"text","value":"{{network}}"},{"description":"<p>The organization ID string.</p>\n","key":"enterprise","type":"text","value":"{{enterprise}}"},{"description":"<p>The organization ID string. Note that you can provide multiple \"enterprises=ID\" pairs to accumulate data from multiple organizations.</p>\n","key":"enterprises","type":"text","value":"{{enterprises}}"},{"description":"<p>The host ID.</p>\n","key":"host","type":"text","value":"{{host}}"},{"description":"<p>The scan number. Required if the chart is for scan comparison.</p>\n","key":"scannumber","type":"text","value":"{{scannumber}}"},{"description":"<p>The size of the chart. Values are \"large\", \"medium\" and \"small\".</p>\n","key":"size","type":"text","value":"{{size}}"},{"description":"<p>The type of chart. Values are \"tophostvuln\" (Most Vulnerable Host(s) Per Organization), \"vulnpie\" (Risk Distribution Per Organization), \"quartertrend\" (Organization Quarterly Trend), \"tophostvulnscore\" (Lowest Score Host(s) Per Organization), \"vulntrend\" (Vulnerabilities Trend Per Scan), \"monthtrend\" (Organization Monthly Trend), \"scoretrend\" (Score Trend Per Scan), \"piecommoncategories\" (Common vulnerability type), and \"piecommonvulns\" (Common vulnerabilities).</p>\n","key":"chart_type","type":"text","value":"{{chart_type}}"},{"description":"<p>The month the chart should represent. Required if the chart is based on a month. Format is \"mm\" (e.g., \"01\" for January).</p>\n","key":"month","type":"text","value":"{{month}}"},{"description":"<p>An integer representing the risk level to search for. Values are \"0\" (None), \"1\" (Low), \"4\" (Medium), and \"8\" (High).</p>\n","key":"limit_risk_to","type":"text","value":"{{limit_risk_to}}"},{"description":"<p>Whether to chart the vulnerabilities that occurred most often in a multi-host scan, and are therefore at the top of the list in the scan results (value is \"toplist\"), or the vulnerabilities that occurred least often in the multi-host scan, and are therefore at the bottom of the list in the scan results (value is \"bottomlist\").</p>\n","key":"common","type":"text","value":"{{common}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retuns a chart, based on the supplied values</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ca8ad092-f500-4f19-9092-9990aca6fdfd","name":"Return a Chart - png (json encoded)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"chart\". Example: chart.\n","key":"secondary","type":"text","value":"chart"},{"description":"The action to take. For this endpoint, the value is \"getpng\".","key":"action","type":"text","value":"getpng"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The scan ID. Required if the chart is based on a scan.\n","key":"network","type":"text","value":"{{network}}"},{"description":"The organization ID string.","key":"enterprise","type":"text","value":"{{enterprise}}"},{"description":"The organization ID string. Note that you can provide multiple \"enterprises=ID\" pairs to accumulate data from multiple organizations.\n","key":"enterprises","type":"text","value":"{{enterprises}}"},{"description":"The host ID.\n","key":"host","type":"text","value":"{{host}}"},{"description":"The scan number. Required if the chart is for scan comparison.\n","key":"scannumber","type":"text","value":"{{scannumber}}"},{"description":"The size of the chart. Values are \"large\", \"medium\" and \"small\".\n","key":"size","type":"text","value":"{{size}}"},{"description":"The type of chart. Values are \"tophostvuln\" (Most Vulnerable Host(s) Per Organization), \"vulnpie\" (Risk Distribution Per Organization), \"quartertrend\" (Organization Quarterly Trend), \"tophostvulnscore\" (Lowest Score Host(s) Per Organization), \"vulntrend\" (Vulnerabilities Trend Per Scan), \"monthtrend\" (Organization Monthly Trend), \"scoretrend\" (Score Trend Per Scan), \"piecommoncategories\" (Common vulnerability type), and \"piecommonvulns\" (Common vulnerabilities).\n","key":"chart_type","type":"text","value":"{{chart_type}}"},{"description":"The month the chart should represent. Required if the chart is based on a month. Format is \"mm\" (e.g., \"01\" for January).\n","key":"month","type":"text","value":"{{month}}"},{"description":"An integer representing the risk level to search for. Values are \"0\" (None), \"1\" (Low), \"4\" (Medium), and \"8\" (High).\n","key":"limit_risk_to","type":"text","value":"{{limit_risk_to}}"},{"description":"Whether to chart the vulnerabilities that occurred most often in a multi-host scan, and are therefore at the top of the list in the scan results (value is \"toplist\"), or the vulnerabilities that occurred least often in the multi-host scan, and are therefore at the bottom of the list in the scan results (value is \"bottomlist\").\n","key":"common","type":"text","value":"{{common}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"data\":\"iVBORw0KGgoAAAANSUhEUgAAAZAAAAEsCAIAAABi1XKVAAA0wklEQVR42u19C0wU5\\/q+iTHGGGJMiCHGGEJiTGOIMf5PT2spWrWHeqxHEfGCqGht1VpqrW09x2P7s9Zj7fG0Pa21PbaISJEiiltERKTipUgV8UKtUlQqKsqyrChyk8sy\\/\\/ebbx3X3WXZy+xlZp4nm8nHsPvO+83lmed9553v6yUAAAAoBL2wCwAAAGEBAACAsAAAAGEBAACAsAAAADRGWMXFxfIabGtr84af3jArr02ldBx+atamGgirtLRUXoN37tzxhp\\/eMCuvTaV0HH5q1iYUlh00NjZ6w09vmJXXplI6Dj81a1MNhHX06FEE8ACgcUBhQWFBueBEgsKSG8hhaa3j8FOzNqGwlHljvHNOKPxA0CV05L4lVJdAucBPKCzksAIVxFYH3xAOvydkxQuZM4XdM4RbxQIAaBtQWIF6wyFtRWyV\\/jchZbwp7WVhdyxjLigX+AmFpQhoLof14yLGUCnjhW1\\/MiWPY+0d4zXRcfjpNbPIYUFhec3sT\\/8QMmOFHS8QYXXtGMcUVtpkKBf4CYWlDGgxh7V7hpAcQYQlJEcKxFnndyKFAWgcUFgBfMO5Xcqo6n\\/\\/T\\/juWRnZCsoFCgsKy+vQYh1W2wOWukoe254xS+ho1VDH4SdyWFBYyrsx3r3KCGvXy6Y9ccL9G1Au8BMKCzmsAMaNIkZY++az5e0SAQA0DyisAL7hXM5iVHX4XaawKg5AucBPKCzksAI4pC\\/5mhHWL1+yHNa57RrqOPxEDgsKS3k3xsL3GWFVHGAK68THUC7wEwoLOawARs4SRlg89Z63EvkLAPAFYfV6BGmNTqcLDw\\/v27fvyJEjCwsLubAcM2ZMnz59IiIi7IpMzSmstkbGU9mvCqYO014x9W7qhHKBn1BYvtqSBWHFx8dXVFRQIysrKzg4mBoJCQlr166lBi2pbftzzeWw7l5jhHWE7ZOHPy5j7Ua9JjoOP71mFjksNwlLgl6vDw0NpUZQUFBDQwMnbGpDYQk3TzKSOr2Fmu1HPmRtfRmUC\\/yEwvIbYRkMBgoD8\\/Pzrf5LgaHl19aJIMIiLud7h5aqbz88\\/0N7xqyHZ79n0eGpb6jdeilHI31HG+2AIywK8UhbUUjI\\/4TCsgavaag6Ts3Wsj2s\\/Ws6lAv8hMLyA2GlpqYOHjyYp9s5kMOyRuEHjKSMLNN399c8sSDrc+SG4CdyWL6gKkvYXSM9JaSlXq+HwhL2izUND5nqbL59ibUL\\/gHlAj+hsJQBbdVhtTWJNQ2LzX+2N4t\\/viIAgLaBSveAvOHUV4o1Df98bDNnKVvTeh\\/KBX5CYSkA2sph8ZqGU18+tmmR0lJzx+GnN80ihwWF5R2zl\\/cxevot87HN01vZmhtFUC7wEwpLAdBWDuvMN4yerh9\\/vOaSWNlARAYAGgYUVkDecI6uY\\/RU9\\/tjm0RetIaIDMoFfkJhBT60lcMyp9jvPbZZV87WHPtQ5R2Hn940ixwWFJYXzJqLGBY\\/YbPlLlt54HUoF\\/gJhaUAaCiHZa5pWPPEyq4uQbeQrZdv+hwAUBygsALvhnOrWKxp+MLaZsFqtv7eDdV2HH5CYamGsDSUwyrXiTUNu61tFn8mTp9zRrUdh59eNoscFhSWF8yaaxqOWdssSxOHeM+FcoGfUFiBDg3lsI6Jw\\/XVlVuvv3aYrT+XjEQGoFlAYQXeDefA64yYWuqtbdZcYOt\\/3gTlAj+hsAIdWslh8ZqGHxfZsdl4h\\/3r0Nvq7Dj89L5Z5LCgsOQ2W\\/8HY6Wf1tixaepgc+fQp8sE5QI\\/obACGlrJYd36xaqm4QnkrWD\\/bapFLgPQJqCwAuyGU\\/4jo6SLGfZtntjI\\/lt7EcoFfkJhBTS0ksMq3SbWNBy1b\\/Psd+y\\/fxxRYcfhp\\/fNIocFhSW32aO8puGyfZu\\/Z4v6K12FHYefUFhqIiyt5LDMNQ137f\\/31ilx+pz\\/IpcBaBNQWIF0w+loMdc0dHXZt2nvGSKUC\\/yEwgo4aCKHde+63em8Htu0GXlGJR2Hnz4xixwWFJasZruJ+J6waTFfIZQL\\/ITC8sI2LCZMlViZT5saERHBGdp2jRU0kcMy59R\\/cPSdwvfF6XOuIJ0BaBD+maredmL6Hqeq14TCKv1WrFoodGTz9FceTp8D5QKFBYXlGmEFBQU1NDTw3lLb7hrra1kLOaxj6xkZGS45snkpU5w+J0v1ORf4qVmbAUdYlm0KA+2ukbBOxJkzZ2jXcDqnpedtDnltUru2ttbt33ZmL2nPmNVUd8uBzdbf8+k7bSe\\/cNtPsiZjf723P+GnZm2qQWGpP4fV0Wq3psEafPqcox8KAIAcFnJYfjN7\\/wZjosOre7DZUu\\/h9DnIDSGHhRxWD1RlCcHimSAt9Xq93TWay2FVnxZrGj7vwSbprx\\/59DkPkRuCn8hhBSjUr7C6f0\\/Q2ubh99g3G25CucBPKKwAhfpzWGe\\/dXYkhpP\\/EafPKRUAQGOAwgqYG87xj+zWNNixeSGVffNKrko6Dj+hsNRHWOrPYeW+wWio2dizzWv57Jvnd6ik4\\/DTV2aRw4LCkslsx0PGQbqFdmsarG3WnGdfLvoEygV+QmEFKFSew7on1jQUrHbqyw9usy\\/nr0JGA9AaoLAC44ZTXcI4qPhTp2x2tgv75rk9fQ6UCxQWFJbXofIc1u\\/7GWH9mu6szYOJYsLLoPiOw08fmtVoDuvzzz8PDg6mRklJSUxMTL9+\\/dLS0qCwPDLrcHYJOzaPbxAfKf4G5QI\\/obB6ADHUzZusarF\\/\\/\\/4mk6mysrJv377edlTlOSxOQLVOE1A3A9EAgLrhJmHp9fry8vLhw4fTnxUVFcRcUFgemTWHeHXO2ix3Yqg\\/KBf4CYXFGYqoatOmTfzPQYMG+SAkVHMOq7NNHKdhYXdJdDs2HU8QrZSOw0\\/fmkUdlu+gZoVlHqfhPRds1le6PX0OlAsUlrYUll+g5hyWuabhMxd+0tbk+fQ5AKA4uElY0dHRFBXyoUGHDBlCQSIUlvtmK3IY+5Ttcs3m\\/tfcmz4HygUKS1sKa9SoUdnZ2dTo3bs3LcvKygYNGuRtR9WcwzqbxKin8ifXbPLpc+5eVXDH4advzWo0hyWNHcoJixAaGgqF5b7Z4\\/8Saxouumbz9Bb2q5snoVzgJxSWI4wcOTI1NVUirPLy8tGjR3vbUTXnsA6+yainycWy9d\\/49Dn7kNcAtAM3c1izZ88eOnQoEVZYWFh0dLQPHFWtwupsYy8G6hIcvBho3+b1Y4ywSrdBucBPKKyAg2pzWA03xaEX3nXZZt1l9sNj65Xacfjpc7Oow\\/IdVKuwbp9xME6DI5vNRvbD3DegXOAnFJZ98DqG3jawmvrUG1BtDqvigFjT4PqrAhRC8ulzKKgEAG0ACsvfN5xz28WahgJ3bFIgyabPuQXlAj+hsLqFVM0gwQcvP6s2h3ViIyMd\\/a\\/u2Dy5mf32zllFdhx++tys5nJYY8aMIbbq1auXZTwYFBTkaqW7TqcbNmwYBZK0pLZgMZFqRESE3V2gWoXFx2loqnXH5oWd7LdXD0K5wE8orG7hecaKOO7EiRNMXpw4QW3Bianq1ZnDMtc0LHBvsGPh6iFGWERbAKAN+CeHNWLEiKKiImrQktqcwhoaGjhhcwrThMJ6UC3WNLzjps0759jPT\\/4bygV+QmF1q608f0pYWloaHBxMoSUtS0pKBIvXfWwV3DoRFy5coFCR7x1aet62XMplk9rXr1934fu3S0174poOf+iezeaaK+0Zszpy33LJT7ImY3+9tz\\/hp2ZtBpzCGjZsmBQShoWFaVdhVeSKNQ3fu2nT1O5GRAnlAoWlrRyW55ByWBQSDhw4ULs5LHNNw2H3Lbj3HiIAaCGH1bsbuBoS6nQ6Elb0K1paPSWkpV6v14rCMtc0lLlv09XZK6BcoLCgsHwAddZh5a3osaahB5tnXZ4+B\\/VN2vRTwLuEvoQKFRbLQM13JgPlyObvfPqcDCgX+AmFZQ28SygnGpyqaegBt4rdnj4HABQHKCz\\/3XB4FVXRvz2yyafPOfJPKBf4CYUVQFBhDuuKWNNwIdUjm22N4vQ5ryqp4\\/DTT2a1m8OaOHHi4MGDQ0XExMRAYblj9lwy45prhz21yafPaXsA5QI\\/obDsICwsLC8vT\\/ozIyPj6aef9rajKsxh\\/fyxMzUNPePIWnH6nGtIcACqh5uz5phMjx9sUdt2wBkorJ6R9xYjmka9pzZPfcns3CpWTMfhJxSWLwlr8+bNI0aMMBqN1DYYDCS4+DSFXoXaclidYk0DfZx4q6YHm7\\/tZoRV\\/qMyOq6UA6Q6PwUN5rDkqnSHwhIe3BZrGlbJYPOPQnH6nG+hXOAnFFagQG05rDtn3RgZxj4Ml5ip4x8hwQGoHqjD8tMN52oeY5nzO2Ww2VzHTB1MhHKBn1BY9rlj0KBBfKxkDh+EhGrLYZ3fIdY05Mtgs8vE5mHdN8\\/J6XOQG9Kmn4Jm67D69evHxwsNDg6ur69ftWoVHysGCssFsz9vYoRVc0Eem\\/nvMGsPqqFc4CcUls1vHo0OOmLECL1e39bW5oNZc9SWwzq0UqxpqJHHWtG\\/3Zg+BwAUB3cIKyQkhCusMWPG5ObmEmdRhAiF5YJZU4e5psHUKY9N8\\/Q5eVAu8BMKyxqlpaWcochXigr79OmDOizXzDbeYfxy6G3ZbLqSwkduSJt+ChgPy5dQlcJyepwGZ226YhDKBQpLWwqLQkLfE5aqclhcEMk4n+ADOYbWAoCAhzuEtWXLluXLlzc3N0NhuWn2fIrzKSenbJonZE1w5kUfKBcoLG0pLL+8mqOqHFbRJ2JNw3k5bfIp75uNAd1xpRwgNfopIIcFheWm2UNvizUNd+S0efwjZtNwCcoFfkJh+R\\/qyWGZOh\\/VNHTIKkG3McK6rpa9BAAyElZ0dPTw4cN5JDhkyJCKigpXLaxfvz4kJIS\\/3yNYzEsYERFhV2SqR2E11jBmyVsps6vlOmb2t91QLvATCusJjBo1ihde8XH7ysrKXC0c3bhxY3h4eFVVlbSmx5mf1ZPDqrnAmOXnTTK7evOkOH3Ol4HbcaUcIJX6KWg2hyW9miMNNBoaGuqSBRJl+flPvPcbFBTU0NDACZvaalZYVw+JRZ4pMrt695o4fc5aKBf4CYX1BEaOHJmamioRVnl5+ejRo12lvHXr1vXr14+YLjc315IEhUezH0pYJ4IIi7ic7x1aKrh9fqdpT9y9Mz\\/Ia7+pvqY9Y1an7hXF7x+00ZY9hzV79uyhQ4cSYYWFhUVHR7v68wEDBvABHmjJy1A1pLBcf1HZWVezX2WW25ugXOAnFJacWLRoESesoqIiTlgaymHxmoYHt+V39cg\\/meX6P5Abgp\\/IYckJg8Ewbtw4Cv2GDRvGk1nSU0Ja6vV61Sost2oanHX1ly\\/E6XN+gXKBn1BYj5GRkdG\\/f\\/9evXr5stJdJXVYvKbh0EqvGL\\/4AzP+e7YAACqFO4RFbFVYWOhjR1WisPRljFNOfOwVV\\/84woyf\\/RbKBX5CYT1BWL5nVpXksK7lM045l+wVV2t\\/E6fP2RCIHVfKAVKvn4Jmc1hFRUUbN27s6OjwpaMqUVjmoUEPesXVJoMz0+dAuUBhaUth+WW0BpXksMw1Dee8YpxNn7OAjTNjakeyA1AlMFqDb284+atcrWlwzVUn7EO5QGFpS2H5BWrIYZEC4jUNne3ectUJBYfckDb9FDSYw+rdDXwQEqpBYTXqxXEaVnjRVfNYpoegXOAnFJY\\/oYYcVo1Y0\\/Dzx17cxNWDMo8WDwCBBOSwfHjDqTws1jRs96Krd86yTZzcDOUCP6Gw7ASGvN4dY7o7ZfZCKmOTK7ledLXhFtvE4fcCq+NKOUCq9lPAu4SEtra2cePGlZSUQGH1bJaEj1sTyrvgamcb28SPCx1MnwPlAoWlLYVlfVNvaPBB7bsaclj574g1B9Xe3UrucraVlrvIdwDqgwyEVVBQ0K9fPyisHsx6UNXpmqvH1jPCqrsM5QI\\/obAYrGoagoOD8\\/LyvO2o4nNYTbXiezNvet3VM\\/8Tp885FigdV8oBUrufAnJYvoTiFZZ5nIaNXnf18j5x+pxMKBf4CYXlNyg+h3XtsBvjNLgDPn3O6S3IdwDqg2uENWjQoMTExOrqat87qniFVZbGeKTigNddvXuVbajwAygX+Kl1hWU0Grds2TJkyJCgoKDJkydXVlb6zFHF57BO\\/ofxyO1Sr7v6sIFtKGdJoHRcKQdI7X4KWs5hEa1mZWWFhob26dMnPDy8rKwMCqsHs\\/nvMh5puOULV7MXs221NUG5wE9NKyxbNDc3p6enSzOqeg\\/KzmGxmoYEVtPQ2eaLzR1ZI06fUykAgLrgJmERT+l0urCwsL59+z7zzDPl5eVQWI7MNjs1Fqhsrp5yNH0OlAsUllYUVn19\\/datW4cOHTpgwIC4uLiqqiqfOarsHFbtRXG09X\\/5yFU+fU55tv87rpQDpAE\\/BQ3msEJCQtauXetjF9WgsCoL3BunwU1X\\/ygUp8\\/5DsoFfmpaYcmLjRs39urVS+JpPpFqRESEXUJUdg7Lg5oGd2D4zRNBBwABC78R1sWLF0mvSYTV41T1ylZYxZ8xBqku8ZGrDl8DgnKBwoLCcg1tbW3h4eEnTpyQCCsoKKihoYH3n9q2P1F2Duvwe2JNw00fuepw8HjkhrTpp4B3Cd3G6tWrt27dyjb\\/iLCkBsFqOMB1Is6cOUO7htM5LT1vc8hrk9q1tbXW6x80CLoE0965NdU3ZLPZU7v1x9dNe+KEB7dtv0PWZOyv9\\/Yn\\/NSszYAjrF5PwhmFpeAcVpNHNQ1uougTttGa88h6AMhhyclc6s9hGZyaQV5mV8\\/vYBu9lo\\/cEPxEDkt+wpKeEtJSr9erKof1xxEHRQbecvVKLtto2ffIDcFP5LD8AAUrrLJdYk1Djk9dvV3KNlr8KZQL\\/ITC8gMUnMMi1mDjNJT4dKP3b\\/Q4fQ4AKA5QWN6\\/4fCahns3fOpqx0O2Ud1CoasLykVJft45J+S9JWTGduYsd7twDwrL\\/1BqDqvLxCbdIu4gBvGxqwdeF6fPqfdPx5VygALKILFVxnRh9ww6cB27ooW9c+TlLOSwoLB6MttsZKyR+4YfXD36oTh9TjmUi2L8zFnC2CojRkiONKVPEzJnCgdXQGEpkrCUmsOq9bSmwX2c+UacPuc4Eh+Kwa4pwg9The+eFbb9Sfj2z0LyWCFlIjuFup8WV2uAwvLyDYcPnFD6rR9cvZxld\\/ocKKwANdhcJ6RGCdufFZLGCMnPd22PFBuR7CDuX8JOoTtn7b5rBYUViFBqDutiOjvhfs\\/2g6s3isTpc77yT8eVcoACwWBXF5tUKXux8MM0IelZYddkcw4r7a9C0WahYDU7jvxD36EDeuuU0NEaILsUOSx1KSzPxmnwyNW7V8Tpc96HwgpoPxtrhOMfmfmIyIgkuW4hUVXn3nnslsPx4DYbjpEOpcRc9J3iT4WqE92N3A+F5WcoNYd1WLw93r\\/hh03z6XP2L0HiI0DRZRIqcoUfF5kfyzgzoxKFjVfzhGPr2VAcnLmo8fMm9jZF630t7DMoLG\\/ecEjq63hNQ6t\\/XM1+hW29vRkKK+D8fFDN5o7kpFP6ra1Q6sEs0RORFFGVJXMRkRGdEalBYfkdisxhtdwVb57L\\/ebqT3z6nD983XGlHCC\\/GDR1CuU6NosSHZq8FUJNmUdmiekoMKTwkN8a+efIWhZCUiBptnWOkaMuoTVb\\/mJU5LBUpLAMl9jZQ\\/c9f7n6y3\\/FDNppKKxA8fPedfMkbPvmCeeSHUhvl\\/0kU3SgT39lnpWSfw6\\/x7Ko+18TjvydJJgpI4aVTVQdg8LyOhSZwzKP0\\/Ct3xwwP6PcLwB+R2c7KzHhEdyht4W6y17cEEkqCjP3L2HbSpkg7JwobH9e2PECe+zISr2mCW3eZBnaeu4bwq6Xhb1zhcojUFjKuYE7nG7LF65W\\/iQyZhIUlp\\/9NF4xv1JKhFWW5sx8ujL42WViRafpf2MFqN89w4pRabn9OdbgzxmJN49vEE5vZSfq1UPs\\/fy7V1kew5k6VR5mZi\\/uyHvniTCT1u+Zxd8uEnbHCjsnCNcKtEhYisxh\\/fK5OKHpKb+5qv+VOXBioyZyQ4HpJ3ETMRQXVsRZxAg+9pOn9om2drxg2jFBSBnPKulzljwOG20\\/5C1JpML32Ql8fidT6DeKWH6jscZMtcRKOa+xBFxW\\/MN9i9mzHc5Z7c1CbqKQPkVIn8oUFtEWcVbmTCgshdzAC\\/4ujtNQ5TdX+fQ5eSugsPzjJ8V9pGI4BVzKdKlOXTY\\/iVz2xnHJw3JYO8YJv3xhZlIiIKIhIiOiJCKmX\\/7LSOpg4uMnj3Y\\/+19joeVOMdJMGd9FISd9UqPMubOk55iI4x\\/iLFqz8y\\/IYSkBXV3mEhvPaho8DQr49DmmDiSRfAo66OeSWWadToCf1nh+0\\/KUs+hUJG2VNokFgD1GfPSFlnomBilIvJbPAsaSr1nwSOTLn0WSRiM+sgwzaQ0vxE+bzIjs+5ceK6y9c6CwlHADp0NOh\\/DA6352ld\\/h6V4KheUzP2vK2KSQLE+UIJT\\/6N6ry4FbM9XWKOyNZ3xEOosUFuOmKSxvxcv9GDkmCFlx5hzWrsnyPpREDstrKRIKB+SoafDU1Z83MTf0Zchh+cLPtiahdJs5dCr8gFWHBlL3ZbNZ9TMLCaVxu0i7WT4NJM4q+IeQMYM9prx1Wt4uQGF57SZ2\\/ahYxLzNz66e287cqDwMheV1P2+fYUXCtLcp\\/rqS6+GYMIFelf57Dsusb3++K\\/Ul4dcMn\\/EAclheA69p+D3bz25UHBCnz0nzlv2y79lToZQJQtY84ZYcN5Vbp1jSjQxSoCHjlXA5i9UfkRbYM5sJBM9xu5QldMjPtMnstnR6i1lYHd9gGYADUFgKuYGf+kKsafjFz65Wl4jT53zmlY6TfNsx7vETKGIED9\\/8oGhi1+QnHmn9mi6Dn7\\/tEVIs\\/KRNeBiqWIxlbPr+r8J3f2Zp5uzFbJQYm0H01amwvHwdKZ6wlJfDojDe5j0+P7h6T5w+p2C1VzpO2ooN6TtdSB7buTOKXbR75giX97n\\/2RsnfB\\/FnpGnjDelvMgMpr7okUH+ITtWZnfHemSQNCAZSfurkBzZ9Z045N725x28day2HJb3r6PAIiydThceHt63b9+RI0cWFhYKFhOpRkRE2N0FClNYj2saWvzsakerOavy6M4vZ8cpIKIIK+k585C+258TkiIclfD0+OFVPJbPy8msJwb5h\\/tmaZY25InB7RFm35jBZ5m03DFem2pIEworPj6+oqKCGllZWcHBwYITU9UrLIclX02DDOhm+hwZQIKILl2mLyKY3Miayz6Xs9z\\/6BKE3TFcCrElqZj0qR4Z5B8KAx8pLLbcPZ295uahn9RTprDGChnRTK\\/RHgZUHxLq9frQ0FBqBAUFNTQ0cMKmtuIVVl05O4OPfhgQrh7j0+f8LnPH9WWivBoj7HyBrv+Og2+zZ2Se57AOLOPvfJh2z2TVPbI8F2cvuM3mxUGdOa8LOUtl8PPgG\\/z1QFPGDBYX31LA+QmF5REMBgOFgfn5+cyPXo89ocDQ8mvrRFy4cIFCRb53aOl523Ipl01qX79+ndqt5YfoVG47+aWMNt2201j4b9OeOKHqOF9P1jzv793z+zv3suCo\\/fA\\/W3PeMu2Z27r\\/zZarx2Xo751zHYfXtGfMbtYtI1qR67i0VJ5syXnblBnXuj9RZj\\/3LZXRT6+en0qxGYiEVVpaStqKQkL+p9oU1sUMcZwGXUC4yqfPubRHto5X5JhfOvltt\\/f2J+rFoLAChbBSU1MHDx7M0+0casth\\/SJbTYMMuPGzOMHBVhlMdZmEC6nmt3mvHUZKBdBEDqvXkxAsnhLSUq\\/XK15h8VEl6ysDwlVjhflNEQ+tdbYLp74UnzkutBrFFAoLCkv9OSxXQ0h5DXq3Dsve7A9+c7X1PnMmZ6lH1qgvx\\/9lHl2krtwH+xPvPGrWphoIS0kKq\\/WeSBDLAshVi6Iwd6y11JvnsziYKDTchHKBwoLC6gFKymHV\\/S7WNKwLIJc8GUrwwW1eZ8Ce4jcbkUbx4onz6izD\\/GmWn7plKO+CwvL2jbHqOLu8z3wTQK5aTEDtmrW7V8xzGRz9UGhvgnLxqkFiKONbr\\/CP4c2FtCQKg8JSJGEpKYf1Wya7wi\\/vCyBXy3YxlypyXLPGR6rk7073NG8CclhyEVbdkjm1M6NqXpkpO2EhhwWFZc+seZyG4gBytbKAuXRuuwvW\\/ig0j+19LtmZoZ2gsDxFZ2ftnL\\/Wxk3WTxtX87dIWtbOfdmwYFqXyRTIuxQKyz6UlMOyN9+yn6Evs50+xxFIHvK3fC9nIW\\/ibZju3W3O1d1du5JISh8zUT9jIiks1qBP9Av1H\\/299Wh+V2sLdhQUlndu4Hz6kLamAHK1US\\/O37myZ2skpvggpSSv\\/ihUg3IJWD+7utorLj3Y\\/pVx5WKet9JPn2BYPNO4gmWvDG8sMLwSS+TF\\/3X3vdeb9nzfqb8TaLsUCss+lJLD0ldVWBY9BYqrps5H0+d0OrLW2SYUf2oejubOWf\\/uTxXnsEzNTSSa7v1rjZmM3lnyIHVbR+WVumXxda\\/O4p+aRTNY4435bRfPN3z9qZSMb\\/j6P7TGvTgROSwoLGs03zwvPlP7v4BzleSVOH1Ot9bam9ijQM62xisKVi4B7GfHjetNP+wwvruUs0\\/9h++2HD5getDQo1nSVqSwSGeZf+hWnAiF5TsoJod1XaxpKPk64Bz7+WPmWE1ZN0RrNM+lnvcWK7wC5EVHx8PTRfc\\/\\/cgslFYufrDt8\\/bfLrgqlIihWo8dJraSMU5UFqCwZMbDc9\\/LnquWx9Vzycyxa4ftWLt\\/g5Ww8yk\\/3R3nDwrLfpBdV9v84+67a940U8yaN5uzMzvrDJ6YJZpzL06Uq+91y+dJoWvt4pmssXweCOsJKCWH1XhEFDI3Twacq4+mz7G2VneZvR7InyF6MKAzclhPkkoXCaiG\\/30uJdTvf7bhYclJkloy+ulqnChX3w2LYiSurFk+nz0iWBQDwlKkwurIXy3jOA1yunqbT5\\/z6RPWqk+zoRfY4DNbPJzOHgrLzFSNDS2HD9R\\/+K75kn53aeMPOzpuVnnPT+fjRFn63tXUaFgwrW5pnGHh9NrZk2oXzQBh2YFicli8pqG9KaCcqntjQd0rMXVx4+riJ5rF\\/DIKD\\/PNpaFl37s3OVXdkjlSaMA\\/xhULPfHTmJhgZZAuDBm6vzTO2s\\/EBI\\/8XLHQ2s8lc9orKx7s\\/N\\/dd5Zw4rj3rzXEI6ZmH50J3cWJvFze6tODLZPJdO9ux\\/XKtgulrccLmvfveZC6rWHLJ4wTxd7po19gNWK8wDX6hdpZUcRc9H06i7x0BKGwvHMDf9jABiPOWRJornIqMSaMNyZM5C+pGeKixGKreSxUdBe1s16yfvftjQUe+blsrpXB2rkve74DyYi1n8vmengDkAzWvrHAsHgmXb2PE+rbv2qvuOThBIVuH3SrOJGOkeGVWCM\\/6OKSuIYRXNtDk0HffrX84ZlfWn462LR3F7l9\\/9OP6j94++7br0q9s\\/3Ur3mTlbbOnVIbP4V4Sj\\/jRV7gyv617l1aWfd6vOX3ZTmCyGF5J0VirGjPmCUNlRc4rjLCWhprnBthnPtc3dzn6+LH106PbNkU3ZL+WcuhbLc\\/+pgJFAsY5k2tnfPXmrkvs3ZCtCcGyZSVQX3si54YNPsZ+6K1n\\/OmeuRnQjQzsmBa7eyXaqZPYFfs3yLr31\\/ZnKsz3a8PhIMuxYnmivmYCczVuMlENPqpY+\\/+I9EBJRFh1f\\/fKiKvB8lbiciIzh6eKSZq6zTou9rabHNYxFDEXDwK1k8fT5sjzWVImF73+jztEpYyFFbVCaaw5K5pcP9mW1f7sORk0+6dtbETGFXFPVc3h32orZ8WYVwe5+CsdeZDVym\\/u1JoUMNfK4mZ4JFB8XR\\/wuDUsR46ycxOHWttdvp4jwzGTJBiIjLIXgCc8aLQ2Rlo5yfFiexV6rkv877zV3+owXrxzpJ7G\\/5OgV5j6rcU9LUe\\/6mt7CyFdYxwe3raSDalAXD08\\/7GhsFZMocUJf2cya5Z5veKiLO0S1jKyGHJPU6DyydoRwedNC1H8+neSDf8x3FQ7PN1cRHih9EWSa3aGc8352V7+LFUWGZxtCDaE4O1FgqLGyRxJIOfFgqLm6UNeWKQuvlIYU1i6lWMvALzlOQnAKs\\/mP2SYWFM3dI4\\/fQJXV7LrPGgnjQXU1jLobACXGGd\\/ooprBtFvnSVTr62S2XNOXsbvvzE+Cjja9b2a1c2Jn\\/dejTfMGesccF447znjfHPGeMjqE0UJkNuCDksyU+5CUuu89PyfLDMYXnJT8sjiBxWwOewCt9nOay7V2U4z1YsomPPPzXsod5cumvZxnr3N70vVfrwjC+tofX0X8vqxLr5fzHMHGuIjTTMiKil5cyxdXEyTK1Od1EpNKiJn8KGc3pzoWdEMN\\/KoOGVGTL4+coMK7O0IY+OzpsLrf1MmB6Y5yfjKStX50\\/znp+WR9D8keMIQmF5R2Flv8oUVpsMlq3v4SsW1cb+xTbW45U+DVs+aT6QRTqr24fod84J+18VcliBqGnPXGFfvKdTH3t\\/f2JMd83aRA7L+7h2WMicJXz7ZyE50vOQsKupkZUOLY2j+3btnEkUbrCHxzxX+mSs11FV6Wyulzir8H2WYstfJTtbAYC2CEualzAiIsKuGJZFYbE4a+nMuoUv1c0fX7fgxbqlsR4WEJrNks34yLr4sXVzI8SigbHGZR7X5pmfQz16uDODPZOyjfWgXOAnFJYf0OPMz7LksOpejTEufNG46C\\/GhPF188cZF7xQOzvKCcFjEjpahYcNQnMdG8ng\\/g02+orhklBznkmVG0WG2Ejj\\/EjjvEiW0p73PJnlGSJPavNIVbHavLkvk8KqWRBtfHOhXGldzPenTT8FjIclI4KCghoaGjhhU9tLCqtuPlHVBCNRVTzpoOdpWTs9omXbqpavV7RsXd6yZWnLl6+2\\/Hdhy2fzWz6d27J5dssnM1o+ntby8VTHn9oZrCDTKFYMsNKBuZGGWREe1uZ57zkUlAsUFhSWx370euwJBYaW\\/1onggiLRBYtjx496na7cU9yY1Zy097tzY8+TRnbaU1Pnx30ebA3+QEts1Iasnbc37ujgTV23t+7897eFDLSvPeJT9Pu7bV70mqz0mv2772xP+vK\\/n0Vhw5cOfrTr4U\\/nTqcX\\/LzibM9+WzYs+v+7p33MlLu\\/ZBCS7G905O+o422gtrd5awVo7BkB5GgUszKa1MpHYefmrWphhwWCAtEAD9BWAH3lJCWer1eAAAACFjC8j3Onz+vFLPy2lRKx+GnZm2CsOzg2LFjSjErr02ldBx+atYmCEuL55nlg1cQQWD62d0xAmGpjbDoSKelpTlz4J3f0b1E9OnTZ\\/jw4evXr5f3+LnhYY+ucnhOWPTNrKzH0\\/x8\\/vnnsuxPQmFhIZkqKCjwvNeyONmdn\\/IeHeeNu0pYnuxPuzbz8\\/PDw8P79u07bNiwjIwMubpvMplWrlzZXwQ1OrqZesON3a5gwoqKiqqurpaXsHijvLx8\\/Pjxa9asCWTCklFh0TcjIyOlU23UqFFyEdaUKVPi4+MnTZokC2F57qTSCcuT\\/WnXZnBwcE5ODu1PupQWLVokV\\/fp2pk6dWqDiOjo6NWrV4Owel29enXy5MlWPS8tLR05ciSpJFpSu7KycsiQISZxBEWieWrTGmdYoKqqKiQkhLcrKir4E0xSXqdOnaI1ZWVldMH07t3bdo87Q1jUpt+SM7m5ufzPTZs2BQUF0dljKRtdIixbJ+k7dN7QzZPWWL7YZNfaqlWr6MSlNjnwwQcfOPZ2xYoVVsW9ds3evHmTjgI16B5O+1OyZuWVkwadd5LM0half5F2kA56j4RlZdO9o+OSceeJoLv9aWWzpKSEukx7eO3atVb2bW2GhoZu2bKFhJulCHL+XOqu+4MHD5Y8pAb9yduWF44zUYKqCIuWW7du\\/eKLLywPGx3RlJQUaiQnJ\\/OjGxsbS1\\/jX6a28ywgXUKjR4\\/W6XTUKCoqogPGt5KUlGSyN5Ks8wqLDjydLvxfqampZI1OjkGDBrkXEto6Sf\\/iu4KM01ni2BqdVc888wy3o9frHXubnZ3tjJN0wXCXaCnJVVuvnDTokpN0oLlN2qV0q3deYdnlFFePjpcIq7v9aWWTTk5ymO\\/hHgmLqDwxMZHiCWJkiY6dP5ecVKzSpWR14WhLYfEGiSy6IUh\\/Wt6oeZufxHQDoWWPQsOuwiI7EjvQzUGweXnIJcKiGxoJAX6T4dZszzk3FJatk9297dSdNbrISbpTxOG8tw6cpB1Ol7fkEskTfpraeuWkQZecpOuQrjpqLF++nK46DwnL1aPjDcJyZn\\/ytuWx7pGwLOWbRMfOn0sOFBYZtHspaTck5I07d+7Q\\/cFSYZG2ogbdELjCIkRERFDwT0uXcli88p7w9NNPZ2RkWOopusnwrbhBWHTMSBhLCVS5CMvWSfqO7a5wYI0UBDUooHDeWwdO0u1aCtgJkyZN4rdoW69cIiwnnSSsXLkyPz9\\/4sSJLuWw6NLiQZAkT2QkLMfG3duftjYlhUU\\/6ZGwFi1axJmFQmnplTjnz6Xuuk\\/XTnR0dENDQ2NjIylc6VKyunDowLn67rTiCYuQnp4u\\/UknrmUOi6+kg0FfoNPXmTiLbilPPfXUhg0bLG8+UVFRFMBLIZgbOSx+pyJs2rSJTPXv3582ISNh2TpJSxIjtCuGDRvGr3DnrUlrHHvrwMkxY8ZYriEq4dGcrVcuEZaTThKMRuPAgQP5pdvjAZKODl3kJF7IFNmUi7CcNO7e\\/rS1SfwVFhZGe\\/jdd9\\/tUQ1lZmbSgaCv0TkvBebOn0vddZ\\/0IN0w+omwfEpodeGsWrWKb0X9hOU5fFnmQ6cCzwUEgqv+rW9y\\/uz03M\\/XXnvNNs9oa9arR8dt4553PykpiZOa5zZ9XC8GwvLndUtKm05Zt2tnVEZYdEf1gZ+0lQEDBvDHmo7NevXoeGLcw+7zJ3o8WvTcpoOjBsLyES5cuKAUs\\/LaVErH4admbYKwAABQA0BYAACAsAAAAEBYAQ4fDw8EACAswH34+KEJAICwABAWAICwfAudTsfH+hk5cmRhYaFgb35p2\\/fF6Ve89peW\\/BVQEBbg3rlUUFAQFhZGvxo3bpzBYMBuBGE5Qnx8fEVFBTWysrKCg4OF7ufmsTzJgoKCTpw4QQ1aujHhGAgL55LUDgkJkc4l38wFBcJSA\\/R6PR91pLvZDy1PshEjRvD3+2lJbRAW4Pa5JBEWnUu+mW0ThKV4kBQn6c7ffO5ulAzL9aWlpXQL5SN4WL3nCcLSOFw9l3JycnhI+MEHHzgYkggAYT1mH7ofSmOBO3NXHDZsmCTj6WwDYQFun0sSCgoKuC4DQFjdIjU1dfDgwTxFyuFSDotk\\/MCBA0FYgNvnEkdVVdWIESM2btyI3QjCctg3m3GjbeeXtv2OTqfjwwnREk8JAU\\/OJd4ICQmxHF4NAGEFEEBYAADCAmEBAADCkhs+Hh4IAEBYAAAAICwAAAAQFgAAICwAAAAQFgAAAAgLAAAQFgAAAAgLAAAAhAV0e8h79dq8ebPVyuTkZOcnkZcwdepUyaarvy0uLh43bpy8XfPEH7cRHR3NB1ADQFiAVwhr+PDhVitHjRrlxkUu\\/cTV35pMpvDw8KqqKtm75nvCqq+vHzNmDM4rEBbgLcKaP38+H4WOgwTCpEmTpIvcYDBMnDixT58+48ePl0Yip\\/+eOHFiyJAhgwcPzsnJEZ4cwpyWubm5AwcOpC9kZ2fzn5SWltKfQUFBKSkpVj6kp6cvX75cskzfnD17dmxsbEFBQVlZWVxcHLWl0RPl8scKxNrV1dW8TV8zGo2cfaKiomhbtEOozf9LGxo5cmTfvn1DQkKkEWZoE998883o0aMFcYSZzMxMnFogLMArhEUMRZeltIbI4tixYxJhLV68mC5FatCS2tKv1qxZQ8pIp9MRR9gqGrpo6b9ZWVnSSHUxMTFXr169dOnS0KFDbWM3iTHptxRVEels2LChf\\/\\/+xFbUXr9+\\/VNPPSWvP1ZYsWJFRkYGJ1aiQr6SaDQpKYkaaWlpiYmJfCV5wnmKtiWNmk2bkDiX9id1FqcWCAvwCmHRkiKyyspKaty8eZNTg3S1k5qwDBWlX3V0dPC2NNqvJUG0trbydu\\/evXlj06ZNxcXFxBq2PpDsamtrk37LZ52hb1Kb6xpqS3bk8scKeXl5pDSpsW7dum3btvGVkZGR0hdI1tn+SrImuUqgvmDIdhAW4EXC2rp166pVq3g4s2XLFsurffLkydKXpbZlVsg2VWT3v0SFFNmR\\/LEdcqe7QdDttuXyxwrEd8OGDeMkyONB4clB+CQnSScuWrSIdChFkd2lyTBkOwgL8CJhNTc3E5XQkuK1xsbG7hSW1HabIEiGxMfHW\\/kwYMAAS4XlmLDk9ccqMqVYT4oHCZZtCRQGUpxYUFBQXV1tdxNQWCAswLuERVi2bBlFPStXrrRav3jxYh4i0VVqmTOytRAaGsp5x+5\\/w8LCLoqQckwSYmJieKbcGcKSyx9bfPPNN\\/3795fiQb5PSktLBbHqQgo\\/+\\/XrRyKLotQVK1bYJSzisilTpuDUAmEBXiSssrIyavP5QS3XS0\\/lKP6yjJVsLWRnZ\\/NZRe3+NyMjY9CgQSSmpJlmJGRmZkoTN\\/RIWHL5Y8tcREO00nJOZrJP1EMbIraSHlPqdDoKBokNiZjsWlu+fHlqaipOLRAWoFpQnEV84bPNEfvYzoF06dIlN+bKtUJlZWV4eDgOKAgLUDMo5rKbMPISpk6dalUqFRISMmTIkFOnTnloOSoqynMjAAgLAAAQFgAAAAgLAAAAhAUAAAgLAAAAhAUAAADCAgAAhAUAAADCAgAAAGEBAADCAgAAAGEBAACAsAAAAGEBAACAsAAAAGEBAACAsAAAAEBYAACAsAAAAEBYgNyoeTnC9uPoSNvMGeNgOhnHP+wBVSeErHnC9ueFzJlC5U+OLW\\/evNlqZXJysvNbdLILAAgLUA9hOUkKzrJVapSQESP8b7SQPo21u+cssjx8+HCrlaNGjXKDsAAQFhBYaPv1XOOu7dLHLmFZfoG+76rCMhgMkZGRgwYNyszMtPxvbm7uwIEDhwwZkp2dbe3W7VLhzLbHn51\\/Ebb9ibGV+fMnYccLT3zhdqmlA\\/Pnz8\\/Pz5fWFBUVTZo0Sdp0fX19VFRUnz59aCW1LZ0kf1JSUpyc85kapaWls2fPjo2NLSgoKCsri4uLo7Y08yAAwgJkRnck1d2Hvu8qYS1fvjwtLe3q1asjR460\\/O\\/atWtNJlNWVlZoaKi1W8RBj+nJic+ZbZYOEEMRJUlriFOOHTtm6U9SUhI1yKvExES+8rXXXtPpdDdv3hw9erTzhBUdHZ2Tk7Nhw4b+\\/fsTW1F7\\/fr1Tz31FM4rEBYQoArLFlYXNlEAb1RXV1v+t7W1lbd79+7dg8JKHmvNUEnPOVBYtAwPD6+srKQGcRBnEGnTpKSkL0+cOJE3nn76aXP0WVXlPGHduXOHGkS71OZijdp2ugOAsIAAz2FJjcmTJzv4r1M5o4rcJ0JCal\\/OcuzS1q1bV61aRQ3ScVu2bLHatAQKDK2c5OzjJGHZ7QJSYCAsQMGENWbMGN4gPeImYREupApJEYytvntWKP22R5eam5sHDx5My6FDhzY2Nlpuxe7U0JKTp06dsnVSEk1kCoQFwgIUe6SdIKzExMT09HTijujoaOnK994VLllbtmwZRXwrV660XV9aykLI4uLiUaNGSU6mpKSQvCInbbsQGhqq0+kqKioSEhJAWCAsQM2EZTQaSdQMHDgwKSmpX79+PiOssrIyahPL2PozZcoUigGJraQneiSdoqKiBgwYYPUokzdycnJIr4WEhBQVFYGwQFiAmkGXOucF4gK74RgAgLCAQAEvXOjbt29kZGRVVRV2CADCAgAAAGEBAADCAgAAAGEBAACAsAAAUCn+Pwy2Bww\\/ahd6AAAAAElFTkSuQmCC\",\"length\":13563}\r\n"}],"_postman_id":"888c665f-df1a-4794-8266-2959c71a3a30"},{"name":"Return a Chart - svg (json encoded)","id":"1739c75b-1006-4598-9e0a-17e776d865d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"chart\". Example: chart.</p>\n","key":"secondary","type":"text","value":"chart"},{"description":"<p>The action to take. For this endpoint, the value is \"getsvg\".</p>\n","key":"action","type":"text","value":"getsvg"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The scan ID. Required if the chart is based on a scan.</p>\n","key":"network","type":"text","value":"{{network}}"},{"description":"<p>The organization ID string.</p>\n","key":"enterprise","type":"text","value":"{{enterprise}}"},{"description":"<p>The organization ID string. Note that you can provide multiple \"enterprises=ID\" pairs to accumulate data from multiple organizations.</p>\n","key":"enterprises","type":"text","value":"{{enterprises}}"},{"description":"<p>The host ID.</p>\n","key":"host","type":"text","value":"{{host}}"},{"description":"<p>The scan number. Required if the chart is for scan comparison.</p>\n","key":"scannumber","type":"text","value":"{{scannumber}}"},{"description":"<p>The size of the chart. Values are \"large\", \"medium\" and \"small\".</p>\n","key":"size","type":"text","value":"{{size}}"},{"description":"<p>The type of chart. Values are \"tophostvuln\" (Most Vulnerable Host(s) Per Organization), \"vulnpie\" (Risk Distribution Per Organization), \"quartertrend\" (Organization Quarterly Trend), \"tophostvulnscore\" (Lowest Score Host(s) Per Organization), \"vulntrend\" (Vulnerabilities Trend Per Scan), \"monthtrend\" (Organization Monthly Trend), \"scoretrend\" (Score Trend Per Scan), \"piecommoncategories\" (Common vulnerability type), and \"piecommonvulns\" (Common vulnerabilities).</p>\n","key":"chart_type","type":"text","value":"{{chart_type}}"},{"description":"<p>The month the chart should represent. Required if the chart is based on a month. Format is \"mm\" (e.g., \"01\" for January).</p>\n","key":"month","type":"text","value":"{{month}}"},{"description":"<p>An integer representing the risk level to search for. Values are \"0\" (None), \"1\" (Low), \"4\" (Medium), and \"8\" (High).</p>\n","key":"limit_risk_to","type":"text","value":"{{limit_risk_to}}"},{"description":"<p>Whether to chart the vulnerabilities that occurred most often in a multi-host scan, and are therefore at the top of the list in the scan results (value is \"toplist\"), or the vulnerabilities that occurred least often in the multi-host scan, and are therefore at the bottom of the list in the scan results (value is \"bottomlist\").</p>\n","key":"common","type":"text","value":"{{common}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retuns a chart, based on the supplied values</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e8a815e4-f2e6-4721-aade-ab28f37926cc","name":"Return a Chart - svg (json encoded)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"chart\". Example: chart.\n","key":"secondary","type":"text","value":"chart"},{"description":"The action to take. For this endpoint, the value is \"getsvg\".","key":"action","type":"text","value":"getsvg"},{"description":"The API key to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The scan ID. Required if the chart is based on a scan.\n","key":"network","type":"text","value":"{{network}}"},{"description":"The organization ID string.","key":"enterprise","type":"text","value":"{{enterprise}}"},{"description":"The organization ID string. Note that you can provide multiple \"enterprises=ID\" pairs to accumulate data from multiple organizations.\n","key":"enterprises","type":"text","value":"{{enterprises}}"},{"description":"The host ID.\n","key":"host","type":"text","value":"{{host}}"},{"description":"The scan number. Required if the chart is for scan comparison.\n","key":"scannumber","type":"text","value":"{{scannumber}}"},{"description":"The size of the chart. Values are \"large\", \"medium\" and \"small\".\n","key":"size","type":"text","value":"{{size}}"},{"description":"The type of chart. Values are \"tophostvuln\" (Most Vulnerable Host(s) Per Organization), \"vulnpie\" (Risk Distribution Per Organization), \"quartertrend\" (Organization Quarterly Trend), \"tophostvulnscore\" (Lowest Score Host(s) Per Organization), \"vulntrend\" (Vulnerabilities Trend Per Scan), \"monthtrend\" (Organization Monthly Trend), \"scoretrend\" (Score Trend Per Scan), \"piecommoncategories\" (Common vulnerability type), and \"piecommonvulns\" (Common vulnerabilities).\n","key":"chart_type","type":"text","value":"{{chart_type}}"},{"description":"The month the chart should represent. Required if the chart is based on a month. Format is \"mm\" (e.g., \"01\" for January).\n","key":"month","type":"text","value":"{{month}}"},{"description":"An integer representing the risk level to search for. Values are \"0\" (None), \"1\" (Low), \"4\" (Medium), and \"8\" (High).\n","key":"limit_risk_to","type":"text","value":"{{limit_risk_to}}"},{"description":"Whether to chart the vulnerabilities that occurred most often in a multi-host scan, and are therefore at the top of the list in the scan results (value is \"toplist\"), or the vulnerabilities that occurred least often in the multi-host scan, and are therefore at the bottom of the list in the scan results (value is \"bottomlist\").\n","key":"common","type":"text","value":"{{common}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"data\":\"iVBORw0KGgoAAAANSUhEUgAAAZAAAAEsCAIAAABi1XKVAAA0wklEQVR42u19C0wU5\\/q+iTHGGGJMiCHGGEJiTGOIMf5PT2spWrWHeqxHEfGCqGht1VpqrW09x2P7s9Zj7fG0Pa21PbaISJEiiltERKTipUgV8UKtUlQqKsqyrChyk8sy\\/\\/ebbx3X3WXZy+xlZp4nm8nHsPvO+83lmed9553v6yUAAAAoBL2wCwAAAGEBAACAsAAAAGEBAACAsAAAADRGWMXFxfIabGtr84af3jArr02ldBx+atamGgirtLRUXoN37tzxhp\\/eMCuvTaV0HH5q1iYUlh00NjZ6w09vmJXXplI6Dj81a1MNhHX06FEE8ACgcUBhQWFBueBEgsKSG8hhaa3j8FOzNqGwlHljvHNOKPxA0CV05L4lVJdAucBPKCzksAIVxFYH3xAOvydkxQuZM4XdM4RbxQIAaBtQWIF6wyFtRWyV\\/jchZbwp7WVhdyxjLigX+AmFpQhoLof14yLGUCnjhW1\\/MiWPY+0d4zXRcfjpNbPIYUFhec3sT\\/8QMmOFHS8QYXXtGMcUVtpkKBf4CYWlDGgxh7V7hpAcQYQlJEcKxFnndyKFAWgcUFgBfMO5Xcqo6n\\/\\/T\\/juWRnZCsoFCgsKy+vQYh1W2wOWukoe254xS+ho1VDH4SdyWFBYyrsx3r3KCGvXy6Y9ccL9G1Au8BMKCzmsAMaNIkZY++az5e0SAQA0DyisAL7hXM5iVHX4XaawKg5AucBPKCzksAI4pC\\/5mhHWL1+yHNa57RrqOPxEDgsKS3k3xsL3GWFVHGAK68THUC7wEwoLOawARs4SRlg89Z63EvkLAPAFYfV6BGmNTqcLDw\\/v27fvyJEjCwsLubAcM2ZMnz59IiIi7IpMzSmstkbGU9mvCqYO014x9W7qhHKBn1BYvtqSBWHFx8dXVFRQIysrKzg4mBoJCQlr166lBi2pbftzzeWw7l5jhHWE7ZOHPy5j7Ua9JjoOP71mFjksNwlLgl6vDw0NpUZQUFBDQwMnbGpDYQk3TzKSOr2Fmu1HPmRtfRmUC\\/yEwvIbYRkMBgoD8\\/Pzrf5LgaHl19aJIMIiLud7h5aqbz88\\/0N7xqyHZ79n0eGpb6jdeilHI31HG+2AIywK8UhbUUjI\\/4TCsgavaag6Ts3Wsj2s\\/Ws6lAv8hMLyA2GlpqYOHjyYp9s5kMOyRuEHjKSMLNN399c8sSDrc+SG4CdyWL6gKkvYXSM9JaSlXq+HwhL2izUND5nqbL59ibUL\\/gHlAj+hsJQBbdVhtTWJNQ2LzX+2N4t\\/viIAgLaBSveAvOHUV4o1Df98bDNnKVvTeh\\/KBX5CYSkA2sph8ZqGU18+tmmR0lJzx+GnN80ihwWF5R2zl\\/cxevot87HN01vZmhtFUC7wEwpLAdBWDuvMN4yerh9\\/vOaSWNlARAYAGgYUVkDecI6uY\\/RU9\\/tjm0RetIaIDMoFfkJhBT60lcMyp9jvPbZZV87WHPtQ5R2Hn940ixwWFJYXzJqLGBY\\/YbPlLlt54HUoF\\/gJhaUAaCiHZa5pWPPEyq4uQbeQrZdv+hwAUBygsALvhnOrWKxp+MLaZsFqtv7eDdV2HH5CYamGsDSUwyrXiTUNu61tFn8mTp9zRrUdh59eNoscFhSWF8yaaxqOWdssSxOHeM+FcoGfUFiBDg3lsI6Jw\\/XVlVuvv3aYrT+XjEQGoFlAYQXeDefA64yYWuqtbdZcYOt\\/3gTlAj+hsAIdWslh8ZqGHxfZsdl4h\\/3r0Nvq7Dj89L5Z5LCgsOQ2W\\/8HY6Wf1tixaepgc+fQp8sE5QI\\/obACGlrJYd36xaqm4QnkrWD\\/bapFLgPQJqCwAuyGU\\/4jo6SLGfZtntjI\\/lt7EcoFfkJhBTS0ksMq3SbWNBy1b\\/Psd+y\\/fxxRYcfhp\\/fNIocFhSW32aO8puGyfZu\\/Z4v6K12FHYefUFhqIiyt5LDMNQ137f\\/31ilx+pz\\/IpcBaBNQWIF0w+loMdc0dHXZt2nvGSKUC\\/yEwgo4aCKHde+63em8Htu0GXlGJR2Hnz4xixwWFJasZruJ+J6waTFfIZQL\\/ITC8sI2LCZMlViZT5saERHBGdp2jRU0kcMy59R\\/cPSdwvfF6XOuIJ0BaBD+maredmL6Hqeq14TCKv1WrFoodGTz9FceTp8D5QKFBYXlGmEFBQU1NDTw3lLb7hrra1kLOaxj6xkZGS45snkpU5w+J0v1ORf4qVmbAUdYlm0KA+2ukbBOxJkzZ2jXcDqnpedtDnltUru2ttbt33ZmL2nPmNVUd8uBzdbf8+k7bSe\\/cNtPsiZjf723P+GnZm2qQWGpP4fV0Wq3psEafPqcox8KAIAcFnJYfjN7\\/wZjosOre7DZUu\\/h9DnIDSGHhRxWD1RlCcHimSAt9Xq93TWay2FVnxZrGj7vwSbprx\\/59DkPkRuCn8hhBSjUr7C6f0\\/Q2ubh99g3G25CucBPKKwAhfpzWGe\\/dXYkhpP\\/EafPKRUAQGOAwgqYG87xj+zWNNixeSGVffNKrko6Dj+hsNRHWOrPYeW+wWio2dizzWv57Jvnd6ik4\\/DTV2aRw4LCkslsx0PGQbqFdmsarG3WnGdfLvoEygV+QmEFKFSew7on1jQUrHbqyw9usy\\/nr0JGA9AaoLAC44ZTXcI4qPhTp2x2tgv75rk9fQ6UCxQWFJbXofIc1u\\/7GWH9mu6szYOJYsLLoPiOw08fmtVoDuvzzz8PDg6mRklJSUxMTL9+\\/dLS0qCwPDLrcHYJOzaPbxAfKf4G5QI\\/obB6ADHUzZusarF\\/\\/\\/4mk6mysrJv377edlTlOSxOQLVOE1A3A9EAgLrhJmHp9fry8vLhw4fTnxUVFcRcUFgemTWHeHXO2ix3Yqg\\/KBf4CYXFGYqoatOmTfzPQYMG+SAkVHMOq7NNHKdhYXdJdDs2HU8QrZSOw0\\/fmkUdlu+gZoVlHqfhPRds1le6PX0OlAsUlrYUll+g5hyWuabhMxd+0tbk+fQ5AKA4uElY0dHRFBXyoUGHDBlCQSIUlvtmK3IY+5Ttcs3m\\/tfcmz4HygUKS1sKa9SoUdnZ2dTo3bs3LcvKygYNGuRtR9WcwzqbxKin8ifXbPLpc+5eVXDH4advzWo0hyWNHcoJixAaGgqF5b7Z4\\/8Saxouumbz9Bb2q5snoVzgJxSWI4wcOTI1NVUirPLy8tGjR3vbUTXnsA6+yainycWy9d\\/49Dn7kNcAtAM3c1izZ88eOnQoEVZYWFh0dLQPHFWtwupsYy8G6hIcvBho3+b1Y4ywSrdBucBPKKyAg2pzWA03xaEX3nXZZt1l9sNj65Xacfjpc7Oow\\/IdVKuwbp9xME6DI5vNRvbD3DegXOAnFJZ98DqG3jawmvrUG1BtDqvigFjT4PqrAhRC8ulzKKgEAG0ACsvfN5xz28WahgJ3bFIgyabPuQXlAj+hsLqFVM0gwQcvP6s2h3ViIyMd\\/a\\/u2Dy5mf32zllFdhx++tys5nJYY8aMIbbq1auXZTwYFBTkaqW7TqcbNmwYBZK0pLZgMZFqRESE3V2gWoXFx2loqnXH5oWd7LdXD0K5wE8orG7hecaKOO7EiRNMXpw4QW3Bianq1ZnDMtc0LHBvsGPh6iFGWERbAKAN+CeHNWLEiKKiImrQktqcwhoaGjhhcwrThMJ6UC3WNLzjps0759jPT\\/4bygV+QmF1q608f0pYWloaHBxMoSUtS0pKBIvXfWwV3DoRFy5coFCR7x1aet62XMplk9rXr1934fu3S0174poOf+iezeaaK+0Zszpy33LJT7ImY3+9tz\\/hp2ZtBpzCGjZsmBQShoWFaVdhVeSKNQ3fu2nT1O5GRAnlAoWlrRyW55ByWBQSDhw4ULs5LHNNw2H3Lbj3HiIAaCGH1bsbuBoS6nQ6Elb0K1paPSWkpV6v14rCMtc0lLlv09XZK6BcoLCgsHwAddZh5a3osaahB5tnXZ4+B\\/VN2vRTwLuEvoQKFRbLQM13JgPlyObvfPqcDCgX+AmFZQ28SygnGpyqaegBt4rdnj4HABQHKCz\\/3XB4FVXRvz2yyafPOfJPKBf4CYUVQFBhDuuKWNNwIdUjm22N4vQ5ryqp4\\/DTT2a1m8OaOHHi4MGDQ0XExMRAYblj9lwy45prhz21yafPaXsA5QI\\/obDsICwsLC8vT\\/ozIyPj6aef9rajKsxh\\/fyxMzUNPePIWnH6nGtIcACqh5uz5phMjx9sUdt2wBkorJ6R9xYjmka9pzZPfcns3CpWTMfhJxSWLwlr8+bNI0aMMBqN1DYYDCS4+DSFXoXaclidYk0DfZx4q6YHm7\\/tZoRV\\/qMyOq6UA6Q6PwUN5rDkqnSHwhIe3BZrGlbJYPOPQnH6nG+hXOAnFFagQG05rDtn3RgZxj4Ml5ip4x8hwQGoHqjD8tMN52oeY5nzO2Ww2VzHTB1MhHKBn1BY9rlj0KBBfKxkDh+EhGrLYZ3fIdY05Mtgs8vE5mHdN8\\/J6XOQG9Kmn4Jm67D69evHxwsNDg6ur69ftWoVHysGCssFsz9vYoRVc0Eem\\/nvMGsPqqFc4CcUls1vHo0OOmLECL1e39bW5oNZc9SWwzq0UqxpqJHHWtG\\/3Zg+BwAUB3cIKyQkhCusMWPG5ObmEmdRhAiF5YJZU4e5psHUKY9N8\\/Q5eVAu8BMKyxqlpaWcochXigr79OmDOizXzDbeYfxy6G3ZbLqSwkduSJt+ChgPy5dQlcJyepwGZ226YhDKBQpLWwqLQkLfE5aqclhcEMk4n+ADOYbWAoCAhzuEtWXLluXLlzc3N0NhuWn2fIrzKSenbJonZE1w5kUfKBcoLG0pLL+8mqOqHFbRJ2JNw3k5bfIp75uNAd1xpRwgNfopIIcFheWm2UNvizUNd+S0efwjZtNwCcoFfkJh+R\\/qyWGZOh\\/VNHTIKkG3McK6rpa9BAAyElZ0dPTw4cN5JDhkyJCKigpXLaxfvz4kJIS\\/3yNYzEsYERFhV2SqR2E11jBmyVsps6vlOmb2t91QLvATCusJjBo1ihde8XH7ysrKXC0c3bhxY3h4eFVVlbSmx5mf1ZPDqrnAmOXnTTK7evOkOH3Ol4HbcaUcIJX6KWg2hyW9miMNNBoaGuqSBRJl+flPvPcbFBTU0NDACZvaalZYVw+JRZ4pMrt695o4fc5aKBf4CYX1BEaOHJmamioRVnl5+ejRo12lvHXr1vXr14+YLjc315IEhUezH0pYJ4IIi7ic7x1aKrh9fqdpT9y9Mz\\/Ia7+pvqY9Y1an7hXF7x+00ZY9hzV79uyhQ4cSYYWFhUVHR7v68wEDBvABHmjJy1A1pLBcf1HZWVezX2WW25ugXOAnFJacWLRoESesoqIiTlgaymHxmoYHt+V39cg\\/meX6P5Abgp\\/IYckJg8Ewbtw4Cv2GDRvGk1nSU0Ja6vV61Sost2oanHX1ly\\/E6XN+gXKBn1BYj5GRkdG\\/f\\/9evXr5stJdJXVYvKbh0EqvGL\\/4AzP+e7YAACqFO4RFbFVYWOhjR1WisPRljFNOfOwVV\\/84woyf\\/RbKBX5CYT1BWL5nVpXksK7lM045l+wVV2t\\/E6fP2RCIHVfKAVKvn4Jmc1hFRUUbN27s6OjwpaMqUVjmoUEPesXVJoMz0+dAuUBhaUth+WW0BpXksMw1Dee8YpxNn7OAjTNjakeyA1AlMFqDb284+atcrWlwzVUn7EO5QGFpS2H5BWrIYZEC4jUNne3ectUJBYfckDb9FDSYw+rdDXwQEqpBYTXqxXEaVnjRVfNYpoegXOAnFJY\\/oYYcVo1Y0\\/Dzx17cxNWDMo8WDwCBBOSwfHjDqTws1jRs96Krd86yTZzcDOUCP6Gw7ASGvN4dY7o7ZfZCKmOTK7ledLXhFtvE4fcCq+NKOUCq9lPAu4SEtra2cePGlZSUQGH1bJaEj1sTyrvgamcb28SPCx1MnwPlAoWlLYVlfVNvaPBB7bsaclj574g1B9Xe3UrucraVlrvIdwDqgwyEVVBQ0K9fPyisHsx6UNXpmqvH1jPCqrsM5QI\\/obAYrGoagoOD8\\/LyvO2o4nNYTbXiezNvet3VM\\/8Tp885FigdV8oBUrufAnJYvoTiFZZ5nIaNXnf18j5x+pxMKBf4CYXlNyg+h3XtsBvjNLgDPn3O6S3IdwDqg2uENWjQoMTExOrqat87qniFVZbGeKTigNddvXuVbajwAygX+Kl1hWU0Grds2TJkyJCgoKDJkydXVlb6zFHF57BO\\/ofxyO1Sr7v6sIFtKGdJoHRcKQdI7X4KWs5hEa1mZWWFhob26dMnPDy8rKwMCqsHs\\/nvMh5puOULV7MXs221NUG5wE9NKyxbNDc3p6enSzOqeg\\/KzmGxmoYEVtPQ2eaLzR1ZI06fUykAgLrgJmERT+l0urCwsL59+z7zzDPl5eVQWI7MNjs1Fqhsrp5yNH0OlAsUllYUVn19\\/datW4cOHTpgwIC4uLiqqiqfOarsHFbtRXG09X\\/5yFU+fU55tv87rpQDpAE\\/BQ3msEJCQtauXetjF9WgsCoL3BunwU1X\\/ygUp8\\/5DsoFfmpaYcmLjRs39urVS+JpPpFqRESEXUJUdg7Lg5oGd2D4zRNBBwABC78R1sWLF0mvSYTV41T1ylZYxZ8xBqku8ZGrDl8DgnKBwoLCcg1tbW3h4eEnTpyQCCsoKKihoYH3n9q2P1F2Duvwe2JNw00fuepw8HjkhrTpp4B3Cd3G6tWrt27dyjb\\/iLCkBsFqOMB1Is6cOUO7htM5LT1vc8hrk9q1tbXW6x80CLoE0965NdU3ZLPZU7v1x9dNe+KEB7dtv0PWZOyv9\\/Yn\\/NSszYAjrF5PwhmFpeAcVpNHNQ1uougTttGa88h6AMhhyclc6s9hGZyaQV5mV8\\/vYBu9lo\\/cEPxEDkt+wpKeEtJSr9erKof1xxEHRQbecvVKLtto2ffIDcFP5LD8AAUrrLJdYk1Djk9dvV3KNlr8KZQL\\/ITC8gMUnMMi1mDjNJT4dKP3b\\/Q4fQ4AKA5QWN6\\/4fCahns3fOpqx0O2Ud1CoasLykVJft45J+S9JWTGduYsd7twDwrL\\/1BqDqvLxCbdIu4gBvGxqwdeF6fPqfdPx5VygALKILFVxnRh9ww6cB27ooW9c+TlLOSwoLB6MttsZKyR+4YfXD36oTh9TjmUi2L8zFnC2CojRkiONKVPEzJnCgdXQGEpkrCUmsOq9bSmwX2c+UacPuc4Eh+Kwa4pwg9The+eFbb9Sfj2z0LyWCFlIjuFup8WV2uAwvLyDYcPnFD6rR9cvZxld\\/ocKKwANdhcJ6RGCdufFZLGCMnPd22PFBuR7CDuX8JOoTtn7b5rBYUViFBqDutiOjvhfs\\/2g6s3isTpc77yT8eVcoACwWBXF5tUKXux8MM0IelZYddkcw4r7a9C0WahYDU7jvxD36EDeuuU0NEaILsUOSx1KSzPxmnwyNW7V8Tpc96HwgpoPxtrhOMfmfmIyIgkuW4hUVXn3nnslsPx4DYbjpEOpcRc9J3iT4WqE92N3A+F5WcoNYd1WLw93r\\/hh03z6XP2L0HiI0DRZRIqcoUfF5kfyzgzoxKFjVfzhGPr2VAcnLmo8fMm9jZF630t7DMoLG\\/ecEjq63hNQ6t\\/XM1+hW29vRkKK+D8fFDN5o7kpFP6ra1Q6sEs0RORFFGVJXMRkRGdEalBYfkdisxhtdwVb57L\\/ebqT3z6nD983XGlHCC\\/GDR1CuU6NosSHZq8FUJNmUdmiekoMKTwkN8a+efIWhZCUiBptnWOkaMuoTVb\\/mJU5LBUpLAMl9jZQ\\/c9f7n6y3\\/FDNppKKxA8fPedfMkbPvmCeeSHUhvl\\/0kU3SgT39lnpWSfw6\\/x7Ko+18TjvydJJgpI4aVTVQdg8LyOhSZwzKP0\\/Ct3xwwP6PcLwB+R2c7KzHhEdyht4W6y17cEEkqCjP3L2HbSpkg7JwobH9e2PECe+zISr2mCW3eZBnaeu4bwq6Xhb1zhcojUFjKuYE7nG7LF65W\\/iQyZhIUlp\\/9NF4xv1JKhFWW5sx8ujL42WViRafpf2MFqN89w4pRabn9OdbgzxmJN49vEE5vZSfq1UPs\\/fy7V1kew5k6VR5mZi\\/uyHvniTCT1u+Zxd8uEnbHCjsnCNcKtEhYisxh\\/fK5OKHpKb+5qv+VOXBioyZyQ4HpJ3ETMRQXVsRZxAg+9pOn9om2drxg2jFBSBnPKulzljwOG20\\/5C1JpML32Ql8fidT6DeKWH6jscZMtcRKOa+xBFxW\\/MN9i9mzHc5Z7c1CbqKQPkVIn8oUFtEWcVbmTCgshdzAC\\/4ujtNQ5TdX+fQ5eSugsPzjJ8V9pGI4BVzKdKlOXTY\\/iVz2xnHJw3JYO8YJv3xhZlIiIKIhIiOiJCKmX\\/7LSOpg4uMnj3Y\\/+19joeVOMdJMGd9FISd9UqPMubOk55iI4x\\/iLFqz8y\\/IYSkBXV3mEhvPaho8DQr49DmmDiSRfAo66OeSWWadToCf1nh+0\\/KUs+hUJG2VNokFgD1GfPSFlnomBilIvJbPAsaSr1nwSOTLn0WSRiM+sgwzaQ0vxE+bzIjs+5ceK6y9c6CwlHADp0NOh\\/DA6352ld\\/h6V4KheUzP2vK2KSQLE+UIJT\\/6N6ry4FbM9XWKOyNZ3xEOosUFuOmKSxvxcv9GDkmCFlx5hzWrsnyPpREDstrKRIKB+SoafDU1Z83MTf0Zchh+cLPtiahdJs5dCr8gFWHBlL3ZbNZ9TMLCaVxu0i7WT4NJM4q+IeQMYM9prx1Wt4uQGF57SZ2\\/ahYxLzNz66e287cqDwMheV1P2+fYUXCtLcp\\/rqS6+GYMIFelf57Dsusb3++K\\/Ul4dcMn\\/EAclheA69p+D3bz25UHBCnz0nzlv2y79lToZQJQtY84ZYcN5Vbp1jSjQxSoCHjlXA5i9UfkRbYM5sJBM9xu5QldMjPtMnstnR6i1lYHd9gGYADUFgKuYGf+kKsafjFz65Wl4jT53zmlY6TfNsx7vETKGIED9\\/8oGhi1+QnHmn9mi6Dn7\\/tEVIs\\/KRNeBiqWIxlbPr+r8J3f2Zp5uzFbJQYm0H01amwvHwdKZ6wlJfDojDe5j0+P7h6T5w+p2C1VzpO2ooN6TtdSB7buTOKXbR75giX97n\\/2RsnfB\\/FnpGnjDelvMgMpr7okUH+ITtWZnfHemSQNCAZSfurkBzZ9Z045N725x28day2HJb3r6PAIiydThceHt63b9+RI0cWFhYKFhOpRkRE2N0FClNYj2saWvzsakerOavy6M4vZ8cpIKIIK+k585C+258TkiIclfD0+OFVPJbPy8msJwb5h\\/tmaZY25InB7RFm35jBZ5m03DFem2pIEworPj6+oqKCGllZWcHBwYITU9UrLIclX02DDOhm+hwZQIKILl2mLyKY3Miayz6Xs9z\\/6BKE3TFcCrElqZj0qR4Z5B8KAx8pLLbcPZ295uahn9RTprDGChnRTK\\/RHgZUHxLq9frQ0FBqBAUFNTQ0cMKmtuIVVl05O4OPfhgQrh7j0+f8LnPH9WWivBoj7HyBrv+Og2+zZ2Se57AOLOPvfJh2z2TVPbI8F2cvuM3mxUGdOa8LOUtl8PPgG\\/z1QFPGDBYX31LA+QmF5REMBgOFgfn5+cyPXo89ocDQ8mvrRFy4cIFCRb53aOl523Ipl01qX79+ndqt5YfoVG47+aWMNt2201j4b9OeOKHqOF9P1jzv793z+zv3suCo\\/fA\\/W3PeMu2Z27r\\/zZarx2Xo751zHYfXtGfMbtYtI1qR67i0VJ5syXnblBnXuj9RZj\\/3LZXRT6+en0qxGYiEVVpaStqKQkL+p9oU1sUMcZwGXUC4yqfPubRHto5X5JhfOvltt\\/f2J+rFoLAChbBSU1MHDx7M0+0casth\\/SJbTYMMuPGzOMHBVhlMdZmEC6nmt3mvHUZKBdBEDqvXkxAsnhLSUq\\/XK15h8VEl6ysDwlVjhflNEQ+tdbYLp74UnzkutBrFFAoLCkv9OSxXQ0h5DXq3Dsve7A9+c7X1PnMmZ6lH1qgvx\\/9lHl2krtwH+xPvPGrWphoIS0kKq\\/WeSBDLAshVi6Iwd6y11JvnsziYKDTchHKBwoLC6gFKymHV\\/S7WNKwLIJc8GUrwwW1eZ8Ce4jcbkUbx4onz6izD\\/GmWn7plKO+CwvL2jbHqOLu8z3wTQK5aTEDtmrW7V8xzGRz9UGhvgnLxqkFiKONbr\\/CP4c2FtCQKg8JSJGEpKYf1Wya7wi\\/vCyBXy3YxlypyXLPGR6rk7073NG8CclhyEVbdkjm1M6NqXpkpO2EhhwWFZc+seZyG4gBytbKAuXRuuwvW\\/ig0j+19LtmZoZ2gsDxFZ2ftnL\\/Wxk3WTxtX87dIWtbOfdmwYFqXyRTIuxQKyz6UlMOyN9+yn6Evs50+xxFIHvK3fC9nIW\\/ibZju3W3O1d1du5JISh8zUT9jIiks1qBP9Av1H\\/299Wh+V2sLdhQUlndu4Hz6kLamAHK1US\\/O37myZ2skpvggpSSv\\/ihUg3IJWD+7utorLj3Y\\/pVx5WKet9JPn2BYPNO4gmWvDG8sMLwSS+TF\\/3X3vdeb9nzfqb8TaLsUCss+lJLD0ldVWBY9BYqrps5H0+d0OrLW2SYUf2oejubOWf\\/uTxXnsEzNTSSa7v1rjZmM3lnyIHVbR+WVumXxda\\/O4p+aRTNY4435bRfPN3z9qZSMb\\/j6P7TGvTgROSwoLGs03zwvPlP7v4BzleSVOH1Ot9bam9ijQM62xisKVi4B7GfHjetNP+wwvruUs0\\/9h++2HD5getDQo1nSVqSwSGeZf+hWnAiF5TsoJod1XaxpKPk64Bz7+WPmWE1ZN0RrNM+lnvcWK7wC5EVHx8PTRfc\\/\\/cgslFYufrDt8\\/bfLrgqlIihWo8dJraSMU5UFqCwZMbDc9\\/LnquWx9Vzycyxa4ftWLt\\/g5Ww8yk\\/3R3nDwrLfpBdV9v84+67a940U8yaN5uzMzvrDJ6YJZpzL06Uq+91y+dJoWvt4pmssXweCOsJKCWH1XhEFDI3Twacq4+mz7G2VneZvR7InyF6MKAzclhPkkoXCaiG\\/30uJdTvf7bhYclJkloy+ulqnChX3w2LYiSurFk+nz0iWBQDwlKkwurIXy3jOA1yunqbT5\\/z6RPWqk+zoRfY4DNbPJzOHgrLzFSNDS2HD9R\\/+K75kn53aeMPOzpuVnnPT+fjRFn63tXUaFgwrW5pnGHh9NrZk2oXzQBh2YFicli8pqG9KaCcqntjQd0rMXVx4+riJ5rF\\/DIKD\\/PNpaFl37s3OVXdkjlSaMA\\/xhULPfHTmJhgZZAuDBm6vzTO2s\\/EBI\\/8XLHQ2s8lc9orKx7s\\/N\\/dd5Zw4rj3rzXEI6ZmH50J3cWJvFze6tODLZPJdO9ux\\/XKtgulrccLmvfveZC6rWHLJ4wTxd7po19gNWK8wDX6hdpZUcRc9H06i7x0BKGwvHMDf9jABiPOWRJornIqMSaMNyZM5C+pGeKixGKreSxUdBe1s16yfvftjQUe+blsrpXB2rkve74DyYi1n8vmengDkAzWvrHAsHgmXb2PE+rbv2qvuOThBIVuH3SrOJGOkeGVWCM\\/6OKSuIYRXNtDk0HffrX84ZlfWn462LR3F7l9\\/9OP6j94++7br0q9s\\/3Ur3mTlbbOnVIbP4V4Sj\\/jRV7gyv617l1aWfd6vOX3ZTmCyGF5J0VirGjPmCUNlRc4rjLCWhprnBthnPtc3dzn6+LH106PbNkU3ZL+WcuhbLc\\/+pgJFAsY5k2tnfPXmrkvs3ZCtCcGyZSVQX3si54YNPsZ+6K1n\\/OmeuRnQjQzsmBa7eyXaqZPYFfs3yLr31\\/ZnKsz3a8PhIMuxYnmivmYCczVuMlENPqpY+\\/+I9EBJRFh1f\\/fKiKvB8lbiciIzh6eKSZq6zTou9rabHNYxFDEXDwK1k8fT5sjzWVImF73+jztEpYyFFbVCaaw5K5pcP9mW1f7sORk0+6dtbETGFXFPVc3h32orZ8WYVwe5+CsdeZDVym\\/u1JoUMNfK4mZ4JFB8XR\\/wuDUsR46ycxOHWttdvp4jwzGTJBiIjLIXgCc8aLQ2Rlo5yfFiexV6rkv877zV3+owXrxzpJ7G\\/5OgV5j6rcU9LUe\\/6mt7CyFdYxwe3raSDalAXD08\\/7GhsFZMocUJf2cya5Z5veKiLO0S1jKyGHJPU6DyydoRwedNC1H8+neSDf8x3FQ7PN1cRHih9EWSa3aGc8352V7+LFUWGZxtCDaE4O1FgqLGyRxJIOfFgqLm6UNeWKQuvlIYU1i6lWMvALzlOQnAKs\\/mP2SYWFM3dI4\\/fQJXV7LrPGgnjQXU1jLobACXGGd\\/ooprBtFvnSVTr62S2XNOXsbvvzE+Cjja9b2a1c2Jn\\/dejTfMGesccF447znjfHPGeMjqE0UJkNuCDksyU+5CUuu89PyfLDMYXnJT8sjiBxWwOewCt9nOay7V2U4z1YsomPPPzXsod5cumvZxnr3N70vVfrwjC+tofX0X8vqxLr5fzHMHGuIjTTMiKil5cyxdXEyTK1Od1EpNKiJn8KGc3pzoWdEMN\\/KoOGVGTL4+coMK7O0IY+OzpsLrf1MmB6Y5yfjKStX50\\/znp+WR9D8keMIQmF5R2Flv8oUVpsMlq3v4SsW1cb+xTbW45U+DVs+aT6QRTqr24fod84J+18VcliBqGnPXGFfvKdTH3t\\/f2JMd83aRA7L+7h2WMicJXz7ZyE50vOQsKupkZUOLY2j+3btnEkUbrCHxzxX+mSs11FV6Wyulzir8H2WYstfJTtbAYC2CEualzAiIsKuGJZFYbE4a+nMuoUv1c0fX7fgxbqlsR4WEJrNks34yLr4sXVzI8SigbHGZR7X5pmfQz16uDODPZOyjfWgXOAnFJYf0OPMz7LksOpejTEufNG46C\\/GhPF188cZF7xQOzvKCcFjEjpahYcNQnMdG8ng\\/g02+orhklBznkmVG0WG2Ejj\\/EjjvEiW0p73PJnlGSJPavNIVbHavLkvk8KqWRBtfHOhXGldzPenTT8FjIclI4KCghoaGjhhU9tLCqtuPlHVBCNRVTzpoOdpWTs9omXbqpavV7RsXd6yZWnLl6+2\\/Hdhy2fzWz6d27J5dssnM1o+ntby8VTHn9oZrCDTKFYMsNKBuZGGWREe1uZ57zkUlAsUFhSWx370euwJBYaW\\/1onggiLRBYtjx496na7cU9yY1Zy097tzY8+TRnbaU1Pnx30ebA3+QEts1Iasnbc37ujgTV23t+7897eFDLSvPeJT9Pu7bV70mqz0mv2772xP+vK\\/n0Vhw5cOfrTr4U\\/nTqcX\\/LzibM9+WzYs+v+7p33MlLu\\/ZBCS7G905O+o422gtrd5awVo7BkB5GgUszKa1MpHYefmrWphhwWCAtEAD9BWAH3lJCWer1eAAAACFjC8j3Onz+vFLPy2lRKx+GnZm2CsOzg2LFjSjErr02ldBx+atYmCEuL55nlg1cQQWD62d0xAmGpjbDoSKelpTlz4J3f0b1E9OnTZ\\/jw4evXr5f3+LnhYY+ucnhOWPTNrKzH0\\/x8\\/vnnsuxPQmFhIZkqKCjwvNeyONmdn\\/IeHeeNu0pYnuxPuzbz8\\/PDw8P79u07bNiwjIwMubpvMplWrlzZXwQ1OrqZesON3a5gwoqKiqqurpaXsHijvLx8\\/Pjxa9asCWTCklFh0TcjIyOlU23UqFFyEdaUKVPi4+MnTZokC2F57qTSCcuT\\/WnXZnBwcE5ODu1PupQWLVokV\\/fp2pk6dWqDiOjo6NWrV4Owel29enXy5MlWPS8tLR05ciSpJFpSu7KycsiQISZxBEWieWrTGmdYoKqqKiQkhLcrKir4E0xSXqdOnaI1ZWVldMH07t3bdo87Q1jUpt+SM7m5ufzPTZs2BQUF0dljKRtdIixbJ+k7dN7QzZPWWL7YZNfaqlWr6MSlNjnwwQcfOPZ2xYoVVsW9ds3evHmTjgI16B5O+1OyZuWVkwadd5LM0half5F2kA56j4RlZdO9o+OSceeJoLv9aWWzpKSEukx7eO3atVb2bW2GhoZu2bKFhJulCHL+XOqu+4MHD5Y8pAb9yduWF44zUYKqCIuWW7du\\/eKLLywPGx3RlJQUaiQnJ\\/OjGxsbS1\\/jX6a28ywgXUKjR4\\/W6XTUKCoqogPGt5KUlGSyN5Ks8wqLDjydLvxfqampZI1OjkGDBrkXEto6Sf\\/iu4KM01ni2BqdVc888wy3o9frHXubnZ3tjJN0wXCXaCnJVVuvnDTokpN0oLlN2qV0q3deYdnlFFePjpcIq7v9aWWTTk5ymO\\/hHgmLqDwxMZHiCWJkiY6dP5ecVKzSpWR14WhLYfEGiSy6IUh\\/Wt6oeZufxHQDoWWPQsOuwiI7EjvQzUGweXnIJcKiGxoJAX6T4dZszzk3FJatk9297dSdNbrISbpTxOG8tw6cpB1Ol7fkEskTfpraeuWkQZecpOuQrjpqLF++nK46DwnL1aPjDcJyZn\\/ytuWx7pGwLOWbRMfOn0sOFBYZtHspaTck5I07d+7Q\\/cFSYZG2ogbdELjCIkRERFDwT0uXcli88p7w9NNPZ2RkWOopusnwrbhBWHTMSBhLCVS5CMvWSfqO7a5wYI0UBDUooHDeWwdO0u1aCtgJkyZN4rdoW69cIiwnnSSsXLkyPz9\\/4sSJLuWw6NLiQZAkT2QkLMfG3duftjYlhUU\\/6ZGwFi1axJmFQmnplTjnz6Xuuk\\/XTnR0dENDQ2NjIylc6VKyunDowLn67rTiCYuQnp4u\\/UknrmUOi6+kg0FfoNPXmTiLbilPPfXUhg0bLG8+UVFRFMBLIZgbOSx+pyJs2rSJTPXv3582ISNh2TpJSxIjtCuGDRvGr3DnrUlrHHvrwMkxY8ZYriEq4dGcrVcuEZaTThKMRuPAgQP5pdvjAZKODl3kJF7IFNmUi7CcNO7e\\/rS1SfwVFhZGe\\/jdd9\\/tUQ1lZmbSgaCv0TkvBebOn0vddZ\\/0IN0w+omwfEpodeGsWrWKb0X9hOU5fFnmQ6cCzwUEgqv+rW9y\\/uz03M\\/XXnvNNs9oa9arR8dt4553PykpiZOa5zZ9XC8GwvLndUtKm05Zt2tnVEZYdEf1gZ+0lQEDBvDHmo7NevXoeGLcw+7zJ3o8WvTcpoOjBsLyES5cuKAUs\\/LaVErH4admbYKwAABQA0BYAACAsAAAAEBYAQ4fDw8EACAswH34+KEJAICwABAWAICwfAudTsfH+hk5cmRhYaFgb35p2\\/fF6Ve89peW\\/BVQEBbg3rlUUFAQFhZGvxo3bpzBYMBuBGE5Qnx8fEVFBTWysrKCg4OF7ufmsTzJgoKCTpw4QQ1aujHhGAgL55LUDgkJkc4l38wFBcJSA\\/R6PR91pLvZDy1PshEjRvD3+2lJbRAW4Pa5JBEWnUu+mW0ThKV4kBQn6c7ffO5ulAzL9aWlpXQL5SN4WL3nCcLSOFw9l3JycnhI+MEHHzgYkggAYT1mH7ofSmOBO3NXHDZsmCTj6WwDYQFun0sSCgoKuC4DQFjdIjU1dfDgwTxFyuFSDotk\\/MCBA0FYgNvnEkdVVdWIESM2btyI3QjCctg3m3GjbeeXtv2OTqfjwwnREk8JAU\\/OJd4ICQmxHF4NAGEFEEBYAADCAmEBAADCkhs+Hh4IAEBYAAAAICwAAAAQFgAAICwAAAAQFgAAAAgLAAAQFgAAAAgLAAAAhAV0e8h79dq8ebPVyuTkZOcnkZcwdepUyaarvy0uLh43bpy8XfPEH7cRHR3NB1ADQFiAVwhr+PDhVitHjRrlxkUu\\/cTV35pMpvDw8KqqKtm75nvCqq+vHzNmDM4rEBbgLcKaP38+H4WOgwTCpEmTpIvcYDBMnDixT58+48ePl0Yip\\/+eOHFiyJAhgwcPzsnJEZ4cwpyWubm5AwcOpC9kZ2fzn5SWltKfQUFBKSkpVj6kp6cvX75cskzfnD17dmxsbEFBQVlZWVxcHLWl0RPl8scKxNrV1dW8TV8zGo2cfaKiomhbtEOozf9LGxo5cmTfvn1DQkKkEWZoE998883o0aMFcYSZzMxMnFogLMArhEUMRZeltIbI4tixYxJhLV68mC5FatCS2tKv1qxZQ8pIp9MRR9gqGrpo6b9ZWVnSSHUxMTFXr169dOnS0KFDbWM3iTHptxRVEels2LChf\\/\\/+xFbUXr9+\\/VNPPSWvP1ZYsWJFRkYGJ1aiQr6SaDQpKYkaaWlpiYmJfCV5wnmKtiWNmk2bkDiX9id1FqcWCAvwCmHRkiKyyspKaty8eZNTg3S1k5qwDBWlX3V0dPC2NNqvJUG0trbydu\\/evXlj06ZNxcXFxBq2PpDsamtrk37LZ52hb1Kb6xpqS3bk8scKeXl5pDSpsW7dum3btvGVkZGR0hdI1tn+SrImuUqgvmDIdhAW4EXC2rp166pVq3g4s2XLFsurffLkydKXpbZlVsg2VWT3v0SFFNmR\\/LEdcqe7QdDttuXyxwrEd8OGDeMkyONB4clB+CQnSScuWrSIdChFkd2lyTBkOwgL8CJhNTc3E5XQkuK1xsbG7hSW1HabIEiGxMfHW\\/kwYMAAS4XlmLDk9ccqMqVYT4oHCZZtCRQGUpxYUFBQXV1tdxNQWCAswLuERVi2bBlFPStXrrRav3jxYh4i0VVqmTOytRAaGsp5x+5\\/w8LCLoqQckwSYmJieKbcGcKSyx9bfPPNN\\/3795fiQb5PSktLBbHqQgo\\/+\\/XrRyKLotQVK1bYJSzisilTpuDUAmEBXiSssrIyavP5QS3XS0\\/lKP6yjJVsLWRnZ\\/NZRe3+NyMjY9CgQSSmpJlmJGRmZkoTN\\/RIWHL5Y8tcREO00nJOZrJP1EMbIraSHlPqdDoKBokNiZjsWlu+fHlqaipOLRAWoFpQnEV84bPNEfvYzoF06dIlN+bKtUJlZWV4eDgOKAgLUDMo5rKbMPISpk6dalUqFRISMmTIkFOnTnloOSoqynMjAAgLAAAQFgAAAAgLAAAAhAUAAAgLAAAAhAUAAADCAgAAhAUAAADCAgAAAGEBAADCAgAAAGEBAACAsAAAAGEBAACAsAAAAGEBAACAsAAAAEBYAACAsAAAAEBYgNyoeTnC9uPoSNvMGeNgOhnHP+wBVSeErHnC9ueFzJlC5U+OLW\\/evNlqZXJysvNbdLILAAgLUA9hOUkKzrJVapSQESP8b7SQPo21u+cssjx8+HCrlaNGjXKDsAAQFhBYaPv1XOOu7dLHLmFZfoG+76rCMhgMkZGRgwYNyszMtPxvbm7uwIEDhwwZkp2dbe3W7VLhzLbHn51\\/Ebb9ibGV+fMnYccLT3zhdqmlA\\/Pnz8\\/Pz5fWFBUVTZo0Sdp0fX19VFRUnz59aCW1LZ0kf1JSUpyc85kapaWls2fPjo2NLSgoKCsri4uLo7Y08yAAwgJkRnck1d2Hvu8qYS1fvjwtLe3q1asjR460\\/O\\/atWtNJlNWVlZoaKi1W8RBj+nJic+ZbZYOEEMRJUlriFOOHTtm6U9SUhI1yKvExES+8rXXXtPpdDdv3hw9erTzhBUdHZ2Tk7Nhw4b+\\/fsTW1F7\\/fr1Tz31FM4rEBYQoArLFlYXNlEAb1RXV1v+t7W1lbd79+7dg8JKHmvNUEnPOVBYtAwPD6+srKQGcRBnEGnTpKSkL0+cOJE3nn76aXP0WVXlPGHduXOHGkS71OZijdp2ugOAsIAAz2FJjcmTJzv4r1M5o4rcJ0JCal\\/OcuzS1q1bV61aRQ3ScVu2bLHatAQKDK2c5OzjJGHZ7QJSYCAsQMGENWbMGN4gPeImYREupApJEYytvntWKP22R5eam5sHDx5My6FDhzY2Nlpuxe7U0JKTp06dsnVSEk1kCoQFwgIUe6SdIKzExMT09HTijujoaOnK994VLllbtmwZRXwrV660XV9aykLI4uLiUaNGSU6mpKSQvCInbbsQGhqq0+kqKioSEhJAWCAsQM2EZTQaSdQMHDgwKSmpX79+PiOssrIyahPL2PozZcoUigGJraQneiSdoqKiBgwYYPUokzdycnJIr4WEhBQVFYGwQFiAmkGXOucF4gK74RgAgLCAQAEvXOjbt29kZGRVVRV2CADCAgAAAGEBAADCAgAAAGEBAACAsAAAUCn+Pwy2Bww\\/ahd6AAAAAElFTkSuQmCC\",\"length\":13563}\r\n"}],"_postman_id":"1739c75b-1006-4598-9e0a-17e776d865d9"}],"id":"0ffcb7dc-8642-438b-a846-0f2a9f774cf2","description":"<p>Methods related to dashboard charts.</p>\n","_postman_id":"0ffcb7dc-8642-438b-a846-0f2a9f774cf2"},{"name":"Accounts","item":[{"name":"Account Profiles","item":[{"name":"Create an Account Profile","id":"9f01d279-95a4-4b9b-bdf6-0a4eda9dd385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"userprofiles","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"userprofiles\". Example: userprofiles.</p>\n","type":"text"},{"key":"action","value":"create","description":"<p>The action to take. For this endpoint, the value is \"create\". Example: create.</p>\n","type":"text"},{"key":"profile_name","value":"{{profile_name}}","description":"<p>The name of the account profile.</p>\n","type":"text"},{"key":"profile_longname","value":"{{profile_longname}}","description":"<p>A field for entering comments about the account profile.</p>\n","type":"text"},{"key":"profile_type","value":"{{profile_type}}","description":"<p>The user's access level. Values are \"1\" (Reporting user), \"2\" (Scanning user), and \"3\" (Administrator).</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Creates a new account profile.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"22dc4783-17a3-48d8-9d00-0405be40a870","name":"Create an Account Profile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"userprofiles","description":"The subsection of the interface you want to access. For this endpoint, the value is \"userprofiles\". Example: userprofiles.\n","type":"text"},{"key":"action","value":"create","description":"The action to take. For this endpoint, the value is \"create\". Example: create.\n","type":"text"},{"key":"profile_name","value":"{{profile_name}}","description":"The name of the account profile.\n","type":"text"},{"key":"profile_longname","value":"{{profile_longname}}","description":"A field for entering comments about the account profile.\n","type":"text"},{"key":"profile_type","value":"{{profile_type}}","description":"The user's access level. Values are \"1\" (Reporting user), \"2\" (Scanning user), and \"3\" (Administrator).\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"F86836CF-0A3A-3104-AEBA-A07E145078B8\",\r\n    \"Owner\": \"59C41653\",\r\n    \"OwnerType\": \"Profile\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"8711EAC6-A199-30C8-89AA-32A34MUSK758\"\r\n  }\r\n}"}],"_postman_id":"9f01d279-95a4-4b9b-bdf6-0a4eda9dd385"},{"name":"Delete an Account Profile","id":"53fb9395-d3f3-429e-a115-02e552a69b60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"userprofiles","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"userprofiles\". Example: userprofiles.</p>\n","type":"text"},{"key":"action","value":"delete","description":"<p>The action to take. For this endpoint, the value is \"delete\". Example: delete.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The ID of the security profile</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Deletes an existing account profile, based on the ID passed in.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4fc943ff-b744-407b-affa-1c0fff5be5d4","name":"Delete an Account Profile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"userprofiles","description":"The subsection of the interface you want to access. For this endpoint, the value is \"userprofiles\". Example: userprofiles.\n","type":"text"},{"key":"action","value":"delete","description":"The action to take. For this endpoint, the value is \"delete\". Example: delete.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The ID of the security profile","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"8446A31E-C8F2-31FC-B135-86EDCB4KATE0\",\r\n    \"Owner\": \"59C41465\",\r\n    \"OwnerType\": \"Profile\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"3C77FE2A-3FAE-3A01-935D-C97D728D6850\"\r\n  }\r\n}"}],"_postman_id":"53fb9395-d3f3-429e-a115-02e552a69b60"},{"name":"Restore an Account Profile","id":"16dd75d2-609c-4898-bf32-600c7c31c6ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"userprofiles","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"userprofiles\". Example: userprofiles.</p>\n","type":"text"},{"key":"action","value":"undelete","description":"<p>The action to take. For this endpoint, the value is \"undelete\". Example: undelete.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The ID of the security profile</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Restore an existing account profile, based on the ID passed in.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"73e11438-5fea-48d3-828f-ec9f4225b755","name":"Restore an Account Profile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"userprofiles","description":"The subsection of the interface you want to access. For this endpoint, the value is \"userprofiles\". Example: userprofiles.\n","type":"text"},{"key":"action","value":"undelete","description":"The action to take. For this endpoint, the value is \"undelete\". Example: undelete.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The ID of the security profile","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"8446A31E-C8F2-31FC-B135-86EDCB4KATE0\",\r\n    \"Owner\": \"59C41465\",\r\n    \"OwnerType\": \"Profile\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"3C77FE2A-3FAE-3A01-935D-C97D728D6850\"\r\n  }\r\n}"}],"_postman_id":"16dd75d2-609c-4898-bf32-600c7c31c6ae"},{"name":"Return Account Profile Details","id":"7d63fa31-3257-4ccd-8449-0896575c73fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"userprofiles","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"userprofiles\". Example: userprofiles.</p>\n","type":"text"},{"key":"action","value":"returnprofiledetails","description":"<p>The action to take. For this endpoint, the value is \"returnprofiledetails\". Example: returnprofiledetails.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The ID of the security profile</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the details of an existing account profile.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b914a795-cb04-47bd-81e5-c3424bc4e452","name":"Return Account Profile Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"userprofiles","description":"The subsection of the interface you want to access. For this endpoint, the value is \"userprofiles\". Example: userprofiles.\n","type":"text"},{"key":"action","value":"returnprofiledetails","description":"The action to take. For this endpoint, the value is \"returnprofiledetails\". Example: returnprofiledetails.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The ID of the security profile","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": {\r\n    \"AccountType\": \"Scanning user\",\r\n    \"AssignedAccounts\": [],\r\n    \"AssignedContacts\": [\r\n      {\r\n        \"Associated\": \"1\",\r\n        \"ID\": \"61916915\",\r\n        \"Name\": \"creadtedForAPI - invalidemail1@beyondsecurity.com\"\r\n      }\r\n    ],\r\n    \"AssignedEnterprises\": {},\r\n    \"AssignedEnterprisesAssociation\": {},\r\n    \"AssignedLicenses\": [],\r\n    \"AssignedLogos\": [],\r\n    \"AssignedMSes\": [],\r\n    \"AssignedNetworks\": [],\r\n    \"AssignedOwners\": [],\r\n    \"AssignedProfiles\": [],\r\n    \"AssignedScanners\": [],\r\n    \"AssignedSecurities\": [],\r\n    \"AssignedUsedBy\": [],\r\n    \"AssignedWebScans\": [],\r\n    \"AvailableAccounts\": [],\r\n    \"AvailableContacts\": [],\r\n    \"AvailableEnterprises\": {},\r\n    \"AvailableEnterprisesAssociation\": {},\r\n    \"AvailableLicenses\": [],\r\n    \"AvailableLogos\": [],\r\n    \"AvailableMSes\": [],\r\n    \"AvailableNetworks\": [],\r\n    \"AvailableOwners\": [],\r\n    \"AvailableProfiles\": [],\r\n    \"AvailableScanners\": [],\r\n    \"AvailableSecurities\": [],\r\n    \"AvailableUsedBy\": [],\r\n    \"AvailableWebScans\": [],\r\n    \"ID\": \"59C41654\",\r\n    \"LongName\": \"\",\r\n    \"Name\": \"createdFromAPI\",\r\n    \"RecordState\": \"1\",\r\n    \"Type\": \"2\"\r\n  }\r\n}"}],"_postman_id":"7d63fa31-3257-4ccd-8449-0896575c73fd"},{"name":"Return Account Profiles Array","id":"b9700d1b-578f-42b6-8fde-ddf891ca6d8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"userprofiles","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"userprofiles\". Example: userprofiles.</p>\n","type":"text"},{"key":"action","value":"returnprofilesarray","description":"<p>The action to take. For this endpoint, the value is \"returnprofilesarray\". Example: returnprofilesarray.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns all of the account profiles the user owns.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"72771829-2503-4281-9476-c9d9478fa795","name":"Return Account Profiles","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"userprofiles","description":"The subsection of the interface you want to access. For this endpoint, the value is \"userprofiles\". Example: userprofiles.\n","type":"text"},{"key":"action","value":"returnprofilesarray","description":"The action to take. For this endpoint, the value is \"returnprofilesarray\". Example: returnprofilesarray.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 3,\r\n  \"data\": [\r\n    {\r\n      \"ID\": \"21256CB5\",\r\n      \"Name\": \"createdForAPI\",\r\n      \"Type\": \"1\"\r\n    },\r\n    {\r\n      \"ID\": \"05D2D242\",\r\n      \"Name\": \"createdForAPI1\",\r\n      \"Type\": \"1\"\r\n    },\r\n    {\r\n      \"ID\": \"59C41654\",\r\n      \"Name\": \"createdFromAPI\",\r\n      \"Type\": \"2\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"b9700d1b-578f-42b6-8fde-ddf891ca6d8c"},{"name":"Return Account Profiles","id":"ca05cb81-8ece-44a5-9ccf-f46ebe0d1777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"userprofiles","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"userprofiles\". Example: userprofiles.</p>\n","type":"text"},{"key":"action","value":"returnprofiles","description":"<p>The action to take. For this endpoint, the value is \"returnprofiles\". Example: returnprofiles.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"<p>Searches for a string in the name of the account profile.</p>\n","type":"text"},{"key":"search_longname","value":"{{search_longname}}","description":"<p>A field for comments about the account profile.</p>\n","type":"text"},{"key":"search_accounttype","value":"{{search_accounttype}}","description":"<p>The access level associated with the account. Values are \"1\" (Reporting user), \"2\" (Scanning user), and \"3\" (Administrator).</p>\n","type":"text"},{"key":"search_deleted","value":"{{search_deleted}}","description":"<p>Whether to include deleted profiles in the search. Pass in the value \"on\" to search deleted profiles, or simply omit this parameter to exclude them.</p>\n","type":"text"},{"key":"search_limit","value":"{{search_limit}}","description":"<p>The number of records to return. Pass in \"-1\" for no limit.</p>\n","type":"text"},{"key":"offset","value":"{{offset}}","description":"<p>Indicates how many rows should be in the next set of search results, based on the search limit.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns account profiles based on the search parameters.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"785c1c12-a2a0-4d34-ba63-cd3d5d6dcdc2","name":"Return Account Profiles","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"userprofiles","description":"The subsection of the interface you want to access. For this endpoint, the value is \"userprofiles\". Example: userprofiles.\n","type":"text"},{"key":"action","value":"returnprofiles","description":"The action to take. For this endpoint, the value is \"returnprofiles\". Example: returnprofiles.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"Searches for a string in the name of the account profile.\n","type":"text"},{"key":"search_longname","value":"{{search_longname}}","description":"A field for comments about the account profile.\n","type":"text"},{"key":"search_accounttype","value":"{{search_accounttype}}","description":"The access level associated with the account. Values are \"1\" (Reporting user), \"2\" (Scanning user), and \"3\" (Administrator).\n","type":"text"},{"key":"search_deleted","value":"{{search_deleted}}","description":"Whether to include deleted profiles in the search. Pass in the value \"on\" to search deleted profiles, or simply omit this parameter to exclude them.\n","type":"text"},{"key":"search_limit","value":"{{search_limit}}","description":"The number of records to return. Pass in \"-1\" for no limit.\n","type":"text"},{"key":"offset","value":"{{offset}}","description":"Indicates how many rows should be in the next set of search results, based on the search limit.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 3,\r\n  \"data\": [\r\n    {\r\n      \"AccountType\": \"Reporting user\",\r\n      \"ID\": \"05D2D242\",\r\n      \"LongName\": null,\r\n      \"Name\": \"createdForAPI1\",\r\n      \"RecordState\": \"1\",\r\n      \"Type\": \"1\",\r\n      \"UsedBy\": \"0\"\r\n    },\r\n    {\r\n      \"AccountType\": \"Reporting user\",\r\n      \"ID\": \"12156BC5\",\r\n      \"LongName\": \"\",\r\n      \"Name\": \"createdForAPI\",\r\n      \"RecordState\": \"1\",\r\n      \"Type\": \"1\",\r\n      \"UsedBy\": \"0\"\r\n    },\r\n    {\r\n      \"AccountType\": \"Scanning user\",\r\n      \"ID\": \"59C14156\",\r\n      \"LongName\": null,\r\n      \"Name\": \"createdFromAPI\",\r\n      \"RecordState\": \"1\",\r\n      \"Type\": \"2\",\r\n      \"UsedBy\": \"0\"\r\n    }\r\n  ],\r\n  \"total\": \"3\"\r\n}"}],"_postman_id":"ca05cb81-8ece-44a5-9ccf-f46ebe0d1777"},{"name":"Modify an Account Profile","id":"08b4258a-7a7b-4f9a-8d00-5c6314b2642e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"userprofiles","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"userprofiles\". Example: userprofiles.</p>\n","type":"text"},{"key":"action","value":"modify","description":"<p>The action to take. For this endpoint, the value is \"modify\". Example: modify.</p>\n","type":"text"},{"key":"profile_name","value":"{{profile_name}}","description":"<p>The name of the account profile.</p>\n","type":"text"},{"key":"profile_longname","value":"{{profile_longname}}","description":"<p>A field for entering comments about the account profile.</p>\n","type":"text"},{"key":"profile_type","value":"{{profile_type}}","description":"<p>The user's access level. Values are \"1\" (Reporting user), \"2\" (Scanning user), and \"3\" (Administrator).</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The ID for the account profile to update.</p>\n","type":"text"},{"key":"assigned_accounts","value":"{{assigned_accounts}}","description":"<p>A string of account IDs indicating which accounts users of this profile can access.</p>\n","type":"text"},{"key":"assigned_associationenterprises","value":"{{assigned_associationenterprises}}","description":"<p>A string of organization IDs indicating which organizations users of this profile can access (with read only permissions).</p>\n","type":"text"},{"key":"assigned_contacts","value":"{{assigned_contacts}}","description":"<p>A string of contact IDs indicating which contacts users of this profile can access.</p>\n","type":"text"},{"key":"assigned_enterprises","value":"{{assigned_enterprises}}","description":"<p>A string of organization IDs indicating which organizations users of this profile can access (with read/write permissions).</p>\n","type":"text"},{"key":"assigned_licenses","value":"{{assigned_licenses}}","description":"<p>A string of license IDs indicating which licenses users of this profile can access.</p>\n","type":"text"},{"key":"assigned_logos","value":"{{assigned_logos}}","description":"<p>A string of logo IDs indicating which logos users of this profile can access.</p>\n","type":"text"},{"key":"assigned_networks","value":"{{assigned_networks}}","description":"<p>A string of scan IDs indicating which scans users of this profile can access.</p>\n","type":"text"},{"key":"assigned_owners","value":"{{assigned_owners}}","description":"<p>A string of account IDs indicating which users can modify this profile.</p>\n","type":"text"},{"key":"assigned_profiles","value":"{{assigned_profiles}}","description":"<p>A string of profile IDs indicating which other profiles users of this profile can access.</p>\n","type":"text"},{"key":"assigned_scanners","value":"{{assigned_scanners}}","description":"<p>A string of scanner IDs indicating which scanners users of this profile can access.</p>\n","type":"text"},{"key":"assigned_securities","value":"{{assigned_securities}}","description":"<p>A string of security profile IDs indicating which security profiles users of this profile can access.</p>\n","type":"text"},{"key":"assigned_usedby","value":"{{assigned_usedby}}","description":"<p>A string containing the dependent objects users of this profile can access.</p>\n","type":"text"},{"key":"assigned_webscans","value":"{{assigned_webscans}}","description":"<p>A string of web scan IDs indicating which web scans users of this profile can access.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Modifies an existing account profile.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"24915d0f-a81f-493e-94c4-131bb5f55e61","name":"Modify an Account Profile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"userprofiles","description":"The subsection of the interface you want to access. For this endpoint, the value is \"userprofiles\". Example: userprofiles.\n","type":"text"},{"key":"action","value":"modify","description":"The action to take. For this endpoint, the value is \"modify\". Example: modify.\n","type":"text"},{"key":"profile_name","value":"{{profile_name}}","description":"The name of the account profile.\n","type":"text"},{"key":"profile_longname","value":"{{profile_longname}}","description":"A field for entering comments about the account profile.\n","type":"text"},{"key":"profile_type","value":"{{profile_type}}","description":"The user's access level. Values are \"1\" (Reporting user), \"2\" (Scanning user), and \"3\" (Administrator).\n","type":"text"},{"key":"id","value":"{{id}}","description":"The ID for the account profile to update.\n","type":"text"},{"key":"assigned_accounts","value":"{{assigned_accounts}}","description":"A string of account IDs indicating which accounts users of this profile can access.\n","type":"text"},{"key":"assigned_associationenterprises","value":"{{assigned_associationenterprises}}","description":"A string of organization IDs indicating which organizations users of this profile can access (with read only permissions).\n","type":"text"},{"key":"assigned_contacts","value":"{{assigned_contacts}}","description":"A string of contact IDs indicating which contacts users of this profile can access.\n","type":"text"},{"key":"assigned_enterprises","value":"{{assigned_enterprises}}","description":"A string of organization IDs indicating which organizations users of this profile can access (with read/write permissions).\n","type":"text"},{"key":"assigned_licenses","value":"{{assigned_licenses}}","description":"A string of license IDs indicating which licenses users of this profile can access.\n","type":"text"},{"key":"assigned_logos","value":"{{assigned_logos}}","description":"A string of logo IDs indicating which logos users of this profile can access.\n","type":"text"},{"key":"assigned_networks","value":"{{assigned_networks}}","description":"A string of scan IDs indicating which scans users of this profile can access.\n","type":"text"},{"key":"assigned_owners","value":"{{assigned_owners}}","description":"A string of account IDs indicating which users can modify this profile.\n","type":"text"},{"key":"assigned_profiles","value":"{{assigned_profiles}}","description":"A string of profile IDs indicating which other profiles users of this profile can access.\n","type":"text"},{"key":"assigned_scanners","value":"{{assigned_scanners}}","description":"A string of scanner IDs indicating which scanners users of this profile can access.\n","type":"text"},{"key":"assigned_securities","value":"{{assigned_securities}}","description":"A string of security profile IDs indicating which security profiles users of this profile can access.\n","type":"text"},{"key":"assigned_usedby","value":"{{assigned_usedby}}","description":"A string containing the dependent objects users of this profile can access.\n","type":"text"},{"key":"assigned_webscans","value":"{{assigned_webscans}}","description":"A string of web scan IDs indicating which web scans users of this profile can access.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"F68836CF-0A3A-3104-AEBA-A07E120685B8\",\r\n    \"Owner\": \"59C41654\",\r\n    \"OwnerType\": \"Profile\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"8737EAC6-A199-30C8-89AA-32A34BBGQ758\"\r\n  }\r\n}"}],"_postman_id":"08b4258a-7a7b-4f9a-8d00-5c6314b2642e"}],"id":"d7b3af01-df72-46f6-8e5f-7ea48a6af735","description":"<p>Methods related to account profiles.</p>\n","_postman_id":"d7b3af01-df72-46f6-8e5f-7ea48a6af735"},{"name":"Account List","item":[{"name":"Generate API key","id":"9fb0d5ff-cf01-41e2-9057-f3a980a83d2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The primary endpoint</p>\n","type":"text"},{"key":"secondary","value":"accounts","description":"<p>The secondary endpoint</p>\n","type":"text"},{"key":"action","value":"generateapikey","description":"<p>The action to perform</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to be used for authorization</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The User Account ID for whom the apikey  will be generated</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Generates an API key for a user (based on the user's account ID)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"054b75de-53c2-47bd-b32b-071b7d1ef334","name":"Generate API key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The primary endpoint","type":"text"},{"key":"secondary","value":"accounts","description":"The secondary endpoint","type":"text"},{"key":"action","value":"generateapikey","description":"The action to perform","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to be used for authorization","type":"text"},{"key":"id","value":"{{id}}","description":"The User Account ID for whom the apikey  will be generated","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"apikey\":\"...\"}\r\n"}],"_postman_id":"9fb0d5ff-cf01-41e2-9057-f3a980a83d2d"},{"name":"Return Account Details","id":"24b4ef8c-d879-494d-85b7-7f3b0d103ee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"accounts"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnaccountdetails"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The User Account ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Return the details of a given user account</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"24b4ef8c-d879-494d-85b7-7f3b0d103ee4"},{"name":"Return Ownerships","id":"03bf3897-8c81-4c97-816d-555102dfb897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"accounts"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnownerships"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The User Account ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the details of all objects owned by a given user</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"03bf3897-8c81-4c97-816d-555102dfb897"},{"name":"Return Associations","id":"9a1cc2a5-068a-4d8e-a936-e8e94d51d595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"accounts"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnassociations"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The User Account ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the details of all objects accosiated to a given user</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a1cc2a5-068a-4d8e-a936-e8e94d51d595"},{"name":"Return Accounts Array","id":"c3574a34-6601-44d7-a0d0-bdaf4a3c68a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"accounts"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnaccountsarray"},{"description":"<p>The API key to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns an array, containing details of all user accounts</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3574a34-6601-44d7-a0d0-bdaf4a3c68a8"},{"name":"Return Accounts","id":"80b1df52-0266-4c4b-9b07-e7a975538ffd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","type":"text","description":"<p>The primary endpoint</p>\n"},{"key":"secondary","value":"accounts","type":"text","description":"<p>The secondary endpoint</p>\n"},{"key":"action","value":"returnaccounts","type":"text","description":"<p>The action to perform</p>\n"},{"key":"apikey","value":"{{apikey}}","type":"text","description":"<p>The API key to be used for authorization</p>\n"},{"key":"order","value":"{{order}}","type":"text","description":"<p>The column name to sory by (ex: \"userid\")</p>\n"},{"key":"direction","value":"{{direction}}","type":"text","description":"<p>The sort direction (ex: \"down\")</p>\n"},{"key":"search_limit","value":"{{search_limit}}","type":"text","description":"<p>Limit the number of results to return (default is 10)</p>\n"},{"key":"search_userid","value":"{{search_userid}}","type":"text","description":"<p>Search by user ID (Optional string)</p>\n"},{"key":"search_username","value":"{{search_username}}","type":"text","description":"<p>Search by username (Optional string)</p>\n"},{"key":"search_contact","value":"{{search_contact}}","type":"text","description":"<p>Search by contact name (Optional string)</p>\n"},{"key":"search_email","value":"{{search_email}}","type":"text","description":"<p>Search by email (Optional string)</p>\n"},{"key":"search_lockedout","value":"{{search_lockedout}}","type":"text","description":"<p>Search for lockedout users (Optioanl. the default value is \"off\")</p>\n"},{"key":"search_deleted","value":"{{search_deleted}}","type":"text","description":"<p>Search for deleted users (Optional. the default value is \"no\")</p>\n"},{"key":"search_userprofile","value":"{{search_userprofile}}","type":"text","description":"<p>Search for users who match a spesific account profile ID (Optional string)</p>\n"},{"key":"search_accounttype","value":"{{search_accounttype}}","type":"text","description":"<p>Searcg for users who match a spesific account type (Optional. 1 - Reporting user, 2 - Scanning user, 3 - Administrator)</p>\n"},{"key":"search_passwordstatus","value":"{{search_passwordstatus}}","type":"text","description":"<p>Search for users who match a spesific password state (Optional string. the options are: \"Expires\", \"Never\", \"Expired\", \"DidntExpire\")</p>\n"},{"key":"search_securityprofile","value":"{{search_securityprofile}}","type":"text","description":"<p>Search for users who match a spesific security profile ID (Optional string)</p>\n"},{"key":"search_language","value":"{{search_language}}","type":"text","description":"<p>Search for users who match a spesific language ID (Optional. ex: 2 - for English)</p>\n"},{"key":"search_timezone","value":"{{search_timezone}}","type":"text","description":"<p>Search for users who uses a spesific timezone (Optional string. ex: Africa/Abidjan)</p>\n"},{"key":"search_enterprise","value":"{{search_enterprise}}","type":"text","description":"<p>Search for users who are associated to a spesific Organization (by ID). Optioanl string</p>\n"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns details of all the user accounts</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"80b1df52-0266-4c4b-9b07-e7a975538ffd"},{"name":"Create New User Account","id":"3820de2f-3037-4040-8c7d-e9cabb4f4204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","type":"text","description":"<p>The primary endpoint</p>\n"},{"key":"secondary","value":"accounts","type":"text","description":"<p>Thes secondary endpoint</p>\n"},{"key":"action","value":"create","type":"text","description":"<p>The action to perform</p>\n"},{"key":"apikey","value":"{{apikey}}","type":"text","description":"<p>The API key ti be used for authorization</p>\n"},{"key":"username","value":"{{username}}","type":"text","description":"<p>A name to be given to the new user acount</p>\n"},{"key":"password","value":"{{password}}","type":"text","description":"<p>A strong password (minimum 8 characters long)</p>\n"},{"key":"password_retype","value":"{{password_retype}}","type":"text","description":"<p>Same password as above</p>\n"},{"key":"securityprofile","value":"{{securityprofile}}","type":"text","description":"<p>The security profile ID to be used with this user account</p>\n"},{"key":"userprofile","value":"{{userprofile}}","type":"text","description":"<p>A user profile ID, to be used with this user account</p>\n"},{"key":"language","value":"{{language}}","type":"text","description":"<p>A Language ID (ex: 2, for english)</p>\n"},{"key":"timezone","value":"{{timeone}}","type":"text","description":"<p>Timezone code (ex: UTC)</p>\n"},{"key":"contact","value":"{{contact}}","type":"text","description":"<p>A Contact ID to be used with this user account</p>\n"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Creates a new user account</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3820de2f-3037-4040-8c7d-e9cabb4f4204"},{"name":"Modify User Account","id":"e668cc13-3753-4078-944e-2aba952cf69f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>Thes secondary endpoint</p>\n","key":"secondary","type":"text","value":"accounts"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"modify"},{"description":"<p>The API key ti be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"id","value":"{{id}}","description":"<p>The User Account ID</p>\n","type":"text"},{"description":"<p>A name to be given to the new user acount</p>\n","key":"username","type":"text","value":"{{username}}"},{"description":"<p>A strong password (minimum 8 characters long)</p>\n","key":"password","type":"text","value":"{{password}}"},{"description":"<p>Same password as above</p>\n","key":"password_retype","type":"text","value":"{{password_retype}}"},{"description":"<p>The security profile ID to be used with this user account</p>\n","key":"securityprofile","type":"text","value":"{{securityprofile}}"},{"description":"<p>A user profile ID, to be used with this user account</p>\n","key":"userprofile","type":"text","value":"{{userprofile}}"},{"description":"<p>A Language ID (ex: 2, for english)</p>\n","key":"language","type":"text","value":"{{language}}"},{"description":"<p>Timezone code (ex: UTC)</p>\n","key":"timezone","type":"text","value":"{{timeone}}"},{"description":"<p>A Contact ID to be used with this user account</p>\n","key":"contact","type":"text","value":"{{contact}}"},{"key":"allow_range","value":"{{allow_range}}","type":"text"},{"key":"deny_range","value":"{{deny_range}}","type":"text"},{"key":"assigned_associationenterprises","value":"{{assigned_associationenterprises}}","type":"text"},{"key":"assigned_logos","value":"{{assigned_logos}}","type":"text"},{"key":"assigned_profiles","value":"{{assigned_profiles}}","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Modifies a user account's details</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e668cc13-3753-4078-944e-2aba952cf69f"},{"name":"Delete User Account","id":"780bad42-29c9-4adb-8bd3-a89bc35c88c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>Thes secondary endpoint</p>\n","key":"secondary","type":"text","value":"accounts"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"delete"},{"description":"<p>The API key ti be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The User Account ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Deletes a user account</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"89d5aa09-673b-4b6b-87e8-dd63828ae34d","name":"Delete User Account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"admin"},{"description":"Thes secondary endpoint","key":"secondary","type":"text","value":"accounts"},{"description":"The action to perform","key":"action","type":"text","value":"delete"},{"description":"The API key ti be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The User Account ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"AuditCode\": \"8456A31E-C8F2-31FC-B135-86EDCB4FEDE0\",\n        \"Owner\": \"2D6B0B46\",\n        \"OwnerType\": \"Account\",\n        \"Status\": 1,\n        \"UserCode\": \"3C77FE2A-3FAE-3A01-935D-C97D728D6085\"\n    }\n}"}],"_postman_id":"780bad42-29c9-4adb-8bd3-a89bc35c88c8"},{"name":"Undelete User Account","id":"23b467e8-eb81-4f6c-9678-d7e29fce5576","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>Thes secondary endpoint</p>\n","key":"secondary","type":"text","value":"accounts"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"undelete"},{"description":"<p>The API key ti be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The User Account ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Undeletes a user account</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7e45c29e-e50d-48d6-a566-6e1e32cec8ca","name":"Undelete User Account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"admin"},{"description":"Thes secondary endpoint","key":"secondary","type":"text","value":"accounts"},{"description":"The action to perform","key":"action","type":"text","value":"undelete"},{"description":"The API key ti be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The User Account ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"AuditCode\": \"1DC31AF1-2CB3-3B63-97D4-67A8AADE0EAB\",\n        \"Owner\": \"2D6B0B46\",\n        \"OwnerType\": \"Account\",\n        \"Status\": 1,\n        \"UserCode\": \"39FBA490-B72E-3FA7-8334-BDB3545D9B18\"\n    }\n}"}],"_postman_id":"23b467e8-eb81-4f6c-9678-d7e29fce5576"}],"id":"7be06806-1274-4227-ad6f-df9bb029121e","description":"<p>Methods related to the Account list and User Account</p>\n","_postman_id":"7be06806-1274-4227-ad6f-df9bb029121e"},{"name":"Security Profiles","item":[{"name":"Create a Security Profile","id":"d9135af5-74ac-4a51-8493-4538b1ff3a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"securityprofiles","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"securityprofiles\". Example: securityprofiles.</p>\n","type":"text"},{"key":"action","value":"create","description":"<p>The action to take. For this endpoint, the value is \"create\". Example: create.</p>\n","type":"text"},{"key":"security_firstlogonchange","value":"{{security_firstlogonchange}}","description":"<p>Whether to force the user to change their password on first login. Values are \"yes\" and \"no\".</p>\n","type":"text"},{"key":"security_longname","value":"{{security_longname}}","description":"<p>A field for comments about the security profile.</p>\n","type":"text"},{"key":"security_name","value":"{{security_name}}","description":"<p>The name of the security profile.</p>\n","type":"text"},{"key":"security_passwordexpiration","value":"{{security_passwordexpiration}}","description":"<p>The number of days before the password will expire. Use \"0\" for no expiration.</p>\n","type":"text"},{"key":"security_passwordfailurecount","value":"{{security_passwordfailurecount}}","description":"<p>The number of failed attempts before account lockout.</p>\n","type":"text"},{"key":"security_passwordfailuretime","value":"{{security_passwordfailuretime}}","description":"<p>The amount of time the account will be locked after failure, in minutes.</p>\n","type":"text"},{"key":"security_passwordlength","value":"{{security_passwordlength}}","description":"<p>The minimum password length. Use \"0\" for no minimum length.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Creates a new security profile.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0061e232-46a8-4a05-8b08-6bf9c6fcc652","name":"Create a Security Profile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"securityprofiles","description":"The subsection of the interface you want to access. For this endpoint, the value is \"securityprofiles\". Example: securityprofiles.\n","type":"text"},{"key":"action","value":"create","description":"The action to take. For this endpoint, the value is \"create\". Example: create.\n","type":"text"},{"key":"security_firstlogonchange","value":"{{security_firstlogonchange}}","description":"Whether to force the user to change their password on first login. Values are \"yes\" and \"no\".\n","type":"text"},{"key":"security_longname","value":"{{security_longname}}","description":"A field for comments about the security profile.\n","type":"text"},{"key":"security_name","value":"{{security_name}}","description":"The name of the security profile.\n","type":"text"},{"key":"security_passwordexpiration","value":"{{security_passwordexpiration}}","description":"The number of days before the password will expire. Use \"0\" for no expiration.\n","type":"text"},{"key":"security_passwordfailurecount","value":"{{security_passwordfailurecount}}","description":"The number of failed attempts before account lockout.\n","type":"text"},{"key":"security_passwordfailuretime","value":"{{security_passwordfailuretime}}","description":"The amount of time the account will be locked after failure, in minutes.\n","type":"text"},{"key":"security_passwordlength","value":"{{security_passwordlength}}","description":"The minimum password length. Use \"0\" for no minimum length.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"F86836BR-0A3A-3114-AEBA-A07F120335B8\",\r\n    \"Owner\": \"13164227\",\r\n    \"OwnerType\": \"Security\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"8734EAC6-A199-30C8-89AA-32A34CCAA758\"\r\n  }\r\n}"}],"_postman_id":"d9135af5-74ac-4a51-8493-4538b1ff3a2a"},{"name":"Delete a Security Profile","id":"b113ae5b-a27a-4bdf-bbb8-e508ccfefc86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"securityprofiles","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"securityprofiles\". Example: securityprofiles.</p>\n","type":"text"},{"key":"action","value":"delete","description":"<p>The action to take. For this endpoint, the value is \"delete\". Example: delete.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The ID of the security profile to delete.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Deletes a security profile.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"42de51a3-75be-45e4-9274-f0dbc18cb4a9","name":"Delete a Security Profile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"securityprofiles","description":"The subsection of the interface you want to access. For this endpoint, the value is \"securityprofiles\". Example: securityprofiles.\n","type":"text"},{"key":"action","value":"delete","description":"The action to take. For this endpoint, the value is \"delete\". Example: delete.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.","type":"text"},{"key":"id","value":"{{id}}","description":"The ID of the security profile to delete.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"8446A31E-C8F2-31FC-B135-86EDCB4KATE0\",\r\n    \"Owner\": \"17144106\",\r\n    \"OwnerType\": \"Security\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"3C77BQ2A-3FAE-3A01-985D-C97D723D6085\"\r\n  }\r\n}"}],"_postman_id":"b113ae5b-a27a-4bdf-bbb8-e508ccfefc86"},{"name":"Restore a Security Profile","id":"ea7a3cb4-66a3-4722-bf51-e2d690b1a63f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"securityprofiles","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"securityprofiles\". Example: securityprofiles.</p>\n","type":"text"},{"key":"action","value":"undelete","description":"<p>The action to take. For this endpoint, the value is \"undelete\". Example: undelete.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The ID of the security profile to restore.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Restores a deleted security profile.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7e1d50bb-ed20-4e35-b71f-b98a88c0b4df","name":"Restore a Security Profile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"securityprofiles","description":"The subsection of the interface you want to access. For this endpoint, the value is \"securityprofiles\". Example: securityprofiles.\n","type":"text"},{"key":"action","value":"undelete","description":"The action to take. For this endpoint, the value is \"undelete\". Example: undelete.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.","type":"text"},{"key":"id","value":"{{id}}","description":"The ID of the security profile to restore.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"1DC41AF1-2CB3-3B63-97D4-67A8BILF0EAB\",\r\n    \"Owner\": \"13164406\",\r\n    \"OwnerType\": \"Security\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"39FBA940-B72E-3FA7-8334-BDB3545F4B18\"\r\n  }\r\n}"}],"_postman_id":"ea7a3cb4-66a3-4722-bf51-e2d690b1a63f"},{"name":"Return Security Profile Details","id":"e39a47c4-78f6-4c3e-8684-a93508dd91bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"securityprofiles","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"securityprofiles\". Example: securityprofiles.</p>\n","type":"text"},{"key":"action","value":"returnsecuritydetails","description":"<p>The action to take. For this endpoint, the value is \"returnsecuritydetails\". Example: returnsecuritydetails.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The security profile's ID.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the details of an existing security profile.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"9b4c4e99-d2ca-42b9-ae2c-0a7de9ca81c0","name":"Return Security Profile Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"securityprofiles","description":"The subsection of the interface you want to access. For this endpoint, the value is \"securityprofiles\". Example: securityprofiles.\n","type":"text"},{"key":"action","value":"returnsecuritydetails","description":"The action to take. For this endpoint, the value is \"returnsecuritydetails\". Example: returnsecuritydetails.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.","type":"text"},{"key":"id","value":"{{id}}","description":"The security profile's ID.","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": {\r\n    \"Assigned\": [],\r\n    \"Available\": [\r\n      {\r\n        \"Associated\": \"0\",\r\n        \"ID\": \"6F7F7AB0\",\r\n        \"Name\": \"createdforAPIuser1 - createdFromAPI2\"\r\n      },\r\n      {\r\n        \"Associated\": \"0\",\r\n        \"ID\": \"B673CA7E\",\r\n        \"Name\": \"createdforAPIuser2 - createdFromAPI3\"\r\n      }\r\n    ],\r\n    \"FirstLogonPasswordChange\": \"1\",\r\n    \"ID\": \"13164701\",\r\n    \"LongName\": \"creadtedFromApi\",\r\n    \"MinimumPasswordLength\": \"11\",\r\n    \"Name\": \"creadtedFromAPI1\",\r\n    \"PasswordExpiration\": \"30\",\r\n    \"PasswordFailureCount\": \"3\",\r\n    \"PasswordFailureTime\": \"45\",\r\n    \"RecordState\": \"1\"\r\n  }\r\n}"}],"_postman_id":"e39a47c4-78f6-4c3e-8684-a93508dd91bd"},{"name":"Modify a Security Profile","id":"59a10866-0b2e-46d7-a801-9b47163e1ddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"securityprofiles","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"securityprofiles\". Example: securityprofiles.</p>\n","type":"text"},{"key":"action","value":"modify","description":"<p>The action to take. For this endpoint, the value is \"modify\". </p>\n","type":"text"},{"key":"security_firstlogonchange","value":"{{security_firstlogonchange}}","description":"<p>Whether to force the user to change their password on first login. Values are \"yes\" and \"no\".</p>\n","type":"text"},{"key":"security_longname","value":"{{security_longname}}","description":"<p>A field for comments about the security profile.</p>\n","type":"text"},{"key":"security_name","value":"{{security_name}}","description":"<p>The name of the security profile.</p>\n","type":"text"},{"key":"security_passwordexpiration","value":"{{security_passwordexpiration}}","description":"<p>The number of days before the password will expire. Use \"0\" for no expiration.</p>\n","type":"text"},{"key":"security_passwordfailurecount","value":"{{security_passwordfailurecount}}","description":"<p>The number of failed attempts before account lockout.</p>\n","type":"text"},{"key":"security_passwordfailuretime","value":"{{security_passwordfailuretime}}","description":"<p>The amount of time the account will be locked after failure, in minutes.</p>\n","type":"text"},{"key":"security_passwordlength","value":"{{security_passwordlength}}","description":"<p>The minimum password length. Use \"0\" for no minimum length.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The ID for the security profile to update</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Modifies the details of an existing security profile.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d28dbfa9-dfd4-4591-b5c3-af473e415da1","name":"Modify a Security Profile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"securityprofiles","description":"The subsection of the interface you want to access. For this endpoint, the value is \"securityprofiles\". Example: securityprofiles.\n","type":"text"},{"key":"action","value":"modify","description":"The action to take. For this endpoint, the value is \"modify\". \n","type":"text"},{"key":"security_firstlogonchange","value":"{{security_firstlogonchange}}","description":"Whether to force the user to change their password on first login. Values are \"yes\" and \"no\".\n","type":"text"},{"key":"security_longname","value":"{{security_longname}}","description":"A field for comments about the security profile.\n","type":"text"},{"key":"security_name","value":"{{security_name}}","description":"The name of the security profile.\n","type":"text"},{"key":"security_passwordexpiration","value":"{{security_passwordexpiration}}","description":"The number of days before the password will expire. Use \"0\" for no expiration.\n","type":"text"},{"key":"security_passwordfailurecount","value":"{{security_passwordfailurecount}}","description":"The number of failed attempts before account lockout.\n","type":"text"},{"key":"security_passwordfailuretime","value":"{{security_passwordfailuretime}}","description":"The amount of time the account will be locked after failure, in minutes.\n","type":"text"},{"key":"security_passwordlength","value":"{{security_passwordlength}}","description":"The minimum password length. Use \"0\" for no minimum length.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The ID for the security profile to update","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"\r\n{\r\n  \"result\": {\r\n    \"AdditionalInformation\": \" PasswordFailureCount changed from '2' to '3' \\n MinimumPasswordLength changed from '10' to '11' \\n PasswordFailureTime changed from '40' to '45' \\n PasswordExpiration changed from '20' to '30' \",\r\n    \"AuditCode\": \"EE6479AD-9C6C-67H2-97B4-7027297GGC0C\",\r\n    \"Owner\": \"13164709\",\r\n    \"OwnerType\": \"Security\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"9C74BE05-F1B8-34A7-A1B4-57481BAF3502\"\r\n  }\r\n}"}],"_postman_id":"59a10866-0b2e-46d7-a801-9b47163e1ddb"},{"name":"Return Security Profiles Array","id":"ea0e749f-f51a-42ad-96b7-da4d09eedc52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"securityprofiles","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"securityprofiles\". Example: securityprofiles.</p>\n","type":"text"},{"key":"action","value":"returnsecuritiesarray","description":"<p>The action to take. For this endpoint, the value is \"returnsecuritiesarray\". Example: returnsecuritiesarray.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns all of the security profiles the user owns.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8564a022-d321-40a5-869f-4203361d348f","name":"Return Security Profiles Array","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"securityprofiles","description":"The subsection of the interface you want to access. For this endpoint, the value is \"securityprofiles\". Example: securityprofiles.\n","type":"text"},{"key":"action","value":"returnsecuritiesarray","description":"The action to take. For this endpoint, the value is \"returnsecuritiesarray\". Example: returnsecuritiesarray.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"\r\n{\r\n  \"count\": 2,\r\n  \"data\": [\r\n    {\r\n      \"FirstLogonPasswordChange\": \"1\",\r\n      \"ID\": \"82FDF145\",\r\n      \"LongName\": \"securityProfileCreatedforAPItestOnly\",\r\n      \"MinimumPasswordLength\": \"13\",\r\n      \"Name\": \"createdForAPI\",\r\n      \"PasswordExpiration\": \"25\",\r\n      \"PasswordFailureAttemptLockout\": \"4\",\r\n      \"PasswordFailureLockoutDuration\": \"30\",\r\n      \"RecordState\": \"1\"\r\n    },\r\n    {\r\n      \"FirstLogonPasswordChange\": \"1\",\r\n      \"ID\": \"13161704\",\r\n      \"LongName\": \"creadtedFromApi\",\r\n      \"MinimumPasswordLength\": \"11\",\r\n      \"Name\": \"creadtedFromAPI1\",\r\n      \"PasswordExpiration\": \"30\",\r\n      \"PasswordFailureAttemptLockout\": \"3\",\r\n      \"PasswordFailureLockoutDuration\": \"45\",\r\n      \"RecordState\": \"1\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"ea0e749f-f51a-42ad-96b7-da4d09eedc52"},{"name":"Return Security Profiles","id":"077dd304-3505-4485-8f92-98ff9aee1382","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"securityprofiles","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"securityprofiles\". Example: securityprofiles.</p>\n","type":"text"},{"key":"action","value":"returnsecurities","description":"<p>The action to take. For this endpoint, the value is \"returnsecurities\". Example: returnsecurities.</p>\n","type":"text"},{"key":"limit","value":"{{limit}}","description":"<p>The number of records to return. Pass in \"-1\" for no limit.</p>\n","type":"text"},{"key":"search_longname","value":"{{search_longname}}","description":"<p>A field for comments about the security profile.</p>\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"<p>The name of the security profile.</p>\n","type":"text"},{"key":"search_passwordexpiration","value":"{{search_passwordexpiration}}","description":"<p>The number of days before the password will expire. Use \"0\" for no expiration.</p>\n","type":"text"},{"key":"search_passwordfailurecount","value":"{{search_passwordfailurecount}}","description":"<p>The number of failed attempts before account lockout.</p>\n","type":"text"},{"key":"search_passwordfailuretime","value":"{{search_passwordfailuretime}}","description":"<p>The amount of time the account will be locked after failure, in minutes.</p>\n","type":"text"},{"key":"search_passwordlength","value":"{{search_passwordlength}}","description":"<p>The minimum password length. Use \"0\" for no minimum length.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns security profiles based your search parameters.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"063cf007-a6bf-4b92-981a-ae30b9543898","name":"Return Security Profiles","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"securityprofiles","description":"The subsection of the interface you want to access. For this endpoint, the value is \"securityprofiles\". Example: securityprofiles.\n","type":"text"},{"key":"action","value":"returnsecurities","description":"The action to take. For this endpoint, the value is \"returnsecurities\". Example: returnsecurities.\n","type":"text"},{"key":"limit","value":"{{limit}}","description":"The number of records to return. Pass in \"-1\" for no limit.\n","type":"text"},{"key":"search_longname","value":"{{search_longname}}","description":"A field for comments about the security profile.\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"The name of the security profile.\n","type":"text"},{"key":"search_passwordexpiration","value":"{{search_passwordexpiration}}","description":"The number of days before the password will expire. Use \"0\" for no expiration.\n","type":"text"},{"key":"search_passwordfailurecount","value":"{{search_passwordfailurecount}}","description":"The number of failed attempts before account lockout.\n","type":"text"},{"key":"search_passwordfailuretime","value":"{{search_passwordfailuretime}}","description":"The amount of time the account will be locked after failure, in minutes.\n","type":"text"},{"key":"search_passwordlength","value":"{{search_passwordlength}}","description":"The minimum password length. Use \"0\" for no minimum length.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": [\r\n    {\r\n      \"FirstLogonPasswordChange\": \"Enabled\",\r\n      \"ID\": \"82FDF145\",\r\n      \"LongName\": \"securityProfileCreatedforAPItestOnly\",\r\n      \"Name\": \"createdForAPI\",\r\n      \"PasswordExpiration\": \"25\",\r\n      \"PasswordFailureAttemptLockout\": \"4\",\r\n      \"PasswordFailureLockoutDuration\": \"30\",\r\n      \"PasswordLength\": \"13\",\r\n      \"RecordState\": \"1\"\r\n    }\r\n  ],\r\n  \"total\": \"1\"\r\n}"}],"_postman_id":"077dd304-3505-4485-8f92-98ff9aee1382"}],"id":"336fb135-b297-4ca2-a918-2824f172645c","description":"<p>Methods for accessing the functionality related to security profiles.</p>\n","_postman_id":"336fb135-b297-4ca2-a918-2824f172645c"},{"name":"Group Contacts","item":[{"name":"Create a New Group Contact","id":"51e27967-4541-467e-86c4-f9a7b92720b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"groupcontacts","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"groupcontacts\". Example: groupcontacts.</p>\n","type":"text"},{"key":"action","value":"create","description":"<p>The action to take. For this endpoint, the value is \"create\". Example: create.</p>\n","type":"text"},{"key":"contact_emails","value":"{{contact_emails}}","description":"<p>The email addresses for the members of the group. You can provide multiple emails by separating them with commas.</p>\n","type":"text"},{"key":"contact_name","value":"{{contact_name}}","description":"<p>The name of the group contact.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Creates a new group contact.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"fab36d4d-227f-4465-ab3d-89431318519a","name":"Create a New Group Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"groupcontacts","description":"The subsection of the interface you want to access. For this endpoint, the value is \"groupcontacts\". Example: groupcontacts.\n","type":"text"},{"key":"action","value":"create","description":"The action to take. For this endpoint, the value is \"create\". Example: create.\n","type":"text"},{"key":"contact_emails","value":"{{contact_emails}}","description":"The email addresses for the members of the group. You can provide multiple emails by separating them with commas.\n","type":"text"},{"key":"contact_name","value":"{{contact_name}}","description":"The name of the group contact.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"M86836US-0K3A-3104-ELON-A07E120335C8\",\r\n    \"Owner\": \"FA83958D\",\r\n    \"OwnerType\": \"Contact\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"8711ELO6-A199-30C8-89AA-32A34MUSK758\"\r\n  }\r\n}"}],"_postman_id":"51e27967-4541-467e-86c4-f9a7b92720b7"},{"name":"Delete a Group Contact","id":"f67239d2-e87d-45b3-ab16-99176d3f8035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"groupcontacts","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"groupcontacts\". Example: groupcontacts.</p>\n","type":"text"},{"key":"action","value":"delete","description":"<p>The action to take. For this endpoint, the value is \"delete\". Example: delete.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The group contact's ID.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Deletes an existing group contact.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"44e72c1e-750b-40b9-b1bd-a6602edb2016","name":"Delete a Group Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"groupcontacts","description":"The subsection of the interface you want to access. For this endpoint, the value is \"groupcontacts\". Example: groupcontacts.\n","type":"text"},{"key":"action","value":"delete","description":"The action to take. For this endpoint, the value is \"delete\". Example: delete.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The group contact's ID.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"\r\n{\r\n  \"result\": {\r\n    \"AuditCode\": \"8456A31M-C8F2-31FC-B135-86EDCB4ELON0\",\r\n    \"Code\": \"-1\",\r\n    \"Owner\": \"D3488A2J\",\r\n    \"OwnerType\": \"Contact\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"3C77FE2A-3SPA-3A01-935D-C97D728D6085\"\r\n  }\r\n}"}],"_postman_id":"f67239d2-e87d-45b3-ab16-99176d3f8035"},{"name":"Undelete a Group Contact","id":"e844f429-efa2-4aa7-836f-85337871c942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"groupcontacts","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"groupcontacts\". Example: groupcontacts.</p>\n","type":"text"},{"key":"action","value":"undelete","description":"<p>The action to take. For this endpoint, the value is \"undelete\". Example: undelete.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The group contact's ID.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Restores a group contact that has been deleted.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"50a07ec9-2cd3-467d-93c1-4bad5fe15fb8","name":"Undelete a Group Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"groupcontacts","description":"The subsection of the interface you want to access. For this endpoint, the value is \"groupcontacts\". Example: groupcontacts.\n","type":"text"},{"key":"action","value":"undelete","description":"The action to take. For this endpoint, the value is \"undelete\". Example: undelete.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The group contact's ID.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"\r\n{\r\n  \"result\": {\r\n    \"AuditCode\": \"1DC31AF1-2CB3-3B63-97D4-67A8AADE0EAB\",\r\n    \"Code\": \"-1\",\r\n    \"Owner\": \"D3488A2J\",\r\n    \"OwnerType\": \"Contact\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"39LAA490-T63S-3FA7-8334-BDB3545D9B18\"\r\n  }\r\n}"}],"_postman_id":"e844f429-efa2-4aa7-836f-85337871c942"},{"name":"Return Group Contact Details","id":"ea37db29-b885-455e-bef2-d1869ba56c53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"groupcontacts","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"groupcontacts\". Example: groupcontacts.</p>\n","type":"text"},{"key":"action","value":"returngroupcontactdetails","description":"<p>The action to take. For this endpoint, the value is \"returngroupcontactdetails\". Example: returngroupcontactdetails.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The group contact's ID.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the details associated with a group contact.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"53a7f64b-76d0-4c93-ab91-e9b054c548ab","name":"Return Group Contact Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"groupcontacts","description":"The subsection of the interface you want to access. For this endpoint, the value is \"groupcontacts\". Example: groupcontacts.\n","type":"text"},{"key":"action","value":"returngroupcontactdetails","description":"The action to take. For this endpoint, the value is \"returngroupcontactdetails\". Example: returngroupcontactdetails.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The group contact's ID.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": {\r\n    \"Assigned\": [],\r\n    \"Available\": [\r\n      {\r\n        \"Associated\": \"0\",\r\n        \"ID\": \"6F7F8EL0\",\r\n        \"Name\": \"createdforAPIuser1 - createdFromAPI2\"\r\n      },\r\n      {\r\n        \"Associated\": \"0\",\r\n        \"ID\": \"B673AU7I\",\r\n        \"Name\": \"createdforAPIuser2 - createdFromAPI3\"\r\n      }\r\n    ],\r\n    \"ContactEmails\": \"invalidemail1@beyondsecurity.com, invalidemail2@beyondsecurity.com\",\r\n    \"ContactName\": \"beyondsecuritygroup\",\r\n    \"ID\": \"MU83978K\",\r\n    \"RecordState\": \"1\"\r\n  }\r\n}"}],"_postman_id":"ea37db29-b885-455e-bef2-d1869ba56c53"},{"name":"Modify a Group Contact","id":"4bf92502-8824-4f72-aa1a-07a72415455c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"groupcontacts","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"groupcontacts\". Example: groupcontacts.</p>\n","type":"text"},{"key":"action","value":"modify","description":"<p>The action to take. For this endpoint, the value is \"modify\". Example: modify.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The group contact's ID.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"assigned_owners","value":"{{assigned_owners}}","description":"<p>A string of account IDs indicating which users can own this group contact.</p>\n","type":"text"},{"key":"contact_emails","value":"{{contact_emails}}","description":"<p>The email addresses for the members of the group. You can provide multiple emails separated by commas.</p>\n","type":"text"},{"key":"contact_name","value":"{{contact_name}}","description":"<p>The name of the group contact.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Modifies the details for an existing group contact.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"05601839-c66f-433e-b617-7a8bcc1e33d3","name":"Modify a Group Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"groupcontacts","description":"The subsection of the interface you want to access. For this endpoint, the value is \"groupcontacts\". Example: groupcontacts.\n","type":"text"},{"key":"action","value":"modify","description":"The action to take. For this endpoint, the value is \"modify\". Example: modify.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The group contact's ID.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"assigned_owners","value":"{{assigned_owners}}","description":"A string of account IDs indicating which users can own this group contact.\n","type":"text"},{"key":"contact_emails","value":"{{contact_emails}}","description":"The email addresses for the members of the group. You can provide multiple emails separated by commas.\n","type":"text"},{"key":"contact_name","value":"{{contact_name}}","description":"The name of the group contact.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"\r\n{\r\n  \"result\": {\r\n    \"AdditionalInformation\": \" ContactEmails changed from 'invalidemail3@beyondsecurity.com, invalidemail4@beyondsecurity.com' to 'invalidemail1@beyondsecurity.com, invalidemail2@beyondsecurity.com' \\n ContactName changed from 'beyondsecuritygroup5' to 'beyondsecuritygroup' \",\r\n    \"AuditCode\": \"EE6579AD-9C6R-35F1-97C4-7027297MUS1C\",\r\n    \"Code\": \"FC691864-C3D4-3C91-B6DB-A8E053D081FE\",\r\n    \"Owner\": \"MU83978K\",\r\n    \"OwnerType\": \"Contact\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"9C64GY05-F1B8-34C7-A9B4-54481ELO3502\"\r\n  }\r\n}"}],"_postman_id":"4bf92502-8824-4f72-aa1a-07a72415455c"},{"name":"Return Group Contacts","id":"f96eaa88-8c24-482c-b764-08d83cafde56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"groupcontacts","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"groupcontacts\". Example: groupcontacts.</p>\n","type":"text"},{"key":"action","value":"returncontacts","description":"<p>The action to take. For this endpoint, the value is \"returncontacts\". Example: returncontacts.</p>\n","type":"text"},{"key":"search_emails","value":"{{search_emails}}","description":"<p>The contact's email addresses.</p>\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"<p>The contact's name.</p>\n","type":"text"},{"key":"search_limit","value":"{{search_limit}}","description":"<p>The number of objects to return.</p>\n","type":"text"},{"key":"search_deleted","value":"{{search_deleted}}","description":"<p>Whether to search among deleted contacts. Values are \"yes\" and \"no\".</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns specific group contacts based on the search parameters.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7b0bb1fd-bec1-4a90-bc9c-85c810cf336c","name":"Return Group Contacts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"groupcontacts","description":"The subsection of the interface you want to access. For this endpoint, the value is \"groupcontacts\". Example: groupcontacts.\n","type":"text"},{"key":"action","value":"returncontacts","description":"The action to take. For this endpoint, the value is \"returncontacts\". Example: returncontacts.\n","type":"text"},{"key":"search_emails","value":"{{search_emails}}","description":"The contact's email addresses.\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"The contact's name.\n","type":"text"},{"key":"search_limit","value":"{{search_limit}}","description":"The number of objects to return.\n","type":"text"},{"key":"search_deleted","value":"{{search_deleted}}","description":"Whether to search among deleted contacts. Values are \"yes\" and \"no\".\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": [\r\n    {\r\n      \"ContactEmails\": \"invalidemail1@beyondsecurity.com,invalidemail2@beyondsecurity.com\",\r\n      \"ContactName\": \"beyondsecuritygroup\",\r\n      \"ID\": \"FA83345D\",\r\n      \"RecordState\": \"1\"\r\n    }\r\n  ],\r\n  \"total\": \"1\"\r\n}"}],"_postman_id":"f96eaa88-8c24-482c-b764-08d83cafde56"}],"id":"b776505a-88e2-483f-9953-0f4811f22315","description":"<p>Methods related to group contacts.</p>\n","_postman_id":"b776505a-88e2-483f-9953-0f4811f22315"},{"name":"Contacts","item":[{"name":"Create a Contact","id":"0a32434f-4c8a-48b2-8c7c-d155ea5df511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"contacts","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"contacts\". Example: contacts.</p>\n","type":"text"},{"key":"action","value":"create","description":"<p>The action to take. For this endpoint, the value is \"create\". Example: create.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>API key for authorization</p>\n","type":"text"},{"key":"contact_address1","value":"{{contact_address1}}","description":"<p>The first line of the contact's address.</p>\n","type":"text"},{"key":"contact_address2","value":"{{contact_address2}}","description":"<p>The second line of the contact's address.</p>\n","type":"text"},{"key":"contact_city","value":"{{contact_city}}","description":"<p>The contact's city.</p>\n","type":"text"},{"key":"contact_country","value":"{{contact_country}}","description":"<p>The contact's country.</p>\n","type":"text"},{"key":"contact_email","value":"{{contact_email}}","description":"<p>The contact's email address.</p>\n","type":"text"},{"key":"contact_name","value":"{{contact_name}}","description":"<p>The contact's name.</p>\n","type":"text"},{"key":"contact_phone","value":"{{contact_phone}}","description":"<p>The contact's phone number. Allowed characters: number, hyphen, parenthesis, plus sign.</p>\n","type":"text"},{"key":"contact_state","value":"{{contact_state}}","description":"<p>The contact's state. Allowed characters: alphanumeric, hyphen, underscore.</p>\n","type":"text"},{"key":"contact_zip","value":"{{contact_zip}}","description":"<p>The contact's zip code. Allowed characters: number, hyphen.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Creates a new contact.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1d3ee88b-6130-4656-8a20-ce2893915ca3","name":"Create a Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"contacts","description":"The subsection of the interface you want to access. For this endpoint, the value is \"contacts\". Example: contacts.\n","type":"text"},{"key":"action","value":"create","description":"The action to take. For this endpoint, the value is \"create\". Example: create.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"API key for authorization","type":"text"},{"key":"contact_address1","value":"{{contact_address1}}","description":"The first line of the contact's address.\n","type":"text"},{"key":"contact_address2","value":"{{contact_address2}}","description":"The second line of the contact's address.\n","type":"text"},{"key":"contact_city","value":"{{contact_city}}","description":"The contact's city.\n","type":"text"},{"key":"contact_country","value":"{{contact_country}}","description":"The contact's country.\n","type":"text"},{"key":"contact_email","value":"{{contact_email}}","description":"The contact's email address.\n","type":"text"},{"key":"contact_name","value":"{{contact_name}}","description":"The contact's name.\n","type":"text"},{"key":"contact_phone","value":"{{contact_phone}}","description":"The contact's phone number. Allowed characters: number, hyphen, parenthesis, plus sign.\n","type":"text"},{"key":"contact_state","value":"{{contact_state}}","description":"The contact's state. Allowed characters: alphanumeric, hyphen, underscore.\n","type":"text"},{"key":"contact_zip","value":"{{contact_zip}}","description":"The contact's zip code. Allowed characters: number, hyphen.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"F86836CF-0A3A-3104-WRJA-A07E1203358B\",\r\n    \"Owner\": \"C9488A3D\",\r\n    \"OwnerType\": \"Contact\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"8711EAC6-A199-30C8-89AA-32A34DTWR758\"\r\n  }\r\n}"}],"_postman_id":"0a32434f-4c8a-48b2-8c7c-d155ea5df511"},{"name":"Modify a Contact","id":"c4337299-7d52-4b53-991a-aafb7f1f8c74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"contacts","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"contacts\". Example: contacts.</p>\n","type":"text"},{"key":"action","value":"modify","description":"<p>The action to take. For this endpoint, the value is \"modify\". Example: modify.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>API key for authorization</p>\n","type":"text"},{"key":"contact_address1","value":"{{contact_address1}}","description":"<p>The first line of the contact's address.</p>\n","type":"text"},{"key":"contact_address2","value":"{{contact_address2}}","description":"<p>The second line of the contact's address.</p>\n","type":"text"},{"key":"contact_city","value":"{{contact_city}}","description":"<p>The contact's city.</p>\n","type":"text"},{"key":"contact_country","value":"{{contact_country}}","description":"<p>The contact's country.</p>\n","type":"text"},{"key":"contact_email","value":"{{contact_email}}","description":"<p>The contact's email address.</p>\n","type":"text"},{"key":"contact_name","value":"{{contact_name}}","description":"<p>The contact's name.</p>\n","type":"text"},{"key":"contact_phone","value":"{{contact_phone}}","description":"<p>The contact's phone number. Allowed characters: number, hyphen, parenthesis, plus sign.</p>\n","type":"text"},{"key":"contact_state","value":"{{contact_state}}","description":"<p>The contact's state. Allowed characters: alphanumeric, hyphen, underscore.</p>\n","type":"text"},{"key":"contact_zip","value":"{{contact_zip}}","description":"<p>The contact's zip code. Allowed characters: number, hyphen.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Modifies the details for an existing contact.<br />Note that when using the modify function, you will need to pass in values for <strong>\"name\", \"email\", \"country\"</strong>, and <strong>\"id\"</strong>.<br />You may pass in empty strings for all other parameters</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0b9ef224-252f-4fa5-bb84-83dd55c26f81","name":"Modify a Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"contacts","description":"The subsection of the interface you want to access. For this endpoint, the value is \"contacts\". Example: contacts.\n","type":"text"},{"key":"action","value":"modify","description":"The action to take. For this endpoint, the value is \"modify\". Example: modify.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"API key for authorization","type":"text"},{"key":"contact_address1","value":"{{contact_address1}}","description":"The first line of the contact's address.\n","type":"text"},{"key":"contact_address2","value":"{{contact_address2}}","description":"The second line of the contact's address.\n","type":"text"},{"key":"contact_city","value":"{{contact_city}}","description":"The contact's city.\n","type":"text"},{"key":"contact_country","value":"{{contact_country}}","description":"The contact's country.\n","type":"text"},{"key":"contact_email","value":"{{contact_email}}","description":"The contact's email address.\n","type":"text"},{"key":"contact_name","value":"{{contact_name}}","description":"The contact's name.\n","type":"text"},{"key":"contact_phone","value":"{{contact_phone}}","description":"The contact's phone number. Allowed characters: number, hyphen, parenthesis, plus sign.\n","type":"text"},{"key":"contact_state","value":"{{contact_state}}","description":"The contact's state. Allowed characters: alphanumeric, hyphen, underscore.\n","type":"text"},{"key":"contact_zip","value":"{{contact_zip}}","description":"The contact's zip code. Allowed characters: number, hyphen.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AdditionalInformation\": \" ContactCity changed from '' to 'cupertino' \\n ContactState changed from '' to 'california' \\n ContactAddress1 changed from '' to '19925' \\n ContactZip changed from '' to '95014' \\n ContactAddress2 changed from '' to 'creek blvd' \\n ContactName changed from 'beyondsecuritysupport' to 'beyondsecurity' \\n ContactPhone changed from '1800-801-2821' to '+1800-801-2821' \\n ContactEmail changed from 'invalidemail@beyondsecurity.com' to 'invalidemail2@beyondsecurity.com' \",\r\n    \"AuditCode\": \"EE6579AD-9C6C-35F1-97B4-7025459EECDC\",\r\n    \"Code\": \"FC691864-C3D4-3C91-B6DB-A8E053D717FE\",\r\n    \"Owner\": \"C9488A2E\",\r\n    \"OwnerType\": \"Contact\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"9C64BE05-F1B8-34A7-A1B4-01491BAF3502\"\r\n  }\r\n}"}],"_postman_id":"c4337299-7d52-4b53-991a-aafb7f1f8c74"},{"name":"Return the Details for a Contact","id":"72921f65-f779-44e8-b7b5-8bca508172af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"contacts","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"contacts\". Example: contacts.</p>\n","type":"text"},{"key":"action","value":"returncontactdetails","description":"<p>The action to take. For this endpoint, the value is \"returncontactdetails\". Example: returncontactdetails.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The contact ID.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the details associated with a specific contact.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1dd35ba8-fe31-41cf-bf8e-373c319e03b7","name":"Return the Details for a Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"contacts","description":"The subsection of the interface you want to access. For this endpoint, the value is \"contacts\". Example: contacts.\n","type":"text"},{"key":"action","value":"returncontactdetails","description":"The action to take. For this endpoint, the value is \"returncontactdetails\". Example: returncontactdetails.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The contact ID.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": {\r\n    \"Assigned\": [],\r\n    \"Available\": [\r\n      {\r\n        \"Associated\": \"0\",\r\n        \"ID\": \"6F7E4BA0\",\r\n        \"Name\": \"createdforAPIuser1 - createdFromAPI2\"\r\n      },\r\n      {\r\n        \"Associated\": \"0\",\r\n        \"ID\": \"B673JD7G\",\r\n        \"Name\": \"createdforAPIuser2 - createdFromAPI3\"\r\n      }\r\n    ],\r\n    \"ContactAddress1\": \"34525\",\r\n    \"ContactAddress2\": \"Creek blvd\",\r\n    \"ContactCity\": \"Cupertino\",\r\n    \"ContactCountry\": \"US\",\r\n    \"ContactEmail\": \"invalidemail2@beyondsecurity.com\",\r\n    \"ContactName\": \"Beyond Security\",\r\n    \"ContactPhone\": \"+1800-801-8888\",\r\n    \"ContactState\": \"california\",\r\n    \"ContactZip\": \"95014\",\r\n    \"ID\": \"D3488A2J\",\r\n    \"RecordState\": \"1\"\r\n  }\r\n}"}],"_postman_id":"72921f65-f779-44e8-b7b5-8bca508172af"},{"name":"Delete a Contact","id":"de283f99-aa38-4225-87b6-dd6dd0d9ffe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"contacts","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"contacts\". Example: contacts.</p>\n","type":"text"},{"key":"action","value":"delete","description":"<p>The action to take. For this endpoint, the value is \"delete\". Example: delete.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The contact ID.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Deletes an existing contact.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"48e831e0-5cd3-476e-8eff-60ae3e870ff6","name":"Delete a Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"contacts","description":"The subsection of the interface you want to access. For this endpoint, the value is \"contacts\". Example: contacts.\n","type":"text"},{"key":"action","value":"delete","description":"The action to take. For this endpoint, the value is \"delete\". Example: delete.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The contact ID.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"0149A31E-C8F2-31FC-B135-86EDCB4FEDE0\",\r\n    \"Code\": \"-1\",\r\n    \"Owner\": \"D3488A2J\",\r\n    \"OwnerType\": \"Contact\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"3C77FE2A-3FAE-3A01-935D-C97D728D3490\"\r\n  }\r\n}"}],"_postman_id":"de283f99-aa38-4225-87b6-dd6dd0d9ffe2"},{"name":"Undelete a Contact","id":"d08ad432-c17c-41c1-89dc-ecb8bdcaedf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"contacts","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"contacts\". Example: contacts.</p>\n","type":"text"},{"key":"action","value":"undelete","description":"<p>The action to take. For this endpoint, the value is \"undelete\". Example: undelete.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The contact ID.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Restores a contact that has been deleted.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"bdb54256-49b8-4585-a248-9c3bc6e274f8","name":"Un-Delete a Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"contacts","description":"The subsection of the interface you want to access. For this endpoint, the value is \"contacts\". Example: contacts.\n","type":"text"},{"key":"action","value":"undelete","description":"The action to take. For this endpoint, the value is \"undelete\". Example: undelete.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The contact ID.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"1DC31AF1-2CB3-3B63-97D4-67A8AADE0CRC\",\r\n    \"Code\": \"-1\",\r\n    \"Owner\": \"D3488A2J\",\r\n    \"OwnerType\": \"Contact\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"40FBL490-B72E-3FA7-8334-BDB3545D7B18\"\r\n  }\r\n}"}],"_postman_id":"d08ad432-c17c-41c1-89dc-ecb8bdcaedf3"},{"name":"Return Contacts Array","id":"e277f6bd-cad7-49d3-a564-499400d3f465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"contacts","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"contacts\". Example: contacts.</p>\n","type":"text"},{"key":"action","value":"returncontactsarray","description":"<p>The action to take. For this endpoint, the value is \"returncontactsarray\". Example: returncontactsarray.</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The contact ID.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retrieves all of the contacts owned by the user.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ee5e9abf-8447-415b-884c-ead74913cd76","name":"Return Contacts Array","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"contacts","description":"The subsection of the interface you want to access. For this endpoint, the value is \"contacts\". Example: contacts.\n","type":"text"},{"key":"action","value":"returncontactsarray","description":"The action to take. For this endpoint, the value is \"returncontactsarray\". Example: returncontactsarray.\n","type":"text"},{"key":"id","value":"{{id}}","description":"The contact ID.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 2,\r\n  \"data\": [\r\n    {\r\n      \"Email\": \"invalidemail2@beyondsecurity.com\",\r\n      \"ID\": \"C9499A2H\",\r\n      \"Name\": \"beyondsecurity\"\r\n    },\r\n    {\r\n      \"Email\": \"creadtedfromapi@beyondsecurity.com\",\r\n      \"ID\": \"SDF6KKAC\",\r\n      \"Name\": \"createdFromAPI\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"e277f6bd-cad7-49d3-a564-499400d3f465"},{"name":"Return Contacts","id":"26d277f6-8af5-4e16-bf35-c7979a972893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"contacts","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"contacts\". Example: contacts.</p>\n","type":"text"},{"key":"action","value":"returncontacts","description":"<p>The action to take. For this endpoint, the value is \"returncontacts\". Example: returncontacts.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>API key for authorization</p>\n","type":"text"},{"key":"search_address1","value":"{{search_address1}}","description":"<p>The first line of the contact's address.</p>\n","type":"text"},{"key":"search_address2","value":"{{search_address2}}","description":"<p>The second line of the contact's address.</p>\n","type":"text"},{"key":"search_city","value":"{{search_city}}","description":"<p>The contact's city.</p>\n","type":"text"},{"key":"search_country","value":"{{search_country}}","description":"<p>The contact's country.</p>\n","type":"text"},{"key":"search_email","value":"{{search_email}}","description":"<p>The contact's email address.</p>\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"<p>The contact's name.</p>\n","type":"text"},{"key":"search_phone","value":"{{search_phone}}","description":"<p>The contact's phone number. Allowed characters: number, hyphen, parenthesis, plus sign.</p>\n","type":"text"},{"key":"search_state","value":"{{search_state}}","description":"<p>The contact's state. Allowed characters: alphanumeric, hyphen, underscore.</p>\n","type":"text"},{"key":"search_zip","value":"{{search_zip}}","description":"<p>The contact's zip code. Allowed characters: number, hyphen.</p>\n","type":"text"},{"key":"search_limit","value":"{{search_limit}}","description":"<p>The number of objects to return.</p>\n","type":"text"},{"key":"search_deleted","value":"{{search_deleted}}","description":"<p>Whether to search among deleted contacts. Values are \"yes\" or \"no\".</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns specific contacts based on the search parameters.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8caf1cce-52dc-4500-ad9a-16289bf15dfa","name":"Return Contacts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"contacts","description":"The subsection of the interface you want to access. For this endpoint, the value is \"contacts\". Example: contacts.\n","type":"text"},{"key":"action","value":"returncontacts","description":"The action to take. For this endpoint, the value is \"returncontacts\". Example: returncontacts.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"API key for authorization","type":"text"},{"key":"search_address1","value":"{{search_address1}}","description":"The first line of the contact's address.\n","type":"text"},{"key":"search_address2","value":"{{search_address2}}","description":"The second line of the contact's address.\n","type":"text"},{"key":"search_city","value":"{{search_city}}","description":"The contact's city.\n","type":"text"},{"key":"search_country","value":"{{search_country}}","description":"The contact's country.\n","type":"text"},{"key":"search_email","value":"{{search_email}}","description":"The contact's email address.\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"The contact's name.\n","type":"text"},{"key":"search_phone","value":"{{search_phone}}","description":"The contact's phone number. Allowed characters: number, hyphen, parenthesis, plus sign.\n","type":"text"},{"key":"search_state","value":"{{search_state}}","description":"The contact's state. Allowed characters: alphanumeric, hyphen, underscore.\n","type":"text"},{"key":"search_zip","value":"{{search_zip}}","description":"The contact's zip code. Allowed characters: number, hyphen.\n","type":"text"},{"key":"search_limit","value":"{{search_limit}}","description":"The number of objects to return.\n","type":"text"},{"key":"search_deleted","value":"{{search_deleted}}","description":"Whether to search among deleted contacts. Values are \"yes\" or \"no\".\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 2,\r\n  \"data\": [\r\n    {\r\n      \"Address1\": \"address line1\",\r\n      \"Address2\": \"address line2\",\r\n      \"City\": \"cupertino\",\r\n      \"ContactEmail\": \"creadtedfromapi@beyondsecurity.com\",\r\n      \"ContactName\": \"createdFromAPI\",\r\n      \"ContactPhone\": \"+1800-801-8888\",\r\n      \"Country\": \"US\",\r\n      \"ID\": \"JLP699ER\",\r\n      \"RecordState\": \"1\",\r\n      \"State\": \"california\",\r\n      \"Zip\": \"95014\"\r\n    },\r\n    {\r\n      \"Address1\": \"19938\",\r\n      \"Address2\": \"creek blvd\",\r\n      \"City\": \"cupertino\",\r\n      \"ContactEmail\": \"invalidemail2@beyondsecurity.com\",\r\n      \"ContactName\": \"beyondsecurity\",\r\n      \"ContactPhone\": \"+1800-801-8888\",\r\n      \"Country\": \"US\",\r\n      \"ID\": \"K9488J2D\",\r\n      \"RecordState\": \"1\",\r\n      \"State\": \"california\",\r\n      \"Zip\": \"95014\"\r\n    }\r\n  ],\r\n  \"total\": \"2\"\r\n}"}],"_postman_id":"26d277f6-8af5-4e16-bf35-c7979a972893"}],"id":"2cfea39a-b5c7-4cce-9486-45e3ba1f0f91","description":"<p>Methods related to contacts.</p>\n","_postman_id":"2cfea39a-b5c7-4cce-9486-45e3ba1f0f91"}],"id":"517e6a00-38a0-4eaf-be73-4a9aca588d8d","_postman_id":"517e6a00-38a0-4eaf-be73-4a9aca588d8d","description":""},{"name":"Alarms","item":[{"name":"Update Alarm Status (handleacknowledge)","id":"84131a3f-213c-415e-a663-3d388a33a091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"alarms","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"alarms\". Example: alarms.</p>\n","type":"text"},{"key":"action","value":"handleacknowledge","description":"<p>The action to take. For this endpoint, the value is \"handleacknowledge\". Example: handleacknowledge.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"button_acknowledged","value":"{{button_acknowledged}}","description":"<p>Marks the alarm as acknowledged if you pass in this parameter with the value \"yes\".</p>\n","type":"text"},{"key":"button_clear","value":"{{button_clear}}","description":"<p>Clears the alarm if you pass in this parameter with the value \"yes\".</p>\n","type":"text"},{"key":"button_handled","value":"{{button_handled}}","description":"<p>Marks the alarm as handled if you pass in this parameter with the value \"yes\".</p>\n","type":"text"},{"key":"button_underinvestigation","value":"{{button_underinvestigation}}","description":"<p>Marks the alarm as under investigation if you pass in this parameter with the value \"yes\".</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The alarm ID.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Updates the status of an alarm.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7899773a-b478-4b70-826f-7029cad25789","name":"Update Alarm Status (handleacknowledge)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"alarms","description":"The subsection of the interface you want to access. For this endpoint, the value is \"alarms\". Example: alarms.\n","type":"text"},{"key":"action","value":"handleacknowledge","description":"The action to take. For this endpoint, the value is \"handleacknowledge\". Example: handleacknowledge.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"button_acknowledged","value":"{{button_acknowledged}}","description":"Marks the alarm as acknowledged if you pass in this parameter with the value \"yes\".\n","type":"text"},{"key":"button_clear","value":"{{button_clear}}","description":"Clears the alarm if you pass in this parameter with the value \"yes\".\n","type":"text"},{"key":"button_handled","value":"{{button_handled}}","description":"Marks the alarm as handled if you pass in this parameter with the value \"yes\".\n","type":"text"},{"key":"button_underinvestigation","value":"{{button_underinvestigation}}","description":"Marks the alarm as under investigation if you pass in this parameter with the value \"yes\".\n","type":"text"},{"key":"id","value":"{{id}}","description":"The alarm ID.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"Code\": \"FC691687-C3D4-3C91-B6DB-A8E053D818FF\",\r\n    \"OwnerType\": \"Alarm\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"029F17DA-6BA0-3DC9-A238-EE95E0F3C93A\"\r\n  }\r\n}"}],"_postman_id":"84131a3f-213c-415e-a663-3d388a33a091"},{"name":"Return Alarm Details","id":"125682aa-5101-498a-a174-ad1cac8b3f57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"alarms\". Example: alarms.</p>\n","key":"secondary","type":"text","value":"alarms"},{"description":"<p>The action to take. For this endpoint, the value is \"returnalarmdetails\". Example: returnalarmdetails.</p>\n","key":"action","type":"text","value":"returnalarmdetails"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The alarm ID.</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the details associated with an alarm.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d55acd36-c69b-422b-b81b-568b9fcbcf4f","name":"Return Alarm Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"alarms\". Example: alarms.\n","key":"secondary","type":"text","value":"alarms"},{"description":"The action to take. For this endpoint, the value is \"returnalarmdetails\". Example: returnalarmdetails.\n","key":"action","type":"text","value":"returnalarmdetails"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The alarm ID.\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": {\r\n    \"Acknowledged\": \"2\",\r\n    \"AcknowledgedName\": \"Handled\",\r\n    \"AdditionalInformation\": \"NextScheduledScan: 2016-01-05\",\r\n    \"CausedBy\": \"QA\",\r\n    \"Description\": \"The scan date had too many scans running at the time, or the schedule was not defined properly\",\r\n    \"ID\": \"999690\",\r\n    \"IssuedOn\": \"2017-05-05 07:29:04\",\r\n    \"Name\": \"The scanner has missed the schedule of one of the scans\",\r\n    \"Owner\": \"B9F699B4\",\r\n    \"OwnerType\": \"4\",\r\n    \"Severity\": \"4\"\r\n  }\r\n}"}],"_postman_id":"125682aa-5101-498a-a174-ad1cac8b3f57"},{"name":"Return Alarms","id":"abba5cd8-5980-4588-bd80-fc044bdd84a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"alarms\". Example: alarms.</p>\n","key":"secondary","type":"text","value":"alarms"},{"description":"<p>The action to take. For this endpoint, the value is \"returnalarms\". Example: returnalarms.</p>\n","key":"action","type":"text","value":"returnalarms"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The alarm ID.</p>\n","key":"id","type":"text","value":"{{id}}"},{"key":"limit","value":"{{limit}}","description":"<p>The number of records to return.</p>\n","type":"text"},{"key":"offset","value":"{{offset}}","description":"<p>Indicates how many rows should be in the next set of search results, based on the search limit.</p>\n","type":"text"},{"key":"search_alarmtype","value":"{{search_alarmtype}}","description":"<p>Allows you to enter a string of alarm type IDs to search alarms by type.</p>\n","type":"text"},{"key":"search_causedby","value":"{{search_causedby}}","description":"<p>Search based on caused-by text (object).</p>\n","type":"text"},{"key":"search_causedbyid","value":"{{search_causedbyid}}","description":"<p>Search based on caused-by ID.</p>\n","type":"text"},{"key":"search_handled","value":"{{search_handled}}","description":"<p>Enter this parameter with the value \"yes\" to search for handled alarms.</p>\n","type":"text"},{"key":"search_id","value":"{{search_id}}","description":"<p>Search based on alarm ID.</p>\n","type":"text"},{"key":"search_issuedon_from","value":"{{search_issuedon_from}}","description":"<p>Search from a given date. Format is yyyy-mm-dd.</p>\n","type":"text"},{"key":"search_issuedon_to","value":"{{search_issuedon_to}}","description":"<p>Search up until a given date.</p>\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"<p>A free-text search.</p>\n","type":"text"},{"key":"search_severity","value":"{{search_severity}}","description":"<p>Search based on severity. Values are from \"1\" to \"10\".</p>\n","type":"text"},{"key":"search_status","value":"{{search_status}}","description":"<p>Search based on alarm status. Values are \"0\" (unacknowledged), \"1\" (acknowledged), \"2\" (handled), and \"3\" (under investigation).</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns alarms based on the search parameters.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"04543778-0b32-46e6-bf34-512ed31eafc9","name":"Return Alarms","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"alarms\". Example: alarms.\n","key":"secondary","type":"text","value":"alarms"},{"description":"The action to take. For this endpoint, the value is \"returnalarms\". Example: returnalarms.\n","key":"action","type":"text","value":"returnalarms"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The alarm ID.\n","key":"id","type":"text","value":"{{id}}"},{"key":"limit","value":"{{limit}}","description":"The number of records to return.\n","type":"text"},{"key":"offset","value":"{{offset}}","description":"Indicates how many rows should be in the next set of search results, based on the search limit.\n","type":"text"},{"key":"search_alarmtype","value":"{{search_alarmtype}}","description":"Allows you to enter a string of alarm type IDs to search alarms by type.\n","type":"text"},{"key":"search_causedby","value":"{{search_causedby}}","description":"Search based on caused-by text (object).\n","type":"text"},{"key":"search_causedbyid","value":"{{search_causedbyid}}","description":"Search based on caused-by ID.\n","type":"text"},{"key":"search_handled","value":"{{search_handled}}","description":"Enter this parameter with the value \"yes\" to search for handled alarms.\n","type":"text"},{"key":"search_id","value":"{{search_id}}","description":"Search based on alarm ID.\n","type":"text"},{"key":"search_issuedon_from","value":"{{search_issuedon_from}}","description":"Search from a given date. Format is yyyy-mm-dd.\n","type":"text"},{"key":"search_issuedon_to","value":"{{search_issuedon_to}}","description":"Search up until a given date.\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"A free-text search.\n","type":"text"},{"key":"search_severity","value":"{{search_severity}}","description":"Search based on severity. Values are from \"1\" to \"10\".\n","type":"text"},{"key":"search_status","value":"{{search_status}}","description":"Search based on alarm status. Values are \"0\" (unacknowledged), \"1\" (acknowledged), \"2\" (handled), and \"3\" (under investigation).\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": [\r\n    {\r\n      \"AcknowledgedName\": \"Unacknowledged\",\r\n      \"CausedBy\": \"IQ-QA1\",\r\n      \"ID\": \"812498\",\r\n      \"IssuedOn\": \"2017-01-04 00:00\",\r\n      \"LinkName\": \"networks\",\r\n      \"Name\": \"The result set did not include a hostname\",\r\n      \"ObjectName\": \"Network\",\r\n      \"OwnerID\": \"97CAE46T\",\r\n      \"Severity\": \"2\"\r\n    }\r\n  ],\r\n  \"limit\": \"10\",\r\n  \"offset\": \"0\",\r\n  \"total\": \"1\"\r\n}"}],"_postman_id":"abba5cd8-5980-4588-bd80-fc044bdd84a3"}],"id":"309ecc72-c1c8-4a2f-97df-4640c7d04caf","description":"<p>Functions related to system alarms.</p>\n","_postman_id":"309ecc72-c1c8-4a2f-97df-4640c7d04caf"},{"name":"Alerts","item":[{"name":"Return Alert Details","id":"58c2069f-4498-4550-bd69-9f16bd87a424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".</p>\n","key":"secondary","type":"text","value":"alerts"},{"description":"<p>The action to take. For this endpoint, the value is \"returnalertdetails\".</p>\n","key":"action","type":"text","value":"returnalertdetails"},{"description":"<p>The API key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"id","value":"{{id}}","description":"<p>The ID of the alert.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Return details of a given alert, based on it's ID</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"cb281e89-0ae1-43cc-aa7b-4cc01a01fd68","name":"Return Alert Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".","key":"secondary","type":"text","value":"alerts"},{"description":"The action to take. For this endpoint, the value is \"returnalertdetails\".","key":"action","type":"text","value":"returnalertdetails"},{"description":"The API key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"id","value":"{{id}}","description":"The ID of the alert.","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"AlertResult\": \"Alert generated successfully, alert returned 325 relevant entries.\",\r\n    \"AlertSearch\": \"search_scannumber=5;search_enterprise=2BD7B806;search_network=4F5F22BC;search_riskfactor_type=eq;search_cvss_score_type=gt;search_vulnerability_age_type=day\",\r\n    \"AlertSearchPretty\": \"search_scannumber=5;search_enterprise=2BD7B806;search_network=4F5F22BC;search_riskfactor_type=eq;search_cvss_score_type=gt;search_vulnerability_age_type=day\",\r\n    \"AlertSubject\": \"Modified Subject\",\r\n    \"Contact\": \"890F7256\",\r\n    \"ContactEmail\": \"someone@beyondsecurity.com\",\r\n    \"ID\": \"588D560E\",\r\n    \"IssueEmptyAlert\": \"0\",\r\n    \"Name\": \"Modified Name\",\r\n    \"Owner\": \"0616FE56\",\r\n    \"OwnerName\": \"User 1\",\r\n    \"RecordState\": \"1\",\r\n    \"Status\": \"0\"\r\n  }\r\n}"}],"_postman_id":"58c2069f-4498-4550-bd69-9f16bd87a424"},{"name":"Return Alerts","id":"9d3e279b-8066-47d1-b7c2-8c8c853bf46b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"vulnerabilities","description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","type":"text"},{"key":"secondary","value":"alerts","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".</p>\n","type":"text"},{"key":"action","value":"returnalerts","description":"<p>The action to take. For this endpoint, the value is \"returnalerts\".</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to be used for authentication.</p>\n","type":"text"},{"key":"direction","value":"{{direction}}","description":"<p>Optional value. ex: \"down\".</p>\n","type":"text"},{"key":"order","value":"{{order}}","description":"<p>Optional value. ex: \"alertstatus\"</p>\n","type":"text"},{"key":"offset","value":"{{offset}}","description":"<p>Optional. Default is 0.</p>\n","type":"text"},{"key":"search_limit","value":"{{search_limit}}","description":"<p>Optional. Default value is 10,</p>\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"<p>The alert name, as a string value (Optional).</p>\n","type":"text"},{"key":"search_subject","value":"{{search_subject}}","description":"<p>The alert subject, as a string value (optional).</p>\n","type":"text"},{"key":"search_deleted","value":"{{search_deleted}}","description":"<p>Optional string value. the options are \"yes\" or \"no\".</p>\n","type":"text"},{"key":"search_owner","value":"{{search_owner}}","description":"<p>The ID of the owner (Optional)</p>\n","type":"text"},{"key":"search_status","value":"{{search_status}}","description":"<p>The status of the alarms to be retruned. Options are \"1\" for Enabled, or \"2\" for Disabled. An optional parameter.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns a list of alerts (as json), that were previousy created by the user and\\or the beSECURE platform.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1b354f39-0caa-4fe1-8918-fd6b95efafd1","name":"Return Alerts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"vulnerabilities","description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"","type":"text"},{"key":"secondary","value":"alerts","description":"The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".","type":"text"},{"key":"action","value":"returnalerts","description":"The action to take. For this endpoint, the value is \"returnalerts\".","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to be used for authentication","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 4,\r\n  \"data\": [\r\n    {\r\n      \"AlertStatus\": \"Disabled\",\r\n      \"ID\": \"588D560E\",\r\n      \"OwnerName\": \"superadmin\",\r\n      \"RecordState\": \"1\",\r\n      \"ShortName\": \"Modified Name\",\r\n      \"Status\": \"0\",\r\n      \"Subject\": \"Modified Subject\"\r\n    },\r\n    {\r\n      \"AlertStatus\": \"Disabled\",\r\n      \"ID\": \"6B31E870\",\r\n      \"OwnerName\": \"superadmin\",\r\n      \"RecordState\": \"1\",\r\n      \"ShortName\": \"New Alert\",\r\n      \"Status\": \"0\",\r\n      \"Subject\": \"The beSECURE system has generated an alert\"\r\n    },\r\n    {\r\n      \"AlertStatus\": \"Disabled\",\r\n      \"ID\": \"7A9D6A7C\",\r\n      \"OwnerName\": \"superadmin\",\r\n      \"RecordState\": \"1\",\r\n      \"ShortName\": \"New Alert\",\r\n      \"Status\": \"0\",\r\n      \"Subject\": \"The beSECURE system has generated an alert\"\r\n    },\r\n    {\r\n      \"AlertStatus\": \"Disabled\",\r\n      \"ID\": \"7346FFF9\",\r\n      \"OwnerName\": \"superadmin\",\r\n      \"RecordState\": \"1\",\r\n      \"ShortName\": \"New Alert\",\r\n      \"Status\": \"0\",\r\n      \"Subject\": \"The beSECURE system has generated an alert\"\r\n    }\r\n  ],\r\n  \"limit\": 10,\r\n  \"offset\": \"-1\",\r\n  \"total\": \"4\"\r\n}"}],"_postman_id":"9d3e279b-8066-47d1-b7c2-8c8c853bf46b"},{"name":"Return Available Owners","id":"e457653c-4ede-421b-9f12-ac5be9c7c4ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".</p>\n","key":"secondary","type":"text","value":"alerts"},{"description":"<p>The action to take. For this endpoint, the value is \"returnavailableowners\".</p>\n","key":"action","type":"text","value":"returnavailableowners"},{"description":"<p>The API key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns a list of the available owners (as json), along with their name and ID</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3728d085-ed79-4808-8973-f53f9e40fc00","name":"Return Available Owners","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".","key":"secondary","type":"text","value":"alerts"},{"description":"The action to take. For this endpoint, the value is \"returnavailableowners\".","key":"action","type":"text","value":"returnavailableowners"},{"description":"The API key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": [\r\n    {\r\n      \"ID\": \"79F01904\",\r\n      \"Name\": \"User 1\"\r\n    },\r\n    {\r\n      \"ID\": \"8E6D74F3\",\r\n      \"Name\": \"User 2\"\r\n    },\r\n    {\r\n      \"ID\": \"0616FE56\",\r\n      \"Name\": \"superadmin\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"e457653c-4ede-421b-9f12-ac5be9c7c4ff"},{"name":"Enable Alert","id":"f1e2dfe1-588f-4387-9b9e-2369e08dd6e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".</p>\n","key":"secondary","type":"text","value":"alerts"},{"description":"<p>The action to take. For this endpoint, the value is \"enablealert\".</p>\n","key":"action","type":"text","value":"enablealert"},{"description":"<p>The API key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The ID of the alert.</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Enable an alert (by ID)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6af0872c-ec1d-4199-ab28-ee9d4cb92423","name":"Enable Alert","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".","key":"secondary","type":"text","value":"alerts"},{"description":"The action to take. For this endpoint, the value is \"enablealert\".","key":"action","type":"text","value":"enablealert"},{"description":"The API key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The ID of the alert.","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"\r\n  \"result\": {\r\n    \"AdditionalInformation\": \" Status changed from '0' to '1' \",\r\n    \"AuditCode\": \"EE6579AD-9C6C-35F1-97B4-7027297EEC0C\",\r\n    \"Owner\": \"588D560E\",\r\n    \"OwnerType\": \"Alert\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"9C64BE05-F1B8-34A7-A1B4-54481BAF3502\"\r\n  }\r\n}"}],"_postman_id":"f1e2dfe1-588f-4387-9b9e-2369e08dd6e6"},{"name":"Disable Alert","id":"25c696f5-ce44-4643-9677-70ccf039647d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".</p>\n","key":"secondary","type":"text","value":"alerts"},{"description":"<p>The action to take. For this endpoint, the value is \"disablealert\".</p>\n","key":"action","type":"text","value":"disablealert"},{"description":"<p>The API key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The ID of the alert.</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Disable an alert (by ID)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4eb4a66b-d8a1-494b-81a0-74a6fb834201","name":"Disable Alert","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".","key":"secondary","type":"text","value":"alerts"},{"description":"The action to take. For this endpoint, the value is \"disablealert\".","key":"action","type":"text","value":"disablealert"},{"description":"The API key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The ID of the alert.","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AdditionalInformation\": \" Status changed from '1' to '0' \",\r\n    \"AuditCode\": \"EE6579AD-9C6C-35F1-97B4-7027297EEC0C\",\r\n    \"Owner\": \"588D560E\",\r\n    \"OwnerType\": \"Alert\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"9C64BE05-F1B8-34A7-A1B4-54481BAF3502\"\r\n  }\r\n}"}],"_postman_id":"25c696f5-ce44-4643-9677-70ccf039647d"},{"name":"Issue Alert","id":"2600789b-f2ca-4bb8-8ee0-f9b2b52546c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".</p>\n","key":"secondary","type":"text","value":"alerts"},{"description":"<p>The action to take. For this endpoint, the value is \"issuealert\".</p>\n","key":"action","type":"text","value":"issuealert"},{"description":"<p>The API key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The ID of the alert.</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Issue an alert (by ID)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b3622ded-8a2e-4b79-90ae-97ef1086b0ce","name":"Issue Alert","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".","key":"secondary","type":"text","value":"alerts"},{"description":"The action to take. For this endpoint, the value is \"issuealert\".","key":"action","type":"text","value":"issuealert"},{"description":"The API key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The ID of the alert.","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"Owner\": \"588D560E\",\r\n    \"OwnerType\": \"Alert\",\r\n    \"Status\": 3,\r\n    \"UserCode\": \"49B77729-43CE-3F45-BDFE-B1ED61CE7111\"\r\n  }\r\n}"}],"_postman_id":"2600789b-f2ca-4bb8-8ee0-f9b2b52546c9"},{"name":"Delete Alert","id":"a99815bc-d8ba-483d-a6f6-e8bba45b0256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".</p>\n","key":"secondary","type":"text","value":"alerts"},{"description":"<p>The action to take. For this endpoint, the value is \"delete\".</p>\n","key":"action","type":"text","value":"delete"},{"description":"<p>The API key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The ID of the alert.</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Delete an alert (by ID)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"472632d1-f0ed-4f62-a551-9f07470dc07a","name":"Delete Alert","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".","key":"secondary","type":"text","value":"alerts"},{"description":"The action to take. For this endpoint, the value is \"delete\".","key":"action","type":"text","value":"delete"},{"description":"The API key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The ID of the alert.","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"8456A31E-C8F2-31FC-B135-86EDCB4FEDE0\",\r\n    \"Owner\": \"588D560E\",\r\n    \"OwnerType\": \"Alert\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"3C77FE2A-3FAE-3A01-935D-C97D728D6085\"\r\n  }\r\n}"}],"_postman_id":"a99815bc-d8ba-483d-a6f6-e8bba45b0256"},{"name":"Undelete Alert","id":"cfd11613-3753-4fa1-8afa-3cc2505a4ef2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".</p>\n","key":"secondary","type":"text","value":"alerts"},{"description":"<p>The action to take. For this endpoint, the value is \"undelete\".</p>\n","key":"action","type":"text","value":"undelete"},{"description":"<p>The API key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The ID of the alert.</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Undelete an alert (by ID)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"24d8509b-44d8-4427-a1a0-fb0b7cf2c118","name":"Undelete Alert","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".","key":"secondary","type":"text","value":"alerts"},{"description":"The action to take. For this endpoint, the value is \"undelete\".","key":"action","type":"text","value":"undelete"},{"description":"The API key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The ID of the alert.","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"1DC31AF1-2CB3-3B63-97D4-67A8AADE0EAB\",\r\n    \"Owner\": \"588D560E\",\r\n    \"OwnerType\": \"Alert\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"39FBA490-B72E-3FA7-8334-BDB3545D9B18\"\r\n  }\r\n}"}],"_postman_id":"cfd11613-3753-4fa1-8afa-3cc2505a4ef2"},{"name":"Modify Alert","id":"15683808-b93a-4a99-8a85-991de78336a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"alerts\".</p>\n","key":"secondary","type":"text","value":"alerts"},{"description":"<p>The action to take. For this endpoint, the value is \"modify\".</p>\n","key":"action","type":"text","value":"modify"},{"description":"<p>The API key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The ID of the alert.</p>\n","key":"id","type":"text","value":"{{id}}"},{"key":"name","value":"{{name}}","description":"<p>The name of the alert.</p>\n","type":"text"},{"key":"owner","value":"{{owner}}","description":"<p>The owner's ID.</p>\n","type":"text"},{"key":"subjet","value":"{{subject}}","description":"<p>The alert's subject line.</p>\n","type":"text"},{"key":"alert_result","value":"{{alert_result}}","description":"<p>The alert's message body.</p>\n","type":"text"},{"key":"contact","value":"{{contact}}","description":"<p>The contact ID.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Modifies an existing alert</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"15683808-b93a-4a99-8a85-991de78336a5"}],"id":"1ab30c73-ac0f-438e-be28-4b8a855d0520","description":"<p>Methods related to Alerts</p>\n","_postman_id":"1ab30c73-ac0f-438e-be28-4b8a855d0520"},{"name":"Assets","item":[{"name":"Asset - Summarized","item":[{"name":"Return Hosts Per Tag","id":"c7bc8723-74b7-4129-8ea6-fca1ca9f3375","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnhostspertag"},{"description":"<p>The apikey to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The Tag ID</p>\n","key":"tag","type":"text","value":"{{tag}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns all the hosts associated to the supplied Tag</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0b3b89dc-3079-4f0d-87a8-3757bacfd91a","name":"Return Hosts Per Tag","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"assets","description":"The primary endpoint","type":"text"},{"key":"secondary","value":"summarized","description":"The secondary endpoint","type":"text"},{"key":"action","value":"returnhostspertag","description":"The action to perform","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The apikey to be used for authorization","type":"text"},{"key":"tag","value":"{{tag}}","description":"The Tag ID","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"data\": [\n        {\n            \"DNS\": \"demo.testfire.net\",\n            \"EnterpriseID\": \"01B9E560\",\n            \"High\": \"0\",\n            \"Host\": \"demo.testfire.net\",\n            \"ID\": \"9628BE7C\",\n            \"Low\": \"4\",\n            \"MAC\": \"Unknown\",\n            \"Medium\": \"5\",\n            \"NetBIOS\": \"Unknown\",\n            \"Network\": \"for bug 1190 - Incorrect Vulnerability Count\",\n            \"NetworkID\": \"641010F5\",\n            \"None\": \"7\",\n            \"OperatingSystem\": \"Unknown\",\n            \"PreviousHigh\": \"8\",\n            \"PreviousLow\": \"3\",\n            \"PreviousMedium\": \"6\",\n            \"PreviousNone\": \"7\",\n            \"PreviousScore\": \"0.20759414062500003\",\n            \"PreviousTotal\": \"17\",\n            \"Priority\": \"50\",\n            \"Risk\": \"0/5\",\n            \"ScanDate\": \"2019-10-01 00:30:30\",\n            \"Score\": \"59.04900000000001\",\n            \"Total\": \"9\"\n        }\n    ]\n}"}],"_postman_id":"c7bc8723-74b7-4129-8ea6-fca1ca9f3375"},{"name":"Return Networks","id":"e8f6c04f-3b4e-41a0-8b19-e4cd7aa81436","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnnetworks"},{"description":"<p>The apikey to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8f6c04f-3b4e-41a0-8b19-e4cd7aa81436"},{"name":"Return Summarized","id":"96e7604b-2fb9-43ae-b718-14c707af345a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnsummarized"},{"description":"<p>The apikey to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"96e7604b-2fb9-43ae-b718-14c707af345a"},{"name":"Return IPs Per Network","id":"ae7ebe93-8949-494b-a100-f600ea151f61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnipspernetwork"},{"description":"<p>The apikey to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"network","value":"{{network}}","description":"<p>The scan ID</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns all IPs and\\or Hosts associated to a given scan</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"9454cbe9-70e3-4d3f-b137-8d5e6d50fcd6","name":"Return IPs Per Network","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"assets"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"summarized"},{"description":"The action to perform","key":"action","type":"text","value":"returnipspernetwork"},{"description":"The apikey to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"network","value":"{{network}}","description":"The scan ID","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"data\": [\n        {\n            \"DNS\": \"Unknown\",\n            \"EnterpriseID\": \"7AF92CD5\",\n            \"High\": \"0\",\n            \"Host\": \"192.168.15.186\",\n            \"ID\": \"150A7B8E\",\n            \"Low\": \"0\",\n            \"MAC\": \"Unknown\",\n            \"Medium\": \"0\",\n            \"NetBIOS\": \"Unknown\",\n            \"Network\": \"23CA32EC\",\n            \"None\": \"0\",\n            \"OperatingSystem\": \"Unknown\",\n            \"Priority\": \"50\",\n            \"Risk\": \"0/0\",\n            \"Total\": \"0\"\n        }\n    ]\n}"}],"_postman_id":"ae7ebe93-8949-494b-a100-f600ea151f61"},{"name":"Return Networks Per Enterprise","id":"03ec6f5d-f5ca-4a8f-bfcf-b613b19d80f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnnetworksperenterprise"},{"description":"<p>The apikey to be used for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The Organization ID</p>\n","key":"enterprise","type":"text","value":"{{enterprise}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns all scans associated to a given organization</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"470306bc-806a-450f-a5e6-b89441797326","name":"Return Networks Per Enterprise","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"assets"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"summarized"},{"description":"The action to perform","key":"action","type":"text","value":"returnnetworksperenterprise"},{"description":"The apikey to be used for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The Organization ID","key":"enterprise","type":"text","value":"{{enterprise}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"data\": [\n        {\n            \"AffectedEnterprise\": \"Ad Hoc scans for [Ben Security]\",\n            \"AffectedNetwork\": \"Scan for 'Network Basic Input/Output System 'Name Resolution (Name Query)' DrDoS' - '2019-09-2617:57:09' using 'LSS-181'\",\n            \"Enterprise\": \"028BFCF6\",\n            \"Host\": \"87F4E6C4\",\n            \"Network\": \"7EEF06B8\"\n        }\n    ]\n}"}],"_postman_id":"03ec6f5d-f5ca-4a8f-bfcf-b613b19d80f8"}],"id":"e54e49a6-794f-4605-bd04-18912c2d1596","description":"<p>API calls, related to Asset tags</p>\n","_postman_id":"e54e49a6-794f-4605-bd04-18912c2d1596"},{"name":"Asset - Groups","item":[{"name":"Create Asset Tag","id":"55fe5f5d-0de8-4537-8245-6c01ed0261d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"assets","description":"<p>The primary endpoint</p>\n","type":"text"},{"key":"secondary","value":"groups","description":"<p>The secondary endpoint</p>\n","type":"text"},{"key":"action","value":"create","description":"<p>The action to perform</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The api key to be used for authentication</p>\n","type":"text"},{"key":"name","value":"{{name}}","description":"<p>The name of the tag</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Creates a new Asset Tag</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"9d55276c-9c50-4cf1-af2a-39e2c60aad2b","name":"Create Asset Tag","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"assets","description":"The primary endpoint","type":"text"},{"key":"secondary","value":"groups","description":"The secondary endpoint","type":"text"},{"key":"action","value":"create","description":"The action to perform","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The api key to be used for authentication","type":"text"},{"key":"name","value":"{{name}}","description":"The name of the tag","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"AuditCode\": \"F86836CF-0A3A-3104-AEBA-A07E120335B8\",\n        \"Owner\": \"DDBF6861\",\n        \"OwnerType\": \"Tag\",\n        \"Status\": 1,\n        \"UserCode\": \"8711EAC6-A199-30C8-89AA-32A34DDAA758\"\n    }\n}"}],"_postman_id":"55fe5f5d-0de8-4537-8245-6c01ed0261d6"},{"name":"Delete Asset Tag","id":"ac7f5942-26ae-449a-92d4-4d9676a09fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"groups"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"delete"},{"description":"<p>The api key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The Asset tag ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Deletes an Asset Tag</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"c266f27a-24c8-4aa2-8a43-e55ea4ecc465","name":"Delete Asset Tag","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"assets"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"groups"},{"description":"The action to perform","key":"action","type":"text","value":"delete"},{"description":"The api key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The Asset tag ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"AuditCode\": \"8456A31E-C8F2-31FC-B135-86EDCB4FEDE0\",\n        \"Code\": \"-1\",\n        \"Owner\": \"DDBF6861\",\n        \"OwnerType\": \"Tag\",\n        \"Status\": 1,\n        \"UserCode\": \"3C77FE2A-3FAE-3A01-935D-C97D728D6085\"\n    }\n}"}],"_postman_id":"ac7f5942-26ae-449a-92d4-4d9676a09fe4"},{"name":"Undelete Asset Tag","id":"9caa979c-865b-44ee-8a11-91e91494a608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"groups"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"undelete"},{"description":"<p>The api key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The Asset tag ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Undeletes an Asset Tag</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b556f6d9-df9b-4a4c-9213-935c31bf8360","name":"Undelete Asset Tag","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"assets"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"groups"},{"description":"The action to perform","key":"action","type":"text","value":"undelete"},{"description":"The api key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The Asset tag ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"AuditCode\": \"8456A31E-C8F2-31FC-B135-86EDCB4FEDE0\",\n        \"Code\": \"-1\",\n        \"Owner\": \"DDBF6861\",\n        \"OwnerType\": \"Tag\",\n        \"Status\": 1,\n        \"UserCode\": \"3C77FE2A-3FAE-3A01-935D-C97D728D6085\"\n    }\n}"}],"_postman_id":"9caa979c-865b-44ee-8a11-91e91494a608"},{"name":"Modify Asset Tag","id":"cac0b3ac-ef41-4143-a486-3c4b721d90bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"groups"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"modify"},{"description":"<p>The api key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The Asset tag ID</p>\n","key":"id","type":"text","value":"{{id}}"},{"key":"name","value":"{{name}}","description":"<p>The name of the asset tag</p>\n","type":"text"},{"key":"parent","value":"{{parent}}","description":"<p>An ID of a tag, to be set as a parent (optional)</p>\n","type":"text"},{"key":"color","value":"{{color}}","description":"<p>A Hex color code (ex: 00ffff)</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Modifies an Asset Tag</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cac0b3ac-ef41-4143-a486-3c4b721d90bb"},{"name":"Test Autmation","id":"c38d709b-ac4b-4e2a-96da-98dfb7131e1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"groups"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"testautomation"},{"description":"<p>The api key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The Asset tag ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Performs a \"dry-run\" of the tag automation rules, and returns the results</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d37f40ac-1d3d-431a-ba49-0808d2fefb57","name":"Test Autmation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"assets"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"groups"},{"description":"The action to perform","key":"action","type":"text","value":"testautomation"},{"description":"The api key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The Asset tag ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {},\n    \"log\": []\n}"}],"_postman_id":"c38d709b-ac4b-4e2a-96da-98dfb7131e1f"},{"name":"Run Autmation","id":"8e81968c-9227-44c7-8f29-1137adab4c1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"groups"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"runautomation"},{"description":"<p>The api key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The Asset tag ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Runs the tag automation rules, that were defined for the given tag.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e8af783d-b44c-4ce2-9334-ed7d618ebea7","name":"Run Autmation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"assets"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"groups"},{"description":"The action to perform","key":"action","type":"text","value":"runautomation"},{"description":"The api key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The Asset tag ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {},\n    \"log\": []\n}"}],"_postman_id":"8e81968c-9227-44c7-8f29-1137adab4c1f"},{"name":"Return Visible Scans","id":"cba605e0-b8f1-4b47-9193-5cda4e355e60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"groups"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"visiblescans"},{"description":"<p>The api key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retuns all the scans visible to the user (based on the apikey used)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"43d65033-ada0-4222-8d20-b2971cb5a0c4","name":"Return Visible Scans","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"assets"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"groups"},{"description":"The action to perform","key":"action","type":"text","value":"visiblescans"},{"description":"The api key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"bdaa3f67-5b58-4bfe-b425-86a646cf2e8a","name":"Return Visible Scans","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"assets"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"groups"},{"description":"The action to perform","key":"action","type":"text","value":"visiblescans"},{"description":"The api key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"01B9E560\": {\n            \"Name\": \"Daily Test\",\n            \"Networks\": [\n                {\n                    \"ID\": \"3DDF7350\",\n                    \"Name\": \"Name1\"\n                },\n                {\n                    \"ID\": \"641010F5\",\n                    \"Name\": \"Name2\"\n                },\n                {\n                    \"ID\": \"C5EEBD7F\",\n                    \"Name\": \"Name3\"\n                },\n                {\n                    \"ID\": \"A1699CEB\",\n                    \"Name\": \"Test\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"cba605e0-b8f1-4b47-9193-5cda4e355e60"},{"name":"Return Visible Organizations","id":"4e2545f8-b7c6-4c62-aa9d-4c623a43854d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"groups"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"visibleorganizations"},{"description":"<p>The api key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retuns all the organizations visible to the user (based on the apikey used)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e2545f8-b7c6-4c62-aa9d-4c623a43854d"},{"name":"Return Tag Details","id":"63410346-c7de-4f14-98b1-6e7e11309a0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"groups"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returntagdetails"},{"description":"<p>The api key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The Asset tag ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retuns details of a given asset tag</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"63410346-c7de-4f14-98b1-6e7e11309a0f"},{"name":"Return Tags","id":"82a1e968-6371-4a22-b9d7-f9003804cc9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"groups"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returntags"},{"description":"<p>The api key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"order","value":"{{order}}","description":"<p>The name of the column to sort by (ex: name)</p>\n","type":"text"},{"key":"direction","value":"{{direction}}","description":"<p>The direction in which to sort by (ex: up)</p>\n","type":"text"},{"key":"search_limit","value":"{{search_limit}}","description":"<p>The number of results to be returned (default value is 10)</p>\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"<p>Optional value, in case you want to search for spesific string in the tag's name</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retuns the details of all asset tags, that matches the given search criteria</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f2598fc1-8abf-48d4-b7f6-35aa1c84c043","name":"Return Tags","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"assets"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"groups"},{"description":"The action to perform","key":"action","type":"text","value":"returntags"},{"description":"The api key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"order","value":"{{order}}","description":"The name of the column to sort by (ex: name)","type":"text"},{"key":"direction","value":"{{direction}}","description":"The direction in which to sort by (ex: up)","type":"text"},{"key":"search_limit","value":"{{search_limit}}","description":"The number of results to be returned (default value is 10)","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"Optional value, in case you want to search for spesific string in the tag's name","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 0,\n    \"data\": [],\n    \"limit\": 10,\n    \"offset\": 0,\n    \"order\": [\n        \"up\"\n    ],\n    \"sort\": [\n        \"name\"\n    ],\n    \"total\": 0\n}"}],"_postman_id":"82a1e968-6371-4a22-b9d7-f9003804cc9e"}],"id":"7219e757-10f9-4299-8a27-633410fa38f0","_postman_id":"7219e757-10f9-4299-8a27-633410fa38f0","description":""},{"name":"Assets - List","item":[{"name":"Return Comment","id":"62b31e5f-4e2d-4f71-9556-92d0d5f21120","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"list"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returncomment"},{"description":"<p>The api key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"network","value":"{{network}}","description":"<p>Scan ID</p>\n","type":"text"},{"key":"host","value":"{{host}}","description":"<p>Host ID</p>\n","type":"text"},{"key":"port","value":"{{port}}","description":"<p>Port Number</p>\n","type":"text"},{"key":"proto","value":"{{proto}}","description":"<p>Protocol</p>\n","type":"text"},{"key":"comment","value":"{{comment}}","description":"<p>Text string</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Return the current Comment for the host / port / protocol</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d55cd057-087d-4256-bf8d-4a8f3e647fc4","name":"Return Comment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"assets"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"list"},{"description":"The action to perform","key":"action","type":"text","value":"returncomment"},{"description":"The api key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"network","value":"{{network}}","description":"Scan ID","type":"text"},{"key":"host","value":"{{host}}","description":"Host ID","type":"text"},{"key":"port","value":"{{port}}","description":"Port Number","type":"text"},{"key":"proto","value":"{{proto}}","description":"Protocol","type":"text"},{"key":"comment","value":"{{comment}}","description":"Text string","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"62b31e5f-4e2d-4f71-9556-92d0d5f21120"},{"name":"Change Comment","id":"a1059620-ded4-4187-b7ab-c09e7fd6314f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"list"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"changecomment"},{"description":"<p>The api key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>Scan ID</p>\n","key":"network","type":"text","value":"{{network}}"},{"description":"<p>Host ID</p>\n","key":"host","type":"text","value":"{{host}}"},{"description":"<p>Port Number</p>\n","key":"port","type":"text","value":"{{port}}"},{"description":"<p>Protocol</p>\n","key":"proto","type":"text","value":"{{proto}}"},{"description":"<p>Text string</p>\n","key":"comment","type":"text","value":"{{comment}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Change or create a current Comment for the host / port / protocol</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"aacf9876-c526-45a3-966b-f1d2d5ac9856","name":"Change Comment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"assets"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"list"},{"description":"The action to perform","key":"action","type":"text","value":"changecomment"},{"description":"The api key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"Scan ID","key":"network","type":"text","value":"{{network}}"},{"description":"Host ID","key":"host","type":"text","value":"{{host}}"},{"description":"Port Number","key":"port","type":"text","value":"{{port}}"},{"description":"Protocol","key":"proto","type":"text","value":"{{proto}}"},{"description":"Text string","key":"comment","type":"text","value":"{{comment}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a1059620-ded4-4187-b7ab-c09e7fd6314f"},{"name":"Change Contact","id":"af60a428-3f45-4f66-b0af-eef36dd3319a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"list"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"changecontact"},{"description":"<p>The api key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>Scan ID</p>\n","key":"network","type":"text","value":"{{network}}"},{"description":"<p>Host ID</p>\n","key":"host","type":"text","value":"{{host}}"},{"description":"<p>Contact ID</p>\n","key":"contact","type":"text","value":"{{contact}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Change the current or create a Contact for the host</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"980a0418-c690-429c-b252-f62c8354bef1","name":"Change Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"assets"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"list"},{"description":"The action to perform","key":"action","type":"text","value":"changecontact"},{"description":"The api key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"Scan ID","key":"network","type":"text","value":"{{network}}"},{"description":"Host ID","key":"host","type":"text","value":"{{host}}"},{"description":"Contact ID","key":"contact","type":"text","value":"{{contact}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"af60a428-3f45-4f66-b0af-eef36dd3319a"},{"name":"Return Contacts","id":"6532bed2-88fb-4dc3-a057-b0448b249c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"list"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returncontacts"},{"description":"<p>The api key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>Scan ID</p>\n","key":"network","type":"text","value":"{{network}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns a list of contacts that the Host is visible to</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"18535b5a-ea8e-47a8-a627-b74cc6c44d19","name":"Return Contacts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"assets"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"list"},{"description":"The action to perform","key":"action","type":"text","value":"returncontacts"},{"description":"The api key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"Scan ID","key":"network","type":"text","value":"{{network}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6532bed2-88fb-4dc3-a057-b0448b249c41"},{"name":"Return Log Entries","id":"4442725e-1160-4324-8886-70b0fb8eeacb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"assets"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"list"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnlogentries"},{"description":"<p>The api key to be used for authentication</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>Scan ID</p>\n","key":"network","type":"text","value":"{{network}}"},{"key":"host","value":"{{host}}","description":"<p>Host ID</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retuns the log entries</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"c2f10952-6762-4627-a3c3-2f2ded39aa56","name":"Return Log Entries","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"assets"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"list"},{"description":"The action to perform","key":"action","type":"text","value":"returnlogentries"},{"description":"The api key to be used for authentication","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"Scan ID","key":"network","type":"text","value":"{{network}}"},{"description":"Host ID","key":"host","type":"text","value":"{{host}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4442725e-1160-4324-8886-70b0fb8eeacb"}],"id":"770b6676-7959-4524-b760-ec9cb0ef2bc8","_postman_id":"770b6676-7959-4524-b760-ec9cb0ef2bc8","description":""}],"id":"be3f3abe-5a1d-4975-a66c-e68f61e83809","description":"<p>Methods related to asset tags</p>\n","_postman_id":"be3f3abe-5a1d-4975-a66c-e68f61e83809"},{"name":"Credential Storage","item":[{"name":"Return Credetials Storages","id":"9fe929fb-e001-40b0-8a09-f36a4133e8ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>Secondary endpoint</p>\n","key":"secondary","type":"text","value":"credentialsstorages"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returncredentialsstorages"},{"description":"<p>The API key to use for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The name of a column to order by (Example: \"name\")</p>\n","key":"order","type":"text","value":"{{order}}"},{"key":"direction","value":"{{direction}}","description":"<p>The direction in which to return the results (example: \"up\")</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Return the details of all Credetial Storages</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"77e35d29-c941-4080-80b7-5db834d36ab2","name":"Return Credetials Storages","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Primary endpoint","key":"primary","type":"text","value":"admin"},{"description":"Secondary endpoint","key":"secondary","type":"text","value":"credentialsstorages"},{"description":"The action to perform","key":"action","type":"text","value":"returncredentialsstorages"},{"description":"The API key to use for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The name of a column to order by (Example: \"name\")","key":"order","type":"text","value":"{{order}}"},{"key":"direction","value":"{{direction}}","description":"The direction in which to return the results (example: \"up\")","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10,\n    \"data\": [\n        {\n            \"ID\": \"86EBEC11\",\n            \"LongName\": \"\",\n            \"Name\": \"1534\",\n            \"RecordState\": \"1\",\n            \"UsedAmount\": \"0\"\n        }\n            ],\n    \"total\": \"18\"\n}"}],"_postman_id":"9fe929fb-e001-40b0-8a09-f36a4133e8ce"},{"name":"Return Credetial Storage Details","id":"131034c2-83fc-4582-8412-0fbfaa52eccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>Secondary endpoint</p>\n","key":"secondary","type":"text","value":"credentialsstorages"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returncredentialsstoragedetails"},{"description":"<p>The API key to use for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"id","value":"{{id}}","description":"<p>The credentail storage ID</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Return the details of a given credetial storage</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0960683b-ee7f-4810-981c-ed4a0495d95b","name":"Return Credetial Storage Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Primary endpoint","key":"primary","type":"text","value":"admin"},{"description":"Secondary endpoint","key":"secondary","type":"text","value":"credentialsstorages"},{"description":"The action to perform","key":"action","type":"text","value":"returncredentialsstoragedetails"},{"description":"The API key to use for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"id","value":"{{id}}","description":"The credentail storage ID","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"Assigned\": [],\n        \"AssignedUsedBy\": [],\n        \"Available\": [\n            {\n                \"Associated\": \"0\",\n                \"ID\": \"A850E5D9\",\n                \"Name\": \"\"\n            }\n        ],\n        \"Credentials\": {\n            \"CyberArk\": {\n                \"AppID\": \"\",\n                \"FQDN\": \"\",\n                \"Query\": \"\",\n                \"Serial\": \"\"\n            },\n            \"StorageLocation\": \"cyberark\"\n        },\n        \"ID\": \"86EBEC11\",\n        \"LongName\": \"\",\n        \"Name\": \"1534\",\n        \"RecordState\": \"1\",\n        \"UsedAmount\": \"0\"\n    }\n}"}],"_postman_id":"131034c2-83fc-4582-8412-0fbfaa52eccc"}],"id":"f22f4369-f57a-4523-a564-9178d8b21a01","description":"<p>API calls related to Credetial Storage</p>\n","_postman_id":"f22f4369-f57a-4523-a564-9178d8b21a01"},{"name":"Home","item":[{"name":"Dashboards","item":[{"name":"Return Dashboards","id":"bf6438f1-9c18-456d-ad36-4bb0be324140","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":"dashboard"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returndashboards"},{"description":"<p>The API key to use for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns information of all the dashboards</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f8bd12d0-bd26-4a69-8319-bc4169fe927e","name":"Return Dashboards","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Primary endpoint","key":"primary","type":"text","value":"dashboard"},{"description":"The action to perform","key":"action","type":"text","value":"returndashboards"},{"description":"The API key to use for authorization","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"dashboards\": [\n        {\n            \"category\": \"chart\",\n            \"id\": \"75E89216\",\n            \"name\": \"Affected%20Host%20Count%20Trend%20qa\",\n            \"object_id\": \"8F31EDBF\",\n            \"object_type\": \"tag\",\n            \"type\": \"affectedhoststrend\",\n            \"width\": \"2\"\n        },\n        {\n            \"category\": \"chart\",\n            \"id\": \"9DBD639A\",\n            \"name\": \"Lowest%20Score%20Host%28s%29%20qa\",\n            \"object_id\": \"8F31EDBF\",\n            \"object_type\": \"tag\",\n            \"type\": \"tophostvulnscore\",\n            \"width\": \"2\"\n        },\n        {\n            \"category\": \"chart\",\n            \"id\": \"F0D00001\",\n            \"name\": \"Most%20Vulnerable%20Host%28s%29%20qa\",\n            \"object_id\": \"8F31EDBF\",\n            \"object_type\": \"tag\",\n            \"type\": \"tophostvuln\",\n            \"width\": \"2\"\n        },\n        {\n            \"category\": \"chart\",\n            \"id\": \"7EF7BE2E\",\n            \"name\": \"Risk%20Distribution%20qa\",\n            \"object_id\": \"8F31EDBF\",\n            \"object_type\": \"tag\",\n            \"type\": \"vulnpie\",\n            \"width\": \"2\"\n        }\n    ]\n}"}],"_postman_id":"bf6438f1-9c18-456d-ad36-4bb0be324140"},{"name":"Return Latest Tests","id":"64adfe2d-5c60-4886-9393-ffcd4845f5d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":"dashboard"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"latesttests"},{"description":"<p>The API key to use for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"order","value":"{{order}}","description":"<p>The name of the column, to sort by (Optional)</p>\n","type":"text"},{"key":"direction","value":"{{direction}}","description":"<p>The sort sirection (ex: down), Optional.</p>\n","type":"text"},{"key":"limit","value":"{{limit}}","description":"<p>The number of results to return (default is 100)</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns information about the latests tests, added to the system</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6e9ab553-9a54-4a53-9793-e1555e95bab8","name":"Return Latest Tests","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Primary endpoint","key":"primary","type":"text","value":"dashboard"},{"description":"The action to perform","key":"action","type":"text","value":"latesttests"},{"description":"The API key to use for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"order","value":"{{order}}","description":"The name of the column, to sort by (Optional)","type":"text"},{"key":"direction","value":"{{direction}}","description":"The sort sirection (ex: down), Optional.","type":"text"},{"key":"limit","value":"{{limit}}","description":"The number of results to return (default is 100)","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 100,\n    \"data\": [\n        {\n            \"Added\": \"2019-10-24\",\n            \"Category\": \"Policy Checks\",\n            \"Language\": \"English\",\n            \"LanguageID\": \"2\",\n            \"Modified\": \"2019-10-24\",\n            \"Name\": \"Foxit Reader Running Version Prior to 9.7.0\",\n            \"Revision\": \"1\",\n            \"RiskFactor\": \"Medium\",\n            \"Summary\": \"Multiple vulnerabilities have been found in Foxit Reader:\\n * An exploitable memory corruption vulnerability exists in the JavaScript engine of Foxit Software's Foxit PDF Reader, version 9.4.1.16828. A specially crafted PDF document can trigger an out-of-memory condition which isn't handled properly, resulting in arbitrary code execution. An attacker needs to trick the user to open the malicious file to trigger this vulnerability. If the browser plugin extension is enabled, visiting a malicious site can also trigger the vulnerability.\\n\\n * Foxit Reader 9.6.0.25114 and earlier has two unique RecursiveCall bugs involving 3 functions exhausting available stack memory because of Uncontrolled Recursion in the V8 JavaScript engine (issue 1 of 2).\\n\\n * Foxit Reader 9.6.0.25114 and earlier has two unique RecursiveCall bugs involving 3 functions exhausting available stack memory because of Uncontrolled Recursion in the V8 JavaScript engine (issue 2 of 2).\\n\\n * Foxit Reader before 9.7 allows an Access Violation and crash if insufficient memory exists.\\n\\n$OUTPUT\",\n            \"TestID\": \"20093\",\n            \"TestType\": \"Attack\"\n        }\n    ],\n    \"limit\": \"100\",\n    \"offset\": 0,\n    \"total\": \"14431\"\n}"}],"_postman_id":"64adfe2d-5c60-4886-9393-ffcd4845f5d0"}],"id":"4ddb417c-5a49-4c34-8bed-9783413ea668","description":"<p>API calls related to the Dashboard Widgets</p>\n","_postman_id":"4ddb417c-5a49-4c34-8bed-9783413ea668"}],"id":"d4a38b83-25dc-47a1-b512-0512966908ad","_postman_id":"d4a38b83-25dc-47a1-b512-0512966908ad","description":""},{"name":"IS (Management  \\ Information Server)","item":[{"name":"Return MSes","id":"38d09a4b-b122-4222-866e-5990f28592e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>Secondary endpoint</p>\n","key":"secondary","type":"text","value":"mses"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnmses"},{"description":"<p>The API key to use for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns information about the ISes</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38d09a4b-b122-4222-866e-5990f28592e8"},{"name":"Return MS Details","id":"a4ceda6b-44f6-400a-b872-0a4f129342b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>Secondary endpoint</p>\n","key":"secondary","type":"text","value":"mses"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnmsdetails"},{"description":"<p>The API key to use for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"id","value":"{{id}}","description":"<p>The IS ID</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns information about a given IS (by ID)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4ceda6b-44f6-400a-b872-0a4f129342b5"}],"id":"0cc6585a-dcc1-4ba4-b407-0aebd45a9938","description":"<p>API calls related to the IS</p>\n","_postman_id":"0cc6585a-dcc1-4ba4-b407-0aebd45a9938"},{"name":"Licences","item":[{"name":"Return licenses","id":"47f29b00-ad38-45a9-8c73-5627e63a8164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, value is \"admin\"</p>\n","type":"text"},{"key":"secondary","value":"licenses","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"licenses\"</p>\n","type":"text"},{"key":"action","value":"returnlicenses","description":"<p>The action to take. For this endpoint, the value is \"returnlicenses\".</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"order","value":"{{order}}","description":"<p>The parameter to sort by. Example: Name</p>\n","type":"text"},{"key":"direction","value":"{{direction}}","description":"<p>The direction in which to sort the results. Values are \"up\" (ascending) and \"down\" (descending).</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the details of all licenses issued for the organization</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a009a6ea-15aa-4187-a8af-c2384e57f92b","name":"Return licenses","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, value is \"admin\"","type":"text"},{"key":"secondary","value":"licenses","description":"The subsection of the interface you want to access. For this endpoint, the value is \"licenses\"","type":"text"},{"key":"action","value":"returnlicenses","description":"The action to take. For this endpoint, the value is \"returnlicenses\".","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.","type":"text"},{"key":"order","value":"{{order}}","description":"The parameter to sort by. Example: Name\n","type":"text"},{"key":"direction","value":"{{direction}}","description":"The direction in which to sort the results. Values are \"up\" (ascending) and \"down\" (descending).\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 4,\r\n  \"data\": [\r\n    {\r\n      \"ActivationDate\": \"2018-06-05\",\r\n      \"Consumed\": 1627,\r\n      \"Enterprise\": null,\r\n      \"EnterpriseName\": \"-\",\r\n      \"ExpirationDate\": \"2020-09-26\",\r\n      \"ID\": \"4E86CF77\",\r\n      \"LongName\": \"\",\r\n      \"Name\": \"Default\",\r\n      \"Quantity\": 6497,\r\n      \"RecordState\": \"1\",\r\n      \"Remaining\": 4870,\r\n      \"ServerID\": \"102195\"\r\n    },\r\n    {\r\n      \"ActivationDate\": \"2018-04-16\",\r\n      \"Consumed\": 82,\r\n      \"Enterprise\": \"5A7A3EB7\",\r\n      \"EnterpriseName\": \"Demo Org\",\r\n      \"ExpirationDate\": \"2020-09-26\",\r\n      \"ID\": \"f6c1562f\",\r\n      \"LongName\": \"\",\r\n      \"Name\": \"Demo License\",\r\n      \"Quantity\": 1184,\r\n      \"RecordState\": \"1\",\r\n      \"Remaining\": 1102,\r\n      \"ServerID\": \"102195\"\r\n    },\r\n    {\r\n      \"ActivationDate\": \"2018-06-05\",\r\n      \"Consumed\": 0,\r\n      \"Enterprise\": \"D6060E04\",\r\n      \"EnterpriseName\": \"Org 1\",\r\n      \"ExpirationDate\": \"2019-09-30\",\r\n      \"ID\": \"9FF2B8E1\",\r\n      \"LongName\": \"Split from: 4E86CF77\",\r\n      \"Name\": \"Org 1 License\",\r\n      \"Quantity\": 10,\r\n      \"RecordState\": \"1\",\r\n      \"Remaining\": 10,\r\n      \"ServerID\": \"102195\"\r\n    },\r\n    {\r\n      \"ActivationDate\": \"2018-06-05\",\r\n      \"Consumed\": 1,\r\n      \"Enterprise\": \"021DD56B\",\r\n      \"EnterpriseName\": \"Org2 Office\",\r\n      \"ExpirationDate\": \"2020-09-26\",\r\n      \"ID\": \"4686E06B\",\r\n      \"LongName\": \"Split from: 4E86CF77\",\r\n      \"Name\": \"Org 2 License\",\r\n      \"Quantity\": 1,\r\n      \"RecordState\": \"1\",\r\n      \"Remaining\": 0,\r\n      \"ServerID\": \"102195\"\r\n    }\r\n  ],\r\n  \"total\": \"4\"\r\n}"}],"_postman_id":"47f29b00-ad38-45a9-8c73-5627e63a8164"},{"name":"Return License Details","id":"68b833a8-886e-4258-a6e0-549f48f6981e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"admin\"</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"licenses\"</p>\n","key":"secondary","type":"text","value":"licenses"},{"description":"<p>The action to take. For this endpoint, the value is \"returnlicensedetails\".</p>\n","key":"action","type":"text","value":"returnlicensedetails"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The license ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the details of a given license (by ID)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"96fd0b72-4c6d-4f55-b574-3490b0ee5f07","name":"Return License Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"admin\"","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"licenses\"","key":"secondary","type":"text","value":"licenses"},{"description":"The action to take. For this endpoint, the value is \"returnlicensedetails\".","key":"action","type":"text","value":"returnlicensedetails"},{"description":"The API key to use for authorization.","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The license ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"data\": {\r\n  \"ActivationDate\": \"2018-06-05\",\r\n  \"Assigned\": [],\r\n  \"Available\": [\r\n     {\r\n        \"Associated\": \"0\",\r\n        \"ID\": \"38B742E0\",\r\n        \"Name\": \"User 1\"\r\n     },\r\n     {\r\n        \"Associated\": \"0\",\r\n        \"ID\": \"7FAA2701\",\r\n        \"Name\": \"User 2\"\r\n     },\r\n  ],\r\n  \"CloudSystem\": 0,\r\n  \"Consumed\": 1,\r\n  \"Contact\": null,\r\n  \"ContactEmail\": null,\r\n  \"ContactName\": null,\r\n  \"Enterprise\": \"021DD56B\",\r\n  \"ExpirationDate\": \"2020-09-26\",\r\n  \"Fingerprint\": \"4686E06B-5d32f1f4450e322d80ba59b\",\r\n  \"ID\": \"4686E06B\",\r\n  \"LongName\": \"Split from: 4E86CF77\",\r\n  \"Name\": \"Org 2\",\r\n  \"Quantity\": 1,\r\n  \"RecordState\": \"1\",\r\n  \"Remaining\": 0,\r\n  \"Split\": \"1\"\r\n   }\r\n}"}],"_postman_id":"68b833a8-886e-4258-a6e0-549f48f6981e"},{"name":"Merge Split","id":"8e5c3ff5-d574-4141-a93a-803b146ba000","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"admin\"</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"licenses\"</p>\n","key":"secondary","type":"text","value":"licenses"},{"description":"<p>The action to take. For this endpoint, the value is \"mergesplit\".</p>\n","key":"action","type":"text","value":"mergesplit"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The license ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Merges a split license with it's parent license</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"fe2c0bda-759d-4ca8-8380-42da99454156","name":"Merge Split","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"admin\"","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"licenses\"","key":"secondary","type":"text","value":"licenses"},{"description":"The action to take. For this endpoint, the value is \"mergesplit\".","key":"action","type":"text","value":"mergesplit"},{"description":"The API key to use for authorization.","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The license ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AdditionalInformation\": \"\",\r\n    \"AuditCode\": \"8456A31E-C8F2-31FC-B135-86EDCB4FEDE0\",\r\n    \"Owner\": \"BEAB1846\",\r\n    \"OwnerType\": \"License\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"3C77FE2A-3FAE-3A01-935D-C97D728D6085\"\r\n  }\r\n}"}],"_postman_id":"8e5c3ff5-d574-4141-a93a-803b146ba000"},{"name":"Update Split","id":"aa3da0bb-257b-46d5-b54f-136d7b5de50b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"admin\"</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"licenses\"</p>\n","key":"secondary","type":"text","value":"licenses"},{"description":"<p>The action to take. For this endpoint, the value is \"updatesplit\".</p>\n","key":"action","type":"text","value":"updatesplit"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The license ID</p>\n","key":"id","type":"text","value":"{{id}}"},{"description":"<p>The date in which the licnese will expire.</p>\n","key":"expiration","type":"text","value":"{{expiration}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Updates the splited license's expiration date.The expiration date cannot exeeds the parent license's expiration date.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa3da0bb-257b-46d5-b54f-136d7b5de50b"},{"name":"Return Scanner Consumption","id":"635447ca-63b9-4c9b-ab97-d5dd1a491756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"admin\"</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"licenses\"</p>\n","key":"secondary","type":"text","value":"licenses"},{"description":"<p>The action to take. For this endpoint, the value is \"returnscannerconsumption\".</p>\n","key":"action","type":"text","value":"returnscannerconsumption"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The license ID</p>\n","key":"id","type":"text","value":"{{id}}"},{"key":"search_limit","value":"{{search_limit}}","description":"<p>The number of objects to return.</p>\n","type":"text"},{"key":"order","value":"{{order}}","description":"<p>The parameter to sort on, as a parameter name.</p>\n","type":"text"},{"key":"direction","value":"{{direction}}","description":"<p>The direction in which to sort the results. Values are \"up\" (ascending) and \"down\" (descending).</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Return details about the license consumption (which scanners were used, which hosts were scanned, etc.).</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8971dfac-636c-4751-b0f9-4e7a431d0751","name":"Return Scanner Consumption","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"admin\"","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"licenses\"","key":"secondary","type":"text","value":"licenses"},{"description":"The action to take. For this endpoint, the value is \"returnscannerconsumption\".","key":"action","type":"text","value":"returnscannerconsumption"},{"description":"The API key to use for authorization.","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The license ID","key":"id","type":"text","value":"{{id}}"},{"key":"search_limit","value":"{{search_limit}}","description":"The number of objects to return.\n","type":"text"},{"key":"order","value":"{{order}}","description":"The parameter to sort on, as a parameter name.\n","type":"text"},{"key":"direction","value":"{{direction}}","description":"The direction in which to sort the results. Values are \"up\" (ascending) and \"down\" (descending).\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": [\r\n    {\r\n      \"Consumed\": \"1\",\r\n      \"Enterprise\": \"021DD56B\",\r\n      \"HostList\": \"example.com\",\r\n      \"ID\": \"956AABC3\",\r\n      \"LicenseID\": \"4686E06B\",\r\n      \"LicenseName\": \"Org 2\",\r\n      \"Name\": \"Sample Scanner\"\r\n    }\r\n  ],\r\n  \"total\": \"1\"\r\n}"}],"_postman_id":"635447ca-63b9-4c9b-ab97-d5dd1a491756"},{"name":"Modify License","id":"bd0500d8-10e9-42ae-bf7c-0ad591cc6c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"admin\"</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"licenses\"</p>\n","key":"secondary","type":"text","value":"licenses"},{"description":"<p>The action to take. For this endpoint, the value is \"modify\".</p>\n","key":"action","type":"text","value":"modify"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The license ID</p>\n","key":"id","type":"text","value":"{{id}}"},{"description":"<p>The name of the license.</p>\n","key":"license_name","type":"text","value":"{{license_name}}"},{"description":"<p>The license key.</p>\n","key":"license_key","type":"text","value":"{{license_key}}"},{"description":"<p>optional text that will be shown in the comment box.</p>\n","key":"license_longname","type":"text","value":"{{license_longname}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Modifies the license details</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e60230ce-113e-4f4d-b512-5f59de230828","name":"Modify License","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"admin\"","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"licenses\"","key":"secondary","type":"text","value":"licenses"},{"description":"The action to take. For this endpoint, the value is \"modify\".","key":"action","type":"text","value":"modify"},{"description":"The API key to use for authorization.","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The license ID","key":"id","type":"text","value":"{{id}}"},{"description":"The name of the license.\n","key":"license_name","type":"text","value":"{{license_name}}"},{"description":"The license key.\n","key":"license_key","type":"text","value":"{{license_key}}"},{"description":"optional text that will be shown in the comment box.\n","key":"license_longname","type":"text","value":"{{license_longname}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AdditionalInformation\": \" LongName changed from 'split from: 31F4F8A0' to 'Split from: 31F4F8A0' \",\r\n    \"AuditCode\": \"EE6579AD-9C6C-35F1-97B4-7027297EEC0C\",\r\n    \"Owner\": \"84A8A24F\",\r\n    \"OwnerType\": \"License\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"9C64BE05-F1B8-34A7-A1B4-54481BAF3502\"\r\n  }\r\n}"}],"_postman_id":"bd0500d8-10e9-42ae-bf7c-0ad591cc6c47"},{"name":"Split License","id":"ec237a95-552c-4b50-b24c-02d694dad461","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"admin\"</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"licenses\"</p>\n","key":"secondary","type":"text","value":"licenses"},{"description":"<p>The action to take. For this endpoint, the value is \"split\".</p>\n","key":"action","type":"text","value":"split"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The license ID</p>\n","key":"id","type":"text","value":"{{id}}"},{"key":"expiration","value":"{{expiration}}","description":"<p>The date in which the licnese will expire.</p>\n","type":"text"},{"description":"<p>The name to be given to the new license.</p>\n","key":"name","type":"text","value":"{{name}}"},{"description":"<p>The organization ID to which the license will be assigned.</p>\n","key":"organization","type":"text","value":"{{organization}}"},{"description":"<p>The amount of hosts\\IPs to be assigned to the new license (This amount will be deducted\\reduced from the main\\parent license).</p>\n","key":"amount","type":"text","value":"{{amount}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Splits the main license and creates a new license (Which needs to be assigned to an organization).</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"295d5e98-27d0-43a4-a20c-ea7192e51619","name":"Split License","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"admin\"","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"licenses\"","key":"secondary","type":"text","value":"licenses"},{"description":"The action to take. For this endpoint, the value is \"split\".","key":"action","type":"text","value":"split"},{"description":"The API key to use for authorization.","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The license ID","key":"id","type":"text","value":"{{id}}"},{"key":"expiration","value":"{{expiration}}","description":"The date in which the licnese will expire.\n","type":"text"},{"description":"The name to be given to the new license.\n","key":"name","type":"text","value":"{{name}}"},{"description":"The organization ID to which the license will be assigned.\n","key":"organization","type":"text","value":"{{organization}}"},{"description":"The amount of hosts\\IPs to be assigned to the new license (This amount will be deducted\\reduced from the main\\parent license).\n","key":"amount","type":"text","value":"{{amount}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"F86836CF-0A3A-3104-AEBA-A07E120335B8\",\r\n    \"Owner\": \"BEAB1846\",\r\n    \"OwnerType\": \"License\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"24E199C1-1652-35D9-B435-40EEFF59DF96\"\r\n  }\r\n}"}],"_postman_id":"ec237a95-552c-4b50-b24c-02d694dad461"}],"id":"7ed74781-246a-41d2-869a-e759a16f61d3","description":"<p>Methods relates to licenses</p>\n","_postman_id":"7ed74781-246a-41d2-869a-e759a16f61d3"},{"name":"Logo","item":[{"name":"Return Logos","id":"0099ac19-afa4-4e55-8c85-7abef69769bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>Secondary endpoint</p>\n","key":"secondary","type":"text","value":"mylogo"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnlogos"},{"description":"<p>The API key to use for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns information of the logos saved in the system</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"457df1c0-c8fa-4f0c-9c19-063f86435594","name":"Return Logos","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Primary endpoint","key":"primary","type":"text","value":"admin"},{"description":"Secondary endpoint","key":"secondary","type":"text","value":"mylogo"},{"description":"The action to perform","key":"action","type":"text","value":"returnlogos"},{"description":"The API key to use for authorization","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 4,\n    \"data\": [\n        {\n            \"LogoID\": \"B703FC1C\",\n            \"Name\": \"Whale\",\n            \"RecordState\": \"1\",\n            \"Type\": \"image/gif\"\n        },\n        {\n            \"LogoID\": \"E3D542BD\",\n            \"Name\": \"OWL\",\n            \"RecordState\": \"1\",\n            \"Type\": \"image/gif\"\n        },\n        {\n            \"LogoID\": \"F1E6585F\",\n            \"Name\": \"TEST\",\n            \"RecordState\": \"1\",\n            \"Type\": \"image/jpeg\"\n        },\n        {\n            \"LogoID\": \"FD7B422A\",\n            \"Name\": \"Bug\",\n            \"RecordState\": \"1\",\n            \"Type\": \"image/svg+xml\"\n        }\n    ],\n    \"total\": \"4\"\n}"}],"_postman_id":"0099ac19-afa4-4e55-8c85-7abef69769bd"},{"name":"Return Logo Details","id":"bc74e626-cefb-4163-868e-3ea151c2d50d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>Secondary endpoint</p>\n","key":"secondary","type":"text","value":"mylogo"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnlogodetails"},{"description":"<p>The API key to use for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"id","value":"{{id}}","description":"<p>The logo ID</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns information of a selected logo</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"485f04c0-017b-4dce-b33e-b86105da291f","name":"Return Logo Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Primary endpoint","key":"primary","type":"text","value":"admin"},{"description":"Secondary endpoint","key":"secondary","type":"text","value":"mylogo"},{"description":"The action to perform","key":"action","type":"text","value":"returnlogodetails"},{"description":"The API key to use for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"id","value":"{{id}}","description":"The logo ID","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"Assigned\": [\n            {\n                \"Associated\": \"1\",\n                \"ID\": \"2D6B0B46\",\n                \"Name\": \"\"\n            }\n        ],\n        \"Associated\": [\n            {\n                \"ID\": \"028BFCF6\",\n                \"Name\": \"Ad Hoc scans\",\n                \"RecordState\": \"1\"\n            }\n        ],\n        \"Available\": [\n            {\n                \"Associated\": \"0\",\n                \"ID\": \"A850E5D9\",\n                \"Name\": \"test\"\n            }\n        ],\n        \"Data\": \"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\\n\",\n        \"ID\": \"B703FC1C\",\n        \"Name\": \"Whale\",\n        \"RecordState\": \"1\",\n        \"Type\": \"image/gif\"\n    }\n}"}],"_postman_id":"bc74e626-cefb-4163-868e-3ea151c2d50d"}],"id":"cd61840f-bee1-40a1-981a-d00084296781","description":"<p>API calls related to Logos</p>\n","_postman_id":"cd61840f-bee1-40a1-981a-d00084296781"},{"name":"Maintenance","item":[{"name":"Get RPC Status","id":"08ccdb4b-1f36-4cf8-91ea-f148d35d1a15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","type":"text"},{"key":"secondary","value":"maintenance","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.</p>\n","type":"text"},{"key":"action","value":"getrpcstatus","description":"<p>The action to take. For this endpoint, the value is \"getrpcstatus\". Example: getrpcstatus.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the status of the RPC service</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1451e45e-f9e0-4c61-879d-a4f2647e4f98","name":"Get RPC Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","type":"text"},{"key":"secondary","value":"maintenance","description":"The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.\n","type":"text"},{"key":"action","value":"getrpcstatus","description":"The action to take. For this endpoint, the value is \"getrpcstatus\". Example: getrpcstatus.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"record\": {\r\n    \"PID\": \"19713\",\r\n    \"Status\": 1\r\n  }\r\n}"}],"_postman_id":"08ccdb4b-1f36-4cf8-91ea-f148d35d1a15"},{"name":"Return System Stats","id":"4d4880be-5d5c-48ec-81c1-a5f9c7ae6e0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.</p>\n","key":"secondary","type":"text","value":"maintenance"},{"description":"<p>The action to take. For this endpoint, the value is \"returnsystemstats\". Example: returnsystemstats.</p>\n","key":"action","type":"text","value":"returnsystemstats"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns details about the system's status.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6acbb1ad-74ec-4907-a431-4e2191af821e","name":"Return System Stats","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.\n","key":"secondary","type":"text","value":"maintenance"},{"description":"The action to take. For this endpoint, the value is \"returnsystemstats\". Example: returnsystemstats.\n","key":"action","type":"text","value":"returnsystemstats"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"record\": {\r\n    \"FSInfo\": [\r\n      {\r\n        \"Device\": \"/dev/xvda\",\r\n        \"HumanFree\": \"0.00\",\r\n        \"HumanSize\": \"0.00\",\r\n        \"Model\": null,\r\n        \"Mount\": \"/\",\r\n        \"Type\": \"ext4\",\r\n        \"bavail\": 8256988,\r\n        \"bfree\": 0,\r\n        \"blocks\": 4096,\r\n        \"bsize\": 0,\r\n        \"ffree\": 6958302,\r\n        \"files\": 0,\r\n        \"k_available\": 0,\r\n        \"k_blocks\": 0\r\n      }\r\n    ],\r\n    \"LoadAvg\": {\r\n      \"LoadAvgFifteen\": \"0.65\",\r\n      \"LoadAvgFive\": \"0.70\",\r\n      \"LoadAvgOne\": \"0.79\"\r\n    },\r\n    \"MemInfo\": {\r\n      \"Active\": \"5.59G\",\r\n      \"AnonHugePages\": \"0.00\",\r\n      \"AnonPages\": \"5.13G\",\r\n      \"Bounce\": \"0.00\",\r\n      \"Buffers\": \"164.30M\",\r\n      \"Cached\": \"476.86M\",\r\n      \"CommitLimit\": \"3.65G\",\r\n      \"Dirty\": \"88.00K\",\r\n      \"HardwareCorrupted\": \"0.00\",\r\n      \"Hugepagesize\": \"2.00M\",\r\n      \"Inactive\": \"163.06M\",\r\n      \"KernelStack\": \"1.17M\",\r\n      \"Mapped\": \"11.58M\",\r\n      \"MemFree\": \"1.44G\",\r\n      \"MemTotal\": \"7.30G\",\r\n      \"Mlocked\": \"0.00\",\r\n      \"PageTables\": \"14.48M\",\r\n      \"SReclaimable\": \"45.38M\",\r\n      \"SUnreclaim\": \"9.80M\",\r\n      \"Shmem\": \"1.34M\",\r\n      \"Slab\": \"55.18M\",\r\n      \"SwapCached\": \"0.00\",\r\n      \"SwapFree\": \"0.00\",\r\n      \"SwapTotal\": \"0.00\",\r\n      \"Unevictable\": \"0.00\",\r\n      \"VmallocChunk\": \"32.00T\",\r\n      \"VmallocTotal\": \"32.00T\",\r\n      \"VmallocUsed\": \"23.46M\",\r\n      \"Writeback\": \"0.00\",\r\n      \"WritebackTmp\": \"0.00\"\r\n    },\r\n    \"Uptime\": \"211 Days 18 Hours 29 Minutes 18 Seconds\"\r\n  }\r\n}"}],"_postman_id":"4d4880be-5d5c-48ec-81c1-a5f9c7ae6e0a"},{"name":"Return Updates Log","id":"a869ecf1-7857-4b90-8f68-3ee99108bbb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.</p>\n","key":"secondary","type":"text","value":"maintenance"},{"description":"<p>The action to take. For this endpoint, the value is \"returnupdateslog\". Example: returnupdateslog.</p>\n","key":"action","type":"text","value":"returnupdateslog"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"length","value":"{{length}}","description":"<p>No. of the log entries. Values are \"16\", \"32\", \"64\", and \"128\".</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the updates log.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5aac0b03-d402-4bbf-b6c3-e29d43a89f12","name":"Return Updates Log","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.\n","key":"secondary","type":"text","value":"maintenance"},{"description":"The action to take. For this endpoint, the value is \"returnupdateslog\". Example: returnupdateslog.\n","key":"action","type":"text","value":"returnupdateslog"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"length","value":"{{length}}","description":"No. of the log entries. Values are \"16\", \"32\", \"64\", and \"128\".\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"record\": {\r\n    \"Length\": \"16\",\r\n    \"Log\": \"2017-05-08T04:17:02+00:00 info: Initiated update mechanism\\n2017-05-08T04:17:02+00:00 info: Requesting update from: http://pink.beyondsecurity.com:80/download.cgi?version=20090407&am p;avdsversion=7.4.9&amp;serverid=111111&amp;texts=2017-04-06 08:03:46\\n2017-05-08T05:17:02+00:00\"\r\n  }\r\n}"}],"_postman_id":"a869ecf1-7857-4b90-8f68-3ee99108bbb1"},{"name":"Get SSH Service Status","id":"697fafe5-79c9-469d-a505-034187ca44d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.</p>\n","key":"secondary","type":"text","value":"maintenance"},{"description":"<p>The action to take. For this endpoint</p>\n","key":"action","type":"text","value":"getsshstatus"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Get SSH Service Status</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"91ea8ecc-5454-447c-b0af-525d7b105497","name":"Get SSH Service Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.\n","key":"secondary","type":"text","value":"maintenance"},{"description":"The action to take. For this endpoint","key":"action","type":"text","value":"getsshstatus"},{"description":"The API key to use for authorization.","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\"result\":{\"pid\":0,\"status\":0}}"}],"_postman_id":"697fafe5-79c9-469d-a505-034187ca44d0"},{"name":"Start SSH Service","id":"50fd9f1c-d226-434a-8266-53983c87d781","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.</p>\n","key":"secondary","type":"text","value":"maintenance"},{"description":"<p>The action to take. For this endpoint</p>\n","key":"action","type":"text","value":"startssh"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Start the SSH Service</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"55fc3f99-10a4-4f7c-82b9-c230d290f9c3","name":"Start SSH","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.\n","key":"secondary","type":"text","value":"maintenance"},{"description":"The action to take. For this endpoint","key":"action","type":"text","value":"startssh"},{"description":"The API key to use for authorization.","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"OwnerType\": \"MS\",\n        \"Status\": 1,\n        \"UserCode\": \"\"\n    }\n}"}],"_postman_id":"50fd9f1c-d226-434a-8266-53983c87d781"},{"name":"Stop SSH Service","id":"dcf038c9-d74a-4d5f-b9a1-0fbfe72dbb3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.</p>\n","key":"secondary","type":"text","value":"maintenance"},{"description":"<p>The action to take. For this endpoint</p>\n","key":"action","type":"text","value":"stopssh"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Start the SSH Service</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"feb39d65-976e-42d6-9ac6-5c62468a0c89","name":"Stop SSH Service","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.\n","key":"secondary","type":"text","value":"maintenance"},{"description":"The action to take. For this endpoint","key":"action","type":"text","value":"stopssh"},{"description":"The API key to use for authorization.","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"OwnerType\": \"MS\",\n        \"Status\": 1,\n        \"UserCode\": \"\"\n    }\n}"}],"_postman_id":"dcf038c9-d74a-4d5f-b9a1-0fbfe72dbb3c"},{"name":"Initiate Update","id":"7f4436ce-a249-41b6-8249-38c11cbe44e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.</p>\n","key":"secondary","type":"text","value":"maintenance"},{"description":"<p>The action to take. For this endpoint</p>\n","key":"action","type":"text","value":"initiateupdate"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Initiate Update</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8bcffb55-a199-4a9c-a5a3-fc703856f197","name":"Initiate Update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.\n","key":"secondary","type":"text","value":"maintenance"},{"description":"The action to take. For this endpoint","key":"action","type":"text","value":"initiateupdate"},{"description":"The API key to use for authorization.","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"Owner\": \"0616FE56\",\n        \"Status\": 1,\n        \"UserCode\": \"\"\n    }\n}"}],"_postman_id":"7f4436ce-a249-41b6-8249-38c11cbe44e8"},{"name":"Get RPC Service Status","id":"e9a6167b-67be-4679-b40c-d09824f8a457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.</p>\n","key":"secondary","type":"text","value":"maintenance"},{"description":"<p>The action to take. For this endpoint</p>\n","key":"action","type":"text","value":"getrpcstatus"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Get RPC Service Status</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1a3ba058-1fd2-4cc7-9611-e7c2fb3de1d2","name":"Get RPC Service Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.\n","key":"secondary","type":"text","value":"maintenance"},{"description":"The action to take. For this endpoint","key":"action","type":"text","value":"getrpcstatus"},{"description":"The API key to use for authorization.","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"pid\": \"3093\",\n        \"status\": 1\n    }\n}"}],"_postman_id":"e9a6167b-67be-4679-b40c-d09824f8a457"},{"name":"Wake up RPC","id":"2c727ce0-dbbc-4a87-942b-3b63bca428de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.</p>\n","key":"secondary","type":"text","value":"maintenance"},{"description":"<p>The action to take. For this endpoint</p>\n","key":"action","type":"text","value":"wakeuprpc"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Wake up RPC Service</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a5e78ec1-2c43-43d5-b994-64d7c383d3b5","name":"Wake up RPC","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"admin\". Example: admin.\n","key":"primary","type":"text","value":"admin"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"maintenance\". Example: maintenance.\n","key":"secondary","type":"text","value":"maintenance"},{"description":"The action to take. For this endpoint","key":"action","type":"text","value":"wakeuprpc"},{"description":"The API key to use for authorization.","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"OwnerType\": \"MS\",\n        \"Status\": 1,\n        \"UserCode\": \"\"\n    }\n}"}],"_postman_id":"2c727ce0-dbbc-4a87-942b-3b63bca428de"}],"id":"69e6016e-85dc-4f2d-8fc3-15e86ed5caef","description":"<p>Methods related to system settings.</p>\n","_postman_id":"69e6016e-85dc-4f2d-8fc3-15e86ed5caef"},{"name":"Organizations","item":[{"name":"Return Enterprise Details","id":"9c44696f-ca1c-4855-b68b-5c3665f3dfdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"admin","description":"<p>Primary endpoint</p>\n","type":"text"},{"key":"secondary","value":"enterprises","description":"<p>Secondary endpoint</p>\n","type":"text"},{"key":"action","value":"returnenterprisedetails","description":"<p>The action to perform</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>An Organization ID</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns details of a given organization</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c44696f-ca1c-4855-b68b-5c3665f3dfdb"},{"name":"Delete Enterprise","id":"3fef1b90-7d37-4012-a1c2-b38f7818858f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>Secondary endpoint</p>\n","key":"secondary","type":"text","value":"enterprises"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"delete"},{"description":"<p>The API key to use for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>An Organization ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Deletes an organization</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fef1b90-7d37-4012-a1c2-b38f7818858f"},{"name":"Undelete Enterprise","id":"18cde85e-957c-4825-836e-d3697d9beacf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>Secondary endpoint</p>\n","key":"secondary","type":"text","value":"enterprises"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"undelete"},{"description":"<p>The API key to use for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>An Organization ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Undeletes an organization</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"18cde85e-957c-4825-836e-d3697d9beacf"},{"name":"Return Enterprises","id":"06649bf7-9aab-4162-9b2a-b8d0a4a7b00a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>Secondary endpoint</p>\n","key":"secondary","type":"text","value":"enterprises"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnenterprises"},{"description":"<p>The API key to use for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the details of all organizations, visible to the current user (based on the API key authrization)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"06649bf7-9aab-4162-9b2a-b8d0a4a7b00a"},{"name":"Create Enterprise","id":"d0f961e0-6fe9-4ac2-a35e-01d9d7a5c6d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":" admin","type":"text","description":"<p>Primary endpoint</p>\n"},{"key":"secondary","value":" enterprises","type":"text","description":"<p>Secondary endpoint</p>\n"},{"key":"action","value":" create","type":"text","description":"<p>The action to perform</p>\n"},{"key":"apikey","value":"{{apikey}}","description":"<p>API key to be used for autorization</p>\n","type":"text"},{"key":"enterprise_name","value":" {{enterprise_name}}","type":"text","description":"<p>A name to be given to the new organization</p>\n"},{"key":"enterprise_parent","value":"{{enterprise_parent}}","type":"text","description":"<p>An ID of a Parent Organization (optional)</p>\n"},{"key":"enterprise_logo","value":"{{enterprise_logo}}","type":"text","description":"<p>A logo ID (Optional)</p>\n"},{"key":"overlap","value":"{{overlap}}","type":"text","description":"<p>Should the system allow scan range overlapping? (1 for yes, 0 for no) - default is 1</p>\n"},{"key":"mask_results","value":"{{mask_results}}","type":"text","description":"<p>Should the system hide the scan results for this organization (default is 0 - no)</p>\n"},{"key":"contact","value":"{{contact}}","type":"text","description":"<p>A contact ID, who will recieve the reports</p>\n"},{"key":"notifications_scanstarted","value":"{{notifications_scanstarted}}","type":"text","description":"<p>Should notifications be sent, wnen scan is started - default is yes</p>\n"},{"key":"notifications_scancompleted","value":"{{notifications_scancompleted}}","type":"text","description":"<p>Should notifications be sent, wnen scan is finished - default is yes</p>\n"},{"key":"enterprise_longname","value":" {{enterprise_longname}}","type":"text","description":"<p>An optional string value (shown on the comment section)</p>\n"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Creates a new organization</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0f961e0-6fe9-4ac2-a35e-01d9d7a5c6d8"},{"name":"Modify Enterprise Details","id":"85a45110-131f-48ac-888e-0e6dbb085047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":" admin"},{"description":"<p>Secondary endpoint</p>\n","key":"secondary","type":"text","value":" enterprises"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"modify"},{"description":"<p>API key to be used for autorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>A name to be given to the new organization</p>\n","key":"enterprise_name","type":"text","value":" {{enterprise_name}}"},{"description":"<p>An ID of a Parent Organization (optional)</p>\n","key":"enterprise_parent","type":"text","value":"{{enterprise_parent}}"},{"description":"<p>A logo ID (Optional)</p>\n","key":"enterprise_logo","type":"text","value":"{{enterprise_logo}}"},{"description":"<p>Should the system allow scan range overlapping? (1 for yes, 0 for no) - default is 1</p>\n","key":"overlap","type":"text","value":"{{overlap}}"},{"description":"<p>Should the system hide the scan results for this organization (default is 0 - no)</p>\n","key":"mask_results","type":"text","value":"{{mask_results}}"},{"description":"<p>A contact ID, who will recieve the reports</p>\n","key":"contact","type":"text","value":"{{contact}}"},{"description":"<p>Should notifications be sent, wnen scan is started - default is yes</p>\n","key":"notifications_scanstarted","type":"text","value":"{{notifications_scanstarted}}"},{"description":"<p>Should notifications be sent, wnen scan is finished - default is yes</p>\n","key":"notifications_scancompleted","type":"text","value":"{{notifications_scancompleted}}"},{"description":"<p>An optional string value (shown on the comment section)</p>\n","key":"enterprise_longname","type":"text","value":" {{enterprise_longname}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Modifies an organization's details</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"85a45110-131f-48ac-888e-0e6dbb085047"}],"id":"19471009-d294-4276-8541-02bbfbd4c5d0","description":"<p>Methods related to organizations</p>\n","_postman_id":"19471009-d294-4276-8541-02bbfbd4c5d0"},{"name":"Reports","item":[{"name":"Report Types","item":[{"name":"Organization Top Level Report","id":"4093c0f7-96ec-4bc9-8f44-7788356e417b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","type":"text","value":"getreport"},{"key":"format","type":"text","value":"{{format}}"},{"key":"enterprise","type":"text","value":"{{enterprise}}"},{"key":"filename","type":"text","value":"{{filename}}"},{"key":"toplevel","type":"text","value":"1"},{"key":"apikey","type":"text","value":"{{apikey}}"},{"key":"primary","type":"text","value":"vulnerabilities"},{"key":"secondary","type":"text","value":"report"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Organization Top Level Report (by Org ID)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4093c0f7-96ec-4bc9-8f44-7788356e417b"},{"name":"Vulnerability Report (by Organization)","id":"7f1fd9a9-a4a6-4c1d-81fd-0dffeeadbf15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","type":"text","value":"vulnerabilities"},{"key":"secondary","type":"text","value":"report"},{"key":"action","type":"text","value":"getreport"},{"key":"apikey","type":"text","value":"{{apikey}}"},{"key":"enterprise","type":"text","value":"{{enterprise}}"},{"key":"format","type":"text","value":"{{format}}"},{"key":"filename","type":"text","value":"{{filename}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Organization Level Report (by Org ID)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f1fd9a9-a4a6-4c1d-81fd-0dffeeadbf15"},{"name":"Vulnerability Report with details (by Organization)","id":"35ee633d-dd3e-48bf-a85c-7e15d2d37d68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"detailed","type":"text"},{"key":"search_allscan","value":"no","type":"text"},{"key":"search_nonerisk","value":"no","type":"text"},{"key":"search_unticketed","value":"no","type":"text"},{"key":"search_ignored","value":"no","type":"text"},{"key":"search_return_dynamic_output","value":"no","type":"text"},{"key":"search_enterprise","value":"{{enterprise}}","type":"text"},{"key":"search_riskfactor_type","value":"eq","type":"text"},{"key":"search_cvss_score_type","value":"gt","type":"text"},{"key":"search_vulnerability_age_type","value":"day","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"detailed","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Vulnerability Report with details (by Organization)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"35ee633d-dd3e-48bf-a85c-7e15d2d37d68"},{"name":"Vulnerability Report (by Scan)","id":"9c01a0c6-1433-4eca-ab0c-b4b180eba6cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"network","value":"{{network}}","type":"text"},{"key":"filename","value":"{{filename}}","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Vulnerability Report by Scan ID</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c01a0c6-1433-4eca-ab0c-b4b180eba6cd"},{"name":"Vulnerability Report with details (by Scan)","id":"4fac43b9-9ab3-450c-b735-8525ba28e559","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"detailed","type":"text"},{"key":"search_allscan","value":"no","type":"text"},{"key":"search_nonerisk","value":"no","type":"text"},{"key":"search_unticketed","value":"no","type":"text"},{"key":"search_ignored","value":"no","type":"text"},{"key":"search_return_dynamic_output","value":"no","type":"text"},{"key":"search_network","value":"{{network}}","type":"text"},{"key":"search_riskfactor_type","value":"eq","type":"text"},{"key":"search_cvss_score_type","value":"gt","type":"text"},{"key":"search_vulnerability_age_type","value":"day","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"detailed","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Vulnerability Report with details (by Scan)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fac43b9-9ab3-450c-b735-8525ba28e559"},{"name":"Vulnerability Report (by Host)","id":"b1dad6b2-115b-4a64-8275-a50304e12c74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"filename","value":"{{filename}}","type":"text"},{"key":"host","value":"{{host}}","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Vulnerability Report by Host ID</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1dad6b2-115b-4a64-8275-a50304e12c74"},{"name":"Vulnerability Report (by Asset Group)","id":"2b9675fe-8553-43a1-aa8c-55eeced2d574","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","type":"text","value":"getreport"},{"key":"format","type":"text","value":"{{format}}"},{"key":"filename","type":"text","value":"{{filename}}"},{"key":"tag","type":"text","value":"{{tag}}"},{"key":"apikey","type":"text","value":"{{apikey}}"},{"key":"primary","type":"text","value":"vulnerabilities"},{"key":"secondary","type":"text","value":"report"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Vulnerability Report by Asset Group tag ID</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b9675fe-8553-43a1-aa8c-55eeced2d574"},{"name":"PenTest Report","id":"0b7a0f50-2d4e-4057-91a2-a4a3a4801578","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"pentest","value":"1","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"network","value":"{{network}}","type":"text"},{"key":"filename","value":"{{filename}}","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>PenTest Report</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b7a0f50-2d4e-4057-91a2-a4a3a4801578"},{"name":"Microsoft Patches Report (by Scan)","id":"df57d6cc-af8d-4754-a9a7-8b6dd9736aae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"network","value":"{{network}}","type":"text"},{"key":"mspatches","value":"1","type":"text"},{"key":"filename","value":"{{filename}}","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Microsoft Patches Report</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"df57d6cc-af8d-4754-a9a7-8b6dd9736aae"},{"name":"Microsoft Patches Report (by Organization)","id":"e7698fab-4c2e-47cf-99fe-d342521ad8a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"enterprise","value":"{{enterprise}}","type":"text"},{"key":"mspatches","value":"1","type":"text"},{"key":"filename","value":"{{filename}}","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Microsoft Patches Report</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7698fab-4c2e-47cf-99fe-d342521ad8a7"},{"name":"PCI Report","id":"e5ffc530-1a8b-48d7-be6a-484bdd0b35ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"network","value":"{{network}}","type":"text"},{"key":"filename","value":"{{filename}}","type":"text"},{"key":"reporttype","value":"pci","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>PCI Report</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5ffc530-1a8b-48d7-be6a-484bdd0b35ea"},{"name":"PCI-DSS Report","id":"ad2bd7a5-891e-4bdb-ab5e-10bd0e3c2771","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","type":"text","value":"getreport"},{"key":"format","type":"text","value":"{{format}}"},{"key":"network","type":"text","value":"{{network}}"},{"key":"filename","type":"text","value":"{{filename}}"},{"key":"reporttype","type":"text","value":"pcidss"},{"key":"apikey","type":"text","value":"{{apikey}}"},{"key":"primary","type":"text","value":"vulnerabilities"},{"key":"secondary","type":"text","value":"report"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>PCI-DSS Report</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad2bd7a5-891e-4bdb-ab5e-10bd0e3c2771"},{"name":"GDPR Report","id":"326a4ee8-82ba-47b6-80e8-239179fa4a06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","type":"text","value":"getreport"},{"key":"format","type":"text","value":"{{format}}"},{"key":"network","type":"text","value":"{{network}}"},{"key":"filename","type":"text","value":"{{filename}}"},{"key":"reporttype","type":"text","value":"gdpr"},{"key":"apikey","type":"text","value":"{{apikey}}"},{"key":"primary","type":"text","value":"vulnerabilities"},{"key":"secondary","type":"text","value":"report"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>GDPR Report</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"326a4ee8-82ba-47b6-80e8-239179fa4a06"},{"name":"OWASP Report","id":"88e57b6f-aac3-454c-8491-8427f415ffc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","type":"text","value":"getreport"},{"key":"format","type":"text","value":"{{format}}"},{"key":"network","type":"text","value":"{{network}}"},{"key":"filename","type":"text","value":"{{filename}}"},{"key":"reporttype","type":"text","value":"owasp"},{"key":"apikey","type":"text","value":"{{apikey}}"},{"key":"primary","type":"text","value":"vulnerabilities"},{"key":"secondary","type":"text","value":"report"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>OWASP Report</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"88e57b6f-aac3-454c-8491-8427f415ffc2"},{"name":"SOX Report","id":"47e55cd3-52f7-4a17-8661-22a31a4226b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","type":"text","value":"getreport"},{"key":"format","type":"text","value":"{{format}}"},{"key":"network","type":"text","value":"{{network}}"},{"key":"filename","type":"text","value":"{{filename}}"},{"key":"reporttype","type":"text","value":"sox"},{"key":"apikey","type":"text","value":"{{apikey}}"},{"key":"primary","type":"text","value":"vulnerabilities"},{"key":"secondary","type":"text","value":"report"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>SOX Report</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47e55cd3-52f7-4a17-8661-22a31a4226b5"},{"name":"HIPAA Report","id":"34e331fa-0528-4102-b8ba-d0d181f6d90c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","type":"text","value":"getreport"},{"key":"format","type":"text","value":"{{format}}"},{"key":"network","type":"text","value":"{{network}}"},{"key":"filename","type":"text","value":"{{filename}}"},{"key":"reporttype","type":"text","value":"hipaa"},{"key":"apikey","type":"text","value":"{{apikey}}"},{"key":"primary","type":"text","value":"vulnerabilities"},{"key":"secondary","type":"text","value":"report"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>HIPAA Report</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"34e331fa-0528-4102-b8ba-d0d181f6d90c"},{"name":"ISO Report","id":"a9de0006-9d8f-4daa-81c2-3ab923885c18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"network","value":"{{network}}","type":"text"},{"key":"filename","value":"{{filename}}","type":"text"},{"key":"reporttype","value":"iso27001","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>ISO 27001 Report</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9de0006-9d8f-4daa-81c2-3ab923885c18"},{"name":"CIS Report","id":"5c85d29d-cff6-49a7-91db-816ab1a7095b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"network","value":"{{network}}","type":"text"},{"key":"filename","value":"{{filename}}","type":"text"},{"key":"reporttype","value":"cis","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>CIS Report</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c85d29d-cff6-49a7-91db-816ab1a7095b"},{"name":"Remediation Report (by Organization)","id":"73b0ef1f-4566-4da3-af37-0f0c71f15eed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"enterprise","value":"{{enterprise}}","type":"text"},{"key":"filename","value":"{{filename}}","type":"text"},{"key":"remediation","value":"1","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Remediation Report (by Organization)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"73b0ef1f-4566-4da3-af37-0f0c71f15eed"},{"name":"Remediation Report (by Scan)","id":"4417b964-9eab-47c4-855b-3cc7057ef6d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"network","value":"{{network}}","type":"text"},{"key":"filename","value":"{{filename}}","type":"text"},{"key":"remediation","value":"1","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Remediation Report (by Scan)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4417b964-9eab-47c4-855b-3cc7057ef6d3"},{"name":"Remediation Report (by Host)","id":"24582513-d1fb-4975-a606-f3cb8ede5fe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"host","value":"{{host}}","type":"text"},{"key":"filename","value":"{{filename}}","type":"text"},{"key":"remediation","value":"1","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Remediation Report (by Host)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"24582513-d1fb-4975-a606-f3cb8ede5fe6"},{"name":"Past Report (by Month)","id":"e9d4a467-4ee5-4d78-b6a0-c6e6f8114e12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"enterprise","value":"{{enterprise}}","type":"text"},{"key":"filename","value":"{{filename}}","type":"text"},{"key":"month","value":"{{date}}","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Past Report (by Month)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9d4a467-4ee5-4d78-b6a0-c6e6f8114e12"},{"name":"Past Report (by Scan number)","id":"4cba269a-cb9d-48da-aa81-dfe3258d8f5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"network","value":"{{network}}","type":"text"},{"key":"filename","value":"{{filename}}","type":"text"},{"key":"scannumber","value":"{{scannumber}}","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Past Report (by Scan number)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cba269a-cb9d-48da-aa81-dfe3258d8f5c"},{"name":"Differential Report (by Organization)","id":"804e489a-bb90-4163-9f00-52a7a1ff22ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"differential","value":"1","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"show_high","value":"1","type":"text"},{"key":"show_medium","value":"1","type":"text"},{"key":"show_low","value":"1","type":"text"},{"key":"show_remediated_high","value":"1","type":"text"},{"key":"show_remediated_medium","value":"1","type":"text"},{"key":"show_remediated_low","value":"1","type":"text"},{"key":"display_persistent","value":"1","type":"text"},{"key":"display_open","value":"1","type":"text"},{"key":"enterprise","value":"{{enterprise}}","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Differential Report (by Organization)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"804e489a-bb90-4163-9f00-52a7a1ff22ff"},{"name":"Differential Report (by Scan)","id":"ff56bedf-86e2-4510-aaca-94bca7cab202","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"differential","value":"1","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"show_medium","value":"1","type":"text"},{"key":"show_low","value":"1","type":"text"},{"key":"show_remediated_high","value":"1","type":"text"},{"key":"show_remediated_medium","value":"1","type":"text"},{"key":"show_remediated_low","value":"1","type":"text"},{"key":"display_persistent","value":"1","type":"text"},{"key":"display_open","value":"1","type":"text"},{"key":"enterprise","value":"{{enterprise}}","type":"text"},{"key":"network","value":"{{network}}","type":"text"},{"key":"scannumber","value":"{{scannumber}}","type":"text"},{"key":"prevscannumber","value":"{{prevscannumber}}","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"vulnerabilities","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Differential Report (by Scan)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff56bedf-86e2-4510-aaca-94bca7cab202"},{"name":"Tickets Report (by Organization)","id":"8850be7e-f320-4fb2-a2e5-b464f0704fb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"enterprise","value":"{{enterprise}}","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"tickets","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Tickets Report (by Organization)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8850be7e-f320-4fb2-a2e5-b464f0704fb4"},{"name":"Tickets Report (by Scan)","id":"cd9a5c0c-52e1-48d0-9814-4e2803d80eba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"action","value":"getreport","type":"text"},{"key":"format","value":"{{format}}","type":"text"},{"key":"network","value":"{{network}}","type":"text"},{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"primary","value":"tickets","type":"text"},{"key":"secondary","value":"report","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Tickets Report (by Organization)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd9a5c0c-52e1-48d0-9814-4e2803d80eba"}],"id":"a746425b-7527-4dfa-bd61-e5098b871926","description":"<p>A collection of API calls, to generate different types of reports.<br />Note that the data being generated is encoded and compressed.\nIt should be decompressed and re-encoded, before the report can be viewed.</p>\n","_postman_id":"a746425b-7527-4dfa-bd61-e5098b871926"},{"name":"Create Scheduled Report","id":"9cfa9cb0-e23c-4d68-95d8-f314ccdab5ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"vulnerabilities","type":"text","description":"<p>The primary endpoint</p>\n"},{"key":"secondary","value":"report","type":"text","description":"<p>The secondary endpoint</p>\n"},{"key":"action","value":"createscheduled","type":"text","description":"<p>The action to perform</p>\n"},{"key":"apikey","value":"{{apikey}}","type":"text","description":"<p>The API key to be used, for authorization</p>\n"},{"key":"name","value":"{{name}}","type":"text","description":"<p>A name to be given to created schedule</p>\n"},{"key":"enterprise","value":"{{enterprise}}","type":"text","description":"<p>The organization ID</p>\n"},{"key":"network","value":"{{network}}","type":"text","description":"<p>A scan ID</p>\n"},{"key":"tag","value":"{{tag}}","type":"text","description":"<p>A Tag ID (can't be used, if supplying organization or scan ID)</p>\n"},{"key":"report_customization","value":"{{report_customization}}","type":"text","description":"<p>A customization ID (mandatory)</p>\n"},{"key":"routine","value":"{{routine}}","type":"text","description":"<p>The routine in which the report is generated (options are daily, weekly or monthly</p>\n"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Creates a scheduled report, based on a predefined routine (Daily, Weekly or Monthly)</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0076aa56-74bd-4585-8679-4d76ec585f05","name":"Create Scheduled Report","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"vulnerabilities","type":"text","description":"The primary endpoint"},{"key":"secondary","value":"report","type":"text","description":"The secondary endpoint"},{"key":"action","value":"createscheduled","type":"text","description":"The action to perform"},{"key":"apikey","value":"{{apikey}}","type":"text","description":"The API key to be used, for authorization"},{"key":"name","value":"{{name}}","type":"text","description":"A name to be given to created schedule"},{"key":"enterprise","value":"{{enterprise}}","type":"text","description":"The organization ID"},{"key":"network","value":"{{network}}","type":"text","description":"A scan ID"},{"key":"tag","value":"{{tag}}","type":"text","description":"A Tag ID (can't be used, if supplying organization or scan ID)"},{"key":"report_customization","value":"{{report_customization}}","type":"text","description":"A customization ID (mandatory)"},{"key":"routine","value":"{{routine}}","type":"text","description":"The routine in which the report is generated (options are daily, weekly or monthly"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"AuditCode\": \"F86836CF-0A3A-3104-AEBA-A07E120335B8\",\n        \"Owner\": \"88ED26F9\",\n        \"OwnerType\": \"ReportSchedule\",\n        \"Status\": 1,\n        \"UserCode\": \"8711EAC6-A199-30C8-89AA-32A34DDAA758\"\n    }\n}"}],"_postman_id":"9cfa9cb0-e23c-4d68-95d8-f314ccdab5ac"},{"name":"Modify Scheduled Report","id":"b272c1b0-3639-453f-afa4-35c7f212dfeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"report"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"modifyscheduled"},{"description":"<p>The API key to be used, for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"id","value":"{{id}}","description":"<p>The scheduled report ID, to be modified</p>\n","type":"text"},{"description":"<p>A name to be given to created schedule</p>\n","key":"name","type":"text","value":"{{name}}"},{"description":"<p>The organization ID</p>\n","key":"enterprise","type":"text","value":"{{enterprise}}"},{"description":"<p>A scan ID</p>\n","key":"network","type":"text","value":"{{network}}"},{"description":"<p>A Tag ID (can't be used, if supplying organization or scan ID)</p>\n","key":"tag","type":"text","value":"{{tag}}"},{"description":"<p>A customization ID (mandatory)</p>\n","key":"report_customization","type":"text","value":"{{report_customization}}"},{"description":"<p>The routine in which the report is generated (options are daily, weekly or monthly</p>\n","key":"routine","type":"text","value":"{{routine}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Modify the settings of an existing scheduled report</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"06a140b7-da77-40f3-93c1-1c27e546b9c7","name":"Modify Scheduled Report","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"report"},{"description":"The action to perform","key":"action","type":"text","value":"modifyscheduled"},{"description":"The API key to be used, for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"id","value":"{{id}}","description":"The scheduled report ID, to be modified","type":"text"},{"description":"A name to be given to created schedule","key":"name","type":"text","value":"{{name}}"},{"description":"The organization ID","key":"enterprise","type":"text","value":"{{enterprise}}"},{"description":"A scan ID","key":"network","type":"text","value":"{{network}}"},{"description":"A Tag ID (can't be used, if supplying organization or scan ID)","key":"tag","type":"text","value":"{{tag}}"},{"description":"A customization ID (mandatory)","key":"report_customization","type":"text","value":"{{report_customization}}"},{"description":"The routine in which the report is generated (options are daily, weekly or monthly","key":"routine","type":"text","value":"{{routine}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"AdditionalInformation\": \" NextScheduledReport changed from '2019-11-01' to 'Unscheduled' \",\n        \"AuditCode\": \"EE6579AD-9C6C-35F1-97B4-7027297EEC0C\",\n        \"Owner\": \"88ED26F9\",\n        \"OwnerType\": \"ReportSchedule\",\n        \"Status\": 1,\n        \"UserCode\": \"9C64BE05-F1B8-34A7-A1B4-54481BAF3502\"\n    }\n}"}],"_postman_id":"b272c1b0-3639-453f-afa4-35c7f212dfeb"},{"name":"Delete Scheduled Report","id":"e95b7bc0-db3e-42a4-a2a8-163398d4ceba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"report"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"deletescheduled"},{"description":"<p>The API key to be used, for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The scheduled report ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Delete an existing scheduled report</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0a96ad8d-c560-4dde-b05d-5b0d426a82a9","name":"Delete Scheduled Report","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"report"},{"description":"The action to perform","key":"action","type":"text","value":"deletescheduled"},{"description":"The API key to be used, for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The scheduled report ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"AdditionalInformation\": \"\",\n        \"AuditCode\": \"EE6579AD-9C6C-35F1-97B4-7027297EEC0C\",\n        \"Owner\": \"88ED26F9\",\n        \"Status\": 1,\n        \"UserCode\": \"9C64BE05-F1B8-34A7-A1B4-54481BAF3502\"\n    }\n}"}],"_postman_id":"e95b7bc0-db3e-42a4-a2a8-163398d4ceba"},{"name":"Queue Scheduled Report","id":"292a5201-8a98-4e61-a44e-2c71268b24a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"report"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"queuescheduled"},{"description":"<p>The API key to be used, for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The scheduled report ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Sends a scheduled report to the report queue, regardles of it's spesified routine.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6265543f-0188-416f-aa91-1c9ceaa47114","name":"Queue Scheduled Report","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"report"},{"description":"The action to perform","key":"action","type":"text","value":"queuescheduled"},{"description":"The API key to be used, for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The scheduled report ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"AdditionalInformation\": \"No changes have been detected<!-- NoChange -->\",\n        \"AuditCode\": \"EE6579AD-9C6C-35F1-97B4-7027297EEC0C\",\n        \"Owner\": \"21C71A22\",\n        \"OwnerType\": \"ReportSchedule\",\n        \"Status\": 1,\n        \"UserCode\": \"9C64BE05-F1B8-34A7-A1B4-54481BAF3502\"\n    }\n}"}],"_postman_id":"292a5201-8a98-4e61-a44e-2c71268b24a2"},{"name":"Disable Scheduled Report","id":"e727c729-443b-445c-8439-add1d2318a10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"report"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"disablescheduled"},{"description":"<p>The API key to be used, for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The scheduled report ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Disable a scheduled report.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"16ab9517-94ec-4862-a302-2e360c2056a5","name":"Disable Scheduled Report","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"report"},{"description":"The action to perform","key":"action","type":"text","value":"disablescheduled"},{"description":"The API key to be used, for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The scheduled report ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"AdditionalInformation\": \" Status changed from '1' to '0' \",\n        \"AuditCode\": \"EE6579AD-9C6C-35F1-97B4-7027297EEC0C\",\n        \"Owner\": \"21C71A22\",\n        \"Status\": 1,\n        \"UserCode\": \"9C64BE05-F1B8-34A7-A1B4-54481BAF3502\"\n    }\n}"}],"_postman_id":"e727c729-443b-445c-8439-add1d2318a10"},{"name":"Enable Scheduled Report","id":"72632ad0-cda2-45b0-8b78-1d8e33f3acb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"report"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"enablescheduled"},{"description":"<p>The API key to be used, for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The scheduled report ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Enable a scheduled report.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"30f09a46-2e5e-4840-847d-39fd0c0f3966","name":"Enable Scheduled Report","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"report"},{"description":"The action to perform","key":"action","type":"text","value":"enablescheduled"},{"description":"The API key to be used, for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The scheduled report ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"AdditionalInformation\": \" Status changed from '0' to '1' \",\n        \"AuditCode\": \"EE6579AD-9C6C-35F1-97B4-7027297EEC0C\",\n        \"Owner\": \"21C71A22\",\n        \"Status\": 1,\n        \"UserCode\": \"9C64BE05-F1B8-34A7-A1B4-54481BAF3502\"\n    }\n}"}],"_postman_id":"72632ad0-cda2-45b0-8b78-1d8e33f3acb1"},{"name":"Return Details of a Scheduled Report","id":"5879cb21-eae6-49ee-bf1a-28feecaf0326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"report"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnscheduled"},{"description":"<p>The API key to be used, for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The scheduled report ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Return the details of a Scheduled report</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f1f1fd5a-0005-4643-8c59-a7c5dda372f3","name":"Return Details of a Scheduled Report","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"report"},{"description":"The action to perform","key":"action","type":"text","value":"returnscheduled"},{"description":"The API key to be used, for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The scheduled report ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"Contact\": \"test user (testuser@beyondsecurity.com)\",\n        \"ID\": \"21C71A22\",\n        \"Name\": \"test email notif\",\n        \"NextScheduledReport\": \"2019-11-01\",\n        \"Owner\": \"0616FE56\",\n        \"Routine\": \"|DM0101||DM0201||DM0301||DM0401||DM0501||DM0601||DM0701||DM0801||DM0901||DM1001||DM1101||DM1201|\",\n        \"RoutineLocalized\": \"Monthly (first day of the month)\",\n        \"Settings\": \"<ReportSchedule enterprise=\\\"4FFF27A9\\\" report_customization=\\\"1DCCE670\\\" />\\n\",\n        \"Status\": \"1\"\n    }\n}"}],"_postman_id":"5879cb21-eae6-49ee-bf1a-28feecaf0326"},{"name":"Return Schedules","id":"03f509f9-6734-4d33-9822-6c6dafe89327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"report"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"reportschedules"},{"description":"<p>The API key to be used, for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the details of all currently configured Scheduled reports.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a8f5b340-361a-4f0f-8db4-e748ac249917","name":"Return Schedules","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"report"},{"description":"The action to perform","key":"action","type":"text","value":"reportschedules"},{"description":"The API key to be used, for authorization","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3,\n    \"data\": [\n        {\n            \"Contact\": \"user1 (user1@beyondsecurity.com)\",\n            \"ID\": \"563CED44\",\n            \"Name\": \"Test Sch\",\n            \"NextScheduledReport\": \"2019-10-21\",\n            \"Owner\": \"5420444D\",\n            \"Routine\": \"|W012|\",\n            \"RoutineLocalized\": \"Every week (on Monday)\",\n            \"Status\": \"1\",\n            \"StatusLocalized\": \"Enabled\"\n        },\n        {\n            \"Contact\": \"user1 (user1@beyondsecurity.com)\",\n            \"ID\": \"4B8E4724\",\n            \"Name\": \"Test test \",\n            \"NextScheduledReport\": \"2019-11-01\",\n            \"Owner\": \"5420444D\",\n            \"Routine\": \"|DM0101||DM0201||DM0301||DM0401||DM0501||DM0601||DM0701||DM0801||DM0901||DM1001||DM1101||DM1201|\",\n            \"RoutineLocalized\": \"Monthly (first day of the month)\",\n            \"Status\": \"1\",\n            \"StatusLocalized\": \"Enabled\"\n        },\n        {\n            \"Contact\": \"user2 (user2@beyondsecurity.com)\",\n            \"ID\": \"21C71A22\",\n            \"Name\": \"test email notif\",\n            \"NextScheduledReport\": \"2019-11-01\",\n            \"Owner\": \"0616FE56\",\n            \"Routine\": \"|DM0101||DM0201||DM0301||DM0401||DM0501||DM0601||DM0701||DM0801||DM0901||DM1001||DM1101||DM1201|\",\n            \"RoutineLocalized\": \"Monthly (first day of the month)\",\n            \"Status\": \"1\",\n            \"StatusLocalized\": \"Enabled\"\n        }\n    ]\n}"}],"_postman_id":"03f509f9-6734-4d33-9822-6c6dafe89327"},{"name":"Return Status","id":"058526d9-6859-44cc-aeb8-01b14b1df6ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The primary endpoint</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>The secondary endpoint</p>\n","key":"secondary","type":"text","value":"report"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"reportstatus"},{"description":"<p>The API key to be used, for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the status of all reports in the report queue</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"c32670a5-f4a1-404f-90b6-b09917bdb8c2","name":"Return Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The primary endpoint","key":"primary","type":"text","value":"vulnerabilities"},{"description":"The secondary endpoint","key":"secondary","type":"text","value":"report"},{"description":"The action to perform","key":"action","type":"text","value":"reportstatus"},{"description":"The API key to be used, for authorization","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 6,\n    \"data\": [\n        {\n            \"Done\": 1,\n            \"DoneTime\": \"2019-10-16 10:55:10\",\n            \"Extension\": \"pdf\",\n            \"Failed\": 0,\n            \"ID\": \"120\",\n            \"InProgress\": 0,\n            \"Name\": \"PDF (Custom - Regular) of QA Tests - Tom1\",\n            \"Overdue\": \"0\",\n            \"RequestedTime\": \"2019-10-16 10:54:10\",\n            \"Size\": 750.41,\n            \"Status\": \"Ready and Unviewed\",\n            \"Viewed\": 0\n        },\n        {\n            \"Done\": 1,\n            \"DoneTime\": \"2019-10-16 10:54:10\",\n            \"Extension\": \"pdf\",\n            \"Failed\": 0,\n            \"ID\": \"119\",\n            \"InProgress\": 0,\n            \"Name\": \"PDF (Custom - Regular) of QA Tests - Tom1\",\n            \"Overdue\": \"0\",\n            \"RequestedTime\": \"2019-10-16 10:53:11\",\n            \"Size\": 750.41,\n            \"Status\": \"Ready and Unviewed\",\n            \"Viewed\": 0\n        },\n        {\n            \"Done\": 1,\n            \"DoneTime\": \"2019-10-16 10:53:11\",\n            \"Extension\": \"pdf\",\n            \"Failed\": 0,\n            \"ID\": \"118\",\n            \"InProgress\": 0,\n            \"Name\": \"PDF (Custom - Regular) of QA Tests - Tom1\",\n            \"Overdue\": \"0\",\n            \"RequestedTime\": \"2019-10-16 10:52:11\",\n            \"Size\": 750.41,\n            \"Status\": \"Ready and Unviewed\",\n            \"Viewed\": 0\n        },\n        {\n            \"Done\": 1,\n            \"DoneTime\": \"2019-10-16 10:52:11\",\n            \"Extension\": \"pdf\",\n            \"Failed\": 0,\n            \"ID\": \"117\",\n            \"InProgress\": 0,\n            \"Name\": \"PDF (Custom - Regular) of QA Tests - Tom1\",\n            \"Overdue\": \"0\",\n            \"RequestedTime\": \"2019-10-16 10:51:10\",\n            \"Size\": 750.41,\n            \"Status\": \"Ready and Unviewed\",\n            \"Viewed\": 0\n        },\n        {\n            \"Done\": 1,\n            \"DoneTime\": \"2019-10-16 10:51:10\",\n            \"Extension\": \"pdf\",\n            \"Failed\": 0,\n            \"ID\": \"116\",\n            \"InProgress\": 0,\n            \"Name\": \"PDF (Custom - Regular) of QA Tests - Tom1\",\n            \"Overdue\": \"0\",\n            \"RequestedTime\": \"2019-10-16 10:50:25\",\n            \"Size\": 750.41,\n            \"Status\": \"Ready and Unviewed\",\n            \"Viewed\": 0\n        },\n        {\n            \"Done\": 1,\n            \"DoneTime\": \"2019-10-16 10:50:25\",\n            \"Extension\": \"pdf\",\n            \"Failed\": 0,\n            \"ID\": \"115\",\n            \"InProgress\": 0,\n            \"Name\": \"PDF (Custom - Regular) of QA Tests - Tom1\",\n            \"Overdue\": \"0\",\n            \"RequestedTime\": \"2019-10-16 10:49:04\",\n            \"Size\": 750.41,\n            \"Status\": \"Ready and Unviewed\",\n            \"Viewed\": 0\n        }\n    ]\n}"}],"_postman_id":"058526d9-6859-44cc-aeb8-01b14b1df6ee"}],"id":"22eca05b-abd0-45ab-9b52-baf54d716b0b","description":"<p>Methods related to reports.</p>\n","event":[{"listen":"prerequest","script":{"id":"5287581a-c0ff-4b4a-bbba-d5ec244c4c9a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d5cfeebd-6752-4be1-b772-595130030e97","type":"text/javascript","exec":[""]}}],"_postman_id":"22eca05b-abd0-45ab-9b52-baf54d716b0b"},{"name":"Scanners (LSSs)","item":[{"name":"Return Scanners","id":"48492f79-8a27-4a1b-a725-4d9ee319cc46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"key":"secondary","value":"scanners","description":"<p>Secondary endpoint</p>\n","type":"text"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnscanners"},{"description":"<p>The API key to use for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"search_limit","value":"{{search_limit}}","description":"<p>The number of opjects to return</p>\n","type":"text"},{"key":"order","value":"{{order}}","description":"<p>The column name to sort by (ex: name)</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns information of the attached scanners</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"c71c5478-416e-487e-9d42-83c81eb8fcdf","name":"Return Scanners","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Primary endpoint","key":"primary","type":"text","value":"admin"},{"key":"secondary","value":"scanners","description":"Secondary endpoint","type":"text"},{"description":"The action to perform","key":"action","type":"text","value":"returnscanners"},{"description":"The API key to use for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"search_limit","value":"{{search_limit}}","description":"The number of opjects to return","type":"text"},{"key":"order","value":"{{order}}","description":"The column name to sort by (ex: name)","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 7,\n    \"data\": [\n        {\n            \"BackendService\": -1,\n            \"BackendStatus\": \"Unknown\",\n            \"CommunicationDirection\": \"Passive\",\n            \"CommunicationDirectionLocalized\": \"LSS Server initiates connections\",\n            \"ContactID\": \"41ABE1F4\",\n            \"ContactName\": \"\",\n            \"Heartbeat\": \"2019-04-23 09:43\",\n            \"HeartbeatStatus\": \"offline\",\n            \"ID\": \"9C6C0CBD\",\n            \"InternalAddress\": \"\",\n            \"LongName\": \"\",\n            \"MSName\": \"Local MS\",\n            \"MainMemory\": \"-1\",\n            \"Name\": \"\",\n            \"NetworkAddress\": \"\",\n            \"ProxyType\": null,\n            \"ProxyURI\": null,\n            \"RPCKey\": \"\",\n            \"RPCRevision\": \"8.7.25\",\n            \"RecordState\": \"1\",\n            \"Retention\": \"999\",\n            \"ScanCount\": \"1\",\n            \"ScannerService\": 1,\n            \"ScannerStatus\": \"Up\",\n            \"SecureConnection\": \"0\",\n            \"ServerID\": \"999130\",\n            \"SignatureRevision\": \"760\",\n            \"SoftwareRevision\": \"4.00\",\n            \"SwapMemory\": \"-1\",\n            \"TotalScanCount\": \"1\",\n            \"UseSSL\": \"Disabled\",\n            \"UseSSLLocalized\": \"Disabled\",\n            \"WebScanCount\": \"0\"\n        }\n    ],\n    \"total\": \"7\"\n}"}],"_postman_id":"48492f79-8a27-4a1b-a725-4d9ee319cc46"},{"name":"Return Scanner Details","id":"977cea74-6d91-4e5f-bc38-6cd183bcd6a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>Secondary endpoint</p>\n","key":"secondary","type":"text","value":"scanners"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnscannerdetails"},{"description":"<p>The API key to use for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"id","value":"{{id}}","description":"<p>The Scanner ID</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns information of a given scanner</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e0a87f89-b547-4c19-8e44-3b78eeb1a229","name":"Return Scanner Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Primary endpoint","key":"primary","type":"text","value":"admin"},{"description":"Secondary endpoint","key":"secondary","type":"text","value":"scanners"},{"description":"The action to perform","key":"action","type":"text","value":"returnscannerdetails"},{"description":"The API key to use for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"id","value":"{{id}}","description":"The Scanner ID","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"data\": {\n        \"Assigned\": [],\n        \"Available\": [\n            {\n                \"Associated\": \"0\",\n                \"ID\": \"A850E5D9\",\n                \"Name\": \"\"\n            }\n        ],\n        \"BackendService\": \"-1\",\n        \"CommandSeq\": \"1016\",\n        \"CommunicationDirection\": \"passive\",\n        \"Contact\": \"41ABE1F4\",\n        \"ContactAddress1\": \"\",\n        \"ContactAddress2\": \"\",\n        \"ContactCity\": \"\",\n        \"ContactCountry\": \"IL\",\n        \"ContactEmail\": \"\",\n        \"ContactName\": \"\",\n        \"ContactPhone\": \"\",\n        \"ContactState\": \"\",\n        \"ContactZip\": \"\",\n        \"Heartbeat\": \"2019-04-23 09:43:36\",\n        \"ID\": \"\",\n        \"InternalAddress\": \"\",\n        \"LicenseConsumptions\": [],\n        \"LicenseConsumptionsCount\": \"0\",\n        \"LongName\": \"\",\n        \"MS\": \"\",\n        \"MainMemory\": \"-1\",\n        \"Name\": \"\",\n        \"NetworkAddress\": \"N/A\",\n        \"ProxyType\": null,\n        \"ProxyURI\": null,\n        \"RPCKey\": \"\",\n        \"RPCRevision\": \"8.7.25\",\n        \"RecordState\": \"1\",\n        \"Retention\": \"999\",\n        \"RetroVersion\": \"6.84\",\n        \"ScannerService\": \"1\",\n        \"SecureConnection\": \"0\",\n        \"ServerID\": \"\",\n        \"SignatureRevision\": \"760\",\n        \"SoftwareRevision\": \"4.00\",\n        \"SwapMemory\": \"-1\",\n        \"Transactions\": [\n            {\n               \n            }\n        ],\n        \"TransactionsCount\": \"1\",\n        \"UpTime\": null\n    }\n}"}],"_postman_id":"977cea74-6d91-4e5f-bc38-6cd183bcd6a3"},{"name":"Return Transactions","id":"c0b33c8d-7eb4-42ab-afd7-3eae57284343","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>Secondary endpoint</p>\n","key":"secondary","type":"text","value":"scanners"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returntransactions"},{"description":"<p>The API key to use for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The Scanner ID</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns information of the transactions made by (or to) the Scanner</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0b33c8d-7eb4-42ab-afd7-3eae57284343"},{"name":"Return License Consumptions","id":"b238d2d7-b640-4ee7-b4ac-85fef7b6c3bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Primary endpoint</p>\n","key":"primary","type":"text","value":"admin"},{"description":"<p>Secondary endpoint</p>\n","key":"secondary","type":"text","value":"scanners"},{"description":"<p>The action to perform</p>\n","key":"action","type":"text","value":"returnlicenseconsumptions"},{"description":"<p>The API key to use for authorization</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"id","value":"{{id}}","description":"<p>The Scanner ID</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Return the License Consumption (IPs) of a given scanner</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"9555bae9-551c-449c-a2a6-2d3a2be853f1","name":"Return License Consumptions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Primary endpoint","key":"primary","type":"text","value":"admin"},{"description":"Secondary endpoint","key":"secondary","type":"text","value":"scanners"},{"description":"The action to perform","key":"action","type":"text","value":"returnlicenseconsumptions"},{"description":"The API key to use for authorization","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The Scanner ID","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 0,\n    \"data\": [],\n    \"total\": \"0\"\n}"}],"_postman_id":"b238d2d7-b640-4ee7-b4ac-85fef7b6c3bc"}],"id":"e5bee25b-619a-4612-ab16-32b6b035e211","description":"<p>API calls related to Scanners (LSSs)</p>\n","_postman_id":"e5bee25b-619a-4612-ab16-32b6b035e211"},{"name":"Tests","item":[{"name":"Return Localized Tests","id":"2bd68ab2-d1b6-4a70-8d0c-7bee12505164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>he subsection of the interface you want to access. For this endpoint, the value is \"tests\"</p>\n","key":"secondary","type":"text","value":"tests"},{"description":"<p>The action to take. For this endpoint, the value is \"returnlocalizedtests\"</p>\n","key":"action","type":"text","value":"returnlocalizedtests"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The number of records to return. Pass in \"-1\" for no limit.</p>\n","key":"limit","type":"text","value":"{{limit}}"},{"key":"offset","value":"{{offset}}","description":"<p>Indicates how many rows should be in the next set of search results, based on the search limit.</p>\n","type":"text"},{"key":"order","value":"{{order}}","description":"<p>The parameter to sort on, as a parameter name.</p>\n","type":"text"},{"key":"search_adddatefrom","value":"{{search_adddatefrom}}","description":"<p>Searches for tests added on or after a given date. Format is yyyy-mm-dd.</p>\n","type":"text"},{"key":"search_adddateto","value":"{{search_adddateto}}","description":"<p>Searches for tests added on or before a given date. Format is yyyy-mm-dd.</p>\n","type":"text"},{"key":"search_category","value":"{{search_category}}","description":"<p>The test category to search for. Values are from 1-24.</p>\n","type":"text"},{"key":"search_cve","value":"{{search_cve}}","description":"<p>The CVE string to search for. A CVE is a standard identifier for a publicly known vulnerability.</p>\n","type":"text"},{"key":"search_impact","value":"{{search_impact}}","description":"<p>Searches the impact field.</p>\n","type":"text"},{"key":"search_limit","value":"{{search_limit}}","description":"<p>The number of objects to return.</p>\n","type":"text"},{"key":"search_modifieddatefrom","value":"{{search_modifieddatefrom}}","description":"<p>Searches for tests modified on or after the given date. Format is yyyy-mm-dd.</p>\n","type":"text"},{"key":"search_modifieddateto","value":"{{search_modifieddateto}}","description":"<p>Searches for tests modified on or before the given date. Format is yyyy-mm-dd.</p>\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"<p>The test name.</p>\n","type":"text"},{"key":"search_revision","value":"{{search_revision}}","description":"<p>The test revision number.</p>\n","type":"text"},{"key":"search_riskfactor","value":"{{search_riskfactor}}","description":"<p>The risk factor. Values are \"0\" (None), \"1\" (Low), \"4\" (Medium), and \"8\" (High).</p>\n","type":"text"},{"key":"search_solution","value":"{{search_solution}}","description":"<p>Text to search for in the solution field.</p>\n","type":"text"},{"key":"search_summary","value":"{{search_summary}}","description":"<p>Text to search for in the summary field.</p>\n","type":"text"},{"key":"search_testid","value":"{{search_testid}}","description":"<p>The test ID.</p>\n","type":"text"},{"key":"search_testids","value":"{{search_testids}}","description":"<p>A field for entering multiple test IDs. Separate each value with a comma.</p>\n","type":"text"},{"key":"search_testtype","value":"{{search_testtype}}","description":"<p>The test type. Values are \"1\" (Attack), \"2\" (DoS), \"3\" (Info), and \"4\" (Scanner).</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Searches tests, based on the supplied search parameters.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"bad4854c-9fd6-47dc-9120-0dbbdd46a79e","name":"Return Localized Tests","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"","key":"primary","type":"text","value":"vulnerabilities"},{"description":"he subsection of the interface you want to access. For this endpoint, the value is \"tests\"","key":"secondary","type":"text","value":"tests"},{"description":"The action to take. For this endpoint, the value is \"returnlocalizedtests\"","key":"action","type":"text","value":"returnlocalizedtests"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The number of records to return. Pass in \"-1\" for no limit.\n","key":"limit","type":"text","value":"{{limit}}"},{"key":"offset","value":"{{offset}}","description":"Indicates how many rows should be in the next set of search results, based on the search limit.\n","type":"text"},{"key":"order","value":"{{order}}","description":"The parameter to sort on, as a parameter name.\n","type":"text"},{"key":"search_adddatefrom","value":"{{search_adddatefrom}}","description":"Searches for tests added on or after a given date. Format is yyyy-mm-dd.\n","type":"text"},{"key":"search_adddateto","value":"{{search_adddateto}}","description":"Searches for tests added on or before a given date. Format is yyyy-mm-dd.\n","type":"text"},{"key":"search_category","value":"{{search_category}}","description":"The test category to search for. Values are from 1-24.\n","type":"text"},{"key":"search_cve","value":"{{search_cve}}","description":"The CVE string to search for. A CVE is a standard identifier for a publicly known vulnerability.\n","type":"text"},{"key":"search_impact","value":"{{search_impact}}","description":"Searches the impact field.\n","type":"text"},{"key":"search_limit","value":"{{search_limit}}","description":"The number of objects to return.\n","type":"text"},{"key":"search_modifieddatefrom","value":"{{search_modifieddatefrom}}","description":"Searches for tests modified on or after the given date. Format is yyyy-mm-dd.\n","type":"text"},{"key":"search_modifieddateto","value":"{{search_modifieddateto}}","description":"Searches for tests modified on or before the given date. Format is yyyy-mm-dd.\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"The test name.\n","type":"text"},{"key":"search_revision","value":"{{search_revision}}","description":"The test revision number.\n","type":"text"},{"key":"search_riskfactor","value":"{{search_riskfactor}}","description":"The risk factor. Values are \"0\" (None), \"1\" (Low), \"4\" (Medium), and \"8\" (High).\n","type":"text"},{"key":"search_solution","value":"{{search_solution}}","description":"Text to search for in the solution field.\n","type":"text"},{"key":"search_summary","value":"{{search_summary}}","description":"Text to search for in the summary field.\n","type":"text"},{"key":"search_testid","value":"{{search_testid}}","description":"The test ID.\n","type":"text"},{"key":"search_testids","value":"{{search_testids}}","description":"A field for entering multiple test IDs. Separate each value with a comma.\n","type":"text"},{"key":"search_testtype","value":"{{search_testtype}}","description":"The test type. Values are \"1\" (Attack), \"2\" (DoS), \"3\" (Info), and \"4\" (Scanner).\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 2,\r\n  \"data\": [\r\n    {\r\n      \"Added\": \"2017-03-12\",\r\n      \"Category\": \"Web servers\",\r\n      \"ID\": \"19130\",\r\n      \"Language\": \"English\",\r\n      \"LanguageID\": \"2\",\r\n      \"Modified\": \"2017-03-12 07:19\",\r\n      \"Name\": \"Apache Struts Content-Type cmd Arbitrary Command Execution\",\r\n      \"Revision\": \"1\",\r\n      \"RiskFactor\": \"High\",\r\n      \"Solution\": \"See solution provided at: https://cwiki.apache.org/confluence/display/WW/S2-045\",\r\n      \"Summary\": \"The Jakarta Multipart parser in Apache Struts 22.3.x before 2.3.32 and 2.5.x before 2.5.10.1 mishandles file upload, which allows remote attackers to execute arbitrary commands via a #cmd= string in a crafted Content-Type HTTP header, as exploited in the wild in March 2017.\\n\\n$OUTPUT\",\r\n      \"TestID\": \"19130\",\r\n      \"TestType\": \"Attack\"\r\n    },\r\n    {\r\n      \"Added\": \"2017-05-09\",\r\n      \"Category\": \"Simple Network services\",\r\n      \"ID\": \"19143\",\r\n      \"Language\": \"English\",\r\n      \"LanguageID\": \"2\",\r\n      \"Modified\": \"2017-05-09 11:15\",\r\n      \"Name\": \"Intel AMT Port Authentication Bypass\",\r\n      \"Revision\": \"1\",\r\n      \"RiskFactor\": \"High\",\r\n      \"Solution\": null,\r\n      \"Summary\": \"An unprivileged network attacker could gain system privileges to provisioned Intel manageability SKUs: Intel Active Management Technology (AMT) and Intel Standard Manageability (ISM). An unprivileged local attacker could provision manageability features gaining unprivileged network or local system privileges on Intel manageability SKUs: Intel Active Management Technology (AMT), Intel Standard Manageability (ISM), and Intel Small Business Technology (SBT).\\n\\n$OUTPUT\",\r\n      \"TestID\": \"19143\",\r\n      \"TestType\": \"Attack\"\r\n    }\r\n  ],\r\n  \"total\": \"2\"\r\n}"}],"_postman_id":"2bd68ab2-d1b6-4a70-8d0c-7bee12505164"},{"name":"Return Localized Test Details","id":"ee5cc289-1c78-4241-8c41-89fd1b6a651e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"vulnerabilities","description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","type":"text"},{"key":"secondary","value":"tests","description":"<p>he subsection of the interface you want to access. For this endpoint, the value is \"tests\"</p>\n","type":"text"},{"key":"action","value":"returnlocalizedtestdetails","description":"<p>The action to take. For this endpoint, the value is \"returnlocalizedtestdetails\"</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"testid","value":"{{testid}}","description":"<p>The test ID.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the details for a localized test.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"91a387a0-b3f8-4f7f-a78e-5335406f5d79","name":"Return Localized Test Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"vulnerabilities","description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"","type":"text"},{"key":"secondary","value":"tests","description":"he subsection of the interface you want to access. For this endpoint, the value is \"tests\"","type":"text"},{"key":"action","value":"returnlocalizedtestdetails","description":"The action to take. For this endpoint, the value is \"returnlocalizedtestdetails\"","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"testid","value":"{{testid}}","description":"The test ID.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"Added\": \"2017-05-09\",\r\n    \"Category\": \"Simple Network services\",\r\n    \"Impact\": null,\r\n    \"Language\": \"English\",\r\n    \"LanguageID\": \"2\",\r\n    \"Modified\": \"2017-05-09 11:15\",\r\n    \"Name\": \"Intel AMT Port Authentication Bypass\",\r\n    \"References\": {\r\n      \"Reference\": [\r\n        {\r\n          \"Alt\": [\r\n            \"CVE-2017-5689\"\r\n          ],\r\n          \"ShortName\": [\r\n            \"CVE-2017-5689\"\r\n          ],\r\n          \"Type\": [\r\n            \"CVE\"\r\n          ]\r\n        }\r\n      ]\r\n    },\r\n    \"Revision\": \"1\",\r\n    \"RiskFactor\": \"High\",\r\n    \"Solution\": null,\r\n    \"Summary\": \"An unprivileged network attacker could gain system privileges to provisioned Intel manageability SKUs: Intel Active Management Technology (AMT) and Intel Standard Manageability (ISM). An unprivileged local attacker could provision manageability features gaining unprivileged network or local system privileges on Intel manageability SKUs: Intel Active Management Technology (AMT), Intel Standard Manageability (ISM), and Intel Small Business Technology (SBT).\\n\\n$OUTPUT\",\r\n    \"TestID\": \"19143\",\r\n    \"TestType\": \"Attack\"\r\n  }\r\n}"}],"_postman_id":"ee5cc289-1c78-4241-8c41-89fd1b6a651e"},{"name":"Return External Tests","id":"434bd42b-67b9-4eb4-a26e-83262fcc241d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>he subsection of the interface you want to access. For this endpoint, the value is \"tests\"</p>\n","key":"secondary","type":"text","value":"tests"},{"description":"<p>The action to take. For this endpoint, the value is \"returnexternaltests\"</p>\n","key":"action","type":"text","value":"returnexternaltests"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The number of records to return. Pass in \"-1\" for no limit.</p>\n","key":"search_limit","type":"text","value":"{{search_limit}}"},{"key":"order","value":"{{order}}","description":"<p>The parameter to sort on, as a parameter name.</p>\n","type":"text"},{"key":"offset","value":"{{offset}}","description":"<p>Indicates how many rows should be in the next set of search results, based on the search limit.</p>\n","type":"text"},{"key":"search_external_id","value":"{{search_external_id}}","description":"<p>The external Test ID (Optional).</p>\n","type":"text"},{"key":"search_external_title","value":"{{search_external_title}}","description":"<p>The External Test title (optional string value)</p>\n","type":"text"},{"key":"search_external_addeddatefrom","value":"{{search_external_addeddatefrom}}","description":"<p>Starting date, from which the test was added to the system. ex: \"2019-10-01\"</p>\n","type":"text"},{"key":"search_external_addeddateto","value":"{{search_external_addeddateto}}","description":"<p>End date, which the test was added to the system. ex: \"2019-10-10\"</p>\n","type":"text"},{"key":"search_external_risk","value":"{{search_external_risk}}","description":"<p>The risk factor of the test (vulnerability). The options are: \"0\", \"1\",\"4\" or \"8\"  which represent \"None\", \"Low\", \"Medium\" and \"High\").</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Searches for external tests, based on the search parameters.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"aa37bcb9-95f1-4cfb-85b0-80d130fd3a64","name":"Return External Tests","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"","key":"primary","type":"text","value":"vulnerabilities"},{"description":"he subsection of the interface you want to access. For this endpoint, the value is \"tests\"","key":"secondary","type":"text","value":"tests"},{"description":"The action to take. For this endpoint, the value is \"returnexternaltests\"","key":"action","type":"text","value":"returnexternaltests"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The number of records to return. Pass in \"-1\" for no limit.\n","key":"search_limit","type":"text","value":"{{search_limit}}"},{"key":"order","value":"{{order}}","description":"The parameter to sort on, as a parameter name.\n","type":"text"},{"key":"offset","value":"{{offset}}","description":"Indicates how many rows should be in the next set of search results, based on the search limit.\n","type":"text"},{"key":"search_external_id","value":"{{search_external_id}}","description":"The external Test ID (Optional).","type":"text"},{"key":"search_external_title","value":"{{search_external_title}}","description":"The External Test title (optional string value)","type":"text"},{"key":"search_external_addeddatefrom","value":"{{search_external_addeddatefrom}}","description":"Starting date, from which the test was added to the system. ex: \"2019-10-01\"","type":"text"},{"key":"search_external_addeddateto","value":"{{search_external_addeddateto}}","description":"End date, which the test was added to the system. ex: \"2019-10-10\"","type":"text"},{"key":"search_external_risk","value":"{{search_external_risk}}","description":"The risk factor of the test (vulnerability). The options are: \"0\", \"1\",\"4\" or \"8\"  which represent \"None\", \"Low\", \"Medium\" and \"High\").","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10,\n    \"data\": [\n        {\n            \"added\": \"2019-10-08\",\n            \"definition_id\": \"oval:org.debian:def:201914846\",\n            \"risk\": \"8\",\n            \"riskfactorname\": \"High\",\n            \"title\": \"CVE-2019-14846 (Debian)\"\n        },\n        {\n            \"added\": \"2019-10-08\",\n            \"definition_id\": \"oval:org.debian:def:201917134\",\n            \"risk\": \"8\",\n            \"riskfactorname\": \"High\",\n            \"title\": \"CVE-2019-17134 (Debian)\"\n        },\n        {\n            \"added\": \"2019-10-08\",\n            \"definition_id\": \"oval:org.debian:def:201917359\",\n            \"risk\": \"8\",\n            \"riskfactorname\": \"High\",\n            \"title\": \"CVE-2019-17359 (Debian)\"\n        },\n        {\n            \"added\": \"2019-10-08\",\n            \"definition_id\": \"oval:org.debian:def:201917362\",\n            \"risk\": \"8\",\n            \"riskfactorname\": \"High\",\n            \"title\": \"CVE-2019-17362 (Debian)\"\n        },\n        {\n            \"added\": \"2019-10-07\",\n            \"definition_id\": \"oval:org.debian:def:201917041\",\n            \"risk\": \"8\",\n            \"riskfactorname\": \"High\",\n            \"title\": \"CVE-2019-17041 (Debian)\"\n        },\n        {\n            \"added\": \"2019-10-07\",\n            \"definition_id\": \"oval:org.debian:def:201917042\",\n            \"risk\": \"8\",\n            \"riskfactorname\": \"High\",\n            \"title\": \"CVE-2019-17042 (Debian)\"\n        },\n        {\n            \"added\": \"2019-10-07\",\n            \"definition_id\": \"oval:org.debian:def:201917340\",\n            \"risk\": \"8\",\n            \"riskfactorname\": \"High\",\n            \"title\": \"CVE-2019-17340 (Debian)\"\n        },\n        {\n            \"added\": \"2019-10-07\",\n            \"definition_id\": \"oval:org.debian:def:201917341\",\n            \"risk\": \"8\",\n            \"riskfactorname\": \"High\",\n            \"title\": \"CVE-2019-17341 (Debian)\"\n        },\n        {\n            \"added\": \"2019-10-07\",\n            \"definition_id\": \"oval:org.debian:def:201917342\",\n            \"risk\": \"8\",\n            \"riskfactorname\": \"High\",\n            \"title\": \"CVE-2019-17342 (Debian)\"\n        },\n        {\n            \"added\": \"2019-10-07\",\n            \"definition_id\": \"oval:org.debian:def:201917343\",\n            \"risk\": \"8\",\n            \"riskfactorname\": \"High\",\n            \"title\": \"CVE-2019-17343 (Debian)\"\n        }\n    ],\n    \"total\": \"67\"\n}"}],"_postman_id":"434bd42b-67b9-4eb4-a26e-83262fcc241d"},{"name":"Return External Test Details","id":"175f02da-922a-43e5-80fd-0b467334073a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>he subsection of the interface you want to access. For this endpoint, the value is \"tests\"</p>\n","key":"secondary","type":"text","value":"tests"},{"description":"<p>The action to take. For this endpoint, the value is \"returnexternaltestdetails\"</p>\n","key":"action","type":"text","value":"returnexternaltestdetails"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The test ID.</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the details for an External test.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ace103b9-c815-4f61-bfe2-c2da8c5336e7","name":"Return External Test Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"","key":"primary","type":"text","value":"vulnerabilities"},{"description":"he subsection of the interface you want to access. For this endpoint, the value is \"tests\"","key":"secondary","type":"text","value":"tests"},{"description":"The action to take. For this endpoint, the value is \"returnexternaltestdetails\"","key":"action","type":"text","value":"returnexternaltestdetails"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The test ID.\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"References\": {\n            \"Reference\": [\n                {\n                    \"Alt\": [\n                        \"CVE-2019-14846\"\n                    ],\n                    \"ShortName\": [\n                        \"CVE-2019-14846\"\n                    ],\n                    \"Type\": [\n                        \"CVE\"\n                    ],\n                    \"URI\": [\n                        \"CVE-2019-14846\"\n                    ]\n                }\n            ]\n        },\n        \"added\": \"2019-10-08\",\n        \"definition_id\": \"oval:org.debian:def:201914846\",\n        \"description\": \"\",\n        \"riskfactorname\": \"High\",\n        \"title\": \"CVE-2019-14846 (Debian)\",\n        \"vendor\": \"Debian\"\n    }\n}"}],"_postman_id":"175f02da-922a-43e5-80fd-0b467334073a"},{"name":"Search CVEs","id":"efbe1f72-acf1-4977-b6cb-434604c3f08e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>he subsection of the interface you want to access. For this endpoint, the value is \"tests\"</p>\n","key":"secondary","type":"text","value":"tests"},{"description":"<p>The action to take. For this endpoint, the value is \"searchcves\"</p>\n","key":"action","type":"text","value":"searchcves"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The CVE string to search for. A CVE is a standard identifier for a publicly known vulnerability.</p>\n","key":"search_cve","type":"text","value":"{{search_cve}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Searches for test IDs, based on a CVE string.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"87d40265-1f72-4ef1-b775-931bec69fb76","name":"Search CVEs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"","key":"primary","type":"text","value":"vulnerabilities"},{"description":"he subsection of the interface you want to access. For this endpoint, the value is \"tests\"","key":"secondary","type":"text","value":"tests"},{"description":"The action to take. For this endpoint, the value is \"searchcves\"","key":"action","type":"text","value":"searchcves"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The CVE string to search for. A CVE is a standard identifier for a publicly known vulnerability.\n","key":"search_cve","type":"text","value":"{{search_cve}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 5,\r\n  \"data\": [\r\n    \"19085\",\r\n    \"19085\",\r\n    \"19085\",\r\n    \"19130\",\r\n    \"19143\"\r\n  ]\r\n}"}],"_postman_id":"efbe1f72-acf1-4977-b6cb-434604c3f08e"},{"name":"Return Categories","id":"c6f127e4-2d09-47c0-8fee-6e3eaa23f0af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>he subsection of the interface you want to access. For this endpoint, the value is \"tests\"</p>\n","key":"secondary","type":"text","value":"tests"},{"description":"<p>The action to take. For this endpoint, the value is \"returncategories\"</p>\n","key":"action","type":"text","value":"returncategories"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns the tests categories, including their names and IDs.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e11d6138-cf28-4cdf-a549-a8ca24a2f9b7","name":"Return Categories","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"","key":"primary","type":"text","value":"vulnerabilities"},{"description":"he subsection of the interface you want to access. For this endpoint, the value is \"tests\"","key":"secondary","type":"text","value":"tests"},{"description":"The action to take. For this endpoint, the value is \"returncategories\"","key":"action","type":"text","value":"returncategories"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 23,\n    \"data\": [\n        {\n            \"ID\": \"7\",\n            \"ShortName\": \"Backdoors\"\n        },\n        {\n            \"ID\": \"5\",\n            \"ShortName\": \"DNS servers\"\n        },\n        {\n            \"ID\": \"13\",\n            \"ShortName\": \"Encryption and Authentication\"\n        },\n        {\n            \"ID\": \"10\",\n            \"ShortName\": \"Firewalls\"\n        },\n        {\n            \"ID\": \"12\",\n            \"ShortName\": \"FTP servers\"\n        },\n        {\n            \"ID\": \"9\",\n            \"ShortName\": \"Mail servers\"\n        },\n        {\n            \"ID\": \"4\",\n            \"ShortName\": \"Malformed Packets\"\n        },\n        {\n            \"ID\": \"3\",\n            \"ShortName\": \"Network devices\"\n        },\n        {\n            \"ID\": \"22\",\n            \"ShortName\": \"NFS services\"\n        },\n        {\n            \"ID\": \"20\",\n            \"ShortName\": \"Policy Checks\"\n        },\n        {\n            \"ID\": \"17\",\n            \"ShortName\": \"Preliminary Analysis\"\n        },\n        {\n            \"ID\": \"19\",\n            \"ShortName\": \"Printers\"\n        },\n        {\n            \"ID\": \"15\",\n            \"ShortName\": \"Proxy servers\"\n        },\n        {\n            \"ID\": \"14\",\n            \"ShortName\": \"RPC services\"\n        },\n        {\n            \"ID\": \"6\",\n            \"ShortName\": \"Simple Network services\"\n        },\n        {\n            \"ID\": \"21\",\n            \"ShortName\": \"SMB/NetBIOS\"\n        },\n        {\n            \"ID\": \"8\",\n            \"ShortName\": \"SNMP services\"\n        },\n        {\n            \"ID\": \"18\",\n            \"ShortName\": \"SQL servers\"\n        },\n        {\n            \"ID\": \"16\",\n            \"ShortName\": \"SSH servers\"\n        },\n        {\n            \"ID\": \"1\",\n            \"ShortName\": \"Web Applications\"\n        },\n        {\n            \"ID\": \"2\",\n            \"ShortName\": \"Web servers\"\n        },\n        {\n            \"ID\": \"11\",\n            \"ShortName\": \"Webmail servers\"\n        },\n        {\n            \"ID\": \"24\",\n            \"ShortName\": \"Wireless AP\"\n        }\n    ],\n    \"total\": 23\n}"}],"_postman_id":"c6f127e4-2d09-47c0-8fee-6e3eaa23f0af"},{"name":"Search Tests","id":"3c47aa7e-c13f-4ae9-b950-33b1b8fce0e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"</p>\n","key":"primary","type":"text","value":"vulnerabilities"},{"description":"<p>he subsection of the interface you want to access. For this endpoint, the value is \"tests\"</p>\n","key":"secondary","type":"text","value":"tests"},{"description":"<p>The action to take. For this endpoint, the value is \"searchtests\"</p>\n","key":"action","type":"text","value":"searchtests"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"query","value":"{{query}}","description":"<p>A search query, as a string.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns all tests, that matches the supplied query.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"60eb3c49-8c7f-4e7f-b91e-25a5ba1bd604","name":"Search Tests","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\"","key":"primary","type":"text","value":"vulnerabilities"},{"description":"he subsection of the interface you want to access. For this endpoint, the value is \"tests\"","key":"secondary","type":"text","value":"tests"},{"description":"The action to take. For this endpoint, the value is \"searchtests\"","key":"action","type":"text","value":"searchtests"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"query","value":"{{query}}","description":"A search query, as a string.","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"data\": [\n        {\n            \"Added\": \"2010-05-10\",\n            \"Category\": \"Policy Checks\",\n            \"ID\": \"12413\",\n            \"Language\": \"English\",\n            \"LanguageID\": \"2\",\n            \"Modified\": \"2010-05-11 09:07\",\n            \"Name\": \"Beyond Compare Detection\",\n            \"Revision\": \"1\",\n            \"RiskFactor\": \"Medium\",\n            \"Solution\": \"\",\n            \"Summary\": \"Scootersoft Beyond Compare, an application for comparing files and folders, is installed on the remote Windows host.\\r\\n\\r\\n$OUTPUT\",\n            \"TestID\": \"12413\",\n            \"TestType\": \"Attack\"\n        },\n        {\n            \"Added\": \"2010-05-10\",\n            \"Category\": \"Policy Checks\",\n            \"ID\": \"12414\",\n            \"Language\": \"English\",\n            \"LanguageID\": \"2\",\n            \"Modified\": \"2010-05-11 09:07\",\n            \"Name\": \"Beyond Compare Zip File Buffer Overflow\",\n            \"Revision\": \"1\",\n            \"RiskFactor\": \"Medium\",\n            \"Solution\": \"Upgrade to Beyond Compare version 3.1.11 or newer.\",\n            \"Summary\": \"The version of Beyond Compare installed on the remote Windows host is earlier than 3.1.11. Such versions are potentially affected by a buffer overflow vulnerability when handling zip files with an overly large filename.\\r\\n\\r\\n$OUTPUT\",\n            \"TestID\": \"12414\",\n            \"TestType\": \"Attack\"\n        }\n    ]\n}"}],"_postman_id":"3c47aa7e-c13f-4ae9-b950-33b1b8fce0e3"}],"id":"0c2ab3b6-f134-4e7f-8105-871dab94aabf","description":"<p>Methods related to tests.</p>\n","_postman_id":"0c2ab3b6-f134-4e7f-8105-871dab94aabf"},{"name":"Tickets","item":[{"name":"Create a New Ticket","id":"2f2b6439-7215-48c7-866b-105482f393c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"tickets","description":"<p>The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.</p>\n","type":"text"},{"key":"secondary","value":"detailed","description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.</p>\n","type":"text"},{"key":"action","value":"createticket","description":"<p>The action to take. For this endpoint, the value is \"create\". Example: create.</p>\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"<p>The API key to use for authorization.</p>\n","type":"text"},{"key":"comment","value":"{{comment}}","description":"<p>An optional field for entering comments about the ticket.</p>\n","type":"text"},{"key":"duedate","value":"{{duedate}}","description":"<p>The due date for the ticket. Format is yyyy-mm-dd.</p>\n","type":"text"},{"key":"priority","value":"{{priority}}","description":"<p>The priority of the ticket, as an integer. Values are \"0\" (None), \"1\" (Low), \"2\" (Moderate), \"3\" (Important), and \"4\" (Critical).</p>\n","type":"text"},{"key":"state","value":"{{state}}","description":"<p>The state of the ticket. Values are \"open\", \"ignore\", and \"resolved\".</p>\n","type":"text"},{"key":"vulnid","value":"{{vulnid}}","description":"<p>The vulnerability ID for which this ticket has been created. Example: 296537513.</p>\n","type":"text"},{"key":"reassign","value":"{{reassign}}","description":"<p>The Account ID to assign the ticket to</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Creates a new ticket.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7c8915ff-bda2-4160-b51f-208ca28d196c","name":"Create a New Ticket","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"tickets","description":"The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.\n","type":"text"},{"key":"secondary","value":"detailed","description":"The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.\n","type":"text"},{"key":"action","value":"createticket","description":"The action to take. For this endpoint, the value is \"create\". Example: create.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"comment","value":"{{comment}}","description":"An optional field for entering comments about the ticket.\n","type":"text"},{"key":"duedate","value":"{{duedate}}","description":"The due date for the ticket. Format is yyyy-mm-dd.\n","type":"text"},{"key":"priority","value":"{{priority}}","description":"The priority of the ticket, as an integer. Values are \"0\" (None), \"1\" (Low), \"2\" (Moderate), \"3\" (Important), and \"4\" (Critical).\n","type":"text"},{"key":"state","value":"{{state}}","description":"The state of the ticket. Values are \"open\", \"ignore\", and \"resolved\".\n","type":"text"},{"key":"vulnid","value":"{{vulnid}}","description":"The vulnerability ID for which this ticket has been created. Example: 296537513.\n","type":"text"},{"key":"reassign","value":"{{reassign}}","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"9BF9081D-1B44-328F-8CFD-DCE7368BG036\",\r\n    \"Owner\": \"8888\",\r\n    \"OwnerType\": \"Ticket\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"2E6BDA90-778C-35FC-8BC9-61F0059EC072\"\r\n  }\r\n}"}],"_postman_id":"2f2b6439-7215-48c7-866b-105482f393c6"},{"name":"Modify an Existing Ticket","id":"f1a179b3-f86e-4a91-9432-8a4085ce97a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.</p>\n","key":"primary","type":"text","value":"tickets"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.</p>\n","key":"secondary","type":"text","value":"detailed"},{"description":"<p>The action to take. For this endpoint, the value is \"modify\". Example: modify.</p>\n","key":"action","type":"text","value":"modifyticket"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>An optional field for entering comments about the ticket.</p>\n","key":"comment","type":"text","value":"{{comment}}"},{"description":"<p>The due date for the ticket. Format is yyyy-mm-dd.</p>\n","key":"duedate","type":"text","value":"{{duedate}}"},{"description":"<p>The priority of the ticket, as an integer. Values are \"0\" (None), \"1\" (Low), \"2\" (Moderate), \"3\" (Important), and \"4\" (Critical).</p>\n","key":"priority","type":"text","value":"{{priority}}"},{"description":"<p>The state of the ticket. Values are \"open\", \"ignore\", and \"resolved\".</p>\n","key":"state","type":"text","value":"{{state}}"},{"description":"<p>The vulnerability ID for which this ticket has been created. Example: 296537513.</p>\n","key":"vulnid","type":"text","value":"{{vulnid}}"},{"key":"ticketaction","value":"{{ticketaction}}","description":"<p>The action to take on to the ticket. Values are \"modify\", \"nochange\", \"open\", \"resolved\", \"assign\", \"ignore\", \"unignore\", and \"reassign\".</p>\n","type":"text"},{"key":"id","value":"{{id}}","description":"<p>The ticket ID. Example: 296537513.</p>\n","type":"text"},{"key":"reassign","value":"{{reassign}}","description":"<p>The person to whom the ticket should be reassigned, as an owner ID string.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Edits an existing ticket.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f5d54e80-f17a-47ec-a390-3fe68be80286","name":"Modify an Existing Ticket","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.\n","key":"primary","type":"text","value":"tickets"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.\n","key":"secondary","type":"text","value":"detailed"},{"description":"The action to take. For this endpoint, the value is \"modify\". Example: modify.\n","key":"action","type":"text","value":"modifyticket"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"An optional field for entering comments about the ticket.\n","key":"comment","type":"text","value":"{{comment}}"},{"description":"The due date for the ticket. Format is yyyy-mm-dd.\n","key":"duedate","type":"text","value":"{{duedate}}"},{"description":"The priority of the ticket, as an integer. Values are \"0\" (None), \"1\" (Low), \"2\" (Moderate), \"3\" (Important), and \"4\" (Critical).\n","key":"priority","type":"text","value":"{{priority}}"},{"description":"The state of the ticket. Values are \"open\", \"ignore\", and \"resolved\".\n","key":"state","type":"text","value":"{{state}}"},{"description":"The vulnerability ID for which this ticket has been created. Example: 296537513.\n","key":"vulnid","type":"text","value":"{{vulnid}}"},{"key":"ticketaction","value":"{{ticketaction}}","description":"The action to take on to the ticket. Values are \"modify\", \"nochange\", \"open\", \"resolved\", \"assign\", \"ignore\", \"unignore\", and \"reassign\".\n","type":"text"},{"key":"id","value":"{{id}}","description":"The ticket ID. Example: 296537513.\n","type":"text"},{"key":"reassign","value":"{{reassign}}","description":"The person to whom the ticket should be reassigned, as an owner ID string.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": {\r\n    \"AuditCode\": \"57141774-F50E-3640-8FCD-5F80C8AFF0EE\",\r\n    \"Owner\": \"8888\",\r\n    \"OwnerType\": \"Ticket\",\r\n    \"Status\": 1,\r\n    \"UserCode\": \"9B8F453C-50DA-3DF9-9575-889E87A58A5C\"\r\n  }\r\n}"}],"_postman_id":"f1a179b3-f86e-4a91-9432-8a4085ce97a4"},{"name":"Return Ticket Details","id":"a24de813-6b95-4ee8-ba3a-a4d53f3fbbdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.</p>\n","key":"primary","type":"text","value":"tickets"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.</p>\n","key":"secondary","type":"text","value":"detailed"},{"description":"<p>The action to take. For this endpoint, the value is \"returnticketdetails\". Example: returnticketdetails.</p>\n","key":"action","type":"text","value":"returnticketdetails"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The ticket ID. Example: 296537513.</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retrieves the details associated with a ticket, based on a ticket ID.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3362ed8b-4074-4cd8-affd-3927fa014b09","name":"Return Ticket Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.\n","key":"primary","type":"text","value":"tickets"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.\n","key":"secondary","type":"text","value":"detailed"},{"description":"The action to take. For this endpoint, the value is \"returnticketdetails\". Example: returnticketdetails.\n","key":"action","type":"text","value":"returnticketdetails"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The ticket ID. Example: 296537513.\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"AffectedHost\": \"demo.testfire.net\",\r\n        \"AssignedTo\": \"F8A4DFF5\",\r\n        \"Category\": \"Firewalls\",\r\n        \"CloseDate\": \"Still Open\",\r\n        \"CurrentComment\": \"--- <B>invaliedemail1@beyondsecurity.com<\\/B>\r\n        \"CurrentDueDate\": \"2017-05-23\", \r\n        \"CurrentPriority\": \"Critical\", \r\n        \"CurrentState\": \"Resolved\", \r\n        \"Enterprise\": \"API Organization\", \r\n        \"EnterpriseContact\": \"BE1FF39C\", \r\n        \"EnterpriseID\": \"E994CF2E\", \r\n        \"HostID\": \"82BF39E5\",\r\n        \"ID\": \"8888\",\r\n        \"Impact\": \"A Cross-Site-Scripting attack may be used by attackers to bypass access controls such as the same origin policy. Their effect may range from a petty nuisance to a significant security risk, depending on the sensitivity of vulnerable site and the nature of any by the site's owner.\",\r\n        \"LastUpdate\": \"2017-05-09 08:43\", \r\n        \"Network\": \"APInetworkScan\", \r\n        \"NetworkContact\": \"61159999\", \r\n        \"NetworkID\": \"5114AGGG\",\r\n        \"OpenDate\": \"2017-05-09 08:16\", \r\n        \"Organization\": \"API Organization\", \r\n        \"Output\": \"Cross Site Scripting\\nURL: http:\\/\\/demo.testfire.net\\/search.aspx?txtSearch= []\\nAffected Parameter: txtSearch\\nVector Used: <script>alert('foo');<\\/script>\\nPattern found: \\\"><script>alert\\\\('foo'\\\\);<\\/script>\\nComplete Attack: http:\\/\\/demo.testfire.net\\/search.aspx?txtSearch=%3Cscript%3Ealert(' foo');%3C\\/script%3E\",\r\n        \"Port\": \"80\",\r\n        \"Priority\": \"4\",\r\n        \"Proto\": \"tcp\",\r\n        \"RiskFactor\": \"High\",\r\n        \"RiskFactorID\": \"8\",\r\n        \"Scan\": \"APInetworkScan\",\r\n        \"Service\": \"http\",\r\n        \"ServiceandPort\": \"http(80)\\/tcp\",\r\n        \"Solution\": \"Filter user input to discard characters such as < and >. Make sure your server does not display error messages that contain input received from the user.\",\r\n        \"StateID\": \"2\",\r\n        \"Summary\": \"The scripts listed below are vulnerable to a \\\"Cross Site Scripting\\\" attack.\\r\\n\\r\\nNext to each script, there is a description of the type of attack that is possible, and a way to recreate the attack. If the attack is a simple HTTP GET request, you can usually paste it into your browser to see how it works. If it's a POST attack, the parameters for the POST request will be listed in square parenthesis.\\r\\n\\r\\nNote that the way to validate a Cross-Site-Scripting attack is by seeing the text that returns from the server includes the attack (without filtering). Even if the attack does not trigger a script on the browser side, it is still most likely dangerous, since it could be made exploitable by relatively minor tweaks to the attack. Consider this a Proof-of-Concept only.\\r\\n\\r\\nTechnical information:\\r\\n$OUTPUT\",\r\n        \"TestID\": \"601\",\r\n        \"Username\": \"API User\", \r\n        \"VulnerabilityName\": \"Cross Site Scripting\"\r\n    }\r\n}"}],"_postman_id":"a24de813-6b95-4ee8-ba3a-a4d53f3fbbdc"},{"name":"Return Ticket Exposure","id":"51282084-86fb-4463-b930-f42ac7e4fa98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.</p>\n","key":"primary","type":"text","value":"tickets"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.</p>\n","key":"secondary","type":"text","value":"detailed"},{"description":"<p>The action to take. For this endpoint, the value is \"returnticketexposure\". Example: returnticketexposure.</p>\n","key":"action","type":"text","value":"returnticketexposure"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The ticket ID. Example: 296537513.</p>\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retrieves all of the users associated with a ticket.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e9504f0e-3e99-458d-8f37-7fa174f3d1f6","name":"Return Ticket Exposure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.\n","key":"primary","type":"text","value":"tickets"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.\n","key":"secondary","type":"text","value":"detailed"},{"description":"The action to take. For this endpoint, the value is \"returnticketexposure\". Example: returnticketexposure.\n","key":"action","type":"text","value":"returnticketexposure"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The ticket ID. Example: 296537513.\n","key":"id","type":"text","value":"{{id}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 4,\r\n  \"data\": [\r\n    {\r\n      \"ID\": \"F8A8N5F5\",\r\n      \"Name\": \"API User\"\r\n    },\r\n    {\r\n      \"ID\": \"F65TGF6C\",\r\n      \"Name\": \"invalidemail@beyondsecurity.com\"\r\n    },\r\n    {\r\n      \"ID\": \"6VGHNBC0\",\r\n      \"Name\": \"createdforAPIuser1\"\r\n    },\r\n    {\r\n      \"ID\": \"B674FE9B\",\r\n      \"Name\": \"createdforAPIuser2\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"51282084-86fb-4463-b930-f42ac7e4fa98"},{"name":"Return Tickets","id":"336ac421-598e-4ddb-bb5b-37017e053cf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.</p>\n","key":"primary","type":"text","value":"tickets"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.</p>\n","key":"secondary","type":"text","value":"detailed"},{"description":"<p>The action to take. For this endpoint, the value is \"returntickets\". Example: returntickets.</p>\n","key":"action","type":"text","value":"returntickets"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"search_closed","value":"{{search_closed}}","description":"<p>Enter this parameter with the value \"yes\" to include closed tickets in the search.</p>\n","type":"text"},{"key":"search_closedate_after","value":"{{search_closedate_after}}","description":"<p>Searches for tickets closed after a certain date. Format is yyyy-mm-dd.</p>\n","type":"text"},{"key":"search_duedate_before","value":"{{search_duedate_before}}","description":"<p>Searches for tickets that are due before a certain date. Format is yyyy-mm-dd.</p>\n","type":"text"},{"key":"search_duedate_after","value":"{{search_duedate_after}}","description":"<p>Searches for tickets that are due after a certain date. Format is yyyy-mm-dd.</p>\n","type":"text"},{"key":"search_enterprise","value":"{{search_enterprise}}","description":"<p>The organization ID for a specific enterprise.</p>\n","type":"text"},{"key":"search_host","value":"{{search_host}}","description":"<p>The web or IP address for a specific host.</p>\n","type":"text"},{"key":"search_ignored","value":"{{search_ignored}}","description":"<p>Enter this parameter with the value \"yes\" to include ignored tickets in the search.</p>\n","type":"text"},{"key":"search_lastupdate_after","value":"{{search_lastupdate_after}}","description":"<p>Search for tickets that were last updated after a given date. Format is yyyy-mm-dd.</p>\n","type":"text"},{"key":"search_lastupdate_before","value":"{{search_lastupdate_before}}","description":"<p>Search for tickets that were last updated before a given date. Format is yyyy-mm-dd.</p>\n","type":"text"},{"key":"search_mytickets","value":"{{search_mytickets}}","description":"<p>Enter this parameter with the value \"yes\" to limit the search to the API key holder's own tickets.</p>\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"<p>A string of free text to search for.</p>\n","type":"text"},{"key":"search_network","value":"{{search_network}}","description":"<p>A scan ID string.</p>\n","type":"text"},{"key":"search_opendate_after","value":"{{search_opendate_after}}","description":"<p>Searches for tickets that were opened after a certain date.</p>\n","type":"text"},{"key":"search_opendate_before","value":"{{search_opendate_before}}","description":"<p>Searches for tickets that were opened before a certain date.</p>\n","type":"text"},{"key":"search_overdue","value":"{{search_overdue}}","description":"<p>Searches for overdue tickets by entering a due date. Format is yyyy-mm-dd.</p>\n","type":"text"},{"key":"search_priority","value":"{{search_priority}}","description":"<p>The priority level of the tickets to return, as an integer. Values are \"0\" (None), \"1\" (Low), \"2\" (Moderate), \"3\" (Important), and \"4\" (Critical).</p>\n","type":"text"},{"key":"search_resolved","value":"{{search_resolved}}","description":"<p>Enter this parameter with the value \"yes\" to include resolved tickets in the search.</p>\n","type":"text"},{"key":"search_riskfactor","value":"{{search_riskfactor}}","description":"<p>The risk factor of the tickets to return. Values are \"0\" (None), \"1\" (Low), \"4\" (Medium), and \"8\" (High).</p>\n","type":"text"},{"key":"search_serviceandport","value":"{{search_serviceandport}}","description":"<p>The port and services associated with the tickets to return.</p>\n","type":"text"},{"key":"search_state","value":"{{search_state}}","description":"<p>The state of the tickets to return. Values are \"0\" (Open), \"1\" (Ignore), \"2\" (Resolved), and \"3\" (Closed).</p>\n","type":"text"},{"key":"search_ticketid","value":"{{search_ticketid}}","description":"<p>The ticket ID for the ticket to return.</p>\n","type":"text"},{"key":"limit","value":"{{limit}}","description":"<p>The number of records to return. Pass in \"-1\" for no limit.</p>\n","type":"text"},{"key":"offset","value":"{{offset}}","description":"<p>Indicates how many rows should be in the next set of search results, based on the search limit.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns tickets based on the search parameters.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0b93987d-2735-4bce-8246-42dea7ae441e","name":"Return Tickets","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.\n","key":"primary","type":"text","value":"tickets"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"detailed\". Example: detailed.\n","key":"secondary","type":"text","value":"detailed"},{"description":"The action to take. For this endpoint, the value is \"returntickets\". Example: returntickets.\n","key":"action","type":"text","value":"returntickets"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"search_closed","value":"{{search_closed}}","description":"Enter this parameter with the value \"yes\" to include closed tickets in the search.\n","type":"text"},{"key":"search_closedate_after","value":"{{search_closedate_after}}","description":"Searches for tickets closed after a certain date. Format is yyyy-mm-dd.\n","type":"text"},{"key":"search_duedate_before","value":"{{search_duedate_before}}","description":"Searches for tickets that are due before a certain date. Format is yyyy-mm-dd.\n","type":"text"},{"key":"search_duedate_after","value":"{{search_duedate_after}}","description":"Searches for tickets that are due after a certain date. Format is yyyy-mm-dd.\n","type":"text"},{"key":"search_enterprise","value":"{{search_enterprise}}","description":"The organization ID for a specific enterprise.\n","type":"text"},{"key":"search_host","value":"{{search_host}}","description":"The web or IP address for a specific host.\n","type":"text"},{"key":"search_ignored","value":"{{search_ignored}}","description":"Enter this parameter with the value \"yes\" to include ignored tickets in the search.\n","type":"text"},{"key":"search_lastupdate_after","value":"{{search_lastupdate_after}}","description":"Search for tickets that were last updated after a given date. Format is yyyy-mm-dd.\n","type":"text"},{"key":"search_lastupdate_before","value":"{{search_lastupdate_before}}","description":"Search for tickets that were last updated before a given date. Format is yyyy-mm-dd.\n","type":"text"},{"key":"search_mytickets","value":"{{search_mytickets}}","description":"Enter this parameter with the value \"yes\" to limit the search to the API key holder's own tickets.\n","type":"text"},{"key":"search_name","value":"{{search_name}}","description":"A string of free text to search for.\n","type":"text"},{"key":"search_network","value":"{{search_network}}","description":"A scan ID string.\n","type":"text"},{"key":"search_opendate_after","value":"{{search_opendate_after}}","description":"Searches for tickets that were opened after a certain date.\n","type":"text"},{"key":"search_opendate_before","value":"{{search_opendate_before}}","description":"Searches for tickets that were opened before a certain date.\n","type":"text"},{"key":"search_overdue","value":"{{search_overdue}}","description":"Searches for overdue tickets by entering a due date. Format is yyyy-mm-dd.\n","type":"text"},{"key":"search_priority","value":"{{search_priority}}","description":"The priority level of the tickets to return, as an integer. Values are \"0\" (None), \"1\" (Low), \"2\" (Moderate), \"3\" (Important), and \"4\" (Critical).\n","type":"text"},{"key":"search_resolved","value":"{{search_resolved}}","description":"Enter this parameter with the value \"yes\" to include resolved tickets in the search.\n","type":"text"},{"key":"search_riskfactor","value":"{{search_riskfactor}}","description":"The risk factor of the tickets to return. Values are \"0\" (None), \"1\" (Low), \"4\" (Medium), and \"8\" (High).\n","type":"text"},{"key":"search_serviceandport","value":"{{search_serviceandport}}","description":"The port and services associated with the tickets to return.\n","type":"text"},{"key":"search_state","value":"{{search_state}}","description":"The state of the tickets to return. Values are \"0\" (Open), \"1\" (Ignore), \"2\" (Resolved), and \"3\" (Closed).\n","type":"text"},{"key":"search_ticketid","value":"{{search_ticketid}}","description":"The ticket ID for the ticket to return.\n","type":"text"},{"key":"limit","value":"{{limit}}","description":"The number of records to return. Pass in \"-1\" for no limit.\n","type":"text"},{"key":"offset","value":"{{offset}}","description":"Indicates how many rows should be in the next set of search results, based on the search limit.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"data\": [\n        {\n            \"AffectedHost\": \"demo.testfire.net\",\n            \"CloseDate\": \"Still Open\",\n            \"DueDate\": \"2017-05-17\",\n            \"Enterprise\": \"NTTC HQ (Demo)\",\n            \"ID\": \"8888\",\n            \"LastUpdate\": \"2017-05-04 14:45:30\",\n            \"Network\": \"APInetWorkScan\",\n            \"OpenDate\": \"2017-05-06 14:45:30\",\n            \"Output\": \"Cross Site Scripting\\nURL:http://demo.testfire.net/comment.aspx\\nAffected Parameter: name\\nVector Used: VALUE\\\\\\\"><script>alert(document.cookie)</script><\\\\\\\"\\nPattern found: \\\\\\\"><script>alert\\\\(document.cookie\\\\)</script>\\nComplete Attack: http://demo.testfire.net/comment.aspx [cfile=comments.txt&name=%20\\\\\\\"><script>alert(document.cookie)</scr ipt><\\\\\\\"&email_addr=&subject=&comments=&submit=%20Submit%20]\",\n            \"Port\": \"80\",\n            \"Priority\": \"None\",\n            \"Proto\": \"tcp\",\n            \"RiskFactor\": \"High\",\n            \"Service\": \"http\",\n            \"ServiceandPort\": \"http(80)/tcp\",\n            \"State\": \"Open\",\n            \"TestID\": \"2062\",\n            \"Username\": \"apiuser1\",\n            \"VulnerabilityName\": \"Vulnerabilities in Custom Web Code\"\n        }\n    ],\n    \"limit\": \"10\",\n    \"offset\": \"-1\",\n    \"total\": \"1\"\n}"}],"_postman_id":"336ac421-598e-4ddb-bb5b-37017e053cf5"},{"name":"Return Tickets Hierarchy (summarized)","id":"e291874b-13a0-4111-8ab6-4517f8e92fe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.</p>\n","key":"primary","type":"text","value":"tickets"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to take. For this endpoint, the value is \"returnhierarchysummarized\". Example: returnhierarchysummarized.</p>\n","key":"action","type":"text","value":"returnhierarchysummarized"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns a summary of the ticket matrix.<br />Note that the data return can be large and may contain nested objects, depending on the organization hierarchy.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e291874b-13a0-4111-8ab6-4517f8e92fe9"},{"name":"Return Tickets (By host)","id":"13c8191e-a3b0-4f3a-a421-8600342154f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.</p>\n","key":"primary","type":"text","value":"tickets"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to take. For this endpoint, the value is \"returnhost\". Example: returnhost.</p>\n","key":"action","type":"text","value":"returnhost"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"host","value":"{{host}}","description":"<p>The host ID.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns a summary of all of the tickets associated with a host.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"66378671-7a98-433c-a059-1c5cd82276b7","name":"Return Tickets (By host)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.\n","key":"primary","type":"text","value":"tickets"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.\n","key":"secondary","type":"text","value":"summarized"},{"description":"The action to take. For this endpoint, the value is \"returnhost\". Example: returnhost.\n","key":"action","type":"text","value":"returnhost"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"host","value":"{{host}}","description":"The host ID.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": [\r\n    {\r\n      \"CloseTickets\": \"2\",\r\n      \"HighestPriority\": \"-\",\r\n      \"HighestPriorityNumber\": \"3\",\r\n      \"ID\": \"28ZF19EU\",\r\n      \"IgnoredTickets\": \"1\",\r\n      \"Name\": \"demo.testfire.net\",\r\n      \"NumOfCritical\": \"0\",\r\n      \"NumOfImportant\": \"2\",\r\n      \"NumOfLow\": \"0\",\r\n      \"NumOfModerate\": \"0\",\r\n      \"NumOfNone\": \"0\",\r\n      \"NumOfTotal\": \"2\",\r\n      \"OpenTickets\": \"1\",\r\n      \"OverdueTickets\": \"0\",\r\n      \"ResolvedTickets\": \"1\",\r\n      \"TotalTickets\": \"2\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"13c8191e-a3b0-4f3a-a421-8600342154f1"},{"name":"Return Tickets (By Scan)","id":"18178c6e-979c-4038-a129-cc92769066af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.</p>\n","key":"primary","type":"text","value":"tickets"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to take. For this endpoint, the value is \"returnnetworktickets\". Example: returnnetworktickets.</p>\n","key":"action","type":"text","value":"returnnetworktickets"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The ID of the Scan.</p>\n","key":"network","type":"text","value":"{{network}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Returns a summary of all of the tickets associated with a scan.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"eb6bf77c-9dfb-455a-9a11-202f3c3d1f93","name":"Return Tickets (By Scan)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.\n","key":"primary","type":"text","value":"tickets"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.\n","key":"secondary","type":"text","value":"summarized"},{"description":"The action to take. For this endpoint, the value is \"returnnetworktickets\". Example: returnnetworktickets.\n","key":"action","type":"text","value":"returnnetworktickets"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"The ID of the Scan.","key":"network","type":"text","value":"{{network}}"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": [\r\n    {\r\n      \"CloseTickets\": \"0\",\r\n      \"HighestPriority\": \"-\",\r\n      \"HighestPriorityNumber\": \"-1\",\r\n      \"ID\": \"5774ADPP\",\r\n      \"IgnoredTickets\": \"0\",\r\n      \"Name\": \"scan1\",\r\n      \"OpenTickets\": \"0\",\r\n      \"OverdueTickets\": \"0\",\r\n      \"ResolvedTickets\": \"1\",\r\n      \"TotalTickets\": \"1\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"18178c6e-979c-4038-a129-cc92769066af"},{"name":"Return Tickets Summary (Matrix)","id":"bf117a7b-3f0a-4357-85ad-5d6e01fff6b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.</p>\n","key":"primary","type":"text","value":"tickets"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.</p>\n","key":"secondary","type":"text","value":"summarized"},{"description":"<p>The action to take. For this endpoint, the value is \"returnsummarized\". Example: returnsummarized.</p>\n","key":"action","type":"text","value":"returnsummarized"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"limit","value":"{{limit}}","description":"<p>The number of records to return. Pass in \"-1\" for no limit.</p>\n","type":"text"},{"key":"offset","value":"{{offset}}","description":"<p>Indicates how many rows should be in the next set of search results, based on the search limit.</p>\n","type":"text"},{"key":"search_enterprise","value":"{{search_enterprise}}","description":"<p>An organization ID string.</p>\n","type":"text"},{"key":"search_network","value":"{{search_network}}","description":"<p>The ID for the scan.</p>\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Retrieves a summary of the ticket matrix based on the search parameters.</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0df0b390-efd2-41cb-82bc-01a76a930905","name":"Return Tickets Summary (Matrix)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The section of the interface you want to access. For this endpoint, the value is \"tickets\". Example: tickets.\n","key":"primary","type":"text","value":"tickets"},{"description":"The subsection of the interface you want to access. For this endpoint, the value is \"summarized\". Example: summarized.\n","key":"secondary","type":"text","value":"summarized"},{"description":"The action to take. For this endpoint, the value is \"returnsummarized\". Example: returnsummarized.\n","key":"action","type":"text","value":"returnsummarized"},{"description":"The API key to use for authorization.\n","key":"apikey","type":"text","value":"{{apikey}}"},{"key":"limit","value":"{{limit}}","description":"The number of records to return. Pass in \"-1\" for no limit.\n","type":"text"},{"key":"offset","value":"{{offset}}","description":"Indicates how many rows should be in the next set of search results, based on the search limit.\n","type":"text"},{"key":"search_enterprise","value":"{{search_enterprise}}","description":"An organization ID string.\n","type":"text"},{"key":"search_network","value":"{{search_network}}","description":"The ID for the scan.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"count\": 1,\r\n  \"data\": [\r\n    {\r\n      \"AffectedEnterprise\": \"API Organization\",\r\n      \"AffectedNetwork\": \"apitNetworkScan\",\r\n      \"Close\": \"0\",\r\n      \"Enterprise\": \"E494BE2Y\",\r\n      \"HighestPriority\": \"-\",\r\n      \"HighestPriorityNumber\": \"-1\",\r\n      \"Ignored\": \"0\",\r\n      \"Network\": \"5774ADPP\",\r\n      \"Open\": \"0\",\r\n      \"Overdue\": \"0\",\r\n      \"Resolved\": \"1\",\r\n      \"Total\": \"1\"\r\n    }\r\n  ],\r\n  \"total\": \"1\"\r\n}"}],"_postman_id":"bf117a7b-3f0a-4357-85ad-5d6e01fff6b6"},{"name":"Generate a Tickets Report","id":"07793893-503c-407e-8f8e-41e1c004ef0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.</p>\n","key":"primary","type":"text","value":"tickets"},{"description":"<p>The subsection of the interface you want to access. For this endpoint, the value is \"report\". Example: report.</p>\n","key":"secondary","type":"text","value":"report"},{"description":"<p>The action to take. For this endpoint, the value is \"getreport\". Example: getreport.</p>\n","key":"action","type":"text","value":"getreport"},{"description":"<p>The API key to use for authorization.</p>\n","key":"apikey","type":"text","value":"{{apikey}}"},{"description":"<p>The report format. Values are \"pdf\", \"xml\", \"html\", and \"csv\".</p>\n","key":"format","type":"text","value":"{{format}}"},{"description":"<p>The organization ID string.</p>\n","key":"enterprise","type":"text","value":"{{enterprise}}"},{"description":"<p>The scan ID.</p>\n","key":"network","type":"text","value":"{{network}}"}]},"url":"https://{{hostname}}/json.cgi","description":"<p>Generates a tickets report for a given organization and\\or scan</p>\n","urlObject":{"protocol":"https","path":["json.cgi"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"eb4b2e33-93a8-4533-a83d-2bad349b353d","name":"Generate a Tickets Report","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary","value":"tickets","description":"The section of the interface you want to access. For this endpoint, value is \"vulnerabilities\". Example: vulnerabilities.\n","type":"text"},{"key":"secondary","value":"report","description":"The subsection of the interface you want to access. For this endpoint, the value is \"report\". Example: report.\n","type":"text"},{"key":"action","value":"getreport","description":"The action to take. For this endpoint, the value is \"getreport\". Example: getreport.\n","type":"text"},{"key":"apikey","value":"{{apikey}}","description":"The API key to use for authorization.\n","type":"text"},{"key":"enterprise","value":"{{enterprise}}","description":"The organization ID string.\n","type":"text"},{"key":"format","value":"{{format}}","description":"The report format. Values are \"pdf\", \"xml\", \"html\", and \"csv\".\n","type":"text"},{"key":"network","value":"{{network}}","description":"The scan ID.\n","type":"text"}]},"url":"https://{{hostname}}/json.cgi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"compresseddata\": \"eJyk/QVAVO3aBoz...............”,\r\n    \"compressedlength\": 472208,\r\n    \"uncompressedlength\": 376420 \r\n}"}],"_postman_id":"07793893-503c-407e-8f8e-41e1c004ef0e"}],"id":"c3ea3aec-be07-4714-a465-e299f624472e","description":"<p>Methods related to tickets.</p>\n","_postman_id":"c3ea3aec-be07-4714-a465-e299f624472e"}],"event":[{"listen":"prerequest","script":{"id":"e551d158-1a36-44b5-9773-3ee44fa986f7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"44322af2-39fb-40a6-ab5b-2c3134a20bf7","type":"text/javascript","exec":[""]}}]}