The new docs.trellix.com offers a modernized UI and AI-powered features like conversational searches. Content is currently available only in English. Other languages will be available in mid-October 2026. We hope you enjoy the new experience.

Set IOC Streaming configuration

Prev Next

Update a configuration property for the IOC Streaming module. See the list of configuration properties above.

HTTP

Verb Server

PUT

hx/api/services/config/tree

Query parameters

Parameter

Notes

node_name=/config/ioc-streaming

Pulls the IOC Streaming configuration.

The following header is highlighted to indicate that there will be JSON-formatted request data within the body.

Query headers

Content-Type

Application/JSON

Query body

Key

Notes

Example Request

data

List of configuration properties. Each property has the following attributes:

  • name: the name of the configuration property

  • type: the shape of the value for the configuration property

  • string: the string value of the configuration property

  • value: the current value of the configuration property

{"data": [{"name": "/config/ioc-streaming/logging/level", "type": "string", "value": "error" }]}

Note

This request will not provide feedback in the response if an invalid value is specified. However, when finding an invalid configuration property value, the IOC Streaming module will replace that value with the default value for that property. You cannot modify the default value of a configuration property using this request.