Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In case of an error, it will return an error message.

...

Get classifications service - POST request

POST: https://[firewall API address]/firewallApi/v1/getClassifications

Sample URL for BGD10 environment:
https://bgd10-firewall.agatdemo.com/firewallApi/v1/getClassifications

Allows to get status and classifications of content.

Input parameters - should be sent as JSON:

  • APIKey

  • ContentId

Output - for HTTP status OK (200):

  • Status

  • Classifications (only if status is Done) - list of classifications found for the content. Each classification contains the following fields:

    • RuleName

    • RuleDescription

    • RulePurpose

    • RuleType

    • SensitivityLevel

    • RuleValue

In case of an error, it will return an error message.

...

Postman Samples

Attached is the Postman collection with example requests.

...