Core
Update Plugin
Update Plugin resource. The config
and name
attributes are immutable for this endpoint.
PUT
/
plugins
/
{name}
Path Parameters
name
string
requiredThe name of the resource
Body
application/json
config
object
The top level plugin configuration. This value is immutable after creation
connections
object[]
requiredThe list of connections configured for a specific plugin
name
enum<string>
requiredThe name of the plugin to enable
- audit - Audit connections
- access_control - Enable access control by groups
- dlp - Enable Google Data Loss Prevention (requires further configuration)
- indexer - Enable indexing session contents
- review - Enable reviewing executions
- runbooks - Enable configuring runbooks
- slack - Enable reviewing execution through Slack
- webhooks - Send events via webhooks
Available options:
audit
, access_control
, dlp
, indexer
, review
, runbooks
, slack
, webhooks
priority
integer
default: 0DEPRECATED, should be always 0
source
string
default: nullDEPRECATED, should be always null
Response
200 - application/json
config
object
The top level plugin configuration. This value is immutable after creation
connections
object[]
requiredThe list of connections configured for a specific plugin
id
string
The resource identifier
name
enum<string>
requiredThe name of the plugin to enable
- audit - Audit connections
- access_control - Enable access control by groups
- dlp - Enable Google Data Loss Prevention (requires further configuration)
- indexer - Enable indexing session contents
- review - Enable reviewing executions
- runbooks - Enable configuring runbooks
- slack - Enable reviewing execution through Slack
- webhooks - Send events via webhooks
Available options:
audit
, access_control
, dlp
, indexer
, review
, runbooks
, slack
, webhooks
priority
integer
default: 0DEPRECATED, should be always 0
source
string
default: nullDEPRECATED, should be always null