Policy > Security > North South Security > Gateway Firewall > Url Categorization

Get the list of reputation severity

Gets the list of reputation severities. This will provide all the supported
severities along with their ids, min and max reputaitons.
The min_reputation and max_reputation
specify the range of the reputations which belong to a particular
severity. For instance, any reputation between 1 to 20 belongs to the
severity 'High Risk'. Similary a reputation between 81 to 100 belong
to the severity 'Trustworthy'.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/url-reputation-severities
Request Headers:
n/a
Query Parameters:
PolicyUrlReputationSeverityListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/api/infra/url-reputation-severities

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
PolicyUrlReputationSeverityListResult+

Example Response:

{ "result_count": 5, "results" : [ { "reputation_severity_id" : 1, "name" : "High Risk", "min_reputation" : 1, "max_reputation" : 20 }, { "reputation_severity_id" : 2, "name" : "Suspicious", "min_reputation" : 21, "max_reputation" : 40 }, { "reputation_severity_id" : 3, "name" : "Moderate Risk", "min_reputation" : 41, "max_reputation" : 60 }, { "reputation_severity_id" : 4, "name" : "Low Risk", "min_reputation" : 61, "max_reputation" : 80 }, { "reputation_severity_id" : 5, "name" : "Trustworthy", "min_reputation" : 81, "max_reputation" : 100 }, ] }

Required Permissions:

read

Feature:

policy_url_categorization

Additional Errors: