.. _web_category_reputation_scope_stats: web-category reputation-scope stats =================================== Statistics for the object reputation-scope reputation-scope Specification ------------------------------ ===================================== =================================================================================== **Parameter** **Value** ===================================== =================================================================================== **Type** *Collection* **Collection Name** :ref:`4152_reputation-scope_list` **Collection URI** /axapi/v3/web-category/reputation-scope/{name} **Element Name** reputation-scope **Element URI** /axapi/v3/web-category/reputation-scope/{name}/stats **Element Attributes** reputation-scope_attributes **Partition Visibility** None **Schema** :download:`reputation-scope schema <web-category-reputation-scope-stats/web-category-reputation-scope-stats.txt>` ===================================== =================================================================================== **Operations Allowed:** .. raw:: html <script type="text/javascript"> function showExample(a,b) { document.getElementById(a+'_div').style.display = 'block'; document.getElementById(a+'_cl').style.display = 'block'; document.getElementById(a+'_eg').style.display = 'none';} function closeExample(a,b) { document.getElementById(a+'_div').style.display = 'none'; document.getElementById(a+'_cl').style.display = 'none'; document.getElementById(a+'_eg').style.display = 'block';} </script> <table width='90%' style='margin-left:5%'> .. raw:: html <tr style='border-bottom: thin solid; border-top: thin solid'><th width=15%>Operation</th><th width=10%>Method</th><th>URI</th><th width=15%>Payload</th><th width=10%></th></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Create Object .. raw:: html </td><td valign = 'top'> POST .. raw:: html </td><td valign = 'top'> /axapi/v3/web-category/reputation-scope/{name} .. raw:: html </td><td valign = 'top'> :ref:`4152_reputation-scope_attributes` .. raw:: html </td><td></td></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Create List .. raw:: html </td><td valign = 'top'> POST .. raw:: html </td><td valign = 'top'> /axapi/v3/web-category/reputation-scope/{name} .. raw:: html </td><td valign = 'top'> :ref:`4152_reputation-scope_attributes` .. raw:: html </td><td></td></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Get Object .. raw:: html </td><td valign = 'top'> GET .. raw:: html </td><td valign = 'top'> /axapi/v3/web-category/reputation-scope/{name}/stats .. raw:: html </td><td valign = 'top'> :ref:`4152_reputation-scope_attributes` .. raw:: html </td><td></td></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Get List .. raw:: html </td><td valign = 'top'> GET .. raw:: html </td><td valign = 'top'> /axapi/v3/web-category/reputation-scope/{name} .. raw:: html </td><td valign = 'top'> :ref:`4152_reputation-scope_list` .. raw:: html </td><td></td></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Modify Object .. raw:: html </td><td valign = 'top'> POST .. raw:: html </td><td valign = 'top'> /axapi/v3/web-category/reputation-scope/{name}/stats .. raw:: html </td><td valign = 'top'> :ref:`4152_reputation-scope_attributes` .. raw:: html </td><td></td></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Replace Object .. raw:: html </td><td valign = 'top'> PUT .. raw:: html </td><td valign = 'top'> /axapi/v3/web-category/reputation-scope/{name}/stats .. raw:: html </td><td valign = 'top'> :ref:`4152_reputation-scope_attributes` .. raw:: html </td><td></td></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Replace List .. raw:: html </td><td valign = 'top'> PUT .. raw:: html </td><td valign = 'top'> /axapi/v3/web-category/reputation-scope/{name} .. raw:: html </td><td valign = 'top'> :ref:`4152_reputation-scope_list` .. raw:: html </td><td></td></tr> .. raw:: html <tr style='border-bottom: thin solid;'><td valign = 'top'> Delete Object .. raw:: html </td><td valign = 'top'> DELETE .. raw:: html </td><td valign = 'top'> /axapi/v3/web-category/reputation-scope/{name}/stats .. raw:: html </td><td valign = 'top'> :ref:`4152_reputation-scope_attributes` .. raw:: html </td><td></td></tr> .. raw:: html </table> .. _4152_reputation-scope_list: reputation-scope-list --------------------- reputation-scope-list is **JSON List** of :ref:`4152_reputation-scope_attributes` reputation-scope-list : [ { :ref:`4152_reputation-scope_attributes` }, { :ref:`4152_reputation-scope_attributes` }, ... ] .. _4152_reputation-scope_attributes: reputation-scope attributes --------------------------- **name** **Description** Reputation Scope name **Type:** string **Format:** string-rlx **Maximum Length:** 63 characters **Maximum Length:** 1 characters **stats** **Description:** stats is a **JSON Block**. Please see below for :ref:`4152_stats` **Type:** Object .. _4152_stats: stats ^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **low-risk** **Description** Low-risk level(61-80) **Type:** number **Format:** counter **malicious** **Description** Malicious level(1-20) **Type:** number **Format:** counter **moderate-risk** **Description** Moderate-risk level(41-60) **Type:** number **Format:** counter **suspicious** **Description** Suspicious level(21-40) **Type:** number **Format:** counter **trustworthy** **Description** Trustworthy level(81-100) **Type:** number **Format:** counter