.. _slb_template_policy_forward_policy_source_stats: slb template policy forward-policy source stats =============================================== Statistics for the object source source Specification -------------------- ===================================== ====================================================================================================== **Parameter** **Value** ===================================== ====================================================================================================== **Type** *Collection* **Collection Name** :ref:`3032_source_list` **Collection URI** /axapi/v3/slb/template/policy/{name}/forward-policy/source/{name} **Element Name** source **Element URI** /axapi/v3/slb/template/policy/{name}/forward-policy/source/{name}/stats **Element Attributes** source_attributes **Partition Visibility** None **Schema** :download:`source schema <slb-template-policy-forward-policy-source-stats/slb-template-policy-forward-policy-source-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/slb/template/policy/{name}/forward-policy/source/{name} .. raw:: html </td><td valign = 'top'> :ref:`3032_source_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/slb/template/policy/{name}/forward-policy/source/{name} .. raw:: html </td><td valign = 'top'> :ref:`3032_source_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/slb/template/policy/{name}/forward-policy/source/{name}/stats .. raw:: html </td><td valign = 'top'> :ref:`3032_source_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/slb/template/policy/{name}/forward-policy/source/{name} .. raw:: html </td><td valign = 'top'> :ref:`3032_source_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/slb/template/policy/{name}/forward-policy/source/{name}/stats .. raw:: html </td><td valign = 'top'> :ref:`3032_source_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/slb/template/policy/{name}/forward-policy/source/{name}/stats .. raw:: html </td><td valign = 'top'> :ref:`3032_source_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/slb/template/policy/{name}/forward-policy/source/{name} .. raw:: html </td><td valign = 'top'> :ref:`3032_source_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/slb/template/policy/{name}/forward-policy/source/{name}/stats .. raw:: html </td><td valign = 'top'> :ref:`3032_source_attributes` .. raw:: html </td><td></td></tr> .. raw:: html </table> .. _3032_source_list: source-list ----------- source-list is **JSON List** of :ref:`3032_source_attributes` source-list : [ { :ref:`3032_source_attributes` }, { :ref:`3032_source_attributes` }, ... ] .. _3032_source_attributes: source attributes ----------------- **name** **Description** source destination match rule 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:`3032_stats` **Type:** Object .. _3032_stats: stats ^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **destination-match-not-found** **Description** Number of requests without matching destination rule **Type:** number **Format:** counter **hits** **Description** Number of requests matching this source rule **Type:** number **Format:** counter **no-host-info** **Description** Failed to parse ip or host information from request **Type:** number **Format:** counter