»/sys/config/auditing/request-headers
The /sys/config/auditing endpoint is used to configure auditing settings.
»Read All Audited Request Headers
This endpoint lists the request headers that are configured to be audited.
sudorequired – This endpoint requiressudocapability in addition to any path-specific capabilities.
| Method | Path |
|---|---|
GET | /sys/config/auditing/request-headers |
»Sample Request
»Sample Response
»Read Single Audit Request Header
This endpoint lists the information for the given request header.
sudorequired – This endpoint requiressudocapability in addition to any path-specific capabilities.
| Method | Path |
|---|---|
GET | /sys/config/auditing/request-headers/:name |
»Parameters
name(string: <required>)– Specifies the name of the request header to query. This is specified as part of the URL.
»Sample Request
»Sample Response
»Create/Update Audit Request Header
This endpoint enables auditing of a header.
sudorequired – This endpoint requiressudocapability in addition to any path-specific capabilities.
| Method | Path |
|---|---|
PUT | /sys/config/auditing/request-headers/:name |
»Parameters
hmac(bool: false)– Specifies if this header's value should be HMAC'ed in the audit logs.
»Sample Payload
»Sample Request
»Delete Audit Request Header
This endpoint disables auditing of the given request header.
sudorequired – This endpoint requiressudocapability in addition to any path-specific capabilities.
| Method | Path |
|---|---|
DELETE | /sys/config/auditing/request-headers/:name |
»Sample Request