Skip to main content
POST
/
feedback
/
config
Handle WCF Configuration
curl --request POST \
  --url https://app.onefirewall.com/api/v1/feedback/config \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "maximum_rules": "<string>",
  "running": "<string>",
  "score_threshold": "<string>",
  "sync_time": "<string>",
  "version": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.onefirewall.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authorization Token

Query Parameters

agid
string
required

WCF Agent ID (you can get it from the installation config.json file, is the ID string)

Body

application/json

Configuration details

config json

maximum_rules
string

Maximum rules to be blocked by the Agent

running
string

"yes" or "no" to activate not disable the running of the Agent

score_threshold
string

OFA Crime Score

sync_time
string

How often the agent will be synced with the server

version
string

Version of the installed WCF Agent

Response

200

OK