NSX-T Data Center REST API
Get the list of reputation severity
Gets the list of reputation severities. This will provide all the supportedseverities 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-severitiesSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    PolicyUrlReputationSeverityListResult+
  