/sys/config/control-group
Enterprise
Vault Enterprise license or HCP Vault Plus cluster required.
The /sys/config/control-group
endpoint is used to configure Control Group
settings.
Read control group settings
Restricted endpoint
The API path can only be called from the root or administrative namespace.This endpoint returns the current Control Group configuration.
Method | Path |
---|---|
GET | /sys/config/control-group |
Sample request
Sample response
Configure control group settings
Restricted endpoint
The API path can only be called from the root or administrative namespace.This endpoint allows configuring control groups.
Method | Path |
---|---|
POST | /sys/config/control-group |
Parameters
max_ttl
int
– The maximum ttl for a control group wrapping token. This can be provided in seconds or duration (2h).
Sample payload
Sample request
Delete control group settings
Restricted endpoint
The API path can only be called from the root or administrative namespace.This endpoint removes any control group configuration.
Method | Path |
---|---|
DELETE | /sys/config/control-group |
Sample request