Skip to main content
Version: v41

dbservice

protocolstring

Database protocol

Possible values: [postgres, mysql, passthrough, tls]

tls_certificate_validationstring

Possible values: [ENABLED, DISABLED]

tls_certificate_trust_anchorsstring

Database server TLS certificate trust anchors in PEM

audit_skip_bytesinteger

Session recording of the protocol stream will start only when this amount of bytes have been transferred from client to server. Set to zero to start session recording from start of protocol stream.

dbservice
{
"protocol": "postgres",
"tls_certificate_validation": "ENABLED",
"tls_certificate_trust_anchors": "string",
"audit_skip_bytes": 0
}