Return SpamAssassin™ symbolic test scores

This function lists the Apache SpamAssassin™ scores for each symbolic test.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

errors
any
func
string

The name of the method called.

messages
any
module
string

The name of the module called.

object
status
any
get/SpamAssassin/get_symbolic_test_names
Request samples
uapi --output=jsonpretty \
  --user=username \
  SpamAssassin \
  get_symbolic_test_names
Response samples
application/json
{
  • "apiversion": 3,
  • "errors": null,
  • "func": "get_symbolic_test_names",
  • "messages": null,
  • "module": "SpamAssassin",
  • "result": {
    • "data": [
      • {
        • "key": "ACT_NOW_ALL_CAPS",
        • "rule_type": "body_tests",
        • "score": 1
        }
      ],
    • "errors": null,
    • "messages": null,
    • "metadata": { },
    • "status": 1,
    • "warnings": null
    },
  • "status": null
}