PATCH
/
endpoint
/
hva
/
automation
/
{id}
Update HVA automation rule
curl --request PATCH \
  --url https://api.wirespeed.co/endpoint/hva/automation/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "enabled": true
}'
{
  "id": "<string>",
  "teamId": "<string>",
  "enabled": true,
  "searchField": "name",
  "search": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Unique identifier of the automation rule

Body

application/json
enabled
boolean
required

Enable or disable the automation rule

Response

Updated HVA automation rule

id
string
required

Unique identifier for the automation rule

teamId
string
required

ID of the team that owns this automation rule

enabled
boolean
required

Whether this automation rule is active

searchField
enum<string>
required

Field used for automation matching

Available options:
name,
ip

Search pattern used for automation matching